.hire-section{display:flex;align-items:center;justify-content:space-between;gap:48px;width:100%;background:#000;padding:60px 0;box-sizing:border-box}.image-block{position:relative;flex-shrink:0;width:44%;aspect-ratio:687/526}.image-back-card{position:absolute;top:0;left:0;width:93%;height:93%;background:linear-gradient(132.59deg,#2a2a2a 3.24%,#0a0a0a 73.95%);border-radius:17px;box-shadow:0 8px 40px rgba(0,0,0,.7)}.image-front-card{position:absolute;top:7%;left:5%;width:95%;height:95%;border-radius:12px;overflow:hidden;background:#111;box-shadow:0 12px 48px rgba(0,0,0,.6)}.hire-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.05);transition:opacity .9s cubic-bezier(.4,0,.2,1),transform 1.2s cubic-bezier(.4,0,.2,1);z-index:0}.hire-slide-active{opacity:1;transform:scale(1);z-index:1}.hire-content{flex:1;color:#fff;min-width:0}.hire-heading{font-family:Afacad,Georgia,serif;font-weight:700;font-size:clamp(24px,2.86vw,55px);line-height:110%;margin:0 0 20px;background:linear-gradient(270deg,#de9c18,#c07714);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hire-subheading{font-weight:700;font-size:clamp(15px,1.5625vw,30px);line-height:150%;color:rgba(255,255,255,1);margin:0 0 16px}.hire-body,.hire-subheading{font-family:Sansation,sans-serif}.hire-body{font-weight:400;font-size:clamp(15px,.833vw,16px);line-height:178%;color:rgba(255,251,240,.85);margin:0}@media (max-width:1024px){.hire-section{gap:36px;padding:48px 0}.image-block{width:46%}}@media (max-width:768px){.hire-section{flex-direction:column;padding:40px 0;gap:40px}.image-block{width:90%;aspect-ratio:4/3}.hire-content{width:100%}}@media (max-width:480px){.hire-section{padding:32px 0;gap:28px}.image-block{width:100%;aspect-ratio:4/3}.image-back-card{border-radius:12px}.image-front-card{border-radius:8px}}