.smoothPX {
  transition: all 0.25s linear;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --pt-color-primary: #124734;
  --pt-color-secondary: #768B84;
  --pt-color-tertiary: #DC613B;
  --pt-color-gold: #E8A74A;
  --pt-color-beige: #F7F0E4;
  --pt-color-orange: #FC790F;
  --pt-color-drop-down: #C4BC9B;
  --pt-color-black: #000000;
  --pt-color-white: #FFFFFF;
  --pt-color-grey: #606060;
  --pt-color-red: #D9000D;
  --pt-color-magenta: #eb1a74;
  --pt-color-green: #74af26;
  --pt-color-blue: #007ac1;
  --pt-color-blue-dark: #2c6ada;
  --pt-color-yellow: #fcd623;
  --pt-color-purple: #9685c5;
  --pt-color-dark-grey: #525252;
  --pt-color-light-grey: #F2F2F2;
  --pt-color-lighter-grey: #F0F0F0;
  --pt-color-facebook: #486099;
  --pt-color-border: #D5D5D5;
  --pt-color-box: #EDEEED;
  --pt-color-block-link-text: var(--pt-color-white);
  --pt-color-block-link-bg: var(--pt-color-primary);
  --pt-color-text-color: #333333;
}

:root {
  --kc-body-font: "Roboto", Helvetica, sans-serif;
  --kc-body-font-weight: 500;
  --kc-body-font-line-height: 1.6em;
  --kc-header-font: circe, "Roboto", sans-serif;
  --kc-header-font-weight: 400;
  --kc-header-font-line-height: 1.3em;
  --kc-menu-font: circe, Helvetica, sans-serif;
  --kc-menu-font-weight: 400;
  --kc-menu-font-line-height: 1.2em;
  --kc-h1Size: 48px;
  --kc-h1Size-clamp: clamp(50px, 10vw, 105px);
  --kc-h2Size: 38px;
  --kc-h2Size-clamp: clamp(45px, 8.5vw, 90px);
  --kc-h3Size: 36px;
  --kc-h3Size-clamp: clamp(40px, 7vw, 75px);
  --kc-h4Size: 28px;
  --kc-h4Size-clamp: clamp(35px, 5.5vw, 60px);
  --kc-h5Size: 24px;
  --kc-h5Size-clamp: clamp(30px, 4vw, 45px);
  --kc-h6Size: 22px;
  --kc-h6Size-clamp: clamp(25px, 3vw, 30px);
  --kc-bodyFontSize: 15px;
  --kc-menuFontSize: 14px;
  --kc-footerFontSize: 12px;
  --kc-smallFontSize: 12px;
  --kc-creditFontSize: 10px;
}

#home.oldHome {
  display: none;
}

#newHome {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
  overflow: clip;
}
#newHome * {
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
#newHome section, #newHome .section {
  width: 100%;
  overflow: clip;
}
#newHome img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#newHome .wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1480px;
  width: calc(100% - calc(36px + 2.4vw));
  /*1200px ends*/
  /*1200px ends*/
}
@media only screen and (max-width: 1500px) {
  #newHome .wrapper {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1280px) {
  #newHome .wrapper {
    max-width: 980px;
  }
}
#newHome .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
#newHome h1, #newHome h2, #newHome h3, #newHome h4, #newHome h5, #newHome h6 {
  color: var(--pt-color-primary);
  margin-bottom: 18px;
}
#newHome h1 {
  font-size: 48px;
}
#newHome h2 {
  font-size: 36px;
}
#newHome h3 {
  font-size: 32px;
}
#newHome h4 {
  font-size: 28px;
}
#newHome h5 {
  font-size: 24px;
}
#newHome h6 {
  font-size: 20px;
}
#newHome p, #newHome ul, #newHome ol, #newHome table {
  color: var(--pt-color-grey);
  margin-bottom: 18px;
}
#newHome .blockLink {
  background-color: var(--pt-color-white);
  color: var(--pt-color-secondary);
  padding: 12px 14px;
  display: inline-block;
  text-decoration: none;
}
#newHome .homeBlock {
  margin-top: calc((calc(36px + 2.4vw)) * 0.75);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#newHome .banner.secondaryBack {
  background-color: var(--pt-color-secondary);
}
#newHome .bannerTrack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
#newHome .banner {
  display: block;
  width: 100%;
}
#newHome .banner .wrapper {
  z-index: 2;
  padding: calc(36px + 2.4vw) 0;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
#newHome .banner .stilt {
  width: 1px;
  padding-top: 40%;
  display: none;
}
#newHome .banner .text.text50 {
  max-width: 50%;
}
#newHome .banner .text.text50 h1, #newHome .banner .text.text50 h2 {
  width: 100%;
}
#newHome .banner .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
}
#newHome .banner .text h1, #newHome .banner .text h2, #newHome .banner .text ul {
  color: var(--pt-color-white);
  padding-bottom: calc((calc(36px + 2.4vw)) * 0.25);
}
#newHome .banner .text h1 {
  width: 75%;
  font-size: 56px;
  line-height: 60px;
}
#newHome .banner .text h2 {
  width: 50%;
  font-family: var(--kc-body-font);
  font-weight: var(--kc-body-font-weight);
  line-height: var(--kc-body-font-line-height);
  font-size: var(--kc-bodyFontSize);
  font-weight: normal;
  text-transform: none;
  line-height: 30px;
  font-size: 24px;
  letter-spacing: 0;
}
#newHome .banner .text ul {
  width: 50%;
  font-family: var(--kc-body-font);
  font-weight: var(--kc-body-font-weight);
  line-height: var(--kc-body-font-line-height);
  font-size: var(--kc-bodyFontSize);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 34px;
  font-size: 28px;
  letter-spacing: 0;
  list-style-type: none;
}
#newHome .banner .text ul li {
  margin-left: 0;
}
#newHome .banner .text ul li::before {
  content: "- ";
  display: inline-block;
}
#newHome .banner .blockLink {
  justify-self: flex-end;
  margin-top: calc(calc(36px + 2.4vw) * 1.5);
  margin-bottom: 0;
}
#newHome .banner .brand {
  position: absolute;
  top: calc(36px + 2.4vw);
  right: 0;
  width: clamp(100px, 15%, 150px);
}
#newHome .banner p.disclaimer {
  color: var(--pt-color-white);
  position: absolute;
  left: 0;
  bottom: 12px;
  font-size: 8px;
}
#newHome .banner .bgImage, #newHome .banner picture img, #newHome .banner .bgImage img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: center top;
}

@media only screen and (orientation: portrait) {
  #newHome .banner .wrapper {
    padding: calc(36px + 2.4vw + (calc(36px + 2.4vw)) * 0.5) 0;
    min-height: 75vh;
  }
  #newHome .banner .stilt {
    width: 1px;
    padding-top: 120%;
    display: none;
  }
  #newHome .banner .text.text50 {
    max-width: 100%;
  }
  #newHome .banner .text.text50 h1, #newHome .banner .text.text50 h2 {
    width: 100%;
  }
  #newHome .banner .text {
    width: 100%;
  }
  #newHome .banner .text h1 {
    width: 100%;
  }
  #newHome .banner .text h2 {
    width: 100%;
  }
  #newHome .banner .text ul {
    width: 100%;
  }
  #newHome .banner .brand {
    position: absolute;
    top: calc((calc(36px + 2.4vw)) * 0.5);
    right: 0;
    width: clamp(100px, 15%, 150px);
  }
} /* ends*/
@media only screen and (max-width: 768px) and (orientation: landscape) {
  #newHome .banner {
    opacity: 0.5;
  }
  #newHome .banner .wrapper {
    padding-top: calc((calc(36px + 2.4vw)) * 2);
  }
  #newHome .banner .text.text50 {
    max-width: 100%;
  }
  #newHome .banner .text.text50 h1 {
    width: 100%;
  }
  #newHome .banner .text {
    width: 100%;
  }
  #newHome .banner .text h1 {
    width: 100%;
  }
  #newHome .banner .text ul {
    width: 100%;
  }
}
#newHome .bannerTrack.flickity-enabled .banner {
  min-height: 100%;
}
#newHome .bannerTrack.flickity-enabled .banner h1, #newHome .bannerTrack.flickity-enabled .banner h2, #newHome .bannerTrack.flickity-enabled .banner ul, #newHome .bannerTrack.flickity-enabled .banner .bgImage, #newHome .bannerTrack.flickity-enabled .banner .blockLink {
  opacity: 0;
}
#newHome .bannerTrack.flickity-enabled .banner .blockLink {
  transform: scale(1.5);
}
#newHome .bannerTrack.flickity-enabled .banner.is-selected h1, #newHome .bannerTrack.flickity-enabled .banner.is-selected h2, #newHome .bannerTrack.flickity-enabled .banner.is-selected ul, #newHome .bannerTrack.flickity-enabled .banner.is-selected .bgImage {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#newHome .bannerTrack.flickity-enabled .banner.is-selected .blockLink {
  animation-name: zoomIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
#newHome .bannerTrack.flickity-enabled .banner.is-selected h1 {
  animation-delay: 1s;
}
#newHome .bannerTrack.flickity-enabled .banner.is-selected h2 {
  animation-delay: 1.25s;
}
#newHome .bannerTrack.flickity-enabled .banner.is-selected ul {
  animation-delay: 1.5s;
}
#newHome .bannerTrack.flickity-enabled .banner.is-selected .blockLink {
  animation-delay: 1.75s;
}
#newHome .bannerTrack.flickity-enabled .carousel-cell, #newHome .bannerTrack.flickity-enabled .banner {
  display: flex;
  transition: opacity 1s ease !important;
}
#newHome .bannerTrack.flickity-enabled .carousel-cell.is-selected, #newHome .bannerTrack.flickity-enabled .banner.is-selected {
  opacity: 1 !important;
}
#newHome .bannerTrack.flickity-enabled picture {
  transition: opacity 1s ease !important;
}
#newHome .bannerTrack.flickity-enabled picture.is-selected {
  opacity: 1 !important;
}
#newHome .bannerTrack.flickity-enabled .flickity-slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
#newHome .bannerTrack.flickity-enabled .flickity-viewport {
  overflow: visible;
  width: 100%;
  height: 100%;
}
#newHome .bannerTrack.flickity-enabled .flickity-page-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - (calc((calc(36px + 2.4vw)) * 2)));
  display: block;
  margin: 0 auto;
  clear: both;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  z-index: 4;
  height: calc(36px + 2.4vw);
}
#newHome .bannerTrack.flickity-enabled .flickity-page-dots li {
  display: block;
  width: calc(calc((calc(36px + 2.4vw)) * 0.25) * 1.5);
  height: calc(calc((calc(36px + 2.4vw)) * 0.25) * 1.5);
  max-width: 16px;
  max-height: 16px;
  margin: 0;
  margin-left: 18px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}
#newHome .bannerTrack.flickity-enabled .flickity-page-dots li:hover {
  border: solid 1px var(--pt-color-white);
  opacity: 1;
}
#newHome .bannerTrack.flickity-enabled .flickity-page-dots li.is-selected {
  background-color: var(--pt-color-primary);
  border: solid 1px rgba(255, 255, 255, 0.5);
  opacity: 1;
}

@media only screen and (max-width: 650px) {
  #newHome .banner .text h1 {
    font-size: 46px;
    line-height: 50px;
  }
  #newHome .banner .text h2 {
    font-size: 14px;
    line-height: 20px;
  }
  #newHome .banner .text ul {
    font-size: 18px;
    line-height: 24px;
  }
} /*$bigPhone ends*/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: var(--pt-color-primary);
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}

.flickity-button:hover {
  color: var(--pt-color-secondary);
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: -20px;
}

.flickity-prev-next-button.next {
  right: -20px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background-color: var(--cc-color-secondary);
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

#newHome .homeIntro .gridBlock {
  display: grid;
  grid-template-areas: "logo text";
  grid-template-columns: minmax(200px, 1fr) 4fr;
  gap: calc((calc(36px + 2.4vw)) * 0.75);
  max-width: 1200px;
}
#newHome .homeIntro .gridBlock .text {
  grid-area: text;
}
#newHome .homeIntro .gridBlock .text h2 {
  font-size: 34px;
}
#newHome .homeIntro .gridBlock .brand {
  grid-area: logo;
}

@media only screen and (max-width: 768px) {
  #newHome .homeIntro .gridBlock {
    grid-template-areas: "logo" "text";
    grid-template-columns: 1fr;
  }
  #newHome .homeIntro .gridBlock .brand {
    grid-area: logo;
    max-width: 200px;
  }
} /*$tablet ends*/
#newHome .homeText .homeTextGrid {
  width: 40%;
  z-index: 2;
}
#newHome .homeText .homeTextGrid .text {
  background-color: var(--pt-color-primary);
  padding: calc((calc(36px + 2.4vw)) * 0.75);
  width: calc(100% + (calc(36px + 2.4vw)) * 0.75);
}
#newHome .homeText .homeTextGrid .text * {
  color: var(--pt-color-white);
}
#newHome .homeText .homeTextGrid .titleImage {
  padding: 36px calc(36px + 2.4vw) 36px 24px;
}
#newHome .homeText .homeTextGrid .inlineImage {
  display: none;
}
#newHome .homeText .homeTextGrid .pointGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  text-transform: uppercase;
  overflow: hidden;
  background-color: var(--pt-color-primary);
  margin-top: 24px;
  width: calc(100% - (36px + 2.4vw));
}
#newHome .homeText .homeTextGrid .pointGrid h6 {
  padding: 36px 18px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: var(--pt-color-white);
}
#newHome .homeText .bgImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  #newHome .homeText .homeTextGrid {
    width: 100%;
  }
  #newHome .homeText .homeTextGrid .text {
    width: 100%;
  }
  #newHome .homeText .homeTextGrid .pointGrid {
    width: 100%;
  }
  #newHome .homeText .homeTextGrid .pointGrid h6 {
    padding: 36px 18px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--pt-color-white);
  }
  #newHome .homeText .homeTextGrid .titleImage {
    max-width: 70%;
    position: absolute;
    z-index: 3;
    right: 0;
    padding-right: calc((calc(36px + 2.4vw)) * 0.5);
  }
  #newHome .homeText .homeTextGrid .inlineImage {
    display: block;
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  #newHome .homeText .bgImage {
    display: none;
  }
} /*$tablet ends*/
#newHome .homeCameos .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  /*$smallTablet ends*/
}
@media only screen and (max-width: 700px) {
  #newHome .homeCameos .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

#newHome .quickMenu {
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF calc((calc(36px + 2.4vw)) * 0.5), #EBEBEB calc((calc(36px + 2.4vw)) * 0.5), #EBEBEB 100%);
  padding-bottom: calc((calc(36px + 2.4vw)) * 0.5);
}
#newHome .quickMenu .menuTrack {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
#newHome .quickMenu .menuItem {
  width: 320px;
  background-color: var(--pt-color-white);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-right: 24px;
  /*$tablet ends*/
}
@media only screen and (max-width: 768px) {
  #newHome .quickMenu .menuItem {
    width: 250px;
  }
}
#newHome .quickMenu .menuItem img {
  order: 0;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#newHome .quickMenu .menuItem .text {
  order: 1;
  padding: 18px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
#newHome .quickMenu .menuItem .text .blockLink {
  background-color: var(--pt-color-primary);
  color: var(--pt-color-white);
  margin-top: auto;
  margin-bottom: 0;
}

#newHome .menuTrack.flickity-enabled .menuItem {
  min-height: 100%;
}
#newHome .menuTrack.flickity-enabled .carousel-cell, #newHome .menuTrack.flickity-enabled .menuItem {
  display: flex;
  transition: opacity 1s ease !important;
}
#newHome .menuTrack.flickity-enabled .carousel-cell.is-selected, #newHome .menuTrack.flickity-enabled .menuItem.is-selected {
  opacity: 1 !important;
}
#newHome .menuTrack.flickity-enabled picture {
  transition: opacity 1s ease !important;
}
#newHome .menuTrack.flickity-enabled picture.is-selected {
  opacity: 1 !important;
}
#newHome .menuTrack.flickity-enabled .flickity-slider {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
#newHome .menuTrack.flickity-enabled .flickity-viewport {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
}
#newHome .menuTrack.flickity-enabled .flickity-prev-next-button.previous,
#newHome .menuTrack.flickity-enabled .flickity-prev-next-button.next {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
}
#newHome .menuTrack.flickity-enabled .flickity-prev-next-button + .flickity-prev-next-button {
  margin-left: 24px;
}
