@keyframes shine{0%{opacity:0;left:0%}50%{opacity:1}to{opacity:0;left:100%}}.form{--inputsize:42px;--labelbefore:#ffffffb2;--labelafter:var(--white);--borderbefore:#ffffff80;--borderafter:var(--primary);--labelfontbefore:16px;--labelfontafter:12px;--font:normal;--color:var(--black);--borderwidth:1px;--labelbackground:none;--textareaheight:86px;--paddingleftright:0px}.form .form-group{--selectheight:var(--inputsize);flex:0 100%;width:100%;max-width:100%;line-height:0;position:relative}.form .form-group.has-icon input{--iconsize:18px;background-repeat:no-repeat;background-position:calc(100% - var(--paddingleftright,0px))50%;padding-right:calc(var(--paddingleftright,0px) + var(--iconsize,0px) + var(--paddingleftright,0px))}.form .form-group.active:after{width:100%}.form .form-group:before,.form .form-group:after{content:"";height:var(--borderwidth);transition:all .5s;position:absolute;bottom:0;left:0;right:0}.form .form-group:before{background:var(--borderbefore)}.form .form-group:after{background:var(--borderafter);width:0}.form .form-group label{font-weight:var(--font);top:calc(var(--inputsize)/2 - var(--labelfontbefore)/2);left:var(--paddingleftright);color:var(--labelbefore);line-height:1;font-size:var(--labelfontbefore);background:var(--labelbackground);-webkit-user-select:none;user-select:none;pointer-events:none;transition:all .3s;position:absolute}.form .form-group input,.form .form-group textarea{height:calc(var(--inputsize) - var(--borderwidth));resize:none;width:100%;font-size:inherit;padding:0 var(--paddingleftright);background:0 0;border:none;font-family:inherit;color:var(--white)!important;border-radius:0!important}.form .form-group input:focus,.form .form-group textarea:focus,.form .form-group input.valid,.form .form-group textarea.valid{outline:none}.form .form-group input.valid~label,.form .form-group textarea.valid~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter)/-2)}.form .form-group input:not(.no-focus):focus,.form .form-group textarea:not(.no-focus):focus{outline:none}.form .form-group input:not(.no-focus):focus~label,.form .form-group textarea:not(.no-focus):focus~label{font-size:var(--labelfontafter);color:var(--labelafter);top:calc(var(--labelfontafter)/-2)}.form .form-group input[readonly],.form .form-group textarea[readonly]{caret-color:#0000}.form .form-group textarea{height:var(--textareaheight);resize:none;width:100%;color:var(--color);font-size:inherit;cursor:initial;padding:0 var(--paddingleftright);background:0 0;border:none;padding-right:15px;font-family:inherit;line-height:1.2;border-radius:0!important}.form .form-group textarea::-webkit-scrollbar{background:0 0;width:2px;height:2px}.form .form-group textarea::-webkit-scrollbar-track{box-shadow:none}.form .form-group textarea::-webkit-scrollbar-thumb{background-color:var(--black);border-radius:15px}.form .form-group textarea:focus,.form .form-group textarea.valid{height:calc(var(--textareaheight) - 13px);outline:none;margin-top:13px}.form .form-group select:focus{outline:none}.form .form-group select~label{top:calc(var(--labelfontafter)/-2);left:var(--paddingleftright);color:var(--labelafter);font-size:var(--labelfontafter);opacity:0;transition:all .6s;position:absolute;translate:0}.form .form-group select.valid{color:var(--color)}.form .form-group select.valid~label{opacity:1}.form .form-group .error{color:red;font-size:12px;line-height:normal;position:absolute;top:calc(100% + 3px);left:0;right:0}.form .form-group.file-input input[type=file]{opacity:0;z-index:4;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.form .form-group.file-input .file-name{pointer-events:none;height:calc(var(--inputsize) - var(--borderwidth));--filename:"Attach Resume*";--filenameinitial:var(--filename);--color:var(--text);--background:none;appearance:none;line-height:calc(var(--inputsize) - var(--borderwidth));position:relative}.form .form-group.file-input .file-name:before,.form .form-group.file-input .file-name:after{position:absolute;inset:0}.form .form-group.file-input .file-name:before{content:var(--filenameinitial);z-index:2;font-family:inherit;font-size:inherit;line-height:calc(var(--inputsize) - var(--borderwidth));padding-left:var(--paddingleftright);color:var(--color);text-overflow:ellipsis;background:0 0;width:80%;overflow:hidden}.form .form-group.file-input .file-name:after{content:"";background:var(--image);z-index:1;background-repeat:no-repeat;background-position:calc(100% - var(--paddingleftright,0))50%;background-size:auto 50%;right:0}.form .submit-grp:not(.text-left){text-align:center;margin-top:23px}.custom-select{cursor:pointer;max-width:100%;height:var(--inputsize);-webkit-user-select:none;user-select:none;white-space:nowrap;padding:0 var(--paddingleftright);--arrow:15px;--arrowspace:8px;font-family:inherit;transition:all .2s ease-in-out;display:block;position:relative}.custom-select.has-icon{--iconsize:12px;--iconurl:var(--iconpath);--iconspace:8px}.custom-select.has-icon:after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;inset:0;left:var(--paddingleftright,0px);width:var(--iconsize);background:0 0;background-image:var(--iconurl);background-position:0;background-repeat:no-repeat;background-size:100%;position:absolute}.custom-select.has-icon .current{padding-left:calc(var(--iconsize) + var(--iconspace));padding-right:calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace))}.custom-select:before{content:"";top:0;right:var(--paddingleftright,0);width:var(--arrow);background-position:0;background-repeat:no-repeat;background-size:100%;position:absolute;bottom:0}.custom-select .current{text-overflow:ellipsis;width:100%;line-height:var(--inputsize);color:var(--labelbefore);font-size:var(--labelfontbefore);font-weight:var(--font);padding-right:calc(var(--arrow) + var(--arrowspace));display:block;overflow:hidden}.custom-select .current.selected{color:var(--color)}.custom-select .list{text-align:left;opacity:0;transform-origin:50% 0;z-index:4;pointer-events:none;background-color:#fff;border-bottom-right-radius:10px;border-bottom-left-radius:10px;max-height:180px;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 1px 4px #00000029}.custom-select .list::-webkit-scrollbar{background:0 0;width:4px;height:4px}.custom-select .list::-webkit-scrollbar-track{box-shadow:none}.custom-select .list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:5px}.custom-select .list li{white-space:break-spaces;padding:8px 16px;font-size:14px;line-height:1.2;display:block}.custom-select .list li.selected,.custom-select .list li.selected:hover{background:var(--primary);color:var(--white)}.custom-select .list li:hover{background:#e2e2e2}.custom-select.open .list{opacity:1;pointer-events:auto;transform:scale(1)translateY(0)}.css-b62m3t-container,.css-b62m3t-container input{height:100%!important}.css-b62m3t-container .css-13cymwt-control{background:0 0!important;border:none!important;height:100%!important}.css-b62m3t-container .css-13cymwt-control .css-t3ipsp-control{box-shadow:none!important;border:none!important}.css-b62m3t-container .css-13cymwt-control .css-hlgwow{height:100%!important}.css-b62m3t-container .css-13cymwt-control .css-hlgwow .css-19bb58m input{outline:none!important;height:100%!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0;list-style:none}:root{--headerpadding:35px;--headerheight:93px;--headerfixed:82px;--footerstrip:64px;--primary:#57dde6;--secondary:#3853a3;--gradient-a:linear-gradient(90deg,#3853a3 19.23%,#55a5d9 66.83%,#57dde6 94.23%);--gradient-b:linear-gradient(90deg,#3853a3 0%,#55a5d9 100%);--gradient-c:linear-gradient(270deg,#d8d8d8 0%,#ebebeb 50%,#c5c5c5 100%);--gradient-d:linear-gradient(360deg,#e6e6e6 0%,#c6c6c6 100%);--gradient-e:linear-gradient(180deg,#e5e5e5 0%,#fff 46.5%,#f6f6f6 100%);--arrowsize:15px;--arrow:25px;--space:11px;--text:#666;--green:green;--white:#fff;--black:#000;--black-light:#313131;--gray:#eaeaea;--container:1280px;--containerfluid:2rem}@media only screen and (max-width:768px){:root{--headerfixed:50px}}@media only screen and (max-width:1152px){:root{--containerfluid:1rem}}@media only screen and (max-width:991px){:root{--containerfluid:15px}}@media only screen and (max-width:320px){:root{--containerfluid:10px}}body{background:var(--black)}body::-webkit-scrollbar{background:var(--white);width:8px}body::-webkit-scrollbar-track{box-shadow:none}body::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:7px}body.overflow-hidden{margin-right:10px;overflow:hidden}@media only screen and (max-width:991px){body.overflow-hidden{margin-right:0}}body.overflow-hidden header{width:calc(100% - 10px)}@media only screen and (max-width:991px){body.overflow-hidden header{width:100%}}*{font-family:Roobert}body,html{font-optical-sizing:auto;font-family:Roobert;font-size:16px;font-style:normal;font-weight:400;line-height:1.5}b{font-weight:500}p{color:var(--text)}small{font-size:14px;line-height:22px;display:block}.svg path{transition:none}.svg path[stroke],.svg path[fill=none]{stroke:currentColor}.svg path[fill]{fill:currentColor}.gray-bg{background:#eaeaea}.gray-bg .heading p{color:#000000b2}.primary-bg{background:var(--primary)}.c-primary{color:var(--primary)}.c-text{color:var(--text)}.c-red{color:red}.c-green,.green-color{color:#13bb75!important}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fs-14{font-size:14px}.fs-18{font-size:18px}select{display:none}a[href]{cursor:pointer;text-decoration:none;transition:all .5s}a[href].logo{line-height:0;display:block}svg path{transition:all .5s}.position-relative{position:relative}.lh-normal{line-height:normal}.cursor-pointer{cursor:pointer!important}.container{max-width:var(--container);width:100%;margin:0 auto}@media only screen and (max-width:1300px){.container{padding:0 25px}}@media only screen and (max-width:767px){.container{padding:0 15px}}@media only screen and (max-width:345px){.container{padding:0 13px}}@media only screen and (max-width:320px){.container{padding:0 10px}}@media only screen and (max-width:675px){.container.container2{padding-right:0}.container.container2 .heading{padding-right:15px}}@media only screen and (max-width:345px){.container.container2 .heading{padding-right:13px}}@media only screen and (max-width:320px){.container.container2 .heading{padding-right:10px}}.container-fluid{padding:0 var(--containerfluid);margin:0 auto;display:block}.social-icons{-webkit-user-select:none;user-select:none}h1,h2,h3,h4,h5,h6{color:#000;font-weight:400}h1{font-size:64px;line-height:1.05}@media only screen and (max-width:1024px){h1{font-size:58px}}@media only screen and (max-width:991px){h1{font-size:54px}}@media only screen and (max-width:767px){h1{font-size:48px}}h2{font-size:54px;line-height:1.2}@media only screen and (max-width:768px){h2{font-size:40px}}h3{font-size:48px;line-height:1.2}:is(.heading:has(h2~h6) h3,.heading:has(h2~h6) h2,.heading:has(h3~h6) h3,.heading:has(h3~h6) h2,.heading:has(h2~h5) h3,.heading:has(h2~h5) h2,.heading:has(h3~h5) h3,.heading:has(h3~h5) h2,.heading:has(h2~p) h3,.heading:has(h2~p) h2,.heading:has(h3~p) h3,.heading:has(h3~p) h2){margin-bottom:12px}.heading h2{color:var(--white);text-align:center;max-width:545px;margin:auto;font-size:48px;font-weight:600;line-height:1.1}@media only screen and (max-width:1230px){.heading h2{font-size:42px}}@media only screen and (max-width:1152px){.heading h2{font-size:38px}}@media only screen and (max-width:991px){.heading h2{font-size:34px}}@media only screen and (max-width:767px){.heading h2{font-size:32px}}@media only screen and (max-width:520px){.heading h2{font-size:26px}}@media only screen and (max-width:345px){.heading h2{font-size:24px}}.heading h2 span{color:var(--primary)}.heading h6{font-size:18px;font-weight:500;line-height:1.34}@media only screen and (max-width:520px){.heading h6{font-size:16px}}.heading h5{font-size:20px;font-weight:500;line-height:1.29}@media only screen and (max-width:520px){.heading h5{font-size:16px}.heading p{font-size:14px}}@media only screen and (max-width:345px){.heading p{font-size:13px}}.heading:not(.c-white) h6,.heading:not(.c-white) p{color:var(--text);font-weight:500}.heading.lh-1 h3,.heading.lh-1 h2{line-height:1}.heading.h-medium h2,.heading.h-medium h3{font-size:36px}@media only screen and (max-width:991px){.heading.h-medium h2,.heading.h-medium h3{font-size:34px}}@media only screen and (max-width:767px){.heading.h-medium h2,.heading.h-medium h3{font-size:32px}}@media only screen and (max-width:520px){.heading.h-medium h2,.heading.h-medium h3{font-size:24px}}.heading.h-small h2,.heading.h-small h3{font-size:20px;line-height:25.8px}.heading.c-white>:not(.btn){color:var(--white)}h4{font-size:36px;line-height:1.28}h5{font-size:24px;line-height:1.167}@media only screen and (max-width:1152px){h5{font-size:22px}}@media only screen and (max-width:675px){h5{font-size:20px}}h6{font-size:20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-uppercase{text-transform:uppercase}.flex{flex-wrap:wrap;display:flex}.justify-between{justify-content:space-between}.align-center{align-items:center}.inline-flex{--gap:12px;align-items:center;gap:0 var(--gap);display:inline-flex}img{-o-object-fit:cover;object-fit:cover;width:100%;max-width:100%}button,select{font-size:inherit;cursor:pointer}input{font-size:inherit;border-radius:0}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}video{pointer-events:none;-webkit-user-select:none;user-select:none}button{appearance:none;cursor:pointer;background:0 0;border:none}.tab-nav{cursor:default}.tab-nav [data-tab]{cursor:pointer;caret-color:#0000}.tab-nav-content{position:relative}.tab-nav-content .tabs:not(.active){pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;height:0;position:absolute;inset:0;overflow:hidden}.item-md{display:block;position:relative}.item-md:before,.item-md:after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;background:0 0;position:absolute;inset:0}.item-md:after{content:none}.item-md figure,.item-md .figure{height:100%;line-height:0;display:block;overflow:hidden}.item-md figure img,.item-md figure video,.item-md figure iframe,.item-md .figure img,.item-md .figure video,.item-md .figure iframe{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:all .5s}.item-md figcaption{z-index:2;position:absolute;bottom:0;left:0;right:0}.item-md .link-md{z-index:3;position:absolute;inset:0}.item-md.center-item figcaption{top:50%;bottom:auto;translate:0 -50%}.overlay{z-index:5;opacity:0;cursor:pointer;background:#000000ab;transition:all 0s .5s,opacity .5s;position:fixed;inset:0;transform:translateY(100%)}.overlay.is-open{opacity:1;transition:opacity 1s;transform:translateY(0%)}.btn{background:var(--gradient-b);cursor:pointer;color:var(--white);z-index:1;border:none;border-radius:25px;outline:none;justify-content:center;align-items:center;gap:10px;width:fit-content;padding:14px 20px;font-size:16px;font-weight:600;line-height:1;display:flex;position:relative}.btn:hover:after{opacity:0}.btn:hover figure svg path{fill:var(--white)!important}.btn:before{content:attr(data);color:var(--white);font-size:16px;font-weight:600;line-height:1;transition:all .5s}.btn:after{content:"";background-color:var(--black);z-index:-1;border-radius:25px;transition:all .5s;position:absolute;inset:2px}.btn2{--height:38px;--padding:24px;vertical-align:middle;height:var(--height);line-height:var(--height);padding:0 var(--padding);color:var(--white);appearance:none;caret-color:#0000;-webkit-user-select:none;user-select:none;z-index:1;border-radius:25px;justify-content:center;align-items:center;gap:10px;font-weight:500;transition:all .5s;display:inline-flex;position:relative;overflow:hidden}.btn2:hover{color:#fff!important}@media only screen and (max-width:540px){.btn2{--height:30px;--padding:12px;font-size:14px}}.btn2:not([class*=border-]){background:var(--primary);position:relative}.btn2:not([class*=border-]):after{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--gradient-b);position:absolute;inset:0}.btn2:not([class*=border-]):before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:var(--gradient-a);position:absolute;inset:0}.btn2:not([class*=border-]):before,.btn2:not([class*=border-]):after{z-index:-1;transition:all .5s}.btn2:not([class*=border-]):after,.btn2:not([class*=border-]):hover:before{opacity:0}.btn2:not([class*=border-]):hover:after{opacity:1}.btn2[class*=border-]{border:1px solid}.btn2.solid-white{background:var(--white);color:var(--black)}.btn2.solid-white:before,.btn2.solid-white:after{content:"";display:none}.btn2 svg path[stroke]{stroke:currentColor}.btn2 svg path[fill]{fill:currentColor}.btn2.btn-white{background:var(--white);color:var(--black)}.btn2.btn-white:before,.btn2.btn-white:after{display:none}.btn2.btn-white:hover{background:var(--gradient-a);color:var(--white)}.btn2.border-gray{border-color:var(--text);color:var(--text)}.btn2.border-black{border-color:var(--black);color:var(--black)}.btn2.border-black:hover{background:var(--gradient-a);border-color:var(--primary);color:var(--white)}.btn2.sqr-radius{border-radius:5px}.btn2.border-white{border-color:var(--white);color:var(--white);transition:all .5s}.btn2.border-white:hover{background:var(--gradient-a);border-color:var(--primary);color:var(--white)}.btn2.btn-lrg{--height:48px}@media only screen and (max-width:540px){.btn2.btn-lrg{--height:30px}}.btn2.btn-wide{--padding:36px}.btn2.w-100{width:100%}.btn2.btn-box{width:var(--height);--padding:0px!important}.btn2.btn-btn{border-radius:5px}.white-border{color:var(--white);border:1px solid var(--white);background:0 0;border-radius:5px;padding:5px 15px;transition:all .5s}.white-border:hover{background:var(--white);color:var(--black)}.video-pop{background:initial!important;max-width:initial!important}.model{z-index:7;background:var(--white);background-position:0 80%;background-size:75%;width:100%;max-width:435px;position:fixed;top:0;bottom:0}.model .close{cursor:pointer}.model .close:not(.btn,.close-video,.not-ab){z-index:1;line-height:0;position:absolute;top:25px;right:25px}@media only screen and (max-width:520px){.model .close:not(.btn,.close-video,.not-ab){top:20px;right:20px}}.model .close:not(.btn,.close-video,.not-ab) path{stroke:var(--black)}.form-grid{--item:1;--gaplr:30px;--gaptb:32px;grid-template-columns:repeat(var(--item),calc((100% - var(--gaplr)*(var(--item) - 1))/var(--item)));gap:var(--gaptb)var(--gaplr);display:grid}.form-grid .full{grid-column:span var(--item)}.btn-div-btm>:not(:last-child){margin-right:14px}@media only screen and (max-width:675px){.btn-div-btm>:not(:last-child){margin-right:8px}.btn-div-btm .btn{--padding:12px;font-size:14px}}.swiper-slide{height:auto}.swiper-nav{line-height:0}.swiper-nav.center-full{z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;width:100%;max-width:100%;margin:0 auto;display:flex;position:absolute;top:50%;left:50%;translate:-50% -50%}@media only screen and (max-width:540px){.swiper-nav.center-full{display:none}}.swiper-nav.center-full .swiper-prev,.swiper-nav.center-full .swiper-next{pointer-events:all;-webkit-user-select:auto;user-select:auto}.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled,.swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled{opacity:0;pointer-events:none}.swiper-nav.swiper-group{align-items:center;gap:10px;display:inline-flex}.swiper-prev svg,.swiper-prev img,.certificate-prev svg,.certificate-prev img{transform:scaleX(-1)}.swiper-prev,.swiper-next{--size:45px;height:var(--size);width:var(--size);background:var(--secondary);border:1px solid var(--secondary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;transition:all .5s;display:flex}.swiper-prev:not(.no-background) path[stroke],.swiper-prev:not(.no-background) path[fill=none],.swiper-next:not(.no-background) path[stroke],.swiper-next:not(.no-background) path[fill=none]{stroke:currentColor}.swiper-prev:not(.no-background) path[fill],.swiper-next:not(.no-background) path[fill]{fill:currentColor}.swiper-prev:hover:not(.swiper-button-disabled,.no-background),.swiper-next:hover:not(.swiper-button-disabled,.no-background){background:var(--primary);border-color:var(--primary);color:var(--white)}.swiper-prev.no-background,.swiper-next.no-background{background:0 0;border:none;width:auto;height:auto;line-height:0;display:block}.swiper-prev.no-background:hover,.swiper-next.no-background:hover{background:0 0}.swiper-prev.white,.swiper-next.white{background:var(--white);border-color:var(--white);color:var(--secondary)}.swiper-prev.white:hover:not(.swiper-button-disabled),.swiper-next.white:hover:not(.swiper-button-disabled){background:var(--secondary);border-color:var(--secondary);color:var(--white)}.swiper-prev.secondary-border,.swiper-next.secondary-border{border-color:var(--secondary);color:var(--secondary);background:0 0}.swiper-prev.secondary-border:hover:not(.swiper-button-disabled),.swiper-next.secondary-border:hover:not(.swiper-button-disabled){background:var(--secondary);color:var(--white)}.swiper-prev.white-border,.swiper-next.white-border{border-color:var(--white);color:var(--white);background:0 0}.swiper-prev.white-border:hover:not(.swiper-button-disabled),.swiper-next.white-border:hover:not(.swiper-button-disabled){background:var(--white);color:var(--secondary)}.swiper-prev.gray-border,.swiper-next.gray-border{border-color:var(--text);color:var(--text);background:0 0}.swiper-prev.gray-border:hover:not(.swiper-button-disabled),.swiper-next.gray-border:hover:not(.swiper-button-disabled){border-color:var(--primary);background:var(--primary);color:var(--white)}.swiper-prev.gray-arrow,.swiper-next.gray-arrow{color:#888}.swiper-prev.black-arrow,.swiper-next.black-arrow{color:var(--black)}.swiper-prev.black-arrow:hover:not(.swiper-button-disabled),.swiper-next.black-arrow:hover:not(.swiper-button-disabled){color:var(--secondary)}.swiper-prev.swiper-button-disabled,.swiper-next.swiper-button-disabled{cursor:no-drop;opacity:.4}.swiper-prev.swiper-button-lock,.swiper-next.swiper-button-lock{display:none!important}.play-btn{--btnsize:51px;--border:1px;--bordercolor:var(--white);--playbtncolor:var(--white);height:var(--btnsize);width:var(--btnsize);border:var(--border)solid var(--bordercolor);background:0 0;border-radius:50%;position:relative}@media only screen and (max-width:1024px){.play-btn{--btnsize:50px}}@media only screen and (max-width:675px){.play-btn{--btnsize:45px;--border:1px}}.play-btn:before{content:"";background:var(--bordercolor);border-radius:50%;width:100%;height:100%;animation:1.5s ease-out infinite pulse-border;display:block;position:absolute;inset:50% 0 0 50%;transform:translate(-50%)translateY(-50%)}@keyframes pulse-border{0%{opacity:.5;transform:translate(-50%)translateY(-50%)translateZ(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-50%)translateZ(0)scale(1.5)}}.play-btn:after{content:"";border-top:calc(var(--btnsize)/8)solid transparent;border-bottom:calc(var(--btnsize)/8)solid transparent;border-left:calc(var(--btnsize)/5.6)solid var(--playbtncolor);width:0;height:0;position:absolute;top:50%;left:50%;translate:-50% -50%}.website-content>:first-child{margin-top:0!important}.website-content>:last-child{margin-bottom:0!important}.website-content h1{text-align:center;margin-bottom:45px;font-size:48px;font-weight:400}@media only screen and (max-width:675px){.website-content h1{font-size:34px}}@media only screen and (max-width:520px){.website-content h1{font-size:30px;font-weight:700}}.website-content h2{font-size:34px;font-weight:500}@media only screen and (max-width:675px){.website-content h2{font-size:24px}}.website-content h3{font-size:28px;font-weight:500;line-height:1.21}@media only screen and (max-width:675px){.website-content h3{font-size:22px}}.website-content h4{font-size:24px;font-weight:500}@media only screen and (max-width:675px){.website-content h4{font-size:20px}}.website-content h5{font-size:20px;font-weight:600;line-height:1.3}@media only screen and (max-width:675px){.website-content h5{font-size:18px}}.website-content h6{font-size:18px;font-weight:600;line-height:1.3}.website-content h2,.website-content h3,.website-content h4{margin:40px 0 18px}.website-content h5,.website-content h6{margin:22px 0 18px}.website-content p,.website-content li{color:var(--text);text-align:justify;-webkit-hyphens:auto;hyphens:auto}@media only screen and (max-width:520px){.website-content p,.website-content li{font-size:14px}}.website-content p b,.website-content li b{color:var(--black);font-weight:600}.website-content a{color:var(--black)}.website-content a:hover{text-decoration:underline}.website-content p,.website-content ul{margin-bottom:30px}.website-content ul{padding-left:18px}@media only screen and (max-width:675px){.website-content ul{padding-left:10px}}.website-content ul li{padding-left:28px;position:relative}@media only screen and (max-width:675px){.website-content ul li{padding-left:20px}}.website-content ul li:not(:last-child){margin-bottom:6px}.website-content ul li:before{content:"";aspect-ratio:1;background:#cfcfcf;border-radius:50%;width:10px;position:absolute;top:8px;left:0}@media only screen and (max-width:520px){.website-content ul li:before{width:6px}}.website-content.website-content-medium h2,.website-content.website-content-medium h3,.website-content.website-content-medium h4{margin:20px 0 18px;font-size:20px;font-weight:500}.website-content.website-content-medium h5,.website-content.website-content-medium h6{font-size:18px;font-weight:500}.website-content.website-content-medium p,.website-content.website-content-medium ul{margin-bottom:20px}[data-video],[data-model],[data-scrollTo]{cursor:pointer}.mt-hdr{margin-top:var(--headerheight)}.mt-hdrfix{margin-top:var(--headerfixed)}.banner{z-index:0;position:relative;overflow:hidden}.banner:not(.banner-banner){position:relative}.banner:not(.banner-banner):before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#0000 0%,#000000d9 100%),linear-gradient(#0003,#0003),linear-gradient(#0000 71.15%,#000 100%);position:absolute;inset:0}.banner .bg{height:100vh;line-height:0}@media only screen and (max-width:1152px){.banner .bg{height:520px}}@media only screen and (max-width:520px){.banner .bg{height:320px}}.banner .bg video,.banner .bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.banner .banner-wrapper{z-index:3;text-align:center;position:absolute;bottom:25%;left:0;right:0}@media only screen and (max-width:520px){.banner .banner-wrapper{bottom:18%}}.banner .banner-wrapper .heading h1{text-align:center;color:var(--white);font-size:100px;font-weight:600;line-height:1.2}.banner .banner-wrapper .heading h3{color:var(--white);font-size:28px;font-weight:600;line-height:1.2}.swiper-pagination-bullets{--swiper-pagination-bullet-size:13px;--swiper-pagination-color:var(--primary)}.btn-div-wrap>:not(:last-child){margin-right:20px}@media only screen and (max-width:675px){.btn-div-wrap>:not(:last-child){margin-right:5px}.btn-div-wrap .btn{--padding:10px}}.common-grid-wrap{grid-gap:30px 25px;grid-template-columns:repeat(3,1fr);display:grid}@media only screen and (max-width:991px){.common-grid-wrap{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:675px){.common-grid-wrap{grid-template-columns:100%}}.slider-section .upper-sec{margin-bottom:4rem;position:relative}.slider-section .upper-sec .swiper-nav{z-index:2;position:absolute;bottom:0;right:0}@media only screen and (max-width:675px){.slider-section .upper-sec .swiper-nav{display:none}}.news-col{background:var(--white);border-radius:15px;flex-direction:column;display:flex;overflow:hidden}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figure:before{animation:.4s linear shine}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figure img{transform:scale(1.04)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .ttl{color:var(--primary)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .desc{color:var(--black)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .date{color:var(--text)}.news-col:has(.figure:is(a):hover,.figcaption .ttl:is(a):hover,.figcaption .read-more-btn:is(a):hover) .figcaption .read-more-btn{border-color:var(--primary);background:var(--primary);color:var(--black)}.news-col .figure{line-height:0;display:block;position:relative;overflow:hidden}.news-col .figure:before{content:"";opacity:0;z-index:1;background:#fff;width:0;height:86%;display:block;position:absolute;top:7%;left:0%;transform:skew(-20deg);box-shadow:0 0 55px 12px #fff}.news-col .figure:hover:before{animation:.4s linear shine}.news-col .figure img{aspect-ratio:1.2;width:100%;transition:all .5s}.news-col .figcaption{--pdt:18px;--pdlr:24px;--pdb:35px;--btnsize:40px;--btnmargin:27px;padding:var(--pdt)var(--pdlr)calc(var(--pdb) + var(--btnmargin) + var(--btnsize));flex:1;position:relative}.news-col .figcaption .btn-div{z-index:1;padding:0 var(--pdlr)var(--pdb);position:absolute;bottom:0;left:0;right:0}.news-col .figcaption .ttl{color:var(--black);margin-bottom:10px;font-size:22px;font-weight:600;line-height:1.5;display:block}.news-col .figcaption .desc,.news-col .figcaption .date{font-weight:500;transition:all .5s}.news-col .figcaption .desc{color:#000000b3;margin-bottom:16px}.news-col .figcaption .date{color:var(--primary);line-height:1.375}.product-item:has(.figure:is(a):hover,.figcaption .dtl-btn:is(a):hover) .figure img{transform:scale(1.04)}.product-item:has(.figure:is(a):hover,.figcaption .dtl-btn:is(a):hover) .figcaption .dtl-btn{background:var(--black);color:var(--white)}.product-item .figure{line-height:0;display:block}.product-item .figure img{width:100%;transition:all 1s}.product-item .figcaption{text-align:center;padding-top:30px}.product-item .figcaption h4{font-size:32px}.product-item .figcaption h5{font-size:24px}.product-item .figcaption h4,.product-item .figcaption h5{margin-bottom:2rem;font-weight:600;line-height:1.167}@media only screen and (max-width:520px){.breadcrumps{white-space:nowrap;width:100%;overflow:hidden}}.breadcrumps li{vertical-align:middle;display:inline-block}.breadcrumps li a{color:var(--text);font-size:14px;font-weight:500}@media only screen and (max-width:520px){.breadcrumps li a{text-overflow:ellipsis;font-size:12px}}.breadcrumps li a.active{color:var(--black)}.breadcrumps li:not(:last-child){padding-right:20px;position:relative}@media only screen and (max-width:520px){.breadcrumps li:not(:last-child){padding-right:8px}}.breadcrumps li:not(:last-child):before{content:">";color:var(--text);font-size:12px;position:absolute;top:50%;left:100%;translate:0 -50%}.breadcrumps li:not(:first-child){padding-left:20px}@media only screen and (max-width:520px){.breadcrumps li:not(:first-child){padding-left:8px}}.sec-pad{padding:60px 0 70px}@media only screen and (max-width:991px){.sec-pad{padding:60px 0 80px}}@media only screen and (max-width:768px){.sec-pad{padding:50px 0 70px}}@media only screen and (max-width:540px){.sec-pad{padding:40px 0 50px}}.bg-circle{--bgcolor:#fff;--bgsize:30%;--top:50%;--right:10%;position:relative}.bg-circle:before{top:var(--top);right:var(--right);content:"";z-index:0;width:var(--bgsize);aspect-ratio:1;background:var(--bgcolor);filter:blur(152.3px);position:absolute}.bg-circle .container{z-index:1;position:relative}.common-slider-1 .swiper{max-width:calc(100% - 45px)}@media only screen and (max-width:540px){.common-slider-1 .swiper{max-width:100%}}.swiper-prev.has-shadow,.swiper-next.has-shadow{box-shadow:0 1px 3px 1px #3c404326,0 1px 2px #3c40434d}.over-hidden{overflow:hidden}@keyframes blink{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.8)}}@keyframes scroll{0%{transform:translateY(10px)}50%{transform:translateY(20px)}to{transform:translateY(10px)}}.sticky{z-index:-1;position:sticky;top:80px}.kmr-select-wrap{--labelheight:45px;--liheight:34px;--boxsize:calc(var(--liheight) - 14px);--arrowsize:16px;--space:11px;display:inline-block;position:relative}.kmr-select-wrap .label{color:var(--black);height:var(--labelheight);line-height:var(--labelheight);background-image:url(/assets/icon/arrow-down-black.svg);background-position:100%;background-repeat:no-repeat;background-size:var(--arrowsize)auto;padding-right:calc(var(--arrowsize) + var(--space));cursor:pointer;caret-color:#0000;-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:1px;font-size:12px}.kmr-select-wrap.active{--btn:10px}.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn{display:block}.kmr-select-wrap.slt-rgt .kmr-select-menu{left:auto;right:0}.kmr-select-wrap.color-select .kmr-select-menu li .in-bx{border-color:#ccc;border-radius:50%}.kmr-select-wrap.price_select .kmr-select-menu{width:325px;padding:20px}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec{display:flex}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn{font-size:14px;font-weight:500;display:none}.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg{vertical-align:middle;width:15px;height:auto;margin-left:3px;display:inline-block}.kmr-select-wrap.price_select .kmr-select-menu h6{color:var(--black);flex:1;font-size:14px;font-weight:500}.kmr-select-wrap.price_select .product-range-slider-wrap{margin:30px 0 40px}.kmr-select-wrap.price_select .price-range-input-wrap{color:var(--text);align-items:center;gap:18px;display:flex}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input{background:var(--white);height:30px;color:var(--text);border:1px solid #e0e0e0;flex:1;align-items:center;gap:10px;padding:0 10px;display:flex}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input{width:100%;color:var(--text);border:none}.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus{outline:none}.kmr-select-wrap .kmr-select-menu{z-index:1;background:var(--white);width:260px;max-height:244px;padding:20px 0;display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 2px 8px #63636333}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar{background:0 0;width:6px;height:6px}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track{box-shadow:none}.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:10px}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx{border-radius:50%}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx:before{display:none}.kmr-select-wrap .kmr-select-menu:has(input[type=radio]):has(input:checked) li .in-bx{outline:5px solid var(--white);outline-offset:-10px}.kmr-select-wrap .kmr-select-menu li{height:var(--liheight);align-items:center;gap:12px;padding:0 14px;display:flex;position:relative}.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx{background:var(--black);transition:all .4s}.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx:before{opacity:1}.kmr-select-wrap .kmr-select-menu li .in-bx{height:var(--boxsize);width:var(--boxsize);border:1px solid var(--black);border-radius:3px;transition:all;position:relative}.kmr-select-wrap .kmr-select-menu li .in-bx:before{content:"";z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:0;background:url(/assets/icon/tick-white.svg) 50%/48% no-repeat;position:absolute;inset:0}.kmr-select-wrap .kmr-select-menu li span{flex:1;font-size:14px;font-weight:500;line-height:1;display:block}.kmr-select-wrap .kmr-select-menu li input{z-index:1;appearance:none;opacity:0;width:100%;height:100%;position:absolute;inset:0}
