.apply-grid {
  display: grid;
  padding-left: 0;
  padding-right: 0;
  grid-template-columns: repeat(16, 1fr);
  column-gap: 0;
}
.fill-grid {
  grid-column: 1 / -1;
}
.color-tan {
  color: #E6D4BC;
}
.color-blue-reg {
  color: #0A4190;
}
.color-blue {
  color: #22364D;
}
.color-white {
  color: #FAFAF7;
}
.color-sky-blue {
  color: #A5D7DF;
}
.background-color-tan {
  background-color: #E6D4BC;
}
.background-color-blue-reg {
  background-color: #0A4190;
}
.background-color-blue {
  background-color: #22364D;
}
.background-color-white {
  background-color: #FAFAF7;
}
.background-color-sky-blue {
  background-color: #A5D7DF;
}
.select-arrow {
  background-image: url(/wp-content/themes/saltvillage/images/icons/select-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ontop {
  position: relative;
  z-index: 13;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.transition {
  transition: all 0.25s ease-out;
}
.border-underline {
  text-decoration: underline;
}
.border-underline:hover {
  text-decoration: none;
}
.animated-underline {
  position: relative;
}
.animated-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(5rem * 1 / 18);
  left: 0;
  bottom: 0;
  background-color: #E6D4BC;
  transform: scale(0);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .animated-underline::after {
    height: 5px;
  }
}
.animated-underline:hover::after,
.animated-underline.hover::after {
  transform: scale(1);
}
.scroll-top {
  scroll-margin-top: calc(120rem * 1 / 18);
  scroll-padding-top: calc(120rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top {
    scroll-margin-top: 80px;
    scroll-padding-top: 80px;
  }
}
.scroll-top-200 {
  scroll-margin-top: calc(200rem * 1 / 18);
  scroll-padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top-200 {
    scroll-margin-top: 200px;
    scroll-padding-top: 200px;
  }
}
.link-arrow {
  position: relative;
  text-decoration: none;
  padding-right: calc(36rem * 1 / 18);
  display: flex;
  gap: calc(24rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .link-arrow {
    gap: 24px;
    padding-right: 36px;
  }
}
.link-arrow::after {
  content: "";
  position: relative;
  transform: translateY(calc(-2rem * 1 / 18));
  width: calc(16rem * 1 / 18);
  height: calc(16rem * 1 / 18);
  background-image: url(/wp-content/themes/saltvillage/images/icons/select-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
  .link-arrow::after {
    width: 16px;
    height: 16px;
    transform: translateY(-2px);
  }
}
.bubble {
  border-radius: 50%;
  overflow: hidden;
  background-color: #E6D4BC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bubble-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(12rem * 1 / 18);
  text-align: center;
}
.bubble-text > h4 {
  font-size: calc(26rem * 1 / 18) !important;
  line-height: calc(28rem * 1 / 18) !important;
  color: #E6D4BC;
}
@media only screen and (max-width: 1199px) {
  .bubble-text > h4 {
    font-size: 26px !important;
    line-height: 28px !important;
  }
}
.bubble-text > h2 {
  font-size: calc(50rem * 1 / 18) !important;
  line-height: calc(42rem * 1 / 18) !important;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .bubble-text > h2 {
    font-size: 50px !important;
    line-height: 42px !important;
  }
}
.bubble-text > p {
  font-size: calc(17rem * 1 / 18) !important;
  margin-top: calc(4rem * 1 / 18);
  color: #E6D4BC;
}
@media only screen and (max-width: 1199px) {
  .bubble-text > p {
    font-size: 17px !important;
    line-height: 21px !important;
  }
}
.border-after::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(1.2rem * 1 / 18);
  background-color: #E6D4BC;
  z-index: 1;
  grid-column: 2 / -1;
}
@media only screen and (max-width: 1199px) {
  .border-after::after {
    height: 1px;
  }
}
@media only screen and (max-width: 850px) {
  .border-after::after {
    grid-column: 1 / -1;
  }
}
.larken-light {
  font-family: "larken", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.larken {
  font-family: "larken", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.larken-med {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.larken-bold {
  font-family: "larken", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.larken-dark {
  font-family: "larken", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.eaves-light {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.eaves-book {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.eaves {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.eaves-bold {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#content h2 {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(40rem * 1 / 18);
  line-height: calc(48rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  #content h2 {
    font-size: 28px;
    line-height: 33.6px;
  }
}
@media only screen and (max-width: 600px) {
  #content h2 {
    font-size: 22px;
    line-height: 26.4px;
  }
}
.body-intro {
  font-family: "larken", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(26rem * 1 / 18);
  line-height: calc(31.2rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .body-intro {
    font-size: 24px;
    line-height: 28.8px;
  }
}
.body-intro-eaves {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 18);
  line-height: calc(28.8rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .body-intro-eaves {
    font-size: 21px;
    line-height: 25.2px;
  }
}
.body,
body p {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(21rem * 1 / 18);
  line-height: calc(25.2rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .body,
  body p {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.body-larken {
  font-family: "larken", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(21rem * 1 / 18);
  line-height: calc(25.2rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .body-larken {
    font-size: 18px;
    line-height: 21.6px;
  }
}
.body-small {
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  line-height: calc(21.6rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .body-small {
    font-size: 18px;
    line-height: 22px;
  }
}
.sub-text {
  font-size: calc(14rem * 1 / 18);
  line-height: calc(18rem * 1 / 18);
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  .sub-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer-link {
  font-family: "larken", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 18);
  line-height: calc(28rem * 1 / 18);
  letter-spacing: 0.025rem;
}
@media only screen and (max-width: 1400px) {
  .footer-link {
    font-size: 24px;
    line-height: 28px;
  }
}
.hph {
  color: #fff;
  height: calc(100vh - calc(110rem * 1 / 18));
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .hph {
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 600px) {
  .hph {
    background-color: #0A4190;
  }
}
.hph__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
@media only screen and (max-width: 600px) {
  .hph__bg {
    height: 50%;
    top: auto;
    bottom: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000000 30%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, #000000 30%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
.hph__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .hph__bg img {
    object-position: left center;
    scroll-behavior: smooth;
  }
}
.hph__bg-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .hph__bg-mobile {
    display: block;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
  }
}
.hph__logo {
  width: calc(459rem * 1 / 18);
  height: calc(263rem * 1 / 18);
  position: absolute;
  top: calc(100rem * 1 / 18);
  left: calc(130rem * 1 / 18);
  z-index: 7;
}
@media only screen and (max-width: 1023px) {
  .hph__logo {
    width: 200px;
    height: 85px;
    top: 40px;
    left: 70px;
  }
}
@media only screen and (max-width: 850px) {
  .hph__logo {
    width: 240px;
    height: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .hph__logo {
    left: 30px;
    width: 160px;
    height: 68px;
  }
}
.hph__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .hph__logo img {
    display: none;
  }
}
.hph__logo img.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .hph__logo img.mobile {
    display: block;
  }
}
.hph__copy {
  position: absolute;
  top: calc(120rem * 1 / 18);
  right: calc(200rem * 1 / 18);
  width: calc(625rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(8rem * 1 / 18);
  z-index: 7;
}
@media only screen and (max-width: 1400px) {
  .hph__copy {
    width: 400px;
    right: calc(160rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .hph__copy {
    right: 70px;
    top: 40px;
    gap: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .hph__copy {
    width: 450px;
    top: 175px;
    right: auto;
    left: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .hph__copy {
    width: 100%;
    top: 150px;
    max-width: calc(100vw - 120px);
    min-width: 283px;
    left: 30px;
  }
  .hph__copy .body-intro {
    max-width: 180px;
    letter-spacing: 0.025rem;
  }
}
.hph__scroll {
  position: absolute;
  right: calc(40rem * 1 / 18);
  bottom: calc(80rem * 1 / 18);
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  z-index: 9;
}
@media only screen and (max-width: 1023px) {
  .hph__scroll {
    bottom: 50px;
    right: 30px;
  }
}
.hph__scroll-text {
  font-size: calc(16rem * 1 / 18);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .hph__scroll-text {
    font-size: 12px;
  }
}
.hph__scroll-line {
  height: calc(4rem * 1 / 18);
  width: calc(88rem * 1 / 18);
  background-color: #E6D4BC;
  margin-left: calc(12rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hph__scroll-line {
    height: 2px;
    width: 50px;
    margin-left: 6px;
  }
}
.sb {
  display: flex;
  height: calc(110rem * 1 / 18);
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .sb {
    height: 80px;
  }
}
.sb.hidden {
  overflow: hidden;
  height: 0;
}
.sb__url {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(230, 212, 188, 0.95);
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.sb__url:hover {
  background-color: #e6d4bc;
}
.sb__heading {
  color: #22364D;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .sb__heading {
    text-align: center;
    padding: 0 12px;
  }
}
.cs {
  margin: calc(4rem * 1 / 18) 0;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: calc(110rem * 1 / 18);
  background-color: #22364D;
  background-image: url(/wp-content/themes/saltvillage/images/bg/footer_bg_large.png);
  background-size: 120% 1000%;
  background-position-x: right;
  background-repeat: no-repeat;
  transition: position 0.3s ease, top 0.3s ease;
  animation: scrollBackground 60s linear infinite;
  overflow: hidden;
  height: 0;
}
.cs.sticky {
  margin: 0;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 100%;
  max-width: 2000px;
  height: calc(110rem * 1 / 18);
  border-bottom: calc(4rem * 1 / 18) solid #FAFAF7;
}
@media only screen and (max-width: 1023px) {
  .cs.sticky {
    height: 80px;
    border-bottom: 4px solid #FAFAF7;
  }
}
@media only screen and (max-width: 600px) {
  .cs {
    justify-content: flex-end;
    padding-right: 12px;
    background-color: #22364D;
    background-image: url(/wp-content/themes/saltvillage/images/bg/cs_bg-mobile.png);
  }
}
.cs__logo {
  width: calc(172rem * 1 / 18);
  height: calc(79rem * 1 / 18);
  position: absolute;
  left: calc(130rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .cs__logo {
    width: 115px;
    height: 48px;
    left: 70px;
  }
}
@media only screen and (max-width: 600px) {
  .cs__logo {
    left: 12px;
  }
}
.cs__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .cs__logo img {
    display: none;
  }
}
.cs__logo img.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .cs__logo img.mobile {
    display: block;
  }
}
.cs__heading {
  color: #FAFAF7;
}
@media only screen and (max-width: 600px) {
  .cs__heading {
    text-align: right;
    width: fit-content;
  }
}
.bos {
  position: relative;
  height: calc(1137rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .bos {
    min-height: 600px;
    height: 100vh;
  }
}
@media only screen and (max-width: 600px) {
  .bos {
    height: fit-content;
  }
}
.bos__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .bos__bg {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
.bos__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
}
@media only screen and (max-width: 600px) {
  .bos__bg img {
    object-position: left bottom;
  }
}
.bos__bg > .magnify {
  display: none;
}
@media only screen and (max-width: 600px) {
  .bos__bg > .magnify {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 48px;
    height: 48px;
    z-index: 11;
  }
  .bos__bg > .magnify img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.bos__copy {
  position: absolute;
  top: calc(70rem * 1 / 18);
  left: calc(130rem * 1 / 18);
  width: calc(800rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(8rem * 1 / 18);
  padding: calc(48rem * 1 / 18) calc(40rem * 1 / 18) calc(40rem * 1 / 18);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: calc(4rem * 1 / 18);
  color: #22364D;
}
@media only screen and (max-width: 1400px) {
  .bos__copy {
    width: 600px;
  }
}
@media only screen and (max-width: 1023px) {
  .bos__copy {
    top: 40px;
    left: 70px;
    gap: 6px;
    padding: 30px 20px 20px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 750px) {
  .bos__copy {
    width: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .bos__copy {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 40px);
    margin: 20px;
    padding: 60px 20px 60px;
    background-color: #FAFAF7;
    gap: 12px;
  }
  .bos__copy * {
    max-width: 100%;
  }
}
.ic {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #FAFAF7;
  height: 100vh;
  background-image: url(/wp-content/themes/saltvillage/images/bg/ic_bg.png);
  /* Replace with your wave image path */
  background-repeat: no-repeat;
  background-size: 110% 120%;
  background-position: -5% 10%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .ic {
    height: calc(125vh - 40px);
  }
}
.ic__collage {
  display: flex;
  height: 100%;
  transform: translateX(0);
  /* Start at the first image */
  transition: transform 0.1s linear;
  /* Smooth scrolling */
  scroll-behavior: smooth;
  /* Smooth scrolling */
}
.ic__collage::-webkit-scrollbar {
  display: none;
}
.ic__collage > img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media only screen and (max-width: 600px) {
  .ic__collage > img {
    object-position: right center;
  }
}
.td {
  position: relative;
  height: calc(1086rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .td {
    min-height: 600px;
    height: 100vh;
  }
}
@media only screen and (max-width: 750px) {
  .td {
    height: fit-content;
  }
}
.td__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .td__bg {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}
.td__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.td__bg > .magnify {
  display: none;
}
@media only screen and (max-width: 600px) {
  .td__bg > .magnify {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 48px;
    height: 48px;
  }
  .td__bg > .magnify img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.td__copy {
  position: absolute;
  bottom: calc(70rem * 1 / 18);
  left: calc(130rem * 1 / 18);
  width: calc(800rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(8rem * 1 / 18);
  padding: calc(48rem * 1 / 18) calc(40rem * 1 / 18) calc(40rem * 1 / 18);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: calc(4rem * 1 / 18);
  color: #22364D;
}
@media only screen and (max-width: 1400px) {
  .td__copy {
    width: 700px;
  }
}
@media only screen and (max-width: 1023px) {
  .td__copy {
    bottom: 40px;
    left: 70px;
    width: 600px;
    gap: 6px;
    padding: 30px 20px 20px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 750px) {
  .td__copy {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 40px);
    margin: 20px;
    padding: 60px 20px 60px;
    background-color: #FAFAF7;
    gap: 12px;
  }
  .td__copy * {
    max-width: 100%;
  }
}
#map {
  height: calc(580rem * 1 / 18);
  width: 100%;
  margin: calc(4rem * 1 / 18) 0;
}
@media only screen and (max-width: 1023px) {
  #map {
    height: 412px;
  }
}
.pr {
  min-height: calc(1132rem * 1 / 18);
  height: fit-content;
  position: relative;
  display: flex;
  column-gap: calc(100rem * 1 / 18);
  margin-bottom: calc(4rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pr {
    min-height: auto;
    height: fit-content;
    flex-direction: column;
    column-gap: 0;
  }
}
.pr__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pr__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr__copy {
  position: relative;
  margin-top: calc(70rem * 1 / 18);
  margin-left: calc(90rem * 1 / 18);
  width: calc(580rem * 1 / 18);
  min-width: calc(580rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(8rem * 1 / 18);
  padding: calc(48rem * 1 / 18) calc(40rem * 1 / 18) calc(40rem * 1 / 18);
  border-radius: calc(4rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pr__copy {
    margin-top: 40px;
    margin-left: 50px;
    gap: 6px;
    width: 100%;
    max-width: 500px;
    padding: 30px 20px 20px;
    border-radius: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .pr__copy {
    margin: 0;
    padding: 60px 40px 40px;
  }
}
.pr__copy > .priority-register {
  font-size: calc(36rem * 1 / 18) !important;
  line-height: calc(42rem * 1 / 18) !important;
  letter-spacing: 0.025rem !important;
}
@media only screen and (max-width: 1023px) {
  .pr__copy > .priority-register {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}
.pr__form {
  position: relative;
  margin-top: calc(120rem * 1 / 18);
  margin-right: calc(130rem * 1 / 18);
  margin-bottom: calc(70rem * 1 / 18);
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .pr__form {
    margin: 40px 70px;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .pr__form {
    margin: 40px;
  }
}
.pr__form > form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pr__form > form {
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pr__form > form {
    display: flex;
    flex-direction: column;
  }
}
.pr__form-field {
  display: flex;
  flex-direction: column;
  gap: calc(6rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pr__form-field {
    gap: 6px;
  }
}
.pr__form-field:nth-child(2n + 1) {
  grid-column: 1 / 2;
}
.pr__form-field:nth-child(2n) {
  grid-column: 2 / 3;
}
.pr__form-field > label {
  color: #FAFAF7;
}
.pr__form-field-radios {
  display: flex;
  align-items: center;
  gap: calc(128rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pr__form-field-radios {
    gap: 80px;
  }
}
.pr__form-field-radio {
  display: flex;
  align-items: center;
  gap: calc(16rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pr__form-field-radio {
    gap: 12px;
  }
}
.pr__form-field > input[type="checkbox"],
.pr__form-field input[type="radio"] {
  appearance: none;
  background: none;
  border: calc(2rem * 1 / 18) solid #FAFAF7;
  border-radius: calc(6rem * 1 / 18);
  width: calc(24rem * 1 / 18);
  min-width: calc(24rem * 1 / 18);
  height: calc(24rem * 1 / 18);
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .pr__form-field > input[type="checkbox"],
  .pr__form-field input[type="radio"] {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #FAFAF7;
  }
}
.pr__form-field > input[type="checkbox"]:checked,
.pr__form-field input[type="radio"]:checked {
  background-color: #0075FF;
  background-image: url(/wp-content/themes/saltvillage/images/icons/checkmark-square.svg?v=4);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.pr__form-field > input[type="text"],
.pr__form-field > input[type="email"],
.pr__form-field > input[type="tel"],
.pr__form-field > select {
  width: 100%;
  padding: calc(12rem * 1 / 18) calc(16rem * 1 / 18);
  height: calc(50rem * 1 / 18);
  border: 1px solid #FAFAF7;
  border-radius: calc(8rem * 1 / 18);
  background: none;
  outline: none;
  display: flex;
  align-items: center;
  color: #FAFAF7;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(21rem * 1 / 18);
  line-height: calc(25.2rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .pr__form-field > input[type="text"],
  .pr__form-field > input[type="email"],
  .pr__form-field > input[type="tel"],
  .pr__form-field > select {
    font-size: 18px;
    line-height: 21.6px;
  }
}
@media only screen and (max-width: 1023px) {
  .pr__form-field > input[type="text"],
  .pr__form-field > input[type="email"],
  .pr__form-field > input[type="tel"],
  .pr__form-field > select {
    padding: 8px 12px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #FAFAF7;
  }
}
.pr__form-field:has( > select) {
  position: relative;
}
.pr__form-field:has( > select)::after {
  position: absolute;
  right: calc(16rem * 1 / 18);
  bottom: calc(12rem * 1 / 18);
  content: "";
  width: calc(16rem * 1 / 18);
  height: calc(16rem * 1 / 18);
  background-image: url(/wp-content/themes/saltvillage/images/icons/select-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .pr__form-field:has( > select)::after {
    right: 12px;
    bottom: 12px;
    width: 16px;
    height: 12px;
  }
}
.pr__form-field:has( > select) > select {
  appearance: none;
}
.pr__form-field:has( > select) > select option {
  background-color: #22364D;
}
.pr__form-field.signup {
  flex-direction: row;
  align-items: start;
  gap: calc(16rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pr__form-field.signup {
    gap: 12px;
  }
}
.pr__form-submit {
  grid-column: 1 / 3;
  width: 100%;
  background-color: #A5D7DF;
  border: calc(2rem * 1 / 18) solid #22364D;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(20rem * 1 / 18) calc(40rem * 1 / 18);
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 18);
  line-height: calc(28.8rem * 1 / 18);
  font-weight: 700;
  border-radius: calc(8rem * 1 / 18);
  text-transform: uppercase;
  cursor: pointer;
  color: #22364D;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1400px) {
  .pr__form-submit {
    font-size: 21px;
    line-height: 25.2px;
  }
}
@media only screen and (max-width: 1023px) {
  .pr__form-submit {
    padding: 12px 20px;
    border: 1px solid #22364D;
    border-radius: 4px;
  }
}
.pr__form-submit:hover {
  background-color: #22364D;
  color: #FAFAF7;
}
.pr__form-info {
  color: #FAFAF7;
  grid-column: 1 / 2;
  font-size: calc(14rem * 1 / 18);
  line-height: calc(18rem * 1 / 18);
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: calc(40rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .pr__form-info {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .pr__form-info {
    margin-top: 30px;
  }
}
.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}
.hidden {
  visibility: hidden;
}
.fade-in-element.visible.hidden {
  visibility: visible;
}
.pswp__button {
  display: none !important;
}
.pswp__button--close {
  display: block !important;
  right: 0;
  opacity: 1;
}
.pswp__button--close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
