@charset "UTF-8";
section.WideCta {
  position: relative;
}
section.WideCta.font-white .inner h3,
section.WideCta.font-white .inner p {
  color: #fff;
}
section.WideCta.font-tan .inner h3,
section.WideCta.font-tan .inner p {
  color: #F0ECD8;
}
section.WideCta.font-black .inner h3,
section.WideCta.font-black .inner p {
  color: #1E2434;
}
section.WideCta .background {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #eee;
}
section.WideCta .background img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
section.WideCta .background video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.WideCta .background div {
  height: 100%;
  width: 100%;
}
section.WideCta .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
}
section.WideCta .inner {
  background: transparent;
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 50px;
}
section.WideCta .inner h3 {
  margin-top: 0;
  color: #F0ECD8;
  font-family: "brando", serif;
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
  max-width: 600px;
  margin-bottom: 1rem;
}
section.WideCta .inner p {
  color: #F4F4F4;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 0;
}
section.WideCta .inner .buttons {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}
section.WideCta.Center .inner {
  text-align: center;
}
section.WideCta.Center .inner p,
section.WideCta.Center .inner h3 {
  text-align: center;
  margin: 1rem auto;
  max-width: 600px;
}
section.WideCta.Center .inner .buttons {
  justify-content: center;
}

section.ImageCopy .inner {
  display: grid;
  grid-template-columns: 497px 1fr;
  grid-template-rows: 1fr;
  gap: 0px 126px;
  grid-auto-flow: row;
  grid-template-areas: ". .";
}
section.ImageCopy .inner .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
section.ImageCopy .inner .copy h3,
section.ImageCopy .inner .copy h2,
section.ImageCopy .inner .copy p,
section.ImageCopy .inner .copy a {
  margin: 0;
}
section.ImageCopy .inner .copy .subheading {
  color: #46574E;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -32px;
}
section.ImageCopy .inner .copy h3,
section.ImageCopy .inner .copy h2 {
  margin-top: 0;
}
section.ImageCopy .inner .copy a {
  width: fit-content;
}
section.ImageCopy .inner .copy .buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
section.ImageCopy .inner .image .imageContainer {
  width: 100%;
  height: 497px;
  position: relative;
  overflow: hidden;
}
section.ImageCopy .inner .image .imageContainer .jwplayer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section.ImageCopy .inner .image .imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.ImageCopy.background-gray {
  background: #F4F4F4;
}
section.ImageCopy.image-right .inner {
  grid-template-columns: 1fr 497px;
}
section.ImageCopy.image-right .copy {
  order: 1;
}
section.ImageCopy.image-right .image {
  order: 2;
}
@media screen and (max-width: 1024px) {
  section.ImageCopy .inner {
    display: block;
    max-width: 800px;
  }
  section.ImageCopy .inner .copy {
    margin-top: 1rem;
    justify-content: flex-start;
  }
  section.ImageCopy .inner .image .imageContainer {
    height: auto;
  }
}

section.CardSection {
  position: relative;
}
section.CardSection .background {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 80px);
  width: 100%;
  z-index: 0;
  background: #1E2434;
}
section.CardSection .inner {
  position: relative;
  max-width: 1154px;
  display: flex;
  gap: 90px 124px;
  flex-wrap: wrap;
  z-index: 1;
}
section.CardSection .inner .card {
  max-width: 291px;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
section.CardSection .inner .card .image {
  height: 200px;
  width: 100%;
}
section.CardSection .inner .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.CardSection .inner .card .copy {
  border-top: 4px solid #F0ECD8;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
section.CardSection .inner .card .copy .jwplayer {
  position: absolute;
  top: -48px;
}
section.CardSection .inner .card .copy h3,
section.CardSection .inner .card .copy p {
  margin: 0;
}
section.CardSection .inner .card .copy h3 {
  color: #F0ECD8;
  font-family: "brando", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 12px;
  /* 140% */
}
section.CardSection .inner .card .copy p {
  color: #F4F4F4;
  font-family: "brando", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}
section.CardSection .inner .card .copy a {
  font-family: "brando", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  margin-top: auto;
}
section.CardSection .inner .card .copy .buttons {
  margin-top: auto;
}
section.CardSection.light .inner .card .copy h3 {
  color: #1E2434;
}
section.CardSection.light .inner .card .copy p {
  color: #1E2434;
}
section.CardSection.blue-on-white .background {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0px, transparent 0px, 80px, #1e2434 80px, #1e2434 100%);
}
section.CardSection.blue-on-white .inner .card .copy h3 {
  color: #f0ecd8;
  font-family: "brando", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 12px;
}
section.CardSection.blue-on-white .inner .card .copy a {
  color: #f4f4f4;
}
section.CardSection.blue-on-grey .background {
  height: 100%;
  background: linear-gradient(to bottom, #f4f4f4 0px, #f4f4f4 80px, #1e2434 80px, #1e2434 100%);
}
section.CardSection.blue-on-grey .inner .card .image {
  background-color: #fff;
}
section.CardSection.blue-on-grey .inner .card .image img {
  object-fit: unset;
}
section.CardSection.blue-on-grey .inner .card .copy a {
  color: #f4f4f4;
}
section.CardSection.blue-on-grey .inner .card .copy p strong {
  color: #F0ECD8;
}
section.CardSection.green-on-white .background {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0px, transparent 80px, #46574e 80px, #46574e 100%);
}
section.CardSection.green-on-white .inner .card .copy h3 {
  color: #f0ecd8;
  font-family: "brando", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 12px;
}
section.CardSection.green-on-white .inner .card .copy a {
  color: #1E2434;
}
section.CardSection.green-on-white .inner .card .copy p strong {
  color: #F0ECD8;
}
section.CardSection.green-on-grey .background {
  height: 100%;
  background: linear-gradient(to bottom, #f4f4f4 0px, #f4f4f4 80px, #46574e 80px, #46574e 100%);
}
section.CardSection.green-on-grey .inner .card {
  display: flex;
  flex-direction: column;
}
section.CardSection.green-on-grey .inner .card .copy {
  flex: 1;
}
section.CardSection.green-on-grey .inner .card .copy h3 {
  color: #f0ecd8;
  font-family: "brando", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 12px;
}
section.CardSection.green-on-grey .inner .card .copy a {
  margin-top: auto;
  color: #f4f4f4;
}
section.CardSection.green-on-grey .inner .card .copy p strong {
  color: #F0ECD8;
}
section.CardSection.white-on-white .background {
  background-color: #ffffff;
}
section.CardSection.white-on-white .inner .card .copy h3,
section.CardSection.white-on-white .inner .card .copy p,
section.CardSection.white-on-white .inner .card .copy a {
  color: #1e2434 !important;
}
section.CardSection.twoby .inner {
  justify-content: center;
  max-width: 1024px;
}
section.CardSection.fourby .inner {
  max-width: 1239px;
  gap: 24px 12px;
}
section.CardSection.fourby .inner .card {
  max-width: 291px;
}
@media (max-width: 500px) {
  section.CardSection .inner {
    align-items: center;
    gap: 32px;
  }
  section.CardSection .inner .card {
    max-width: 100%;
  }
}

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  margin-top: 16px;
  z-index: 10;
}
.navigation .inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 90%;
  margin: 0;
  margin-left: auto;
  background: #fff;
  box-shadow: 0px 15px 24px 0px rgba(30, 36, 52, 0.04);
  padding-left: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 12px solid #F0ECD8;
}
.navigation .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation .inner ul li a svg {
  display: block;
}
.navigation .inner .main-links {
  margin-right: auto;
}
.navigation .inner .main-links ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation .inner .main-links ul li a {
  padding: 10px;
  color: #4F4F4F;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navigation .inner .main-links ul li a:hover, .navigation .inner .main-links ul li a.active {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .navigation .inner .main-links {
    display: none;
  }
}
.navigation .inner .secondary-links {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100vh;
  background: #1E2434;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navigation .inner .secondary-links .main-links-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .navigation .inner .secondary-links .main-links-mobile {
    display: block;
  }
}
.navigation .inner .secondary-links.open {
  transform: translateX(-500px);
}
.navigation .inner .secondary-links ul {
  padding-left: 64px;
  padding-right: 1rem;
}
.navigation .inner .secondary-links ul:first-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 1024px) {
  .navigation .inner .secondary-links ul:first-of-type {
    margin-top: 100px;
  }
}
.navigation .inner .secondary-links ul:last-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .navigation .inner .secondary-links ul:last-of-type {
    margin-top: 0;
  }
}
.navigation .inner .secondary-links ul li {
  margin-bottom: 40px;
}
.navigation .inner .secondary-links ul li a {
  color: #F4F4F4;
  font-family: "brando", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1024px) {
  .navigation .inner .secondary-links {
    width: 100%;
    height: 100vh;
    max-width: 500px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .navigation .inner .secondary-links {
    width: fit-content;
    height: fit-content;
    top: 99px;
    background-color: #fff;
    right: max(0px, (100vw - 1239px) / 2);
    height: 0px;
    overflow: hidden;
    max-height: fit-content;
    box-shadow: 0px 15px 24px 0px rgba(30, 36, 52, 0.04);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .navigation .inner .secondary-links ul {
    padding-right: 64px;
  }
  .navigation .inner .secondary-links ul li a {
    color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .navigation .inner .secondary-links ul:last-of-type {
    margin-top: 1rem;
  }
  .navigation .inner .secondary-links.open {
    transform: none;
    height: 100%;
  }
  .navigation .inner .secondary-links.open ul li a {
    color: #242424;
  }
}
@media screen and (min-width: 1600px) {
  .navigation .inner .secondary-links {
    width: fit-content;
    height: fit-content;
    top: 99px;
    background-color: #fff;
    right: max(0px, (100vw - 1239px) / 2);
    height: 0px;
    overflow: hidden;
    max-height: fit-content;
    box-shadow: 0px 15px 24px 0px rgba(30, 36, 52, 0.04);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .navigation .inner .secondary-links ul {
    padding-right: 64px;
  }
  .navigation .inner .secondary-links ul li a {
    color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .navigation .inner .secondary-links ul:last-of-type {
    margin-top: 1rem;
  }
  .navigation .inner .secondary-links.open {
    transform: none;
    height: 100%;
  }
  .navigation .inner .secondary-links.open ul li a {
    color: #242424;
  }
}
.navigation .inner .secondary-links form {
  padding: 0 64px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.navigation .inner .secondary-links form select {
  color: #242424;
  font-family: "brando", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background: transparent;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.navigation .inner .secondary-links form .svg {
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  height: 20px;
  width: 20px;
  margin-left: 1rem;
}
.navigation .inner .secondary-links form .svg svg {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
}
.navigation .inner .secondary-links form .svg svg.active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .navigation .inner .secondary-links form select {
    color: #fff;
  }
  .navigation .inner .secondary-links form .svg svg {
    fill: #fff;
  }
}
.navigation .inner .interaction {
  margin-right: max(0px, (100vw - 1239px) / 2);
}
.navigation .inner .interaction button {
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
}
.navigation .inner .interaction button.active svg path {
  stroke: #fff;
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .navigation .inner .interaction button.active svg path {
    stroke: #242424;
  }
}
@media screen and (min-width: 1600px) {
  .navigation .inner .interaction button.active svg path {
    stroke: #242424;
  }
}
.navigation .inner .interaction button:hover {
  background: transparent;
  cursor: pointer;
}
.navigation .inner .interaction button:focus {
  outline: none;
  box-shadow: none !important;
}
.navigation .inner .interaction button svg {
  width: 50px;
}
.navigation .inner .interaction button svg:hover {
  cursor: pointer;
}
.navigation .skipAhead {
  position: absolute;
  top: 0;
  left: -30vw;
  background: #fff;
  height: 83px;
  width: 10vw;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #1e2434;
  padding: 1rem;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0px 15px 24px 0px rgba(30, 36, 52, 0.04);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navigation .skipAhead:focus {
  transform: translateX(30vw);
}
@media (max-width: 1139px) {
  .navigation .skipAhead {
    height: 108px;
  }
}
@media (max-width: 1025px) {
  .navigation .skipAhead {
    display: none;
  }
}

.burger {
  height: 51px;
  width: 51px;
  display: flex;
  margin-right: 0.5rem;
  flex: 1 auto;
  justify-content: flex-end;
}
.burger .ham {
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger .ham.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.burger .ham.ham4 .top {
  stroke-dasharray: 40 121;
}
.burger .ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #101828;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.burger.active .ham {
  transform: rotate(45deg);
}
.burger.active .ham .bottom {
  stroke-dashoffset: -68px;
}
.burger.active .ham .top {
  stroke-dashoffset: -68px;
}

section.Moment .inner {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  grid-template-rows: 1fr;
  gap: 104px 104px;
  grid-auto-flow: row;
  grid-template-areas: "Images leadingLine Copy";
}
section.Moment .inner .leadingLine {
  grid-area: leadingLine;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.Moment .inner .leadingLine .topBar {
  height: calc(40% - 10px);
  background: #242424;
  width: 1px;
}
section.Moment .inner .leadingLine .focalPoint {
  height: 20px;
  width: 100%;
  border: 1px solid #242424;
  border-radius: 50%;
}
section.Moment .inner .leadingLine .bottomBar {
  background: #242424;
  width: 1px;
  height: calc(60% - 10px);
}
section.Moment .inner .Images {
  grid-area: Images;
  padding: 80px 0px;
  display: flex;
  align-items: center;
  position: relative;
}
section.Moment .inner .Images .primaryImage {
  position: relative;
  width: 100%;
  max-width: 402px;
  height: 325px;
}
section.Moment .inner .Images .primaryImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
section.Moment .inner .Images .primaryImage .accent {
  position: absolute;
  height: 84px;
  width: 84px;
  background: #e0dfdf;
}
section.Moment .inner .Images .sideImage {
  position: absolute;
  bottom: 40px;
  border: 4px solid #fff;
  z-index: 1;
}
section.Moment .inner .Images.align-image-end {
  justify-content: flex-end;
  padding-right: 17px;
}
section.Moment .inner .Images.align-image-end .sideImage {
  left: 0;
}
section.Moment .inner .Images.align-image-start {
  justify-content: flex-start;
  padding-left: 17px;
}
section.Moment .inner .Images.align-image-start .sideImage {
  right: 0;
}
section.Moment .inner .Images.accent-right .accent {
  bottom: -12px;
  right: -17px;
}
section.Moment .inner .Images.accent-left .accent {
  bottom: -12px;
  left: -17px;
}
section.Moment .inner .Copy {
  grid-area: Copy;
  padding: 80px 0px;
}
section.Moment .inner .Copy h3 {
  font-family: "brando", serif;
  color: #46574E;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 1rem;
}
section.Moment .inner .Copy h3 span {
  display: block;
  color: #46574E;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 2.5rem;
}
section.Moment.hide-top .inner .leadingLine .topBar {
  background: transparent;
}
section.Moment.hide-bottom .inner .leadingLine .bottomBar {
  background: transparent;
}
section.Moment.image-right .inner {
  grid-template-areas: "Copy leadingLine Images";
}
@media screen and (max-width: 1024px) {
  section.Moment .inner {
    gap: 40px 40px;
  }
}
@media (max-width: 800px) {
  section.Moment .inner {
    grid-template-columns: 20px repeat(2, 1fr);
    grid-template-rows: 325px, 1fr;
    gap: 0px 0px;
    grid-template-areas: "leadingLine Images Images" "leadingLine Copy Copy" !important;
  }
  section.Moment .inner .Images {
    width: 100%;
    max-width: 489px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 17px;
  }
  section.Moment .inner .Images .sideImage {
    bottom: -40px;
    left: initial !important;
    right: -40px;
  }
  section.Moment .inner .Images.accent-right .accent {
    left: -17px;
    right: initial;
  }
  section.Moment .inner .Images.align-image-end {
    justify-content: flex-start;
  }
  section.Moment .inner .Copy {
    padding-left: 1rem;
    padding-top: 3rem;
  }
  section.Moment .inner .Copy h3 {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  section.Moment .inner {
    padding: 0 1rem;
  }
  section.Moment .inner .leadingLine .topBar {
    height: calc(30% - 10px);
  }
  section.Moment .inner .leadingLine .bottomBar {
    height: calc(70% - 10px);
  }
  section.Moment .inner .Images {
    padding: 0 17px;
  }
  section.Moment .inner .Images .sideImage {
    right: 0;
  }
}

section.hero {
  position: relative;
}
section.hero.overlap {
  margin-bottom: -4rem;
}
@media screen and (max-width: 1024px) {
  section.hero.overlap {
    margin-bottom: 0;
  }
}
section.hero .background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1239px;
  height: 100%;
  width: 100%;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, transparent 15%, #f4f4f4 15%);
}
section.hero .hero-image {
  width: 100%;
  max-width: 1535px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.hero .hero-image .image {
  width: 540px;
  height: 550px;
}
section.hero .hero-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero .inner {
  position: relative;
  min-height: 600px;
  padding-top: 145px;
}
section.hero .inner .copy {
  max-width: 620px;
  margin-left: auto;
  margin-right: 104px;
  padding: 1rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
section.hero .inner .copy hr {
  width: 84px;
  height: 2px;
  background: #1E2434;
  margin-left: 0;
  border: none;
}
section.hero .inner .copy h1,
section.hero .inner .copy p,
section.hero .inner .copy a {
  margin: 0;
  color: #242424;
}
section.hero .inner .copy h1 {
  margin: 20px 0;
  margin-bottom: 0;
  position: relative;
  color: #1E2434;
}
section.hero .inner .copy h1:before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 84px;
  height: 2px;
  background: #46574E;
  top: -22px;
  left: 0;
}
section.hero .inner .copy .subheading {
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}
section.hero .inner .copy .buttons {
  margin-top: 36px;
}
section.hero .inner .widgetSection .quote-wrapper {
  padding-bottom: 97px;
  margin: 0;
  margin-top: 200px;
}
section.hero .inner .widgetSection .quote-wrapper div.quote {
  padding: 40px;
  padding-left: 0;
  max-width: 950px;
  background: #fff;
}
section.hero .inner .widgetSection .quote-wrapper div.quote blockquote {
  margin: 0;
}
section.hero .inner .widgetSection .quote-wrapper div.quote .quote {
  color: #46574E;
  font-family: "brando", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 32px;
}
section.hero .inner .widgetSection .quote-wrapper div.quote .author {
  margin: 0;
  color: #46574E;
}
@media (max-width: 1375px) {
  section.hero .inner .copy {
    margin-right: 1rem;
  }
}
@media (max-width: 1210px) {
  section.hero .inner .copy {
    background: rgba(255, 255, 255, 0.55);
  }
}
@media screen and (max-width: 1024px) {
  section.hero .background {
    background: #F4F4F4;
  }
  section.hero .hero-image {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
  section.hero .hero-image .image {
    height: 300px;
    width: 100%;
  }
  section.hero .inner {
    min-height: initial;
    padding: 0;
  }
  section.hero .inner .copy {
    max-width: initial;
    background: #fff;
  }
  section.hero .inner .widgetSection .quote-wrapper {
    margin: 0;
    padding: 0;
  }
  section.hero .inner .widgetSection .quote-wrapper div.quote {
    padding: 1rem;
  }
}

section.Copy.center .inner {
  text-align: center;
  width: 100%;
  max-width: calc(601px + 2rem);
}
section.Copy.background-green {
  background-color: #46574E;
}
section.Copy.background-green .inner h1,
section.Copy.background-green .inner h2,
section.Copy.background-green .inner h3,
section.Copy.background-green .inner h4,
section.Copy.background-green .inner h5,
section.Copy.background-green .inner p,
section.Copy.background-green .inner a,
section.Copy.background-green .inner ul,
section.Copy.background-green .inner li {
  color: #F4F4F4;
}
section.Copy.background-grey {
  background-color: #F4F4F4;
}
section.Copy.background-blue {
  background-color: #1E2434;
}
section.Copy.background-blue .inner h1,
section.Copy.background-blue .inner h2,
section.Copy.background-blue .inner h3,
section.Copy.background-blue .inner h4,
section.Copy.background-blue .inner h5,
section.Copy.background-blue .inner p,
section.Copy.background-blue .inner a,
section.Copy.background-blue .inner ul,
section.Copy.background-blue .inner li {
  color: #F4F4F4;
}
section.Copy .inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 1rem;
  max-width: 810px;
}
section.Copy .inner h1,
section.Copy .inner h2,
section.Copy .inner h3,
section.Copy .inner h4,
section.Copy .inner h5,
section.Copy .inner p,
section.Copy .inner a,
section.Copy .inner ul {
  margin: 0;
}

body.modal-open {
  overflow: hidden;
}

.video-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
}
.video-modal.active {
  display: block;
}
.video-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
.video-modal .video-inner {
  position: absolute;
  z-index: 1001;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.video-modal .video-inner #video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-modal .video-inner #video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal .close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  height: 32px;
  width: 32px;
  cursor: pointer;
}
.video-modal .close span::before, .video-modal .close span::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: white;
}
.video-modal .close span::before {
  transform: rotate(45deg);
}
.video-modal .close span::after {
  transform: rotate(-45deg);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.link-label {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

h1,
.h1 {
  color: #1E2434;
  /* Headline-1 */
  font-family: "brando", serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
  /* 105.556% */
}

h2,
.h2 {
  color: #1E2434;
  font-family: "brando", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

h3,
.h3 {
  color: #1E2434;
  /* Headline-2 */
  font-family: "brando", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 128.571% */
}

p,
li {
  color: #1E2434;
  /* Paragraph-Standard */
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
}
p a,
li a {
  color: #47668a;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
p a:hover,
li a:hover {
  color: #171e2d;
}
p a:focus,
li a:focus {
  box-shadow: 0px 0px 0px 4px #f0ecd8, 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}
p.medium,
li.medium {
  font-weight: 500;
}
p.semi,
li.semi {
  font-weight: 600;
}
p strong, p.bold,
li strong,
li.bold {
  font-weight: 700;
}
p.caption,
li.caption {
  font-size: 12px;
  line-height: 18px;
}

button,
.button {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1E2434;
  background: #fff;
  font-family: "brando", serif;
  border: 1px solid #F0ECD8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button svg,
.button svg {
  height: 14px;
  width: 20px;
  color: #fff;
  fill: #fff;
}
button.hover, button:hover,
.button.hover,
.button:hover {
  cursor: pointer;
  background: #F0ECD8;
  text-decoration: none;
}
button.focus, button:focus,
.button.focus,
.button:focus {
  box-shadow: 0px 0px 0px 4px #F0ECD8, 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}
button.disabled,
.button.disabled {
  border: 1px solid #eaecf0 !important;
  color: #d0d5dd !important;
  background: #fff !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  cursor: not-allowed;
}
button.disabled svg,
.button.disabled svg {
  color: #d0d5dd !important;
  fill: #d0d5dd !important;
}
button.transparent-light,
.button.transparent-light {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
button.transparent-light svg,
.button.transparent-light svg {
  color: #fff;
  fill: #fff;
}
button.transparent-light.hover, button.transparent-light:focus, button.transparent-light.focus, button.transparent-light:hover,
.button.transparent-light.hover,
.button.transparent-light:focus,
.button.transparent-light.focus,
.button.transparent-light:hover {
  background: #fff;
  color: #1E2434;
  border-color: #1E2434;
}
button.transparent-light.hover svg, button.transparent-light:focus svg, button.transparent-light.focus svg, button.transparent-light:hover svg,
.button.transparent-light.hover svg,
.button.transparent-light:focus svg,
.button.transparent-light.focus svg,
.button.transparent-light:hover svg {
  color: #1E2434;
  fill: #1E2434;
}
button.transparent-dark,
.button.transparent-dark {
  background: transparent;
  color: #1E2434;
  border: 1px solid #1E2434;
}
button.transparent-dark svg,
.button.transparent-dark svg {
  color: #1E2434;
  fill: #1E2434;
}
button.transparent-dark.hover, button.transparent-dark:focus, button.transparent-dark.focus, button.transparent-dark:hover,
.button.transparent-dark.hover,
.button.transparent-dark:focus,
.button.transparent-dark.focus,
.button.transparent-dark:hover {
  background: #1E2434;
  color: #fff;
}
button.transparent-dark.hover svg, button.transparent-dark:focus svg, button.transparent-dark.focus svg, button.transparent-dark:hover svg,
.button.transparent-dark.hover svg,
.button.transparent-dark:focus svg,
.button.transparent-dark.focus svg,
.button.transparent-dark:hover svg {
  color: #fff;
  fill: #fff;
}

footer {
  background: #F0ECD8;
}
footer .inner {
  max-width: 1239px;
  margin: 0 auto;
  padding: 0 1rem;
}
footer .inner .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
footer .inner .top .left hr {
  border: none;
  border-top: 1px solid white;
  color: white;
  background-color: white;
  height: 1px;
}
footer .inner .top .left nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
footer .inner .top .left nav ul li a {
  color: #4F4F4F;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .inner .top .left nav ul li a svg {
  width: 190px;
  height: 40px;
  background: transparent;
  display: block;
}
footer .inner .top .left nav ul li a span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
  /* Ensures the element doesn’t affect layout */
}
footer .inner .top .left nav:first-of-type {
  margin-bottom: 24px;
}
footer .inner .top .left nav:nth-of-type(3) {
  margin-top: 24px;
  position: relative;
}
footer .inner .top .left nav:nth-of-type(3) ul li a {
  font-size: 14px;
}
footer .inner .top .left nav:nth-of-type(3):before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-right: 32px;
}
footer .inner .top .right {
  display: flex;
  align-items: flex-end;
}
footer .inner .top .right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
footer .inner .top .right nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner .top .right nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .inner .top .right nav ul li a svg {
  height: 20px;
  width: 20px;
}
footer .inner .top .right nav ul li a span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
  /* Ensures the element doesn’t affect layout */
}
@media screen and (max-width: 1024px) {
  footer .inner .top {
    flex-direction: column;
    gap: 20px;
  }
  footer .inner .top .left nav ul {
    gap: 0 20px;
  }
}
footer .bottom {
  background: #1E2434;
}
footer .bottom nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0px 20px;
  flex-wrap: wrap;
}
footer .bottom nav ul li,
footer .bottom nav ul li a,
footer .bottom nav ul li button {
  padding: unset;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #F0ECD8;
  font-family: "poppins", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
  border: none;
}
footer .bottom nav ul li button {
  padding: 0;
}

.wrapper {
  margin-top: 108px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 79px;
  }
}

body {
  max-width: 1912px;
  margin: 0 auto;
}

section .inner {
  max-width: 1239px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 1160px) {
  section .inner {
    padding: 0 2rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.margin-top-none {
  padding-top: 0 !important;
}

.margin-top-small {
  padding-top: 80px !important;
}
@media (max-width: 600px) {
  .margin-top-small {
    padding-top: 2rem !important;
  }
}

.margin-top-medium {
  padding-top: 150px !important;
}
@media (max-width: 600px) {
  .margin-top-medium {
    padding-top: 75px !important;
  }
}

.margin-top-large {
  padding-top: 300px !important;
}
@media (max-width: 600px) {
  .margin-top-large {
    padding-top: 150px !important;
  }
}

.margin-bottom-none {
  padding-bottom: 0 !important;
}

.margin-bottom-small {
  padding-bottom: 80px !important;
}
@media (max-width: 600px) {
  .margin-bottom-small {
    padding-bottom: 2rem !important;
  }
}

.margin-bottom-medium {
  padding-bottom: 150px !important;
}
@media (max-width: 600px) {
  .margin-bottom-medium {
    padding-bottom: 75px !important;
  }
}

.margin-bottom-large {
  padding-bottom: 300px !important;
}
@media (max-width: 600px) {
  .margin-bottom-large {
    padding-bottom: 150px !important;
  }
}
