:root{--black:#000;--white:#fff;--hyundai-light-blue:#00aad2;--label:#747474;--label-check:#2a2a2a;--input-box:#f5f4f4;--input-box-border:#d3d3d3;--hyundai-active-red:#e63312}
.offers-page{width:100%;max-width:100%;height:auto;display:block;position:relative;background-color:var(--white);margin-top:-60px;padding-bottom:60px}
.offers-page.op-loading{opacity:0}
.offers-page::before{content:"";display:block;position:absolute;width:100%;height:475px;top:0;z-index:0;background:radial-gradient(circle,#5b8bb5 0,#12243d 100%)}
.offers-page .offers-page-container{width:100%;max-width:1350px;height:auto;display:flex;flex-direction:column;margin:0 auto;padding-top:85px}
.offers-page .offers-page-container .offers-page-title{width:100%;max-width:100%;height:auto;display:block;color:var(--white) !important;font-size:24px !important;font-family:"HyundaiSansHead-Bold" !important;font-weight:normal !important;line-height:1 !important;position:relative;z-index:0;margin-bottom:9px;padding-left:30px}
.offers-page .offers-page-container .offers-page-content{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start}
.op-radio-label{width:auto !important;display:block;position:relative;padding-left:25px;cursor:pointer;color:var(--label) !important;font-size:14px !important;font-family:"HyundaiSansText-Medium" !important;line-height:1 !important;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-right:19px}
.op-radio-label input[type="radio"]{position:absolute;opacity:0;cursor:pointer}
.op-radio-label .op-radiomark{position:absolute;top:-4px;left:0;width:20px;height:20px;background-color:var(--input-box);border-radius:50%;border:solid 1px var(--input-box-border)}
.op-radio-label .op-radiomark::after{content:"";position:absolute;display:none;top:4px;left:4px;width:10px;height:10px;border-radius:50%;background-color:var(--hyundai-light-blue);transition:all .5s ease-out}
.op-radio-label:hover input ~ .op-radiomark{border-color:var(--hyundai-light-blue)}
.op-radio-label input:checked ~ .op-radiomark{border-radius:0;transition:all .5s ease-out}
.op-radio-label input:checked ~ .op-radiomark::after{display:block}
.op-checkbox-label{display:block;position:relative;padding-left:27px;cursor:pointer;color:var(--label-check);font-size:12px;font-family:"HyundaiSansText-Medium";line-height:16px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-right:11px}
.op-checkbox-label input[type="checkbox"]{position:absolute;opacity:0;cursor:pointer}
.op-checkbox-label .op-checkmark{position:absolute;top:-2px;left:0;width:20px;height:20px;background-color:var(--input-box);border:solid 1px var(--input-box-border)}
.op-checkbox-label .op-checkmark::after{content:"";position:absolute;display:none;top:1px;left:5px;width:8px;height:13px;border:solid var(--hyundai-light-blue);border-width:0 2px 2px 0;transform:rotate(45deg);transition:all .5s ease-out}
.op-checkbox-label:hover input ~ .op-checkmark{border-color:var(--hyundai-light-blue)}
.op-checkbox-label input:checked ~ .op-checkmark::after{display:block}
.form-input-invalid{border:solid 1px var(--hyundai-active-red) !important}
@media only screen and (min-width:1200px) and (max-width:1600px){.offers-page::before{height:455px}
.offers-page .offers-page-container{max-width:90%}
.op-radio-label{font-size:13px !important}
}
@media only screen and (min-width:768px) and (max-width:1024px){.offers-page::before{height:445px}
.offers-page .offers-page-container{max-width:85%}
.offers-page .offers-page-container .offers-page-content{flex-direction:column;margin-bottom:30px}
.op-radio-label{font-size:13px !important}
}
@media only screen and (max-width:767px){.offers-page::before{height:460px}
.offers-page .offers-page-container{max-width:100%}
.offers-page .offers-page-container .offers-page-content{flex-direction:column;margin-bottom:30px}
.offers-page .offers-page-container .offers-page-title{font-size:20px !important;margin-bottom:5px;padding-left:20px}
.op-radio-label{font-size:13px !important}
}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--hyundai-light-blue:#00aad2;--card-boder:#ccc}
.card-offer .card-offer-condition{width:100%;max-width:100%;height:0;display:none;flex-direction:column;position:absolute;bottom:0;left:0;right:0;background-color:var(--white);border:solid 1px var(--card-boder);padding:15px 18px 13px;overflow:hidden;z-index:1;transform-origin:bottom}
.card-offer .card-offer-condition .condition-close-content{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}
.card-offer .card-offer-condition .condition-close-content .condition-close-button{width:16.466px;height:16.466px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:0;padding:0}
.card-offer .card-offer-condition .condition-content{width:100%;max-width:100%;height:535px;display:flex;color:var(--black);font-size:15px;font-family:"HyundaiSansText-Regular";line-height:1.2;text-align:justify;overflow-y:auto;margin-bottom:15px}
.card-offer .card-offer-condition .condition-content::-webkit-scrollbar{width:20px}
.card-offer .card-offer-condition .conition-content::-webkit-scrollbar-track{background:var(--white);border-radius:0;border:solid 5px transparent;background-clip:content-box}
.card-offer .card-offer-condition .condition-content::-webkit-scrollbar-thumb{height:44px;border:solid 7px transparent;background:var(--hyundai-blue);border-radius:0;background-clip:content-box}
.card-offer .card-offer-condition .condition-buttons{width:100%;max-width:100%;height:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:4px;grid-row-gap:4px;margin-bottom:10px}
.card-offer .card-offer-condition .condition-buttons .offer-button{width:100%;max-width:100%;height:50px;display:flex;align-items:center;justify-content:flex-start;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:1;white-space:pre-line;text-decoration:none;background-color:var(--hyundai-blue);border:solid 1px var(--hyundai-blue);padding:0 14px}
.card-offer .card-offer-condition .condition-buttons .offer-button.highlight{background-color:var(--hyundai-light-blue);border:solid 1px var(--hyundai-light-blue)}
.card-offer .card-offer-condition .condition-buttons .offer-button .icon{display:flex;align-items:center;justify-content:center;margin-right:12px}
.card-offer .card-offer-condition .condition-buttons .offer-button.quotation .icon{width:24px;height:24px}
.card-offer .card-offer-condition .condition-buttons .offer-button.whatsapp .icon{width:22px;height:22px}
.card-offer .card-offer-condition .condition-buttons .offer-button.test-drive .icon{width:24px;height:24px}
.card-offer .card-offer-condition .condition-buttons .offer-button.reserve .icon{width:25px;height:25px}
.card-offer .card-offer-condition .condition-footer{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}
.card-offer .card-offer-condition .condition-footer .condition-footer-valid{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Regular";line-height:1}
.card-offer .card-offer-condition .condition-footer .condition-footer-code{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Regular";line-height:1}
@media only screen and (min-width:1200px) and (max-width:1600px){.card-offer .card-offer-condition .condition-content{font-size:14px}
}
@media only screen and (min-width:768px) and (max-width:1024px){.card-offer .card-offer-condition{max-width:350px}
.card-offer .card-offer-condition .condition-content{font-size:14px}
.card-offer .card-offer-condition .condition-buttons .offer-button{font-size:13px}
}
@media only screen and (max-width:767px){.card-offer .card-offer-condition{max-width:100%}
.card-offer .card-offer-condition .condition-content{font-size:13px}
.card-offer .card-offer-condition .condition-buttons .offer-button{font-size:13px}
}
:root{--black:#000;--white:#fff;--hyunda-blue:#002c5f;--hyundai-light-blue:#00aad2;--hyundai-alarm-blue:#007fa8}
.card-offer .card-offer-details{width:100%;max-width:100%;height:0;display:none;flex-direction:column;position:absolute;top:0;left:0;right:0;background-color:var(--hyundai-alarm-blue);padding:30px 19px 13px 34px;z-index:1;overflow:hidden;transform-origin:top}
.card-offer .card-offer-details .details-close-content{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-end;position:absolute;top:21px;right:15px;z-index:0}
.card-offer .card-offer-details .details-close-content .details-closed-button{width:16.466px;height:16.466px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:0;padding:0}
.card-offer .card-offer-details .details-vehicle{width:100%;max-width:100%;height:auto;display:block;color:var(--white);font-size:24px;font-family:"HyundaiSansHead-Medium";line-height:1;margin-bottom:25px}
.card-offer .card-offer-details .details-list{width:100%;max-width:100%;height:485px;display:flex;flex-direction:column;overflow-y:auto;margin-bottom:15px;padding-left:10px}
.card-offer .card-offer-details .details-list::-webkit-scrollbar{width:20px}
.card-offer .card-offer-details .details-list::-webkit-scrollbar-track{background:var(--white);border-radius:0;border:solid 5px transparent;background-clip:content-box}
.card-offer .card-offer-details .details-list::-webkit-scrollbar-thumb{height:44px;border:solid 7px transparent;background:var(--hyundai-blue);border-radius:0;background-clip:content-box}
.card-offer .card-offer-details .details-list .detail-item{width:100%;max-width:100%;height:auto;display:block;color:var(--white);font-size:15px;font-family:"HyundaiSansText-Regular";line-height:22px}
.card-offer .card-offer-details .details-list .detail-item::before{content:"";width:4px;height:4px;display:inline-block;background-color:var(--white);border-radius:50%;margin:0 5px 3px 0}
.card-offer .card-offer-details .details-buttons{width:100%;max-width:100%;height:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:4px;grid-row-gap:4px;margin-bottom:10px}
.card-offer .card-offer-details .details-buttons .offer-button{width:100%;max-width:100%;height:50px;display:flex;align-items:center;justify-content:flex-start;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:1;white-space:pre-line;text-decoration:none;background-color:var(--hyundai-blue);padding:0 14px}
.card-offer .card-offer-details .details-buttons .offer-button.highlight{background-color:var(--hyundai-light-blue)}
.card-offer .card-offer-details .details-buttons .offer-button .icon{display:flex;align-items:center;justify-content:center;margin-right:12px}
.card-offer .card-offer-details .details-buttons .offer-button.quotation .icon{width:24px;height:24px}
.card-offer .card-offer-details .details-buttons .offer-button.whatsapp .icon{width:22px;height:22px}
.card-offer .card-offer-details .details-buttons .offer-button.test-drive .icon{width:24px;height:24px}
.card-offer .card-offer-details .details-buttons .offer-button.reserve .icon{width:25px;height:25px}
.card-offer .card-offer-details .details-footer{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between}
.card-offer .card-offer-details .details-footer .details-footer-valid{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Regular";line-height:1}
.card-offer .card-offer-details .details-footer .details-footer-code{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Regular";line-height:1}
.card-offer .card-offer-details .details-footer .details-footer-conditions{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Bold";background-color:transparent;border:0;padding:0}
@media only screen and (min-width:1200px) and (max-width:1600px){.card-offer .card-offer-details .details-vehicle{font-size:23px}
.card-offer .card-offer-details .details-list .detail-item{font-size:14px}
}
@media only screen and (min-width:768px) and (max-width:1024px){.card-offer .card-offer-details{max-width:350px;padding:25px 15px 13px 24px}
.card-offer .card-offer-details .details-vehicle{font-size:21px}
.card-offer .card-offer-details .details-list .detail-item{font-size:14px}
.card-offer .card-offer-details .details-buttons .offer-button{font-size:13px}
.card-offer .card-offer-details .details-footer .details-footer-valid,.card-offer .card-offer-details .details-footer .details-footer-code,.card-offer .card-offer-details .details-footer .details-footer-conditions{font-size:11px}
}
@media only screen and (max-width:767px){.card-offer .card-offer-details{max-width:100%;padding:25px 12px 13px 20px}
.card-offer .card-offer-details .details-vehicle{font-size:24px}
.card-offer .card-offer-details .details-list .detail-item{font-size:13px}
.card-offer .card-offer-details .details-buttons .offer-button{font-size:13px}
.card-offer .card-offer-details .details-footer .details-footer-valid,.card-offer .card-offer-details .details-footer .details-footer-code,.card-offer .card-offer-details .details-footer .details-footer-conditions{font-size:11px}
}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--hyundai-light-blue:#00aad2;--highlight:#eee;--card-boder:#ccc;--divider:#c8cacc}
.card-offer{width:100%;max-width:380px;height:auto;display:flex;flex-direction:column;position:relative;background-color:var(--white);border:solid 1px var(--card-boder);margin-right:20px;margin-bottom:20px}
.card-offer.highlight{background-color:var(--highlight)}
.card-offer .card-offer-content{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column}
.card-offer .card-offer-content .card-offer-header{width:100%;max-width:100%;height:220px;display:flex;flex-direction:column;position:relative}
.card-offer .card-offer-content .card-offer-header .offer-header-flag{width:100%;max-width:100%;height:30px;display:flex;align-items:flex-start;justify-content:flex-start;position:relative;z-index:1;margin-top:11px}
.card-offer .card-offer-content .card-offer-header .offer-header-flag .flag{width:auto;min-width:150px;max-width:90%;height:30px;display:flex;align-items:center;color:var(--white);font-size:13px;font-family:"HyundaiSansHead-Medium";text-transform:uppercase;background-color:var(--hyundai-light-blue);padding:0 5px 0 14px}
.card-offer .card-offer-content .card-offer-header .offer-custom-seal{width:100%;max-width:100%;height:auto;display:none;align-items:center;justify-content:flex-end;position:relative;z-index:1;padding:0 20px}
.card-offer .card-offer-content .card-offer-header picture{display:flex;align-items:center;justify-content:center}
.card-offer .card-offer-content .card-offer-header picture::before{content:"";display:block;position:absolute;width:100%;height:155px;top:0;z-index:0}
.card-offer .card-offer-content .card-offer-header picture img{width:100%;max-width:100%;height:auto;position:absolute;bottom:0}
.card-offer .card-offer-content .card-offer-body{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;padding:0 24px}
.card-offer .card-offer-content .card-offer-body .offer-body-vehicle{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:24px;font-family:"HyundaiSansHead-Medium";padding:0 6px}
.card-offer .card-offer-content .card-offer-body .offer-divider{width:100%;max-width:100%;height:1px;background-color:var(--divider);margin:10px 0 17px}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis{width:100%;max-width:100%;height:90px;display:flex;flex-direction:column;justify-content:flex-start;padding:0 10px}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p{color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Medium";line-height:1.1;margin:0 !important}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p span.ql-size-small{font-size:15px}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p span.ql-size-large{font-size:24px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p span.ql-size-huge{font-size:28px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p strong{font-family:"HyundaiSansHead-Bold";font-weight:normal}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p strong.ql-size-small,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p em.ql-size-small,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p u.ql-size-small,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p s.ql-size-small{font-size:15px}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p strong.ql-size-large,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p em.ql-size-large,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p u.ql-size-large,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p s.ql-size-large{font-size:24px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p strong.ql-size-huge,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p em.ql-size-huge,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p u.ql-size-huge,.card-offer .card-offer-content .card-offer-body .offer-body-emphasis p s.ql-size-huge{font-size:28px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-call{width:100%;max-width:100%;height:70px;display:block;margin-bottom:10px;padding:0 10px}
.card-offer .card-offer-content .card-offer-body .offer-body-call p{color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Medium";line-height:1.1;margin:0 !important}
.card-offer .card-offer-content .card-offer-body .offer-body-call p span.ql-size-small{font-size:15px}
.card-offer .card-offer-content .card-offer-body .offer-body-call p span.ql-size-large{font-size:24px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-call p span.ql-size-huge{font-size:28px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-call p strong{font-family:"HyundaiSansHead-Bold";font-weight:normal}
.card-offer .card-offer-content .card-offer-body .offer-body-call p strong.ql-size-small,.card-offer .card-offer-content .card-offer-body .offer-body-call p em.ql-size-small,.card-offer .card-offer-content .card-offer-body .offer-body-call p u.ql-size-small,.card-offer .card-offer-content .card-offer-body .offer-body-call p s.ql-size-small{font-size:15px}
.card-offer .card-offer-content .card-offer-body .offer-body-call p strong.ql-size-large,.card-offer .card-offer-content .card-offer-body .offer-body-call p em.ql-size-large,.card-offer .card-offer-content .card-offer-body .offer-body-call p u.ql-size-large,.card-offer .card-offer-content .card-offer-body .offer-body-call p s.ql-size-large{font-size:24px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-call p strong.ql-size-huge,.card-offer .card-offer-content .card-offer-body .offer-body-call p em.ql-size-huge,.card-offer .card-offer-content .card-offer-body .offer-body-call p u.ql-size-huge,.card-offer .card-offer-content .card-offer-body .offer-body-call p s.ql-size-huge{font-size:28px !important}
.card-offer .card-offer-content .card-offer-body .offer-body-disclaimer{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:15px;font-family:"HyundaiSansText-Regular";line-height:1;padding:0 10px}
.card-offer .card-offer-content .card-offer-body .offers-body-details{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:17px;padding-left:10px}
.card-offer .card-offer-content .card-offer-body .offers-body-details .offer-specifications{width:100%;max-width:60%;height:auto;display:flex;flex-direction:column;row-gap:5px}
.card-offer .card-offer-content .card-offer-body .offers-body-details .offer-specifications .specification-item{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:13px;font-family:"HyundaiSansText-Regular";line-height:1}
.card-offer .card-offer-content .card-offer-body .offers-body-details .offer-specifications .specification-item::before{content:"";width:4px;height:4px;display:inline-block;background-color:var(--black);border-radius:50%;margin:0 8px 3px 0}
.card-offer .card-offer-content .card-offer-body .offers-body-details .details-content-button{width:100%;max-width:40%;height:auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;row-gap:10px}
.card-offer .card-offer-content .card-offer-body .offers-body-details .details-content-button .details-button{width:105px;height:25px;display:flex;align-items:center;justify-content:center;color:var(--hyundai-blue);font-size:12px;font-family:"HyundaiSansHead-Bold";text-transform:uppercase;line-height:normal;background-color:transparent;border:solid 1px var(--hyundai-blue);padding:0}
.card-offer .card-offer-content .card-offer-body .offers-body-details .details-content-button .offer-bluelink{width:100%;max-width:100%;height:33px;display:flex;align-items:center;justify-content:flex-end;position:relative;z-index:1}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons{width:100%;max-width:100%;height:auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:4px;grid-row-gap:4px;margin-bottom:10px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button{width:100%;max-width:100%;height:50px;display:flex;align-items:center;justify-content:flex-start;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:1;white-space:pre-line;text-decoration:none;background-color:var(--hyundai-blue);border:solid 1px var(--hyundai-blue);padding:0 14px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button.highlight{background-color:var(--hyundai-light-blue);border:solid 1px var(--hyundai-light-blue)}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button .icon{display:flex;align-items:center;justify-content:center;margin-right:12px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button.quotation .icon{width:24px;height:24px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button.whatsapp .icon{width:22px;height:22px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button.test-drive .icon{width:24px;height:24px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button.reserve .icon{width:25px;height:25px}
.card-offer .card-offer-content .offer-footer{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding:0 15px}
.card-offer .card-offer-content .offer-footer .offer-footer-valid{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Regular";line-height:1}
.card-offer .card-offer-content .offer-footer .offer-footer-code{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Regular";line-height:1}
.card-offer .card-offer-content .offer-footer .offer-footer-conditions{color:var(--black);font-size:12px;font-family:"HyundaiSansText-Bold";background-color:transparent;border:0;padding:0}
@media only screen and (min-width:1200px) and (max-width:1600px){.card-offer .card-offer-content .card-offer-header{height:180px}
.card-offer .card-offer-content .card-offer-header .offer-header-flag{height:25px;margin-top:8px}
.card-offer .card-offer-content .card-offer-header .offer-header-flag .flag{font-size:12px}
.card-offer .card-offer-content .card-offer-header .offer-header-bluelink{height:27px}
.card-offer .card-offer-content .card-offer-header .offer-header-bluelink img{max-width:20%;height:auto}
.card-offer .card-offer-content .card-offer-header picture::before{height:125px}
.card-offer .card-offer-content .card-offer-header picture img{max-width:85%}
.card-offer .card-offer-content .card-offer-body .offer-divider{margin:8px 0 12px}
.card-offer .card-offer-content .card-offer-body .offers-body-details{margin-bottom:12px}
.card-offer .card-offer-content .card-offer-body .offers-body-details .details-content-button{row-gap:8px}
}
@media only screen and (min-width:768px) and (max-width:1024px){.card-offer{max-width:350px;margin-right:20px}
.card-offer:nth-child(2n){margin-right:0}
.card-offer .card-offer-content .card-offer-header{height:200px}
.card-offer .card-offer-content .card-offer-header .offer-header-bluelink img{max-width:25%;height:auto}
.card-offer .card-offer-content .card-offer-header picture::before{height:135px}
.card-offer .card-offer-content .card-offer-header picture img{max-width:90%}
.card-offer .card-offer-content .card-offer-body .offer-body-vehicle{font-size:20px}
.card-offer .card-offer-content .card-offer-body .offer-divider{margin:8px 0 13px}
.card-offer .card-offer-content .card-offer-body .offers-body-details{margin-bottom:13px}
.card-offer .card-offer-content .card-offer-body .offers-body-details .details-content-button{row-gap:6px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button{font-size:13px}
.card-offer .card-offer-content .offer-footer .offer-footer-valid,.card-offer .card-offer-content .offer-footer .offer-footer-code,.card-offer .card-offer-content .offer-footer .offer-footer-conditions{font-size:11px}
}
@media only screen and (max-width:767px){.card-offer{max-width:100%;margin-right:0 !important}
.card-offer .card-offer-content .card-offer-header{height:200px}
.card-offer .card-offer-content .card-offer-header .offer-custom-seal{padding:0 15px}
.card-offer .card-offer-content .card-offer-header picture::before{height:140px}
.card-offer .card-offer-content .card-offer-header picture img{max-width:90%;bottom:5px}
.card-offer .card-offer-content .card-offer-body .offer-body-vehicle{font-size:20px}
.card-offer .card-offer-content .card-offer-body .offer-divider{margin:8px 0 15px}
.card-offer .card-offer-content .card-offer-body .offers-body-details{margin-bottom:15px}
.card-offer .card-offer-content .card-offer-body .offers-body-details .details-content-button{row-gap:6px}
.card-offer .card-offer-content .card-offer-body .offer-body-buttons .offer-button{font-size:13px}
.card-offer .card-offer-content .offer-footer .offer-footer-valid,.card-offer .card-offer-content .offer-footer .offer-footer-code,.card-offer .card-offer-content .offer-footer .offer-footer-conditions{font-size:11px}
}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--hyundai-light-blue:#00aad2;--hyundai-light-gray:#ccc;--whatsapp-button:#25d366}
.op-information{width:100%;max-width:756px;height:auto;display:flex;flex-direction:column;margin-right:30px;position:relative;z-index:0;margin-right:21px}
.op-information .op-information-header{width:100%;max-width:100%;height:auto;min-height:490px;display:block;position:relative}
.op-information .op-information-header .op-information-content{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between}
.op-information .op-information-header .op-information-content .op-vehicle-version{width:100%;max-width:50%;height:auto;display:flex;flex-direction:column;padding-left:30px}
.op-information .op-information-header .op-information-content .op-vehicle-version h1{display:flex;flex-direction:column}
.op-information .op-information-header .op-information-content .op-vehicle-version h1 .op-title{width:100%;max-width:100%;height:auto;display:block;color:var(--white);font-size:24px;font-family:"HyundaiSansHead-Bold";font-weight:normal;line-height:1;position:relative;z-index:0;margin-bottom:9px}
.op-information .op-information-header .op-information-content .op-vehicle-version h1 .op-vehicle{width:100%;max-width:100%;height:auto;display:block;color:var(--white);font-size:36px;font-family:"HyundaiSansHead-Medium";line-height:1}
.op-information .op-information-header .op-information-content .op-vehicle-version h1 .op-version{width:100%;max-width:100%;height:auto;display:block;color:var(--white);font-size:24px;font-family:"HyundaiSansHead-Regular";line-height:1}
.op-information .op-information-header .op-information-content .op-vehicle-version .op-buttons-whatsapp-testdrive{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-top:27px}
.op-information .op-information-header .op-information-content .op-vehicle-version .op-buttons-whatsapp-testdrive .op-button{width:269px;height:50px;display:flex;align-items:center;justify-content:flex-start;color:var(--white);font-size:18px;font-family:"HyundaiSansHead-Medium";line-height:21.6px;text-decoration:none;margin-bottom:15px;padding:0 21px}
.op-information .op-information-header .op-information-content .op-vehicle-version .op-buttons-whatsapp-testdrive .op-button:last-of-type{margin-bottom:0}
.op-information .op-information-header .op-information-content .op-vehicle-version .op-buttons-whatsapp-testdrive .op-button.whatsapp{background-color:var(--whatsapp-button)}
.op-information .op-information-header .op-information-content .op-vehicle-version .op-buttons-whatsapp-testdrive .op-button.testdrive{background-color:var(--hyundai-blue)}
.op-information .op-information-header .op-information-content .op-vehicle-version .op-buttons-whatsapp-testdrive .op-button .icon{margin-right:15px}
.op-information .op-information-header .op-information-content .op-emphasis-call{width:100%;max-width:330px;height:auto;display:flex;flex-direction:column;align-items:flex-end;margin-top:25px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:10px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p{color:var(--white) !important;font-size:18px;font-family:"HyundaiSansHead-Medium";line-height:1.1;margin:0 !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p span,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p strong,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p em,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p u,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p s{color:var(--white) !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p span.ql-size-small{font-size:16px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p span.ql-size-large{font-size:24px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p span.ql-size-huge{font-size:28px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p strong{font-family:"HyundaiSansHead-Bold";font-weight:normal}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p strong.ql-size-small,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p em.ql-size-small,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p u.ql-size-small,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p s.ql-size-small{font-size:16px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p strong.ql-size-large,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p em.ql-size-large,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p u.ql-size-large,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p s.ql-size-large{font-size:24px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p strong.ql-size-huge,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p em.ql-size-huge,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p u.ql-size-huge,.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis p s.ql-size-huge{font-size:28px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:15px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p{color:var(--white) !important;font-size:18px;font-family:"HyundaiSansHead-Medium";line-height:1.1;margin:0 !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p span,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p strong,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p em,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p u,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p s{color:var(--white) !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p span.ql-size-small{font-size:16px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p span.ql-size-large{font-size:24px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p span.ql-size-huge{font-size:28px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p strong{font-family:"HyundaiSansHead-Bold";font-weight:normal}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p strong.ql-size-small,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p em.ql-size-small,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p u.ql-size-small,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p s.ql-size-small{font-size:16px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p strong.ql-size-large,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p em.ql-size-large,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p u.ql-size-large,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p s.ql-size-large{font-size:24px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p strong.ql-size-huge,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p em.ql-size-huge,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p u.ql-size-huge,.op-information .op-information-header .op-information-content .op-emphasis-call .op-call p s.ql-size-huge{font-size:24px !important}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-disclaimer{width:100%;max-width:100%;height:auto;display:block;color:var(--white);font-size:15px;font-family:"HyundaiSansText-Regular";line-height:1;margin-bottom:40px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-bluelink-content{width:100%;max-width:100%;height:40px;display:flex;align-items:center;justify-content:flex-end;column-gap:10px}
.op-information .op-information-header .op-vehicle-image{width:100%;max-width:100%;height:auto;display:block;position:absolute;bottom:0}
.op-information .op-information-header .op-vehicle-image img{width:100%;max-width:100%;height:auto}
.op-information .op-offer-equipments{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;background-color:var(--white)}
.op-information .op-offer-equipments .op-equipments-engine-transmission{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:solid 1px var(--hyundai-light-gray);margin:0 auto 20px;padding-bottom:10px}
.op-information .op-offer-equipments .op-equipments-engine-transmission p{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:1.5rem;font-family:"HyundaiSansHead-Medium";line-height:28.8px;margin:0 0 5px}
.op-information .op-offer-equipments .op-equipments-engine-transmission p:last-of-type{text-align:end}
.op-information .op-offer-equipments .opq-content{width:100%;max-width:100%;height:auto;display:block}
.op-information .op-offer-equipments .opq-content h2{width:100%;max-width:100%;height:auto;display:block;caret-color:var(--black);font-size:2rem;font-family:"HyundaiSansHead-Medium";line-height:28.8px;margin:25px 0 10px}
.op-information .op-offer-equipments .opq-content .opq-accordion{width:100%;max-width:100%;height:auto;display:block}
.op-information .op-offer-equipments .opq-content .opq-accordion .card{border-radius:0;border:0}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-header{border-radius:0;background-color:var(--white);padding:0}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-header div{width:100%;max-width:100%;height:auto;display:block;margin:0;padding:0}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-header div button{width:100%;max-width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;color:var(--black);font-size:1.25rem;font-family:"HyundaiSansHead-Medium";background-color:var(--white);border:0;padding:20px}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-header div button[aria-expanded="true"] svg{transform:rotate(45deg);transition:all .5s ease-out}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-header div button[aria-expanded="false"] svg{transform:rotate(0);transition:all .5s ease-out}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-body{padding:20px}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-body p{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:1rem;font-family:"HyundaiSansText-Regular";line-height:1.2;margin:0 auto 10px}
@media only screen and (min-width:1200px) and (max-width:1600px){.op-information{max-width:60%;margin-right:15px}
.op-information .op-information-header{min-height:460px}
.op-information .op-information-header .op-vehicle-image img{max-width:95%;margin:0 auto}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-disclaimer{font-size:13px;margin-bottom:20px}
.op-information .op-offer-equipments .op-equipments-engine-transmission{padding-bottom:5px}
.op-information .op-offer-equipments .op-equipments-engine-transmission p{font-size:1.2rem}
.op-information .op-offer-equipments .opq-content h2{font-size:1.5rem}
.op-information .op-offer-equipments .opq-content .opq-accordion .card .card-header div button{font-size:1.15rem}
}
@media only screen and (min-width:768px) and (max-width:1024px){.op-information{max-width:100%;margin:0}
.op-information .op-information-header{min-height:450px}
.op-information .op-information-header .op-information-content .op-vehicle-version .op-buttons-whatsapp-testdrive{display:none}
.op-information .op-information-header .op-information-content .op-vehicle-version{padding-left:10px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-disclaimer{margin-bottom:20px}
.op-information .op-offer-equipments{display:none}
}
@media only screen and (max-width:767px){.op-information{max-width:90%;margin:0 auto 20px}
.op-information .op-information-header{min-height:430px}
.op-information .op-information-header .op-information-content{flex-direction:column}
.op-information .op-information-header .op-information-content .op-vehicle-version{max-width:100%;padding-left:0}
.op-information .op-information-header .op-information-content .op-vehicle-version h1 .op-title{font-size:21px !important;margin-bottom:6px}
.op-information .op-information-header .op-information-content .op-vehicle-version h1 .op-vehicle{font-size:24px;margin-bottom:5px}
.op-information .op-information-header .op-information-content .op-vehicle-version h1 .op-version{font-size:21px}
.op-information .op-information-header .op-information-content .op-emphasis-call{max-width:100%;margin-top:5px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-emphasis{margin-bottom:10px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-disclaimer{font-size:13px;margin-bottom:10px}
.op-information .op-information-header .op-information-content .op-emphasis-call .op-bluelink-content{margin-bottom:20px}
.op-information .op-vehicle-image{margin:-30px auto 0}
.op-information .op-offer-features{display:none}
.op-information .op-offer-equipments{display:none}
}
:root{--black:#000;--white:#fff;--hyundai-light-blue:#00aad2;--forms-border:#ccc}
.op-forms{width:100%;max-width:520px;height:auto;display:flex;flex-direction:column;background-color:var(--white);border:solid 1px var(--forms-border);border-top:0;position:relative;z-index:0;margin-top:33px;margin-left:21px}
.op-forms .op-forms-tabs{width:100%;max-width:100%;height:50px;background-color:var(--white);margin-bottom:20px}
.op-forms .op-forms-tabs .op-forms-tab-item{width:100%;max-width:50%;height:50px;display:block}
.op-forms .op-forms-tabs .op-forms-tab-item .op-forms-nav-link{width:100%;max-width:100%;height:100%;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansHead-Medium";line-height:1;text-align:center;text-transform:uppercase;background-color:var(--white);border-style:solid;border-color:var(--forms-border);border-width:1px 0 1px 1px;padding-top:9px}
.op-forms .op-forms-tabs .op-forms-tab-item:nth-child(1) .op-forms-nav-link{border-left:0}
.op-forms .op-forms-tabs .op-forms-tab-item .op-forms-nav-link.active{border-top:solid 4px var(--hyundai-light-blue);border-bottom:0;padding-top:6px}
@media only screen and (min-width:1200px) and (max-width:1600px){.op-forms{max-width:40%;margin-left:15px}
.op-forms .op-forms-tabs{height:45px;margin-bottom:15px}
.op-forms .op-forms-tabs .op-forms-tab-item{height:45px}
.op-forms .op-forms-tabs .op-forms-tab-item .op-forms-nav-link{font-size:15px}
}
@media only screen and (min-width:768px) and (max-width:1024px){.op-forms{max-width:100%;margin:0}
}
@media only screen and (max-width:767px){.op-forms{max-width:100%;margin:0;border:0}
.op-forms .op-forms-tabs{display:flex}
}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--hyudnai-error:#e63312;--hyundai-light-gray:#ccc;--form-input:#e1dbd3;--placeholder:#999;--dropdown-quotation:#b7b7b7;--dropdown-item-border:#747474;--scroll-thumb:#676767}
.op-quotation-form{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;padding:0 40px 50px}
.op-quotation-form .op-quotation-title{width:100%;max-width:100%;height:auto;display:block;color:var(--hyundai-blue);font-size:36px;font-family:"HyundaiSansHead-Medium";line-height:43px;text-align:left;margin-bottom:30px}
.op-quotation-form .op-quotation-dealer-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Regular";text-align:left;line-height:1;margin-bottom:16px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-radio{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-search{width:100%;max-width:100%;height:45px;display:inline-flex;align-items:center;justify-content:flex-start;margin-bottom:15px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-search .op-quotation-input-search{width:100%;max-width:calc(100% - 45px);height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-search .op-quotation-input-search::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-search .op-contation-serch-button{width:100%;max-width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:var(--form-input);border:0;padding:0;transition:all .3s ease-out}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-search .op-contation-serch-button:hover{background-color:var(--hyundai-blue)}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-search .op-contation-serch-button:hover svg path{fill:var(--white);transition:all .3s ease-out}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select{width:100%;max-width:100%;height:45px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;margin-bottom:40px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-toggle{width:100%;max-width:100%;height:45px;display:block;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";text-align:left;text-transform:uppercase;background-color:var(--dropdown-quotation);border:0;padding:0 20px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-toggle[aria-expanded="false"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transition:all .5s ease-out}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-toggle[aria-expanded="true"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transform:rotate(180deg);transition:all .5s ease-out}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu.show{width:100%;max-width:100%;height:auto;background-color:var(--form-input);border:0;border-radius:0;margin:2px 0 0;padding:0}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container{width:100%;max-width:100%;height:auto;max-height:300px;display:block;position:relative;overflow-y:auto}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container::-webkit-scrollbar{width:20px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container::-webkit-scrollbar-track{background:var(--white);border-radius:0;border:solid 5px transparent;background-clip:content-box}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container::-webkit-scrollbar-thumb{height:44px;border:solid 7px transparent;background:var(--scroll-thumb);border-radius:0;background-clip:content-box}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container .dropdown-item{width:100%;height:auto;display:flex;flex-direction:column;border:0;border-bottom:solid 1px var(--dropdown-item-border);padding:10px 20px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container .dropdown-item:hover{color:var(--black);background-color:var(--form-input)}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container .dropdown-item:last-of-type{border-bottom:0}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container .dropdown-item .op-dealer-name{width:100%;height:auto;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:1.2;text-align:left;margin-bottom:5px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select .dropdown-menu .dropdown-container .dropdown-item .op-dealer-address{width:100%;height:auto;color:var(--black);font-size:13px;font-family:"HyundaiSansHead-Regular";line-height:1.2;text-align:left;white-space:pre-line}
.op-quotation-form .op-quotation-options{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:40px}
.op-quotation-form .op-quotation-options .op-quotation-options-content{width:100%;max-width:50%;height:auto;display:flex;flex-direction:column}
.op-quotation-form .op-quotation-options .op-quotation-options-content .op-quotation-options-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Regular";font-weight:normal;line-height:21px;text-align:left;margin-bottom:14px}
.op-quotation-form .op-quotation-options .op-quotation-options-content .op-quotation-payment-radio,.op-quotation-form .op-quotation-options .op-quotation-options-content .op-quotation-used-radio{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start}
.op-quotation-form .op-quotation-autoavaliar{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:20px;padding:20px 15px;box-shadow:rgba(0,0,0,0.1) 0 0 5px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-form-group{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;margin-bottom:19px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-form-group input[type="text"]{width:100%;max-width:calc(100% - 45px);height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-form-group input[type="text"]::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-form-group .op-quotation-plate-button{width:100%;max-width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:var(--form-input);border:0;padding:0;transition:all .3s ease-out}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-form-group .op-quotation-plate-button:hover{background-color:var(--hyundai-blue)}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-form-group .op-quotation-plate-button:hover svg path{fill:var(--white)}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-plate-error{width:100%;max-width:100%;height:auto;display:block;color:var(--hyudnai-error);font-size:14px;font-family:"HyundaiSansHead-Regular";line-height:1;margin-bottom:15px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-content .found-vehicle,.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-content .found-modelyear,.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-content .found-chassi{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansHead-Regular";line-height:1;margin-bottom:8px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version{width:100%;max-width:100%;height:auto;display:flex;margin:10px 0}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select{width:100%;max-width:100%;height:45px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;margin-bottom:5px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-toggle{width:100%;max-width:100%;height:45px;display:block;color:var(--white);font-size:13px;font-family:"HyundaiSansHead-Medium";text-align:left;text-transform:uppercase;background-color:var(--dropdown-cotation);border:0;padding:10px 30px 10px 15px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-toggle[aria-expanded="false"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transition:all .5s ease-out}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-toggle[aria-expanded="true"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transform:rotate(180deg);transition:all .5s ease-out}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu.show{width:100%;max-width:100%;height:auto;background-color:var(--form-input);border:0;border-radius:0;margin:2px 0 0;padding:0}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container{width:100%;max-width:100%;height:auto;max-height:300px;display:block;position:relative;overflow-y:auto}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container::-webkit-scrollbar{width:20px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container::-webkit-scrollbar-track{background:var(--white);border-radius:0;border:solid 5px transparent;background-clip:content-box}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container::-webkit-scrollbar-thumb{height:44px;border:solid 7px transparent;background:var(--scroll-thumb);border-radius:0;background-clip:content-box}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container .dropdown-item{width:100%;height:auto;display:flex;flex-direction:column;color:var(--black);font-size:13px;font-family:"HyundaiSansHead-Medium";line-height:1.2;text-align:left;background-color:var(--form-input);border:0;border-bottom:solid 1px var(--dropdown-item-border);padding:15px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container .dropdown-item:last-of-type{border-bottom:0}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-mileage{width:100%;max-width:100%;height:auto;display:block;margin-bottom:20px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-mileage input[type="number"]{width:100%;max-width:100%;height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-vehicle-mileage input[type="number"]::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-button-price{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:25px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-button-price .found-button-content{width:100%;max-width:40%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;margin-bottom:20px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-button-price .found-button-content .button-autoavaliar{width:100%;max-width:100%;height:45px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:normal;text-transform:uppercase;background-color:var(--hyundai-blue);border:0}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-button-price .found-price-content{width:100%;max-width:60%;height:auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding-left:15px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-button-price .found-price-content div{margin-bottom:15px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-button-price .found-price-content .found-price-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:13px;font-family:"HyundaiSansHead-Regular";line-height:1;text-align:end;margin-bottom:5px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-button-price .found-price-content .found-price{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansHead-Medium";line-height:1;text-align:end}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .autoavaliar-logo-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:20px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .autoavaliar-logo-content .logo-content{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .autoavaliar-logo-content .logo-content span{color:var(--hyundai-light-gray);font-size:13px;font-family:"HyundaiSansText-Regular";margin-right:5px}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .autoavaliar-logo-content .av-disclaimer{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansText-Regular";line-height:1.2}
.op-quotation-form .op-quotation-autoavaliar .op-quotation-found-vehicle .found-disclaimer{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:15px;font-family:"HyundaiSansText-Regular";line-height:1.2}
.op-quotation-form .op-form-quotation{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-quotation-form .op-form-quotation .op-quotation-form-group{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;margin-bottom:19px}
.op-quotation-form .op-form-quotation .op-quotation-form-group input[type="text"],.op-quotation-form .op-form-quotation .op-quotation-form-group input[type="tel"],.op-quotation-form .op-form-quotation .op-quotation-form-group input[type="email"]{width:100%;max-width:100%;height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-quotation-form .op-form-quotation .op-quotation-form-group input[type="text"]::placeholder,.op-quotation-form .op-form-quotation .op-quotation-form-group input[type="tel"]::placeholder,.op-quotation-form .op-form-quotation .op-quotation-form-group input[type="email"]::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-quotation-form .op-quotation-contact{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:45px}
.op-quotation-form .op-quotation-contact .op-quotation-contact-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Regular";font-weight:normal;line-height:21px;text-align:left;margin-bottom:15px}
.op-quotation-form .op-quotation-contact .op-quotation-contact-checkbox{width:100%;max-width:100%;height:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px}
.op-quotation-form .op-quotation-communocation-terms,.op-quotation-form .op-quotation-contact-terms{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-quotation-form .op-quotation-communocation-terms{margin-bottom:15px}
.op-quotation-form .op-quotation-contact-terms{margin-bottom:30px}
.op-quotation-form .op-quotation-button-content{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-end}
.op-quotation-form .op-quotation-button-content .op-quotation-button{width:212px;height:45px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:normal;background-color:var(--hyundai-blue);border:0}
.op-quotation-form .op-quotation-dealer-errors span{width:100%;max-width:100%;height:auto;display:block;color:var(--hyudnai-error);font-size:13px;font-family:'HyundaiSansHead-Regular';line-height:1.2;margin-bottom:20px}
@media only screen and (min-width:1200px) and (max-width:1600px){.op-quotation-form{padding:0 30px 40px}
.op-quotation-form .op-quotation-title{font-size:32px;line-height:36px;margin-bottom:25px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-title{font-size:16px;margin-bottom:12px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-radio,.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-search{margin-bottom:12px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select,.op-quotation-form .op-quotation-options{margin-bottom:25px}
.op-quotation-form .op-quotation-options .op-quotation-options-content .op-quotation-options-title,.op-quotation-form .op-quotation-contact .op-quotation-contact-title{font-size:16px;margin-bottom:12px}
.op-quotation-form .op-form-quotation .op-quotation-form-group{margin-bottom:15px}
.op-quotation-form .op-quotation-contact{margin-bottom:30px}
}
@media only screen and (min-width:768px) and (max-width:1024px){.op-quotation-form .op-quotation-options .op-quotation-options-content .op-quotation-options-title{font-size:15px}
}
@media only screen and (max-width:767px){.op-quotation-form{padding:0 40px 30px}
.op-quotation-form .op-quotation-title{font-size:30px;line-height:34px}
.op-quotation-form .op-quotation-dealer-content .op-quotation-dealer-select{margin-bottom:30px}
.op-quotation-form .op-quotation-options{flex-direction:column;justify-content:center;margin-bottom:20px}
.op-quotation-form .op-quotation-options .op-quotation-options-content{max-width:100%;margin-bottom:15px}
.op-quotation-form .op-form-quotation{margin-bottom:20px}
.op-quotation-form .op-form-quotation .op-quotation-form-group{margin-bottom:12px}
.op-quotation-form .op-quotation-contact{margin-bottom:20px}
.op-quotation-form .op-quotation-button-content{justify-content:center}
}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--form-input:#e1dbd3;--placeholder:#999;--dropdown-cotation:#b7b7b7;--dropdown-item-border:#747474;--scroll-thumb:#676767}
.op-reserve-form{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;padding:0 40px 50px}
.op-reserve-form .op-reserve-title{width:100%;max-width:100%;height:auto;display:block;color:var(--hyundai-blue);font-size:36px;font-family:"HyundaiSansHead-Medium";line-height:43px;text-align:left;margin-bottom:30px}
.op-reserve-form .op-reserve-dealer-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Regular";line-height:1;text-align:left;margin-bottom:16px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-radio{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;margin-bottom:15px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-search{width:100%;max-width:100%;height:45px;display:inline-flex;align-items:center;justify-content:flex-start;margin-bottom:15px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-search .op-reserve-input-search{width:100%;max-width:calc(100% - 45px);height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-search .op-reserve-input-search::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-search .op-reserve-serch-button{width:100%;max-width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:var(--form-input);border:0;padding:0;transition:all .3s ease-out}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-search .op-reserve-serch-button:hover{background-color:var(--hyundai-blue)}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-search .op-reserve-serch-button:hover svg path{fill:var(--white);transition:all .3s ease-out}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select{width:100%;max-width:100%;height:45px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;margin-bottom:19px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-toggle{width:100%;max-width:100%;height:45px;display:block;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";text-align:left;text-transform:uppercase;background-color:var(--dropdown-cotation);border:0;padding:0 20px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-toggle[aria-expanded="false"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transition:all .5s ease-out}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-toggle[aria-expanded="true"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transform:rotate(180deg);transition:all .5s ease-out}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu.show{width:100%;max-width:100%;height:auto;background-color:var(--form-input);border:0;border-radius:0;margin:2px 0 0;padding:0}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container{width:100%;max-width:100%;height:auto;max-height:300px;display:block;position:relative;overflow-y:auto}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container::-webkit-scrollbar{width:20px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container::-webkit-scrollbar-track{background:var(--white);border-radius:0;border:solid 5px transparent;background-clip:content-box}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container::-webkit-scrollbar-thumb{height:44px;border:solid 7px transparent;background:var(--scroll-thumb);border-radius:0;background-clip:content-box}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container .dropdown-item{width:100%;height:auto;display:flex;flex-direction:column;border:0;border-bottom:solid 1px var(--dropdown-item-border);padding:10px 20px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container .dropdown-item:hover{color:var(--black);background-color:var(--form-input)}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container .dropdown-item:last-of-type{border-bottom:0}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container .dropdown-item .op-dealer-name{width:100%;height:auto;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:1.2;text-align:left;margin-bottom:5px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select .dropdown-menu .dropdown-container .dropdown-item .op-dealer-address{width:100%;height:auto;color:var(--black);font-size:13px;font-family:"HyundaiSansHead-Regular";line-height:1.2;text-align:left;white-space:pre-line}
.op-reserve-form .op-form-reserve{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-form-reserve .op-reserve-form-group{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;margin-bottom:19px}
.op-reserve-form .op-form-reserve .op-reserve-form-group input[type="text"],.op-reserve-form .op-form-reserve .op-reserve-form-group input[type="tel"],.op-reserve-form .op-form-reserve .op-reserve-form-group input[type="email"]{width:100%;max-width:100%;height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-reserve-form .op-form-reserve .op-reserve-form-group input[type="text"]::placeholder,.op-reserve-form .op-form-reserve .op-reserve-form-group input[type="tel"]::placeholder,.op-reserve-form .op-form-reserve .op-reserve-form-group input[type="email"]::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-reserve-form .op-form-reserve .op-reserve-form-group .op-zipcode-search-button{width:100%;max-width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:var(--form-input);border:0;padding:0;transition:all .3s ease-out}
.op-reserve-form .op-form-reserve .op-reserve-form-group .op-zipcode-search-button:hover{background-color:var(--hyundai-blue)}
.op-reserve-form .op-form-reserve .op-reserve-form-group .op-zipcode-search-button:hover svg path{fill:var(--white);transition:all .3s ease-out}
.op-reserve-form .op-reserve-contact{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:45px}
.op-reserve-form .op-reserve-contact .op-reserve-contact-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Regular";font-weight:normal;line-height:21px;text-align:left;margin-bottom:15px}
.op-reserve-form .op-reserve-contact .op-reserve-contact-checkbox{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start}
.op-reserve-form .op-reserve-options{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:40px}
.op-reserve-form .op-reserve-options .op-reserve-payment-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:21px;font-family:"HyundaiSansHead-Regular";line-height:24px;text-align:left;margin-bottom:10px}
.op-reserve-form .op-reserve-options .op-reserve-options-container{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:25px}
.op-reserve-form .op-reserve-options .op-reserve-options-container .op-reserve-options-content{width:100%;max-width:50%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-reserve-options .op-reserve-options-container .op-reserve-options-content .op-reserve-options-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Regular";font-weight:normal;line-height:21px;margin-bottom:14px}
.op-reserve-form .op-reserve-options .op-reserve-options-container .op-reserve-options-content .op-reserve-payment-radio,.op-reserve-form .op-reserve-options .op-reserve-options-container .op-reserve-options-content .op-reserve-used-radio{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start}
.op-reserve-form .op-reserve-autoavaliar{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:20px;padding:20px 15px;box-shadow:rgba(0,0,0,0.1) 0 0 5px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-form-group{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;margin-bottom:19px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-form-group input[type="text"]{width:100%;max-width:calc(100% - 45px);height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-form-group input[type="text"]::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-form-group .op-reserve-plate-button{width:100%;max-width:45px;height:45px;display:flex;align-items:center;justify-content:center;background-color:var(--form-input);border:0;padding:0;transition:all .3s ease-out}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-form-group .op-reserve-plate-button:hover{background-color:var(--hyundai-blue)}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-form-group .op-reserve-plate-button:hover svg path{fill:var(--white)}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-plate-error{width:100%;max-width:100%;height:auto;display:block;color:var(--hyudnai-error);font-size:14px;font-family:"HyundaiSansHead-Regular";line-height:1;margin-bottom:15px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-content .found-vehicle,.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-content .found-modelyear,.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-content .found-chassi{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansHead-Regular";line-height:1;margin-bottom:8px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version{width:100%;max-width:100%;height:auto;display:flex;margin:10px 0}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select{width:100%;max-width:100%;height:45px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative;margin-bottom:5px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-toggle{width:100%;max-width:100%;height:45px;display:block;color:var(--white);font-size:13px;font-family:"HyundaiSansHead-Medium";text-align:left;text-transform:uppercase;background-color:var(--dropdown-cotation);border:0;padding:10px 30px 10px 15px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-toggle[aria-expanded="false"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transition:all .5s ease-out}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-toggle[aria-expanded="true"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transform:rotate(180deg);transition:all .5s ease-out}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu.show{width:100%;max-width:100%;height:auto;background-color:var(--form-input);border:0;border-radius:0;margin:2px 0 0;padding:0}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container{width:100%;max-width:100%;height:auto;max-height:300px;display:block;position:relative;overflow-y:auto}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container::-webkit-scrollbar{width:20px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container::-webkit-scrollbar-track{background:var(--white);border-radius:0;border:solid 5px transparent;background-clip:content-box}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container::-webkit-scrollbar-thumb{height:44px;border:solid 7px transparent;background:var(--scroll-thumb);border-radius:0;background-clip:content-box}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container .dropdown-item{width:100%;height:auto;display:flex;flex-direction:column;color:var(--black);font-size:13px;font-family:"HyundaiSansHead-Medium";line-height:1.2;text-align:left;background-color:var(--form-input);border:0;border-bottom:solid 1px var(--dropdown-item-border);padding:15px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-version .vehicle-version-select .dropdown-menu .dropdown-container .dropdown-item:last-of-type{border-bottom:0}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-mileage{width:100%;max-width:100%;height:auto;display:block;margin-bottom:20px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-mileage input[type="number"]{width:100%;max-width:100%;height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:0;padding:0 20px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-vehicle-mileage input[type="number"]::placeholder{color:var(--placeholder);font-size:14px;font-family:"HyundaiSansHead-Medium"}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-button-price{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:25px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-button-price .found-button-content{width:100%;max-width:40%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;padding-right:15px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-button-price .found-button-content .button-autoavaliar{width:100%;max-width:100%;height:45px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:normal;text-transform:uppercase;background-color:var(--hyundai-blue);border:0}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-button-price .found-price-content{width:100%;max-width:60%;height:auto;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding-left:15px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-button-price .found-price-content div{margin-bottom:15px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-button-price .found-price-content .found-price-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:13px;font-family:"HyundaiSansHead-Regular";line-height:1;text-align:end;margin-bottom:5px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-button-price .found-price-content .found-price{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansHead-Medium";line-height:1;text-align:end}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .autoavaliar-logo-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:20px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .autoavaliar-logo-content .logo-content{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:center;margin-bottom:15px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .autoavaliar-logo-content .logo-content span{color:var(--hyundai-light-gray);font-size:13px;font-family:"HyundaiSansText-Regular";margin-right:5px}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .autoavaliar-logo-content .av-disclaimer{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansText-Regular";line-height:1.2}
.op-reserve-form .op-reserve-autoavaliar .op-reserve-found-vehicle .found-disclaimer{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:15px;font-family:"HyundaiSansText-Regular";line-height:1.2}
.op-reserve-form .op-reserve-options .op-reserve-payment-container{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-reserve-title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:18px;font-family:"HyundaiSansHead-Regular";text-align:left;line-height:21px;text-align:left;margin-bottom:20px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-reserve-payment-radio{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .ticket-content,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .pix-content{width:100%;max-width:100%;height:auto;display:block}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .ticket-content p,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .pix-content p{color:var(--black);font-size:16px;font-family:"HyundaiSansText-Regular";line-height:19px;margin:0 0 15px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .ticket-content p span,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .pix-content p span{font-family:"HyundaiSansText-Bold"}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start;margin-bottom:19px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-multi{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;margin-bottom:19px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input input[type="text"],.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input input[type="tel"]{width:100%;max-width:100%;height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";text-transform:uppercase;background-color:var(--form-input);border:solid 1px var(--form-input);padding:0 20px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select{width:100%;max-width:100%;height:45px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;position:relative}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-toggle{width:100%;max-width:100%;height:45px;display:block;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";text-align:left;text-transform:uppercase;background-color:var(--dropdown-cotation);border:0;padding:0 20px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-toggle[aria-expanded="false"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transition:all .5s ease-out}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-toggle[aria-expanded="true"]::after{width:11px;height:4px;position:absolute;top:50%;right:10px;border-width:initial;border-style:none;border-color:initial;border-image:initial;background:url("https://www.hyundai.com.br/content/dam/hmb/offers/icons/select-arrow.svg") right center no-repeat;transform:rotate(180deg);transition:all .5s ease-out}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu.show{width:100%;max-width:100%;height:auto;background-color:var(--form-input);border:0;border-radius:0;margin:2px 0 0;padding:0}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu .dropdown-container{width:100%;max-width:100%;height:auto;max-height:300px;display:block;position:relative;overflow-y:auto}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu .dropdown-container::-webkit-scrollbar{width:20px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu .dropdown-container::-webkit-scrollbar-track{background:var(--white);border-radius:0;border:solid 5px transparent;background-clip:content-box}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu .dropdown-container::-webkit-scrollbar-thumb{height:44px;border:solid 7px transparent;background:var(--scroll-thumb);border-radius:0;background-clip:content-box}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu .dropdown-container .dropdown-item{width:100%;height:auto;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:17px;border:0;border-bottom:solid 1px var(--dropdown-item-border);padding:10px 20px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu .dropdown-container .dropdown-item:hover{color:var(--black);background-color:var(--form-input)}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input .op-reserve-parcel-select .dropdown-menu .dropdown-container .dropdown-item:last-of-type{border-bottom:0}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-multi input[type="text"],.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-multi input[type="tel"]{width:100%;max-width:50%;height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";background-color:var(--form-input);border:solid 1px var(--form-input);padding:0 20px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-multi input:nth-child(even){margin-left:5px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-multi input:nth-child(odd){margin-right:5px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input select{width:100%;max-width:100%;height:45px;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";text-transform:uppercase;background-color:var(--form-input);border:solid 1px var(--form-input);border-radius:0;padding:0 20px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input select option{width:100%;max-width:100%;height:45px;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Regular";text-transform:uppercase;background-color:var(--form-input);border:solid 1px var(--form-input);border-radius:0}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input select option:focus,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input select option:checked{width:100%;max-width:100%;height:45px;color:var(--black);font-size:14px;font-family:"HyundaiSansHead-Medium";text-transform:uppercase;background-color:var(--form-input);border:solid 1px var(--form-input)}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-reserve-payment-disclaimer{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansText-Regular";line-height:17px}
.op-reserve-form .op-reserve-communocation-terms,.op-reserve-form .op-reserve-contact-terms{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-form .op-reserve-communocation-terms{margin-bottom:15px}
.op-reserve-form .op-reserve-contact-terms{margin-bottom:30px}
.op-reserve-form .op-reserve-button-content{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-end}
.op-reserve-form .op-reserve-button-content .op-reserve-button{width:212px;height:45px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:normal;background-color:var(--hyundai-blue);border:0}
.op-reserve-form .op-reserve-dealer-errors span{width:100%;max-width:100%;height:auto;display:block;color:var(--hyudnai-error);font-size:13px;font-family:'HyundaiSansHead-Regular';line-height:1.2;margin-bottom:20px}
@media only screen and (min-width:1200px) and (max-width:1600px){.op-reserve-form{padding:0 30px 40px}
.op-reserve-form .op-reserve-title{font-size:32px;line-height:36px;margin-bottom:25px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-title{font-size:16px;margin-bottom:12px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-radio,.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-search{margin-bottom:12px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select,.op-reserve-form .op-reserve-options{margin-bottom:25px}
.op-reserve-form .op-form-reserve .op-reserve-form-group{margin-bottom:15px}
.op-reserve-form .op-reserve-contact{margin-bottom:30px}
.op-reserve-form .op-reserve-contact .op-reserve-contact-title{font-size:16px;margin-bottom:12px}
.op-reserve-form .op-reserve-contact .op-reserve-contact-checkbox{flex-direction:column;align-items:flex-start}
.op-reserve-form .op-reserve-options .op-reserve-payment-title{font-size:18px;line-height:21px}
.op-reserve-form .op-reserve-options .op-reserve-options-container{margin-bottom:20px}
.op-reserve-form .op-reserve-options .op-reserve-options-container .op-reserve-options-content .op-reserve-options-title{font-size:16px;margin-bottom:12px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-reserve-title{font-size:16px;margin-bottom:15px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .ticket-content p,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .pix-content p{font-size:15px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-input,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-multi{margin-bottom:15px}
}
@media only screen and (min-width:768px) and (max-width:1024px){.op-reserve-form .op-reserve-options .op-reserve-options-container .op-reserve-options-content .op-reserve-options-title{font-size:15px}
}
@media only screen and (max-width:767px){.op-reserve-form{padding:0 40px 30px}
.op-reserve-form .op-reserve-title{font-size:30px;line-height:34px}
.op-reserve-form .op-reserve-dealer-content .op-reserve-dealer-select{margin-bottom:12px}
.op-reserve-form .op-form-reserve .op-reserve-form-group{margin-bottom:12px}
.op-reserve-form .op-reserve-contact{margin-bottom:20px}
.op-reserve-form .op-reserve-contact .op-reserve-contact-checkbox{flex-direction:column;align-items:flex-start}
.op-reserve-form .op-reserve-options{margin-bottom:30px}
.op-reserve-form .op-reserve-options .op-reserve-options-container{flex-direction:column;justify-content:center;margin-bottom:20px}
.op-reserve-form .op-reserve-options .op-reserve-options-container .op-reserve-options-content{max-width:100%;margin-bottom:15px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .ticket-content p,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .pix-content p{font-size:14px;line-height:17px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .p-payment-options-content .creditcard-content .op-reserve-form-input,.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-payment-options-content .creditcard-content .op-reserve-form-multi{margin-bottom:12px}
.op-reserve-form .op-reserve-options .op-reserve-payment-container .op-reserve-payment-disclaimer{font-size:12px;line-height:15px}
.op-reserve-form .op-reserve-button-content{justify-content:flex-start}
}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--hyundai-light-blue:#00aad2;--highlight:#eee;--card-boder:#ccc;--divider:#c8cacc}
.op-related-offers{width:100%;max-width:1200px;height:auto;display:flex;flex-direction:column;margin:0 auto 80px}
.op-related-offers .title{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:42px;font-family:"HyundaiSansHEad-Medium";text-align:left;line-height:50px;margin-bottom:25px}
.op-related-offers .opr-item{width:100% !important;max-width:fit-content !important;min-width:fit-content !important}
.op-related-offers .swiper-container{width:100%}
.op-related-offers .swiper-wrapper{padding-bottom:5px}
.op-related-offers .swiper-container-horizontal>.swiper-pagination-bullets,.op-related-offers .swiper-pagination-custom,.swiper-pagination-fraction{bottom:0 !important}
.op-related-offers .swiper-pagination-bullet{opacity:1 !important;border-radius:50px !important;background:#676767 !important;transition:width .5s ease-out}
.op-related-offers .swiper-pagination-bullet-active{width:60px !important;border-radius:50px !important}
@media only screen and (min-width:1200px) and (max-width:1600px){.op-related-offers .title{font-size:38px}
}
@media only screen and (max-width:767px){.op-related-offers{max-width:90%}
.op-related-offers .title{font-size:26px;margin-bottom:15px}
}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--whatsapp-button:#25d366;--border-feature:#ccc}
.op-features-mobile{display:none}
@media only screen and (min-width:768px) and (max-width:1024px){.op-features-mobile{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;background-color:var(--white);margin-bottom:30px}
.op-features-mobile .op-features-mobile-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;border-width:1px 0;margin-bottom:20px}
.op-features-mobile .op-features-mobile-content .accordion{width:100%;max-width:100%;height:auto;display:block;margin-bottom:20px}
.op-features-mobile .op-features-mobile-content .accordion .card{border-radius:0;border:0}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header{border-radius:0;background-color:var(--white);padding:0}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div{width:100%;max-width:100%;height:auto;display:block;margin:0;padding:0}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div button{width:100%;max-width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;color:var(--black);font-size:1.25rem;font-family:"HyundaiSansHead-Medium";background-color:var(--white);border:0;padding:20px}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div button[aria-expanded="true"] svg{transform:rotate(45deg);transition:all .5s ease-out}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div button[aria-expanded="false"] svg{transform:rotate(0);transition:all .5s ease-out}
.op-features-mobile .op-features-mobile-content .accordion .card .card-body{padding:20px}
.op-features-mobile .op-features-mobile-content .accordion .card .card-body p{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:1rem;font-family:"HyundaiSansText-Regular";line-height:1.2;margin:0 auto 10px}
.op-features-mobile .op-features-mobile-content .odm-egine-transmission{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:solid 1px var(--hyundai-light-gray);margin:0 auto 20px;padding-bottom:10px}
.op-features-mobile .op-features-mobile-content .odm-egine-transmission p{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:1.3rem;font-family:"HyundaiSansHead-Medium";line-height:28.8px;margin:0 0 5px}
.op-features-mobile .op-features-mobile-content .odm-egine-transmission p:last-of-type{text-align:end}
.op-features-mobile .op-features-mobile-content .odm-content{width:100%;max-width:100%;height:auto;display:block}
.op-features-mobile .op-features-mobile-content .odm-content h2{width:100%;max-width:100%;height:auto;display:block;caret-color:var(--black);font-size:1.7rem;font-family:"HyundaiSansHead-Medium";line-height:28.8px;margin:25px 0 10px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile{width:100%;max-width:50%;height:50px;display:flex;align-items:center;justify-content:flex-start;color:var(--white);font-size:16px;font-family:"HyundaiSansHead-Medium";line-height:1;text-decoration:none;padding:0 21px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile:nth-child(odd){margin-right:10px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile:nth-child(even){margin-left:10px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile.whatsapp{background-color:var(--whatsapp-button)}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile.testdrive{background-color:var(--hyundai-blue)}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile .icon{margin-right:15px}
}
@media only screen and (max-width:767px){.op-features-mobile{width:100%;max-width:95%;height:auto;display:flex;flex-direction:column;background-color:var(--white);margin:0 auto 30px}
.op-features-mobile .op-features-mobile-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;border-width:1px 0;margin-bottom:20px}
.op-features-mobile .op-features-mobile-content .accordion{width:100%;max-width:100%;height:auto;display:block;margin-bottom:20px}
.op-features-mobile .op-features-mobile-content .accordion .card{border-radius:0;border:0}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header{border-radius:0;background-color:var(--white);padding:0}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div{width:100%;max-width:100%;height:auto;display:block;margin:0;padding:0}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div button{width:100%;max-width:100%;height:60px;display:flex;align-items:center;justify-content:space-between;color:var(--black);font-size:1rem;font-family:"HyundaiSansHead-Medium";background-color:var(--white);border:0;padding:20px}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div button[aria-expanded="true"] svg{transform:rotate(45deg);transition:all .5s ease-out}
.op-features-mobile .op-features-mobile-content .accordion .card .card-header div button[aria-expanded="false"] svg{transform:rotate(0);transition:all .5s ease-out}
.op-features-mobile .op-features-mobile-content .accordion .card .card-body{padding:20px}
.op-features-mobile .op-features-mobile-content .accordion .card .card-body p{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:14px;font-family:"HyundaiSansText-Regular";line-height:1.2;margin:0 auto 10px}
.op-features-mobile .op-features-mobile-content .odm-egine-transmission{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;border-bottom:solid 1px var(--hyundai-light-gray);margin:0 auto 5px;padding-bottom:5px}
.op-features-mobile .op-features-mobile-content .odm-egine-transmission p{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:.9rem;font-family:"HyundaiSansHead-Medium";line-height:28.8px;margin:0 0 5px}
.op-features-mobile .op-features-mobile-content .odm-egine-transmission p:last-of-type{text-align:end}
.op-features-mobile .op-features-mobile-content .odm-content{width:100%;max-width:100%;height:auto;display:block}
.op-features-mobile .op-features-mobile-content .odm-content h2{width:100%;max-width:100%;height:auto;display:block;caret-color:var(--black);font-size:1.2rem;font-family:"HyundaiSansHead-Medium";line-height:28.8px;margin:15px 0 5px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:flex-start}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile{width:100%;max-width:50%;height:50px;display:flex;align-items:center;justify-content:flex-start;color:var(--white);font-size:12px;font-family:"HyundaiSansHead-Medium";line-height:1;text-decoration:none;padding:0 21px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile:nth-child(odd){margin-right:10px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile:nth-child(even){margin-left:10px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile.whatsapp{background-color:var(--whatsapp-button)}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile.testdrive{background-color:var(--hyundai-blue)}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile .icon{margin-right:10px}
.op-features-mobile .op-buttons-whatsapp-testdrive-mobile .op-button-mobile .icon img{width:20px;height:20px}
}
:root{--black:#000;--hyundai-tkpage-blue:#aed7e6;--hyundai-tkpage-title:#007fa8}
.op-quotation-tkpage{display:flex;background-color:var(--hyundai-tkpage-blue);padding:20px}
.op-quotation-tkpage svg{margin-right:15px}
.op-quotation-tkpage h3{color:var(--hyundai-tkpage-title);font-size:18px;font-family:"HyundaiSansHead-Medium";text-align:left;margin:0 0 20px}
.op-quotation-tkpage p{color:var(--black);font-size:16px;font-family:"HyundaiSansHead-Regular";line-height:1.2;margin:0 0 20px}
.op-quotation-tkpage p span{font-family:"HyundaiSansHead-Medium"}
:root{--black:#000;--white:#fff;--hyundai-blue:#002c5f;--hyundai-tkpage-blue:#aed7e6;--hyundai-tkpage-title:#007fa8;--hyundai-gray:#ccc}
.op-reserve-tkpage{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-tkpage .op-tkpage-instructions{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-tkpage .op-tkpage-instructions .instructions-item{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansText-Regular";line-height:1.2;margin-bottom:15px}
.op-reserve-tkpage .op-tkpage-instructions .instructions-item .number{font-family:"HyundaiSansText-Bold"}
.op-reserve-tkpage .op-payment-text{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;color:var(--black);font-size:16px;font-family:"HyundaiSansText-Regular";line-height:1.2}
.op-reserve-tkpage .op-payment-text span{margin-bottom:15px}
.op-reserve-tkpage .op-payment-text .op-payment-text-dealer{font-family:"HyundaiSansText-Bold";margin-bottom:0}
.op-reserve-tkpage .op-reserve-tkpage-info{width:100%;max-width:100%;height:auto;display:flex;align-items:flex-start;justify-content:space-between;background-color:var(--hyundai-tkpage-blue);margin:10px auto 40px;padding:35px 20px}
.op-reserve-tkpage .op-reserve-tkpage-info .info-value{display:flex;flex-direction:column}
.op-reserve-tkpage .op-reserve-tkpage-info .info-value .title{display:block;color:var(--black);font-size:13px;font-family:"HyundaiSansText-Regular";line-height:1}
.op-reserve-tkpage .op-reserve-tkpage-info .info-value .value{display:block;color:var(--black);font-size:13px;font-family:"HyundaiSansText-Bold";line-height:1}
.op-reserve-tkpage .op-reserve-tkpage-dealer{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column;margin-bottom:30px}
.op-reserve-tkpage .op-reserve-tkpage-dealer h3{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:21px;font-family:"HyundaiSansHead-Medium";line-height:1;text-align:left;margin:0 0 30px}
.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .dealer-name{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:26px;font-family:"HyundaiSansHead-Medium";line-height:1;margin-bottom:15px}
.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .dealer-address,.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .dealer-contact,.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .dealer-email{width:100%;max-width:90%;height:auto;display:flex;align-items:center;margin-bottom:20px}
.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .dealer-contact{justify-content:space-between}
.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .dealer-contact .dealer-phone,.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .dealer-contact .dealer-whatsapp{width:100%;max-width:50%;height:auto;display:flex;align-items:center}
.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content .icon{margin-right:10px}
.op-reserve-tkpage .op-reserve-tkpage-dealer .dealer-content span{display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansText-Regular";line-height:1.2}
.op-reserve-tkpage .op-reserve-tkpage-legal{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:12px;font-family:"HyundaiSansText-Regular";line-height:1.2}
.op-reserve-tkpage .op-tkpage-ticket{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-tkpage .op-tkpage-ticket .op-tkpage-ticket-button{width:100%;max-width:100%;height:auto;display:block;margin-bottom:40px}
.op-reserve-tkpage .op-tkpage-ticket .op-tkpage-ticket-button a{width:100%;max-width:232px;height:45px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:normal;background-color:var(--hyundai-blue);border:solid 1px var(--hyundai-blue);text-decoration:none;margin:0 auto;transition:all .5s ease-out}
.op-reserve-tkpage .op-tkpage-ticket .op-tkpage-ticket-button a:hover{color:var(--hyundai-blue);background-color:var(--white)}
.op-reserve-tkpage .op-tkpage-pix{width:100%;max-width:100%;height:auto;display:flex;flex-direction:column}
.op-reserve-tkpage .op-tkpage-pix .op-tkpage-pix-qrcode{width:100%;max-width:100%;height:auto;display:flex;align-items:center;justify-content:center;margin-bottom:30px}
.op-reserve-tkpage .op-tkpage-pix .op-tkpage-pix-qrcode img{margin:0 auto}
.op-reserve-tkpage .op-tkpage-pix .op-tkpage-pix-code{width:100%;max-width:100%;height:auto;display:flex;align-items:center;border:solid 1px var(--hyundai-gray);border-right:0;border-left:0;margin-bottom:30px;padding:10px}
.op-reserve-tkpage .op-tkpage-pix .op-tkpage-pix-code input[type="text"]{width:100%;max-width:calc(100% - 110px);height:45px;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansHead-Medium";line-height:1;background-color:var(--white);border:0}
.op-reserve-tkpage .op-tkpage-pix .op-tkpage-pix-code .op-tkpage-pix-button{width:100%;max-width:110px;height:45px;display:block;color:var(--white);font-size:14px;font-family:"HyundaiSansHead-Medium";line-height:normal;background-color:var(--hyundai-blue);border:solid 1px var(--hyundai-blue);transition:all .5s ease-out}
.op-reserve-tkpage .op-tkpage-pix .op-tkpage-pix-code .op-tkpage-pix-button:hover{color:var(--hyundai-blue);background-color:var(--white)}
.op-reserve-tkpage .op-tkpage-pix .op-tkpage-pix-text{width:100%;max-width:100%;height:auto;display:block;color:var(--black);font-size:16px;font-family:"HyundaiSansText-Regular";line-height:1.2;margin-bottom:15px}