.SearchModal-module-scss-module__-1zqDG__searchModalOverlay{z-index:9999;pointer-events:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0000;justify-content:center;align-items:center;padding:20px;animation:.25s cubic-bezier(.4,0,.2,1) forwards SearchModal-module-scss-module__-1zqDG__fadeIn;display:flex;position:fixed;inset:0}.SearchModal-module-scss-module__-1zqDG__searchModalOverlay.SearchModal-module-scss-module__-1zqDG__closing{pointer-events:none;animation:.2s cubic-bezier(.4,0,.2,1) forwards SearchModal-module-scss-module__-1zqDG__fadeOut}.SearchModal-module-scss-module__-1zqDG__searchModal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:1000px;height:90vh;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards SearchModal-module-scss-module__-1zqDG__slideIn;display:flex;overflow:hidden;box-shadow:0 24px 48px -12px #0000002e,0 12px 24px -8px #0000001f}.SearchModal-module-scss-module__-1zqDG__searchModal.SearchModal-module-scss-module__-1zqDG__closing{animation:.2s cubic-bezier(.4,0,.2,1) forwards SearchModal-module-scss-module__-1zqDG__slideOut}.SearchModal-module-scss-module__-1zqDG__searchModalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.SearchModal-module-scss-module__-1zqDG__searchModalHeader .SearchModal-module-scss-module__-1zqDG__searchModalTitle{color:var(--base-orange);margin:0;font-size:1.625rem;font-weight:700}.SearchModal-module-scss-module__-1zqDG__searchModalHeader .SearchModal-module-scss-module__-1zqDG__closeButton{cursor:pointer;color:#6b7280;background-color:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.SearchModal-module-scss-module__-1zqDG__searchModalHeader .SearchModal-module-scss-module__-1zqDG__closeButton:hover{color:#374151;background-color:#e5e7eb;transform:scale(1.05)}.SearchModal-module-scss-module__-1zqDG__searchModalHeader .SearchModal-module-scss-module__-1zqDG__closeButton:active{background-color:#d1d5db;transform:scale(.95)}.SearchModal-module-scss-module__-1zqDG__searchInputContainer{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 24px;position:relative}.SearchModal-module-scss-module__-1zqDG__searchInputContainer .SearchModal-module-scss-module__-1zqDG__searchIcon{color:#9ca3af;pointer-events:none;z-index:1;transition:color .3s;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.SearchModal-module-scss-module__-1zqDG__searchInputContainer:focus-within .SearchModal-module-scss-module__-1zqDG__searchIcon{color:var(--base-orange)}.SearchModal-module-scss-module__-1zqDG__searchInputContainer .SearchModal-module-scss-module__-1zqDG__searchInput{background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;width:100%;padding:14px 20px 14px 50px;font-size:15px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.SearchModal-module-scss-module__-1zqDG__searchInputContainer .SearchModal-module-scss-module__-1zqDG__searchInput:focus{border-color:var(--base-orange);background-color:#fff;outline:none;box-shadow:0 0 0 4px #ff8c001a,0 2px 8px #0000001a}.SearchModal-module-scss-module__-1zqDG__searchInputContainer .SearchModal-module-scss-module__-1zqDG__searchInput::placeholder{font-size:14px;color:#9ca3af!important}.SearchModal-module-scss-module__-1zqDG__searchInputContainer .SearchModal-module-scss-module__-1zqDG__loadingSpinner{border:2px solid #ffe5cc;border-top:2px solid var(--base-orange);border-radius:50%;width:20px;height:20px;animation:.8s cubic-bezier(.68,-.55,.265,1.55) infinite SearchModal-module-scss-module__-1zqDG__spin;position:absolute;top:50%;right:44px;transform:translateY(-50%)}@keyframes SearchModal-module-scss-module__-1zqDG__spin{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}@keyframes SearchModal-module-scss-module__-1zqDG__fadeIn{0%{background-color:#0000}to{background-color:#00000080}}@keyframes SearchModal-module-scss-module__-1zqDG__slideIn{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-module-scss-module__-1zqDG__fadeOut{0%{background-color:#00000080}to{background-color:#0000}}@keyframes SearchModal-module-scss-module__-1zqDG__slideOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(-30px)}}@keyframes SearchModal-module-scss-module__-1zqDG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes SearchModal-module-scss-module__-1zqDG__pulse{0%,to{opacity:1}50%{opacity:.6}}.SearchModal-module-scss-module__-1zqDG__searchResults{flex:1;padding:16px 24px 24px;overflow-y:auto}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__suppliersList{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem{width:100%;color:inherit;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 100px 16px 16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.4s ease-out backwards SearchModal-module-scss-module__-1zqDG__slideUp;display:block;position:relative;box-shadow:0 1px 2px #0000000a}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:first-child{animation-delay:30ms}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(2){animation-delay:60ms}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(3){animation-delay:90ms}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(4){animation-delay:.12s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(5){animation-delay:.15s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(6){animation-delay:.18s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(7){animation-delay:.21s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(8){animation-delay:.24s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(9){animation-delay:.27s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(10){animation-delay:.3s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(11){animation-delay:.33s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(12){animation-delay:.36s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(13){animation-delay:.39s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(14){animation-delay:.42s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(15){animation-delay:.45s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(16){animation-delay:.48s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(17){animation-delay:.51s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(18){animation-delay:.54s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(19){animation-delay:.57s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:nth-child(20){animation-delay:.6s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:hover{border-color:var(--base-orange);box-shadow:0 6px 20px #ff8c0026}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:active{opacity:.95;transition-duration:.1s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierTin{color:var(--base-orange);white-space:nowrap;letter-spacing:.3px;background:linear-gradient(135deg,#fff5eb 0%,#ffe5cc 100%);border:1px solid #ffd4a3;border-radius:6px;padding:5px 12px;font-size:11px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:16px;right:16px;box-shadow:0 1px 3px #ff8c001a}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierRegion{color:#6b7280;align-items:center;gap:4px;margin-bottom:6px;font-size:12px;display:flex}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierRegion .SearchModal-module-scss-module__-1zqDG__locationIcon{color:var(--base-orange);flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierName{color:#111827;margin:0 0 8px;font-size:17px;font-weight:600;line-height:1.3;transition:color .3s}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierProducts{color:#4b5563;align-items:flex-start;gap:5px;margin-bottom:8px;font-size:13px;line-height:1.5;display:flex}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierProducts .SearchModal-module-scss-module__-1zqDG__catalogIcon{color:var(--base-orange);flex-shrink:0;margin-top:2px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:hover .SearchModal-module-scss-module__-1zqDG__locationIcon,.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:hover .SearchModal-module-scss-module__-1zqDG__catalogIcon{transform:scale(1.15)}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem:hover .SearchModal-module-scss-module__-1zqDG__supplierName{color:var(--base-orange)}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierOkeds{color:#6b7280;border-top:1px solid #f0f0f0;margin-top:8px;padding-top:10px;font-size:13px}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierOkeds .SearchModal-module-scss-module__-1zqDG__okedsList{grid-template-columns:1fr 1fr;gap:6px 12px;margin:6px 0 0;padding:0;list-style:none;display:grid}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierOkeds .SearchModal-module-scss-module__-1zqDG__okedItem{color:#4b5563;align-items:flex-start;padding:0;font-size:12px;line-height:1.4;display:flex}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierOkeds .SearchModal-module-scss-module__-1zqDG__okedItem .SearchModal-module-scss-module__-1zqDG__checkmark{color:var(--base-orange);flex-shrink:0;margin-right:6px;font-size:14px;font-weight:700}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__loadingMessage{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:60px 20px;display:flex}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__loadingMessage .SearchModal-module-scss-module__-1zqDG__loadingSpinnerLarge{border:4px solid #ffe5cc;border-top:4px solid var(--base-orange);border-radius:50%;width:48px;height:48px;animation:.8s cubic-bezier(.68,-.55,.265,1.55) infinite SearchModal-module-scss-module__-1zqDG__spin}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__loadingMessage p{color:var(--base-orange);margin:0;font-size:16px;font-weight:500;animation:2s ease-in-out infinite SearchModal-module-scss-module__-1zqDG__pulse}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__noResults{text-align:center;color:#6b7280;padding:40px 20px;font-size:16px;animation:.4s ease-out SearchModal-module-scss-module__-1zqDG__fadeInUp}.SearchModal-module-scss-module__-1zqDG__errorMessage{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:16px 24px;padding:12px 16px;font-size:14px}@media (max-width:768px){.SearchModal-module-scss-module__-1zqDG__searchModalOverlay{padding:10px}.SearchModal-module-scss-module__-1zqDG__searchModal{height:95vh}.SearchModal-module-scss-module__-1zqDG__searchModalHeader{padding:16px 16px 12px}.SearchModal-module-scss-module__-1zqDG__searchModalHeader h2{font-size:20px}.SearchModal-module-scss-module__-1zqDG__searchInputContainer{padding:12px 16px}.SearchModal-module-scss-module__-1zqDG__searchResults{padding:12px 16px 16px}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem{padding-right:80px}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierTin{padding:3px 8px;font-size:11px}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierOkeds .SearchModal-module-scss-module__-1zqDG__okedsList{grid-template-columns:1fr;gap:4px}.SearchModal-module-scss-module__-1zqDG__searchResults .SearchModal-module-scss-module__-1zqDG__supplierItem .SearchModal-module-scss-module__-1zqDG__supplierOkeds .SearchModal-module-scss-module__-1zqDG__okedItem{padding:0}}
.SearchBar-module-scss-module__X4elFq__searchBar{width:100%;max-width:900px}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchInputWrapper{cursor:pointer;position:relative}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchIcon{color:#9ca3af;pointer-events:none;z-index:1;transition:color .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:20px;transform:translateY(-50%)}.SearchBar-module-scss-module__X4elFq__searchBar:focus-within .SearchBar-module-scss-module__X4elFq__searchIcon{color:var(--base-orange)}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchInput{background-color:#fff;border:2px solid #e5e7eb;border-radius:14px;width:100%;padding:16px 130px 16px 56px;font-size:18px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000000f}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchInput:focus{border-color:var(--base-orange);background-color:#fff;outline:none;box-shadow:0 0 0 4px #ff8c001a,0 8px 24px #ff8c0026}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchInput::placeholder{color:#9ca3af;font-weight:400}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchButton{background-color:var(--base-orange);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:10px 28px;font-size:16px;font-weight:600;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchButton:active{opacity:.9}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.SearchBar-module-scss-module__X4elFq__searchBar{max-width:100%}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchIcon{left:16px}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchInput{border-radius:12px;padding:14px 110px 14px 48px;font-size:16px}.SearchBar-module-scss-module__X4elFq__searchBar .SearchBar-module-scss-module__X4elFq__searchButton{padding:10px 20px;font-size:14px;right:6px}}
.styles-module-scss-module___kj0bq__heading1{font-size:44px;font-weight:800;line-height:48px}@media (max-width:760px){.styles-module-scss-module___kj0bq__heading1{font-size:26px;line-height:30px}}.styles-module-scss-module___kj0bq__heading2{font-size:34px;font-weight:800;line-height:38px}@media (max-width:760px){.styles-module-scss-module___kj0bq__heading2{font-size:24px;line-height:28px}}.styles-module-scss-module___kj0bq__heading3{font-size:28px;font-weight:700;line-height:32px}@media (max-width:760px){.styles-module-scss-module___kj0bq__heading3{font-size:22px;line-height:26px}}.styles-module-scss-module___kj0bq__heading4{font-size:26px;font-weight:600;line-height:30px}@media (max-width:760px){.styles-module-scss-module___kj0bq__heading4{font-size:20px;line-height:24px}}.styles-module-scss-module___kj0bq__heading5{font-size:22px;font-weight:500;line-height:26px}@media (max-width:760px){.styles-module-scss-module___kj0bq__heading5{font-size:18px;line-height:22px}}.styles-module-scss-module___kj0bq__heading6{font-size:18px;font-weight:500;line-height:22px}@media (max-width:760px){.styles-module-scss-module___kj0bq__heading6{font-size:16px;line-height:20px}}.styles-module-scss-module___kj0bq__heading1,.styles-module-scss-module___kj0bq__heading2,.styles-module-scss-module___kj0bq__heading3,.styles-module-scss-module___kj0bq__heading4,.styles-module-scss-module___kj0bq__heading5,.styles-module-scss-module___kj0bq__heading6{margin:0}
.styles-module-scss-module__YKqjjq__text{color:var(--base-orange);font-style:normal;font-weight:400}
.styles-module-scss-module__QPsZLq__wrapper img{max-width:100%;height:auto}.styles-module-scss-module__QPsZLq__wrapper ul li,.styles-module-scss-module__QPsZLq__wrapper ol li{padding-left:0;font-size:1.25rem;font-weight:400;list-style-type:"-";list-style-position:inside}.styles-module-scss-module__QPsZLq__wrapper ul li::marker{color:var(--base-orange);content:"- ";font-weight:400}.styles-module-scss-module__QPsZLq__wrapper ol li::marker{color:var(--base-orange);content:"- ";font-weight:400}@media only screen and (max-width:768px){.styles-module-scss-module__QPsZLq__wrapper ul li,.styles-module-scss-module__QPsZLq__wrapper ol li{font-size:16px}}.styles-module-scss-module__QPsZLq__wrapper a{font-weight:600}
.styles-module-scss-module__zWDmza__default{cursor:pointer;width:auto;height:auto;color:var(--base-background-gray-dark);background-color:#fff;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:15px;font-size:16px;font-style:normal;font-weight:500;transition:all .2s,background-color .3s;display:flex;position:relative}.styles-module-scss-module__zWDmza__default:hover{transform:translateY(-2px)}.styles-module-scss-module__zWDmza__default:active{transform:scale(.94)}.styles-module-scss-module__zWDmza__default svg{transition:all .25s ease-in-out}.styles-module-scss-module__zWDmza__default{span-flex-grow:1}@media only screen and (max-width:768px){.styles-module-scss-module__zWDmza__default{font-size:16px}}.styles-module-scss-module__zWDmza__orange{z-index:1;color:var(--text-color-white);background-color:var(--base-orange);padding:15px}.styles-module-scss-module__zWDmza__orange:hover{background-color:var(--base-orange-hover)}@media only screen and (max-width:768px){.styles-module-scss-module__zWDmza__orange{padding:10px}}.styles-module-scss-module__zWDmza__gray{background-color:var(--base-background-gray-medium);color:var(--text-color-white)}.styles-module-scss-module__zWDmza__gray:hover{background-color:var(--base-gray-light-hover)}@media only screen and (max-width:768px){.styles-module-scss-module__zWDmza__gray{padding:10px}}.styles-module-scss-module__zWDmza__disabled{opacity:.5;cursor:not-allowed}
.styles-module-scss-module__d0_Rtq__wrapper{padding:0 16px}.styles-module-scss-module__d0_Rtq__container{width:100%;max-width:1765px;margin:0 auto;position:relative}.styles-module-scss-module__d0_Rtq__grid{grid-template-columns:repeat(3,1fr);gap:24px;width:100%;display:grid}@media only screen and (max-width:1024px){.styles-module-scss-module__d0_Rtq__grid{grid-template-columns:1fr;gap:20px}}@media only screen and (max-width:768px){.styles-module-scss-module__d0_Rtq__grid{gap:16px}}.styles-module-scss-module__d0_Rtq__card{background:var(--base-background-gray-dark);flex-direction:column;min-height:490px;padding:40px;display:flex;position:relative;overflow:hidden}.styles-module-scss-module__d0_Rtq__card:not(:has(.styles-module-scss-module__d0_Rtq__cardImage)){min-height:200px}.styles-module-scss-module__d0_Rtq__card:not(:has(.styles-module-scss-module__d0_Rtq__cardImage)).styles-module-scss-module__d0_Rtq__cardSmall{min-height:160px}@media only screen and (max-width:1200px){.styles-module-scss-module__d0_Rtq__card{padding:24px}}@media only screen and (max-width:768px){.styles-module-scss-module__d0_Rtq__card{min-height:240px}.styles-module-scss-module__d0_Rtq__card:not(:has(.styles-module-scss-module__d0_Rtq__cardImage)){min-height:180px}.styles-module-scss-module__d0_Rtq__card:not(:has(.styles-module-scss-module__d0_Rtq__cardImage)).styles-module-scss-module__d0_Rtq__cardSmall{min-height:140px}}@media only screen and (max-width:690px){.styles-module-scss-module__d0_Rtq__card.styles-module-scss-module__d0_Rtq__cardLarge:has(.styles-module-scss-module__d0_Rtq__cardImage){padding-bottom:0}}.styles-module-scss-module__d0_Rtq__cardSmall{grid-column:span 1}.styles-module-scss-module__d0_Rtq__cardLarge{grid-column:span 2}@media only screen and (max-width:1024px){.styles-module-scss-module__d0_Rtq__cardLarge{grid-column:auto}}.styles-module-scss-module__d0_Rtq__cardFull{grid-column:span 3}@media only screen and (max-width:1024px){.styles-module-scss-module__d0_Rtq__cardFull{grid-column:auto}}.styles-module-scss-module__d0_Rtq__cardImage{object-fit:contain;width:50%;display:flex;position:absolute;bottom:0;right:0}@media only screen and (max-width:690px){.styles-module-scss-module__d0_Rtq__cardImage{position:unset;align-self:flex-end}}.styles-module-scss-module__d0_Rtq__cardContent{flex-direction:column;flex:1;align-items:flex-start;gap:12px;display:flex}.styles-module-scss-module__d0_Rtq__cardLarge .styles-module-scss-module__d0_Rtq__cardContent{width:60%}@media only screen and (max-width:768px){.styles-module-scss-module__d0_Rtq__cardContent{gap:10px;padding:20px}}@media only screen and (max-width:690px){.styles-module-scss-module__d0_Rtq__cardContent{padding:0}.styles-module-scss-module__d0_Rtq__cardLarge .styles-module-scss-module__d0_Rtq__cardContent{width:100%}}.styles-module-scss-module__d0_Rtq__cardTitle{color:var(--text-color-white);margin:0;font-size:2.5rem;font-weight:800;line-height:1.3}@media only screen and (max-width:1250px){.styles-module-scss-module__d0_Rtq__cardTitle{font-size:2.5rem}}@media only screen and (max-width:768px){.styles-module-scss-module__d0_Rtq__cardTitle{font-size:24px}}.styles-module-scss-module__d0_Rtq__cardDescription{color:var(--text-color-white);flex:1;margin:0 0 30px;font-size:1.25rem;font-weight:400}@media only screen and (max-width:768px){.styles-module-scss-module__d0_Rtq__cardDescription{font-size:18px}}
.styles-module-scss-module__m6cfjG__card{box-sizing:border-box;background-color:var(--base-background-gray-dark);border-radius:0;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:630px;margin:0;padding:20px 100px 20px 60px;transition:all .3s;display:flex;position:relative;overflow:hidden}.styles-module-scss-module__m6cfjG__card img{aspect-ratio:1;object-fit:cover;border-radius:50%;flex-shrink:1;width:100%;max-width:500px;height:auto}@media only screen and (max-width:1300px){.styles-module-scss-module__m6cfjG__card{padding:40px}.styles-module-scss-module__m6cfjG__card img{max-width:400px}}@media only screen and (max-width:1024px){.styles-module-scss-module__m6cfjG__card{flex-direction:column;justify-content:center;align-items:center;min-height:auto}.styles-module-scss-module__m6cfjG__card img{max-width:400px}}@media only screen and (max-width:768px){.styles-module-scss-module__m6cfjG__card{margin:0;padding:24px}}.styles-module-scss-module__m6cfjG__content{z-index:2;flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:24px;max-width:60%;height:100%;padding:40px;display:flex;position:relative}@media only screen and (max-width:1024px){.styles-module-scss-module__m6cfjG__content{justify-content:flex-start;max-width:100%;padding:0}}@media only screen and (max-width:768px){.styles-module-scss-module__m6cfjG__content{gap:16px;padding:0}}.styles-module-scss-module__m6cfjG__contentCentered{justify-content:center}@media only screen and (max-width:1024px){.styles-module-scss-module__m6cfjG__contentCentered{justify-content:center}}.styles-module-scss-module__m6cfjG__textContent{flex-direction:column;justify-content:flex-start;place-self:center;align-items:flex-start;gap:12px;display:flex}@media only screen and (max-width:1024px){.styles-module-scss-module__m6cfjG__textContent{text-align:center;justify-content:center;align-items:center}}.styles-module-scss-module__m6cfjG__actions{justify-content:flex-start;gap:12px;width:100%;display:flex}.styles-module-scss-module__m6cfjG__actions>button{min-width:200px!important}@media only screen and (max-width:1024px){.styles-module-scss-module__m6cfjG__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px}}@media only screen and (max-width:360px){.styles-module-scss-module__m6cfjG__actions{flex-direction:column}.styles-module-scss-module__m6cfjG__actions>button{min-width:180px!important}}.styles-module-scss-module__m6cfjG__title{color:var(--text-color-white);margin:0;font-size:3.4rem;font-weight:700;line-height:1.2}@media only screen and (max-width:1500px){.styles-module-scss-module__m6cfjG__title{font-size:2.5rem}}@media only screen and (max-width:768px){.styles-module-scss-module__m6cfjG__title{font-size:24px}}.styles-module-scss-module__m6cfjG__description{color:var(--text-color-white);margin:0;font-size:2rem;font-weight:400}@media only screen and (max-width:1500px){.styles-module-scss-module__m6cfjG__description{font-size:1.625rem}}@media only screen and (max-width:768px){.styles-module-scss-module__m6cfjG__description{font-size:18px}}.styles-module-scss-module__m6cfjG__illustration{z-index:1;flex:0 auto;min-width:0;max-width:50%;position:relative}
.styles-module-scss-module__H59ytG__container{width:100%;margin-top:100px;padding:0 16px;position:relative;overflow:hidden}@media only screen and (max-width:1200px){.styles-module-scss-module__H59ytG__container{margin-top:90px}}.styles-module-scss-module__H59ytG__gallery{width:100%;max-width:1765px;margin:0 auto;position:relative;overflow:hidden}@media only screen and (max-width:768px){.styles-module-scss-module__H59ytG__gallery{min-height:160px}}.styles-module-scss-module__H59ytG__cardsContainer{gap:16px;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex}.styles-module-scss-module__H59ytG__navArrow{z-index:10;cursor:pointer;color:#fff;background-color:var(--base-orange);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.styles-module-scss-module__H59ytG__navArrow svg{transition:all .3s}.styles-module-scss-module__H59ytG__navArrow:hover{background-color:var(--base-orange);opacity:.9;transform:translateY(-50%)scale(1.1)}.styles-module-scss-module__H59ytG__navArrow svg{width:24px;height:24px}.styles-module-scss-module__H59ytG__navArrow:first-of-type{left:20px}.styles-module-scss-module__H59ytG__navArrow:last-of-type{right:20px}@media only screen and (max-width:768px){.styles-module-scss-module__H59ytG__navArrow{width:24px;height:24px}.styles-module-scss-module__H59ytG__navArrow:first-of-type{left:10px}.styles-module-scss-module__H59ytG__navArrow:last-of-type{right:10px}.styles-module-scss-module__H59ytG__navArrow svg{width:16px;height:16px}}.styles-module-scss-module__H59ytG__navigation{justify-content:center;align-items:center;gap:16px;margin-top:24px;padding:0 20px;display:flex}@media only screen and (max-width:768px){.styles-module-scss-module__H59ytG__navigation{margin-top:16px}}.styles-module-scss-module__H59ytG__navButton{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.styles-module-scss-module__H59ytG__navButton:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.styles-module-scss-module__H59ytG__navButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.styles-module-scss-module__H59ytG__navButton svg{color:#6b7280;width:20px;height:20px}.styles-module-scss-module__H59ytG__dots{align-items:center;gap:8px;display:flex}.styles-module-scss-module__H59ytG__dot{background:var(--base-orange);cursor:pointer;border-radius:50%;width:10px;height:10px;transition:all .3s}.styles-module-scss-module__H59ytG__dot.styles-module-scss-module__H59ytG__active{transform:scale(1.3)}.styles-module-scss-module__H59ytG__dot:hover{background:var(--base-background-gray-light)}
.styles-module-scss-module__fTw5kq__wrapper{padding:0 16px}.styles-module-scss-module__fTw5kq__container{width:100%;max-width:1765px;margin:0 auto;position:relative}.styles-module-scss-module__fTw5kq__card{background-color:var(--base-orange);justify-content:space-between;align-items:center;gap:30px;height:100%;display:flex}.styles-module-scss-module__fTw5kq__card h2{color:var(--text-color-white);max-width:550px;margin-bottom:25px;font-size:3rem;font-weight:800;line-height:1.3}@media only screen and (max-width:1375px){.styles-module-scss-module__fTw5kq__card h2{font-size:2.5rem}}@media only screen and (max-width:900px){.styles-module-scss-module__fTw5kq__card h2{margin-bottom:16px}}@media only screen and (max-width:768px){.styles-module-scss-module__fTw5kq__card h2{font-size:24px}}.styles-module-scss-module__fTw5kq__card p{color:var(--text-color-white);max-width:600px;margin-bottom:45px;font-size:1.875rem;font-weight:400}@media only screen and (max-width:1375px){.styles-module-scss-module__fTw5kq__card p{font-size:1.25rem}}@media only screen and (max-width:900px){.styles-module-scss-module__fTw5kq__card p{margin-bottom:16px}}@media only screen and (max-width:768px){.styles-module-scss-module__fTw5kq__card p{font-size:18px}}.styles-module-scss-module__fTw5kq__card .styles-module-scss-module__fTw5kq__right{aspect-ratio:1;flex:1;justify-content:flex-end;align-items:center;width:100%;max-width:500px;display:flex}.styles-module-scss-module__fTw5kq__card img{object-fit:cover;object-position:center right;width:100%;height:100%}@media only screen and (max-width:1375px){.styles-module-scss-module__fTw5kq__card{min-height:unset}.styles-module-scss-module__fTw5kq__card img{max-width:100%}}@media only screen and (max-width:900px){.styles-module-scss-module__fTw5kq__card{flex-direction:column;align-items:flex-start}.styles-module-scss-module__fTw5kq__card .styles-module-scss-module__fTw5kq__right,.styles-module-scss-module__fTw5kq__card img{max-width:100%}}.styles-module-scss-module__fTw5kq__left{flex-direction:column;align-items:flex-start;width:60%;padding-left:90px;display:flex}.styles-module-scss-module__fTw5kq__left>button{width:100%!important;max-width:245px!important}@media only screen and (max-width:1375px){.styles-module-scss-module__fTw5kq__left{padding:40px 0 40px 40px}}@media only screen and (max-width:1024px){.styles-module-scss-module__fTw5kq__left{padding:20px}}@media only screen and (max-width:900px){.styles-module-scss-module__fTw5kq__left{width:100%}}
.styles-module-scss-module__tzKXpa__container{border-bottom:1px solid #26262614;margin-top:40px;padding-bottom:16px}.styles-module-scss-module__tzKXpa__topWrapper{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.styles-module-scss-module__tzKXpa__title{font-size:24px}.styles-module-scss-module__tzKXpa__markdownWrapper{flex-direction:column;gap:12px;display:flex}.styles-module-scss-module__tzKXpa__text{flex-direction:column;gap:24px;display:flex}.styles-module-scss-module__tzKXpa__switch{-webkit-user-select:none;user-select:none;flex-shrink:0;width:44px;height:24px;position:relative}.styles-module-scss-module__tzKXpa__switch input{opacity:0;width:0;height:0}.styles-module-scss-module__tzKXpa__switch input:disabled+span{cursor:not-allowed}.styles-module-scss-module__tzKXpa__switch input:checked+span{background:var(--base-orange)}.styles-module-scss-module__tzKXpa__switch input:checked+span:before{transform:translate(20px)}.styles-module-scss-module__tzKXpa__switch span{cursor:pointer;background-color:#ccc;border-radius:12px;align-items:center;transition:all .1s;display:flex;position:absolute;inset:0}.styles-module-scss-module__tzKXpa__switch span:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .1s;position:absolute;left:3px}
.styles-module-scss-module__u8SEFW__wrapper{padding:0 16px}.styles-module-scss-module__u8SEFW__container{flex-direction:column;align-items:center;gap:30px;width:100%;max-width:1765px;margin:0 auto;display:flex;position:relative}.styles-module-scss-module__u8SEFW__container h3{color:var(--base-orange);text-align:center;font-size:2.5rem;font-weight:800}@media only screen and (max-width:768px){.styles-module-scss-module__u8SEFW__container h3{font-size:1.625rem}}@media only screen and (max-width:1024px){.styles-module-scss-module__u8SEFW__container{gap:30px}}.styles-module-scss-module__u8SEFW__content{text-align:center;grid-template-columns:repeat(2,1fr);justify-content:center;gap:30px;width:100%;font-size:1.25rem;display:grid}@media only screen and (max-width:900px){.styles-module-scss-module__u8SEFW__content{grid-template-columns:repeat(1,1fr);align-items:center;gap:20px}}.styles-module-scss-module__u8SEFW__card{text-align:left;color:#000;background:#efefef;flex-direction:column;justify-content:center;gap:20px;min-height:150px;padding:40px;font-size:1.25rem;display:flex}.styles-module-scss-module__u8SEFW__card a{font-weight:400}.styles-module-scss-module__u8SEFW__card strong{color:var(--base-orange);font-weight:600}@media only screen and (max-width:900px){.styles-module-scss-module__u8SEFW__card{padding:20px}}@media only screen and (max-width:768px){.styles-module-scss-module__u8SEFW__card{font-size:20px}}
.styles-module-scss-module__vA774q__wrapper{min-height:100%;margin-top:40px}.styles-module-scss-module__vA774q__titleText{word-break:break-word}.styles-module-scss-module__vA774q__title{font-size:40px}.styles-module-scss-module__vA774q__saveButtonContainer{justify-content:flex-end;margin-top:32px;margin-bottom:32px;display:flex}
.styles-module-scss-module__9KZNAG__logo{max-width:271px}@media only screen and (max-width:860px){.styles-module-scss-module__9KZNAG__logo{max-width:40%}}
.styles-module-scss-module___a4kcW__section{margin:0 8px}.styles-module-scss-module___a4kcW__container{border-radius:16px;margin-top:96px;padding:60px 40px}
.styles-module-scss-module__ZJTqPq__container{flex-direction:column;justify-content:center;align-items:center;gap:30px;max-width:1765px;margin:0 auto;padding:0 16px;display:flex}.styles-module-scss-module__ZJTqPq__container h3{color:var(--base-orange);text-align:center;font-size:2.5rem;font-weight:800}@media only screen and (max-width:768px){.styles-module-scss-module__ZJTqPq__container h3{font-size:1.625rem}}.styles-module-scss-module__ZJTqPq__partners{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;max-width:1100px;display:flex}
.styles-module-scss-module__SRERAW__wrapper{padding:0 16px}.styles-module-scss-module__SRERAW__container{grid-template-columns:repeat(2,1fr);gap:24px;width:100%;max-width:1765px;margin:0 auto;display:grid}@media only screen and (max-width:1024px){.styles-module-scss-module__SRERAW__container{gap:30px}}@media only screen and (max-width:768px){.styles-module-scss-module__SRERAW__container{grid-template-columns:1fr}}.styles-module-scss-module__SRERAW__card{background:var(--base-background-gray-dark);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:30px;width:100%;padding:40px;display:flex;overflow:hidden}@media only screen and (max-width:690px){.styles-module-scss-module__SRERAW__card{padding:24px}}.styles-module-scss-module__SRERAW__cardTitle{color:var(--text-color-white);margin:0 0 30px;font-size:2.5rem;font-weight:800;line-height:1.3}@media only screen and (max-width:768px){.styles-module-scss-module__SRERAW__cardTitle{font-size:24px}}.styles-module-scss-module__SRERAW__cardDescription{color:var(--text-color-white);flex:1;margin:0 0 30px;font-size:1.25rem;font-weight:400}.styles-module-scss-module__SRERAW__cardDescription h6{color:var(--base-orange);font-size:1.75rem;font-weight:600;line-height:1.7}@media only screen and (max-width:768px){.styles-module-scss-module__SRERAW__cardDescription h6{font-size:20px}.styles-module-scss-module__SRERAW__cardDescription{font-size:18px}}
.styles-module-scss-module__gyFgkW__container{flex-direction:column;gap:60px;display:flex}@media only screen and (max-width:768px){.styles-module-scss-module__gyFgkW__container{gap:40px}}.styles-module-scss-module__gyFgkW__content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px 96px;display:flex}@media only screen and (max-width:800px){.styles-module-scss-module__gyFgkW__content{padding:20px 10px 60px}}.styles-module-scss-module__gyFgkW__searchSection{flex-direction:column;align-items:center;gap:32px;width:100%;max-width:1200px;margin:0 auto;padding:40px 16px;display:flex}.styles-module-scss-module__gyFgkW__searchSection .styles-module-scss-module__gyFgkW__searchTitle{color:var(--base-orange);text-align:center;letter-spacing:-.5px;font-size:2.75rem;font-weight:800;line-height:1.2}@media only screen and (max-width:768px){.styles-module-scss-module__gyFgkW__searchSection .styles-module-scss-module__gyFgkW__searchTitle{font-size:1.75rem}.styles-module-scss-module__gyFgkW__searchSection{gap:24px;padding:30px 16px}}
