

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.ttf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-display: swap;
}

p {
  font-family: 'Montserrat-Regular';
  font-size: 0.88rem;
}

.topgap {
  height: 111px;
  width: 100%;
  display: block;
}

.mainw {
  width: 100%;
  height: 91lvh;
  object-fit: cover;
}

main {
  position: relative;

}

main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}

.vs_img {
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
  align-items: center;
  height: 100%;
}

.vs_img>img {
  width: 28vw;
  height: 16vw;
  object-fit: contain;
}

.intro {
  background: linear-gradient(145deg, #A27448, #3F3028);
  /* height: 92vh; */
}

.img1a {
  height: 102vh;
  object-fit: cover;
}

h1 {
  font-family: "Montserrat-SemiBold";
  text-transform: uppercase;
  font-size: 1.75vw;
  max-width: 22ch;
  color: rgb(255, 255, 255);
  line-height: 1.1;
  margin-bottom: 1rem;
}
h1 span {
  font-size: 2vw;
}
.ix_row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.4rem;
}

.ix-cus {
  width: 1.9vw;
  height: 3vw;
  object-fit: contain;
  margin-right: 1rem;
  object-position: top;
  animation: yellowGlow 2s infinite;
}

@keyframes yellowGlow {
  0% {
    filter: brightness(1) drop-shadow(1px 3px 4px #ffec19);
  }

  50% {
    filter: brightness(1.5) drop-shadow(2px 4px 6px #fff) sepia(1) hue-rotate(20deg);
  }

  100% {
    filter: brightness(1) sepia(0) drop-shadow(1px 3px 4px #ffec19);
  }
}

.ix-caption {
  max-width: 33ch;
  line-height: normal;
  font-size: 0.8vw;
  color: #fff;
  font-family: 'Montserrat-Light';
}

.ct_wrapper_txt {
  font-size: 0.9vw;
  max-width: 38ch;
  line-height: 1.35;
  margin-bottom: 1.4rem;
}

.pos_c_wrapper {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 3%;
  width: fit-content;
  display: flex;
  align-items: center;
  height: 100%;
}

span.txt_yellow {
  color: #FDEE19;
}

.ct_wrapper {
  padding-left: 1.5rem;
  border-left: 1px solid #fff;
}

.vs_location {
  width: 37vw;
  margin: auto;
  display: block;
}

.location_sec {
  background: linear-gradient(45deg, #EEE9E5, #fff, #fff 100%);
}

.loc_caption {}

h2.rs-ind {
  font-size: 1.3vw;
  font-family: 'Montserrat-Medium';
  color: #995C31;
  width: fit-content;
  background: linear-gradient(304deg, #ffffff, #fbfaf8);
  margin-top: -8%;
  margin: auto;
  margin-top: -9%;
  padding: 0 27px;
}

p.loc_caption {
  font-family: 'Montserrat-Regular';
  font-size: 0.9vw;
  max-width: 56ch;
  margin: auto auto 1rem;
  padding-top: 1rem;

}

p.loc_caption>span {
  font-family: 'Montserrat-Medium';
}

.tw_hgli {
  border-top: 1px solid #995C31;
  border-bottom: 1px solid #995C31;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.loc_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.loc_wrapper {
  border: 1px solid #995C31;
  padding: 2vw;
  width: 40vw;
}

.tw_hgli .tx_1 {
  font-family: 'Montserrat-Regular';
  color: #995C31;
  font-size: 1.5vw;
  letter-spacing: 0.8px;
}

.tw_hgli .tx_2 {
  font-family: 'Montserrat-Medium';
  color: #995C31;
  font-size: 0.9vw;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tw_hgli .tx_2 span.num_txt {
  font-size: 5vw;
  letter-spacing: -1px;
}

.tw_hgli .tx_2 span.sub_txt {
  position: relative;
  top: 3px;
  font-size: 2vw;
}

p.prx_txt {
  font-family: 'Montserrat-Regular';
  color: #995C31;
  line-height: 1.4;
}

.zoom-icon {
  width: 2.5vw;
  position: absolute;
  right: -8%;
  bottom: 12%;
}

h2 {
  font-size: 1.7vw;
  /* 26px */
  font-family: 'Montserrat-Medium';
  color: #995C31;
  text-transform: uppercase;
}

.ind_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.ind_cont {
  flex: 1 1 20%;
  overflow: hidden;
  /* transition: flex-basis 0.4s ease; */
}

/* .ind_cont {
    width: 20%;
} */

.ind_sub {
  font-size: 0.76vw;
  line-height: normal;
}

.ind_captions {
  padding: 0px 1rem;
  border-right: 1px solid rgb(255, 255, 255);
  min-height: 11vw;
  margin: 1rem 0;
  font-size: 1.3vw;
}

.ind_cont:last-child .ind_captions {
  border-right: none;
}

.ind_hd {
  font-family: 'Montserrat-Medium';
  color: #F9F9E2;
  line-height: normal;
  padding-top: 1rem;
}

.ind_sec {
  background: linear-gradient(to bottom, #A17347, #3F3028);
  position: relative;
}

.txt_yl {
  color: #F9F9E2;
}

.ind_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/44d9c854-350a-4d6a-bfcc-59196ce9b400/1920);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  mix-blend-mode: overlay;
  opacity: 0.6;
  pointer-events: none;
}

.ind_sub {
  font-family: 'Montserrat-Light';
  color: #F9F9E2;
  line-height: 1.2;
  padding-top: 1rem;
  margin-bottom: 0.8rem;
}

.ind_cont img {
  transition: transform 0.3s ease;
  transform-origin: center center;
  height: 27vw;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.line-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* .ind_wrapper .ind_cont:hover {
    flex-basis: 35%;
  } */
.line {
  height: 1px;
  background-color: #B79067;
  flex-grow: 1;
}

.line.left {
  margin-right: 2.5%;
}

.line.right {
  margin-left: 2.5%;
}

.centerlg {
  width: 5%;
  text-align: center;
}

.pioner_collection {
  background: #000;
  position: relative;
}

.pioner_collection>* {
  z-index: 2;
  position: relative;
}

.pioner_collection::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(to bottom, #3f3028, transparent);
  height: 8vw;
  z-index: 0;

}

.pos_collection {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.pos_collection h4 {
  color: #B79067;
  font-family: 'Montserrat-Medium';
  font-size: 1.3vw;
}

.line-str {
  display: block;
  width: 2px;
  height: 100px;
  background: aliceblue;
  margin: auto;
  margin-bottom: 2rem;
}

.cta_cm {
  font-family: 'Montserrat-SemiBold';
  text-transform: uppercase;
  width: fit-content;
  padding: 10px 30px;
  background-color: #fff;
  color: #995C31;
  display: block;
  margin: auto;
  border-radius: 20px;
  /* animation: cta_anim 2s infinite; */
}

.cta_cm::after {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25.4ch;
  left: 41%;
  right: 0;
  bottom: 0;
  content: '';
  height: 6vw;
  width: 19vw;
  border: 0;
  border-radius: 50px;
  background: darkgoldenrod;
  /* background: radial-gradient(#ffffffa9, transparent); */
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1;
}

.cta_cm::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25.4ch;
  left: 41%;
  right: 0;
  bottom: 0;
  content: '';
  height: 6vw;
  width: 19vw;
  /* background: radial-gradient(#ffffff, transparent); */
  background: darkgoldenrod;
  /* border: 8px solid rgb(255 18 18 / 95%);
        background: radial-gradient(#ffffff, transparent); */
  border-radius: 50px;
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.65, 0, .34, 1);
  z-index: -1;
}

@keyframes ripple {
  from {
    opacity: 0.9;
    transform: scale3d(0.1, 0.1, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1);
  }
}

/* @keyframes ripple {
    from {
      opacity: 1;
      transform: scale3d(0.1, 0.1, 1);
    }
  
    to {
      opacity: 0;
      transform: scale3d(1.2, 1.2, 1);
    }
  }  */
@keyframes cta_anim {
  0% {
    filter: drop-shadow(0px 0px 4px #ffec19);

  }

  50% {
    filter: drop-shadow(0px 0px 4px #ffec19);
  }

  100% {
    filter: drop-shadow(0px 0px 4px #ffec19);
  }
}

.id_wrapper {
  border-left: 1px solid #3f3028;
  padding-left: 1.5rem;
}

.id_sub {
  max-width: 63ch;
  font-size: 0.9vw;
  line-height: 1.35;
}

ul.location_list {
  line-height: 1.4;
  max-width: 28ch;
  font-family: 'Montserrat-Light';
  letter-spacing: normal;
  font-size: 0.9vw;
  padding-left: 1rem;
}
ul.sep_1 {
  max-width: 22ch;
}

.id_hd {
  color: #E43136;
}

p.location_hdlr {
  color: #E43136;
  font-family: 'Montserrat-Medium';
  margin-bottom: 10px;
  font-size: 1.1vw;
}

.map-wrapper {
  position: relative;
}

.gradient-animated {
  width: 41vw;
  height: 25vw;
  /* background: linear-gradient(270deg, #ff6ec4, #7873f5, #4ADEDE, #ffe29f); */
  /* background: linear-gradient(270deg, #3A4856, #114d7e, #153749, #333d69); */
  /* background: linear-gradient(270deg, 
  #3A4856, 
  #202c38, 
  #0950cc, 
  #202c38, 
  #3A4856,
  #333d69
); */
background: radial-gradient(circle,
  #4fd1d1, /* Light turquoise */
  #39cbf3, /* Sky blue */
  #2b4f6c, /* Slate green (cool blueish) */
  #1d4c6d, /* Ocean blue */
  #334b6f, /* Dusty blue */
  #1e2a35, /* Dark navy blue */
  #3A4856  /* Dark slate (updated) */
);


background-size: 800% 800%;
-webkit-mask-image: url('https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/0274c21b-2d6e-4ed3-560e-cb8c94a44600/1200');
mask-image: url('https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/0274c21b-2d6e-4ed3-560e-cb8c94a44600/1200');
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
animation: gradientMove 30s ease-in-out infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 300% 50%;
  }

  25% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 0% 50%;
  }

  75% {
    background-position: -100% 50%;
  }

  100% {
    background-position: -300% 50%;
  }
}
.sdpi, .reg_sec {
      background: linear-gradient(to right, #F1EDEA, #fff);
      position: relative;
}
.sdpi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/6dd6d2e8-436d-476a-bbcc-ad43cf8d1200/1920);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  opacity: 0.5;
  height: 100%;
  pointer-events: none;
}

.pos-layer-1 {
  width: 41vw;
  height: 25vw;
  top: 0;
  left: 0;
  object-fit: contain;

}

.anim-box {
  animation: boxglow 8s ease infinite;
}

@keyframes boxglow {
  0% {
    filter: drop-shadow(0 0 1px rgb(255, 121, 11)) brightness(1.5);
  }

  50% {
    filter: drop-shadow(0 0 3px rgb(255, 201, 75)) brightness(1);
  }

  100% {
    filter: drop-shadow(0 0 0 rgb(255, 228, 51)) brightness(1.5);
  }
}

.mapinfo {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  width: fit-content;
  margin: auto;
}

#frmLeadGen input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  max-width: 32rem;
  background-color: #a27448;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.1rem;
  font-family: 'Montserrat-SemiBold';
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}

#frmLeadGen input::-moz-placeholder {
  opacity: 0.8 !important;
  color: #fff !important;
}

#frmLeadGen input:-ms-input-placeholder {
  opacity: 0.8 !important;
  color: #fff !important;
}

#frmLeadGen input::placeholder {
  opacity: 0.8 !important;
  color: #fff !important;
}

#frmLeadGen input:not(:placeholder-shown) {
  background-color: #a27448 !important;
}

@media (min-width: 768px) {
  #frmLeadGen input {
    font-size: 14px;
    line-height: 1.75rem;
  }
}

/* Chrome, Safari, Edge, Opera */
#frmLeadGen input::-webkit-outer-spin-button,
#frmLeadGen input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cjbc {
  max-width: 32rem;
  margin: auto;
}

/* Firefox */
#frmLeadGen input[type="number"] {
  -moz-appearance: textfield;
}

#frmLeadGen input.checkbox {
  width: unset;
  display: inline-block;
}

.cjbc label {
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: 'Montserrat-SemiBold';
}


#last-page {
  width: 46vw;
  margin: auto;
  border: 2px solid #A27448;
  border-radius: 10px;
}

.reg_wrap {
  background: #A27448;
  color: #fff;
}

.reg_wrap>h2 {
  color: #fff;
}

.rg2_cta {
  border: 2px solid #A27448;
  background: #A27448;
  font-family: 'Montserrat-SemiBold';
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: background 0.2s ease;
}

.rg2_cta:hover {
  border: 2px solid #A27448 !important;
  background: #fff;
  color: #A27448;
}

.reg_sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/ae310833-4afd-4c32-5d28-27202074c200/1920);
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  opacity: 0.5;
  height: 100%;
  pointer-events: none;
}

.hystmodal__window {
  width: 750px;
}

#locationpopup .hystmodal__window {
  margin: 0 auto;
  padding: 0;
  transform: unset;
  width: 34vw;
}

.hystmodal--active {
  z-index: 99999 !important;
}

.zz-btn {
  top: 1rem;
  left: 1rem;
  flex-direction: column;
}

.bg-br {
  font-family: 'Montserrat-SemiBold';
  border: 2px solid #d19c6a;
  background-color: #a27448;
  color: #ffffff;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  font-size: 1.5rem;
}
.caption_p {
  text-align: center;
  font-size: 0.9rem;
}
.slide-image {
  transform: scale(1.2);
}

.scrolldown {
	display: flex;
	width: 100%;
	align-items: center;
	place-content: center;
	top: 66vh;
	transition-delay: 10s;
	transition-duration: 10s;
	}
	
	.first_arrow {
		width: 1.7em;
	height: 1.7em;
	background-color: transparent;
	z-index: 998;
	bottom: 17%;
	position: absolute;
	border-width: 0 0.25em 0.25em 0;
	border-style: solid;
	border-color: #ffffff;
	animation: scrolldown 1.2s ease-in-out infinite 0.15s;
	z-index: 9;
	}
	.sec_arrow {
	width:  1.7em;
	height:  1.7em;
	background-color: transparent;
	z-index: 998;
	bottom: 19%;
	position: absolute;
	border-width: 0 0.25em 0.25em 0;
	border-style: solid;
	border-color: #ffffff;
	animation: scrolldown 1.2s ease-in-out infinite 0.15s;
	}
	@keyframes scrolldown {
		0% {
		  transform: translateY(20%) rotate(45deg);
		  opacity: 0.7;
		}
		
		50% {
		  transform: translateY(0%) rotate(45deg);
		  opacity: 0.2;
		}
		
		100% {
		  transform: translateY(20%) rotate(45deg);
		  opacity: 0.7;
		}
		}

    .add_anim {
      animation: pulse 2s infinite ease-in-out;
    }
    @keyframes pulse {
      0%, 100% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.1);
      }
    }
    
@media only screen and (max-width: 1024px) {
  .img1a {
    height: 67vh;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {

  .vs_img>img {
    width: 71vw;
    height: 94vw;
    object-fit: contain;
  }

  .pos_c_wrapper {
    position: relative;
    top: 0px;
    bottom: 0px;
    right: unset;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    /* padding: 1.5rem 1.5rem 0; */
  }

  h1 {
    font-size: 5vw;
    max-width: 23ch;
  }
  h1 span {
    font-size: 6vw;
  }

.loc_content {
  padding: 0 1.5rem;
  margin-top: 4%;
}
  .ct_wrapper_txt {
    font-size: 3.5vw;
    line-height: 1.35;
  }

  .ix-caption {
    max-width: 26ch;
    line-height: 1.3;
    font-size: 3.1vw;
  }

  .img1a {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: -26%;
  }

  .ix-cus {
    width: 6vw;
    height: 13vw;
  }

  h2.rs-ind {
    font-size: 5vw;
    width: 100%;
    background: linear-gradient(304deg, #ffffff, #ffffff);
    margin-top: -15%;
  }
  .tw_hgli .tx_2 span.sub_txt {
    font-size: 4vw;
  }
  .loc_wrapper {
    width: 100%;
    padding: 1.5rem;
    
  }

  p.loc_caption {
    font-size: 3.5vw;
    line-height: 1.35;
  }

  .tw_hgli .tx_1 {
    font-size: 3.74vw;
  }

  .tw_hgli .tx_2 span.num_txt {
    font-size: 10vw;
    letter-spacing: -1px;
  }

  .tw_hgli .tx_2 {
    font-size: 3.74vw;
    margin-top: 0;
  }

  .vs_location {
    width: 100%;
    margin: auto;
    display: block;
  }

  #last-page {
    width: 100%;
  }

  .zoom-icon {
    right: 8%;
    bottom: 8%;
    width: 8vw;

  }

  .zz-btn {
    top: -2rem;
    left: 0;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }

  .tw_hgli {
    flex-direction: column;
    gap: 0;
    padding: 0.7rem 0;
    line-height: normal;
  }

  .bg-br {
    width: 10vw;
    height: 10vw;
  }

  h2 {
    font-size: 6vw;
  }

  .centerlg {
    width: 12vw;
    text-align: center;
  }

  .pos_collection h4 {
    font-size: 3.8vw;
  }

  p {
    font-size: 3.5vw;
  }

  .id_sub {
    font-size: 3.5vw;
  }

  .gradient-animated {
    width: 90vw;
    height: 65vw;
  }

  .pos-layer-1 {
    width: 90vw;
    height: 65vw;
  }

  .map-wrapper {
    display: flex;
    margin: auto;
    justify-content: center;
    max-width: 90vw;
    margin: auto;
  }

  .mapinfo {
    flex-wrap: wrap;
    column-gap: 0;
    width: auto;
    margin: auto;
    padding: 0 0;
    row-gap: 0;
    justify-content: space-between;
    max-width: 82vw;
  }
  .mapinfo div:nth-child(1) {
    width: fit-content;
  }
  
  .mapinfo div:nth-child(2) {
    width: fit-content;
  }
  
  .mapinfo div:nth-child(3) {
    width: fit-content;
  }


  ul.location_list {
    font-size: 0.7rem;
    max-width: 100%;
    min-height: 7vh;
  }
  ul.sep_1 {
    column-count: 2;
    column-gap: 1.5rem;
    max-width: fit-content;
    /* height: 13ch; */
  }

  p.location_hdlr {
    font-size: 3.84vw;
  }

  .ind_sec::before {
    background-position: right;
  }

  .ind_captions {
    margin: 0 0;
    font-size: 1.3vw;
    position: relative;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #3f3028, #a27448);
    width: 100%;
    height: 45vw;
    padding: 0 1.5rem;
    border-right: 0;
  }

  .ind_hd {
    font-size: 6vw;
    padding-top: 1.5rem;
  }

  .ind_sub {
    font-size: 3.5vw;
  }

  .collarl_img {
    height: 68vh;
    object-fit: cover;
  }

  .pc_max {
    max-width: 34ch;
    margin: auto;
    line-height: 1.35;
  }

  .cta_cm::after {
    top: 86%;
    left: 21%;
    right: 0;
    bottom: 0;
    content: '';
    height: 15vw;
    width: 60vw;
    border: 0;
    border-radius: 50px;
    background: darkgoldenrod;

  }

  .cta_cm::before {
    top: 86%;
    left: 21%;
    right: 0;
    bottom: 0;
    content: '';
    height: 15vw;
    width: 60vw;
    border: 0;
    border-radius: 50px;
    background: darkgoldenrod;

  }

  .pioner_collection::before {
    height: 18%;
  }

  .cta_cm {
    font-size: 3vw;
  }

  .lg-mb {
    width: 77%;
  }
  #locationpopup .hystmodal__window {
    width: 100%;
  }
  #frmLeadGen input {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .first_arrow {
    bottom: 28%;
  }
  .sec_arrow {
    bottom: 26%;
  }
}