.hero-section-wrapper{background-color:white;flex-direction:column}.hero-section-wrapper,.hero-top{width:100%;display:flex;align-items:center}.hero-top{background-color:#f5f5f3;height:660px;justify-content:center}.hero-content{width:90%;max-width:1600px;height:100%;display:flex;justify-content:space-between;align-items:center}.hero-text{max-width:800px;text-align:left}.hero-title{font-size:50px;font-weight:700;color:#000000;margin-bottom:20px;margin-left:20px}.hero-description{font-size:30px;margin-left:20px;color:#5e5e5e}.hero-image{max-width:825px;padding-left:60px;display:flex;align-items:center;justify-content:center}.hero-image,.hero-img{max-height:100%}.hero-img{width:100%;height:auto;object-fit:contain}.color-divider{display:flex;width:100%;height:2px;margin-top:0;padding:0}.color1{background-color:#f65472}.color2{background-color:#ffdc84}.color3{background-color:#6c9cf5}.color4{background-color:#302c2c}.color5{background-color:#F83E1D}.hero-btns-wrapper{margin-top:60px;padding-bottom:40px;display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.fa-play-circle{margin-left:4px}@media screen and (max-width:960px){.hero-container>h1{font-size:70px;margin-top:150px}}@media screen and (max-width:768px){.hero-container>h1{font-size:50px;margin-top:100px}.hero-container>p{font-size:20px}.btn-mobile{display:block;text-decoration:none}.hero-btns{flex-direction:column;align-items:center}.btn{width:100%}}.color-segment{flex:1 1;height:100%}.btns{width:250px;height:100px;text-align:center;font-size:1.1rem;border:1px solid black;text-decoration:none;white-space:pre-line;line-height:1.2;font-weight:400;background-color:#F9FDFE}.btns,.btns-wrapper{display:flex;align-items:center;justify-content:center}.btns-wrapper{flex-direction:column}.btn-line{width:250px;height:6.5px;margin-top:-10px;border-radius:2px;transform:translateY(6px);transition:transform .2s ease}.about-sectionh{background-color:#F83E1D;padding:60px 20px;text-align:center;margin-top:40px}.about-contenth{background-color:transparent;max-width:900px;margin:0 auto}.about-contenth h1{font-size:42px;font-weight:700;margin-bottom:5px;color:#111}.about-contenth h2{font-size:32px;font-weight:700;margin-bottom:0;margin-top:0;color:#F9FDFE}.about-contenth p{font-size:18px;font-weight:400;line-height:1.6;text-align:justify;color:#F9FDFE;max-width:800px;margin:0 auto}.hc-section{width:100%;padding:80px 20px;display:flex;align-items:center;justify-content:center;background-image:url(/images/bg_HomeContact.png);background-size:cover;background-position:50%;background-repeat:no-repeat}.hc-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;grid-gap:40px;gap:40px;align-items:center}.hc-left{text-align:left}.hc-title{font-size:80px;font-weight:800;margin-bottom:10px}.hc-lead{font-size:25px;color:#444;margin-bottom:12px}.hc-note{font-size:20px;color:#666;line-height:1.6}.hc-right{perspective:1200px}.hc-card{position:relative;width:100%;min-height:200px;transform-style:preserve-3d;transition:transform .7s ease}.hc-card.is-flipped{transform:rotateY(180deg)}.hc-card-face{position:absolute;inset:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fafafa;border:1px solid #eaeaea;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.06);padding:24px;display:flex;flex-direction:column}.hc-card-back{transform:rotateY(180deg)}.hc-card-front{position:relative}.hc-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;flex:1 1}.hc-tile{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding:18px;min-height:50px;background:#fff;box-sizing:border-box;border:2px solid transparent;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);color:inherit;text-decoration:none;font-weight:400;font-size:clamp(10px,1.2vw,15px);line-height:1.3;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;cursor:pointer}.hc-tile:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.16);filter:brightness(1.02)}.hc-tile.is-active{box-shadow:0 10px 24px rgba(0,0,0,.14);filter:brightness(1.01)}.hc-tile.one.is-active,.hc-tile.one:hover{background-color:#fff;box-shadow:0 10px 24px #F83E1D}.hc-tile.two.is-active,.hc-tile.two:hover{background-color:#fff;box-shadow:0 10px 24px #FFDC84}.hc-tile.three.is-active,.hc-tile.three:hover{background-color:#fff;box-shadow:0 10px 24px #6C9CF5}.hc-tile.four.is-active,.hc-tile.four:hover{background-color:#fff;box-shadow:0 10px 24px #302C2C}.hc-tile.five.is-active,.hc-tile.five:hover{background-color:#fff;box-shadow:0 10px 24px #FF3C1C}.hc-tile.six{color:#F83E1D;border:2px solid #f83e1d;background-color:#fff;font-weight:600}.hc-tile.six.is-active,.hc-tile.six:hover{background-color:#F83E1D;color:#fff;box-shadow:0 10px 24px rgba(248,62,29,.5)}.hc-tile:focus-visible{outline:3px solid rgba(17,17,17,.35);outline-offset:2px}.hc-actions{margin-top:24px;display:flex;justify-content:flex-end}.hc-ok{background:#111;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:15px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease}.hc-ok:hover{transform:translateY(-1px);box-shadow:0 10px 16px rgba(0,0,0,.12)}.hc-ok.is-disabled,.hc-ok:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.hc-summary h3{font-size:18px;margin-bottom:8px}.hc-summary ul{margin:8px 0 14px;padding-left:18px}.hc-subtext{font-size:14px;color:#555;margin-bottom:12px}.hc-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 16px;gap:12px 16px}.hc-field{display:flex;flex-direction:column}.hc-field label{font-size:13px;margin-bottom:6px;color:#333}.hc-field input{border:1px solid #ddd;border-radius:8px;padding:10px 12px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.hc-field input:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.1)}.hc-form-actions{grid-column:1/-1;display:flex;justify-content:space-between;gap:10px;margin-top:6px}.hc-back{background:transparent;color:#111;border:1px solid #111;border-radius:8px;padding:10px 16px;font-size:14px;cursor:pointer}.hc-submit{background:#F83E1D;color:#fff;border:none;border-radius:8px;padding:10px 18px;font-size:15px;cursor:pointer;transition:filter .15s ease,transform .15s ease}.hc-submit:hover{filter:brightness(1.03);transform:translateY(-1px)}@media (max-width:900px){.hc-container{grid-template-columns:1fr;gap:24px}.hc-section{padding:60px 16px}.hc-form{grid-template-columns:1fr}.hc-title{font-size:48px}}@media (max-width:860px){.hc-options{grid-template-columns:1fr}}