/* [project]/lib/icons/brand/HometownLogo.module.scss.module.css [app-client] (css) */
.HometownLogo-module-scss-module__8JDOIa__svg {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .HometownLogo-module-scss-module__8JDOIa__svg {
    width: 100%;
    height: 100%;
    margin-top: 6px;
    position: relative;
    top: 0;
    right: 0;
  }
}

/* [project]/lib/components/Typography/Text.module.scss.module.css [app-client] (css) */
.Text-module-scss-module__MmY37G__text {
  color: var(--htBlue);
  margin: 0;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.Text-module-scss-module__MmY37G__defaultFont {
  font-family: var(--font-default);
}

.Text-module-scss-module__MmY37G__displayFont {
  font-family: var(--font-display) !important;
}

@keyframes Text-module-scss-module__MmY37G__hoverIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }

  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes Text-module-scss-module__MmY37G__hoverOut {
  from {
    opacity: 1;
    transform: translateX(0%);
  }

  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

.Text-module-scss-module__MmY37G__hoverUnderline {
  clip-path: inset(0);
  position: relative;
}

.Text-module-scss-module__MmY37G__hoverUnderline:after {
  content: "";
  background-color: var(--htGreen);
  width: 100%;
  height: 2px;
  clip-path: inherit;
  animation: .3s ease-in-out forwards Text-module-scss-module__MmY37G__hoverOut;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.Text-module-scss-module__MmY37G__hoverUnderline:hover:after {
  animation: .3s ease-in-out forwards Text-module-scss-module__MmY37G__hoverIn;
}

.Text-module-scss-module__MmY37G__displayLarge {
  font-family: var(--font-display);
  font-weight: var(--fw-medium);
  font-size: 64px;
  line-height: 112%;
}

@media (min-width: 768px) {
  .Text-module-scss-module__MmY37G__displayLarge {
    line-height: var(--lh-xs);
  }
}

@media (min-width: 1024px) {
  .Text-module-scss-module__MmY37G__displayLarge {
    font-size: 86px;
  }
}

@media (min-width: 1440px) {
  .Text-module-scss-module__MmY37G__displayLarge {
    font-size: var(--fs-display-lg);
  }
}

.Text-module-scss-module__MmY37G__headingXLarge {
  font-family: var(--font-display);
  line-height: var(--lh-sm);
  font-size: 48px;
}

@media (min-width: 768px) {
  .Text-module-scss-module__MmY37G__headingXLarge {
    font-size: var(--fs-heading-xl);
  }
}

.Text-module-scss-module__MmY37G__headingLarge {
  font-family: var(--font-display);
  font-weight: var(--fw-medium);
  line-height: var(--lh-sm);
  font-size: var(--fs-heading-md);
}

@media (min-width: 768px) {
  .Text-module-scss-module__MmY37G__headingLarge {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .Text-module-scss-module__MmY37G__headingLarge {
    font-size: var(--fs-heading-lg);
  }
}

.Text-module-scss-module__MmY37G__headingRegular {
  font-family: var(--font-display);
  font-weight: var(--fw-medium);
  line-height: var(--lh-md);
  font-size: var(--headingSmall);
}

@media (min-width: 768px) {
  .Text-module-scss-module__MmY37G__headingRegular {
    font-size: var(--fs-heading-md);
  }
}

.Text-module-scss-module__MmY37G__headingSmall {
  font-family: var(--font-default);
  font-size: 21px;
  line-height: 114%;
}

@media (min-width: 768px) {
  .Text-module-scss-module__MmY37G__headingSmall {
    line-height: var(--lh-md);
    font-size: var(--fs-heading-sm);
  }
}

.Text-module-scss-module__MmY37G__overline {
  text-transform: uppercase;
  font-weight: var(--fw-bold);
  font-size: var(--fs-body-xs);
  line-height: var(--lh-xl);
  letter-spacing: var(--ls-spaced);
}

.Text-module-scss-module__MmY37G__bodyXLarge {
  font-size: var(--fs-body-xl);
  line-height: var(--lh-md);
}

.Text-module-scss-module__MmY37G__bodyLarge {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-md);
}

.Text-module-scss-module__MmY37G__bodyRegular {
  font-size: var(--fs-body-md);
  line-height: var(--lh-md);
}

.Text-module-scss-module__MmY37G__bodySmall {
  font-size: var(--fs-body-md);
  line-height: var(--lh-lg);
}

.Text-module-scss-module__MmY37G__bodyXSmall {
  font-size: var(--fs-body-xs);
  line-height: var(--lh-md);
}

.Text-module-scss-module__MmY37G__bodyXXSmall {
  font-size: var(--fs-body-xxs);
  line-height: var(--lh-md);
}

.Text-module-scss-module__MmY37G__buttonRegular {
  font-size: var(--fs-body-md);
  line-height: var(--lh-md);
}

.Text-module-scss-module__MmY37G__buttonSmall {
  font-size: var(--fs-body-md);
  line-height: var(--lh-lg);
  letter-spacing: var(--ls-default);
}

.Text-module-scss-module__MmY37G__buttonXSmall {
  font-size: var(--buttonxSmall);
  line-height: var(--lh-sm);
  letter-spacing: var(--ls-default);
}

.Text-module-scss-module__MmY37G__navigationLarge {
  font-size: 24px;
  line-height: var(--lh-lg);
  letter-spacing: var(--ls-spaced);
}

.Text-module-scss-module__MmY37G__caption {
  font-size: var(--fs-caption);
  line-height: var(--lh-lg);
  letter-spacing: var(--ls-default);
}

.Text-module-scss-module__MmY37G__std {
  font-weight: var(--fw-regular);
}

.Text-module-scss-module__MmY37G__semi {
  font-weight: var(--fw-semi);
}

.Text-module-scss-module__MmY37G__med {
  font-weight: var(--fw-medium);
}

.Text-module-scss-module__MmY37G__bold {
  font-weight: var(--fw-bold);
}

.Text-module-scss-module__MmY37G__textWrap {
  text-wrap: balance;
}

/* [project]/lib/components/Button/Button.module.scss.module.css [app-client] (css) */
.Button-module-scss-module__h52DvG__button {
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  border: none;
  justify-content: center;
  align-items: center;
  padding-inline: 26px;
  display: flex;
  position: relative;
}

.Button-module-scss-module__h52DvG__button svg {
  display: none;
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__scale-xs {
  padding-top: 3px;
  padding-bottom: 5px;
  border-radius: 32px;
  padding-inline: 18px;
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__scale-sm {
  border-radius: 32px;
  padding-top: 5px;
  padding-bottom: 7px;
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__scale-md {
  border-radius: 40px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__scale-lg {
  border-radius: 48px;
  padding-top: 12px;
  padding-bottom: 14px;
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-green {
  background: var(--htGreenButton);
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-green:hover {
  background: var(--htGreen);
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-blue {
  background: var(--htBlue);
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-blue:hover {
  background: var(--htBlueHover);
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-outline {
  border: 1px solid var(--htBlue);
  background: #fff;
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-outline span {
  color: var(--htBlue);
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-outline:hover {
  background: var(--htBlueGrey);
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__variant-secondary {
  background: none;
}

.Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__arrow svg {
  vertical-align: bottom;
  height: 13px;
  margin-left: 10px;
  display: inline-block;
}

@media (min-width: 1440px) {
  .Button-module-scss-module__h52DvG__button.Button-module-scss-module__h52DvG__largeScreenFontsChange {
    font-size: 12px !important;
  }
}

/* [project]/lib/components/Header/parts/contactButton/ContactButton.module.scss.module.css [app-client] (css) */
.ContactButton-module-scss-module__oPOtTW__button {
  all: unset;
  background: var(--colors-htGreenButton);
  cursor: pointer;
  border-radius: 50%;
  order: 3;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  top: 1.375rem;
  right: 1rem;
}

@media (min-width: 768px) {
  .ContactButton-module-scss-module__oPOtTW__button {
    width: auto;
    height: auto;
    position: unset;
    border-radius: 32px;
    padding: .5rem 1rem;
    display: flex;
  }
}

@media (min-width: 1500px) {
  .ContactButton-module-scss-module__oPOtTW__button {
    order: inherit !important;
  }
}

.ContactButton-module-scss-module__oPOtTW__text {
  color: var(--colors-white);
  font-size: 1rem;
  display: none;
}

@media (min-width: 768px) {
  .ContactButton-module-scss-module__oPOtTW__text {
    display: inline-block;
  }
}

.ContactButton-module-scss-module__oPOtTW__iconWrapper {
  display: flex;
}

@media (min-width: 768px) {
  .ContactButton-module-scss-module__oPOtTW__iconWrapper {
    margin: 0;
    display: none;
  }
}

/* [project]/lib/components/Header/parts/navDrawer/NavDrawer.module.scss.module.css [app-client] (css) */
.NavDrawer-module-scss-module__8mdbcW__navItemRoot {
  justify-content: space-between;
  align-items: center;
  padding: 16px 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__navItemRoot span {
  z-index: 5;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .NavDrawer-module-scss-module__8mdbcW__navItemRoot:hover {
    background: #e5eef5;
  }
}

.NavDrawer-module-scss-module__8mdbcW__newsItemRoot {
  column-gap: 15px;
  margin: 0 24px 36px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__newsImageWrap {
  width: 40%;
}

.NavDrawer-module-scss-module__8mdbcW__textWrap {
  width: 60%;
}

.NavDrawer-module-scss-module__8mdbcW__item {
  font-weight: var(--fw-regular);
  color: var(--htBlue);
  font-family: var(--font-default);
  font-size: var(--body-regular);
  margin-bottom: 20px;
  display: block;
}

.NavDrawer-module-scss-module__8mdbcW__item:hover {
  color: var(--htGreen);
}

.NavDrawer-module-scss-module__8mdbcW__newsItems {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__listItems {
  margin-top: 30px;
}

.NavDrawer-module-scss-module__8mdbcW__moreBlog {
  font-weight: var(--fw-medium);
  color: var(--htBlue);
  font-size: var(--body-regular);
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 24px;
  display: inline-block;
}

.NavDrawer-module-scss-module__8mdbcW__moreBlog:hover {
  color: var(--htGreen);
}

.NavDrawer-module-scss-module__8mdbcW__pgColumn {
  display: none;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__pgColumn {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__pgColumn:before, .NavDrawer-module-scss-module__8mdbcW__pgColumnTwo:before {
  left: -14px;
}

.NavDrawer-module-scss-module__8mdbcW__border {
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__border:before {
  content: "";
  background: #91a1b5;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -23px;
}

.NavDrawer-module-scss-module__8mdbcW__pgColumnTwoWrapper {
  padding-bottom: 50px;
  display: block;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__pgColumnTwoWrapper {
    display: none;
  }
}

.NavDrawer-module-scss-module__8mdbcW__headlineWrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__headlineWrapper div button {
  border: 1px solid var(--htBlue);
  border-radius: 32px;
  margin-right: 10px;
  padding: 5px 12px;
}

.NavDrawer-module-scss-module__8mdbcW__fourColumn {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
  height: 100%;
  display: grid;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__fourColumn {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.NavDrawer-module-scss-module__8mdbcW__closeIcon {
  cursor: pointer;
  margin-top: 40px;
  margin-right: 25px;
}

.NavDrawer-module-scss-module__8mdbcW__drawerWrapperFull {
  z-index: 88;
  width: 100%;
  height: calc(100vh - 75px);
  display: grid;
  position: absolute;
  top: 75px;
  left: 0;
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapperFull {
    height: calc(100vh - 80px);
    top: 80px;
  }
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapperFull {
    height: calc(100vh - 104px);
    top: 104px;
  }
}

@media (max-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapperFull {
    max-width: 380px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__drawerPrimary {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 380px;
}

.NavDrawer-module-scss-module__8mdbcW__drawerSecondary {
  grid-template-columns: .9fr 3fr;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerSecondary {
    grid-template-columns: 1fr 2.5fr;
  }
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerSecondary {
    grid-template-columns: 1.3fr 2fr;
  }
}

@media (max-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerSecondary {
    grid-template-columns: 1fr;
  }
}

.NavDrawer-module-scss-module__8mdbcW__drawer {
  background: var(--white);
  z-index: 88;
  flex-direction: column;
  flex: 1;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__drawerPrimary, .NavDrawer-module-scss-module__8mdbcW__drawerFeatured {
  z-index: 40;
}

.NavDrawer-module-scss-module__8mdbcW__drawerSecondary {
  z-index: 30;
}

.NavDrawer-module-scss-module__8mdbcW__drawerTertiary {
  z-index: 20;
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__pgDrawerWapper {
    height: auto;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__pgDrawerWapper {
    box-shadow: 1px 8px 17px -6px #000000a3;
  }
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__newsDrawerWapper {
    height: auto;
    box-shadow: 1px 8px 17px -6px #000000a3;
  }
}

.NavDrawer-module-scss-module__8mdbcW__navPrimaryDrawer {
  background: var(--white);
  justify-content: flex-start;
  min-width: 349px;
}

@media (min-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__navPrimaryDrawer {
    background: #e5eef5;
    box-shadow: inset -15px 0 22px -25px #918f91;
  }
}

.NavDrawer-module-scss-module__8mdbcW__navHfsPrimaryDrawer {
  background: #e5eef5;
  justify-content: flex-start;
  min-width: 349px;
  box-shadow: inset -15px 0 22px -25px #918f91;
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__lifeByHomeTownWrap {
    max-width: 315px;
    padding-bottom: 100px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__latestNewsWrap {
  padding-top: 0;
  padding-left: 46px;
  box-shadow: inset 1px 0 4px #051b3f1a;
}

@media (max-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__latestNewsWrap {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__latestNewsWrap {
    padding-left: 0;
  }
}

.NavDrawer-module-scss-module__8mdbcW__threeColumn {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  height: 100%;
  display: grid;
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__threeColumn {
    column-gap: 0;
    display: block;
  }
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__threeColumn {
    column-gap: 46px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__leftColumn {
  grid-column: 1 / span 2;
  padding-top: 35px;
  display: block;
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__leftColumn {
    display: none;
  }
}

.NavDrawer-module-scss-module__8mdbcW__rightColumn {
  background: #e6eef5;
  grid-column: 3 / span 1;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__rightColumn {
    padding-left: 46px;
    padding-right: 46px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__regionCardText {
  flex-direction: column;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__newsPrimaryItemWrapper {
  border-bottom: 1px solid #c5d8e5;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__newsPrimaryItemWrapper:first-child {
  border-top: 1px solid #c5d8e5;
}

.NavDrawer-module-scss-module__8mdbcW__newsPrimaryItemWrapper:hover {
  background: #e6eef5;
}

@media (min-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__newsPrimaryItemWrapper:hover {
    background: var(--white);
  }
}

.NavDrawer-module-scss-module__8mdbcW__hfsMobilePrimaryItemWrapper {
  border-bottom: 1px solid var(--htBlueLight);
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__hfsPrimaryItemWrapper {
  border-bottom: 1px solid #c5d8e5;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__hfsPrimaryItemWrapper:first-child {
  border-top: 1px solid #c5d8e5;
}

.NavDrawer-module-scss-module__8mdbcW__hfsPrimaryItemWrapper:hover {
  background: var(--white);
}

.NavDrawer-module-scss-module__8mdbcW__newsItemText {
  font-weight: var(--fw-bold);
  font-size: var(--fs-body-lg);
}

@media (min-width: 1600px) {
  .NavDrawer-module-scss-module__8mdbcW__newsItemText {
    font-size: var(--fs-heading-sm);
  }
}

.NavDrawer-module-scss-module__8mdbcW__logoWrap {
  filter: drop-shadow(2px 2px 6px #0006);
  position: absolute;
  bottom: -30px;
  right: 20px;
}

.NavDrawer-module-scss-module__8mdbcW__pdfWrap {
  margin-top: 35px;
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__icon {
  cursor: pointer;
}

.NavDrawer-module-scss-module__8mdbcW__iconLeftMargin {
  margin-left: 20px;
}

.NavDrawer-module-scss-module__8mdbcW__regionCard {
  flex-direction: column;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__regionCard img {
  width: 100%;
}

.NavDrawer-module-scss-module__8mdbcW__regionCard .NavDrawer-module-scss-module__8mdbcW__cardImageWrap {
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__regionCard:hover .NavDrawer-module-scss-module__8mdbcW__cardImageWrap:after {
  content: "";
  background: #2d2c2c5e;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper {
  ms-overflow-style: none;
  scrollbar-width: none;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 35px;
  display: grid;
}

.NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__three {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__three {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__three {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__fourColMax {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__fourColMax {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__fourColMax {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__threeColMax {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__threeColMax {
    grid-template-columns: repeat(3, 1fr);
  }
}

.NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__twoTabSingle {
  grid-template-columns: 1fr;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__twoTabSingle {
    grid-template-columns: repeat(2, 1fr);
  }
}

.NavDrawer-module-scss-module__8mdbcW__regionCardsWrapper.NavDrawer-module-scss-module__8mdbcW__two {
  grid-template-columns: repeat(2, 1fr);
}

.NavDrawer-module-scss-module__8mdbcW__issueHeading {
  font-family: var(--font-display);
  font-size: 24px;
  display: block;
}

.NavDrawer-module-scss-module__8mdbcW__issueText {
  font-weight: var(--fw-bold);
  text-transform: capitalize;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__hfsDrawerHeading, .NavDrawer-module-scss-module__8mdbcW__newsDrawerHeading {
  font-family: var(--font-display);
  font-size: 24px;
  display: block;
}

.NavDrawer-module-scss-module__8mdbcW__newsDrawerHeading {
  padding: 35px 20px;
}

.NavDrawer-module-scss-module__8mdbcW__hfsDrawerHeading {
  padding: 35px 24px;
}

.NavDrawer-module-scss-module__8mdbcW__buttonsWrap {
  align-items: center;
  display: flex;
}

@media (min-width: 1600px) {
  .NavDrawer-module-scss-module__8mdbcW__hidden1600 {
    display: none;
  }
}

.NavDrawer-module-scss-module__8mdbcW__visible1600 {
  display: none;
}

@media (min-width: 1600px) {
  .NavDrawer-module-scss-module__8mdbcW__visible1600 {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__communityItemInner {
  flex-direction: column;
  row-gap: 1px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__communityItemSubline {
  column-gap: 24px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__communityPrimaryItem {
  border-bottom: 1px solid #c5d8e5;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__communityPrimaryItem:hover {
  background-color: #fff;
}

.NavDrawer-module-scss-module__8mdbcW__communityPrimaryItem:first-child {
  border-top: 1px solid #c5d8e5;
}

.NavDrawer-module-scss-module__8mdbcW__communityTernaryyItem {
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__stateIconWrap {
  width: 70px;
  height: 70px;
}

@media (max-width: 1440px) {
  .NavDrawer-module-scss-module__8mdbcW__stateIconWrap {
    width: 60px;
    height: 60px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__communityNavItemSubline {
  display: block;
}

.NavDrawer-module-scss-module__8mdbcW__communityItem {
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__communityItem span {
  z-index: 5;
}

.NavDrawer-module-scss-module__8mdbcW__communityItem:hover {
  background: #e5eef5;
}

.NavDrawer-module-scss-module__8mdbcW__communityPrimaryItemRow {
  cursor: pointer;
  border-bottom: 1px solid #c5d8e5;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__communityPrimaryItemRow:hover {
  background-color: #fff;
}

.NavDrawer-module-scss-module__8mdbcW__communityPrimaryItemRow:first-child {
  border-top: 1px solid #c5d8e5;
}

.NavDrawer-module-scss-module__8mdbcW__communitySecondaryItem {
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__communitySecondaryItem span {
  z-index: 5;
}

.NavDrawer-module-scss-module__8mdbcW__communitySecondaryItem:hover {
  background: #e5eef5;
}

.NavDrawer-module-scss-module__8mdbcW__navItems {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__searchWrapper {
  margin-bottom: 50px;
}

.NavDrawer-module-scss-module__8mdbcW__columnBorder {
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__columnBorder:before {
  content: "";
  background: #91a1b5;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -23px;
}

.NavDrawer-module-scss-module__8mdbcW__sectionPadding {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__sectionPadding {
    display: none;
  }
}

.NavDrawer-module-scss-module__8mdbcW__navItemGrid {
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__navItemGrid {
    grid-template-columns: 1fr 1fr;
  }
}

.NavDrawer-module-scss-module__8mdbcW__twoColumn {
  grid-template-columns: 1fr 2fr;
  column-gap: 46px;
  height: 100%;
  margin-top: 10px;
  display: grid;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__twoColumn {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__twoColumn {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__ternaryItemGrid {
  grid-template-columns: 1fr;
  display: grid;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__ternaryItemGrid {
    grid-template-columns: 1fr 1fr;
  }
}

.NavDrawer-module-scss-module__8mdbcW__drawerWrapper {
  z-index: 88;
  width: 100%;
  max-width: 340px;
  height: calc(100vh - 75px);
  display: grid;
  position: absolute;
  top: 75px;
  left: 0;
}

@media (min-width: 600px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapper {
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapper {
    height: calc(100vh - 80px);
    top: 80px;
  }
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapper {
    height: calc(100vh - 104px);
    top: 104px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__drawerWrapperPrimary {
  grid-template-columns: .9fr 3fr;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapperPrimary {
    grid-template-columns: 1fr;
  }
}

.NavDrawer-module-scss-module__8mdbcW__drawerWrapperSecondary, .NavDrawer-module-scss-module__8mdbcW__drawerWrapperTertiary {
  grid-template-columns: 1fr 1fr 2fr;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__drawerWrapperSecondary, .NavDrawer-module-scss-module__8mdbcW__drawerWrapperTertiary {
    grid-template-columns: 1fr;
  }
}

.NavDrawer-module-scss-module__8mdbcW__gridWrapperActive {
  grid-template-columns: 1fr 1.2fr 2.1fr;
}

@media (max-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__gridWrapperActive {
    grid-template-columns: 1.2fr 1.5fr 1.5fr;
  }
}

.NavDrawer-module-scss-module__8mdbcW__gridWrapperInactive {
  grid-template-columns: .9fr 3fr;
}

@media (max-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__gridWrapperInactive {
    grid-template-columns: 1fr 2.5fr;
  }
}

@media (max-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__gridWrapperActive, .NavDrawer-module-scss-module__8mdbcW__gridWrapperInactive {
    grid-template-columns: 1.3fr 2fr;
  }
}

@media (max-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__gridWrapperActive, .NavDrawer-module-scss-module__8mdbcW__gridWrapperInactive {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__gridWrapperActive, .NavDrawer-module-scss-module__8mdbcW__gridWrapperInactive {
    height: auto;
    box-shadow: 1px 8px 17px -6px #000000a3;
  }
}

.NavDrawer-module-scss-module__8mdbcW__textBase, .NavDrawer-module-scss-module__8mdbcW__heading, .NavDrawer-module-scss-module__8mdbcW__latestNewsHeading, .NavDrawer-module-scss-module__8mdbcW__hfsHeadingSmall, .NavDrawer-module-scss-module__8mdbcW__hfsHeadingMedium, .NavDrawer-module-scss-module__8mdbcW__hfsHeadingLarge, .NavDrawer-module-scss-module__8mdbcW__textDisplay1200To1440, .NavDrawer-module-scss-module__8mdbcW__textDisplay1440, .NavDrawer-module-scss-module__8mdbcW__textDisplay800, .NavDrawer-module-scss-module__8mdbcW__textDisplay799, .NavDrawer-module-scss-module__8mdbcW__textDisplay1260, .NavDrawer-module-scss-module__8mdbcW__textHide1260, .NavDrawer-module-scss-module__8mdbcW__textDisplay1200 {
  font-family: var(--font-display);
  font-size: 24px;
  display: block;
}

.NavDrawer-module-scss-module__8mdbcW__textBaseWithPadding, .NavDrawer-module-scss-module__8mdbcW__textBlock, .NavDrawer-module-scss-module__8mdbcW__downsizingText, .NavDrawer-module-scss-module__8mdbcW__textFlex {
  font-family: var(--font-display);
  padding: 34px 24px;
  display: block;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__textDisplay1200 {
    display: none;
  }
}

@media (min-width: 1260px) {
  .NavDrawer-module-scss-module__8mdbcW__textHide1260 {
    display: none;
  }
}

.NavDrawer-module-scss-module__8mdbcW__textDisplay1260 {
  display: none;
}

@media (min-width: 1260px) {
  .NavDrawer-module-scss-module__8mdbcW__textDisplay1260 {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__textFlex {
  align-items: center;
  column-gap: 10px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__textDisplay799 {
  display: none;
}

@media (max-width: 799px) {
  .NavDrawer-module-scss-module__8mdbcW__textDisplay799 {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__textDisplay800 {
  display: none;
}

@media (min-width: 800px) {
  .NavDrawer-module-scss-module__8mdbcW__textDisplay800 {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__textDisplay1440 {
  display: none;
}

@media (min-width: 1440px) {
  .NavDrawer-module-scss-module__8mdbcW__textDisplay1440 {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__textDisplay1200To1440 {
  display: none;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__textDisplay1200To1440 {
    display: block;
  }
}

@media (min-width: 1440px) {
  .NavDrawer-module-scss-module__8mdbcW__textDisplay1200To1440 {
    display: none;
  }
}

.NavDrawer-module-scss-module__8mdbcW__hfsHeadingLarge {
  display: none;
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__hfsHeadingLarge {
    display: block;
  }
}

.NavDrawer-module-scss-module__8mdbcW__hfsHeadingMedium {
  display: none;
}

@media (min-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__hfsHeadingMedium {
    display: block;
  }
}

@media (min-width: 1200px) {
  .NavDrawer-module-scss-module__8mdbcW__hfsHeadingMedium {
    display: none;
  }
}

@media (min-width: 992px) {
  .NavDrawer-module-scss-module__8mdbcW__hfsHeadingSmall {
    display: none;
  }
}

.NavDrawer-module-scss-module__8mdbcW__downsizingText {
  font-size: 24px;
}

.NavDrawer-module-scss-module__8mdbcW__heading {
  margin-top: 35px;
}

.NavDrawer-module-scss-module__8mdbcW__paginationBanner, .NavDrawer-module-scss-module__8mdbcW__mobileMenuTertiaryDetails, .NavDrawer-module-scss-module__8mdbcW__noPadingMobileTertiaryItem, .NavDrawer-module-scss-module__8mdbcW__paginationBannerMobile {
  background: var(--htBlueLight);
  cursor: pointer;
  border: none;
  justify-content: flex-start;
  align-items: center;
  column-gap: 36px;
  padding: 22px 20px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__paginationBanner span, .NavDrawer-module-scss-module__8mdbcW__mobileMenuTertiaryDetails span, .NavDrawer-module-scss-module__8mdbcW__noPadingMobileTertiaryItem span, .NavDrawer-module-scss-module__8mdbcW__paginationBannerMobile span {
  font-weight: var(--font-medium);
}

.NavDrawer-module-scss-module__8mdbcW__paginationBannerMobile {
  padding-left: 24px;
  padding-right: 24px;
}

.NavDrawer-module-scss-module__8mdbcW__mobileDrawerRoot {
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #f8f8f8;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.NavDrawer-module-scss-module__8mdbcW__mobileDrawerRoot::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__mobileDrawerRoot {
    max-width: 380px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__drawerInner {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__mobileCommunityItemInner {
  flex-direction: column;
  row-gap: 1px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__mobileDrawerRoot {
  background: var(--white);
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .NavDrawer-module-scss-module__8mdbcW__mobileDrawerRoot {
    max-width: 380px;
  }
}

.NavDrawer-module-scss-module__8mdbcW__mobilePrimaryItem, .NavDrawer-module-scss-module__8mdbcW__mobilePrimaryItemInteractive {
  all: unset;
  cursor: pointer;
  border-bottom: 1px solid #c5d8e5;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__mobilePrimaryItem:hover, .NavDrawer-module-scss-module__8mdbcW__mobilePrimaryItemInteractive:hover {
  background: var(--htBlueLight);
}

@media (hover: none) and (pointer: coarse) {
  .NavDrawer-module-scss-module__8mdbcW__mobilePrimaryItem:hover, .NavDrawer-module-scss-module__8mdbcW__mobilePrimaryItemInteractive:hover {
    background: none !important;
  }
}

.NavDrawer-module-scss-module__8mdbcW__mobilePrimaryItemInteractive {
  display: inherit;
  padding: 0;
  position: relative;
}

.NavDrawer-module-scss-module__8mdbcW__noBorder {
  border: none;
}

.NavDrawer-module-scss-module__8mdbcW__mobileSecondaryItem, .NavDrawer-module-scss-module__8mdbcW__noPaddingMobileSecondaryItem {
  all: unset;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__mobileSecondaryItem:hover, .NavDrawer-module-scss-module__8mdbcW__noPaddingMobileSecondaryItem:hover {
  background: var(--htBlueLight);
}

.NavDrawer-module-scss-module__8mdbcW__mobileSecondaryItem a, .NavDrawer-module-scss-module__8mdbcW__noPaddingMobileSecondaryItem a {
  font-weight: var(--fw-bold);
}

.NavDrawer-module-scss-module__8mdbcW__noPaddingMobileSecondaryItem {
  padding: 0;
}

.NavDrawer-module-scss-module__8mdbcW__mobileTertiaryItem {
  all: unset;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  column-gap: 24px;
  padding: 22px 24px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__mobileTertiaryItem:hover {
  background: var(--htBlueLight);
}

.NavDrawer-module-scss-module__8mdbcW__noPadingMobileTertiaryItem {
  padding: 0;
}

.NavDrawer-module-scss-module__8mdbcW__tertiaryDetails {
  flex-direction: column;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__mobileMenuTertiaryDetails {
  padding: 15px 24px;
}

.NavDrawer-module-scss-module__8mdbcW__primaryInner, .NavDrawer-module-scss-module__8mdbcW__mobileMenuPrimaryInner {
  column-gap: 20px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__mobileMenuPrimaryInner {
  padding: 15px 24px;
}

.NavDrawer-module-scss-module__8mdbcW__primaryStatWrapper {
  column-gap: 16px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__arrowTouchTarget, .NavDrawer-module-scss-module__8mdbcW__arrowTouchTargetAbsolute {
  all: unset;
  justify-content: flex-end;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.NavDrawer-module-scss-module__8mdbcW__arrowTouchTargetAbsolute {
  z-index: 99;
  width: auto;
  height: auto;
  position: absolute;
  top: 20px;
  right: 24px;
}

.NavDrawer-module-scss-module__8mdbcW__menuContent {
  ms-overflow-style: none;
  overscroll-behavior: touch;
  scrollbar-width: none;
  height: calc(100vh - 150px);
  padding-bottom: 50px;
  overflow-y: auto;
}

.NavDrawer-module-scss-module__8mdbcW__menuContent::-webkit-scrollbar {
  display: none;
}

.NavDrawer-module-scss-module__8mdbcW__menuContent a:last-child {
  margin-bottom: 50px;
  display: block;
}

.NavDrawer-module-scss-module__8mdbcW__mobileStateHeadingText {
  font-weight: var(--fw-bold);
  font-size: 20px;
}

@media (min-width: 600px) {
  .NavDrawer-module-scss-module__8mdbcW__mobileStateHeadingText {
    font-size: 24px;
  }
}

/* [project]/node_modules/react-bootstrap-typeahead/css/Typeahead.css [app-client] (css) */
.rbt .rbt-input-main::-ms-clear {
  display: none;
}

.rbt-menu {
  margin-bottom: 2px;
}

.rbt-menu > .dropdown-item {
  text-overflow: ellipsis;
  overflow: hidden;
}

.rbt-menu > .dropdown-item:focus {
  outline: none;
}

.rbt-menu-pagination-option {
  text-align: center;
}

.rbt-input-multi {
  cursor: text;
  position: relative;
  overflow: hidden;
}

.rbt-input-multi.focus {
  color: #495057;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.rbt-input-multi.form-control {
  height: auto;
}

.rbt-input-multi.disabled {
  opacity: 1;
  background-color: #e9ecef;
}

.rbt-input-multi.is-invalid.focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem #dc354540;
}

.rbt-input-multi.is-valid.focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem #28a74540;
}

.rbt-input-multi input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.rbt-input-multi input:-ms-placeholder-shown {
  color: #6c757d;
}

.rbt-input-multi input::-webkit-input-placeholder {
  color: #6c757d;
}

.rbt-input-multi .rbt-input-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -1px;
  margin-bottom: -4px;
  display: flex;
  overflow: hidden;
}

.rbt-input-multi .rbt-input-main {
  margin: 1px 0 4px;
}

.rbt-close {
  z-index: 1;
}

.rbt-close-lg {
  font-size: 1.5rem;
}

.rbt-token {
  color: #007bff;
  background-color: #e7f4ff;
  border: 0;
  border-radius: .25rem;
  margin: 1px 3px 2px 0;
  line-height: 1rem;
  display: inline-flex;
}

.rbt-token .rbt-token-label {
  padding: .25rem .5rem;
}

.rbt-token .rbt-token-label:not(:last-child) {
  padding-right: .25rem;
}

.rbt-token-disabled {
  color: #495057;
  pointer-events: none;
  background-color: #0000001a;
}

.rbt-token-removeable {
  cursor: pointer;
}

.rbt-token-active {
  color: #fff;
  background-color: #007bff;
  outline: none;
  text-decoration: none;
}

.rbt-token .rbt-token-remove-button {
  box-shadow: none;
  color: inherit;
  font-size: inherit;
  opacity: 1;
  text-shadow: none;
  background-image: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  outline: none;
  justify-content: center;
  padding: .25rem .5rem .25rem 0;
  font-weight: normal;
  display: flex;
}

.rbt-token .rbt-token-remove-button .rbt-close-content {
  display: block;
}

.rbt-aux {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.rbt-aux-lg {
  width: 3rem;
}

.rbt-aux .rbt-close {
  pointer-events: auto;
  margin-top: -.25rem;
}

.has-aux .form-control {
  padding-right: 2rem;
}

.has-aux .form-control.is-valid, .has-aux .form-control.is-invalid {
  background-position: right 2rem center;
  padding-right: 4rem;
}

.rbt-highlight-text {
  background-color: inherit;
  color: inherit;
  padding: 0;
  font-weight: bold;
}

.input-group > .rbt {
  flex: 1;
}

.input-group > .rbt .rbt-input-hint, .input-group > .rbt .rbt-aux {
  z-index: 5;
}

.input-group > .rbt:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .rbt:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* [project]/lib/components/ContactFormDrawer/ContactFormDrawer.module.scss.module.css [app-client] (css) */
.ContactFormDrawer-module-scss-module__SaDiBW__drawerWrapper {
  z-index: 100;
  background: var(--white);
  width: 100%;
  max-width: 375px;
  height: calc(100vh - 75px);
  position: absolute;
  top: 75px;
  right: 0;
}

@media (min-width: 768px) {
  .ContactFormDrawer-module-scss-module__SaDiBW__drawerWrapper {
    height: calc(100vh - 80px);
    top: 80px;
  }
}

@media (min-width: 1200px) {
  .ContactFormDrawer-module-scss-module__SaDiBW__drawerWrapper {
    max-width: 500px;
    height: calc(100vh - 104px);
    top: 104px;
  }
}

.ContactFormDrawer-module-scss-module__SaDiBW__drawer {
  z-index: 100;
  flex-direction: column;
  flex: 1;
  height: 100%;
  padding: 70px 24px 30px;
  display: flex;
  position: relative;
}

.ContactFormDrawer-module-scss-module__SaDiBW__primary {
  z-index: 40;
}

.ContactFormDrawer-module-scss-module__SaDiBW__secondary {
  z-index: 30;
  overflow-y: scroll;
}

.ContactFormDrawer-module-scss-module__SaDiBW__tertiary {
  z-index: 20;
  overflow-y: scroll;
}

.ContactFormDrawer-module-scss-module__SaDiBW__closeButton {
  all: unset;
  z-index: 200;
  cursor: pointer;
  grid-column: 12;
  align-self: start;
  align-items: center;
  column-gap: 15px;
  height: fit-content;
  padding: 8px;
  display: flex;
  position: absolute;
  top: 15px;
  right: 20px;
}

.ContactFormDrawer-module-scss-module__SaDiBW__closeButton span {
  letter-spacing: .07px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.ContactFormDrawer-module-scss-module__SaDiBW__closeButton svg {
  margin-top: 4px;
}

.ContactFormDrawer-module-scss-module__SaDiBW__formWrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}

.ContactFormDrawer-module-scss-module__SaDiBW__formWrapper::-webkit-scrollbar {
  display: none;
}

.ContactFormDrawer-module-scss-module__SaDiBW__formWrapper .ContactFormDrawer-module-scss-module__SaDiBW__fullBtn {
  margin-bottom: 80px;
}

@media (min-width: 600px) {
  .ContactFormDrawer-module-scss-module__SaDiBW__formWrapper .ContactFormDrawer-module-scss-module__SaDiBW__fullBtn {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .ContactFormDrawer-module-scss-module__SaDiBW__hubspotFormWrap {
    padding-bottom: 300px;
  }
}

@media (max-width: 420px) {
  .ContactFormDrawer-module-scss-module__SaDiBW__hubspotFormWrap {
    padding-bottom: 100px;
  }
}

/* [project]/lib/components/Header/Header.module.scss.module.css [app-client] (css) */
.Header-module-scss-module__lJK3Tq__spacer {
  height: 75px;
}

.Header-module-scss-module__lJK3Tq__wrapper {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 4.6875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0;
}

.Header-module-scss-module__lJK3Tq__outer {
  width: 100%;
  position: relative;
}

.Header-module-scss-module__lJK3Tq__menuContainer {
  background: var(--htBlue);
  will-change: width;
  z-index: 999;
  flex: 1;
  height: 100%;
  transition: width .3s ease-out;
  position: relative;
}

.Header-module-scss-module__lJK3Tq__menuInner {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 0 25px;
  display: flex;
}

.Header-module-scss-module__lJK3Tq__logoWrapper {
  width: 192px;
}

.Header-module-scss-module__lJK3Tq__logoGroup {
  align-items: center;
  gap: 1.5625rem;
  width: 15.625rem;
  display: flex;
}

@media (min-width: 768px) {
  .Header-module-scss-module__lJK3Tq__logoGroup {
    gap: .9375rem;
    width: auto;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .Header-module-scss-module__lJK3Tq__logoGroup {
    gap: 2.25rem;
  }
}

.Header-module-scss-module__lJK3Tq__landingLogo {
  display: initial;
  width: 12.5rem;
}

@media (min-width: 1200px) {
  .Header-module-scss-module__lJK3Tq__landingLogo {
    width: 18.75rem;
  }
}

.Header-module-scss-module__lJK3Tq__headerNav {
  will-change: column-gap;
  flex-direction: row;
  align-items: center;
  column-gap: 1em;
  transition: column-gap .3s ease-in-out;
  display: flex;
}

.Header-module-scss-module__lJK3Tq__headerNav a {
  color: #fff;
  text-decoration: none;
}

.Header-module-scss-module__lJK3Tq__downloadBrochure {
  max-width: fit-content;
  padding: 6px 16px 8px;
  transition: all .5s ease-in-out;
}

.Header-module-scss-module__lJK3Tq__downloadBrochure span {
  letter-spacing: .07px;
  font-size: 14px;
}

.Header-module-scss-module__lJK3Tq__headerRight .Header-module-scss-module__lJK3Tq__rightBlock {
  align-items: center;
  gap: 24px;
  display: none;
}

.Header-module-scss-module__lJK3Tq__headerRight .Header-module-scss-module__lJK3Tq__contactBtn {
  display: flex;
}

.Header-module-scss-module__lJK3Tq__ctaPhone {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .Header-module-scss-module__lJK3Tq__spacer {
    height: 80px;
  }

  .Header-module-scss-module__lJK3Tq__wrapper {
    height: 5rem;
  }

  .Header-module-scss-module__lJK3Tq__logoWrapper {
    width: 239px;
  }

  .Header-module-scss-module__lJK3Tq__menuInner {
    justify-content: space-between;
    column-gap: 2.5em;
    padding: 0 24px;
  }

  .Header-module-scss-module__lJK3Tq__headerRight .Header-module-scss-module__lJK3Tq__rightBlock {
    gap: 14px;
    display: flex;
  }

  .Header-module-scss-module__lJK3Tq__headerRight .Header-module-scss-module__lJK3Tq__contactBtn {
    display: none;
  }

  .Header-module-scss-module__lJK3Tq__ctaPhone {
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  .Header-module-scss-module__lJK3Tq__headerNav {
    column-gap: 1.5em;
  }
}

@media (min-width: 1024px) {
  .Header-module-scss-module__lJK3Tq__headerNav {
    column-gap: 2em;
  }

  .Header-module-scss-module__lJK3Tq__hideUnder1024 {
    display: flex;
  }

  .Header-module-scss-module__lJK3Tq__ctaPhone {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .Header-module-scss-module__lJK3Tq__spacer {
    height: 104px;
  }

  .Header-module-scss-module__lJK3Tq__wrapper {
    height: 6.5rem;
  }

  .Header-module-scss-module__lJK3Tq__logoWrapper {
    width: 239px;
  }

  .Header-module-scss-module__lJK3Tq__headerNav {
    column-gap: 2.5em;
  }

  .Header-module-scss-module__lJK3Tq__headerRight .Header-module-scss-module__lJK3Tq__rightBlock {
    gap: 24px;
  }

  .Header-module-scss-module__lJK3Tq__ctaPhone {
    font-size: 24px;
  }
}

@media (min-width: 1440px) {
  .Header-module-scss-module__lJK3Tq__menuInner {
    column-gap: 3.5em;
  }
}

@media (min-width: 1478px) {
  .Header-module-scss-module__lJK3Tq__headerNav {
    column-gap: 1.5em;
  }
}

.Header-module-scss-module__lJK3Tq__headerItem {
  display: none;
}

@media (min-width: 768px) {
  .Header-module-scss-module__lJK3Tq__headerItem {
    display: flex;
  }

  .Header-module-scss-module__lJK3Tq__headerItem span {
    letter-spacing: .07px;
    cursor: pointer;
    color: var(--white);
    padding: 5px 0;
    font-size: 14px;
    transition: all .5s ease-in-out;
    position: relative;
  }

  .Header-module-scss-module__lJK3Tq__headerItem span:before, .Header-module-scss-module__lJK3Tq__headerItem span:after {
    content: "";
    background: var(--htGreen);
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
  }

  .Header-module-scss-module__lJK3Tq__headerItem span:before {
    left: 0;
  }

  .Header-module-scss-module__lJK3Tq__headerItem span:after {
    right: 0;
    left: inherit;
    transition: width .8s cubic-bezier(.22, .61, .36, 1);
    animation: none;
  }

  .Header-module-scss-module__lJK3Tq__headerItem span:hover {
    color: var(--htGreen);
  }

  .Header-module-scss-module__lJK3Tq__headerItem span:hover:before {
    background: var(--htGreen);
    width: 100%;
    transition: width .5s cubic-bezier(.22, .61, .36, 1);
  }

  .Header-module-scss-module__lJK3Tq__headerItem span:hover:after {
    background: none;
    width: 100%;
    transition: all;
  }

  .Header-module-scss-module__lJK3Tq__headerItem span.Header-module-scss-module__lJK3Tq__active {
    color: var(--htGreen);
  }

  .Header-module-scss-module__lJK3Tq__headerItem span.Header-module-scss-module__lJK3Tq__active:before {
    background: var(--htGreen);
    width: 100%;
    transition: width .5s cubic-bezier(.22, .61, .36, 1);
  }
}

@media (min-width: 1200px) {
  .Header-module-scss-module__lJK3Tq__headerItem {
    order: inherit !important;
  }

  .Header-module-scss-module__lJK3Tq__headerItem span {
    font-size: 16px;
  }
}

.Header-module-scss-module__lJK3Tq__hideUnder1024 {
  display: none;
}

@media (min-width: 1024px) {
  .Header-module-scss-module__lJK3Tq__hideUnder1024 {
    display: flex;
  }
}

.Header-module-scss-module__lJK3Tq__hideUnder1200 {
  display: none;
}

@media (min-width: 1200px) {
  .Header-module-scss-module__lJK3Tq__hideUnder1200 {
    display: flex;
  }
}

.Header-module-scss-module__lJK3Tq__hideUnder1478 {
  display: none;
}

@media (min-width: 1478px) {
  .Header-module-scss-module__lJK3Tq__hideUnder1478 {
    display: block;
  }
}

.Header-module-scss-module__lJK3Tq__hideUnder870 {
  display: none;
}

@media (min-width: 870px) {
  .Header-module-scss-module__lJK3Tq__hideUnder870 {
    display: flex;
  }
}

.Header-module-scss-module__lJK3Tq__hideUnder915 {
  display: none;
}

@media (min-width: 915px) {
  .Header-module-scss-module__lJK3Tq__hideUnder915 {
    display: flex;
  }
}

.Header-module-scss-module__lJK3Tq__hideUnder875 {
  display: none;
}

@media (min-width: 875px) {
  .Header-module-scss-module__lJK3Tq__hideUnder875 {
    display: flex;
  }
}

.Header-module-scss-module__lJK3Tq__hamburger {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 18px;
  padding: 0;
  display: flex;
  position: relative;
}

.Header-module-scss-module__lJK3Tq__hamburger:before {
  content: " ";
  border-top: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  will-change: border,transform,height,background,margin-bottom;
  width: 25px;
  height: 4px;
  margin-bottom: 4px;
  transition: all .3s ease-in-out;
  display: block;
  position: relative;
}

.Header-module-scss-module__lJK3Tq__hamburger:after {
  content: " ";
  background: var(--white);
  will-change: transform;
  width: 25px;
  height: 1.5px;
  transition: transform .3s ease-in-out;
  display: block;
  position: relative;
}

.Header-module-scss-module__lJK3Tq__hamburger.Header-module-scss-module__lJK3Tq__isOpen:before {
  background: var(--white);
  border: none;
  height: 2px;
  margin-bottom: 0;
  transform: translateY(1px)rotate(135deg);
}

.Header-module-scss-module__lJK3Tq__hamburger.Header-module-scss-module__lJK3Tq__isOpen:after {
  transform: translateY(-1px)rotate(-135deg);
}

/* [project]/lib/components/Container/Container.module.scss.module.css [app-client] (css) */
.Container-module-scss-module__8in95a__wrapper {
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.Container-module-scss-module__8in95a__grid {
  box-sizing: border-box;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  width: 100%;
  max-width: 1600px;
  margin: 0 20px;
  display: grid;
  position: relative;
}

@media (min-width: 600px) {
  .Container-module-scss-module__8in95a__grid {
    grid-template-columns: repeat(12, 1fr);
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .Container-module-scss-module__8in95a__grid {
    margin: 0 24px;
  }
}

@media (min-width: 1024px) {
  .Container-module-scss-module__8in95a__grid {
    column-gap: 24px;
  }
}

@media (min-width: 1200px) {
  .Container-module-scss-module__8in95a__grid {
    margin: 0 54px;
  }
}

@media (min-width: 1440px) {
  .Container-module-scss-module__8in95a__grid {
    margin: 0 96px;
  }
}

.Container-module-scss-module__8in95a__flex {
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin: 0 20px;
  display: flex;
  position: relative;
}

@media (min-width: 600px) {
  .Container-module-scss-module__8in95a__flex {
    margin: 0 16px;
  }
}

@media (min-width: 768px) {
  .Container-module-scss-module__8in95a__flex {
    margin: 0 24px;
  }
}

@media (min-width: 1200px) {
  .Container-module-scss-module__8in95a__flex {
    margin: 0 54px;
  }
}

@media (min-width: 1440px) {
  .Container-module-scss-module__8in95a__flex {
    margin: 0 96px;
  }
}

.Container-module-scss-module__8in95a__unbound {
  width: 100%;
}

.Container-module-scss-module__8in95a__unboundFlex {
  flex-direction: column;
  width: 100%;
  display: flex;
}

/* [project]/lib/components/LandLeasePreFooter/LandleasePrefooter.module.scss.module.css [app-client] (css) */
.LandleasePrefooter-module-scss-module__UGTYBG__landleasePrefooterContainer {
  background-color: var(--white);
  border-top: 1px solid var(--htBlueLight);
  padding-top: 56px;
  padding-bottom: 56px;
}

.LandleasePrefooter-module-scss-module__UGTYBG__landleasePrefooterInnerContainer {
  row-gap: 40px;
}

.LandleasePrefooter-module-scss-module__UGTYBG__tagLine {
  font-size: 32px;
  line-height: 110%;
}

@media (min-width: 1024px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__tagLine {
    font-size: 42px;
    line-height: 125%;
  }
}

.LandleasePrefooter-module-scss-module__UGTYBG__findOutMore, .LandleasePrefooter-module-scss-module__UGTYBG__mobileFindOutMore {
  color: #fff;
  letter-spacing: .07px;
  max-width: fit-content;
  padding: 8px 26px 10px;
  font-size: 16px;
  line-height: 26px;
  transition: all .5s ease-in-out;
}

.LandleasePrefooter-module-scss-module__UGTYBG__findOutMore {
  display: none;
}

@media (min-width: 600px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__findOutMore {
    display: block;
  }
}

.LandleasePrefooter-module-scss-module__UGTYBG__mobileFindOutMore {
  padding: 8px 16px 10px;
  line-height: 1;
}

.LandleasePrefooter-module-scss-module__UGTYBG__ctaBox {
  flex-direction: column;
  grid-column: 1 / span 2;
  row-gap: 40px;
  max-width: 600px;
  display: flex;
}

@media (min-width: 600px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__ctaBox {
    grid-column: 1 / span 12;
  }
}

@media (min-width: 768px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__ctaBox {
    grid-column: 1 / span 5;
  }
}

@media (min-width: 1024px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__ctaBox {
    grid-column: 1 / span 6;
  }
}

.LandleasePrefooter-module-scss-module__UGTYBG__iconBox {
  grid-column: 1 / span 2;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
  display: grid;
}

@media (min-width: 600px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__iconBox {
    grid-column: 1 / span 8;
  }
}

@media (min-width: 768px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__iconBox {
    grid-column: 7 / span 5;
  }
}

@media (min-width: 1024px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__iconBox {
    grid-column: 8 / span 4;
  }
}

.LandleasePrefooter-module-scss-module__UGTYBG__iconWrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  display: flex;
}

.LandleasePrefooter-module-scss-module__UGTYBG__mobileCtaWrapper {
  grid-column: 1 / span 2;
  display: block;
}

@media (min-width: 600px) {
  .LandleasePrefooter-module-scss-module__UGTYBG__mobileCtaWrapper {
    display: none;
  }
}

/* [project]/lib/components/Footer/Footer.module.scss.module.css [app-client] (css) */
.Footer-module-scss-module__XGWiCq__brandWrapper a {
  display: inline-block;
}

.Footer-module-scss-module__XGWiCq__brandWrapper a svg {
  margin-top: 0;
  position: relative;
  top: 0;
  right: 0;
}

.Footer-module-scss-module__XGWiCq__linkGroup {
  align-items: center;
  column-gap: 16px;
  display: flex;
}

.Footer-module-scss-module__XGWiCq__linkGroup .Footer-module-scss-module__XGWiCq__divider:last-child {
  display: none;
}

.Footer-module-scss-module__XGWiCq__divider {
  background-color: #fff;
  width: 1px;
  height: 16px;
}

.Footer-module-scss-module__XGWiCq__subFooterLeft, .Footer-module-scss-module__XGWiCq__subFooterMiddle {
  flex-direction: column;
  display: flex;
}

.Footer-module-scss-module__XGWiCq__subFooterRight {
  display: none;
}

.Footer-module-scss-module__XGWiCq__wrapper {
  background-color: var(--htBlue);
  padding-top: 56px;
  padding-bottom: 56px;
}

.Footer-module-scss-module__XGWiCq__innerWrapper {
  flex-direction: column-reverse;
  justify-content: space-between;
  row-gap: 48px;
  display: flex;
}

.Footer-module-scss-module__XGWiCq__wrapperDark {
  background-color: #071a2e;
  padding-top: 12px;
  padding-bottom: 12px;
}

.Footer-module-scss-module__XGWiCq__flexSpaceBetweenCenter {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.Footer-module-scss-module__XGWiCq__whiteHideMobile {
  color: #fff;
  font-size: 14px;
  display: none;
}

.Footer-module-scss-module__XGWiCq__communitiesButton {
  background: none;
  border: .5px solid #fff;
  padding: 7px 40px 8px 16px;
  transition: all .5s ease-in-out;
  position: relative;
}

.Footer-module-scss-module__XGWiCq__communitiesButton svg {
  height: 14px;
  display: block;
  position: absolute;
  right: 16px;
  rotate: 90deg;
}

.Footer-module-scss-module__XGWiCq__communitiesButton svg path {
  stroke: #fff;
}

.Footer-module-scss-module__XGWiCq__communitiesButton.Footer-module-scss-module__XGWiCq__rotated svg {
  rotate: 270deg;
}

@media screen and (min-width: 1000px) {
  .Footer-module-scss-module__XGWiCq__subFooterLeft, .Footer-module-scss-module__XGWiCq__subFooterMiddle {
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
  }
}

@media (min-width: 768px) {
  .Footer-module-scss-module__XGWiCq__subFooterRight {
    display: flex;
  }

  .Footer-module-scss-module__XGWiCq__wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .Footer-module-scss-module__XGWiCq__whiteHideMobile {
    display: flex;
  }
}

@media (min-width: 600px) {
  .Footer-module-scss-module__XGWiCq__brandWrapper a svg {
    margin-top: 6px;
  }

  .Footer-module-scss-module__XGWiCq__innerWrapper {
    row-gap: unset;
    flex-direction: row;
    align-items: center;
  }
}

.Footer-module-scss-module__XGWiCq__siteMapWrapper {
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.Footer-module-scss-module__XGWiCq__wrapperFooterCommunities {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.Footer-module-scss-module__XGWiCq__siteColumn {
  width: 46%;
}

.Footer-module-scss-module__XGWiCq__siteColumn a.Footer-module-scss-module__XGWiCq__state, .Footer-module-scss-module__XGWiCq__siteColumn a.Footer-module-scss-module__XGWiCq__region {
  color: #60d6cb;
}

.Footer-module-scss-module__XGWiCq__siteColumn a.Footer-module-scss-module__XGWiCq__state:hover, .Footer-module-scss-module__XGWiCq__siteColumn a.Footer-module-scss-module__XGWiCq__region:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .Footer-module-scss-module__XGWiCq__siteColumn {
    width: auto;
    min-width: 40%;
    max-width: calc(50% - 24px);
  }

  .Footer-module-scss-module__XGWiCq__siteColumn:first-child {
    width: auto;
    min-width: 33.34%;
    max-width: calc(33.34% - 24px);
  }

  .Footer-module-scss-module__XGWiCq__siteColumn:last-child {
    width: auto;
    min-width: 16.66%;
    max-width: calc(16.66% - 24px);
  }
}

.Footer-module-scss-module__XGWiCq__regions {
  column-count: 2;
  column-gap: 3.125rem;
}

.Footer-module-scss-module__XGWiCq__regions ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}

.Footer-module-scss-module__XGWiCq__regions ul li {
  margin-bottom: 8px;
}

.Footer-module-scss-module__XGWiCq__regions ul li a {
  color: var(--htBlue);
  font-size: 16px;
}

.Footer-module-scss-module__XGWiCq__regions ul li a span {
  font-size: 12px;
}

.Footer-module-scss-module__XGWiCq__regions ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .Footer-module-scss-module__XGWiCq__regions.Footer-module-scss-module__XGWiCq__threeCol {
    column-count: 3;
  }
}

.Footer-module-scss-module__XGWiCq__regionWrapper {
  break-inside: avoid-column;
  margin-bottom: 20px;
  padding-top: 10px;
}

/* [project]/lib/fonts/cormorant_ee02b710.module.css [app-client] (css) */
@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_Light-s.p.0.xb4y514gphx.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_LightItalic-s.p.0m~_yegenwo2z.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_Regular-s.p.0blqsmj-x751-.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_Italic-s.p.0c0k2kcmi3_us.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_Medium-s.p.0.t4-ef3kb3v-.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_MediumItalic-s.p.0kagx2kfx_f6i.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_SemiBold-s.p.04qd_zdqtwa.u.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_SemiBoldItalic-s.p.0ucgw18sr.fma.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_Bold-s.p.0d6wly6ki559h.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: cormorant;
  src: url("../media/Cormorant_BoldItalic-s.p.070twfx5-d-rm.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: cormorant Fallback;
  src: local(Arial);
  ascent-override: 105.25%;
  descent-override: 32.69%;
  line-gap-override: 0.0%;
  size-adjust: 87.79%;
}

.cormorant_ee02b710-module__j2gOMq__className {
  font-family: cormorant, cormorant Fallback;
}

.cormorant_ee02b710-module__j2gOMq__variable {
  --font-cormorant: "cormorant", "cormorant Fallback";
}

/* [project]/lib/fonts/muli_8579e9a.module.css [app-client] (css) */
@font-face {
  font-family: muli;
  src: url("../media/Muli_ExtraLight-s.p.0d82vg-iwly_b.woff2") format("woff2");
  font-display: swap;
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli_ExtraLightItalic-s.p.0s5n.ziyu7gc-.woff2") format("woff2");
  font-display: swap;
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli_Light-s.p.0wppnd1mfu2d0.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli_LightItalic-s.p.0gjfow89f9isf.woff2") format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli-s.p.0hgmeoxr.ga-q.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli_Italic-s.p.0.proo6b5io9b.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli_SemiBold-s.p.0v4j-vp77s6-r.woff2") format("woff2");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli_Bold-s.p.03at2b7.p9aqn.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: muli;
  src: url("../media/Muli_BoldItalic-s.p.0lkb6uvd0m-wd.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: muli Fallback;
  src: local(Arial);
  ascent-override: 108.36%;
  descent-override: 27.27%;
  line-gap-override: 0.0%;
  size-adjust: 108.68%;
}

.muli_8579e9a-module__ZvlNwq__className {
  font-family: muli, muli Fallback;
}

.muli_8579e9a-module__ZvlNwq__variable {
  --font-muli: "muli", "muli Fallback";
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/styles/theme.scss.css [app-client] (css) */
:root {
  --black: #000;
  --white: #fff;
  --htBlue: #0b2846;
  --htBlueDark: #071a2e;
  --htBlueHover: #3e546a;
  --htBlueGrey: #7f8f9f;
  --htBlueLight: #e6eef4;
  --htGreen: #67d5ca;
  --htGreenLight: #67d5cb;
  --htGreenButton: #00a6a3;
  --htGrey: #f8f8f8;
  --extraDarkGrey: #595959;
  --darkGrey: #868686;
  --coolGrey: #babdb6;
  --midGrey: #b9b9b9;
  --lightGrey: #ebebeb;
  --superLightGrey: #f5f5f5;
  --linkColor: #8dc8f4;
  --info: #0074c4;
  --success: #57b197;
  --warning: #c53b01;
  --system: #1400fe;
  --blueBorderColor: #8ec8f4;
  --font-default: var(--font-muli), sans-serif;
  --font-display: var(--font-cormorant), serif;
  --fs-display-lg: 120px;
  --fs-heading-xl: 56px;
  --fs-heading-lg: 40px;
  --fs-heading-md: 32px;
  --fs-heading-sm: 24px;
  --fs-body-xl: 24px;
  --fs-body-lg: 18px;
  --fs-body-md: 16px;
  --fs-body-sm: 14px;
  --fs-body-xs: 12px;
  --fs-body-xxs: 11px;
  --fs-caption: 10px;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi: 600;
  --fw-bold: 700;
  --ls-default: .004375rem;
  --ls-slight: .01em;
  --ls-spaced: .106875rem;
  --lh-xs: .9;
  --lh-sm: 1;
  --lh-md: 1.4;
  --lh-lg: 1.6;
  --lh-xl: 2;
}

/* [project]/styles/global.scss.css [app-client] (css) */
html, body {
  scroll-behavior: smooth;
  font-family: var(--fonts-default);
  margin: 0 auto;
  position: relative;
  padding: 0 !important;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.15;
}

body {
  background-color: #f1f1f1;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  overflow-x: hidden;
}

main {
  background-color: #fff;
}

a {
  text-decoration: none;
}

#hubspotForm .hs-richtext.hs-main-font-element span {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  font-family: var(--fonts-display);
  color: var(--colors-htBlue);
  margin-bottom: 50px;
  display: block;
}

#hubspotForm label {
  display: none;
}

#hubspotForm input, #hubspotForm textarea, #hubspotForm select {
  box-sizing: border-box;
  letter-spacing: .07px;
  color: #0b2846;
  border: .5px solid #0b2846;
  border-radius: 3px 3px 0 0;
  outline: none;
  width: 100%;
  height: 56px;
  padding: 5px 16px 8px;
  font-family: Muli;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  overflow-x: scroll;
}

#hubspotForm textarea {
  border: .5px solid var(--colors-htBlueDark);
  min-height: 90px;
  max-height: 180px;
  color: var(--colors-htBlueDark);
  resize: none;
  letter-spacing: .07px;
  border-radius: 3px 3px 0 0;
  padding: 16px;
  font-size: 16px;
  overflow: hidden;
}

#hubspotForm input.error, #hubspotForm textarea.error, #hubspotForm select.error {
  border-color: var(--colors-warning);
}

#hubspotForm .input {
  margin: 0 0 15px;
}

#hubspotForm .hs-form-booleancheckbox .hs-form-required {
  display: none;
}

#hubspotForm input[type="text"]::placeholder, #hubspotForm input[type="email"]::placeholder, #hubspotForm input[type="tel"]::placeholder, #hubspotForm input[type="select"]::placeholder, #hubspotForm textarea::placeholder, #hubspotForm select {
  color: #0b2846;
  font-family: Muli;
}

#hubspotForm input[type="submit"] {
  letter-spacing: .07px;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  background: #01b6b4;
  border: none;
  border-radius: 50px;
  outline: none;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all .5s ease-in-out;
  display: inline-block;
  overflow: hidden;
}

#hubspotForm ul.hs-error-msgs {
  margin: 0 0 10px;
  padding: 0;
  font-family: Muli;
  list-style: none;
}

#hubspotForm ul.hs-error-msgs label {
  color: var(--colors-warning);
  font-size: 12px;
  font-weight: var(--fontWeights-regular);
  line-height: var(--lineHeights-medium);
  margin-bottom: 10px;
}

#hubspotForm ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#hubspotForm ul.inputs-list label {
  align-items: center;
  display: flex;
}

#hubspotForm ul.inputs-list label input[type="checkbox"], #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  font: inherit;
  color: #0b2846;
  background-color: #fff;
  border: 1px solid #0b2846;
  border-radius: 2px;
  place-content: center;
  margin: 0;
  padding: 0;
  display: grid;
  overflow: hidden;
  transform: translateY(-.075em);
}

#hubspotForm ul.inputs-list label input[type="checkbox"]:before, #hubspotNewsLetterForm ul.inputs-list label input[type="checkbox"]:before {
  content: "";
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform-origin: 0 100%;
  background-color: #0b2846;
  width: .65em;
  height: .65em;
  transition: transform .12s ease-in-out;
  transform: scale(0);
  box-shadow: inset 1em 1em #0b2846;
}

#hubspotForm ul.inputs-list label input[type="checkbox"]:checked:before, #hubspotNewsLetterForm ul.inputs-list label input[type="checkbox"]:checked:before {
  transform: scale(1);
}

#hubspotForm ul.inputs-list label span {
  letter-spacing: .07px;
  color: #0b2846;
  padding-left: 10px;
  font-size: 14px;
  line-height: 110%;
}

#hubspotForm ul.inputs-list label span a {
  color: #0b2846;
  text-decoration: underline;
}

#hubspotForm ul.inputs-list label span a:hover {
  text-decoration: none;
}

#hubspotForm .form-columns-1 .hs-input {
  width: 100%;
}

#hubspotNewsletterForm .hs-fieldtype-checkbox label {
  letter-spacing: .07px;
  color: #0b2846;
  font-size: 14px;
  line-height: 28px;
}

#hubspotNewsLetterForm ul.inputs-list.multi-container {
  flex-direction: row;
  column-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#hubspotNewsLetterForm ul.inputs-list.multi-container input[type="checkbox"] {
  border-color: red;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#hubspotNewsLetterForm ul.inputs-list.multi-container .hs-form-checkbox-display {
  align-items: center;
  display: flex;
}

#hubspotForm .hs_error_rollup {
  display: none;
}

#hubspotNewsLetterForm {
  position: relative;
}

#hubspotNewsLetterForm input[type="submit"] {
  color: #fff;
  cursor: pointer;
  background: #5bcdc2;
  border: none;
  border-radius: 3px;
  max-width: 242px;
  height: 40px;
  margin: 0;
  padding: 7px 0;
  font-size: 16px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  overflow: hidden;
}

#hubspotNewsLetterForm input {
  box-sizing: border-box;
  letter-spacing: .07px;
  width: 100%;
  color: var(--colors-htBlue);
  line-height: 1;
  font-family: var(--fonts-default);
  border: .5px solid #0b2846;
  border-radius: 2px;
  outline: none;
  height: 40px;
  padding: 5px 16px 8px;
  font-size: 14px;
  font-weight: 400;
  overflow-x: scroll;
}

#hubspotNewsLetterForm input[type="email"] {
  margin-bottom: 10px;
}

#hubspotNewsLetterForm input.error {
  border-color: var(--colors-warning);
}

#hubspotNewsLetterForm .hs-firstname label, #hubspotNewsLetterForm .hs-lastname label, #hubspotNewsLetterForm .hs-email label {
  display: none;
}

#hubspotNewsLetterForm label {
  color: var(--colors-navy);
  letter-spacing: .07px;
  font-size: 14px;
  line-height: 28px;
}

#hubspotNewsLetterForm .hs-richtext.hs-main-font-element {
  display: none;
}

#hubspotNewsLetterForm ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

#hubspotNewsLetterForm ul.hs-error-msgs label {
  color: var(--colors-warning);
  display: block;
}

#hubspotNewsLetterForm ul.hs-error-msgs li {
  color: var(--colors-warning);
}

#hubspotNewsLetterForm .form-columns-2 {
  margin-bottom: 20px;
}

#hubspotNewsLetterForm input[type="radio"] {
  width: 20px;
  height: 20px;
}

#hubspotNewsLetterForm .hs-form-radio label {
  align-items: center;
  gap: 10px;
  display: flex;
}

#hubspotForm select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23CCCCCC'%3E%3Cpath d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  border: .5px solid #0b2846;
  border-radius: 3px 3px 0 0;
  padding: 8px;
}

#hubspotForm ul.inputs-list label span {
  font-family: Muli;
}

#hubspotForm .form-columns-2 input {
  width: 100%;
}

#hubspotForm .form-columns-2 {
  justify-content: space-between;
  display: flex;
}

#hubspotForm .form-columns-2 .hs-form-field {
  float: none;
  width: 48%;
}

#hubspotForm ul.inputs-list label input[type="radio"], #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"] {
  appearance: none;
  font: inherit;
  color: #0b2846;
  background-color: #fff;
  border: 1px solid #0b2846;
  border-radius: 50%;
  place-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: grid;
  transform: translateY(-.075em);
}

#hubspotForm ul.inputs-list label input[type="radio"]:before, #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"]:before {
  content: "";
  border-radius: 50%;
  width: .65em;
  height: .65em;
  transition: transform .12s ease-in-out;
  transform: scale(0);
  box-shadow: inset 1em 1em #868686;
}

#hubspotForm ul.inputs-list label input[type="radio"]:checked:before, #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"]:checked:before {
  transform: scale(1);
}

#hubspotForm ul.inputs-list label input[type="radio"]:checked, #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"]:checked {
  border-color: #0b2846;
}

@media only screen and (min-width: 1600px) {
  body {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1217px) {
  #hubspotNewsLetterForm input[type="submit"] {
    width: 120px;
    bottom: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  #hubspotForm .form-columns-2 .hs-form-field {
    float: none;
    width: 100%;
  }

  #hubspotForm .form-columns-2 .hs-form-field input {
    width: 100%;
  }

  #hubspotForm .hs-richtext.hs-main-font-element span {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 22px;
    display: block;
  }

  #hubspotForm .input {
    margin: 0 0 15px;
  }

  #hubspotForm .form-columns-1 .hs-input {
    width: 100%;
  }

  #hubspotNewsLetterForm .hs-form-field {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  #hubspotNewsLetterForm .form-columns-2 {
    margin-bottom: 0;
  }

  #hubspotForm ul.inputs-list label span {
    font-size: 10px;
  }

  #hubspotForm .form-columns-2 {
    justify-content: unset;
    display: block;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.cls-1 {
  fill: none;
  fill-rule: evenodd;
  stroke: #0b2846;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  width: 20px;
  height: 20px;
}

img.authorImg {
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  #hubspotNewsLetterForm input[type="submit"] {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  #hubspotNewsLetterForm fieldset {
    max-width: 100%;
  }
}

.swiper-custom-buttons-wrapper {
  z-index: 99;
  background: #e5eef3;
  justify-content: flex-end;
  column-gap: 0;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.swiper-custom-buttons-wrapper .swiper-button-prev-custom, .swiper-custom-buttons-wrapper .swiper-button-next-custom {
  background: #e5eef3;
  border: none;
  padding: 0;
}

.swiper-custom-buttons-wrapper .swiper-button-prev-custom svg, .swiper-custom-buttons-wrapper .swiper-button-next-custom svg {
  color: #0b2846;
}

[data-tippy-root] {
  z-index: 88 !important;
}

.tippy-box[data-theme~="custom"] {
  color: #0b2846;
  background-color: #fff;
  border: 1px solid #0b2846;
  border-radius: 4px;
  box-shadow: 2px 3px 5px #00000030;
}

.tippy-box[data-theme~="custom"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: #0b2846;
  bottom: -8px;
}

.tippy-box[data-theme~="custom"] .tooltip-content {
  column-gap: 10px;
  display: flex;
}

.tippy-box[data-theme~="custom"] .tippy-content {
  padding: 16px;
}

.tippy-box[data-theme~="custom"] .details h2 {
  line-height: 100%;
}

.tippy-box[data-theme~="custom"] .details h2 a {
  color: #0b2846;
  font-size: 18px;
}

.tippy-box[data-theme~="custom"] .details p {
  font-size: 16px;
}

.tippy-box[data-theme~="custom"] .details a.read-more {
  color: #0b2846;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.tippy-box[data-theme~="custom"] .details a.read-more:hover, .tippy-box[data-theme~="custom"] .details h2 a:hover {
  color: #0074c4;
}

.tippy-box[data-theme~="custom"] .details a.read-more:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.5 1L6.5 6L1.5 11' stroke='%230B2846' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 13px;
  right: -12px;
  transform: translateY(-50%);
}

.tippy-box[data-theme~="custom"] .image {
  flex: 1;
  width: 140px;
  height: 100px;
}

.pullQuote p {
  margin: 0;
  padding: 0;
}

.p1 {
  position: relative;
}

.propertyCaroucel .slide {
  height: 210px;
}

@media only screen and (min-width: 1024px) {
  .propertyCaroucel .slide {
    height: 250px;
  }
}

@media only screen and (min-width: 425px) {
  .propertyCaroucel .slide {
    height: 210px;
  }
}

@media only screen and (min-width: 600px) {
  .propertyCaroucel .slide {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .propertyCaroucel .slide {
    height: 210px;
  }
}

@media only screen and (min-width: 1200px) {
  .propertyCaroucel .slide {
    height: 270px;
  }
}

@media only screen and (min-width: 1440px) {
  .propertyCaroucel .slide {
    height: 280px;
  }
}

/* [project]/styles/typefaces.css [app-client] (css) */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.15;
}

html, body {
  scroll-behavior: smooth;
  margin: 0 auto;
  position: relative;
  padding: 0 !important;
}

#hubspotForm .hs-richtext.hs-main-font-element span {
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  font-family: var(--fonts-display);
  color: var(--colors-htBlue);
  margin-bottom: 50px;
  display: block;
}

#hubspotForm label {
  display: none;
}

#hubspotForm input, #hubspotForm textarea, #hubspotForm select {
  box-sizing: border-box;
  letter-spacing: .07px;
  color: #0b2846;
  border: .5px solid #0b2846;
  border-radius: 3px 3px 0 0;
  outline: none;
  width: 100%;
  height: 56px;
  padding: 5px 16px 8px;
  font-family: Muli;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  overflow-x: scroll;
}

#hubspotForm textarea {
  border: .5px solid var(--colors-htBlueDark);
  min-height: 90px;
  max-height: 180px;
  color: var(--colors-htBlueDark);
  resize: none;
  letter-spacing: .07px;
  border-radius: 3px 3px 0 0;
  padding: 16px;
  font-size: 16px;
  overflow: hidden;
}

#hubspotForm input.error, #hubspotForm textarea.error, #hubspotForm select.error {
  border-color: var(--colors-warning);
}

#hubspotForm .input {
  margin: 0 0 15px;
}

#hubspotForm .hs-form-booleancheckbox .hs-form-required {
  display: none;
}

#hubspotForm input[type="text"]::placeholder, #hubspotForm input[type="email"]::placeholder, #hubspotForm input[type="tel"]::placeholder, #hubspotForm input[type="select"]::placeholder, #hubspotForm textarea::placeholder, #hubspotForm select {
  color: #0b2846;
  font-family: Muli;
}

#hubspotForm input[type="submit"] {
  letter-spacing: .07px;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  background: #01b6b4;
  border: none;
  border-radius: 50px;
  outline: none;
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: all .5s ease-in-out;
  display: inline-block;
  overflow: hidden;
}

#hubspotForm ul.hs-error-msgs {
  margin: 0 0 10px;
  padding: 0;
  font-family: Muli;
  list-style: none;
}

#hubspotForm ul.hs-error-msgs label {
  color: var(--colors-warning);
  font-size: 12px;
  font-weight: var(--fontWeights-regular);
  line-height: var(--lineHeights-medium);
  margin-bottom: 10px;
}

#hubspotForm ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#hubspotForm ul.inputs-list label {
  align-items: center;
  display: flex;
}

#hubspotForm ul.inputs-list label input[type="checkbox"], #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  font: inherit;
  color: #0b2846;
  background-color: #fff;
  border: 1px solid #0b2846;
  border-radius: 2px;
  place-content: center;
  margin: 0;
  padding: 0;
  display: grid;
  overflow: hidden;
  transform: translateY(-.075em);
}

#hubspotForm ul.inputs-list label input[type="checkbox"]:before, #hubspotNewsLetterForm ul.inputs-list label input[type="checkbox"]:before {
  content: "";
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform-origin: 0 100%;
  background-color: #0b2846;
  width: .65em;
  height: .65em;
  transition: transform .12s ease-in-out;
  transform: scale(0);
  box-shadow: inset 1em 1em #0b2846;
}

#hubspotForm ul.inputs-list label input[type="checkbox"]:checked:before, #hubspotNewsLetterForm ul.inputs-list label input[type="checkbox"]:checked:before {
  transform: scale(1);
}

#hubspotForm ul.inputs-list label span {
  letter-spacing: .07px;
  color: #0b2846;
  padding-left: 10px;
  font-size: 14px;
  line-height: 110%;
}

#hubspotForm ul.inputs-list label span a {
  color: #0b2846;
  text-decoration: underline;
}

#hubspotForm ul.inputs-list label span a:hover {
  text-decoration: none;
}

#hubspotForm .form-columns-1 .hs-input {
  width: 100%;
}

#hubspotNewsletterForm .hs-fieldtype-checkbox label {
  letter-spacing: .07px;
  color: #0b2846;
  font-size: 14px;
  line-height: 28px;
}

#hubspotNewsLetterForm ul.inputs-list.multi-container {
  flex-direction: row;
  column-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#hubspotNewsLetterForm ul.inputs-list.multi-container input[type="checkbox"] {
  border-color: red;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#hubspotNewsLetterForm ul.inputs-list.multi-container .hs-form-checkbox-display {
  align-items: center;
  display: flex;
}

#hubspotForm .hs_error_rollup {
  display: none;
}

#hubspotNewsLetterForm {
  position: relative;
}

#hubspotNewsLetterForm input[type="submit"] {
  color: #fff;
  cursor: pointer;
  background: #5bcdc2;
  border: none;
  border-radius: 3px;
  max-width: 242px;
  height: 40px;
  margin: 0;
  padding: 7px 0;
  font-size: 16px;
  position: absolute;
  bottom: 7px;
  right: 7px;
  overflow: hidden;
}

#hubspotNewsLetterForm input {
  box-sizing: border-box;
  letter-spacing: .07px;
  width: 100%;
  color: var(--colors-htBlue);
  line-height: 1;
  font-family: var(--fonts-default);
  border: .5px solid #0b2846;
  border-radius: 2px;
  outline: none;
  height: 40px;
  padding: 5px 16px 8px;
  font-size: 14px;
  font-weight: 400;
  overflow-x: scroll;
}

#hubspotNewsLetterForm input[type="email"] {
  margin-bottom: 10px;
}

#hubspotNewsLetterForm input.error {
  border-color: var(--colors-warning);
}

#hubspotNewsLetterForm .hs-firstname label, #hubspotNewsLetterForm .hs-lastname label, #hubspotNewsLetterForm .hs-email label {
  display: none;
}

#hubspotNewsLetterForm label {
  color: var(--colors-navy);
  letter-spacing: .07px;
  font-size: 14px;
  line-height: 28px;
}

#hubspotNewsLetterForm .hs-richtext.hs-main-font-element {
  display: none;
}

#hubspotNewsLetterForm ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

#hubspotNewsLetterForm ul.hs-error-msgs label {
  color: var(--colors-warning);
  display: block;
}

#hubspotNewsLetterForm ul.hs-error-msgs li {
  color: var(--colors-warning);
}

#hubspotNewsLetterForm .form-columns-2 {
  margin-bottom: 20px;
}

#hubspotNewsLetterForm input[type="radio"] {
  width: 20px;
  height: 20px;
}

#hubspotNewsLetterForm .hs-form-radio label {
  align-items: center;
  gap: 10px;
  display: flex;
}

#hubspotForm select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23CCCCCC'%3E%3Cpath d='M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  border: .5px solid #0b2846;
  border-radius: 3px 3px 0 0;
  padding: 8px;
}

#hubspotForm ul.inputs-list label span {
  font-family: Muli;
}

#hubspotForm .form-columns-2 input {
  width: 100%;
}

#hubspotForm .form-columns-2 {
  justify-content: space-between;
  display: flex;
}

#hubspotForm .form-columns-2 .hs-form-field {
  float: none;
  width: 48%;
}

#hubspotForm ul.inputs-list label input[type="radio"], #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"] {
  appearance: none;
  font: inherit;
  color: #0b2846;
  background-color: #fff;
  border: 1px solid #0b2846;
  border-radius: 50%;
  place-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  display: grid;
  transform: translateY(-.075em);
}

#hubspotForm ul.inputs-list label input[type="radio"]:before, #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"]:before {
  content: "";
  border-radius: 50%;
  width: .65em;
  height: .65em;
  transition: transform .12s ease-in-out;
  transform: scale(0);
  box-shadow: inset 1em 1em #868686;
}

#hubspotForm ul.inputs-list label input[type="radio"]:checked:before, #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"]:checked:before {
  transform: scale(1);
}

#hubspotForm ul.inputs-list label input[type="radio"]:checked, #hubspotNewsLetterForm ul.inputs-list.multi-container input[type="radio"]:checked {
  border-color: #0b2846;
}

@media only screen and (min-width: 1600px) {
  body {
    max-width: 1600px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1217px) {
  #hubspotNewsLetterForm input[type="submit"] {
    width: 120px;
    bottom: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  #hubspotForm .form-columns-2 .hs-form-field {
    float: none;
    width: 100%;
  }

  #hubspotForm .form-columns-2 .hs-form-field input {
    width: 100%;
  }

  #hubspotForm .hs-richtext.hs-main-font-element span {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 22px;
    display: block;
  }

  #hubspotForm .input {
    margin: 0 0 15px;
  }

  #hubspotForm .form-columns-1 .hs-input {
    width: 100%;
  }

  #hubspotNewsLetterForm .hs-form-field {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  #hubspotNewsLetterForm .form-columns-2 {
    margin-bottom: 0;
  }

  #hubspotForm ul.inputs-list label span {
    font-size: 10px;
  }

  #hubspotForm .form-columns-2 {
    justify-content: unset;
    display: block;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.cls-1 {
  fill: none;
  fill-rule: evenodd;
  stroke: #0b2846;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  width: 20px;
  height: 20px;
}

img.authorImg {
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  #hubspotNewsLetterForm input[type="submit"] {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
}

@media only screen and (max-width: 992px) {
  #hubspotNewsLetterForm fieldset {
    max-width: 100%;
  }
}

.swiper-custom-buttons-wrapper {
  z-index: 99;
  background: #e5eef3;
  justify-content: flex-end;
  column-gap: 0;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.swiper-custom-buttons-wrapper .swiper-button-prev-custom, .swiper-custom-buttons-wrapper .swiper-button-next-custom {
  background: #e5eef3;
  border: none;
  padding: 0;
}

.swiper-custom-buttons-wrapper .swiper-button-prev-custom svg, .swiper-custom-buttons-wrapper .swiper-button-next-custom svg {
  color: #0b2846;
}

[data-tippy-root] {
  z-index: 88 !important;
}

.tippy-box[data-theme~="custom"] {
  color: #0b2846;
  background-color: #fff;
  border: 1px solid #0b2846;
  border-radius: 4px;
  box-shadow: 2px 3px 5px #00000030;
}

.tippy-box[data-theme~="custom"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: #0b2846;
  bottom: -8px;
}

.tippy-box[data-theme~="custom"] .tooltip-content {
  column-gap: 10px;
  display: flex;
}

.tippy-box[data-theme~="custom"] .tippy-content {
  padding: 16px;
}

.tippy-box[data-theme~="custom"] .details h2 {
  line-height: 100%;
}

.tippy-box[data-theme~="custom"] .details h2 a {
  color: #0b2846;
  font-size: 18px;
}

.tippy-box[data-theme~="custom"] .details p {
  font-size: 16px;
}

.tippy-box[data-theme~="custom"] .details a.read-more {
  color: #0b2846;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.tippy-box[data-theme~="custom"] .details a.read-more:hover, .tippy-box[data-theme~="custom"] .details h2 a:hover {
  color: #0074c4;
}

.tippy-box[data-theme~="custom"] .details a.read-more:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.5 1L6.5 6L1.5 11' stroke='%230B2846' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 13px;
  right: -12px;
  transform: translateY(-50%);
}

.tippy-box[data-theme~="custom"] .image {
  flex: 1;
  width: 140px;
  height: 100px;
}

.pullQuote p {
  margin: 0;
  padding: 0;
}

.p1 {
  position: relative;
}

.propertyCaroucel .slide {
  height: 210px;
}

.surroundingAttractions .swiper-wrapper {
  align-items: stretch !important;
}

.surroundingAttractions .swiper-wrapper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

.videoPlayerWrapper .react-player {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .videoPlayerWrapper .react-player iframe {
    width: 745px !important;
    height: 460px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .propertyCaroucel .slide {
    height: 250px;
  }
}

@media only screen and (min-width: 425px) {
  .propertyCaroucel .slide {
    height: 210px;
  }
}

@media only screen and (min-width: 600px) {
  .propertyCaroucel .slide {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .propertyCaroucel .slide {
    height: 210px;
  }
}

@media only screen and (min-width: 1200px) {
  .propertyCaroucel .slide {
    height: 270px;
  }
}

@media only screen and (min-width: 1440px) {
  .propertyCaroucel .slide {
    height: 280px;
  }
}

.heroCaroucleWrapper {
  position: relative;
}

.heroCaroucleWrapper .imageSlideItem {
  background-color: #ede6e6;
  height: 240px !important;
}

@media (min-width: 480px) {
  .heroCaroucleWrapper .imageSlideItem {
    height: 320px !important;
  }
}

@media (min-width: 768px) {
  .heroCaroucleWrapper .imageSlideItem {
    height: 475px !important;
  }
}

@media (min-width: 1200px) {
  .heroCaroucleWrapper .imageSlideItem {
    height: 620px !important;
  }
}

@media (min-width: 1500px) {
  .heroCaroucleWrapper .imageSlideItem {
    height: 650px !important;
  }
}

/*# sourceMappingURL=_05_r6mk._.css.map*/