.homepage-hero-content { min-height: 728px; padding: 224px 0 0; color: var(--fig-grey-light); }
.homepage-hero-bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--fig-green); }
.homepage-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.homepage-hero-video{padding-bottom: 56.25%; position: relative; overflow: hidden;background: var(--fig-black);}
.homepage-hero-video iframe{width: 100%; height: 100%; border: 0; position: absolute; left: 0; top: 0; opacity: 0; transition: opacity .35s ease; z-index: 1;}
/* .homepage-hero-video .video-poster{opacity: 1; visibility: visible; transition: opacity .35s ease, visibility .35s ease;}
.homepage-hero-video .video-poster img{width: 100%; height: 100%; object-fit: cover; display: block;}
.homepage-hero-video .video-loader{transition: opacity .25s ease;}
.homepage-hero-video.is-ready iframe{opacity: 1;}
.homepage-hero-video.is-ready .video-poster{opacity: 0; visibility: hidden;} */
.homepage-hero-heading h1 { font-size: 70px; margin-bottom: 0; }
.homepage-hero-cta { margin-top: 40px; }
.homepage-hero-search-wrapper { position: relative; width: 100%; bottom: -58px; margin-top: 80px; }
.homepage-hero-search-box { padding: 24px 20px 22px 60px; background: rgba(196, 191, 182, 0.7); border-radius: 90px; backdrop-filter: blur(5px); }
.homepage-hero-search-group { width: 100%; max-width: 462px; }
.homepage-hero-search-group:nth-child(2) { position: relative; padding-left: 20px; }
.homepage-hero-search-group:nth-child(2)::before { content: ''; width: 1px; height: 90%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: var(--fig-black); }
.homepage-hero-search-box .form-label { font-size: 12px; font-weight: 500; letter-spacing: -0.003em; color: var(--fig-black); margin-bottom: 6px; }
.homepage-hero-search-box .form-control, .homepage-hero-search-box .form-select { width: 100%; height: auto; padding: 0; font-size: 25px; font-weight: 500; line-height: 1.35; letter-spacing: -0.01em; color: var(--fig-black); background-color: transparent; border: 0; border-radius: 0; }
.homepage-hero-search-box .form-control:focus, .homepage-hero-search-box .form-select:focus { box-shadow: none; }
.homepage-hero-search-box .form-control::placeholder { color: var(--fig-black); opacity: 1; }
.homepage-hero-search-box .nice-select { width: fit-content; display: flex; align-items: center; padding-right: 32px; background-image: none; transition: all 0.2s ease-in-out; }
.homepage-hero-search-box .nice-select:after { width: 20px; height: 16px; right: 0; margin-top: 0; background: var(--bs-form-select-bg-img) no-repeat center/contain; border: 0; transform: translateY(-50%) rotate(0deg); transform-origin: center; }
.homepage-hero-search-box .nice-select.open:after { transform: translateY(-50%) rotate(180deg); }
.homepage-hero-search-box .nice-select .list { min-width: 240px; background-color: var(--fig-grey); border-radius: 8px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); margin-top: 8px; padding: 5px; }
.homepage-hero-search-box .nice-select .option { font-size: 20px; line-height: 40px; min-height: 40px; padding-left: 15px; padding-right: 25px; border-radius: 5px; transition: all 0.2s; }
.homepage-hero-search-box .nice-select .option:hover, .homepage-hero-search-box .nice-select .option.focus, .homepage-hero-search-box .nice-select .option.selected.focus { background-color: rgba(20, 71, 51, 0.1); color: var(--fig-green); font-weight: 600; }
.hh-search-btn { width: 70px; height: 70px; color: var(--fig-grey); background: var(--fig-black); border: 0; border-radius: 50%; }
.hh-search-icon { width: 23px; height: 23px; }
.hh-search-icon img { width: 100%; height: 100%; object-fit: contain; }
.hh-search-btn span { font-size: 20px; font-weight: 500; line-height: 1.1; letter-spacing: -0.01em; }
.hh-search-btn:hover { color: var(--fig-black); background: var(--fig-grey); }
.hh-search-btn:hover .hh-search-icon img { filter: brightness(0); }
.homepage-hero-img { width: 100%; position: relative; padding-bottom: 40.4%; background: var(--fig-green); }
.homepage-hero-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
.homepage-hero-quarter-circle { width: auto; height: 48.5%; position: absolute; bottom: 0; left: 0; }
.homepage-hero-quarter-circle img { width: 100%; height: 100%; object-fit: contain; }
.homepage-hero-lines { height: 100%; position: absolute; top: 0; left: 0; right: 0; }
.homepage-hero-line.line-1 { width: 1px; height: 100%; position: absolute; top: 0; left: calc(50% + 172px); background: var(--fig-grey); opacity: 0.3; }
.homepage-hero-line.line-2 { width: 100vw; height: 1px; position: absolute; top: 51.5%; left: 0; right: 0; background: var(--fig-grey); opacity: 0.3; }
.homepage-hero-dashed-line.line-1 { width: 100vw; height: 1px; position: absolute; top: 51.5%; left: calc(50% + 172px); background-image: linear-gradient(90deg, var(--fig-grey), var(--fig-grey) 60%, transparent 60%, transparent 100%); background-size: 20px 1px; opacity: 0.3; transform: rotate(-47.5deg); transform-origin: top left; }
.homepage-hero-dashed-line.line-2 { width: 100vw; height: 1px; position: absolute; top: 51.5%; left: calc(50% + 172px); background-image: linear-gradient(90deg, var(--fig-grey), var(--fig-grey) 60%, transparent 60%, transparent 100%); background-size: 20px 1px; opacity: 0.3; transform: rotate(45deg); transform-origin: top left; }
.homepage-hero-shape {width: 444px;height: 508px;position: absolute;top: 125px;right: 50%;margin-right: 590px;opacity: 0.1;}
.homepage-hero-shape img { width: 100%; height: 100%; object-fit: contain; }
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) {
 .homepage-hero-heading h1 { font-size: 60px; }
 }
/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
 .homepage-hero-content { padding: 160px 0 0; }
.homepage-hero-heading h1 { font-size: 50px; margin-bottom: 50px; }
 }
/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) {
 .homepage-hero-heading h1 { font-size: 35px; margin-bottom: 44px; }
.homepage-hero-cta { margin-top: 32px; }
.homepage-hero-search-wrapper { bottom: -36px; margin-top: 16px; }
.homepage-hero-search-box { padding: 0; background: transparent; border-radius: 0; backdrop-filter: none; }
.homepage-hero-search-box .form-label { line-height: 1.1; letter-spacing: -0.01em; }
.homepage-hero-search-group, .homepage-hero-search-group:nth-child(2) { max-width: 100%; padding: 16px 28px 10px 44px; background: rgba(196, 191, 182, 0.7); border-radius: 90px; backdrop-filter: blur(5px); }
.homepage-hero-search-group:nth-child(2)::before { display: none; }
.homepage-hero-search-box .form-control, .homepage-hero-search-box .form-select { width: 100%; font-size: 20px; }
.hh-search-btn { width: 100%; border-radius: 90px; }
.homepage-hero-img { height: 100%; padding-bottom: 0; }
.homepage-hero-img img { position: relative; inset: 0; }
 }
/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
 }
