/*
VARIABLES --------------------
*/
/*
VW SIZING FUNCTION --------------------
*/
/*
FONT SIZE MIXIN FUNCTION --------------------
*/
/*
MIXINS --------------------
*/
/* ASPECT RATIO MIXIN */
/* MEDIA QUERY MIXINS */
/*
EXTEND / INHERITANCE --------------------
*/
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__track,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__track {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__track:active,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__track:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.newsletter-modal-outer-wrap .newsletter-modal .image-column, .page-wrap#promotion-page .promotion-panel.landing-panel .bg-image, .page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .rewards-half-carousel .bg-image, .page-wrap#secondary-page .page-panel.landing-panel .bg-image, .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .background-image, .page-wrap#home-page .homepage-panel.large-image-text-panel .large-image-wrap, .page-wrap#home-page .homepage-panel.landing-panel .background-slide .bg-image, .video-placeholder {
  background: no-repeat 50% 50%;
  -ms-background-size: cover;
  background-size: cover;
}

.newsletter-modal-outer-wrap .newsletter-modal .image-column .title-overlay, .newsletter-modal-outer-wrap .newsletter-modal, .page-wrap#secondary-page .page-panel.full-bleed-images-panel .mobile-title-overlay, .page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .title-overlay, .page-wrap#home-page .homepage-panel.landing-panel .logo-overlay, .page-wrap#home-page .homepage-panel.landing-panel .message-overlay, .logo-header .logo-wrap, .fill-space-video-wrap video {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*
COLUMN SIZING --------------------
*/
.grid {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
}
.grid .col-1-2_lg {
  width: 47%;
}
.grid .col-2-2_lg {
  width: 100%;
}
.grid .gutter_lg {
  width: 6%;
}
.grid .gutter-margin-right_lg {
  margin-right: 6%;
}
.grid .gutter-margin-right_lg:last-child {
  margin-right: 0px !important;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .grid .col-1-2_md {
    width: 47.17%;
  }
  .grid .col-2-2_md {
    width: 100%;
  }
  .grid .gutter_md {
    width: 5.66%;
  }
  .grid .gutter-margin-right_md {
    margin-right: 5.66%;
  }
  .grid .gutter-margin-right_md:last-child {
    margin-right: 0px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .grid .col-1-1_sm {
    width: 100%;
  }
}

/*
GENERAL STYLES --------------------
*/
html,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
html.visible {
  opacity: 1;
}

body {
  position: relative;
  color: #000000;
  background-color: #FFFDF7;
  transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-rendering: optimizeLegibility;
  font-family: "PP Neue Montreal Regular";
  font-size: 22px;
  line-height: 1.4em;
  font-size: 16px;
}
@media (min-width: 393px) {
  body {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 688px) {
  body {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 983px) {
  body {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 1280px) {
  body {
    font-size: calc(0.9375vw + 4px);
  }
}
@media (min-width: 1600px) {
  body {
    font-size: calc(0.9375vw + 4px);
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 22px;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  will-change: background-color;
}
body a {
  position: relative;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: color;
}
body a:hover {
  color: rgba(0, 0, 0, 0.5);
}
body h5 a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -0.5em;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  will-change: width, background-color;
  transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: width 250ms cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body h5 a:hover:after {
  width: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  body {
    font-size: 4.0712468193vw;
  }
}

/*
SITE WIDE CONTENT ------------------
*/
.outer-content-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

#content {
  position: relative;
  display: block;
  width: 100%;
  height: auto !important;
  z-index: 20;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity;
}
.content-wrapper.visible {
  opacity: 1;
}

.lazyload-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

img:not(.alignnone),
video,
svg {
  display: block;
  width: 100%;
  height: auto;
}

.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity;
}
.loading-overlay.black {
  background-color: #000000;
}
.loading-overlay.brown {
  background-color: #A89B87;
}
.loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.flickity-bg-lazyloaded .loading-overlay {
  opacity: 0;
  pointer-events: none;
}

.video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity;
}
.video-placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}

.fill-space-video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
.fill-space-video-wrap video {
  position: absolute;
  width: auto;
  height: auto;
  z-index: 5;
}
.fill-space-video-wrap.fill-width video {
  width: 100%;
  height: auto;
}
.fill-space-video-wrap.fill-height video {
  width: auto;
  height: 100%;
}

.menu {
  list-style: none;
}

.splide__list {
  -webkit-transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
  opacity: 0 !important;
  will-change: opacity;
  transition: opacity 0.48s cubic-bezier(0.25, 0.1, 0.25, 1) 0.47s !important;
  -o-transition: opacity 0.48s cubic-bezier(0.25, 0.1, 0.25, 1) 0.47s !important;
  -ms-transition: opacity 0.48s cubic-bezier(0.25, 0.1, 0.25, 1) 0.47s !important;
  -moz-transition: opacity 0.48s cubic-bezier(0.25, 0.1, 0.25, 1) 0.47s !important;
  -webkit-transition: opacity 0.48s cubic-bezier(0.25, 0.1, 0.25, 1) 0.47s !important;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
  opacity: 1 !important;
  transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -o-transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -moz-transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}

/*
CONTENT WRAPS ------------------
*/
.outer-content-wrap {
  position: relative;
  width: calc(100% - 170px);
  width: -o-calc(100% - 170px);
  width: -ms-calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  max-width: 1746px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .outer-content-wrap {
    width: calc(100% - 132px);
    width: -o-calc(100% - 132px);
    width: -ms-calc(100% - 132px);
    width: -webkit-calc(100% - 132px);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .outer-content-wrap {
    width: calc(100% - 10.1781170483vw);
    width: -o-calc(100% - 10.1781170483vw);
    width: -ms-calc(100% - 10.1781170483vw);
    width: -webkit-calc(100% - 10.1781170483vw);
    max-width: 100%;
  }
}

/*
IN VIEWPORT CONTENT ------------------
*/
.out-of-opacity {
  transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
  -o-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
  -ms-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
  -webkit-transition: opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 600ms;
  opacity: 0;
  will-change: opacity;
}
.out-of-opacity.in-opacity {
  opacity: 1;
}

/*
TEXT STYLES CONTENT ------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "PP Neue Montreal Regular";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1em;
}

h1 {
  font-family: "PP Neue Montreal Regular";
  font-size: 57.5px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 30px;
}
@media (min-width: 393px) {
  h1 {
    font-size: calc(1.6949152542vw + 23.3389830508px);
  }
}
@media (min-width: 688px) {
  h1 {
    font-size: calc(2.0338983051vw + 21.006779661px);
  }
}
@media (min-width: 983px) {
  h1 {
    font-size: calc(1.6835016835vw + 24.4511784512px);
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: calc(1.5625vw + 26px);
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: calc(2.03125vw + 18.5px);
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 57.5px;
  }
}
h1 {
  margin-bottom: 0.85em;
}

h2 {
  font-family: "PP Neue Montreal Regular";
  font-size: 46px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 25px;
}
@media (min-width: 393px) {
  h2 {
    font-size: calc(1.0169491525vw + 21.0033898305px);
  }
}
@media (min-width: 688px) {
  h2 {
    font-size: calc(1.0169491525vw + 21.0033898305px);
  }
}
@media (min-width: 983px) {
  h2 {
    font-size: calc(1.0101010101vw + 21.0707070707px);
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: calc(1.875vw + 10px);
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: calc(1.875vw + 10px);
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 46px;
  }
}
h2 {
  margin-bottom: 0.85em;
}

h3 {
  font-family: "Signifier Light";
  font-size: 30px;
  line-height: 0.8333333333em;
  font-size: 25px;
}
@media (min-width: 393px) {
  h3 {
    font-size: calc(0vw + 25px);
  }
}
@media (min-width: 688px) {
  h3 {
    font-size: calc(0vw + 25px);
  }
}
@media (min-width: 983px) {
  h3 {
    font-size: calc(0vw + 25px);
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: calc(0.78125vw + 15px);
  }
}
@media (min-width: 1600px) {
  h3 {
    font-size: calc(0.78125vw + 15px);
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 30px;
  }
}
h3 {
  margin-bottom: 1em;
}
h3.smaller {
  font-size: 25px;
  font-size: 20px;
}
@media (min-width: 393px) {
  h3.smaller {
    font-size: calc(0vw + 20px);
  }
}
@media (min-width: 688px) {
  h3.smaller {
    font-size: calc(0vw + 20px);
  }
}
@media (min-width: 983px) {
  h3.smaller {
    font-size: calc(0vw + 20px);
  }
}
@media (min-width: 1280px) {
  h3.smaller {
    font-size: calc(0.78125vw + 10px);
  }
}
@media (min-width: 1600px) {
  h3.smaller {
    font-size: calc(0.78125vw + 10px);
  }
}
@media (min-width: 1920px) {
  h3.smaller {
    font-size: 25px;
  }
}

h5,
input[type=submit] {
  font-family: "PP Neue Montreal Medium";
  font-size: 16px;
  line-height: 1.225em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 11px;
}
@media (min-width: 393px) {
  h5,
  input[type=submit] {
    font-size: calc(0vw + 11px);
  }
}
@media (min-width: 688px) {
  h5,
  input[type=submit] {
    font-size: calc(0.3389830508vw + 8.6677966102px);
  }
}
@media (min-width: 983px) {
  h5,
  input[type=submit] {
    font-size: calc(0vw + 12px);
  }
}
@media (min-width: 1280px) {
  h5,
  input[type=submit] {
    font-size: calc(0.625vw + 4px);
  }
}
@media (min-width: 1600px) {
  h5,
  input[type=submit] {
    font-size: calc(0.625vw + 4px);
  }
}
@media (min-width: 1920px) {
  h5,
  input[type=submit] {
    font-size: 16px;
  }
}
h5.larger,
input[type=submit].larger {
  font-size: 18px;
  line-height: 1em;
  font-size: 14px;
}
@media (min-width: 393px) {
  h5.larger,
  input[type=submit].larger {
    font-size: calc(0.3389830508vw + 12.6677966102px);
  }
}
@media (min-width: 688px) {
  h5.larger,
  input[type=submit].larger {
    font-size: calc(0.3389830508vw + 12.6677966102px);
  }
}
@media (min-width: 983px) {
  h5.larger,
  input[type=submit].larger {
    font-size: calc(0.3367003367vw + 12.6902356902px);
  }
}
@media (min-width: 1280px) {
  h5.larger,
  input[type=submit].larger {
    font-size: calc(0vw + 17px);
  }
}
@media (min-width: 1600px) {
  h5.larger,
  input[type=submit].larger {
    font-size: calc(0.3125vw + 12px);
  }
}
@media (min-width: 1920px) {
  h5.larger,
  input[type=submit].larger {
    font-size: 18px;
  }
}

h5 {
  margin-bottom: 0.5em;
}

span.smaller {
  font-family: "PP Neue Montreal Regular";
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 393px) {
  span.smaller {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 688px) {
  span.smaller {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 983px) {
  span.smaller {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 1280px) {
  span.smaller {
    font-size: calc(0.9375vw + 4px);
  }
}
@media (min-width: 1600px) {
  span.smaller {
    font-size: calc(0.9375vw + 4px);
  }
}
@media (min-width: 1920px) {
  span.smaller {
    font-size: 22px;
  }
}
span.smaller {
  text-transform: lowercase;
}

h6 {
  font-family: "PP Neue Montreal Regular";
  font-size: 16px;
  line-height: 1.1875em;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 11px;
}
@media (min-width: 393px) {
  h6 {
    font-size: calc(0vw + 11px);
  }
}
@media (min-width: 688px) {
  h6 {
    font-size: calc(0.3389830508vw + 8.6677966102px);
  }
}
@media (min-width: 983px) {
  h6 {
    font-size: calc(0vw + 12px);
  }
}
@media (min-width: 1280px) {
  h6 {
    font-size: calc(0.625vw + 4px);
  }
}
@media (min-width: 1600px) {
  h6 {
    font-size: calc(0.625vw + 4px);
  }
}
@media (min-width: 1920px) {
  h6 {
    font-size: 16px;
  }
}
h6 {
  margin-bottom: 1.1875em;
}
h6.smaller {
  font-size: 14px;
  line-height: 1.0285714286em;
  letter-spacing: 0.04em;
  font-size: 12px;
}
@media (min-width: 393px) {
  h6.smaller {
    font-size: calc(0vw + 12px);
  }
}
@media (min-width: 688px) {
  h6.smaller {
    font-size: calc(0.3389830508vw + 9.6677966102px);
  }
}
@media (min-width: 983px) {
  h6.smaller {
    font-size: calc(0vw + 13px);
  }
}
@media (min-width: 1280px) {
  h6.smaller {
    font-size: calc(0.3125vw + 9px);
  }
}
@media (min-width: 1600px) {
  h6.smaller {
    font-size: calc(0vw + 14px);
  }
}
@media (min-width: 1920px) {
  h6.smaller {
    font-size: 14px;
  }
}
h6.form-text {
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 0px;
}

.gfield_description {
  font-family: "PP Neue Montreal Regular";
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 393px) {
  .gfield_description {
    font-size: calc(0vw + 12px);
  }
}
@media (min-width: 688px) {
  .gfield_description {
    font-size: calc(0vw + 12px);
  }
}
@media (min-width: 983px) {
  .gfield_description {
    font-size: calc(0vw + 12px);
  }
}
@media (min-width: 1280px) {
  .gfield_description {
    font-size: calc(0.3125vw + 8px);
  }
}
@media (min-width: 1600px) {
  .gfield_description {
    font-size: calc(0.3125vw + 8px);
  }
}
@media (min-width: 1920px) {
  .gfield_description {
    font-size: 14px;
  }
}
.gfield_description {
  padding-top: 0.6em;
}

p,
hr,
input[type=email],
input[type=text],
input[type=tel] {
  font-family: "PP Neue Montreal Regular";
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 393px) {
  p,
  hr,
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 688px) {
  p,
  hr,
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 983px) {
  p,
  hr,
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: calc(0vw + 16px);
  }
}
@media (min-width: 1280px) {
  p,
  hr,
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: calc(0.9375vw + 4px);
  }
}
@media (min-width: 1600px) {
  p,
  hr,
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: calc(0.9375vw + 4px);
  }
}
@media (min-width: 1920px) {
  p,
  hr,
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: 22px;
  }
}
p,
hr,
input[type=email],
input[type=text],
input[type=tel] {
  margin-bottom: 1.4em;
}

hr {
  height: 1px;
  border: none;
  display: block;
  margin-bottom: 1.7em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:not(.menu):last-child {
  margin-bottom: 0px !important;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea:focus,
input:focus,
select:focus {
  outline: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  h1 {
    font-size: 7.6335877863vw;
  }
  h2 {
    font-size: 6.3613231552vw;
  }
  h3 {
    font-size: 6.3613231552vw;
  }
  h3.smaller {
    font-size: 5.0890585242vw;
  }
  h5.larger {
    font-size: 3.5623409669vw;
  }
  h5,
  input[type=submit] {
    font-size: 2.7989821883vw;
  }
  h6 {
    font-size: 2.7989821883vw;
  }
  h6.smaller {
    font-size: 3.0534351145vw;
  }
  h6.form-text {
    font-size: 3.0534351145vw;
  }
  .gfield_description {
    font-size: 3.0534351145vw;
  }
  p,
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: 4.0712468193vw;
  }
  .menu-overlay .menu p {
    font-size: 6.106870229vw;
  }
}
/*
FORM FIELDS ------------------
*/
label.gfield_label {
  display: none !important;
}

input[type=email],
input[type=text],
input[type=tel] {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #707070;
  margin: 0;
  padding: 0;
  padding: 0.1em 0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: 0px;
  -o-box-shadow: 0px;
  -ms-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -webkit-box-shadow: 0px;
  background-color: transparent;
  color: #000000;
}
input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type=email]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type=email]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input[type=email]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.gfield_description {
  position: absolute;
}

input[type=submit] {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: 0px;
  -o-box-shadow: 0px;
  -ms-box-shadow: 0px;
  -moz-box-shadow: 0px;
  -webkit-box-shadow: 0px;
  background-color: transparent;
  color: #000000;
  font-weight: normal;
}

/*
HEADER CONTENT ------------------
*/
.header-wrap {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform, opacity, background-color;
  z-index: 200;
}
.header-wrap .header-button {
  cursor: pointer;
}
.header-wrap.desktop {
  display: block;
}
.header-wrap.mobile {
  display: none;
}
.header-wrap .midnightHeader .midnightInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 30px 42px;
}
.header-wrap .midnightHeader.default .header-button,
.header-wrap .midnightHeader.default .header-button a {
  color: #000000;
}
.header-wrap .midnightHeader.default .midnightInner {
  border-color: #000000;
}
.header-wrap .midnightHeader.default .header-logo {
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
.header-wrap .midnightHeader.white-text .header-button,
.header-wrap .midnightHeader.white-text .header-button a {
  color: #ffffff;
}
.header-wrap .midnightHeader.white-text .midnightInner {
  border-color: #ffffff;
}
.header-wrap .midnightHeader.white-text .header-logo {
  filter: invert(0%);
  -o-filter: invert(0%);
  -ms-filter: invert(0%);
  -moz-filter: invert(0%);
  -webkit-filter: invert(0%);
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .header-wrap .midnightHeader .midnightInner {
    padding: 24px 32px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .header-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 4.5801526718vw 5.0890585242vw;
  }
  .header-wrap.desktop {
    display: none;
  }
  .header-wrap.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
  }
  .header-wrap .header-button {
    color: #ffffff;
    will-change: color;
    transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .header-wrap .header-button a {
    color: #ffffff;
    transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}
.header-wrap.visible {
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.header-wrap.hidden {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .header-wrap.hidden {
    opacity: 1;
    pointer-events: all;
  }
  .header-wrap.hidden .header-button {
    opacity: 0;
    pointer-events: none;
  }
}
.header-wrap.solid-header {
  background-color: #FFFDF7;
}
.header-wrap.solid-header .header-button {
  color: #000000;
}
.header-wrap.solid-header .header-button a {
  color: #000000;
}

/*
LOGO HEADER CONTENT ------------------
*/
.logo-header {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 199;
  border-bottom: 1px solid #ffffff;
}
.logo-header .logo-wrap {
  position: absolute;
  width: 52px;
  height: auto;
}
.logo-header .logo-wrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .logo-header {
    position: fixed;
    z-index: 201;
    pointer-events: none;
    will-change: border-color;
    transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .logo-header .logo-wrap {
    width: 10.6870229008vw;
    will-change: filter;
    -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: -webkit-filter 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: filter 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: filter 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-filter 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .logo-header.solid-header {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .logo-header.solid-header .logo-wrap {
    filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    -moz-filter: invert(100%);
    -webkit-filter: invert(100%);
  }
}

/*
LOGO HEADER CONTENT ------------------
*/
#home-header-link {
  position: absolute;
  width: 52px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 205;
  opacity: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  #home-header-link {
    position: fixed;
    width: 10.6870229008vw;
  }
}

/*
MENU OVERLAY CONTENT ------------------
*/
.menu-overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 640px;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  padding: 30px 85px;
  transform: translateX(-640px);
  -o-transform: translateX(-640px);
  -ms-transform: translateX(-640px);
  -moz-transform: translateX(-640px);
  -webkit-transform: translateX(-640px);
  background-color: #FFFDF7;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 300;
}
.menu-overlay .menu-closer {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.menu-overlay .menu-closer:before, .menu-overlay .menu-closer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  top: 50%;
  left: 50%;
}
.menu-overlay .menu-closer:before {
  transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.menu-overlay .menu-closer:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}
.menu-overlay .menu {
  width: 100%;
}
.menu-overlay .menu a:hover {
  color: rgba(0, 0, 0, 0.2);
}
.menu-overlay .menu .menu-item.current-menu-item a {
  color: rgba(0, 0, 0, 0.2);
}
.menu-overlay .social-link {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .menu-overlay {
    width: 500px;
    transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    padding: 30px 60px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .menu-overlay {
    width: 91.0941475827vw;
    transform: translateX(-91.0941475827vw);
    -o-transform: translateX(-91.0941475827vw);
    -ms-transform: translateX(-91.0941475827vw);
    -moz-transform: translateX(-91.0941475827vw);
    -webkit-transform: translateX(-91.0941475827vw);
    padding: 4.5801526718vw 8.9058524173vw;
  }
  .menu-overlay .menu-closer {
    width: 4.5801526718vw;
    height: 4.5801526718vw;
    top: 5.0890585242vw;
    left: 5.0890585242vw;
  }
}

.menu-closer.full-size {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  cursor: pointer;
}

/*
MULTI PAGE CONTENT ------------------
*/
.page-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100vh;
  z-index: 10;
  overflow: hidden;
}
.page-wrap .page-panel.carousel-panel {
  padding: 95px 0 100px 0;
  overflow: hidden;
}
.page-wrap .page-panel.carousel-panel.smaller-top-padding {
  padding-top: 44px;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap .page-panel.carousel-panel {
    padding: 64px 0 64px 0;
  }
  .page-wrap .page-panel.carousel-panel.smaller-top-padding {
    padding-top: 38px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap .page-panel.carousel-panel {
    padding: 7.6335877863vw 0 13.9949109415vw 0;
  }
  .page-wrap .page-panel.carousel-panel.smaller-top-padding {
    padding-top: 6.3613231552vw;
  }
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel,
.page-wrap .page-panel.carousel-panel .image-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide,
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide,
.page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__slide {
  margin-right: 4.58%;
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide.landscape,
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide.landscape,
.page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide.landscape,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__slide.landscape {
  width: 34.3%;
  max-width: 642px;
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide.portrait,
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide.portrait,
.page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide.portrait,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__slide.portrait {
  width: 22.3%;
  max-width: 419px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide,
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide,
  .page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide,
  .page-wrap .page-panel.carousel-panel .image-carousel .splide__slide {
    margin-right: 12%;
  }
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide.landscape,
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide.landscape,
  .page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide.landscape,
  .page-wrap .page-panel.carousel-panel .image-carousel .splide__slide.landscape {
    width: 62.8%;
  }
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide.portrait,
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide.portrait,
  .page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide.portrait,
  .page-wrap .page-panel.carousel-panel .image-carousel .splide__slide.portrait {
    width: 40%;
  }
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide .image-wrap,
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide .image-wrap,
.page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide .image-wrap,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__slide .image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide .image-caption,
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide .image-caption,
.page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide .image-caption,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__slide .image-caption {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 14px;
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide .image-caption h6,
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide .image-caption h6,
.page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide .image-caption h6,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__slide .image-caption h6 {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide .image-caption,
  .page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide .image-caption,
  .page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide .image-caption,
  .page-wrap .page-panel.carousel-panel .image-carousel .splide__slide .image-caption {
    padding-top: 3.5623409669vw;
  }
}
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .carousel-slide.image-loaded .loading-overlay,
.page-wrap .page-panel.carousel-panel .carousel-panel-carousel .splide__slide.image-loaded .loading-overlay,
.page-wrap .page-panel.carousel-panel .image-carousel .carousel-slide.image-loaded .loading-overlay,
.page-wrap .page-panel.carousel-panel .image-carousel .splide__slide.image-loaded .loading-overlay {
  opacity: 0;
  pointer-events: none;
}
.page-wrap .page-panel.two-col-text-image-panel {
  padding: 86px 0 86px 0;
}
.page-wrap .page-panel.two-col-text-image-panel .outer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap .page-panel.two-col-text-image-panel .text-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-wrap .page-panel.two-col-text-image-panel .text-column h5 {
  color: rgba(0, 0, 0, 0.5);
}
.page-wrap .page-panel.two-col-text-image-panel .text-column .top-text {
  padding-right: 16%;
  margin-bottom: 50px;
}
.page-wrap .page-panel.two-col-text-image-panel .text-column .bottom-text .button-wrap {
  margin-top: 75px;
}
.page-wrap .page-panel.two-col-text-image-panel .text-column .bottom-text .button-wrap h5 a:after {
  width: 100%;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap .page-panel.two-col-text-image-panel .text-column .bottom-text .button-wrap {
    margin-top: 65px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap .page-panel.two-col-text-image-panel .text-column .bottom-text .button-wrap {
    margin-top: 10.1781170483vw;
  }
}
.page-wrap .page-panel.two-col-text-image-panel.image-text .outer-content-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap .page-panel.two-col-text-image-panel {
    padding: 64px 0 64px 0;
  }
  .page-wrap .page-panel.two-col-text-image-panel .text-column .top-text {
    padding-right: 0px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap .page-panel.two-col-text-image-panel {
    padding: 8.9058524173vw 0 10.941475827vw 0;
  }
  .page-wrap .page-panel.two-col-text-image-panel .outer-content-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
  }
  .page-wrap .page-panel.two-col-text-image-panel.image-text .outer-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
  }
  .page-wrap .page-panel.two-col-text-image-panel .image-column {
    padding: 0 3.8167938931vw;
    margin-bottom: 9.1603053435vw;
  }
  .page-wrap .page-panel.two-col-text-image-panel .text-column {
    padding: 0 3.8167938931vw;
  }
  .page-wrap .page-panel.two-col-text-image-panel .text-column .top-text {
    margin-bottom: 19.5928753181vw;
  }
}
.page-wrap .journal-thumbnail {
  position: relative;
  width: 29.45%;
  height: auto;
  margin-bottom: 140px;
}
.page-wrap .journal-thumbnail .thumbnail-image {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.page-wrap .journal-thumbnail .thumbnail-titles {
  position: relative;
  width: 100%;
  height: auto;
}
.page-wrap .journal-thumbnail .thumbnail-titles h5.date {
  color: rgba(0, 0, 0, 0.2);
}
.page-wrap .journal-thumbnail .thumbnail-titles h3.title {
  font-family: "PP Neue Montreal Regular";
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 0.9em;
  line-height: 1.2em;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap .journal-thumbnail {
    margin-bottom: 109px;
  }
  .page-wrap .journal-thumbnail .thumbnail-image {
    margin-bottom: 35px;
  }
  .page-wrap .journal-thumbnail .thumbnail-titles h3.title {
    margin-bottom: 1.4em;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap .journal-thumbnail {
    width: 100%;
    margin-bottom: 16.2849872774vw;
  }
  .page-wrap .journal-thumbnail .thumbnail-image {
    margin-bottom: 7.6335877863vw;
  }
  .page-wrap .journal-thumbnail .thumbnail-titles {
    padding: 0 3.8167938931vw;
  }
  .page-wrap .journal-thumbnail .thumbnail-titles h5.date {
    font-size: 3.0534351145vw;
  }
  .page-wrap .journal-thumbnail .thumbnail-titles h3.title {
    font-size: 5.5979643766vw;
    margin-bottom: 1.4em;
  }
}
.page-wrap a.button-with-arrow-wrap {
  display: inline-block;
  color: #000000;
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity;
}
.page-wrap a.button-with-arrow-wrap img.arrow {
  position: relative;
  display: inline-block;
  width: 0.45em;
  height: auto;
  vertical-align: middle;
  margin-left: 0.7em;
  margin-bottom: 0.17em !important;
}
.page-wrap a.button-with-arrow-wrap:hover {
  opacity: 0.5;
}

/*
HOME PAGE CONTENT ------------------
*/
body.page-template-page-home .header-wrap .midnightHeader .midnightInner {
  border-color: transparent !important;
}
body.page-template-page-home .logo-header {
  display: none;
}

.page-wrap#home-page .homepage-panel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .homepage-panel.add-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-wrap#home-page .homepage-panel:last-child {
  border-bottom: none !important;
}
.page-wrap#home-page .homepage-panel.landing-panel {
  background-color: #000000;
  overflow: hidden;
}
.page-wrap#home-page .homepage-panel.landing-panel .background-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#home-page .homepage-panel.landing-panel .background-slide .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 1200ms cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1200ms cubic-bezier(0.25, 0.1, 0.25, 1);
}
.page-wrap#home-page .homepage-panel.landing-panel .background-slide.slide-01.zoomed .bg-image {
  transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.page-wrap#home-page .homepage-panel.landing-panel .background-slide.visible {
  opacity: 1;
}
.page-wrap#home-page .homepage-panel.landing-panel .message-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 50;
  pointer-events: none;
}
.page-wrap#home-page .homepage-panel.landing-panel .message-overlay * {
  color: #ffffff;
}
.page-wrap#home-page .homepage-panel.landing-panel .logo-overlay {
  position: absolute;
  display: none;
  width: 91.25%;
  height: auto;
  z-index: 50;
  pointer-events: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.landing-panel .logo-overlay {
    width: calc(100% - 10.1781170483vw);
    width: -o-calc(100% - 10.1781170483vw);
    width: -ms-calc(100% - 10.1781170483vw);
    width: -webkit-calc(100% - 10.1781170483vw);
  }
}
.page-wrap#home-page .homepage-panel.landing-panel .bottom-message {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 50;
  pointer-events: none;
  padding: 45px 0;
  transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}
.page-wrap#home-page .homepage-panel.landing-panel .bottom-message * {
  color: #ffffff;
}
.page-wrap#home-page .homepage-panel.landing-panel .bottom-message.visible {
  transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .homepage-panel.landing-panel .bottom-message {
    padding: 34px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.landing-panel .bottom-message {
    padding: 7.6335877863vw 0;
  }
}
.page-wrap#home-page .homepage-panel.text-panel {
  padding: 277px 0 264px 0;
  text-align: center;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .homepage-panel.text-panel {
    padding: 234px 0 226px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.text-panel {
    padding: 36.641221374vw 0 34.096692112vw 0;
  }
  .page-wrap#home-page .homepage-panel.text-panel .outer-content-wrap {
    padding: 0 8%;
  }
  .page-wrap#home-page .homepage-panel.text-panel h2 {
    margin-bottom: 0.95em;
  }
  .page-wrap#home-page .homepage-panel.text-panel#about br {
    display: none;
  }
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .large-image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .large-image-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 50.1041666667%;
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .large-image-wrap {
  max-height: 962px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.large-image-text-panel .large-image-wrap:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 119.5928753181%;
  }
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #A89B87;
  padding: 125px 0 110px 0;
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap * {
  color: #EBE9E1;
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap a:after {
  background-color: rgba(235, 233, 225, 0.5);
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .outer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap {
    padding: 90px 0 78px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap {
    padding: 8.9058524173vw 0 13.2315521628vw 0;
  }
  .page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .outer-content-wrap {
    padding: 0 3.8167938931vw;
  }
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .left-column h5 {
  position: absolute;
  bottom: 100%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .left-column {
    margin-bottom: 29.262086514vw;
  }
  .page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .left-column h5 {
    position: relative;
    bottom: initial;
  }
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .right-column .button-wrap {
  display: block;
  margin-top: 185px;
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .right-column .button-wrap * {
  margin-bottom: 0px;
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .right-column .button-wrap img.arrow {
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .right-column .button-wrap a:after {
  width: 100%;
}
.page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .right-column .button-wrap.coming-soon {
  pointer-events: none;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .right-column .button-wrap {
    margin-top: 230px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.large-image-text-panel .text-wrap .right-column .button-wrap {
    margin-top: 9.9236641221vw;
  }
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 41.1458333333%;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel {
  min-height: 555px;
  max-height: 962px;
  background-color: #000000;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel {
    min-height: 0px;
  }
  .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 152.7918781726%;
  }
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 81px 0 99px 0;
  z-index: 2;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay * {
  color: #ffffff;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay a:after {
  background-color: #EBE9E1;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .outer-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  height: 100%;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .text-wrap .button-wrap {
  margin-top: 75px;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .text-wrap .button-wrap h5 a:after {
  width: 100%;
}
.page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .text-wrap .button-wrap img.arrow {
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .text-wrap .button-wrap {
    margin-top: 65px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .text-wrap .button-wrap {
    margin-top: 10.1781170483vw;
  }
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay {
    padding: 75px 0 78px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay {
    padding: 11.1959287532vw 0;
  }
  .page-wrap#home-page .homepage-panel.full-bleed-image-text-panel .text-overlay .outer-content-wrap {
    padding: 0 3.8167938931vw;
  }
}
/*
SECONDARY PAGE CONTENT ------------------
*/
.page-wrap#secondary-page .page-panel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#secondary-page .page-panel.add-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-wrap#secondary-page .page-panel:last-child {
  border-bottom: none !important;
}
.page-wrap#secondary-page .page-panel .image-caption {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 16px;
  opacity: 0.5;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel .image-caption {
    padding-top: 3.3078880407vw;
  }
}
.page-wrap#secondary-page .page-panel.landing-panel {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000000;
}
.page-wrap#secondary-page .page-panel.landing-panel .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-wrap#secondary-page .page-panel.landing-panel .title-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  z-index: 20;
}
.page-wrap#secondary-page .page-panel.landing-panel .title-overlay * {
  color: #ffffff;
}
.page-wrap#secondary-page .page-panel.landing-panel .title-overlay h5 {
  margin-bottom: 0.65em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.landing-panel .title-overlay br {
    display: none;
  }
  .page-wrap#secondary-page .page-panel.landing-panel .title-overlay .outer-content-wrap {
    padding: 0 3.8167938931vw;
  }
}
.page-wrap#secondary-page .page-panel.landing-panel .button-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  bottom: 75px;
  left: 0;
  z-index: 30;
}
.page-wrap#secondary-page .page-panel.landing-panel .button-overlay.desktop {
  display: block;
}
.page-wrap#secondary-page .page-panel.landing-panel .button-overlay.mobile {
  display: none;
}
.page-wrap#secondary-page .page-panel.landing-panel .button-overlay a {
  color: #ffffff;
}
.page-wrap#secondary-page .page-panel.landing-panel .button-overlay a:after {
  background-color: #ffffff;
  width: 100%;
}
.page-wrap#secondary-page .page-panel.landing-panel .button-overlay a:hover:after {
  background-color: rgba(255, 255, 255, 0.25);
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.landing-panel .button-overlay {
    bottom: 52px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.landing-panel .button-overlay {
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 9.6692111959vw;
  }
  .page-wrap#secondary-page .page-panel.landing-panel .button-overlay.desktop {
    display: none;
  }
  .page-wrap#secondary-page .page-panel.landing-panel .button-overlay.mobile {
    display: block;
  }
}
.page-wrap#secondary-page .page-panel.two-col-text-panel {
  padding: 105px 0;
  min-height: 400px;
}
.page-wrap#secondary-page .page-panel.two-col-text-panel .outer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.two-col-text-panel {
    padding: 85px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.two-col-text-panel {
    padding: 10.1781170483vw 0 12.7226463104vw 0;
  }
}
.page-wrap#secondary-page .page-panel.two-col-text-panel .left-column h5 {
  position: absolute;
  bottom: 100%;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.two-col-text-panel .left-column {
    margin-bottom: 19.5928753181vw;
  }
  .page-wrap#secondary-page .page-panel.two-col-text-panel .left-column h5 {
    position: relative;
    bottom: initial;
  }
}
.page-wrap#secondary-page .page-panel.two-col-text-panel .right-column .button-wrap {
  display: block;
  margin-top: 70px;
}
.page-wrap#secondary-page .page-panel.two-col-text-panel .right-column .button-wrap * {
  margin-bottom: 0px;
}
.page-wrap#secondary-page .page-panel.two-col-text-panel .right-column .button-wrap a:after {
  width: 100%;
}
.page-wrap#secondary-page .page-panel.two-col-text-panel .right-column .button-wrap span.smaller {
  margin: 0 0.4em;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.two-col-text-panel .right-column .button-wrap {
    margin-top: 65px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.two-col-text-panel .right-column .button-wrap {
    margin-top: 12.7226463104vw;
  }
}
.page-wrap#secondary-page .page-panel.large-image-panel {
  padding: 82px 0;
}
.page-wrap#secondary-page .page-panel.large-image-panel:first-of-type {
  padding-top: 0px !important;
}
.page-wrap#secondary-page .page-panel.large-image-panel:last-of-type {
  padding-bottom: 164px;
}
.page-wrap#secondary-page .page-panel.large-image-panel.add-bottom-border {
  padding-bottom: 82px !important;
}
.page-wrap#secondary-page .page-panel.large-image-panel .outer-image-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.large-image-panel {
    padding: 71px 0;
  }
  .page-wrap#secondary-page .page-panel.large-image-panel:last-of-type {
    padding-bottom: 142px;
  }
  .page-wrap#secondary-page .page-panel.large-image-panel.add-bottom-border {
    padding-bottom: 71px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.large-image-panel {
    padding: 11.1959287532vw 0;
    overflow: hidden;
  }
  .page-wrap#secondary-page .page-panel.large-image-panel:last-of-type {
    padding-bottom: 22.3918575064vw;
  }
  .page-wrap#secondary-page .page-panel.large-image-panel.add-bottom-border {
    padding-bottom: 11.1959287532vw !important;
  }
  .page-wrap#secondary-page .page-panel.large-image-panel .image-wrap {
    width: 210%;
    margin-left: -55%;
  }
}
.page-wrap#secondary-page .page-panel.two-image-panel {
  padding: 82px 0;
}
.page-wrap#secondary-page .page-panel.two-image-panel:first-of-type {
  padding-top: 0px !important;
}
.page-wrap#secondary-page .page-panel.two-image-panel:last-of-type {
  padding-bottom: 164px;
}
.page-wrap#secondary-page .page-panel.two-image-panel .outer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#secondary-page .page-panel.two-image-panel .left-image,
.page-wrap#secondary-page .page-panel.two-image-panel .right-image {
  position: relative;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.two-image-panel {
    padding: 71px 0;
  }
  .page-wrap#secondary-page .page-panel.two-image-panel:last-of-type {
    padding-bottom: 142px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.two-image-panel {
    padding: 11.1959287532vw 0;
  }
  .page-wrap#secondary-page .page-panel.two-image-panel:last-of-type {
    padding-bottom: 22.3918575064vw;
  }
  .page-wrap#secondary-page .page-panel.two-image-panel .left-image {
    padding-bottom: 22.3918575064vw;
  }
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 59.5833333333%;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel {
  min-height: 470px;
  background-color: #000000;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 10;
  overflow: hidden;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .rewards-half-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .rewards-half-carousel .flickity-viewport,
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .rewards-half-carousel .flickity-slider {
  height: 100% !important;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .rewards-half-carousel .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .title-overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 20;
  color: #ffffff;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .title-overlay h5 {
  margin-bottom: 0px;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .title-overlay .desktop-rewards-ticker {
  overflow: hidden;
  white-space: nowrap;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .title-overlay .desktop-rewards-ticker .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .title-overlay .desktop-rewards-ticker .splide__slide h5 {
  margin-bottom: 0px;
  width: 100%/3;
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column .title-overlay {
    display: none;
  }
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column.left {
  left: 0;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .image-column.right {
  right: 0;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .mobile-title-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 30;
  pointer-events: none;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .mobile-title-overlay #mobile-rewards-ticker {
  overflow: hidden;
  white-space: nowrap;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .mobile-title-overlay #mobile-rewards-ticker .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  width: 160.8142493639vw;
}
.page-wrap#secondary-page .page-panel.full-bleed-images-panel .mobile-title-overlay #mobile-rewards-ticker .splide__slide h5 {
  margin-bottom: 0px;
  width: 100%/3;
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.full-bleed-images-panel .mobile-title-overlay {
    display: block;
  }
}
.page-wrap#secondary-page .page-panel.rewards-panel {
  background-color: #1f1f1f;
  padding: 160px 0 0 0;
  margin-top: -1px;
  z-index: 20;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.rewards-panel {
    padding: 105px 0 0 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.rewards-panel {
    padding: 0 0 0 0;
  }
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 175px 0 175px 0;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap.desktop {
  display: block;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap.mobile {
  display: none;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .outer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .steps-column {
  position: relative;
  display: block;
  width: 29.3%;
  height: auto;
  text-align: center;
  padding: 0 6.1%;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .steps-column h5 {
  color: rgba(255, 255, 255, 0.5);
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .steps-column p {
  color: #ffffff;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap {
    padding: 115px 0 115px 0;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .steps-column {
    padding: 0 5.8%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap {
    padding: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap.desktop {
    display: none;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap.mobile {
    display: block;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .outer-content-wrap {
    display: block;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .rewards-steps-carousel {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .rewards-steps-carousel .flickity-viewport {
    will-change: height;
    transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .rewards-steps-carousel .steps-column {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 22.9007633588vw 0 31.0432569975vw;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .rewards-steps-carousel .steps-column .outer-content-wrap {
    padding: 0 15%;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .rewards-steps-carousel .flickity-page-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: auto;
    font-size: 0;
    list-style: none;
    bottom: 20.3562340967vw;
    left: 0;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .rewards-steps-carousel .flickity-page-dots li.dot {
    position: relative;
    display: block;
    width: 1.5267175573vw;
    height: 1.5267175573vw;
    border: 1px solid #707070;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 1.272264631vw;
    cursor: pointer;
    will-change: background-color;
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-steps-wrap .rewards-steps-carousel .flickity-page-dots li.dot.is-selected {
    background-color: #707070;
  }
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .outer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .outer-content-wrap:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  left: "32.3596792669%";
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .outer-content-wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  right: "32.3596792669%";
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .outer-content-wrap {
    display: block;
    padding-top: 20.3562340967vw;
    padding-bottom: 20.3562340967vw;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .outer-content-wrap:before, .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .outer-content-wrap:after {
    display: none !important;
  }
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column {
  position: relative;
  display: block;
  width: 29.3%;
  height: auto;
  text-align: center;
  padding: 57px 6.1% 160px 6.1%;
  margin-bottom: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column:nth-last-child(-n+3) {
  border-bottom: none !important;
  margin-bottom: 0px !important;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column img.icon {
  position: relative;
  display: block;
  width: 71px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 35px;
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column h5 {
  color: rgba(255, 255, 255, 0.5);
}
.page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column p {
  color: #ffffff;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column {
    padding: 55px 5.8% 107px 5.8%;
    margin-bottom: 40px;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column img.icon {
    width: 47px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column {
    width: 100%;
    border-bottom: none !important;
    padding: 0 21%;
    margin-bottom: 20.3562340967vw !important;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column:nth-last-child(-n+3) {
    margin-bottom: 20.3562340967vw !important;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column:last-child {
    margin-bottom: 0px !important;
  }
  .page-wrap#secondary-page .page-panel.rewards-panel .rewards-info-wrap .info-column img.icon {
    width: 7.6335877863vw;
    margin-bottom: 5.0890585242vw;
  }
}

/*
JOURNAL ARCHIVE CONTENT ------------------
*/
body.post-type-archive-journal {
  background-color: #ebe9e1;
}
body.post-type-archive-journal .header-wrap.mobile {
  background-color: #ebe9e1;
}
body.post-type-archive-journal .header-wrap .header-button {
  color: #000000;
}
body.post-type-archive-journal .header-wrap .header-button a {
  color: #000000;
}
body.post-type-archive-journal .logo-header {
  border-color: rgba(0, 0, 0, 0.2);
}
body.post-type-archive-journal .logo-header .logo-wrap {
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
body.post-type-archive-journal .footer-logos-panel .outer-content-wrap {
  background-color: #ebe9e1;
}
body.post-type-archive-journal .splide__slide {
  background-color: #ebe9e1;
}

.page-wrap#journal-archive .journal-intro {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 180px 0 204px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.page-wrap#journal-archive .journal-intro h5 {
  margin-bottom: 1em;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#journal-archive .journal-intro {
    padding: 107px 0 129px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-archive .journal-intro {
    padding: 24.1730279898vw 0;
  }
  .page-wrap#journal-archive .journal-intro br {
    display: none;
  }
}
.page-wrap#journal-archive .journal-grid-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 78px 0 35px 0;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#journal-archive .journal-grid-wrap {
    padding: 64px 0 0 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-archive .journal-grid-wrap {
    padding: 5.3435114504vw 0 0 0;
  }
}
.page-wrap#journal-archive .journal-grid-wrap .journal-grid {
  width: 100%;
  height: auto;
}
.page-wrap#journal-archive .journal-grid-wrap .journal-grid .grid-sizer {
  width: 29.45%;
}
.page-wrap#journal-archive .journal-grid-wrap .journal-grid .gutter-sizer {
  width: 5.825%;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-archive .journal-grid-wrap .journal-grid .grid-sizer {
    width: 100%;
  }
  .page-wrap#journal-archive .journal-grid-wrap .journal-grid .gutter-sizer {
    width: 0px;
  }
}

/*
JOURNAL POST CONTENT ------------------
*/
body.single-journal {
  background-color: #ebe9e1;
}
body.single-journal .header-wrap.mobile {
  background-color: #ebe9e1;
}
body.single-journal .header-wrap .header-button {
  color: #000000;
}
body.single-journal .header-wrap .header-button a {
  color: #000000;
}
body.single-journal .logo-header {
  border-color: rgba(0, 0, 0, 0.2);
}
body.single-journal .logo-header .logo-wrap {
  filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  -moz-filter: invert(100%);
  -webkit-filter: invert(100%);
}
body.single-journal .footer-logos-panel .outer-content-wrap {
  background-color: #ebe9e1;
}
body.single-journal .splide__slide {
  background-color: #ebe9e1;
}

.page-wrap#journal-post .journal-post-titles {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 180px 0 200px 0;
  text-align: center;
}
.page-wrap#journal-post .journal-post-titles h5.category-date {
  margin-bottom: 1.3em;
}
.page-wrap#journal-post .journal-post-titles h5.category-date span.category {
  margin-right: 1.4em;
}
.page-wrap#journal-post .journal-post-titles h5.category-date span.date {
  color: rgba(0, 0, 0, 0.2);
}
.page-wrap#journal-post .journal-post-titles h2 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#journal-post .journal-post-titles {
    padding: 116px 0 125px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-post .journal-post-titles {
    padding: 24.1730279898vw 0;
  }
}
.page-wrap#journal-post .journal-post-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#journal-post .journal-post-content .article-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 140px;
}
.page-wrap#journal-post .journal-post-content .article-section .image-caption {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 16px;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#journal-post .journal-post-content .article-section {
    margin-bottom: 95px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-post .journal-post-content .article-section {
    margin-bottom: 22.9007633588vw;
  }
  .page-wrap#journal-post .journal-post-content .article-section .image-caption {
    padding-top: 3.3078880407vw;
  }
}
.page-wrap#journal-post .journal-post-content .article-section.large-image-section .outer-image-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.page-wrap#journal-post .journal-post-content .article-section.two-image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#journal-post .journal-post-content .article-section.two-image-section .left-image,
.page-wrap#journal-post .journal-post-content .article-section.two-image-section .right-image {
  position: relative;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-post .journal-post-content .article-section.two-image-section .left-image {
    margin-bottom: 22.9007633588vw;
  }
}
.page-wrap#journal-post .journal-post-content .article-section.text-section .text-wrap {
  position: relative;
  width: 52%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#journal-post .journal-post-content .article-section.text-section .text-wrap {
    width: 51.4%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-post .journal-post-content .article-section.text-section .text-wrap {
    width: 100%;
  }
}
.page-wrap#journal-post .related-articles-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 78px 0 127px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .page-wrap#journal-post .related-articles-wrap {
    padding: 64px 0 64px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-post .related-articles-wrap {
    padding: 5.3435114504vw 0 5.3435114504vw 0;
  }
}
.page-wrap#journal-post .related-articles-wrap .related-articles {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.page-wrap#journal-post .related-articles-wrap .related-articles .journal-thumbnail {
  margin-right: 5.825%;
  margin-bottom: 0px;
}
.page-wrap#journal-post .related-articles-wrap .related-articles .journal-thumbnail:last-child {
  margin-right: 0px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#journal-post .related-articles-wrap .related-articles .journal-thumbnail {
    margin-bottom: 16.2849872774vw;
    margin-right: 0px !important;
  }
}

/*
PROMOTION PAGE CONTENT ------------------
*/
.page-wrap#promotion-page .promotion-panel {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.page-wrap#promotion-page .promotion-panel.landing-panel {
  min-height: 535px;
  max-height: 100vh;
}
.page-wrap#promotion-page .promotion-panel.landing-panel:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 46.875%;
}
.page-wrap#promotion-page .promotion-panel.landing-panel {
  background-color: #000000;
  overflow: hidden;
}
.page-wrap#promotion-page .promotion-panel.landing-panel .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.page-wrap#promotion-page .promotion-panel.landing-panel .title-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  z-index: 20;
}
.page-wrap#promotion-page .promotion-panel.landing-panel .title-overlay h2 {
  color: #ffffff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#promotion-page .promotion-panel.landing-panel .title-overlay br {
    display: none;
  }
  .page-wrap#promotion-page .promotion-panel.landing-panel .title-overlay .outer-content-wrap {
    padding: 0 3.8167938931vw;
  }
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel {
  padding: 90px 0 95px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .inner-wrap {
  display: block;
  margin: 0 auto;
  max-width: 720px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#promotion-page .promotion-panel.newsletter-panel {
    padding: 16.7938931298vw 0 18.5750636132vw 0;
  }
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .intro-wrap {
  display: block;
  margin-bottom: 52px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .intro-wrap {
    margin-bottom: 15.0127226463vw;
  }
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .intro-wrap .outer-content-wrap {
    padding: 0 3.8167938931vw;
  }
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel form {
  position: relative;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield {
  margin-bottom: 32px;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield:last-child {
  margin-bottom: 0px !important;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield--width-half {
  width: 48.4%;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield--width-full {
  width: 100%;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield_description {
  display: none !important;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield--type-html {
  padding-top: 15px;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield--type-html h6 {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield {
    margin-bottom: 10.1781170483vw;
  }
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield--width-half,
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield--width-full {
    width: 100%;
    margin-top: 0px !important;
  }
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_fields .gfield--type-html {
    padding-top: 2.0356234097vw;
  }
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_footer {
  position: relative;
  margin-top: 34px;
}
.page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_footer input[type=submit] {
  border-bottom: 1px solid #ebe9e1;
  padding-bottom: 0.4em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_footer {
    margin-top: 9.1603053435vw;
  }
  .page-wrap#promotion-page .promotion-panel.newsletter-panel .gform_footer input[type=submit] {
    position: relative;
  }
}

.emailoctopus-form {
  background-color: transparent !important;
}

.emailoctopus-form .main-form {
  row-gap: 21px !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .emailoctopus-form .main-form {
    row-gap: 5.0890585242vw !important;
  }
}

.emailoctopus-form [eo-form-fields-container] {
  row-gap: 10px !important;
}

.emailoctopus-form .main-form .btn,
.emailoctopus-form .main-form .emailoctopus-form-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.emailoctopus-form input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #707070 !important;
  padding-bottom: 6.8px !important;
  color: #000000 !important;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
}

.emailoctopus-form input[type=submit] {
  background-color: transparent !important;
  border: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  font-family: "PP Neue Montreal Medium" !important;
  font-size: 12px !important;
  border-bottom: 1px solid #ebe9e1 !important;
  padding-bottom: 0.3em !important;
}

[data-form="44fabd50-8b5c-11f1-9d12-c53700603da1"] .text-block,
[data-form=e2dfca30-8c22-11f1-81a5-a97d89b8c461] .text-block {
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.emailoctopus-error-message,
.emailoctopus-success-message {
  text-align: left !important;
}

.footer-wrap .emailoctopus-error-message,
.footer-wrap .emailoctopus-success-message {
  text-align: center !important;
}

.mastfoot {
  display: none !important;
}

/*
FOOTER LOGOS ------------------
*/
.footer-logos-panel {
  padding: 65px 0 65px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-logos-panel .footer-logos.desktop {
  display: block;
}
.footer-logos-panel .footer-logos.mobile {
  display: none;
}
.footer-logos-panel .outer-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background-color: #FFFDF7;
}
.footer-logos-panel img.logo {
  position: relative;
  display: block;
  width: auto;
  height: 109px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-logos-panel {
    padding: 50px 0 50px 0;
  }
  .footer-logos-panel .outer-content-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .footer-logos-panel img.logo {
    height: 82px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .footer-logos-panel {
    padding: 5.8524173028vw 0;
  }
  .footer-logos-panel .footer-logos.desktop {
    display: none;
  }
  .footer-logos-panel .footer-logos.mobile {
    display: block;
  }
  .footer-logos-panel .splide__slide {
    position: relative;
    display: block;
    width: auto;
    height: 14.7582697201vw;
    margin-right: 11.4503816794vw;
    background-color: #FFFDF7;
  }
  .footer-logos-panel .splide__slide img.logo {
    height: 14.7582697201vw;
  }
}

/*
FOOTER CONTENT ------------------
*/
.footer-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .footer-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -o-align-items: flex-start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
  }
}
.footer-wrap .left-column {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 72px 0 80px 0;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-wrap .left-column {
    padding: 62px 0 62px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .footer-wrap .left-column {
    width: 100%;
    border-right: none;
    padding: 9.1603053435vw 0 12.213740458vw 0;
  }
  .footer-wrap .left-column .outer-content-wrap {
    padding: 0 3.8167938931vw;
  }
}
.footer-wrap .left-column .footer-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-bottom: 64px;
}
.footer-wrap .left-column .footer-row:last-child {
  margin-bottom: 0px !important;
}
.footer-wrap .left-column .footer-row .inner-column {
  position: relative;
  display: block;
  width: 46.2%;
  height: auto;
}
.footer-wrap .left-column .footer-row .inner-column.full-width {
  width: 100%;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-wrap .left-column .footer-row {
    margin-bottom: 42px;
  }
  .footer-wrap .left-column .footer-row .inner-column {
    width: 45%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .footer-wrap .left-column .footer-row {
    margin-bottom: 11.1959287532vw;
  }
  .footer-wrap .left-column .footer-row .inner-column {
    width: 48.5%;
  }
}
.footer-wrap .left-column .menu .menu-item {
  position: relative;
  display: block;
}
.footer-wrap .left-column .menu .menu-item.hide-on-footer {
  display: none;
}
.footer-wrap .right-column {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  padding: 72px 0 80px 0;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-wrap .right-column {
    padding: 62px 0 62px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .footer-wrap .right-column {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 21.6284987277vw 0 30.534351145vw 0;
  }
}
.footer-wrap .right-column .outer-content-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.footer-wrap .right-column .newsletter-form-wrap {
  position: relative;
  display: block;
  width: 80%;
  height: auto;
  max-width: 549px;
}
.footer-wrap .right-column .newsletter-form-wrap .intro {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 62px;
}
.footer-wrap .right-column .newsletter-form-wrap .intro br {
  display: none;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .footer-wrap .right-column .newsletter-form-wrap {
    width: 87%;
    max-width: 100%;
  }
  .footer-wrap .right-column .newsletter-form-wrap .intro {
    margin-bottom: 35px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .footer-wrap .right-column .newsletter-form-wrap {
    width: 100%;
    padding: 0 3.8167938931vw;
  }
  .footer-wrap .right-column .newsletter-form-wrap .intro {
    margin-bottom: 6.106870229vw;
  }
  .footer-wrap .right-column .newsletter-form-wrap .intro br {
    display: block;
  }
}

/*
CREDITS FOOTER ------------------
*/
.credits-footer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 22px 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .credits-footer {
    padding: 4.3256997455vw 8.9058524173vw;
  }
}

/*
TICKER TAPE ------------------
*/
.ticker-tape {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background-color: #eae2cf;
  z-index: 200;
  transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  pointer-events: none;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .ticker-tape {
    height: 10.1781170483vw;
  }
}
.ticker-tape #ticker {
  overflow: hidden;
  white-space: nowrap;
}
.ticker-tape #ticker .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-right: 280px;
  height: 50px;
}
.ticker-tape #ticker .splide__slide h5 {
  line-height: 1em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .ticker-tape #ticker .splide__slide {
    height: 10.1781170483vw;
    margin-right: 55.9796437659vw;
  }
}
.ticker-tape.visible {
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

/*
NEWSLETTER MODAL ------------------
*/
.newsletter-modal-outer-wrap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(235, 233, 225, 0.7);
}
.newsletter-modal-outer-wrap .newsletter-modal {
  position: fixed;
  display: block;
  width: 63%;
  height: auto;
  background-color: #FFFDF7;
  min-width: 806px;
  max-width: 1166px;
  min-height: 525px;
  max-height: 766px;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal {
    width: calc(100% - 17.8117048346vw);
    width: -o-calc(100% - 17.8117048346vw);
    width: -ms-calc(100% - 17.8117048346vw);
    width: -webkit-calc(100% - 17.8117048346vw);
    max-width: 100%;
    min-width: 0px;
    min-height: 0px;
    max-height: 100%;
  }
}
.newsletter-modal-outer-wrap .newsletter-modal .inner-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -o-align-items: stretch;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  width: 100%;
  height: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal .inner-wrap {
    display: block;
  }
}
.newsletter-modal-outer-wrap .newsletter-modal .image-column {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
}
.newsletter-modal-outer-wrap .newsletter-modal .image-column:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 130.2729528536%;
}
.newsletter-modal-outer-wrap .newsletter-modal .image-column {
  min-height: 525px;
  max-height: 766px;
}
.newsletter-modal-outer-wrap .newsletter-modal .image-column .title-overlay {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
}
.newsletter-modal-outer-wrap .newsletter-modal .image-column .title-overlay h2 {
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal .image-column {
    width: 100%;
  }
  .newsletter-modal-outer-wrap .newsletter-modal .image-column:before {
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 63.3540372671%;
  }
  .newsletter-modal-outer-wrap .newsletter-modal .image-column {
    min-height: 0px;
    max-height: 100%;
  }
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 50%;
  height: auto;
  background-color: #FFFDF7;
  padding: 43px 43px 72px 43px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal .text-column {
    width: 100%;
    display: block;
    padding: 5.5979643766vw 5.0890585242vw 11.7048346056vw 7.1246819338vw;
  }
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .close-button {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 20;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal .text-column .close-button {
    display: none;
  }
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .top-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal .text-column .top-section {
    margin-bottom: 15.2671755725vw;
  }
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper .gfield.hide-me {
  display: none !important;
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper .gfield.gfield--type-html {
  display: block !important;
  padding-top: 55px;
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper .gfield.gfield--type-html h6 {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper .gfield.gfield--type-html {
    padding-top: 12.7226463104vw;
  }
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper .gform_footer {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 21px;
}
.newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper .gform_footer input[type=submit] {
  position: relative;
  width: auto;
  height: auto;
  border-bottom: 1px solid #ebe9e1;
  padding-bottom: 0.4em;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .newsletter-modal-outer-wrap .newsletter-modal .text-column .bottom-section .gform_wrapper .gform_footer {
    margin-top: 5.0890585242vw;
  }
}
.newsletter-modal-outer-wrap.visible .newsletter-modal {
  opacity: 1;
  pointer-events: all;
}
.newsletter-modal-outer-wrap .modal-closer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

/*
RESDIARY MODAL ------------------
*/
.resdiary-modal-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}
.resdiary-modal-overlay .modal-closer {
  position: fixed;
  color: #ffffff;
  cursor: pointer;
  padding: 30px 42px;
}
.resdiary-modal-overlay #rd-widget-frame {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: auto;
  padding: 100px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
}
.resdiary-modal-overlay #rd-widget-frame iframe {
  width: 100%;
  height: 100%;
}
.resdiary-modal-overlay.visible #rd-widget-frame {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1280px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .resdiary-modal-overlay .modal-closer {
    padding: 24px 32px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), screen and (device-width: 360px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait), screen and (device-width: 480px) and (device-height: 800px) and (orientation: portrait), only screen and (max-width: 480px) {
  .resdiary-modal-overlay .modal-closer {
    padding: 4.5801526718vw 5.0890585242vw;
  }
}

/*
HOMEPAGE RUN SPECIFICS ------------------
*/
html.homepage-run .header-wrap {
  transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
}
html.homepage-run .page-wrap#home-page .homepage-panel.landing-panel .background-slide.slide-01, html.homepage-run .page-wrap#home-page .homepage-panel.landing-panel .background-slide.slide-02 {
  display: none;
}
html.homepage-run .page-wrap#home-page .homepage-panel.landing-panel .background-slide.slide-03 {
  opacity: 1;
}
html.homepage-run .page-wrap#home-page .homepage-panel.landing-panel .message-overlay {
  display: none;
}
html.homepage-run .page-wrap#home-page .homepage-panel.landing-panel .logo-overlay {
  display: block;
}
html.homepage-run .page-wrap#home-page .homepage-panel.landing-panel .bottom-message {
  transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
}