.SearchModal_searchModalOverlay__FNlDN{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:SearchModal_fadeIn__Oq0i7 .25s cubic-bezier(.4,0,.2,1) forwards;pointer-events:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.SearchModal_searchModalOverlay__FNlDN.SearchModal_closing__INvGB{animation:SearchModal_fadeOut__jUw0y .2s cubic-bezier(.4,0,.2,1) forwards;pointer-events:none}.SearchModal_searchModal__LWtiB{background:#fff;border-radius:16px;box-shadow:0 24px 48px -12px rgba(0,0,0,.18),0 12px 24px -8px rgba(0,0,0,.12);width:100%;max-width:1000px;height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:SearchModal_slideIn__5FPm5 .4s cubic-bezier(.34,1.56,.64,1) forwards}.SearchModal_searchModal__LWtiB.SearchModal_closing__INvGB{animation:SearchModal_slideOut__EY_ym .2s cubic-bezier(.4,0,.2,1) forwards}.SearchModal_searchModalHeader__vOdg2{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.SearchModal_searchModalHeader__vOdg2 .SearchModal_searchModalTitle__hVKF5{margin:0;font-size:1.625rem;font-weight:700;color:var(--base-orange)}.SearchModal_searchModalHeader__vOdg2 .SearchModal_closeButton___tHIc{background-color:#f3f4f6;border:none;cursor:pointer;color:#6b7280;width:36px;height:36px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.SearchModal_searchModalHeader__vOdg2 .SearchModal_closeButton___tHIc:hover{background-color:#e5e7eb;color:#374151;transform:scale(1.05)}.SearchModal_searchModalHeader__vOdg2 .SearchModal_closeButton___tHIc:active{transform:scale(.95);background-color:#d1d5db}.SearchModal_searchInputContainer__2K4x0{position:relative;padding:20px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.SearchModal_searchInputContainer__2K4x0 .SearchModal_searchIcon__O1fei{position:absolute;left:40px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;transition:color .3s ease;z-index:1}.SearchModal_searchInputContainer__2K4x0:focus-within .SearchModal_searchIcon__O1fei{color:var(--base-orange)}.SearchModal_searchInputContainer__2K4x0 .SearchModal_searchInput__I87Ms{width:100%;padding:14px 20px 14px 50px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}.SearchModal_searchInputContainer__2K4x0 .SearchModal_searchInput__I87Ms:focus{outline:none;border-color:var(--base-orange);box-shadow:0 0 0 4px rgba(255,140,0,.1),0 2px 8px rgba(0,0,0,.1);background-color:#fff}.SearchModal_searchInputContainer__2K4x0 .SearchModal_searchInput__I87Ms::placeholder{color:#9ca3af!important;font-size:14px}.SearchModal_searchInputContainer__2K4x0 .SearchModal_loadingSpinner__98NoK{position:absolute;right:44px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #ffe5cc;border-top:2px solid var(--base-orange);border-radius:50%;animation:SearchModal_spin__mQ44A .8s cubic-bezier(.68,-.55,.265,1.55) infinite}@keyframes SearchModal_spin__mQ44A{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}@keyframes SearchModal_fadeIn__Oq0i7{0%{background-color:rgba(0,0,0,0)}to{background-color:rgba(0,0,0,.5)}}@keyframes SearchModal_slideIn__5FPm5{0%{opacity:0;transform:scale(.95) translateY(-30px)}60%{opacity:1;transform:scale(1.01) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes SearchModal_fadeOut__jUw0y{0%{background-color:rgba(0,0,0,.5)}to{background-color:rgba(0,0,0,0)}}@keyframes SearchModal_slideOut__EY_ym{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-30px)}}@keyframes SearchModal_slideUp__6u159{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes SearchModal_pulse__87wYU{0%,to{opacity:1}50%{opacity:.6}}.SearchModal_searchResults__WmLiH{flex:1 1;overflow-y:auto;padding:16px 24px 24px}.SearchModal_searchResults__WmLiH .SearchModal_suppliersList__osBhD{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D{padding:16px 100px 16px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;text-decoration:none;color:inherit;display:block;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.04);position:relative;animation:SearchModal_slideUp__6u159 .4s ease-out backwards}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:first-child{animation-delay:.03s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(2){animation-delay:.06s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(3){animation-delay:.09s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(4){animation-delay:.12s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(5){animation-delay:.15s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(6){animation-delay:.18s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(7){animation-delay:.21s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(8){animation-delay:.24s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(9){animation-delay:.27s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(10){animation-delay:.3s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(11){animation-delay:.33s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(12){animation-delay:.36s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(13){animation-delay:.39s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(14){animation-delay:.42s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(15){animation-delay:.45s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(16){animation-delay:.48s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(17){animation-delay:.51s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(18){animation-delay:.54s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(19){animation-delay:.57s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:nth-child(20){animation-delay:.6s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:hover{border-color:var(--base-orange);box-shadow:0 6px 20px rgba(255,140,0,.15)}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:active{opacity:.95;transition-duration:.1s}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierTin__ifiXY{position:absolute;top:16px;right:16px;font-size:11px;font-weight:600;color:var(--base-orange);background:linear-gradient(135deg,#fff5eb,#ffe5cc);padding:5px 12px;border-radius:6px;white-space:nowrap;border:1px solid #ffd4a3;letter-spacing:.3px;box-shadow:0 1px 3px rgba(255,140,0,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierRegion__Ziev2{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:4px;margin-bottom:6px}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierRegion__Ziev2 .SearchModal_locationIcon__eiI0o{color:var(--base-orange);flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierName__iTuQ9{margin:0 0 8px;font-size:17px;font-weight:600;color:#111827;line-height:1.3;transition:color .3s ease}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierProducts__zYJku{font-size:13px;color:#4b5563;line-height:1.5;display:flex;align-items:flex-start;gap:5px;margin-bottom:8px}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierProducts__zYJku .SearchModal_catalogIcon__ydII0{color:var(--base-orange);flex-shrink:0;margin-top:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:hover .SearchModal_catalogIcon__ydII0,.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:hover .SearchModal_locationIcon__eiI0o{transform:scale(1.15)}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D:hover .SearchModal_supplierName__iTuQ9{color:var(--base-orange)}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierOkeds__iC0Mt{font-size:13px;color:#6b7280;margin-top:8px;padding-top:10px;border-top:1px solid #f0f0f0}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierOkeds__iC0Mt .SearchModal_okedsList__2QC05{list-style:none;padding:0;margin:6px 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:6px 12px;gap:6px 12px}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierOkeds__iC0Mt .SearchModal_okedItem__HxZ4b{color:#4b5563;display:flex;align-items:flex-start;padding:0;font-size:12px;line-height:1.4}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierOkeds__iC0Mt .SearchModal_okedItem__HxZ4b .SearchModal_checkmark__0X5eC{color:var(--base-orange);font-weight:700;margin-right:6px;font-size:14px;flex-shrink:0}.SearchModal_searchResults__WmLiH .SearchModal_loadingMessage__lhwHZ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:20px}.SearchModal_searchResults__WmLiH .SearchModal_loadingMessage__lhwHZ .SearchModal_loadingSpinnerLarge___I_Dq{width:48px;height:48px;border:4px solid #ffe5cc;border-top:4px solid var(--base-orange);border-radius:50%;animation:SearchModal_spin__mQ44A .8s cubic-bezier(.68,-.55,.265,1.55) infinite}.SearchModal_searchResults__WmLiH .SearchModal_loadingMessage__lhwHZ p{margin:0;font-size:16px;font-weight:500;color:var(--base-orange);animation:SearchModal_pulse__87wYU 2s ease-in-out infinite}.SearchModal_searchResults__WmLiH .SearchModal_noResults__fFeDZ{text-align:center;padding:40px 20px;color:#6b7280;font-size:16px;animation:SearchModal_fadeInUp__oZYhn .4s ease-out}.SearchModal_errorMessage__148BQ{margin:16px 24px;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px}@media(max-width:768px){.SearchModal_searchModalOverlay__FNlDN{padding:10px}.SearchModal_searchModal__LWtiB{height:95vh}.SearchModal_searchModalHeader__vOdg2{padding:16px 16px 12px}.SearchModal_searchModalHeader__vOdg2 h2{font-size:20px}.SearchModal_searchInputContainer__2K4x0{padding:12px 16px}.SearchModal_searchResults__WmLiH{padding:12px 16px 16px}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D{padding-right:80px}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierTin__ifiXY{font-size:11px;padding:3px 8px}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierOkeds__iC0Mt .SearchModal_okedsList__2QC05{grid-template-columns:1fr;gap:4px}.SearchModal_searchResults__WmLiH .SearchModal_supplierItem__D583D .SearchModal_supplierOkeds__iC0Mt .SearchModal_okedItem__HxZ4b{padding:0}}.SearchBar_searchBar__l844u{width:100%;max-width:900px}.SearchBar_searchBar__l844u .SearchBar_searchInputWrapper__2rAER{position:relative;cursor:pointer}.SearchBar_searchBar__l844u .SearchBar_searchIcon__mbJqr{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;transition:color .3s cubic-bezier(.4,0,.2,1);z-index:1}.SearchBar_searchBar__l844u:focus-within .SearchBar_searchIcon__mbJqr{color:var(--base-orange)}.SearchBar_searchBar__l844u .SearchBar_searchInput__RIp2a{width:100%;padding:16px 130px 16px 56px;border:2px solid #e5e7eb;border-radius:14px;font-size:18px;font-weight:500;background-color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,0,0,.06)}.SearchBar_searchBar__l844u .SearchBar_searchInput__RIp2a:focus{outline:none;border-color:var(--base-orange);box-shadow:0 0 0 4px rgba(255,140,0,.1),0 8px 24px rgba(255,140,0,.15);background-color:#fff}.SearchBar_searchBar__l844u .SearchBar_searchInput__RIp2a::placeholder{color:#9ca3af;font-weight:400}.SearchBar_searchBar__l844u .SearchBar_searchButton__ytONU{position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:10px 28px;background-color:var(--base-orange);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;white-space:nowrap}.SearchBar_searchBar__l844u .SearchBar_searchButton__ytONU:active{opacity:.9}.SearchBar_searchBar__l844u .SearchBar_searchButton__ytONU:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.SearchBar_searchBar__l844u{max-width:100%}.SearchBar_searchBar__l844u .SearchBar_searchIcon__mbJqr{left:16px}.SearchBar_searchBar__l844u .SearchBar_searchInput__RIp2a{padding:14px 110px 14px 48px;font-size:16px;border-radius:12px}.SearchBar_searchBar__l844u .SearchBar_searchButton__ytONU{padding:10px 20px;font-size:14px;right:6px}}.styles_heading1__vTQw9{font-size:44px;line-height:48px;font-weight:800}@media(max-width:760px){.styles_heading1__vTQw9{font-size:26px;line-height:30px}}.styles_heading2__0XCG3{font-size:34px;line-height:38px;font-weight:800}@media(max-width:760px){.styles_heading2__0XCG3{font-size:24px;line-height:28px}}.styles_heading3__YjFo5{font-size:28px;line-height:32px;font-weight:700}@media(max-width:760px){.styles_heading3__YjFo5{font-size:22px;line-height:26px}}.styles_heading4__3kwal{font-size:26px;line-height:30px;font-weight:600}@media(max-width:760px){.styles_heading4__3kwal{font-size:20px;line-height:24px}}.styles_heading5__7qo8y{font-size:22px;line-height:26px;font-weight:500}@media(max-width:760px){.styles_heading5__7qo8y{font-size:18px;line-height:22px}}.styles_heading6__lMbTx{font-size:18px;line-height:22px;font-weight:500}@media(max-width:760px){.styles_heading6__lMbTx{font-size:16px;line-height:20px}}.styles_heading1__vTQw9,.styles_heading2__0XCG3,.styles_heading3__YjFo5,.styles_heading4__3kwal,.styles_heading5__7qo8y,.styles_heading6__lMbTx{margin:0}.styles_text__XW6PZ{font-style:normal;color:var(--base-orange);font-weight:400}.styles_wrapper__8mlBo img{max-width:100%;height:auto}.styles_wrapper__8mlBo ol li,.styles_wrapper__8mlBo ul li{font-weight:400;font-size:1.25rem;list-style-type:"-";list-style-position:inside;padding-left:0}.styles_wrapper__8mlBo ol li::marker,.styles_wrapper__8mlBo ul li::marker{color:var(--base-orange);font-weight:400;content:"- "}@media only screen and (max-width:768px){.styles_wrapper__8mlBo ol li,.styles_wrapper__8mlBo ul li{font-size:16px}}.styles_wrapper__8mlBo a{font-weight:600}.styles_default__cYzX6{display:flex;align-items:center;justify-content:space-between;position:relative;height:auto;gap:8px;width:auto;padding:15px;font-size:16px;font-style:normal;font-weight:500;background-color:#fff;border-radius:8px;border:1px solid rgba(0,0,0,0);transition:all .25s linear;cursor:pointer;color:var(--base-background-gray-dark);transition:all .2s ease,background-color .3s ease;span-flex-grow:1}.styles_default__cYzX6:hover{transform:translateY(-2px)}.styles_default__cYzX6:active{transform:scale(.94)}.styles_default__cYzX6 svg{transition:all .25s ease-in-out}@media only screen and (max-width:768px){.styles_default__cYzX6{font-size:16px}}.styles_orange__UTCEs{z-index:1;color:var(--text-color-white);background-color:var(--base-orange);padding:15px}.styles_orange__UTCEs:hover{background-color:var(--base-orange-hover)}@media only screen and (max-width:768px){.styles_orange__UTCEs{padding:10px}}.styles_gray__hiXIG{background-color:var(--base-background-gray-medium);color:var(--text-color-white)}.styles_gray__hiXIG:hover{background-color:var(--base-gray-light-hover)}@media only screen and (max-width:768px){.styles_gray__hiXIG{padding:10px}}.styles_disabled__xpaTI{opacity:.5;cursor:not-allowed}.styles_wrapper__fhisi{padding:0 16px}.styles_container__7lDV1{position:relative;width:100%;max-width:1765px;margin:0 auto}.styles_grid__LtGTH{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;width:100%}@media only screen and (max-width:1024px){.styles_grid__LtGTH{gap:20px;grid-template-columns:1fr}}@media only screen and (max-width:768px){.styles_grid__LtGTH{gap:16px}}.styles_card__mJSb6{position:relative;background:var(--base-background-gray-dark);overflow:hidden;display:flex;flex-direction:column;min-height:490px;padding:40px}.styles_card__mJSb6:not(:has(.styles_cardImage___G01J)){min-height:200px}.styles_card__mJSb6:not(:has(.styles_cardImage___G01J)).styles_cardSmall__YW9pW{min-height:160px}@media only screen and (max-width:1200px){.styles_card__mJSb6{padding:24px}}@media only screen and (max-width:768px){.styles_card__mJSb6{min-height:240px}.styles_card__mJSb6:not(:has(.styles_cardImage___G01J)){min-height:180px}.styles_card__mJSb6:not(:has(.styles_cardImage___G01J)).styles_cardSmall__YW9pW{min-height:140px}}@media only screen and (max-width:690px){.styles_card__mJSb6.styles_cardLarge__9SY4n:has(.styles_cardImage___G01J){padding-bottom:0}}.styles_cardSmall__YW9pW{grid-column:span 1}.styles_cardLarge__9SY4n{grid-column:span 2}@media only screen and (max-width:1024px){.styles_cardLarge__9SY4n{grid-column:auto}}.styles_cardFull__1pf_2{grid-column:span 3}@media only screen and (max-width:1024px){.styles_cardFull__1pf_2{grid-column:auto}}.styles_cardImage___G01J{display:flex;position:absolute;bottom:0;right:0;width:50%;object-fit:contain}@media only screen and (max-width:690px){.styles_cardImage___G01J{position:unset;align-self:flex-end}}.styles_cardContent__7I9Ez{display:flex;flex-direction:column;align-items:flex-start;flex:1 1;gap:12px}.styles_cardLarge__9SY4n .styles_cardContent__7I9Ez{width:60%}@media only screen and (max-width:768px){.styles_cardContent__7I9Ez{padding:20px;gap:10px}}@media only screen and (max-width:690px){.styles_cardContent__7I9Ez{padding:0}.styles_cardLarge__9SY4n .styles_cardContent__7I9Ez{width:100%}}.styles_cardTitle__lQfcU{font-size:2.5rem;font-weight:800;color:var(--text-color-white);line-height:1.3;margin:0}@media only screen and (max-width:1250px){.styles_cardTitle__lQfcU{font-size:2.5rem}}@media only screen and (max-width:768px){.styles_cardTitle__lQfcU{font-size:24px}}.styles_cardDescription__lN9PY{font-size:1.25rem;color:var(--text-color-white);margin:0 0 30px;flex:1 1;font-weight:400}@media only screen and (max-width:768px){.styles_cardDescription__lN9PY{font-size:18px}}.styles_card__6_UlO{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;border-radius:0;background-color:var(--base-background-gray-dark);overflow:hidden;transition:all .3s ease;margin:0;gap:20px;flex-shrink:0;padding:20px 100px 20px 60px;min-height:630px}.styles_card__6_UlO img{width:100%;height:auto;max-width:500px;aspect-ratio:1/1;border-radius:50%;object-fit:cover;flex-shrink:1}@media only screen and (max-width:1300px){.styles_card__6_UlO{padding:40px}.styles_card__6_UlO img{max-width:400px}}@media only screen and (max-width:1024px){.styles_card__6_UlO{flex-direction:column;align-items:center;justify-content:center;min-height:auto}.styles_card__6_UlO img{max-width:400px}}@media only screen and (max-width:768px){.styles_card__6_UlO{padding:24px;margin:0}}.styles_content__0X9yC{position:relative;z-index:2;flex:1 1;display:flex;justify-content:space-between;height:100%;align-items:center;flex-direction:column;gap:24px;max-width:60%;padding:40px}@media only screen and (max-width:1024px){.styles_content__0X9yC{justify-content:flex-start;max-width:100%;padding:0}}@media only screen and (max-width:768px){.styles_content__0X9yC{gap:16px;padding:0}}.styles_contentCentered__U1mWa{justify-content:center}@media only screen and (max-width:1024px){.styles_contentCentered__U1mWa{justify-content:center}}.styles_textContent__kjD14{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;justify-self:center;align-self:center;gap:12px}@media only screen and (max-width:1024px){.styles_textContent__kjD14{align-items:center;justify-content:center;text-align:center}}.styles_actions__DO_HO{display:flex;width:100%;gap:12px;justify-content:flex-start}.styles_actions__DO_HO>button{min-width:200px!important}@media only screen and (max-width:1024px){.styles_actions__DO_HO{flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}}@media only screen and (max-width:360px){.styles_actions__DO_HO{flex-direction:column}.styles_actions__DO_HO>button{min-width:180px!important}}.styles_title__a1gCK{font-size:3.4rem;font-weight:700;line-height:1.2;margin:0;color:var(--text-color-white)}@media only screen and (max-width:1500px){.styles_title__a1gCK{font-size:2.5rem}}@media only screen and (max-width:768px){.styles_title__a1gCK{font-size:24px}}.styles_description__tnN5i{font-size:2rem;font-weight:400;margin:0;color:var(--text-color-white)}@media only screen and (max-width:1500px){.styles_description__tnN5i{font-size:1.625rem}}@media only screen and (max-width:768px){.styles_description__tnN5i{font-size:18px}}.styles_illustration__yZuEv{position:relative;z-index:1;flex:0 1 auto;min-width:0;max-width:50%}.styles_container__X_Qdz{position:relative;width:100%;padding:0 16px;overflow:hidden;margin-top:100px}@media only screen and (max-width:1200px){.styles_container__X_Qdz{margin-top:90px}}.styles_gallery__rKcxY{position:relative;width:100%;max-width:1765px;margin:0 auto;overflow:hidden}@media only screen and (max-width:768px){.styles_gallery__rKcxY{min-height:160px}}.styles_cardsContainer__3eYxQ{display:flex;gap:16px;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.styles_navArrow__EKMR3{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;transition:all .3s ease;color:#fff;background-color:var(--base-orange);border-radius:50%;border:none}.styles_navArrow__EKMR3 svg{transition:all .3s ease}.styles_navArrow__EKMR3:hover{transform:translateY(-50%) scale(1.1);background-color:var(--base-orange);opacity:.9}.styles_navArrow__EKMR3 svg{width:24px;height:24px}.styles_navArrow__EKMR3:first-of-type{left:20px}.styles_navArrow__EKMR3:last-of-type{right:20px}@media only screen and (max-width:768px){.styles_navArrow__EKMR3{width:24px;height:24px}.styles_navArrow__EKMR3:first-of-type{left:10px}.styles_navArrow__EKMR3:last-of-type{right:10px}.styles_navArrow__EKMR3 svg{width:16px;height:16px}}.styles_navigation___lFFV{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:0 20px}@media only screen and (max-width:768px){.styles_navigation___lFFV{margin-top:16px}}.styles_navButton__oTr0I{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.styles_navButton__oTr0I:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.styles_navButton__oTr0I:disabled{opacity:.5;cursor:not-allowed;transform:none}.styles_navButton__oTr0I svg{width:20px;height:20px;color:#6b7280}.styles_dots__hFbpp{display:flex;gap:8px;align-items:center}.styles_dot__RVJ3r{width:10px;height:10px;border-radius:50%;background:var(--base-orange);cursor:pointer;transition:all .3s ease}.styles_dot__RVJ3r.styles_active__kJkFh{transform:scale(1.3)}.styles_dot__RVJ3r:hover{background:var(--base-background-gray-light)}.styles_wrapper__t8TWU{padding:0 16px}.styles_container__opr6P{position:relative;width:100%;max-width:1765px;margin:0 auto}.styles_card__AHWQb{background-color:var(--base-orange);display:flex;align-items:center;justify-content:space-between;gap:30px;height:100%}.styles_card__AHWQb h2{margin-bottom:25px;font-size:3rem;font-weight:800;color:var(--text-color-white);line-height:1.3;max-width:550px}@media only screen and (max-width:1375px){.styles_card__AHWQb h2{font-size:2.5rem}}@media only screen and (max-width:900px){.styles_card__AHWQb h2{margin-bottom:16px}}@media only screen and (max-width:768px){.styles_card__AHWQb h2{font-size:24px}}.styles_card__AHWQb p{margin-bottom:45px;font-size:1.875rem;color:var(--text-color-white);font-weight:400;max-width:600px}@media only screen and (max-width:1375px){.styles_card__AHWQb p{font-size:1.25rem}}@media only screen and (max-width:900px){.styles_card__AHWQb p{margin-bottom:16px}}@media only screen and (max-width:768px){.styles_card__AHWQb p{font-size:18px}}.styles_card__AHWQb .styles_right__T80Yv{display:flex;justify-content:flex-end;align-items:center;max-width:500px;width:100%;flex:1 1;aspect-ratio:1/1}.styles_card__AHWQb img{width:100%;height:100%;object-fit:cover;object-position:center right}@media only screen and (max-width:1375px){.styles_card__AHWQb{min-height:unset}.styles_card__AHWQb img{max-width:100%}}@media only screen and (max-width:900px){.styles_card__AHWQb{flex-direction:column;align-items:flex-start}.styles_card__AHWQb .styles_right__T80Yv,.styles_card__AHWQb img{max-width:100%}}.styles_left__jwMJe{display:flex;align-items:flex-start;flex-direction:column;padding-left:90px;width:60%}.styles_left__jwMJe>button{max-width:245px!important;width:100%!important}@media only screen and (max-width:1375px){.styles_left__jwMJe{padding:40px 0 40px 40px}}@media only screen and (max-width:1024px){.styles_left__jwMJe{padding:20px}}@media only screen and (max-width:900px){.styles_left__jwMJe{width:100%}}.styles_wrapper__07nvo{padding:0 16px}.styles_container__7ORWT{display:flex;flex-direction:column;align-items:center;gap:30px;position:relative;max-width:1765px;width:100%;margin:0 auto}.styles_container__7ORWT h3{font-size:2.5rem;color:var(--base-orange);text-align:center;font-weight:800}@media only screen and (max-width:768px){.styles_container__7ORWT h3{font-size:1.625rem}}@media only screen and (max-width:1024px){.styles_container__7ORWT{gap:30px}}.styles_content__I_Oeu{display:grid;justify-content:center;text-align:center;grid-gap:30px;gap:30px;grid-template-columns:repeat(2,1fr);width:100%;font-size:1.25rem}@media only screen and (max-width:900px){.styles_content__I_Oeu{grid-template-columns:repeat(1,1fr);align-items:center;gap:20px}}.styles_card__FXnar{display:flex;flex-direction:column;padding:40px;text-align:left;justify-content:center;gap:20px;background:#efefef;min-height:150px;color:#000;font-size:1.25rem}.styles_card__FXnar a{font-weight:400}.styles_card__FXnar strong{font-weight:600;color:var(--base-orange)}@media only screen and (max-width:900px){.styles_card__FXnar{padding:20px}}@media only screen and (max-width:768px){.styles_card__FXnar{font-size:20px}}.styles_logo__VT0Pz{max-width:271px}@media only screen and (max-width:860px){.styles_logo__VT0Pz{max-width:40%}}.styles_container__xCEqL{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;max-width:1765px;padding:0 16px}.styles_container__xCEqL h3{font-size:2.5rem;color:var(--base-orange);text-align:center;font-weight:800}@media only screen and (max-width:768px){.styles_container__xCEqL h3{font-size:1.625rem}}.styles_partners__PrOYH{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px;max-width:1100px}.styles_wrapper__okIOU{padding:0 16px}.styles_container__19oYJ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;max-width:1765px;width:100%;margin:0 auto}@media only screen and (max-width:1024px){.styles_container__19oYJ{gap:30px}}@media only screen and (max-width:768px){.styles_container__19oYJ{grid-template-columns:1fr}}.styles_card__4WRPZ{background:var(--base-background-gray-dark);overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:30px;padding:40px;width:100%}@media only screen and (max-width:690px){.styles_card__4WRPZ{padding:24px}}.styles_cardTitle__Mu2io{font-size:2.5rem;font-weight:800;color:var(--text-color-white);line-height:1.3;margin:0 0 30px}@media only screen and (max-width:768px){.styles_cardTitle__Mu2io{font-size:24px}}.styles_cardDescription__URo_W{font-size:1.25rem;color:var(--text-color-white);margin:0 0 30px;flex:1 1;font-weight:400}.styles_cardDescription__URo_W h6{color:var(--base-orange);font-weight:600;font-size:1.75rem;line-height:1.7}@media only screen and (max-width:768px){.styles_cardDescription__URo_W h6{font-size:20px}.styles_cardDescription__URo_W{font-size:18px}}.styles_container__udrgf{display:flex;flex-direction:column;gap:60px}@media only screen and (max-width:768px){.styles_container__udrgf{gap:40px}}.styles_content__WuESQ{flex:1 1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px 20px 96px}@media only screen and (max-width:800px){.styles_content__WuESQ{padding:20px 10px 60px}}.styles_searchSection__DqysI{display:flex;flex-direction:column;align-items:center;gap:32px;padding:40px 16px;margin:0 auto;max-width:1200px;width:100%}.styles_searchSection__DqysI .styles_searchTitle__lHVht{font-size:2.75rem;color:var(--base-orange);font-weight:800;text-align:center;line-height:1.2;letter-spacing:-.5px}@media only screen and (max-width:768px){.styles_searchSection__DqysI .styles_searchTitle__lHVht{font-size:1.75rem}.styles_searchSection__DqysI{padding:30px 16px;gap:24px}}