.page-center{margin:0 auto;max-width:100%;padding:0 10px;width:1200px}.plx-sec{margin-bottom:80px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.grid{display:grid}.two-col{grid-template-columns:repeat(2,1fr)}.three-col{grid-template-columns:repeat(3,1fr)}.four-col{grid-template-columns:repeat(4,1fr)}.five-col{grid-template-columns:repeat(5,1fr)}.one-two-col{grid-template-columns:1fr 2fr}.two-one-col{grid-template-columns:2fr 1fr}.three-one-col{grid-template-columns:3fr 1fr}.three-two-col{grid-template-columns:3fr 2fr}.no-gap{gap:0}.gap1{gap:1rem}.gap2{gap:2rem}.gap3{gap:3rem}.gap4{gap:4rem}.aic{align-items:center}.pic{place-items:center}@media (max-width:1024px){.five-col,.four-col,.three-col{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.five-col,.four-col,.one-two-col,.three-col,.three-one-col,.three-two-col,.two-col,.two-one-col{grid-template-columns:1fr}}@media (max-width:480px){.five-col,.four-col,.one-two-col,.three-col,.three-one-col,.three-two-col,.two-col,.two-one-col{grid-template-columns:1fr}}.plx-underline-yellow{position:relative}.plx-underline-yellow:after{background:#ffdc37;content:"";height:2px;left:0;margin-top:1em;position:absolute;top:100%;width:100%}.plx-underline-blue{position:relative}.plx-underline-blue:after{background:#17ccf9;content:"";height:2px;left:0;margin-top:1em;position:absolute;top:100%;width:100%}.plx-underline-green{position:relative}.plx-underline-green:after{background:#00eb5e;content:"";height:2px;left:0;margin-top:1em;position:absolute;top:100%;width:100%}.plx-underline-coral{position:relative}.plx-underline-coral:after{background:#ff7375;content:"";height:2px;left:0;margin-top:1em;position:absolute;top:100%;width:100%}.plx-underline-deep{position:relative}.plx-underline-deep:after{background:#221c46;content:"";height:2px;left:0;margin-top:1em;position:absolute;top:100%;width:100%}.w50{width:50%}.w70{width:70%}.w75rsp{width:75%}@media (max-width:768px){.w50,.w70{width:100%}}.remax-list{font-family:Helvetica,Arial,sans-serif;list-style:none;margin:0;padding:0}.remax-list li{background:linear-gradient(90deg,#fff,#dbe9ff);border-left:6px solid #e60000;border-radius:4px;color:#003da5;font-size:16px;font-weight:600;margin:6px 0;padding:12px 16px;transition:.3s ease}.remax-list li:hover{background:linear-gradient(90deg,#fff,#c8dbff);border-left-color:#003da5;transform:translateX(4px)}