.discover_container__rXTpa{display:flex;flex-direction:column;gap:20px;padding:60px 50px 100px;background:#000}.discover_list__lLRLM{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;grid-gap:4px;gap:4px;margin-top:12px}.discover_content__cXz5N{overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:700px;gap:20px;margin:4px 0;padding:0 40px;border-radius:12px;background:transparent}.discover_link__Jwic9{display:flex;justify-content:center;align-items:flex-end;width:100%;height:100%}.discover_image__K3KPg{width:auto;max-height:450px;margin:0 auto;transition:all .2s ease-in}.discover_content__cXz5N:hover{background:radial-gradient(circle,rgba(255,255,255,.1),rgba(0,0,0,.5))}.discover_content__cXz5N:hover .discover_image__K3KPg{transform:scale(1.05)}.discover_bottom__RQmKx{padding-bottom:40px}.discover_bottom__RQmKx,.discover_textContainer__oh5Kc{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.discover_textContainer__oh5Kc h3{font-size:20px;font-weight:400;letter-spacing:.05em}.discover_textContainer__oh5Kc p{margin-bottom:8px;font-size:14px;font-weight:200;letter-spacing:.05em;color:var(--gray-color)}.discover_textContainer__oh5Kc span{margin-bottom:24px;font-size:14px;letter-spacing:.05em;color:var(--brand-color)}.discover_buttonContainer__6x5H7{display:flex;width:100%;max-width:240px;gap:8px}.discover_button__HfNub{display:flex;justify-content:center;align-items:center;flex:1 1;width:100%;height:38px;padding:0 12px;border-radius:6px;border:1px solid rgba(255,255,255,.1);font-size:12px;letter-spacing:.15em;transition:all .1s ease-in-out}.discover_button__HfNub:active{scale:.95}.discover_button__HfNub:first-child{background:rgba(255,255,255,.75);color:var(--dark-color)}.discover_button__HfNub:first-child:hover{background:var(--white-color)}.discover_button__HfNub:last-child{background:rgba(255,255,255,.1);color:var(--light-color)}.discover_button__HfNub:last-child:hover{background:rgba(255,255,255,.02)}@media (max-width:1280px){.discover_list__lLRLM{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.discover_list__lLRLM{grid-template-columns:repeat(1,1fr)}}