.header-M-general{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.header-M-modal-content{background-color:#fff;padding:20px;border-radius:50px;width:800px;max-width:90%}.header-M-modal-close{cursor:pointer;float:right;padding:5px 10px;margin:-10px -10px 10px 10px;font-size:32px}.header-M-info-div{padding:20px}.header-M-title{margin:0;font-size:32px;color:#211d5a;display:flex;justify-content:center;text-align:center}.header-M-logos{margin:50px 0;display:flex;justify-content:space-evenly}.header-M-logos-act{margin:50px 0;display:flex;justify-content:center}.header-M-logo-pass,.header-M-logo-solution{width:150px;height:100px}.header-M-cont-social-general{margin-top:20px;display:flex;justify-content:space-between}.header-M-cont-social{display:flex;cursor:pointer}.header-M-social-text{display:flex;flex-direction:column;justify-content:center}.header-M-social-logo{margin-right:10px}.header-M-text-title{margin:0;font-size:22px}.header-M-text{margin:0;font-size:28px;color:#842fbd}@media only screen and (max-width: 800px){.header-M-modal-close{cursor:pointer;float:right;padding-right:25px;margin:-10px -10px 10px 10px;font-size:32px}.header-M-info-div{padding:30px}.header-M-modal-content{padding:10px}.header-M-cont-social-general{margin-top:20px;display:flex;flex-direction:column;justify-content:space-between}.header-M-cont-social{margin-top:20px}.header-M-logo-pass,.header-M-logo-solution{width:100px;height:67px}}@media only screen and (max-width: 600px){.header-M-social-logo{width:20%}.header-M-title{font-size:24px}.header-M-text{font-size:20px}.header-M-info-div{padding:20px}}.header-off{display:block;width:12%;position:fixed;top:0;left:50%;transform:translate(-50%)}.header-off-m{display:none}.header-off-hover{width:100%;height:8.8%;position:fixed;top:0;left:50%;transform:translate(-50%)}.header-general .header-hoover{opacity:0}.header-general:hover .header-hoover{display:block;opacity:1}.header-on-options{height:10%;margin:auto 0;width:60%;display:flex;justify-content:space-evenly;align-items:center;position:fixed;top:0;left:50%;transform:translate(-51%)}.header-logo{cursor:pointer;width:20%;height:90%}.header-text{font-weight:400;font-size:16px;cursor:pointer;color:#fff}.header-select{background-color:#fff;border:1px solid #211D5A;color:#000;padding:5px;border-radius:5px;font-size:20px}@media only screen and (max-width: 1700px){.header-off-hover{height:9%}}@media only screen and (max-width: 1500px){.header-on-options,.header-off-hover{height:9%}}@media only screen and (max-width: 1400px){.header-on-options,.header-off-hover{height:9%}}@media only screen and (max-width: 1300px){.header-on-options,.header-off-hover{height:9%}}@media only screen and (max-width: 1200px){.header-on-options,.header-off-hover{height:9%}.header-text{font-size:14px}}@media only screen and (max-width: 1050px){.header-on-options,.header-off-hover{height:5%}.header-text{font-size:12px}}@media only screen and (max-width: 1000px){.header-off,.header-general:hover .header-hoover{display:none}.header-off-m{display:block;width:20%;position:fixed;top:0;left:50%;transform:translate(-50%)}.header-sidebar{position:fixed;top:0;left:0;width:60%;height:100%;background:#211d5a;padding:50px 10px 10px;box-shadow:-2px 0 5px #00000080;transform:translate(0);animation:leftToH .5s forwards}.header-sidebar-brown{position:fixed;top:0;left:0;width:60%;height:100%;background:#6d3d28;padding:50px 10px 10px;box-shadow:-2px 0 5px #00000080;transform:translate(0);animation:leftToH .5s forwards}@keyframes leftToH{0%{transform:translate(-100%)}to{transform:translate(0)}}.header-sb-logo{width:60%;margin:0}.header-sb-text{color:#fff;font-size:28px;line-height:1em;margin:20px 0;font-weight:400}.header-sb-hr{opacity:.3;width:90%;margin:0}}@media only screen and (max-width: 500px){.header-sb-text{font-size:20px}}.header-text-container{position:relative;display:inline-block}.tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;white-space:nowrap;z-index:1000;box-shadow:0 2px 8px #0000004d;animation:fadeInOut 2s ease-in-out;margin-top:5px}.tooltip:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:#333}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-10px)}20%{opacity:1;transform:translate(-50%) translateY(0)}80%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(10px)}}.PH-title-div{text-align:center;position:absolute;top:220px;left:50%;transform:translate(-50%,-50%)}.PH-title{width:90%;font-size:48px;font-weight:700;margin:6% auto auto}.PH-title-button{width:500px;margin:8% auto auto;display:flex;justify-content:space-evenly;background-color:#8656ea;border-radius:50px;position:relative}.PH-title-text{width:380px;display:flex;justify-content:space-between;position:absolute}.PH-title-bg{margin:5px;width:250px;height:50px;background-color:#fff;border-radius:50px;animation:bounce 4s infinite}@keyframes bounce{0%{transform:translate(-120px)}30%{transform:translate(-120px)}42%{transform:translate(120px)}45%{transform:translate(140px)}48%{transform:translate(100px)}55%{transform:translate(120px)}80%{transform:translate(120px)}92%{transform:translate(-120px)}95%{transform:translate(-140px)}98%{transform:translate(-100px)}to{transform:translate(-120px)}}.PH-title-text-left{animation:color1 4s infinite;cursor:pointer}@keyframes color1{0%{color:#000}20%{color:#000}40%{color:#fff}80%{color:#fff}to{color:#000}}.PH-title-text-right{animation:color2 4s infinite;cursor:pointer}@keyframes color2{0%{color:#fff}20%{color:#fff}50%{color:#000}80%{color:#000}to{color:#fff}}.PH-title-images{width:90%;margin:auto;display:flex;justify-content:space-between}.PH-title-images-left{margin-top:5%;display:flex;flex-direction:column;align-items:flex-start}.PH-arrow{margin-right:5%}.PH-macaw{position:absolute;margin-top:7%;background-image:url(/assets/guacamaya-DQEyRmnH.svg);background-size:contain;background-repeat:no-repeat;width:303px;height:392px;animation:cambio 4s steps(1,end) infinite}@keyframes cambio{0%{background-image:url(/assets/guacamaya-DQEyRmnH.svg)}33%{background-image:url(/assets/guacamaya2-w_DEeyWg.svg)}67%{background-image:url(/assets/guacamaya3-CRHDQr6E.svg)}to{background-image:url(/assets/guacamaya-DQEyRmnH.svg)}}.PH-div-img{position:relative}.PH-know-more{display:block;width:15%;position:absolute;left:75%;top:45%;cursor:pointer}.PH-banner{width:100%}.PH-banner-tablet,.PH-banner-mobile{display:none}.PH-definition{margin-top:5%}.PH-def-title-div{display:flex}.PH-def-description{width:90%;margin:auto;display:flex;align-items:center}.PH-definition-title{width:0;overflow:hidden;white-space:nowrap;animation:typing 6s steps(38) 1s infinite normal both,blink .7s steps(1) infinite;color:#211d5a}.PH-definition-text{font-size:28px;font-weight:400;text-align:justify}.PH-interest{width:50%;margin-left:5%}@keyframes blink{50%{border-color:transparent}}@keyframes typing{0%{width:0}to{width:300px}}@media only screen and (max-width: 1500px){.PH-know-more{top:42%}.PH-arrow{margin-right:0%;width:32%}.PH-title{font-size:42px}.PH-definition-text{font-size:24px}}@media only screen and (max-width: 1400px){.PH-know-more{top:40%}.PH-title{margin-top:0}}@media only screen and (max-width: 1250px){.PH-know-more{top:35%}.PH-title{font-size:34px}.PH-title-div{top:200px}.PH-macaw{width:20%;height:350px}.PH-definition-text{font-size:22px}.PH-title-button{width:380px;margin-top:4%}.PH-title-text{width:330px}.PH-title-bg{margin:5px;width:170px;height:50px;background-color:#fff;border-radius:50px;animation:bounce 4s infinite}@keyframes bounce{0%{transform:translate(-100px)}30%{transform:translate(-100px)}42%{transform:translate(100px)}45%{transform:translate(120px)}48%{transform:translate(90px)}55%{transform:translate(100px)}80%{transform:translate(100px)}92%{transform:translate(-100px)}95%{transform:translate(-120px)}98%{transform:translate(-90px)}to{transform:translate(-100px)}}}@media only screen and (max-width: 1150px){.PH-know-more{top:38%}.PH-banner{margin-top:50px}}@media only screen and (max-width: 1000px){.PH-macaw{width:200px;height:258px}.PH-arrow{margin-right:0;width:30%}.PH-title-div{top:200px}.PH-title{font-size:32px}.PH-title-text{width:335px;display:flex;justify-content:space-between;position:absolute}.PH-banner{margin-top:100px}.PH-definition-text{font-size:18px}.PH-definition-title{animation:typing 8s steps(50) 1s infinite normal both,blink 2s steps(1) infinite}}@media only screen and (max-width: 900px){.PH-title-div{top:250px;left:10%;transform:translate(-5%,-100%)}.PH-title{font-size:30px}.PH-def-description{width:90%;margin:auto;display:flex;flex-direction:column;align-items:center}.PH-macaw{top:380px;left:50%;transform:translate(-40%,-50%);width:300px;height:300px}.PH-know-more{display:none}.PH-interest{width:90%;margin:auto}.PH-banner{display:none}.PH-banner-tablet{margin-top:60%;display:block;width:100%}.PH-logo,.PH-arrow{display:none}}@media only screen and (max-width: 750px){.PH-banner-tablet{margin-top:80%;display:block;width:100%}.PH-title{font-size:28px}}@media only screen and (max-width: 600px){.PH-title-div{top:35%;left:10%;transform:translate(-5%,-100%)}.PH-def-description{width:90%;margin:auto;display:flex;flex-direction:column;align-items:center}.PH-macaw{top:50%;left:50%;transform:translate(-40%,-50%);width:300px;height:300px}.PH-title{width:100%;margin-top:100px;font-size:32px}.PH-interest{width:90%;margin:auto}.PH-banner-tablet{display:none}.PH-definition-text{font-size:18px;line-height:1.4em}.PH-banner-mobile{margin-top:100%;display:block;width:100%;height:300px;object-fit:cover}}@media only screen and (max-width: 465px){.PH-title-div{top:120px;left:50%;transform:translate(-50%,-50%)}.PH-macaw{top:440px}.PH-banner-mobile{margin-top:120%}}@media only screen and (max-width: 400px){.PH-title{width:90%;font-size:24px}.PH-title-button{width:350px;margin-top:4%}.PH-title-bg{margin:5px;width:160px;height:50px;background-color:#fff;border-radius:50px;animation:bounce 4s infinite}@keyframes bounce{0%{transform:translate(-90px)}30%{transform:translate(-90px)}42%{transform:translate(90px)}45%{transform:translate(110px)}48%{transform:translate(80px)}55%{transform:translate(90px)}80%{transform:translate(90px)}92%{transform:translate(-90px)}95%{transform:translate(-110px)}98%{transform:translate(-80px)}to{transform:translate(-90px)}}.PH-title-text{width:320px}.PH-macaw{top:370px;left:50%;transform:translate(-40%,-50%);width:250px;height:250px}}.PMl-text{margin:0;font-size:28px;color:#842fbd}@media only screen and (max-width: 600px){.PMl-social-logo{width:20%}.PMl-text{font-size:20px}.PMl-info-div{padding:20px}}.PO-head-div{background-color:#211d5a;display:flex;justify-content:center;margin-top:50px}.PO-img-div{display:flex;position:relative}.PO-arrow{width:100%;height:100%;margin-right:20px}.PO-arrow2{width:100%;height:100%;position:absolute;top:0;left:0;filter:drop-shadow(0px 0px 15px white);animation:fadeInOut 2s infinite}@keyframes fadeInOut{0%,to{opacity:0}50%{opacity:1}}.PO-text-head{margin-left:20px;width:25%;padding:50px 0}.PO-Title-head{font-size:56px;font-weight:700;color:#fff}.PO-images-div{width:100%;height:1079px;display:flex;justify-content:space-between}.PO-arrow-opt{margin-right:10px}.PO-image-res{background-image:url(/assets/residence-DK3iH6Pf.svg);background-size:cover;width:33%}.PO-res-title{opacity:0}.PO-res-info-alt{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-res-info{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}.PO-image-club{background-image:url(/assets/clubs-D8jEDmzy.svg);background-size:cover;width:33%}.PO-club-title{opacity:0}.PO-club-info-alt{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-club-info{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}.PO-image-ent{background-image:url(/assets/entretenimiento-CU9TJoKd.svg);background-size:cover;width:33%}.PO-ent-title{opacity:0}.PO-ent-info-alt{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-ent-info{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}.PO-image-ofi{background-image:url(/assets/Oficinas-DA4jWtwR.svg);background-size:cover;width:33%}.PO-ofi-title{opacity:0}.PO-ofi-info-alt{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-ofi-info{opacity:0;height:100px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}@media only screen and (max-width: 1500px){.PO-Title-head{font-size:50px}.PO-arrow{width:90%;height:90%;margin-right:20px}.PO-arrow2{top:0%;left:0;width:90%;height:90%}.PO-images-div{height:800px}}@media only screen and (max-width: 1250px){.PO-text-head{margin-left:20px;width:40%;padding:50px 0}.PO-Title-head{font-size:40px}.PO-images-div{height:600px}}@media only screen and (max-width: 1000px){.PO-res-title,.PO-ent-title,.PO-club-title,.PO-ofi-title{font-size:10px}.PO-select-action{font-size:12px}}@media only screen and (min-width: 701px){.PO-image-res:after{content:url(/assets/residence-CugIJMMa.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.PO-image-res:hover{background-image:url(/assets/residence-CugIJMMa.png);background-size:cover;transition:.5s;display:flex;flex-direction:column;cursor:pointer}.PO-image-res:hover .PO-res-title{opacity:1;margin:0;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:25px;text-align:center}.PO-image-res:hover .PO-res-info,.PO-image-res:hover .PO-res-info-alt{opacity:1}.PO-image-club:after{content:url(/assets/clubs-DSv9Tsb4.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.PO-image-club:hover{background-image:url(/assets/clubs-DSv9Tsb4.png);background-size:cover;transition:.5s;display:flex;flex-direction:column;cursor:pointer}.PO-image-club:hover .PO-club-title{opacity:1;margin:0;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:25px;text-align:center}.PO-image-club:hover .PO-club-info,.PO-image-club:hover .PO-club-info-alt{opacity:1}.PO-image-ent:after{content:url(/assets/entertainment-BMxnrZWY.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.PO-image-ent:hover{background-image:url(/assets/entertainment-BMxnrZWY.png);background-size:cover;transition:.5s;display:flex;flex-direction:column;cursor:pointer}.PO-image-ent:hover .PO-ent-title{opacity:1;margin:0;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:25px;text-align:center}.PO-image-ent:hover .PO-ent-info,.PO-image-ent:hover .PO-ent-info-alt{opacity:1}.PO-image-ofi:after{content:url(/assets/ofi-BE-Ll4qx.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.PO-image-ofi:hover{background-image:url(/assets/ofi-BE-Ll4qx.png);background-size:cover;transition:.5s;display:flex;flex-direction:column;cursor:pointer}.PO-image-ofi:hover .PO-ofi-title{opacity:1;margin:0;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:25px;text-align:center}.PO-image-ofi:hover .PO-ofi-info,.PO-image-ofi:hover .PO-ofi-info-alt{opacity:1}}@media only screen and (max-width: 700px){.PO-head-div{background-color:#211d5a;display:flex;flex-direction:column-reverse;justify-content:center;margin-top:50px;padding-bottom:20px}.PO-Title-head{font-size:30px}.PO-text-head{margin:auto;width:80%;padding-top:50px;padding-bottom:0;text-align:center}.PO-images-div{height:1100px;display:flex;flex-direction:column}.PO-img-div{display:flex;justify-content:center;position:relative}.PO-arrow{width:50%;height:50%}.PO-arrow2{width:97%;height:100%}.PO-image-res{background-image:url(/assets/residencemob-BmmnuuvR.png);height:34%;width:100%;display:flex;flex-direction:column;cursor:pointer}.PO-image-club{background-image:url(/assets/clubmob-IXDlV7pD.png);height:33%;width:100%;display:flex;flex-direction:column;cursor:pointer}.PO-image-ent{background-image:url(/assets/entertamobi-CJVH2Eg-.png);height:33%;width:100%;display:flex;flex-direction:column;cursor:pointer}.PO-image-ofi{background-image:url(/assets/ofimob-C7rkO1us.png);height:33%;width:100%;display:flex;flex-direction:column;cursor:pointer}.PO-res-title,.PO-club-title,.PO-ent-title,.PO-ofi-title{opacity:1;margin:0;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:40px;text-align:center}.PO-res-info-alt{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-res-info{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}.PO-club-info-alt{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-club-info{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}.PO-ent-info-alt{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-ent-info{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}.PO-ofi-info-alt{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#211d5a}.PO-ofi-info{opacity:1;height:50px;color:#fff;display:flex;justify-content:center;align-items:center;background-color:#862fbf}}@media only screen and (max-width: 600px){.PO-images-div{height:900px}.PO-arrow2{width:96%;height:100%}}@media only screen and (max-width: 500px){.PO-images-div{height:800px}.PO-res-title,.PO-club-title,.PO-ent-title,.PO-ofi-title{font-size:30px}}@media only screen and (max-width: 420px){.PO-images-div{height:700px}.PO-arrow2{width:95%;height:100%}}@media only screen and (min-width: 1000px){.PO-image-res:hover .PO-res-title,.PO-image-club:hover .PO-club-title,.PO-image-ent:hover .PO-ent-title,.PO-image-ofi:hover .PO-ofi-title{font-size:35px}}@media only screen and (min-width: 1400px){.PO-image-res:hover .PO-res-title,.PO-image-club:hover .PO-club-title,.PO-image-ent:hover .PO-ent-title,.PO-image-ofi:hover .PO-ofi-title{font-size:40px}}@media only screen and (min-width: 1600px){.PO-image-res:hover .PO-res-title,.PO-image-club:hover .PO-club-title,.PO-image-ent:hover .PO-ent-title,.PO-image-ofi:hover .PO-ofi-title{font-size:56px}}.PAa-general-residence{padding:9% 0;display:flex;flex-direction:column;align-items:flex-end;background-image:url(/assets/resid-CTQGOwWk.png);background-size:cover}.PAa-general-div :after{content:url(/assets/club-DcJg9oo-.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.PAa-general-club{padding:9% 0;display:flex;flex-direction:column;align-items:flex-end;background-image:url(/assets/club-DcJg9oo-.png);background-size:cover}.PAa-general-residence:after{content:url(/assets/enter-Bi-MKZeV.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.PAa-general-entert{padding:9% 0;display:flex;flex-direction:column;align-items:flex-end;background-image:url(/assets/enter-Bi-MKZeV.png);background-size:cover}.PAa-general-office{padding:9% 0;display:flex;flex-direction:column;align-items:flex-end;background-image:url(/assets/ofic-D_nR6hJm.png);background-size:cover}.PAa-title-active{margin-right:10%;width:25%;background-color:#862fbf;opacity:.85}.PAa-title-card{color:#fff;text-align:center;letter-spacing:.1em;font-size:40px}.PAa-data-residence{height:600px;width:80%;margin:auto;display:flex}.PAa-options-div{display:flex;text-align:center;flex-wrap:wrap;margin:5px}.PAa-option{margin:2px;width:49%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#353085;cursor:pointer}.PAa-option-act{margin:2px;width:49%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#862fbf}.PAa-option:hover{background-color:#862fbf}.PAa-icon{height:25%;width:25%}.PAa-font-icon{margin:10px 0 0;color:#fff}.PAa-active-title{width:80%;font-size:46px}.PAa-active-description{width:100%;opacity:.85;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;background-color:#211d5a}.PAa-bg{width:100%}.PAa-card-description{width:80%;font-size:25px}@media only screen and (max-width: 1500px){.PAa-title-card{font-size:28px}.PAa-data-residence{width:90%}.PAa-title-active{margin-right:5%;width:25%}}@media only screen and (max-width: 1250px){.PAa-card-description{font-size:20px}.PAa-title-card{font-size:25px}.PAa-option,.PAa-option-act{width:45%;height:30%}.PAa-title-active{margin-right:5%;width:30%}}@media only screen and (max-width: 800px){.PAa-title-card{font-size:15px}.PAa-title-active{margin-right:12%;width:40%;background-color:#862fbf;opacity:.85}.PAa-options-div{margin:0}.PAa-font-icon{font-size:14px}.PAa-data-residence{height:600px;width:80%;margin:auto;display:flex;flex-direction:column}.PAa-option,.PAa-option-act{width:32%;height:60%}.PAa-active-description{margin-top:15%;display:flex;flex-direction:column;align-items:flex-start}.PAa-active-title{width:80%;font-size:30px}.PAa-card-description{width:100%;font-size:15px}}@media only screen and (max-width: 500px){.PAa-title-active{margin-right:11%;width:48%}.PAa-font-icon{font-size:12px}}@media only screen and (max-width: 370px){.PAa-title-active{margin-right:13%}.PAa-option,.PAa-option-act{width:31%;height:60%}}.PM-general-div{display:flex;justify-content:center;margin:auto}.PM-text-div{width:40%;display:flex;flex-direction:column;justify-content:center;padding-bottom:20px}.PM-title{width:60%;font-size:56px}.PM-description{font-weight:400;width:75%;font-size:28px}.PM-button{display:flex;justify-content:center;align-items:center;margin-top:50px;height:70px;width:60%;font-size:25px;font-weight:200;background-color:transparent;border:1px solid black;border-radius:10px;color:#000}.PM-button:hover{cursor:pointer;background-color:#6a2c90;color:#fff}.PM-store{margin-right:20px}.PM-mobiles{margin-top:5%;margin-bottom:5%;width:40%}.PM-mobiles-md{display:none}@media only screen and (max-width: 1500px){.PM-title{width:70%;font-size:48px}.PM-description{font-size:22px}}@media only screen and (max-width: 1250px){.PM-title{font-size:40px}.PM-description{font-size:20px}.PM-button{margin-top:30px;height:70px;width:60%;font-size:20px}}@media only screen and (max-width: 1000px){.PM-title{font-size:36px}.PM-description{font-size:18px}.PM-button{margin-top:10px;height:60px;width:60%;font-size:20px}}@media only screen and (max-width: 800px){.PM-text-div{width:80%}.PM-title{width:100%}.PM-mobiles{display:none}.PM-mobiles-md{display:block}.PM-button{margin:40px auto auto;height:60px;width:80%;font-size:20px}}.PA-general-div{background-color:#f7f1ff;display:flex;flex-direction:column}.PA-text-div{display:flex;justify-content:space-between;width:80%;margin:auto}.PA-title{width:70%;font-size:56px}.PA-subtitle{font-weight:400;width:30%;font-size:28px;margin-top:5%}.PA-buttons{width:700px;display:flex;justify-content:space-evenly;background-color:#8656ea;border-radius:50px;position:relative}.PA-buttons-alt{display:none}.PA-title-text{width:580px;display:flex;justify-content:space-between;position:absolute}.PA-title-bg{margin:5px;width:350px;height:50px;background-color:#fff;border-radius:50px;animation:bounce2 4s infinite}@keyframes bounce2{0%{transform:translate(-170px)}30%{transform:translate(-170px)}42%{transform:translate(170px)}45%{transform:translate(190px)}48%{transform:translate(150px)}55%{transform:translate(170px)}80%{transform:translate(170px)}92%{transform:translate(-170px)}95%{transform:translate(-190px)}98%{transform:translate(-150px)}to{transform:translate(-170px)}}.PA-title-text-left{animation:color3 4s infinite;cursor:pointer}@keyframes color3{0%{color:#000}20%{color:#000}40%{color:#fff}80%{color:#fff}to{color:#000}}.PA-title-text-right{animation:color4 4s infinite;cursor:pointer}@keyframes color4{0%{color:#fff}20%{color:#fff}50%{color:#000}80%{color:#000}to{color:#fff}}.PA-arrow{margin-top:3%;position:absolute;left:50%}.PA-arrowM{display:none}.PA-backoffice{width:80%;margin:5% auto auto}@media only screen and (max-width: 1500px){.PA-title{width:60%;font-size:46px}.PA-subtitle{font-size:24px}.PA-arrow{width:20%}.PA-buttons{width:600px}.PA-title-text{width:520px}.PA-title-bg{width:280px}@keyframes bounce2{0%{transform:translate(-150px)}30%{transform:translate(-150px)}42%{transform:translate(150px)}45%{transform:translate(170px)}48%{transform:translate(130px)}55%{transform:translate(150px)}80%{transform:translate(150px)}92%{transform:translate(-150px)}95%{transform:translate(-170px)}98%{transform:translate(-130px)}to{transform:translate(-150px)}}}@media only screen and (max-width: 1250px){.PA-title{width:60%;font-size:40px}.PA-subtitle{font-weight:400;width:30%;font-size:24px;margin-top:5%}.PA-arrow{width:20%;left:46%}.PA-buttons{width:550px}.PA-title-text{width:500px}.PA-title-bg{width:250px}@keyframes bounce2{0%{transform:translate(-140px)}30%{transform:translate(-140px)}42%{transform:translate(140px)}45%{transform:translate(160px)}48%{transform:translate(120px)}55%{transform:translate(140px)}80%{transform:translate(140px)}92%{transform:translate(-140px)}95%{transform:translate(-160px)}98%{transform:translate(-120px)}to{transform:translate(-140px)}}}@media only screen and (max-width: 1250px){.PA-subtitle{font-size:22px;width:40%}}@media only screen and (max-width: 900px){.PA-text-div{display:flex;flex-direction:column}.PA-title{width:90%;font-size:38px}.PA-subtitle{font-size:22px;width:90%}.PA-buttons{display:none}.PA-buttons-alt{width:500px;display:flex;justify-content:space-evenly;background-color:#8656ea;border-radius:50px;position:relative}.PA-title-bg{margin:5px;width:250px;height:50px;background-color:#fff;border-radius:50px;animation:bounce2 4s infinite}@keyframes bounce2{0%{transform:translate(-120px)}30%{transform:translate(-120px)}42%{transform:translate(120px)}45%{transform:translate(140px)}48%{transform:translate(100px)}55%{transform:translate(120px)}80%{transform:translate(120px)}92%{transform:translate(-120px)}95%{transform:translate(-140px)}98%{transform:translate(-100px)}to{transform:translate(-120px)}}.PA-title-text{display:flex;justify-content:space-around;position:absolute}.PA-arrow{display:none}.PA-arrowM{width:25%;display:block;margin-top:5%;position:absolute;left:70%}}@media only screen and (max-width: 650px){.PA-title{width:90%;font-size:30px}.PA-subtitle{font-size:22px;width:90%}.PA-buttons-alt{width:100%;display:flex;justify-content:space-evenly;background-color:#8656ea;border-radius:50px;position:relative}.PA-title-bg{margin:5px;width:50%;height:50px;background-color:#fff;border-radius:50px;animation:bounce2 4s infinite}@keyframes bounce2{0%{transform:translate(-48%)}30%{transform:translate(-48%)}42%{transform:translate(48%)}45%{transform:translate(52%)}48%{transform:translate(45%)}55%{transform:translate(48%)}80%{transform:translate(48%)}92%{transform:translate(-48%)}95%{transform:translate(-52%)}98%{transform:translate(-45%)}to{transform:translate(-48%)}}.PA-title-text{margin-top:10px;width:100%;font-size:11px}.PA-arrowM{width:20%;left:75%}}.PW-general{width:100%;overflow-x:hidden;white-space:nowrap}.PW-pri-div{height:1090px;width:95%;position:relative;display:flex;animation:leftTo .5s forwards}@keyframes leftTo{0%{transform:translate(-100%)}to{transform:translate(0)}}.PW-woof{width:100%}.PW-woof-mobile{display:none}.PW-more{position:absolute;top:50%;left:94%;display:flex;color:#8c2fc9;text-decoration:underline;cursor:pointer}.PW-text{width:100%;position:absolute;margin:auto;display:flex;justify-content:space-around;top:5%}.PW-pri-title{font-size:56px}.PW-pri-left-subtitle{font-size:28px;font-weight:400}.PW-pri-rig-title{font-size:30px}.PW-pri-rig-subtitle{font-size:26px;font-weight:400;margin:0}.PW-icon{margin-right:5%}.PW-text-right{margin-top:1%;display:flex;flex-direction:column;margin-right:5%}.PW-sec-div-arrow{width:40px;margin-right:"10px"}.PW-sec-div{display:flex;justify-content:center;background-image:url("data:image/svg+xml,%3csvg%20width='1920'%20height='1080'%20viewBox='0%200%201920%201080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='1920'%20height='1080'%20fill='white'/%3e%3cpath%20d='M130.168%20964.268C133.297%20963.676%20134.353%20958.725%20133.805%20955.828C133.347%20953.415%20131.595%20950.746%20129.188%20951.202C126.059%20951.795%20125.003%20956.746%20125.552%20959.642C126.009%20962.056%20127.761%20964.724%20130.168%20964.268ZM121.022%20966.001C123.429%20965.545%20124.084%20962.421%20123.626%20960.007C123.032%20956.869%20120.237%20952.648%20117.109%20953.241C114.702%20953.697%20114.047%20956.821%20114.504%20959.235C114.858%20962.418%20117.653%20966.64%20121.022%20966.001ZM138.375%20960.213C135.246%20960.806%20133.903%20965.561%20134.498%20968.699C134.909%20970.871%20136.284%20972.861%20138.45%20972.45C141.579%20971.858%20142.922%20967.103%20142.327%20963.965C141.916%20961.793%20140.301%20959.848%20138.375%20960.213ZM118.854%20971.663C118.259%20968.525%20115.029%20964.636%20112.141%20965.184C109.975%20965.594%20109.424%20967.949%20109.835%20970.121C110.43%20973.259%20113.66%20977.147%20116.548%20976.6C118.714%20976.19%20119.265%20973.835%20118.854%20971.663ZM126.464%20969.721C121.65%20970.633%20116.615%20979.588%20117.622%20984.898C118.079%20987.312%20119.901%20987.716%20121.826%20987.352C124.714%20986.804%20126.515%20984.463%20129.162%20983.961C131.569%20983.505%20134.101%20985.026%20136.748%20984.524C138.674%20984.16%20140.748%20983.266%20140.245%20980.611C139.239%20975.301%20131.278%20968.809%20126.464%20969.721Z'%20fill='%23E4E4E4'/%3e%3cpath%20d='M804.168%20128.268C807.297%20127.676%20808.353%20122.725%20807.805%20119.828C807.347%20117.415%20805.595%20114.746%20803.188%20115.202C800.059%20115.795%20799.003%20120.746%20799.552%20123.642C800.009%20126.056%20801.761%20128.724%20804.168%20128.268ZM795.022%20130.001C797.429%20129.545%20798.084%20126.421%20797.626%20124.007C797.032%20120.869%20794.237%20116.648%20791.109%20117.241C788.702%20117.697%20788.047%20120.821%20788.504%20123.235C788.858%20126.418%20791.653%20130.64%20795.022%20130.001ZM812.375%20124.213C809.246%20124.806%20807.903%20129.561%20808.498%20132.699C808.909%20134.871%20810.284%20136.861%20812.45%20136.45C815.579%20135.858%20816.922%20131.103%20816.327%20127.965C815.916%20125.793%20814.301%20123.848%20812.375%20124.213ZM792.854%20135.663C792.259%20132.525%20789.029%20128.636%20786.141%20129.184C783.975%20129.594%20783.424%20131.949%20783.835%20134.121C784.43%20137.259%20787.66%20141.147%20790.548%20140.6C792.714%20140.19%20793.265%20137.835%20792.854%20135.663ZM800.464%20133.721C795.65%20134.633%20790.615%20143.588%20791.622%20148.898C792.079%20151.312%20793.901%20151.716%20795.826%20151.352C798.714%20150.804%20800.515%20148.463%20803.162%20147.961C805.569%20147.505%20808.101%20149.026%20810.748%20148.524C812.674%20148.16%20814.748%20147.266%20814.245%20144.611C813.239%20139.301%20805.278%20132.809%20800.464%20133.721Z'%20fill='%23E4E4E4'/%3e%3cpath%20d='M1828.62%20450.751C1831.42%20452.28%201835.38%20449.127%201836.79%20446.541C1837.97%20444.386%201838.31%20441.212%201836.16%20440.036C1833.37%20438.507%201829.41%20441.66%201827.99%20444.246C1826.82%20446.401%201826.47%20449.575%201828.62%20450.751ZM1820.46%20446.282C1822.61%20447.458%201825.1%20445.46%201826.28%20443.305C1827.81%20440.504%201828.33%20435.469%201825.54%20433.94C1823.39%20432.764%201820.9%20434.761%201819.72%20436.916C1817.97%20439.6%201817.45%20444.635%201820.46%20446.282ZM1837.54%20452.83C1834.74%20451.301%201830.69%20454.122%201829.15%20456.923C1828.09%20458.863%201827.89%20461.273%201829.82%20462.331C1832.62%20463.86%201836.68%20461.04%201838.21%20458.238C1839.27%20456.299%201839.26%20453.771%201837.54%20452.83ZM1815.19%20449.279C1816.72%20446.477%201816.69%20441.422%201814.12%20440.011C1812.18%20438.952%201810.26%20440.421%201809.2%20442.361C1807.67%20445.162%201807.69%20450.217%201810.27%20451.628C1812.2%20452.687%201814.13%20451.218%201815.19%20449.279ZM1822.3%20452.611C1818%20450.259%201808.43%20453.979%201805.83%20458.72C1804.65%20460.875%201805.8%20462.345%201807.52%20463.286C1810.1%20464.697%201812.98%20464.032%201815.34%20465.325C1817.49%20466.501%201818.48%20469.284%201820.84%20470.578C1822.56%20471.518%201824.73%20472.146%201826.03%20469.775C1828.62%20465.035%201826.6%20454.963%201822.3%20452.611Z'%20fill='%23E4E4E4'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;width:95%;height:1090px;margin:auto;animation:rightTo .5s forwards}@keyframes rightTo{0%{transform:translate(100%)}to{transform:translate(0)}}.PW-sec-title{font-size:46px;margin-left:5%;margin-top:8%}.PW-dog-act-div{display:flex;flex-direction:column;width:80%;position:relative}.PW-dog{top:30%;left:4%;position:absolute;width:35%}.PW-bg-dog-div{background-image:url(/assets/bgtext-CjhNGj3P.svg);background-size:contain;background-repeat:no-repeat;width:50%;height:700px;display:flex;justify-content:center;align-items:center;position:absolute;left:35%}.PW-dogs-div{width:14%;display:flex;flex-direction:column;justify-content:space-around;height:90%}.PW-dogs-div-mobile{display:none}.PW-dog-description{white-space:normal;font-weight:400;font-size:16px;margin:10% 10% 20%;width:80%;text-align:justify}.PW-dog-description-alt{white-space:normal;font-weight:400;font-size:15px;margin:10% 10% 20%;width:80%;text-align:justify}.PW-dogs{width:90%;cursor:pointer}.PW-to-sec{font-size:28px;font-weight:400}.PW-to-pri{font-size:28px;color:#8c2fc9;text-decoration:underline;font-weight:400}@media only screen and (max-width: 1600px){.PW-text-right{margin-top:0%;margin-right:0%}.PW-pri-title{font-size:46px}.PW-pri-left-subtitle{font-size:24px}.PW-pri-rig-title{font-size:28px}.PW-pri-rig-subtitle{font-size:24px}.PW-text{top:2%}.PW-to-sec{font-size:24px}.PW-pri-div{height:900px}.PW-sec-div{width:95%;height:900px}.PW-sec-title{font-size:35px}.PW-dog-description{font-size:14px;width:80%;margin-bottom:10%}.PW-dog-description-alt{font-size:12px;margin-bottom:8%;width:80%}.PW-bg-dog-div{background-size:cover;width:60%;height:500px;margin-right:5%}.PW-dogs-div{height:90%}}@media only screen and (max-width: 1400px){.PW-sec-title{font-size:34px}.PW-pri-div,.PW-sec-div{height:800px}.PW-to-pri{font-size:24px}.PW-dog-description{font-size:14px;width:80%;margin-bottom:5%}.PW-dog-description-alt{font-size:12px;margin-bottom:0%;width:80%}.PW-bg-dog-div{width:60%;height:500px;margin-right:5%}.PW-dog{top:30%}}@media only screen and (max-width: 1250px){.PW-pri-title{font-size:40px}.PW-pri-left-subtitle{font-size:22px}.PW-pri-rig-title{font-size:26px}.PW-pri-rig-subtitle{font-size:22px}.PW-text{top:0}.PW-to-sec{font-size:22px}.PW-pri-div{height:700px}.PW-sec-div{width:90%;height:700px}.PW-sec-title{font-size:30px}.PW-dog-description{font-size:12px;width:80%;margin-bottom:7%}.PW-dog-description-alt{font-size:10px;margin-bottom:10%;width:80%}.PW-bg-dog-div{height:400px}.PW-dogs-div{height:90%}.PW-to-pri{font-size:22px}}@media only screen and (max-width: 1100px){.PW-sec-div,.PW-pri-div{height:600px}.PW-to-pri{font-size:20px}.PW-dog-description{font-size:11px;margin-bottom:10%}.PW-dog-description-alt{font-size:10px;margin-bottom:10%}}@media only screen and (max-width: 1000px){.PW-text-right{margin-top:0%;margin-right:0%}.PW-pri-title{font-size:36px}.PW-pri-left-subtitle{font-size:18px}.PW-pri-rig-title{font-size:22px}.PW-pri-rig-subtitle{font-size:15px}.PW-text{top:0}.PW-to-sec{font-size:18px}.PW-pri-div,.PW-sec-div{height:700px}.PW-dog-description{font-size:11px;width:80%;margin-bottom:15%}.PW-dog-description-alt{font-size:10px;margin-bottom:15%;width:80%}.PW-bg-dog-div{height:500px}.PW-dogs-div{margin-top:10%;height:70%}}@media only screen and (max-width: 800px){.PW-text{width:100%;position:absolute;margin:auto;display:flex;flex-direction:column;justify-content:space-around;top:5%}.PW-more{position:absolute;top:55%;left:70%;display:flex;color:#8c2fc9;text-decoration:underline;cursor:pointer}.PW-text{width:100%;flex-direction:column;top:10%}.PW-text-left{width:80%;margin:auto;display:flex;flex-direction:column}.PW-pri-title{margin:0;line-height:1em}.PW-pri-left-subtitle{margin:0}.PW-text-right{display:flex;flex-direction:column;align-items:flex-end;width:80%;margin:0 auto auto}.PW-sec-div{width:100%}.PW-sec-title{font-size:30px;margin-left:2%;margin-top:8%}.PW-bg-dog-div{background-size:cover;width:70%;height:280px;display:flex;justify-content:center;align-items:center;position:absolute;top:80%;left:50%;transform:translate(-50%,-50%)}.PW-dog{top:52%;left:50%;position:absolute;width:30%;transform:translate(-50%,-50%)}.PW-dog-description,.PW-dog-description-alt{padding-right:10px;margin:20px 0 0;width:80%;font-size:15px;max-height:200px;text-align:justify;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#69067c #ac0e0e00}.PW-dogs-div-mobile{display:flex;justify-content:space-around}.PW-dogs-div{display:none}.PW-dogs-mobile{width:15%}.PW-woof-mobile{display:block;width:100%;height:700px}.PW-woof{display:none}}@media only screen and (max-width: 600px){.PW-pri-title{font-size:30px}.PW-pri-left-subtitle{font-size:15px}.PW-text-right{margin-top:0}.PW-pri-rig-title{font-size:18px}.PW-pri-rig-subtitle{font-size:14px}.PW-sec-title{font-size:25px;margin-left:2%;margin-top:15%}.PW-dogs-mobile{width:25%}.PW-bg-dog-div{width:80%;height:300px;top:75%;left:50%}.PW-dog{top:48%;left:50%;width:40%}}@media only screen and (max-width: 400px){.PW-text{width:100%;flex-direction:column;top:5%}.PW-more{left:65%}}.PHp-general-div{display:flex;justify-content:space-evenly;align-items:center;padding-bottom:20px}.PHp-text-div{margin-left:5%}.PHp-title{font-size:56px}.PHp-subtitle{font-size:32px;width:80%;font-weight:400}.PHp-button{display:flex;justify-content:center;align-items:center;margin-top:50px;height:70px;width:30%;font-size:25px;font-weight:200;color:#fff;background-color:#211d5a;border:1px solid black;border-radius:50px;cursor:pointer}.PHp-support{width:40%}@media only screen and (max-width: 1500px){.PHp-title{font-size:50px}.PHp-subtitle{font-size:28px}}@media only screen and (max-width: 1250px){.PHp-title{font-size:46px}.PHp-subtitle{font-size:24px}.PHp-button{margin-top:30px;height:70px;width:40%;font-size:25px}}@media only screen and (max-width: 1000px){.PHp-title{font-size:40px}.PHp-subtitle{font-size:20px}}@media only screen and (max-width: 900px){.PHp-title{font-size:30px}.PHp-subtitle{font-size:18px}.PHp-button{margin-top:20px;height:40px;width:70%;font-size:20px}}@media only screen and (max-width: 600px){.PHp-general-div{display:flex;flex-direction:column-reverse;justify-content:space-evenly;align-items:center;padding-bottom:20px}.PHp-support{display:flex;justify-content:center;width:90%}.PHp-text-div{margin-left:0;display:flex;flex-direction:column;align-items:center}.PHp-title,.PHp-subtitle{text-align:center}.PHp-button{margin-top:20px;height:70px;width:80%}}.PF-general-div{display:flex;flex-direction:column;justify-content:flex-end;height:985px;background-image:url(/assets/footer-DY1jmmcw.png);background-size:cover;background-repeat:no-repeat;background-position:center}.PF-content-div{display:flex;flex-direction:row;justify-content:space-around;align-items:center;height:80%}.PF-logo{width:70%}.PF-options-div{width:25%}.PF-title,.PF-title-alt{color:#fff;font-size:32px}.PF-option{height:70px;line-height:1;color:#fff;display:flex;align-items:center}.PF-option-text{cursor:pointer;font-weight:400;font-size:24px}.PF-arrow{height:20px;margin-right:10px}.PF-option-text:hover{font-weight:700}.PF-separator{opacity:.5;margin-top:10%}.PF-social-general-div{width:25%}.PF-socials-div{display:flex;justify-content:space-between}.PF-social-div{cursor:pointer;position:relative}.PF-social{background-color:#fff;border-radius:50%;opacity:.1;width:80px;height:80px}.PF-social-div:hover .PF-social{transition:1s;opacity:1}.PF-social-div:hover .PF-img-social{transition:1s;filter:invert(80%) saturate(100%) hue-rotate(86deg) brightness(100%) contrast(100%)}.PF-img-social{position:absolute;top:25px;left:25px;opacity:1;width:30px;height:30px}.PF-button{display:flex;justify-content:center;align-items:center;margin-top:50px;height:70px;width:80%;font-size:25px;font-weight:200;background-color:#fff;border:1px solid black;border-radius:10px;color:#000}.PF-button:hover{cursor:pointer;background-color:#6a2c90;color:#fff}.PF-store{margin-right:10px}.PF-copyright{font-weight:400;font-size:26px;color:#fff;display:flex;justify-content:center}@media only screen and (max-width: 1500px){.PF-general-div{height:900px}.PF-title,.PF-title-alt{font-size:30px}.PF-option-text{font-size:22px}}@media only screen and (max-width: 1250px){.PF-general-div{height:800px}.PF-title,.PF-title-alt{font-size:26px}.PF-social{width:60px;height:60px}.PF-img-social{top:20px;left:20px;width:20px;height:20px}.PF-option-text{font-size:18px}.PF-options-div{width:30%}}@media only screen and (max-width: 1000px){.PF-general-div{height:700px}.PF-title,.PF-title-alt{font-size:24px}.PF-option-text{font-size:16px}}@media only screen and (max-width: 900px){.PF-general-div{height:1100px}.PF-content-div{display:flex;flex-direction:column;align-items:center}.PF-options-div{width:80%}.PF-title{font-size:30px;margin:10px;text-align:center}.PF-title-alt{display:none}.PF-option{height:40px;line-height:1;color:#fff;display:flex;align-items:center}.PF-social-general-div{width:80%}.PF-socials-div{display:flex;justify-content:space-around}.PF-separator{display:none}.PF-button-div{display:flex;flex-direction:column;align-items:center}.PF-copyright{font-size:20px}}.loader-container{position:fixed;display:flex;justify-content:center;align-items:center;height:100vh;background-color:#211d5a;width:100%}.loading-logo{width:10%;animation:spin 3s linear infinite}.loader-container:after{content:url(/assets/background-BfHoNxv0.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.THE-general-div{position:relative}.THE-background{width:100%}.THE-container-img{width:100%;position:absolute;top:16%}.THE-img1:after{content:url(/assets/img1-UUxWZuwy.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.THE-img1{background-image:url(/assets/img11-D6PlXfXG.png);background-repeat:no-repeat;background-size:contain;height:70em;width:25%;position:absolute;top:20px;left:5%;backface-visibility:hidden}.THE-img1:hover{background-image:url(/assets/img1-UUxWZuwy.png)}.THE-img2:after{content:url(/assets/img2-CWSDMb13.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.THE-img2{background-image:url(/assets/img21-0Rc4qg-p.png);background-repeat:no-repeat;background-size:contain;height:30em;width:11%;position:absolute;top:220px;left:27%}.THE-img2:hover{background-image:url(/assets/img2-CWSDMb13.png)}.THE-img3:after{content:url(/assets/img3-Dl8RLs3S.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.THE-img3{background-image:url(/assets/img31-BqQ25Gjb.png);background-repeat:no-repeat;background-size:contain;height:30em;width:12%;position:absolute;top:190px;left:61%}.THE-img3:hover{background-image:url(/assets/img3-Dl8RLs3S.png)}.THE-img4:after{content:url(/assets/img4-W3bz8bDi.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.THE-img4{background-image:url(/assets/img41-C3nhq35O.png);background-repeat:no-repeat;background-size:contain;height:40em;width:18%;position:absolute;top:110px;left:65%}.THE-img4:hover{background-image:url(/assets/img4-W3bz8bDi.png)}.THE-img5:after{content:url(/assets/img5-B5QgCiL3.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.THE-img5{background-image:url(/assets/img51-Dd6SJEM6.png);background-repeat:no-repeat;background-size:contain;height:50em;width:18%;position:absolute;top:10px;left:77%}.THE-img5:hover{background-image:url(/assets/img5-B5QgCiL3.png)}.THE-portal{background-image:url(/assets/portal-BhpCFIng.png);background-repeat:no-repeat;background-size:contain;height:50em;width:30%;position:absolute;top:420px;left:50%;transform:translate(-50%,-50%);animation:portal 6s ease}@keyframes portal{0%{background-image:url(/assets/portaloff-Czytppvy.png)}50%{background-image:url(/assets/portaloff-Czytppvy.png)}to{background-image:url(/assets/portal-BhpCFIng.png)}}@media only screen and (max-width: 1700px){.THE-img2{top:190px}.THE-img3{top:180px}}@media only screen and (max-width: 1500px){.THE-img2{top:170px}.THE-img3{top:160px}.THE-img4{top:100px}}@media only screen and (max-width: 1400px){.THE-img2{top:160px}.THE-img3{top:150px}.THE-img4{top:90px}}@media only screen and (max-width: 1300px){.THE-img2{top:150px}.THE-img3{top:140px}.THE-img4{top:85px}}@media only screen and (max-width: 1200px){.THE-img2{top:140px}.THE-img3{top:130px}.THE-img4{top:80px}}@media only screen and (max-width: 1100px){.THE-img2{top:125px}.THE-img3{top:120px}.THE-img4{top:75px}.THE-portal{top:410px}}@media only screen and (max-width: 1000px){.THE-img2{top:115px}.THE-img3{top:110px}.THE-img4{top:68px}}@media only screen and (max-width: 900px){.THE-img2,.THE-img3{top:100px}.THE-img4{top:60px}}@media only screen and (max-width: 800px){.THE-img2,.THE-img3{top:90px}.THE-img4{top:55px}.THE-portal{top:410px}}@media only screen and (max-width: 700px){.THE-img2,.THE-img3{top:80px}.THE-img4{top:50px}.THE-portal{top:410px}}@media only screen and (max-width: 600px){.THE-img2,.THE-img3{top:65px}.THE-img4{top:45px}.THE-portal{top:420px}}@media only screen and (max-width: 500px){.THE-img2,.THE-img3{top:55px}.THE-img4{top:38px}.THE-portal{top:420px}}.TW-general-div{display:flex;flex-direction:column;width:80%;margin:auto auto 100px}.TW-title{font-size:60px;text-align:center}.TW-works-div{display:flex;flex-wrap:wrap;justify-content:center}.TW-item-div{margin-top:50px;width:19%;display:flex;flex-direction:column;align-items:center}.TW-item-icon{width:25%;height:100px;object-fit:contain;object-position:center}.TW-item-title{margin:5px 0 0;font-size:18px;width:60%;text-align:center}@media only screen and (max-width: 1600px){.TW-title{font-size:55px;text-align:center}.TW-item-title{font-size:16px}}@media only screen and (max-width: 1300px){.TW-general-div{width:90%}.TW-title{font-size:40px;text-align:center}.TW-item-icon{width:30%;height:100px;object-fit:contain;object-position:center}.TW-item-title{font-size:16px}}@media only screen and (max-width: 1300px){.TW-general-div{width:100%}}@media only screen and (max-width: 700px){.TW-general-div{width:100%}.TW-item-div{margin-top:50px;width:33%;display:flex;flex-direction:column;align-items:center}.TW-item-icon{width:25%;height:100px;object-fit:contain;object-position:center}.TW-title{font-size:40px;text-align:center}.TW-item-icon{width:30%;height:100px;object-fit:contain;object-position:center}.TW-item-title{font-size:16px}}@media only screen and (max-width: 560px){.TW-item-title{font-size:12px}}@media only screen and (max-width: 450px){.TW-general-div{width:100%}.TW-item-div{margin-top:50px;width:33%;display:flex;flex-direction:column;align-items:center}.TW-item-icon{width:25%;height:100px;object-fit:contain;object-position:center}.TW-title{font-size:32px;text-align:center}.TW-item-icon{width:35%;height:70px;object-fit:contain;object-position:center}.TW-item-title{font-size:10px}}@media only screen and (max-width: 400px){.TW-general-div{width:100%}.TW-item-div{margin-top:50px;width:45%;display:flex;flex-direction:column;align-items:center}.TW-item-icon{width:25%;height:100px;object-fit:contain;object-position:center}.TW-title{font-size:30px;text-align:center}.TW-item-icon{width:35%;height:70px;object-fit:contain;object-position:center}.TW-item-title{font-size:12px}}.TH-banner-head{display:flex;justify-content:space-around;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='1920'%20height='540'%20viewBox='0%200%201920%20540'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='1920'%20height='540'%20fill='url(%23paint0_linear_377_4922)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_377_4922'%20x1='0'%20y1='270'%20x2='1920'%20y2='270'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2352CCC9'/%3e%3cstop%20offset='1'%20stop-color='%2300928E'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-repeat:no-repeat}.TH-banner-title{line-height:1;color:#fff;font-size:60px}.TH-banner-img{display:block;width:40%;padding:30px}.TH-text-general{display:flex;flex-direction:column;margin:50px auto auto;padding:20px;height:1000px;background-image:url(/assets/background-Gr4YLFkj.png);background-size:contain;background-repeat:no-repeat;background-position:center}.TH-text-head{width:80%;margin:auto;display:flex;justify-content:space-between;align-items:center}.TH-text-title{font-size:50px;color:#39396d;margin:80px 0 0;line-height:50px}.TH-text-subtitle{margin:0;color:#39396d;font-size:30px}.TH-text-head-logo{margin-top:50px;height:55px}.TH-text-def{width:80%;margin:50px auto auto;font-size:20px;font-weight:400;text-align:justify}.TH-text-int-div{width:80%;margin:40px auto auto;display:flex;padding-bottom:80px}@media only screen and (max-width: 1600px){.TH-text-general{height:980px;width:95%;margin-top:0}.TH-banner-title{font-size:45px}.TH-text-head{width:85%}.TH-img-text{width:30%}.TH-text-def{width:85%;margin-top:0;font-size:18px}.TH-text-int-div{width:85%}}@media only screen and (max-width: 1400px){.TH-text-general{height:800px;width:95%;margin-top:0}.TH-text-head-logo{margin-top:20px;height:45px}.TH-text-title{font-size:44px}.TH-text-subtitle{font-size:26px}.TH-text-def{margin-bottom:20px;font-size:16px}.TH-text-int-div{width:85%}}@media only screen and (max-width: 1300px){.TH-text-general{height:700px}.TH-text-head{padding-bottom:10px}}@media only screen and (max-width: 1200px){.TH-text-general{height:700px}.TH-text-title{margin-top:38px;font-size:40px}.TH-text-subtitle{font-size:24px}.TH-text-def{margin-bottom:0;font-size:15px}}@media only screen and (max-width: 1100px){.TH-text-general{height:600px}.TH-text-title{margin-top:30px;font-size:38px}.TH-text-subtitle{font-size:22px}.TH-text-def{font-size:14px}}@media only screen and (max-width: 1000px){.TH-banner-title{line-height:1;color:#fff;font-size:40px}.TH-text-head-logo{margin-top:40px;height:40px}.TH-text-title{margin-top:50px;font-size:36px}.TH-text-subtitle{font-size:20px}.TH-text-def{font-size:12px}}@media only screen and (max-width: 900px){.TH-text-general{display:flex;flex-direction:column;margin:0 auto auto;padding:0;height:1025px;background-image:url(/assets/backgroundT-BE6CbtuK.png);background-size:contain;background-repeat:no-repeat;background-position:center}.TH-text-head-logo{display:none}.TH-text-title{margin-top:0}.TH-text-head{width:85%;margin-top:120px;margin-bottom:0;display:flex;justify-content:space-between;align-items:center}.TH-text-def{width:85%;margin:40px auto auto;font-size:14px;font-weight:400;text-align:justify}.TH-text-int-div{width:100%;margin-top:0;display:flex;flex-direction:column;align-items:center;padding-bottom:80px}}@media only screen and (max-width: 800px){.TH-text-general{height:900px}.TH-text-def{font-size:13px}}@media only screen and (max-width: 700px){.TH-text-general{height:800px}.TH-text-head{margin-top:70px}.TH-banner-title{line-height:1;color:#fff;font-size:28px}.TH-text-head-logo{margin-top:20px;height:40px}.TH-text-title{margin-top:20px;font-size:36px}.TH-text-subtitle{font-size:20px}.TH-text-def{margin-top:10px;font-size:12px}}@media only screen and (max-width: 620px){.TH-text-general{height:750px}.TH-text-head{margin-top:50px}.TH-banner-title{line-height:1;color:#fff;font-size:28px}.TH-text-head-logo{margin-top:20px;height:40px}.TH-text-title{margin-top:20px;font-size:30px;line-height:1em}.TH-text-subtitle{font-size:18px}.TH-text-def{font-size:11px}}@media only screen and (max-width: 590px){.TH-text-general{height:700px}}@media only screen and (max-width: 550px){.TH-text-general{height:620px}.TH-text-def{margin-top:0;font-size:10px}.TH-text-title{margin-top:10px;font-size:28px;line-height:1em}.TH-text-subtitle{font-size:14px}}@media only screen and (max-width: 480px){.TH-text-general{height:550px}.TH-text-title{margin-top:10px;font-size:24px;line-height:1em}.TH-text-subtitle{font-size:14px}.TH-text-def{margin-top:0;font-size:9px}.TH-banner-title{line-height:1;color:#fff;font-size:26px}}@media only screen and (max-width: 450px){.TH-text-general{height:1125px;background-image:url(/assets/backgroundM-C_hGuWE0.png)}.TH-text-head{margin-top:80px;width:75%}.TH-text-def{width:75%;margin:20px auto}.TH-text-title{margin-top:0;font-size:26px;line-height:1em}.TH-text-subtitle{font-size:14px}.TH-text-def{margin-top:25px;font-size:13px}.TH-img-text{width:60%}.TH-banner-head{background-image:url(/assets/greenbackgM-C4Zt3aZK.svg);background-size:contain;height:500px;align-items:flex-start;justify-content:flex-start}.TH-banner-title{font-size:30px;margin-left:10%;margin-top:50px}.TH-banner-img{display:none}}@media only screen and (max-width: 425px){.TH-text-general{height:1025px}.TH-banner-head{height:470px}.TH-text-head{margin-top:60px}.TH-text-title{font-size:28px}.TH-text-subtitle{font-size:16px}.TH-text-def{margin-top:25px;font-size:12px}}@media only screen and (max-width: 400px){.TH-text-general{height:950px}.TH-banner-head{height:440px}.TH-text-head{margin-top:60px}.TH-text-title{font-size:28px}.TH-text-subtitle{font-size:16px}.TH-text-def{margin-top:25px;font-size:11px}}.TV-general-div{margin-top:50px;display:flex;flex-direction:column;background-color:#fafafa}.TV-title{margin:50px 0 0;font-size:60px;text-align:center;color:#211d5a}.TV-subTitle{margin:0;font-size:40px;text-align:center;color:#211d5a}.TV-general-cards-div{width:90%;margin:20px auto 80px;display:flex;justify-content:space-evenly}.TV-card-div{width:30%;background-color:#fff;border:1px solid #CDCDCD;border-radius:20px;display:flex;flex-direction:column;align-items:center}.TV-card-img{width:90%;margin-top:25px}.TV-card-title{font-size:36px;color:#211d5a}.TV-card-description{font-size:24px;font-weight:400;text-align:justify;width:80%;margin-top:5px}@media only screen and (max-width: 1600px){.TV-general-div{margin-top:0}.TV-title{font-size:58px}.TV-subTitle{font-size:38px}.TV-card-title{font-size:34px}.TV-card-description{font-size:22px}}@media only screen and (max-width: 1300px){.TV-title{font-size:56px}.TV-subTitle{font-size:36px}.TV-card-title{font-size:32px}.TV-card-description{font-size:20px}}@media only screen and (max-width: 1000px){.TV-title{font-size:50px}.TV-subTitle{font-size:32px}.TV-card-title{font-size:28px}.TV-card-description{font-size:16px}}@media only screen and (max-width: 800px){.TV-title{font-size:40px}.TV-subTitle{font-size:26px}.TV-general-cards-div{width:90%;margin:auto auto 80px;display:flex;flex-direction:column;align-items:center}.TV-card-div{margin-top:20px;width:70%;background-color:#fff;border:1px solid #CDCDCD;border-radius:20px;display:flex;flex-direction:column;align-items:center}}@media only screen and (max-width: 450px){.TV-title{font-size:36px}.TV-subTitle{font-size:26px}.TV-general-cards-div{width:90%;margin:auto auto 50px;display:flex;flex-direction:column;align-items:center}.TV-card-div{margin-top:20px;width:80%;background-color:#fff;border:1px solid #CDCDCD;border-radius:20px;display:flex;flex-direction:column;align-items:center}}.TB-banner-div{background-image:url(/assets/banner-B5m4Umtq.png);background-size:contain;background-repeat:no-repeat;height:588px;display:flex;flex-direction:column;justify-content:center;background-color:#fff}.TB-banner-title{font-size:60px;margin:0 0 0 10%;color:#fff}.TB-banner-subtitle{font-size:40px;margin:0 0 0 10%;color:#fff}.TB-title-div{margin-top:50px}.TB-title{font-size:60px;text-align:center;color:#39396d;margin:0}.TB-subTitle{font-size:40px;text-align:center;color:#39396d;margin:0}@media only screen and (max-width: 1700px){.TB-banner-div{height:520px}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:50px;margin:0 0 0 10%;color:#fff}}@media only screen and (max-width: 1400px){.TB-banner-div{height:460px}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:48px;color:#fff}.TB-banner-subtitle{font-size:36px}}@media only screen and (max-width: 1300px){.TB-banner-div{height:400px}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:46px;color:#fff}.TB-banner-subtitle{font-size:34px}.TB-title{font-size:50px}.TB-subTitle{font-size:30px}}@media only screen and (max-width: 1150px){.TB-banner-div{height:360px}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:40px;margin:0 0 0 10%;color:#fff}.TB-banner-subtitle{font-size:30px}.TB-title{font-size:40px}.TB-subTitle{font-size:26px}}@media only screen and (max-width: 1000px){.TB-banner-div{height:310px}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:34px;margin:0 0 0 10%;color:#fff}.TB-banner-subtitle{font-size:26px}}@media only screen and (max-width: 800px){.TB-banner-div{background-image:url(/assets/bannerT-CCZf0vu1.png);background-size:contain;background-repeat:no-repeat;height:495px;display:flex;flex-direction:column;justify-content:end;background-color:#fff}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:36px;margin:0 0 0 10%;color:#fff}.TB-banner-subtitle{font-size:26px;margin-bottom:10%}}@media only screen and (max-width: 700px){.TB-banner-div{height:450px}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:30px;margin:0 0 0 10%;color:#fff}.TB-banner-subtitle{font-size:22px;margin-bottom:15%}}@media only screen and (max-width: 600px){.TB-banner-div{height:370px}.TB-title-div{margin-top:20px}.TB-banner-title{font-size:26px;margin:0 0 0 10%;color:#fff}.TB-banner-subtitle{font-size:20px;margin-bottom:70px}}@media only screen and (max-width: 550px){.TB-banner-div{height:350px}.TB-banner-subtitle{margin-bottom:50px}}@media only screen and (max-width: 500px){.TB-banner-div{height:315px}.TB-banner-title{font-size:22px}.TB-banner-subtitle{font-size:16px;margin-bottom:25px}}@media only screen and (max-width: 450px){.TB-banner-div{background-image:url(/assets/bannerM-K_EPuX_J.svg);height:530px}.TB-banner-title{font-size:28px}.TB-banner-subtitle{font-size:18px;margin-bottom:70px}.TB-subTitle{font-size:24px;width:80%;margin:auto}}@media only screen and (max-width: 400px){.TB-banner-div{background-image:url(/assets/bannerM-K_EPuX_J.svg);height:480px}.TB-banner-title{font-size:28px}.TB-banner-subtitle{font-size:18px;margin-bottom:70px}.TB-title{font-size:36px}.TB-subTitle{font-size:22px}}.TBp-general-div{display:flex;width:100%;margin:50px auto}.TBp-text-div{display:flex;flex-direction:column}.TBp-logo{width:45%}.TBp-title{font-size:34px}.TBp-subTitle{width:48%;font-size:24px;font-weight:400}.TBp-button-macaw{display:block;width:60%;margin-top:-100px;cursor:pointer}.TBp-button-macaw-t{display:none}.TBp-phones{display:block;width:70%}.TBp-phones-mobile{display:none}@media only screen and (max-width: 1700px){.TBp-subTitle{width:50%;font-size:24px}}@media only screen and (max-width: 1400px){.TBp-subTitle{width:52%;font-size:23px}}@media only screen and (max-width: 1300px){.TBp-subTitle{width:52%;font-size:22px}}@media only screen and (max-width: 1000px){.TBp-subTitle{margin:0;width:70%;font-size:22px}.TBp-button-macaw{width:80%;margin-top:-30px;cursor:pointer}.TBp-phones{width:50%}}@media only screen and (max-width: 900px){.TBp-general-div{display:flex;flex-direction:column;align-items:center;width:80%;margin:50px auto}.TBp-logo{margin:auto}.TBp-subTitle{margin:0;width:100%;font-size:22px}.TBp-button-macaw,.TBp-phones{display:none}.TBp-phones-mobile{display:block;width:80%;margin:40px auto auto;padding-bottom:50px}.TBp-button-macaw-t{display:block;width:60%;cursor:pointer}}@media only screen and (max-width: 700px){.TBp-subTitle{margin:0;width:100%;font-size:18px}.TBp-button-macaw{display:none}.TBp-phones-mobile{width:80%}.TBp-button-macaw-t{display:block;width:80%;cursor:pointer}}@media only screen and (max-width: 450px){.TBp-subTitle{font-size:16px}.TBp-phones-mobile{width:100%}.TBp-button-macaw-t{display:block;width:100%;cursor:pointer}}.TBs-general-div{background-image:url(/assets/background-BLaP2e3h.png);background-size:cover;background-repeat:no-repeat;width:100%;height:1080px}.TBs-content{padding-top:100px;margin-left:5%}.TBs-head-div{display:flex;justify-content:space-between;align-items:center;width:50%}.TBs-logo{width:35%;height:190px}.TBs-head-text{width:50%}.TBs-head-title{font-size:34px;color:#2f2d65}.TBs-head-subTitle{font-size:24px;font-weight:400}.TBs-button{width:100%;padding:20px;display:flex;justify-content:center;align-items:center;background-color:#2f2d65;border-radius:50px}.TBs-button:hover{cursor:pointer;background-color:#6a2c90;color:#fff}.TBs-button-text{font-weight:400;font-size:28px;margin:0 10px 0 0;color:#fff}.TBs-icons-div{margin-top:50px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:50%;border-radius:10px}.TBs-item-div{width:33%;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #CDCDCD;background-color:#fff}.TBs-item-div:hover{cursor:pointer}.TBs-item-div:hover .TBs-item-title{font-size:17px;text-align:center}.TBs-item-div:nth-child(1){border-top-left-radius:10px}.TBs-item-div:nth-child(3){border-top-right-radius:10px}.TBs-item-div:nth-child(4){border-bottom-left-radius:10px}.TBs-item-div:nth-child(6){border-bottom-right-radius:10px}.TBs-item-icon{width:25%}.TBs-item-title{font-size:16px;text-align:center}@media only screen and (max-width: 1700px){.TBs-general-div{height:980px}.TBs-head-div,.TBs-icons-div{width:55%}.TBs-head-title{font-size:32px}.TBs-head-subTitle{font-size:22px}}@media only screen and (max-width: 1550px){.TBs-general-div{height:900px}.TBs-head-div{width:55%}.TBs-logo{width:40%;height:190px}.TBs-icons-div{width:55%}.TBs-head-title{font-size:30px}.TBs-head-subTitle{font-size:20px}.TBs-item-div{width:33%;height:180px}}@media only screen and (max-width: 1400px){.TBs-general-div{height:840px}.TBs-head-div,.TBs-icons-div{width:58%}.TBs-head-title{font-size:30px}.TBs-head-subTitle{font-size:20px}.TBs-item-div{width:33%;height:170px}.TBs-item-title{margin:10px;font-size:14px}.TBs-item-div:hover .TBs-item-title{font-size:15px}}@media only screen and (max-width: 1300px){.TBs-general-div{height:800px}.TBs-content{padding-top:50px;margin-left:5%}.TBs-head-div{width:62%}.TBs-logo{width:40%;height:190px}.TBs-icons-div{width:62%}.TBs-head-title{font-size:28px}.TBs-head-subTitle{font-size:20px}.TBs-item-div{width:33%;height:170px}.TBs-item-title{margin:10px;font-size:14px}.TBs-item-div:hover .TBs-item-title{font-size:15px}.TBs-button{width:100%;padding:10px}.TBs-button-text{font-size:26px}}@media only screen and (max-width: 1150px){.TBs-general-div{height:700px}.TBs-content{padding-top:0;margin-left:5%}.TBs-head-div{width:60%}.TBs-logo{width:35%;height:160px}.TBs-icons-div{width:60%;margin-top:20px}.TBs-head-title{font-size:24px}.TBs-head-subTitle{font-size:16px}.TBs-item-div{width:33%;height:170px}.TBs-item-title{margin:10px;font-size:12px}.TBs-item-div:hover .TBs-item-title{font-size:13px}}@media only screen and (max-width: 1065px){.TBs-general-div{height:650px}.TBs-content{padding-top:0;margin-left:5%}.TBs-head-div{width:60%}.TBs-logo{width:35%;height:150px}.TBs-icons-div{width:60%;margin-top:20px}.TBs-head-title{font-size:24px}.TBs-head-subTitle{font-size:16px}.TBs-item-div{width:32.9%;height:150px}.TBs-item-title{margin:10px;font-size:12px}.TBs-item-div:hover .TBs-item-title{font-size:13px}}@media only screen and (max-width: 1000px){.TBs-general-div{height:600px}.TBs-content{padding-top:0;margin-left:5%}.TBs-head-div{width:58%}.TBs-logo{width:35%;height:140px}.TBs-icons-div{width:58%;margin-top:20px}.TBs-head-title{font-size:22px}.TBs-head-subTitle{font-size:16px}.TBs-item-div{width:32.9%;height:130px}.TBs-item-title{margin:10px;font-size:12px}.TBs-item-div:hover .TBs-item-title{font-size:13px}}@media only screen and (max-width: 900px){.TBs-general-div{background-image:url(/assets/backgroundT-DkPuXeVA.png);height:910px}.TBs-content{margin:0;display:flex;flex-direction:column;align-items:center}.TBs-head-div,.TBs-icons-div{width:80%}.TBs-item-div{width:32%;height:160px}}@media only screen and (max-width: 800px){.TBs-general-div{height:810px}}@media only screen and (max-width: 650px){.TBs-general-div{height:700px}.TBs-content{margin:0;display:flex;flex-direction:column;align-items:center}.TBs-button-text{font-size:20px}.TBs-item-div{width:32%;height:150px}.TBs-head-title{font-size:20px}.TBs-head-subTitle{font-size:15px}}@media only screen and (max-width: 550px){.TBs-general-div{height:660px}.TBs-item-div{height:120px}}@media only screen and (max-width: 450px){.TBs-general-div{background-image:url(/assets/backgroundM-CHXWwJ2q.svg);height:950px}.TBs-logo{width:60%;height:140px}.TBs-head-div{width:80%;flex-direction:column}.TBs-head-text{width:90%}.TBs-head-title{font-size:24px}.TBs-head-subTitle{font-size:14px}.TBs-icons-div{width:80%}.TBs-item-div{width:48%;height:120px}.TBs-item-div:nth-child(1){border-top-left-radius:10px}.TBs-item-div:nth-child(2){border-top-right-radius:10px}.TBs-item-div:nth-child(3){border-top-right-radius:0}.TBs-item-div:nth-child(4){border-bottom-left-radius:0}.TBs-item-div:nth-child(5){border-bottom-left-radius:10px}.TBs-item-div:nth-child(6){border-bottom-right-radius:10px}}@media only screen and (max-width: 400px){.TBs-general-div{height:900px}.TBs-logo{width:80%;height:140px}.TBs-head-text{width:100%}.TBs-icons-div{width:90%}.TBs-item-div{width:48%;height:110px}}.TBv-general-div{display:flex;width:90%;margin:50px 10%;padding-top:30px}.TBv-text-div{display:flex;flex-direction:column}.TBv-logo{width:45%}.TBv-title{color:#2f2d65;font-size:34px}.TBv-subTitle{width:100%;font-size:24px;font-weight:400}.TBv-button-macaw{display:block;width:60%;margin-top:-50px;margin-left:35%;cursor:pointer}.TBv-button-macaw-t{display:none}.TBv-phones{display:block;width:70%}.TBv-phones-mobile{display:none}.TBv-button-ir{display:block;width:60%;margin-top:0;cursor:pointer;background-color:#2f2d65;border:none;padding:10px;border-radius:35px;font-size:14px;color:#fff}.TBv-button-ir-text{font-family:montserrat;font-size:18px;color:#fff;font-weight:400}@media only screen and (max-width: 1700px){.TBv-subTitle{width:50%;font-size:24px}}@media only screen and (max-width: 1400px){.TBv-subTitle{width:52%;font-size:23px}}@media only screen and (max-width: 1300px){.TBv-subTitle{width:52%;font-size:22px}}@media only screen and (max-width: 1000px){.TBv-subTitle{margin:0;width:70%;font-size:22px}.TBv-button-macaw{width:80%;cursor:pointer;display:flex;justify-content:center;margin:auto}.TBv-phones{width:60%}}@media only screen and (max-width: 900px){.TBv-general-div{display:flex;flex-direction:column;align-items:center;width:80%;margin:50px auto}.TBv-logo{margin:auto}.TBv-subTitle{margin:0;width:100%;font-size:22px}.TBv-button-macaw,.TBv-phones{display:none}.TBv-phones-mobile{display:block;width:80%;margin:40px auto auto;padding-bottom:50px}.TBv-button-macaw-t{display:flex;width:40%;cursor:pointer}.TBv-button-ir{display:flex;justify-content:center;margin:auto}}@media only screen and (max-width: 700px){.TBv-subTitle{margin:0;width:100%;font-size:18px}.TBv-button-macaw{display:none}.TBv-phones-mobile{width:80%}.TBv-button-macaw-t{display:block;width:50%;cursor:pointer}}@media only screen and (max-width: 450px){.TBv-subTitle{font-size:16px}.TBv-phones-mobile{width:100%}.TBv-button-macaw-t{display:block;width:50%;cursor:pointer}}.TL-general-div{padding-top:50px;display:flex;flex-direction:column;padding-bottom:20px}.TL-title{margin:50px 0 0;font-size:60px;text-align:center;color:#211d5a}.TL-subTitle{margin:0;font-size:40px;text-align:center;color:#211d5a}.TL-items-div{margin-top:100px;width:100%;display:flex;justify-content:space-between}.TL-card{width:33%}.TL-img{width:100%;opacity:0}.TL-card-img-ven{position:relative;width:100%;background-image:url(/assets/venezuela-nUH87heJ.png);background-size:contain;background-repeat:no-repeat}.TL-card-img-ven-active{position:relative;width:100%;background-image:url(/assets/venOn-DMJQ2ep-.png);background-size:contain;background-repeat:no-repeat}.TL-card .TL-card-img-ven:after{content:url(/assets/venOn-DMJQ2ep-.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.TL-card:hover .TL-card-img-ven{padding-bottom:0;background-image:url(/assets/venOn-DMJQ2ep-.png)}.TL-div-click{position:absolute;top:89%;width:100%;height:10%;display:flex;cursor:pointer}.TL-card-img-nev{width:100%;background-image:url(/assets/neverland-BW0Qt3c4.png);background-size:contain;background-repeat:no-repeat}.TL-card .TL-card-img-nev:after{content:url(/assets/nevOn-CYXmdBF6.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.TL-card:hover .TL-card-img-nev{padding-bottom:0;background-image:url(/assets/nevOn-CYXmdBF6.png)}.TL-card-img-spa-active{position:relative;width:100%;background-image:url(/assets/spaOn-BtHcz5oy.png);background-size:contain;background-repeat:no-repeat}.TL-card-img-spa{position:relative;width:100%;background-image:url(/assets/spain-Ci3y5_Gq.png);background-size:contain;background-repeat:no-repeat}.TL-card .TL-card-img-spa:after{content:url(/assets/spaOn-BtHcz5oy.png);visibility:hidden;position:absolute;width:0;height:0;overflow:hidden}.TL-card:hover .TL-card-img-spa{padding-bottom:0;background-image:url(/assets/spaOn-BtHcz5oy.png)}.TL-card-text{color:#fff;font-size:28px;margin:0}@media only screen and (max-width: 1500px){.TL-title{font-size:50px}.TL-subTitle{font-size:35px}}@media only screen and (max-width: 1100px){.TL-title{font-size:40px}.TL-subTitle{font-size:30px}}@media only screen and (max-width: 900px){.TL-title{margin-top:20px;font-size:32px}.TL-subTitle{font-size:26px}.TL-items-div{margin-top:50px}}@media only screen and (max-width: 450px){.TL-card-img-ven{background-image:url(/assets/venM-jtQHkDYN.png)}.TL-card-img-nev{margin-top:20px;background-image:url(/assets/nevM-Bdj1P9QM.png)}.TL-card-img-spa{margin-top:20px;background-image:url(/assets/spainM-H6VubPFy.png)}.TL-title{margin-top:10px;font-size:28px}.TL-subTitle{font-size:24px}.TL-items-div{flex-direction:column;align-items:center;margin-top:40px}.TL-card{width:80%}}.TF-general-div{width:100%;background-image:url(/assets/background-ngX4Kl0_.png);background-size:cover;background-repeat:no-repeat;background-position:bottom}.TF-content-div{padding-top:50px;display:flex;flex-direction:row;justify-content:space-evenly;width:90%;margin:auto}.TF-img-div{display:flex;flex-direction:column;justify-content:center;align-items:center;width:35%;margin-top:3%}.TF-logo{margin-top:20px;width:70%}.TF-contanct-img{margin-top:20px;width:90%;cursor:pointer}.TF-options-div{width:20%}.TF-title{color:#fff;font-size:32px}.TF-option{height:60px;line-height:1;color:#fff;display:flex;align-items:center}.TF-arrow{height:20px;margin-right:10px}.TF-option-text{cursor:pointer;font-weight:400;font-size:24px}.TF-option-text:hover{font-weight:700}.TF-social-general-div{width:25%}.TF-socials-div{display:flex;justify-content:space-between}.TF-social-div{cursor:pointer;position:relative}.TF-social{background-color:#fff;border-radius:50%;opacity:.1;width:80px;height:80px}.TF-social-div:hover .TF-social{transition:1s;opacity:1}.TF-social-div:hover .TF-img-social{transition:1s;filter:invert(80%) saturate(100%) hue-rotate(86deg) brightness(100%) contrast(100%)}.TF-img-social{position:absolute;top:25px;left:25px;opacity:1;width:30px;height:30px}.TF-subtitle{color:#fff;font-size:22px;margin:0;font-weight:400}.TF-info-div{margin-top:30px}@media only screen and (max-width: 1700px){.TF-title{font-size:30px}.TF-subtitle{font-size:20px}.TF-option-text{font-size:22px}}@media only screen and (max-width: 1600px){.TF-social{width:70px;height:70px}.TF-img-social{top:22px;left:22px;width:25px;height:25px}}@media only screen and (max-width: 1500px){.TF-title{font-size:26px}.TF-subtitle{font-size:18px}.TF-option-text{font-size:20px}}@media only screen and (max-width: 1400px){.TF-title{font-size:25px;margin:0}.TF-subtitle{font-size:17px}.TF-option-text{font-size:19px}.TF-content-div{padding-top:10px}.TF-option{height:50px;line-height:1}}@media only screen and (max-width: 1300px){.TF-social{width:60px;height:60px}.TF-img-social{top:19px;left:19px;width:22px;height:22px}.TF-option-text{font-size:18px}}@media only screen and (max-width: 1150px){.TF-title{font-size:24px;margin:0}.TF-subtitle{font-size:15px}.TF-option-text{font-size:16px}.TF-option{height:40px;line-height:1}.TF-info-div{margin-top:10px}.TF-social{width:50px;height:50px}.TF-img-social{top:15px;left:15px;width:20px;height:20px}}@media only screen and (max-width: 1000px){.TF-title{color:#fff;font-size:20px}.TF-subtitle,.TF-option-text{font-size:14px}.TF-social{width:40px;height:40px}.TF-img-social{top:10px;left:10px;width:20px;height:20px}}@media only screen and (max-width: 900px){.TF-content-div{width:100%}}@media only screen and (max-width: 768px){.TF-general-div{background-image:url(/assets/backgT-Dixg0PO3.png);height:778px}.TF-content-div{padding-top:15%;display:flex;width:90%}.TF-img-div{display:none}.TF-options-div{width:50%}.TF-social-general-div{width:40%}.TF-title{font-size:22px}.TF-socials-div{margin-top:20px;padding-bottom:20px}}@media only screen and (max-width: 600px){.TF-general-div{height:660px}.TF-content-div{padding-top:20%;display:flex;width:90%}.TF-option{height:35px}.TF-title{font-size:18px}.TF-option-text{margin:0}}@media only screen and (max-width: 450px){.TF-general-div{background-image:url(/assets/backgM-DV2OLEto.svg);height:1200px}.TF-content-div{padding-top:30%;display:flex;flex-direction:column;align-items:center;width:90%}.TF-options-div{width:90%;padding-bottom:10px}.TF-social-general-div{width:90%}.TF-title{font-size:22px}.TF-socials-div{margin-top:20px;padding-bottom:0}.TF-social{width:60px;height:60px}.TF-img-social{top:18px;left:18px;width:25px;height:25px}.TF-option{height:40px}.TF-option-text{font-size:16px}}.SH-general-div{position:relative}.SH-background{display:block;width:100%}.SH-background-t,.SH-background-m{display:none}.SH-content{height:85%;width:100%;position:absolute;top:140px;display:flex;flex-direction:column;align-items:center}.SH-title-little{color:#39396d;font-size:38px;margin:0;text-align:center}.SH-title-big{margin:0;color:#39396d;font-size:62px;text-align:center;line-height:1em}.SH-button{width:30%;padding:20px;display:flex;justify-content:center;align-items:center;background-color:#8656ea;border:1px solid white;border-radius:50px}.SH-button:hover{cursor:pointer;background-color:#8606ea;color:#fff}.SH-button-text{font-size:28px;margin:0 10px 0 0}@media only screen and (max-width: 1500px){.SH-content{top:100px}.SH-title-little{font-size:34px}.SH-title-big{font-size:56px}.SH-button{margin-bottom:20px}}@media only screen and (max-width: 1300px){.SH-title-little{font-size:30px}.SH-title-big{font-size:50px}.SH-button{margin-bottom:40px;padding:15px}.SH-button-text{font-size:24px}}@media only screen and (max-width: 1100px){.SH-content{top:50px}.SH-title-little{font-size:28px}.SH-title-big{font-size:46px}.SH-button{margin-bottom:10px;padding:10px}.SH-button-text{font-size:18px}}@media only screen and (max-width: 900px){.SH-background-t{display:block;width:100%}.SH-background{display:none}.SH-content{top:100px;height:78%}.SH-title-little{font-size:26px}.SH-title-big{font-size:40px}.SH-button{width:40%;padding:15px}.SH-button-text{font-size:18px}}@media only screen and (max-width: 600px){.SH-background-t{display:none}.SH-background-m{display:block;width:100%}.SH-content{top:100px;height:78%}.SH-title-little{font-size:22px}.SH-title-big{font-size:34px}.SH-button{width:40%;padding:15px}.SH-button-text{font-size:18px}}.SB-general-div{position:relative}.SB-background{display:block;width:100%}.SB-background-t,.SB-background-m{display:none}.SB-content-txt{position:absolute;top:30px;height:90%;width:45%;margin-left:10%;display:flex;flex-direction:column;justify-content:space-between}.SB-title{line-height:1em;font-size:50px;margin:0}.SB-subtitle-div{margin-top:10px;height:20px;display:flex}.SB-subtitle{margin:0 0 0 15px;color:#52ccc9;font-size:16px}.SB-separator{margin-top:20px;opacity:.5}.SB-text{margin-top:10px;font-weight:400;font-size:22px;text-align:justify}.SB-bottom-div{position:absolute;top:30px;left:35%;width:30%;height:95%;display:flex;flex-direction:column;justify-content:flex-end}.SB-bot-title{margin:0;color:#fff;font-size:50px;line-height:1em}.SB-bot-subtitle{margin:20px 0 0;color:#fff;font-size:24px;font-weight:400}@media only screen and (max-width: 1600px){.SB-title{font-size:40px}.SB-subtitle{font-size:16px}.SB-text{font-size:18px}.SB-bot-title{font-size:40px}.SB-bot-subtitle{font-size:20px}}@media only screen and (max-width: 1300px){.SB-content-txt{top:10px}.SB-title{font-size:36px}.SB-subtitle,.SB-text{font-size:15px}.SB-bottom-div{top:10px}.SB-bot-title{font-size:36px}.SB-bot-subtitle{font-size:16px}}@media only screen and (max-width: 1100px){.SB-content-txt{top:0}.SB-title{font-size:34px}.SB-subtitle{font-size:15px}.SB-text{font-size:12px}.SB-bottom-div{top:0;width:40%}.SB-bot-title{font-size:34px}.SB-bot-subtitle{font-size:14px}}@media only screen and (max-width: 900px){.SB-background-t{display:block;width:100%}.SB-background{display:none}.SB-content-txt{position:relative;height:90%;width:90%;margin:auto}.SB-text{font-size:14px}.SB-bottom-div{position:absolute;top:30px;left:10%;width:60%;height:95%;display:flex;flex-direction:column;justify-content:flex-end}}@media only screen and (max-width: 600px){.SB-background-t{display:none}.SB-background-m{display:block;width:100%}.SB-content-txt{position:relative;height:90%;width:90%;margin:auto}.SB-text{font-size:14px}.SB-bottom-div{position:absolute;top:30px;left:10%;width:80%;height:95%;display:flex;flex-direction:column;justify-content:flex-end}}.SS-general-div{padding:40px 0}.SS-title-div{margin:auto;display:flex;justify-content:space-between;align-items:center;width:90%}.SS-title-text{margin-left:5%}.SS-title{margin:0;font-size:54px}.SS-subtitle-div{display:flex;align-items:center;height:30px}.SS-subtitle{color:#52ccc9;font-size:24px;margin:0 0 0 20px;font-weight:400}.SS-button-m{display:none}.SS-button{height:60px;width:30%;padding:10px;display:flex;justify-content:center;align-items:center;background-color:#8656ea;border:1px solid white;border-radius:50px}.SS-button:hover{cursor:pointer;background-color:#8606ea;color:#fff}.SS-button-text{font-size:28px;margin:0 10px 0 0;font-weight:400;color:#fff}.SS-services-div{width:90%;margin:50px auto auto;display:flex;flex-wrap:wrap}.SS-item-div{width:33%;display:flex;flex-direction:column;align-items:center;border:1px solid #CDCDCD}.SS-item-div:hover,.SS-item-div-act{width:33%;display:flex;flex-direction:column;align-items:center;border:1px solid #CDCDCD;background-color:#8c2fc9}.SS-item-icon{margin-top:10%;width:20%;pointer-events:none}.SS-item-title{width:70%;font-size:32px;text-align:center;-webkit-user-select:none;user-select:none}.SS-item-title-act{width:70%;font-size:32px;text-align:center;color:#fff;-webkit-user-select:none;user-select:none}.SS-item-div:hover .SS-item-title{width:70%;font-size:32px;text-align:center;color:#fff}.SS-item-subtitle{width:80%;font-weight:400;font-size:22px;text-align:justify;line-height:1.4em;-webkit-user-select:none;user-select:none}.SS-item-subtitle-act{width:80%;font-weight:400;font-size:22px;text-align:justify;line-height:1.4em;color:#fff;-webkit-user-select:none;user-select:none}.SS-item-div:hover .SS-item-subtitle{width:80%;font-weight:400;font-size:22px;text-align:justify;line-height:1.4em;color:#fff}@media only screen and (max-width: 1600px){.SS-title{font-size:48px}.SS-subtitle{font-size:20px}.SS-button-text{font-size:25px}.SS-item-title,.SS-item-div:hover .SS-item-title,.SS-item-title-act{font-size:28px}.SS-item-subtitle,.SS-item-div:hover .SS-item-subtitle,.SS-item-subtitle-act{font-size:20px}}@media only screen and (max-width: 1300px){.SS-title{font-size:40px}.SS-subtitle{font-size:18px}.SS-button-text{font-size:22px}.SS-item-title,.SS-item-title-act,.SS-item-div:hover .SS-item-title{font-size:24px}.SS-item-subtitle,.SS-item-subtitle-act,.SS-item-div:hover .SS-item-subtitle{font-size:16px}}@media only screen and (max-width: 1100px){.SS-title{font-size:36px}.SS-subtitle{margin-left:10px;font-size:16px}.SS-button-text{font-size:16px}.SS-item-title,.SS-item-title-act,.SS-item-div:hover .SS-item-title{font-size:20px}.SS-item-subtitle,.SS-item-subtitle-act,.SS-item-div:hover .SS-item-subtitle{font-size:14px}}@media only screen and (max-width: 900px){.SS-title{font-size:34px;line-height:1em}.SS-subtitle-div{margin-top:10px}.SS-item-div{width:49%;display:flex;flex-direction:column;align-items:center;border:1px solid #CDCDCD}.SS-item-div:hover,.SS-item-div-act{width:49%;display:flex;flex-direction:column;align-items:center;border:1px solid #CDCDCD;background-color:#8c2fc9}}@media only screen and (max-width: 600px){.SS-title-div{width:100%}.SS-title{font-size:34px;line-height:1em}.SS-subtitle-div{margin-top:10px}.SS-title-text{width:90%}.SS-button{display:none}.SS-button-m{height:60px;width:80%;padding:10px;display:flex;justify-content:center;align-items:center;background-color:#8656ea;border:1px solid white;border-radius:50px;margin:20px auto auto}.SS-item-div{width:100%;display:flex;flex-direction:column;align-items:center;border:1px solid #CDCDCD}.SS-item-div:hover,.SS-item-div-act{width:100%;display:flex;flex-direction:column;align-items:center;border:1px solid #CDCDCD;background-color:#8c2fc9}}.PMl-general{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.PMl-modal-content{background-color:#fff;padding:30px;border-radius:50px;width:800px;max-width:90%}.PMl-modal-close{cursor:pointer;float:right;padding:5px 10px;margin:-10px -10px 10px 10px;font-size:32px}.PMl-info-div{padding:50px}.PMl-title{font-size:32px;color:#211d5a;display:flex;justify-content:center;text-align:center}.PMl-cont-social-general{margin-top:20px;display:flex;justify-content:space-between}.PMl-cont-social{display:flex;cursor:pointer}.PMl-social-text{display:flex;flex-direction:column;justify-content:center}.PMl-social-logo{margin-right:10px}.PMl-text-title{margin:0;font-size:22px}.PMl-text{margin:0;font-size:24px;color:#842fbd}@media only screen and (max-width: 800px){.PMl-modal-close{cursor:pointer;float:right;padding-right:25px;margin:-10px -10px 10px 10px;font-size:32px}.PMl-info-div{padding:30px}.PMl-modal-content{padding:10px}.PMl-cont-social-general{margin-top:20px;display:flex;flex-direction:column;justify-content:space-between}.PMl-cont-social{margin-top:20px}}@media only screen and (max-width: 600px){.PMl-social-logo{width:20%}.PMl-text{font-size:18px}.PMl-info-div{padding:20px}}.SBr-general-div{position:relative}.SBr-background-head{display:block;width:100%}.SBr-background-head-t,.SBr-background-head-m{display:none}.Sbr-head-text{position:absolute;top:7%;left:4%}.SBr-head-title{color:#fff;font-size:54px;line-height:1em}.SBr-head-subtitle-div{display:flex;height:80px}.SBr-head-cursor{width:10px;margin-right:20px}.SBr-head-subtitle{color:#52ccc9;font-size:24px;margin:0}.SBr-worked-brands{padding:5%;display:flex;justify-content:space-between;align-items:center}.SBr-brands-title{font-size:54px}.SBr-brands-subtitle{font-weight:400}.SBr-worked-brands-img{display:block;width:50%}.SBr-worked-brands-img-t{display:none}@media only screen and (max-width: 1600px){.SBr-head-title{font-size:46px}.SBr-head-subtitle-div{height:60px}.SBr-head-cursor{width:8px;margin-right:10px}.SBr-head-subtitle{font-size:20px}.SBr-brands-title{font-size:46px}}@media only screen and (max-width: 1300px){.Sbr-head-text{top:3%}.SBr-head-title{font-size:42px}.SBr-head-subtitle-div{height:50px}.SBr-head-cursor{width:8px;margin-right:10px}.SBr-head-subtitle{font-size:18px}.SBr-brands-title{font-size:40px}}@media only screen and (max-width: 1100px){.Sbr-head-text{top:3%}.SBr-head-title{font-size:32px}.SBr-head-subtitle-div{height:40px}.SBr-head-cursor{width:8px;margin-right:10px}.SBr-head-subtitle{font-size:15px}.SBr-brands-title{font-size:32px}}@media only screen and (max-width: 900px){.SBr-background-head-t{display:block;width:100%}.SBr-background-head{display:none}.SBr-worked-brands{padding:5%;display:flex;flex-direction:column}.SBr-worked-brands-img{margin-top:20px;width:90%}.SBr-brands-title,.SBr-brands-subtitle{text-align:center}.SBr-worked-brands-img-t{display:block;width:80%}.SBr-worked-brands-img{display:none}}@media only screen and (max-width: 600px){.SBr-background-head-m{display:block;width:100%}.SBr-background-head-t{display:none}.Sbr-head-text{width:80%;top:100px;left:50%;transform:translate(-50%)}.SBr-worked-brands{padding:5%;display:flex;flex-direction:column}.SBr-worked-brands-img{margin-top:20px;width:90%}.SBr-brands-title,.SBr-brands-subtitle{text-align:center}}.SFo-general-div{position:relative;margin-bottom:-8px}.SFo-background{display:block;width:100%}.SFo-background-t,.SFo-background-m{display:none}.SFo-content{position:absolute;top:0;left:20%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;height:95%;width:60%}.SFo-title-head{color:#fff;font-size:30px;margin:0}.SFo-title{margin:20px 0 0;font-size:50px;color:#fff;line-height:1em}.SFo-subtitle{margin-top:40px;font-size:28px;color:#fff;font-weight:400}.SFo-button{margin-top:30px;padding:20px 40px;display:flex;justify-content:center;align-items:center;background-color:#8656ea;border:1px solid white;border-radius:50px}.SFo-button:hover{cursor:pointer;background-color:#8606ea;color:#fff}.SFo-button-text{font-size:24px;margin:0 10px 0 0;font-weight:400;color:#fff}@media only screen and (max-width: 1600px){.SFo-title-head{font-size:24px}.SFo-title{margin-top:20px;font-size:40px}.SFo-subtitle{margin-top:30px;font-size:22px}.SFo-button{padding:15px}.SFo-button-text{font-size:22px}}@media only screen and (max-width: 1300px){.SFo-title-head{font-size:20px}.SFo-title{margin-top:20px;font-size:34px}.SFo-subtitle{margin-top:30px;font-size:18px}.SFo-button{padding:15px}.SFo-button-text{font-size:20px}}@media only screen and (max-width: 1100px){.SFo-title-head{font-size:16px}.SFo-title{margin-top:20px;font-size:28px}.SFo-subtitle{margin-top:30px;font-size:15px}.SFo-button{padding:15px}.SFo-button-text{font-size:20px}}@media only screen and (max-width: 900px){.SFo-background{display:none}.SFo-background-t{display:block;width:100%}.SFo-title-head{font-size:18px}.SFo-title{margin-top:20px;font-size:30px}.SFo-subtitle{margin-top:30px;font-size:14px}.SFo-button{padding:15px}.SFo-button-text{font-size:18px}}@media only screen and (max-width: 700px){.SFo-title-head{font-size:14px}.SFo-title{margin-top:20px;font-size:22px}.SFo-subtitle{margin-top:20px;font-size:11px}.SFo-button{padding:10px}.SFo-button-text{font-size:16px}}@media only screen and (max-width: 500px){.SFo-background-t{display:none}.SFo-background-m{display:block;width:100%}.SFo-content{top:0;left:15%;height:85%;width:70%}.SFo-title-head{font-size:15px}.SFo-title{margin-top:20px;font-size:25px}.SFo-subtitle{margin-top:30px;font-size:12px}.SFo-button{padding:15px}.SFo-button-text{font-size:18px}}@media only screen and (max-width: 420px){.SFo-title-head{font-size:14px}.SFo-title{margin-top:10px;font-size:20px}.SFo-subtitle{margin-top:10px;font-size:12px}.SFo-button{padding:15px}.SFo-button-text{font-size:16px}}.SF-general-div{position:relative}.SF-background{display:block;width:100%;position:absolute;top:0}.SF-background-t,.SF-background-m{display:none}.SF-content-div{position:absolute;padding-top:50px;display:flex;justify-content:space-between;width:90%;left:5%}.SF-img-div{width:35%;display:flex;justify-content:center;align-items:flex-start}.SF-logo{margin-top:40px;width:60%}.SF-contanct-img{margin-top:20px;width:90%}.SF-options-div{display:block;width:30%}.SF-options-div-t{display:none}.SF-title{color:#fff;font-size:32px}.SF-option{height:60px;line-height:1;color:#fff;display:flex;align-items:center}.SF-arrow{height:20px;margin-right:10px}.SF-option-text{cursor:pointer;font-weight:400;font-size:24px}.SF-option-text:hover{font-weight:700}.SF-social-general-div{width:20%}.SF-socials-div{display:flex;justify-content:space-between}.SF-social-div{cursor:pointer;position:relative}.SF-social{background-color:#fff;border-radius:50%;opacity:.1;width:60px;height:60px}.SF-social-div:hover .SF-social{transition:1s;opacity:1}.SF-social-div:hover .SF-img-social{transition:1s;filter:invert(80%) saturate(100%) hue-rotate(86deg) brightness(100%) contrast(100%)}.SF-img-social{position:absolute;top:18px;left:18px;opacity:1;width:25px;height:25px}.SF-subtitle{color:#fff;font-size:22px;margin:0;font-weight:400}.SF-info-div{margin-top:30px}@media only screen and (max-width: 1600px){.SF-title{font-size:28px;margin:10px 0}.SF-social{width:50px;height:50px}.SF-img-social{top:14px;left:14px;width:22px;height:22px}.SF-subtitle{font-size:18px}.SF-option-text{font-size:20px}}@media only screen and (max-width: 1300px){.SF-title{font-size:24px}.SF-social{width:45px;height:45px}.SF-img-social{top:13px;left:13px;width:20px;height:20px}.SF-subtitle,.SF-option-text{font-size:16px}.SF-option{height:40px}}@media only screen and (max-width: 1100px){.SF-title{font-size:20px}.SF-social{width:35px;height:35px}.SF-img-social{top:8px;left:9px;width:18px;height:18px}.SF-subtitle{font-size:14px}.SF-option-text{font-size:15px}}@media only screen and (max-width: 900px){.SF-background-t{display:block;width:100%;position:absolute;top:0}.SF-background{display:none}.SF-content-div{display:flex;flex-direction:column;align-items:center;width:90%;margin:auto}.SF-logo{width:100%}.SF-social-general-div{width:80%}.SF-options-div-t{margin-top:20px;display:block;width:80%;text-align:center}.SF-options-div{display:none}.SF-title{font-size:26px;text-align:center;padding-bottom:20px}.SF-social{width:80px;height:80px}.SF-img-social{top:25px;left:25px;width:30px;height:30px}.SF-subtitle,.SF-option-text{font-size:18px}}@media only screen and (max-width: 650px){.SF-content-div{display:flex;flex-direction:column;align-items:center;width:90%;margin:auto}.SF-logo{width:90%;margin-top:0}.SF-social-general-div{width:80%}.SF-options-div-t{margin-top:10px;display:block;width:80%;text-align:center}.SF-title{font-size:24px;text-align:center;padding-bottom:0;margin:0}.SF-social{width:60px;height:60px}.SF-img-social{top:18px;left:18px;width:25px;height:25px}.SF-subtitle,.SF-option-text{font-size:16px}.SF-info-div{margin-top:10px}}@media only screen and (max-width: 500px){.SF-background-m{display:block;width:100%;position:absolute;top:0}.SF-background-t{display:none}.SF-content-div{padding-top:30px}.SF-logo{width:90%}.SF-options-div-t{margin-top:10px}.SF-title{font-size:20px;padding-bottom:10px}.SF-socials-div{margin-top:10px;padding-bottom:10px}.SF-social{width:50px;height:50px}.SF-img-social{top:15px;left:15px;width:22px;height:22px}.SF-subtitle,.SF-option-text{font-size:14px}}.VH-hero-container{position:relative;display:block}.VH-image-base{width:100%;display:block}.VH-text-title{font-size:2.5rem;font-weight:600;color:#333;top:20px;margin:auto;width:60%}.VH-text-subtitle{font-weight:400;font-size:1.5rem;color:#6d3600;margin:20px auto auto;width:85%}.VH-text-container{position:absolute;Top:20px;transform:translate(50%,50%);text-align:center;width:50%}.VH-container-options{position:absolute;top:50%;left:15%}.VH-options-title{font-size:2.5rem;font-weight:600;color:#000;margin:0}.VH-options-subtitle{width:60%;font-size:1rem;font-weight:400;color:#000;margin:0}.VH-options-buttons{display:flex;gap:10px}.VH-button-gr{display:flex;align-items:center;margin-top:10px;color:#fff!important;background-color:#27773a;width:30%;border:none;padding:15px;border-radius:15px;font-size:14px}.VH-button-br{display:flex;align-items:center;gap:10px;margin-top:10px;color:#fff!important;background-color:#6d3d28;width:30%;border:none;padding:15px;border-radius:15px;font-size:14px}.VH-button-text{font-weight:600;margin:0}.VH-button-gr:hover{background-color:#1e5e2e;cursor:pointer;transition:background .3s}.VH-button-br:hover{background-color:#4e2b1c;cursor:pointer;transition:background .3s}.VH-image1{position:absolute;top:30%;left:15%;transform:translate(-50%);width:80;animation:bubbleFloat 2.7s ease-in-out infinite}.VH-image2{position:absolute;top:40%;left:30%;transform:translate(-50%);width:100px;animation:bubbleFloat 3s ease-in-out infinite}.VH-image3{position:absolute;top:80%;left:22%;transform:translate(-50%);width:110px;animation:bubbleFloat 3.3s ease-in-out infinite}.VH-image4{position:absolute;top:90%;left:12%;transform:translate(-50%);width:70px;animation:bubbleFloat 2.9s ease-in-out infinite}.VH-image5{position:absolute;top:30%;left:85%;transform:translate(-50%);width:90px;animation:bubbleFloat 3.2s ease-in-out infinite}.VH-image6{position:absolute;top:40%;left:70%;transform:translate(-50%);width:85px;animation:bubbleFloat 2.8s ease-in-out infinite}.VH-image7{position:absolute;top:60%;left:88%;transform:translate(-50%);width:85px;animation:bubbleFloat 3.1s ease-in-out infinite}.VH-image8{position:absolute;top:70%;left:72%;transform:translate(-50%);width:95px;animation:bubbleFloat 3.4s ease-in-out infinite}.VH-image9{position:absolute;top:88%;left:90%;transform:translate(-50%);width:100px;animation:bubbleFloat 2.6s ease-in-out infinite}@keyframes bubbleFloat{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.VH-hero-container-mobile{display:none}@media (max-width: 1600px){.VH-text-title{font-size:2rem}.VH-text-subtitle{font-size:1.2rem}.VH-options-title{font-size:2rem}.VH-options-subtitle{font-size:1rem}.VH-button-gr,.VH-button-br{padding:10px}.VH-image1{width:60px}.VH-image2{width:80px}.VH-image3{width:90px}.VH-image4{width:50px}.VH-image5{width:70px}.VH-image6,.VH-image7{width:65px}.VH-image8{width:75px}.VH-image9{width:80px}}@media (max-width: 1400px){.VH-text-title{font-size:1.8rem}.VH-text-subtitle{font-size:1rem}.VH-options-title{font-size:1.8rem}.VH-options-subtitle{font-size:.8rem}.VH-button-gr,.VH-button-br{padding:5px;font-size:12px}.VH-image1{width:60px}.VH-image2{width:80px}.VH-image3{width:90px}.VH-image4{width:50px}.VH-image5{width:70px}.VH-image6,.VH-image7{width:65px}.VH-image8{width:75px}.VH-image9{width:80px}}@media (max-width: 768px){.VH-hero-container{display:none}.VH-hero-container-mobile{position:relative;display:block}.VH-text-container-mobile{position:absolute;top:10%;left:50%;transform:translate(-50%);text-align:center;width:70%}.VH-container-buttons-mobile{position:absolute;top:32%;left:50%;transform:translate(-50%);text-align:center;width:90%}.VH-text-title-mobile{font-size:34px;font-weight:600;color:#333;margin:0}.VH-text-subtitle-mobile{font-size:16px;font-weight:400;color:#6d3600;margin:0}.VH-buttons-title-mobile{font-size:1.5rem;font-weight:600;color:#000;margin:0}.VH-buttons-subtitle-mobile{font-size:.8rem;font-weight:400;color:#000;margin:0}.VH-buttons-mobile{display:flex;gap:10px}.VH-button-gr-mobile{display:flex;align-items:center;justify-content:center;margin-top:10px;color:#fff;background-color:#27773a;width:100%;border:none;padding:15px;border-radius:15px;font-size:14px}.VH-button-br-mobile{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;color:#fff!important;background-color:#6d3d28;width:100%;border:none;padding:15px;border-radius:15px;font-size:14px}.VH-button-text-mobile{font-weight:600;margin:0;color:#fff;font-size:16px}.VH-button-text-fixwhite{font-weight:600;margin:0!important;color:#fff!important}.VH-image-mobile{width:100%;height:100%;object-fit:cover;display:block}}@media (max-width: 434px){.VH-text-title-mobile{font-size:29px}.VH-text-subtitle-mobile{font-size:14px}}.VF-general{position:relative;padding-bottom:20px;display:block;margin:0 15%}.VF-content-text{width:50%;margin-top:50px}.VF-text-green{font-weight:400;color:#46cc66;font-size:1rem}.VF-text-title-thanks{font-weight:600;color:#000;font-size:36px}.VF-text-description{font-weight:400;color:#687a81;font-size:18px}.VF-Fox-Img{width:35%;position:absolute;top:-50px;left:55%}.VF-button{margin-top:10px;background-color:#27773a;width:50%;border:none;padding:15px;border-radius:15px;font-size:14px;color:#fff!important;font-weight:600}.VF-button:hover{background-color:#1e5e2e;cursor:pointer;transition:background .3s}.VF-options-container{display:flex;gap:20px;margin:50px auto auto;padding-bottom:50px;width:100%}.VF-Box-brown{background-color:#6d3d28;border-radius:20px;width:25%;padding:20px}.VF-Box-sand{background-color:#fff8eb;border-radius:20px;width:25%;padding:20px}.VF-Box-green{background-color:#27773a;border-radius:20px;width:25%;padding:20px}.VF-box-text{font-weight:400;color:#fff;font-size:18px}.VF-box-text-alt{font-weight:400;color:#000;font-size:18px}.VF-box-icon{width:50px;height:50px;margin-bottom:10px}.VF-general-mobile{display:none}@media (max-width: 1600px){.VF-text-title-thanks{font-size:32px}.VF-text-description{font-size:16px}}@media (max-width: 1400px){.VF-text-title-thanks{font-size:28px}.VF-text-description{font-size:14px}}@media (max-width: 768px){.VF-general{display:none}.VF-general-mobile{display:block}.VF-Fox-Img-mobile{width:80%;display:block;margin:auto}.VF-content-text-mobile{width:75%;display:block;margin:50px auto auto}.VF-text-green-mobile{font-size:20px;color:#46cc66;font-weight:400}.VF-text-title-thanks-mobile{font-size:24px;color:#000}.VF-text-description-mobile{font-size:16px;color:#687a81;font-weight:400}.VF-button-mobile{font-size:16px;background-color:#27773a;width:100%;border:none;padding:15px;border-radius:15px;font-size:14px;color:#fff!important;font-weight:600}.VF-button-mobile:hover{background-color:#1e5e2e;cursor:pointer;transition:background .3s}.VF-options-container-mobile{display:flex;flex-direction:column;gap:20px;margin:50px auto auto;padding-bottom:50px;width:100%}.VF-Box-brown-mobile{background-color:#6d3d28;border-radius:20px;width:75%;padding:20px;margin:auto;display:block}.VF-Box-sand-mobile{background-color:#fff8eb;border-radius:20px;width:75%;padding:20px;margin:auto;display:block}.VF-Box-green-mobile{background-color:#27773a;border-radius:20px;width:75%;padding:20px;margin:auto;display:block}.VF-box-text-mobile-alt{font-weight:400;color:#000;font-size:18px}.VF-box-text-mobile{font-weight:400;color:#fff;font-size:18px}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.VAa-carrousel-container{padding:50px 0}.VAa-general-container{background-color:#fff8eb;padding-top:20px}.VAa-box-text{margin:0 15%}.VAa-text-green{font-weight:400;color:#46cc66;font-size:18px;margin:0}.VAa-text-title-thanks{font-weight:600;color:#000;font-size:36px;margin:0}@media (max-width: 1700px){.VAa-text-title-thanks{font-size:32px}}@media (max-width: 1400px){.VAa-text-title-thanks{font-size:28px}}@media (max-width: 768px){.VAa-general-container{display:none}.VAa-general-container-mobile{display:block}}.VM-general{margin-top:30px}.VM-text-content{width:32%;display:flex;flex-direction:column;margin:50px auto auto;text-align:center}.VM-text-green{font-weight:400;color:#46cc66;font-size:18px;margin:0}.VM-img1{width:80%;display:flex;margin:auto}.VM-button1{position:absolute;top:85%;left:40%;margin-top:10px;background-color:#27773a;width:20%;border:none;padding:15px;border-radius:15px}.VM-button1-text{margin:0;font-size:14px;color:#fff;font-weight:600}.VM-button1:hover{background-color:#1e5e2e;cursor:pointer;transition:background .3s}.VM-img-container{position:relative}.VM-img-container2{position:relative;margin-top:-20vh}.VM-img2{width:80%;display:flex;margin:auto}.VM-button2{position:absolute;top:88%;left:27%;margin-top:10px;background-color:#46cb66;width:15%;border:none;padding:20px;border-radius:15px;display:flex;justify-content:center;align-items:center}.VM-button2-text{margin:0;font-size:14px;color:#000;font-weight:600}.VM-button2:hover{background-color:#36a049;cursor:pointer;transition:background .3s}.VM-text-content-alt{margin-left:10%;margin-top:10vh}.VM-box-container{width:80%;margin:auto;display:flex;gap:20px;padding-bottom:30px}.VM-box-icon{width:20%;border:1px solid #E8E8E8;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.VM-icon{width:40px;height:40px}.VM-box-text{font-weight:400}.VM-general-mobile{display:none}@media (max-width: 1700px){.VM-text-title{font-size:32px}.VM-text-green{font-size:16px}}@media (max-width: 1400px){.VM-text-title{font-size:28px}}@media (max-width: 768px){.VM-general{display:none}.VM-general-mobile{display:block}.VM-text-content-mobile{width:75%;display:flex;flex-direction:column;margin:50px auto auto;text-align:center}.VM-text-green-mobile{font-weight:400;color:#46cc66;font-size:18px;margin:0}.VM-text-title-mobile{font-weight:600;color:#000;font-size:28px;margin:20px 0 0;text-align:left}.VM-img-container-mobile{position:relative;margin-top:50px}.VM-img1-mobile{width:80%;display:flex;margin:auto}.VM-button1-mobile{position:absolute;top:68%;left:10%;background-color:#27773a;width:80%;border:none;padding:15px;border-radius:15px}.VM-button1-text-mobile{margin:0;font-size:16px;color:#fff;font-weight:400}.VM-text-description-mobile{font-weight:400;color:#000;font-size:16px;margin:20px 0 0}.VM-img2-mobile{width:80%;display:flex;margin-left:8%}.VM-button2-mobile{position:absolute;top:41%;left:20%;background-color:#46cb66;width:60%;border:none;padding:15px;border-radius:15px}.VM-button2-text-mobile{margin:0;font-size:16px;color:#000;font-weight:400}.VM-box-container-mobile{width:80%;margin:50px auto auto;display:flex;flex-direction:column;gap:20px;padding-bottom:30px}.VM-box-icon-mobile{width:100%;border:1px solid #E8E8E8;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 0}.VO-box-icon-mobile{width:100%;margin-top:40px}}@media (max-width: 434px){.VM-text-title-mobile{font-size:23px}.VM-button1-text-mobile,.VM-button2-text-mobile,.VM-text-description-mobile{font-size:14px}}.VO-general{display:flex;width:90%;margin:30px auto auto}.VO-content-text{margin-top:50px;padding-bottom:50px}.VO-text-green{font-weight:400;color:#46cc66;font-size:18px}.VO-text-title{width:60%;font-weight:600;color:#000;font-size:36px}.VO-text-description{width:70%;font-weight:400;color:#687a81;font-size:18px}.VO-timeline{display:flex;flex-direction:column;align-items:center;gap:48px;margin:40px 0}.VO-timeline-ref{display:flex;flex-direction:column;position:relative;margin-left:5%}.VO-timeline-row{display:flex;flex-direction:row;align-items:center;width:100%;min-height:180px;position:relative;justify-content:center}.VO-timeline-side{flex:1 1 40%;display:flex;align-items:center;justify-content:center;min-width:0;margin:-30px 0}.VO-timeline-img{justify-content:flex-end}.VO-timeline-text{justify-content:flex-start}.VO-timeline-row.right .VO-timeline-img{order:2;justify-content:flex-start}.VO-timeline-row.right .VO-timeline-text,.VO-timeline-row.left .VO-timeline-img{order:0;justify-content:flex-end}.VO-timeline-row.left .VO-timeline-text{order:2;justify-content:flex-start}.VO-timeline-center{display:flex;flex-direction:column;align-items:center;position:relative;width:80px;z-index:3;justify-content:center}.VO-step-number{width:48px;height:48px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #00000014;z-index:4}.VO-timeline-line{width:2px;height:180px;background:#f1e5ce;margin:0 auto;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,30%)}.VO-step-img{width:400px;height:350px;border-radius:18px}.VO-timeline-text p{font-size:1.1rem;color:#333;margin:0;font-weight:500;max-width:300px}.VO-container-fox{display:flex;flex-direction:column;align-items:center;width:20%;position:relative}.VO-img-button{width:150px}.VO-img-fox{width:300px}.VO-foots-repeat{flex:1;width:80px;background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='113'%20viewBox='0%200%2096%20113'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M58.3638%2025.7475C63.3199%2028.9739%2062.6987%2034.6838%2070.4966%2033.2929C82.8895%2031.0813%2074.5257%2019.3637%2084.1657%2014.3779C82.1918%20-1.12881%2048.4215%207.35498%2050.1032%2018.5994C51.1547%2025.6271%2054.4947%2023.2288%2058.3638%2025.7475Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M61.3916%2045.1408C62.3909%2048.8814%2067.6843%2054.3973%2071.5668%2055.6313C71.0475%2051.1331%2074.3615%2049.9621%2073.4743%2045.1758C70.7584%2030.5182%2059.1294%2036.6743%2061.3916%2045.1408Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M52.2043%2048.8446C58.0547%2043.8305%2063.6074%2036.0165%2056.4546%2029.5557C44.103%2029.8026%2047.2069%2041.6077%2052.2043%2048.8446Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M82.5412%2032.8673C72.7712%2030.7349%2074.2225%2042.0348%2078.2614%2047.2821C79.3754%2048.7301%2081.7055%2048.2255%2083.2515%2049.2024C84.6143%2050.0627%2084.2714%2053.1231%2086.2297%2052.0912C85.911%2047.0415%2089.8852%2034.4695%2082.5412%2032.8673Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M80.7669%2022.5804C76.8861%2030.2175%2090.8825%2032.6618%2094.7895%2036.074C98.6343%2028.2495%2086.5525%2011.193%2080.7669%2022.5804Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M37.1681%2082.6915C32.2119%2085.9179%2032.8331%2091.6278%2025.0352%2090.237C12.6424%2088.0253%2021.0062%2076.3077%2011.3661%2071.3219C13.34%2055.8152%2047.1103%2064.299%2045.4287%2075.5434C44.3772%2082.5711%2041.0372%2080.1729%2037.1681%2082.6915Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M34.1388%20102.085C33.1386%20105.826%2027.8461%20111.342%2023.9636%20112.576C24.483%20108.077%2021.1689%20106.906%2022.0561%20102.12C24.772%2087.4625%2036.401%2093.6186%2034.1388%20102.085Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M43.327%20105.789C37.4766%20100.776%2031.9239%2092.9609%2039.0767%2086.5C51.4283%2086.747%2048.3244%2098.5521%2043.327%20105.789Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M12.9888%2089.8118C22.7588%2087.6795%2021.3075%2098.9794%2017.2686%20104.227C16.1545%20105.675%2013.8245%20105.17%2012.2785%20106.147C10.9156%20107.007%2011.2586%20110.068%209.30033%20109.036C9.61896%20103.986%205.6448%2091.4141%2012.9888%2089.8118Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M14.7638%2079.5247C18.6446%2087.1618%204.64819%2089.6062%200.741185%2093.0183C-3.10363%2085.1938%208.97821%2068.1374%2014.7638%2079.5247Z'%20fill='%23FFF1D8'/%3e%3c/svg%3e");background-repeat:repeat-y;background-position:center;background-size:contain}.VO-button-box{position:relative}.VO-button{position:absolute;top:60%;left:-25%;margin-top:10px;background-color:#27773a;width:150%;border:none;padding:10px 20px;border-radius:15px;font-size:14px;font-weight:600}.VO-button:hover{background-color:#1e5e2e;cursor:pointer;transition:background .3s}.VO-general-mobile{display:none}@media (max-width: 1700px){.VO-text-title{font-size:32px}.VO-text-description{font-size:16px}.VO-step-img{width:350px;height:300px;border-radius:18px}.VO-timeline-line{height:150px}.VO-timeline-text p{font-size:1rem}}@media (max-width: 1400px){.VO-text-title{font-size:28px}.VO-text-description{font-size:14px}.VO-step-img{width:300px;height:250px;border-radius:18px}.VO-timeline-line{height:120px}.VO-timeline-text p{font-size:.8rem}}@media (max-width: 900px){.VO-timeline-row{flex-direction:column;min-height:unset;align-items:stretch}.VO-timeline-side{width:100%;justify-content:center!important;margin-bottom:8px}.VO-timeline-center{width:100%;flex-direction:row;justify-content:center;margin:12px 0;position:relative}.VO-step-img{width:180px}.VO-timeline-line{position:absolute;left:50%;top:56px;transform:translate(-50%);height:60px}.VO-timeline-text p{max-width:100%}}@media (max-width: 768px){.VO-general{display:none}.VO-general-mobile{display:block}.VO-general-mobile-foot{background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='113'%20viewBox='0%200%2096%20113'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M58.3638%2025.7475C63.3199%2028.9739%2062.6987%2034.6838%2070.4966%2033.2929C82.8895%2031.0813%2074.5257%2019.3637%2084.1657%2014.3779C82.1918%20-1.12881%2048.4215%207.35498%2050.1032%2018.5994C51.1547%2025.6271%2054.4947%2023.2288%2058.3638%2025.7475Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M61.3916%2045.1408C62.3909%2048.8814%2067.6843%2054.3973%2071.5668%2055.6313C71.0475%2051.1331%2074.3615%2049.9621%2073.4743%2045.1758C70.7584%2030.5182%2059.1294%2036.6743%2061.3916%2045.1408Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M52.2043%2048.8446C58.0547%2043.8305%2063.6074%2036.0165%2056.4546%2029.5557C44.103%2029.8026%2047.2069%2041.6077%2052.2043%2048.8446Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M82.5412%2032.8673C72.7712%2030.7349%2074.2225%2042.0348%2078.2614%2047.2821C79.3754%2048.7301%2081.7055%2048.2255%2083.2515%2049.2024C84.6143%2050.0627%2084.2714%2053.1231%2086.2297%2052.0912C85.911%2047.0415%2089.8852%2034.4695%2082.5412%2032.8673Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M80.7669%2022.5804C76.8861%2030.2175%2090.8825%2032.6618%2094.7895%2036.074C98.6343%2028.2495%2086.5525%2011.193%2080.7669%2022.5804Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M37.1681%2082.6915C32.2119%2085.9179%2032.8331%2091.6278%2025.0352%2090.237C12.6424%2088.0253%2021.0062%2076.3077%2011.3661%2071.3219C13.34%2055.8152%2047.1103%2064.299%2045.4287%2075.5434C44.3772%2082.5711%2041.0372%2080.1729%2037.1681%2082.6915Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M34.1388%20102.085C33.1386%20105.826%2027.8461%20111.342%2023.9636%20112.576C24.483%20108.077%2021.1689%20106.906%2022.0561%20102.12C24.772%2087.4625%2036.401%2093.6186%2034.1388%20102.085Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M43.327%20105.789C37.4766%20100.776%2031.9239%2092.9609%2039.0767%2086.5C51.4283%2086.747%2048.3244%2098.5521%2043.327%20105.789Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M12.9888%2089.8118C22.7588%2087.6795%2021.3075%2098.9794%2017.2686%20104.227C16.1545%20105.675%2013.8245%20105.17%2012.2785%20106.147C10.9156%20107.007%2011.2586%20110.068%209.30033%20109.036C9.61896%20103.986%205.6448%2091.4141%2012.9888%2089.8118Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M14.7638%2079.5247C18.6446%2087.1618%204.64819%2089.6062%200.741185%2093.0183C-3.10363%2085.1938%208.97821%2068.1374%2014.7638%2079.5247Z'%20fill='%23FFF1D8'/%3e%3c/svg%3e");background-repeat:repeat-y;background-position:center;background-size:50px 50px}.VO-text-content-mobile{width:75%;display:flex;flex-direction:column;margin:50px auto auto;text-align:center}.VO-text-green-mobile{font-weight:400;color:#46cc66;font-size:18px;margin:0}.VO-text-title-mobile{font-weight:600;color:#000;font-size:28px;margin:0}.VO-text-description-mobile{font-weight:400;color:#687a81;font-size:16px;margin:0}.VO-img-button{width:100px}.VO-img-fox{width:200px}.VO-button-box{width:100%;display:flex;flex-direction:column;align-items:center}.VO-foots-repeat{width:100%;height:50px}.VO-button{width:100%;left:0}.VO-box-container-mobile{width:90%;display:flex;margin:auto;flex-direction:column;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='113'%20viewBox='0%200%2096%20113'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M58.3638%2025.7475C63.3199%2028.9739%2062.6987%2034.6838%2070.4966%2033.2929C82.8895%2031.0813%2074.5257%2019.3637%2084.1657%2014.3779C82.1918%20-1.12881%2048.4215%207.35498%2050.1032%2018.5994C51.1547%2025.6271%2054.4947%2023.2288%2058.3638%2025.7475Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M61.3916%2045.1408C62.3909%2048.8814%2067.6843%2054.3973%2071.5668%2055.6313C71.0475%2051.1331%2074.3615%2049.9621%2073.4743%2045.1758C70.7584%2030.5182%2059.1294%2036.6743%2061.3916%2045.1408Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M52.2043%2048.8446C58.0547%2043.8305%2063.6074%2036.0165%2056.4546%2029.5557C44.103%2029.8026%2047.2069%2041.6077%2052.2043%2048.8446Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M82.5412%2032.8673C72.7712%2030.7349%2074.2225%2042.0348%2078.2614%2047.2821C79.3754%2048.7301%2081.7055%2048.2255%2083.2515%2049.2024C84.6143%2050.0627%2084.2714%2053.1231%2086.2297%2052.0912C85.911%2047.0415%2089.8852%2034.4695%2082.5412%2032.8673Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M80.7669%2022.5804C76.8861%2030.2175%2090.8825%2032.6618%2094.7895%2036.074C98.6343%2028.2495%2086.5525%2011.193%2080.7669%2022.5804Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M37.1681%2082.6915C32.2119%2085.9179%2032.8331%2091.6278%2025.0352%2090.237C12.6424%2088.0253%2021.0062%2076.3077%2011.3661%2071.3219C13.34%2055.8152%2047.1103%2064.299%2045.4287%2075.5434C44.3772%2082.5711%2041.0372%2080.1729%2037.1681%2082.6915Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M34.1388%20102.085C33.1386%20105.826%2027.8461%20111.342%2023.9636%20112.576C24.483%20108.077%2021.1689%20106.906%2022.0561%20102.12C24.772%2087.4625%2036.401%2093.6186%2034.1388%20102.085Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M43.327%20105.789C37.4766%20100.776%2031.9239%2092.9609%2039.0767%2086.5C51.4283%2086.747%2048.3244%2098.5521%2043.327%20105.789Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M12.9888%2089.8118C22.7588%2087.6795%2021.3075%2098.9794%2017.2686%20104.227C16.1545%20105.675%2013.8245%20105.17%2012.2785%20106.147C10.9156%20107.007%2011.2586%20110.068%209.30033%20109.036C9.61896%20103.986%205.6448%2091.4141%2012.9888%2089.8118Z'%20fill='%23FFF1D8'/%3e%3cpath%20d='M14.7638%2079.5247C18.6446%2087.1618%204.64819%2089.6062%200.741185%2093.0183C-3.10363%2085.1938%208.97821%2068.1374%2014.7638%2079.5247Z'%20fill='%23FFF1D8'/%3e%3c/svg%3e");background-repeat:repeat-y;background-position:center;background-size:80px 80px;padding-bottom:100px}.VO-box-icon-mobile{width:100%;margin-top:40px}.VO-box-icon-mobile-content{display:flex;width:100%;margin:10px auto;gap:10px;align-items:center;justify-content:space-between}.VO-step-img-mobile{width:50px;height:50px}.VO-box-text-mobile{font-weight:400;font-size:16px}.VO-box-img-mobile-content{width:100%;display:flex;margin:auto}.VO-icon-mobile{width:100%}.VO-img-fox-mobile{width:80%;display:flex;margin:auto}}@media (max-width: 434px){.VO-text-title-mobile{font-size:23px}.VO-text-description-mobile{font-size:14px}}.VR-general{display:block;margin-top:100px}.VR-AD-container{position:relative}.VR-img-base{width:100%;display:block}.VR-content-text{position:absolute;top:50%;left:45%;transform:translate(-20%,-50%)}.VR-content-text-alt{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center}.VR-text-green{font-weight:400;color:#46cc66;font-size:18px;margin:0}.VR-text-title{font-weight:600;color:#fff;font-size:36px;margin:0}.VR-content-text-box{display:flex;align-items:center;gap:10px}.VR-text-title-alt{font-weight:600;color:#000;font-size:30px;text-align:center}.VR-text-description-alt{font-weight:400;color:#687a81;font-size:16px;text-align:center}.VR-bottom-semicircle{position:relative;width:100%;height:300px;background-color:#fff5eb;border-radius:0 0 50% 50%/0 0 100% 100%;z-index:0}.VR-bottom-images{position:absolute;width:100%;height:100%;top:0;left:0;z-index:10}.VR-review-img{position:absolute;width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 8px #0000001a;opacity:1;transition:left .5s ease-in-out,bottom .5s ease-in-out,transform .2s ease-in-out,box-shadow .2s ease-in-out}.VR-review-img:hover{transform:translate(-50%,50%) scale(1.1);box-shadow:0 6px 12px #0003;border-color:#28c76f}.VR-review-img:active{transform:translate(-50%,50%) scale(1.05);transition:transform .1s ease-in-out}.VR-review-img.appear-first{transition:none;animation:appearFirst .5s ease-out}.VR-review-img.appear-first-left{transition:none;animation:appearFirstLeft .5s ease-out}.VR-review-img.appear-first-right{transition:none;animation:appearFirstRight .5s ease-out}.VR-review-img.appear-last{transition:none;animation:appearLast .5s ease-out}@keyframes appearFirst{0%{opacity:0;transform:translate(-50%,50%) scale(.8)}to{opacity:1;transform:translate(-50%,50%) scale(1)}}@keyframes appearFirstLeft{0%{opacity:0;transform:translate(-50%,50%) scale(.8)}to{opacity:1;transform:translate(-50%,50%) scale(1)}}@keyframes appearFirstRight{0%{opacity:0;transform:translate(-50%,50%) scale(.8)}to{opacity:1;transform:translate(-50%,50%) scale(1)}}@keyframes appearLast{0%{opacity:0;transform:translate(-50%,50%) scale(.8)}to{opacity:1;transform:translate(-50%,50%) scale(1)}}.VR-review-img.fade-out,.VR-review-img.fade-out-left{opacity:0;transform:translate(-50%,50%) scale(0);transition:all .1s ease-out}.VR-review-img.hidden{opacity:0;pointer-events:none}.VR-review-img.new-image-subtle{transition:none;animation:newImageSubtle .3s ease-out}@keyframes newImageSubtle{0%{opacity:0}to{opacity:1}}.VR-review-img.no-transition{transition:none!important;opacity:1!important}.VR-review-img.middle-image{border:4px solid #28C76F;box-shadow:0 6px 12px #28c76f4d}.VR-bottom-container{position:relative}.VR-bottom-button{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:20px;position:absolute;top:20%;left:75%;transform:translate(-50%,-50%)}.VR-bottom-button-left,.VR-bottom-button-right{background-color:#28c76f;border:none;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.VR-bottom-button-img{width:20px;height:20px}.VR-base-image{width:65%;display:block;margin-left:12%}.VR-image-bottom{width:30%;display:block;margin-top:-5%;margin-left:62%}.VR-base-image-text{position:absolute;top:50%;left:53%;width:45%;transform:translate(-50%,-50%)}.VR-base-image-text-review{font-weight:400;color:#fff;font-size:20px;margin:0}.VR-general-mobile{display:none}@media (max-width: 1700px){.VR-text-title{font-size:32px}.VR-base-image-text-review{font-size:18px}.VR-text-title-alt{font-weight:600;color:#000;font-size:28px;text-align:center}.VR-text-description-alt{font-weight:400;color:#687a81;font-size:14px;text-align:center}}@media (max-width: 1400px){.VR-text-title{font-size:28px}.VR-base-image-text-review{font-size:16px}.VR-text-title-alt{font-weight:600;color:#000;font-size:24px;text-align:center}.VR-text-description-alt{font-weight:400;color:#687a81;font-size:12px;text-align:center}}@media (max-width: 768px){.VR-bottom-semicircle{height:200px}.VR-general{display:none}.VR-general-mobile{margin-top:100px;display:block;position:relative}.VR-review-img{width:60px;height:60px}.VR-img-base-mobile{width:100%;display:block}.VR-content-text-mobile{width:75%;position:absolute;top:5%;left:50%;transform:translate(-50%)}.VR-content-text-box-mobile{display:flex;align-items:center;gap:10px}.VR-text-green-mobile{font-weight:400;color:#46cc66;font-size:18px;margin:0}.VR-text-title-mobile{color:#fff;width:100%}.VR-bottom-semicircle-mobile{position:relative;width:100%;height:200px;background-color:#fff8eb;border-radius:0 0 50% 50%/0 0 100% 100%;z-index:0}.VR-bottom-images-mobile{position:absolute;width:100%;height:100%;top:0;left:0;z-index:10}.VR-review-img-mobile{position:absolute;width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 8px #0000001a;opacity:1;transition:box-shadow .3s ease-in-out;left:50%;bottom:0;transform:translate(-50%,50%)}.VR-review-img-mobile:hover{transform:translate(-50%,50%) scale(1.05);box-shadow:0 6px 12px #0003}.VR-base-image-text-mobile{background-color:#27773a;border-radius:30px;width:80%;margin:20px auto auto;padding:20px;color:#fff;font-size:18px;font-weight:400}.VR-text-name-mobile{font-weight:600;color:#fff;font-size:20px;margin:0 0 5px}.VR-text-type-mobile{font-weight:400;color:#fff;font-size:16px;margin:0 0 20px}.VR-text-review-mobile{font-weight:400;color:#fff;font-size:16px;margin:0;line-height:1.5}.VR-bottom-button-mobile{display:flex;justify-content:flex-end;gap:20px;width:80%;margin:100px auto auto}.VR-base-image-mobile{padding-bottom:10px}.VR-image-bottom-mobile{width:90%;margin:30px auto auto;display:block}}@media (max-width: 434px){.VR-text-title-mobile{font-size:24px}}.VOr-general{width:100%;margin:0 auto;display:block}.VOr-img-base{width:45%;display:block}.VOr-img-base-alt{width:40%;display:block}.VOr-why-box{background-color:#f5f5f5;padding:0 10% 50px}.VOr-leaves-box{display:flex;align-items:center;justify-content:space-between}.VOr-leaves-box-text{margin-top:50px;width:50%}.VOr-leaves-box-text-title{font-weight:400;color:#46cc66;font-size:18px;margin:0}.VOr-leaves-box-text-subtitle{font-size:36px;font-weight:600;color:#000}.VOr-img-container{display:flex;justify-content:space-between;margin-top:20px}.VOr-img-container-text{width:45%}.VOr-img-text-gray{font-size:22px;font-weight:400;color:#687a81;margin:5px 0}.VOr-img-text-gray-bold{font-size:18px;font-weight:600;color:#000}.VOr-img-text-title{font-size:36px;font-weight:600;color:#000}.VOr-img-text-title-red{font-size:36px;font-weight:600;color:#d83d28}.VOr-origin-box{padding:0 10% 50px}.VOr-box-text{margin-top:100px;margin-left:10%;width:28%}.VOr-img-container-origin{padding:20px 0;display:flex;align-items:center;justify-content:space-between}.VOr-img-container-point{display:flex;align-items:center;gap:10px}.VOr-img-point{width:10px}.VOr-img-text-title-origin{width:75%}.VOr-general-mobile{display:none}@media (max-width: 1700px){.VOr-leaves-box-text-subtitle{font-size:30px}.VOr-img-text-gray{font-size:18px}.VOr-img-text-gray-bold{font-size:16px}.VOr-img-text-title,.VOr-img-text-title-red{font-size:30px}.VOr-img-base-alt{width:45%}.VOr-leaves-box-text-subtitle{font-size:28px}.VOr-img-text-title-origin{width:70%}}@media (max-width: 1400px){.VOr-leaves-box-text-subtitle{font-size:26px}.VOr-img-text-gray{font-size:16px}.VOr-img-text-gray-bold{font-size:14px}.VOr-img-text-title,.VOr-img-text-title-red{font-size:26px}.VOr-leaves-box-text-subtitle{font-size:24px}.VOr-img-text-title-origin{width:65%}}@media (max-width: 768px){.VOr-general{display:none}.VOr-general-mobile{display:block}.VOr-why-box-mobile{background-color:#f5f5f5;width:90%;margin:auto;padding:20px;border-radius:30px}.VOr-img-container-mobile{width:100%;margin:20px auto auto;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.VOr-img-base-alt-mobile{width:100%}.VOr-img-text-gray-mobile{font-size:16px;font-weight:400;color:#687a81}.VOr-img-text-gray-bold-mobile{font-size:16px;font-weight:600;color:#000}.VOr-img-text-title-mobile{font-size:24px;font-weight:600;color:#000;width:100%}.VOr-img-container-text-mobile{width:100%}.VOr-img-text-title-red-mobile{font-size:24px;font-weight:600;color:#d83d28}.VOr-box-text-mobile{width:90%;margin:20px auto auto}.VOr-leaves-box-text-title-mobile{font-size:18px;font-weight:400;color:#46cc66}.VOr-leaves-box-text-subtitle-mobile{font-size:28px;font-weight:600;color:#000}.VOr-origin-box-mobile{width:90%;display:block;margin:auto;padding:20px;border-radius:30px}.VOr-img-base-mobile{width:100%}.VOr-img-container-point-mobile{display:flex;align-items:center;gap:10px}}.VC-general{position:relative;margin-top:50px;display:block}.VC-ad-box{width:100%;display:block;position:relative}.VC-img-base{width:100%;display:block}.VC-ad-box-text{position:absolute;top:20%;left:10%;width:40%}.VC-ad-box-text-title{color:#fff;font-size:50px;font-weight:400}.VC-ad-box-text-subtitle{color:#fff;font-size:24px;font-weight:400;line-height:30px}.VC-ad-box-text-buttons{display:flex;gap:10px}.VC-ad-box-text-button{cursor:pointer}.VC-feedback-box{position:relative;width:80%;display:flex;margin:-80px auto auto}.VC-img-feedback{width:100%;display:block}.VC-feedback-box-content{width:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:10%}.VC-feedback-box-text{width:45%}.VC-feedback-box-text-box{display:flex;align-items:center;gap:10px}.VC-feedback-box-text-title-green{font-size:24px;font-weight:600;line-height:30px;color:#46cc66}.VC-feedback-box-text-title{font-size:35px;font-weight:600;color:#fff}.VC-feedback-box-text-subtitle{font-size:22px;font-weight:400;color:#fff}.VC-feedback-box-text-person{width:26px;height:26px}.VC-feedback-box-button{width:40%;display:flex;align-items:center;justify-content:center}.VC-feedback-button{width:60%;background-color:#46cc66;color:#fff;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px}.VC-feedback-button-text{margin:0;font-weight:400;font-size:20px;color:#000}.VC-feedback-box-telegram{width:20px;height:20px}.VC-general-mobile{display:none}@media (max-width: 1700px){.VC-ad-box-text-title{font-size:36px}.VC-ad-box-text-subtitle{font-size:16px}.VC-ad-box-text-button{width:60%;display:block}.VC-feedback-box-text-title{font-size:32px}.VC-feedback-box-text-subtitle{font-size:14px}.VC-feedback-button-text{font-size:18px}}@media (max-width: 1400px){.VC-ad-box-text-title{font-size:32px}.VC-ad-box-text-subtitle{font-size:14px}.VC-feedback-box-text-title{font-size:28px}.VC-feedback-box-text-subtitle{font-size:12px}.VC-feedback-button-text{font-size:16px}}@media (max-width: 768px){.VC-general{display:none}.VC-general-mobile{display:block;position:relative}.VC-ad-box-mobile,.VC-img-base-mobile{width:100%;display:block}.VC-ad-box-text-mobile{width:100%;display:block;position:absolute;top:5%;left:5%;width:90%}.VC-ad-box-text-title-mobile{font-size:32px;font-weight:600;color:#fff}.VC-ad-box-text-subtitle-mobile{font-size:20px;font-weight:400;color:#fff}.VC-ad-box-text-buttons-mobile{display:flex;flex-direction:column;gap:20px}.VC-ad-box-text-button-mobile{width:60%;display:block}.VC-feedback-box-mobile{width:100%;display:block;margin:-30px auto auto;width:90%;position:relative}.VC-img-feedback-mobile{width:100%;display:block}.VC-feedback-box-content-mobile{width:100%;display:block;position:absolute;top:40%;left:10%;width:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.VC-feedback-box-text-mobile{display:block;width:100%}.VC-feedback-box-text-box-mobile{display:flex;align-items:center;gap:10px;width:100%}.VC-feedback-box-text-title-green-mobile{font-size:20px;font-weight:400;color:#46cc66}.VC-feedback-box-text-title-mobile{font-size:28px;font-weight:600;color:#fff}.VC-feedback-box-text-subtitle-mobile{font-size:16px;font-weight:400;color:#fff}.VC-feedback-box-button-mobile{width:100%;display:block;margin-top:20px}.VC-feedback-button-mobile{width:100%;background-color:#46cc66;color:#fff;border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;padding:0}.VC-feedback-button-text-mobile{font-size:18px;font-weight:400;color:#000}.VC-feedback-box-telegram-mobile{width:16px;height:16px}}@media (max-width: 434px){.VC-ad-box-text-title-mobile{font-size:27px}.VC-ad-box-text-subtitle-mobile{font-size:17px}.VC-feedback-box-text-title-mobile{font-size:23px}}.VFa-general{position:relative;padding-bottom:20px;width:80%;margin:100px auto auto;display:block}.VFa-title-container{display:flex;align-items:center;gap:10px}.VFa-title-text{font-size:24px;font-weight:400;color:#46cc66}.VFa-subtitle-container{display:flex;align-items:center;justify-content:space-between;gap:10px}.VFa-subtitle-title{font-size:50px}.VFa-subtitle-box{display:flex;align-items:center;gap:10px}.VFa-subtitle-box-button-profe{display:flex;align-items:center;gap:10px;background-color:#27773a;padding:5px 20px;border-radius:20px;border:none;cursor:pointer}.VFa-subtitle-box-button-profe-alt{display:flex;align-items:center;gap:10px;background-color:#fff;border:1px solid #27773A;padding:5px 20px;border-radius:20px;cursor:pointer}.VFa-subtitle-box-button-propi{display:flex;align-items:center;gap:10px;background-color:#6d3d28;color:#fff;padding:5px 20px;border-radius:20px;border:none;cursor:pointer}.VFa-subtitle-box-button-propi-alt{display:flex;align-items:center;gap:10px;background-color:#fff;border:1px solid #6D3D28;padding:5px 20px;border-radius:20px}.VFa-subtitle-button-text-profe{font-size:16px;font-weight:600;color:#fff}.VFa-subtitle-button-text-profe-alt{font-size:16px;font-weight:600;color:#27773a}.VFa-subtitle-button-text-propi{font-size:16px;font-weight:600;color:#fff}.VFa-subtitle-button-text-propi-alt{font-size:16px;font-weight:600;color:#6d3d28}.VFa-questions-container{display:flex;flex-direction:column;gap:10px}.VFa-question-container{display:flex;flex-direction:column;border:1px solid #E8E8E8;border-radius:10px;padding:10px 40px;transition:all .3s ease-in-out;transform-origin:top}.VFa-question-title{font-size:24px;font-weight:400}.VFa-question-answer{font-size:16px;font-weight:400;color:#687a81;width:50%}.VFa-question-title-container{display:flex;align-items:center;justify-content:space-between}.VFa-question-title-icon-container{display:flex;align-items:center;justify-content:center;background-color:#6d3d28;padding:10px;border-radius:8px;perspective:100px;transform-style:preserve-3d;cursor:pointer}.VFa-question-title-icon-container.rotating-up{animation:rotateUp .3s ease-in-out}.VFa-question-title-icon-container.rotating-down{animation:rotateDown .3s ease-in-out}.VFa-question-title-icon-container-selected{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:8px;background-color:#28c76f;perspective:100px;transform-style:preserve-3d}.VFa-question-title-icon-container-selected.rotating-up{animation:rotateUp .3s ease-in-out}.VFa-question-title-icon-container-selected.rotating-down{animation:rotateDown .3s ease-in-out}.VFa-question-title-icon{width:20px;height:20px}.VFa-question-container.open{transform:scaleY(1.02);border-color:#4edd71}.VFa-question-answer{font-size:16px;font-weight:400;color:#687a81;width:50%;animation:slideDown .3s ease-in-out;overflow:hidden}.VFa-question-answer.closing{animation:slideUp .3s ease-in-out}.VFa-general-mobile{display:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:200px}}@keyframes slideUp{0%{opacity:1;transform:translateY(0);max-height:200px}to{opacity:0;transform:translateY(-10px);max-height:0}}@keyframes rotateUp{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(180deg)}}@keyframes rotateDown{0%{transform:rotateX(180deg)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@media (max-width: 1700px){.VFa-title-text{font-size:20px}.VFa-subtitle-title{font-size:38px}.VFa-question-title{font-size:20px}.VFa-question-answer{font-size:14px}}@media (max-width: 1400px){.VFa-title-text{font-size:18px}.VFa-subtitle-title{font-size:34px}.VFa-question-title{font-size:18px}.VFa-question-answer{font-size:12px}}@media (max-width: 768px){.VFa-general{display:none}.VFa-general-mobile{display:block}.VFa-title-container-mobile{display:flex;align-items:center;gap:10px;width:90%;margin:100px auto auto}.VFa-title-text-mobile{font-size:24px;font-weight:400;color:#46cc66}.VFa-subtitle-container-mobile{display:flex;flex-direction:column;gap:10px;width:90%;margin:auto}.VFa-subtitle-title-mobile{font-size:28px;font-weight:600;color:#000}.VFa-subtitle-box-mobile{display:flex;flex-direction:column;gap:10px}.VFa-subtitle-box-button-profe-mobile{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#27773a;padding:5px 20px;border-radius:20px;border:none;cursor:pointer}.VFa-subtitle-box-button-propi-mobile{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#6d3d28;padding:5px 20px;border-radius:20px;border:none;cursor:pointer}.VFa-subtitle-box-button-profe-mobile-alt{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#fff;border:1px solid #27773A;padding:5px 20px;border-radius:20px;cursor:pointer}.VFa-subtitle-box-button-propi-mobile-alt{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#fff;border:1px solid #6D3D28;padding:5px 20px;border-radius:20px}.VFa-subtitle-button-text-profe-mobile,.VFa-subtitle-button-text-propi-mobile{font-size:16px;font-weight:600;color:#fff}.VFa-subtitle-button-text-profe-mobile-alt{font-size:16px;font-weight:600;color:#27773a}.VFa-subtitle-button-text-propi-mobile-alt{font-size:16px;font-weight:600;color:#6d3d28}.VFa-questions-container{width:85%;margin:40px auto auto;display:block}.VFa-question-container{width:80%;display:block;margin-top:20px}.VFa-question-answer{width:100%;display:block;margin-top:20px}}.VFo-general{position:relative;margin:100px auto auto;display:block}.VFo-base{width:100%;display:block}.VFo-container-top{position:absolute;top:100px;left:10%;display:flex;align-items:center;width:80%;justify-content:space-between}.VFo-container-top-left{width:25%;display:flex;flex-direction:column}.VFo-logo{width:150px;height:100px}.VFo-title{font-size:24px;font-weight:600;color:#000}.VFo-subtitle{font-size:18px;font-weight:400;color:#687a81}.VFo-container-top-right{width:25%;display:flex;flex-direction:column}.VFo-container-top-right-buttons{display:flex;gap:10px}.VFo-container-top-right-button{cursor:pointer}.VFo-option{width:100%;display:flex;align-items:center;gap:10px}.VFo-arrow{width:10px;height:10px}.VFo-option-text{font-size:18px;font-weight:400;color:#687a81;margin:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.VFo-container-bottom{position:absolute;bottom:200px;left:10%;display:flex;justify-content:space-between;align-items:center;width:80%;margin:auto}.VFo-container-bottom-right{display:flex;gap:30px}.VFo-general-mobile{display:none}@media (max-width: 1700px){.VFo-container-top{top:80px}.VFo-container-bottom{bottom:160px}.VFo-title{font-size:20px}.VFo-subtitle,.VFo-option-text,.VFo-copyright,.VFo-subtitle-mobile{font-size:16px}.VFo-container-top-right-button{width:50%}}@media (max-width: 1400px){.VFo-container-bottom{bottom:100px}.VFo-title{font-size:18px}.VFo-subtitle,.VFo-option-text,.VFo-copyright,.VFo-subtitle-mobile{font-size:14px}.VFo-container-top-right-button{width:50%}}@media (max-width: 768px){.VFo-general{display:none}.VFo-general-mobile{margin-top:100px;display:block;position:relative}.VFo-base-mobile{width:100%;display:block}.VFo-container-top-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:80%;position:absolute;top:100px;left:10%}.VFo-container-top-left-mobile,.VFo-container-top-line-mobile,.VFo-container-top-right-mobile{width:100%;display:block}.VFo-container-top-right-buttons-mobile{width:100%;display:flex;flex-direction:column;gap:20px}.VFo-container-top-right-button-mobile{width:60%;display:flex;gap:20px}.VFo-option-mobile{width:100%;display:flex;align-items:center;gap:10px}.VFo-container-bottom-mobile{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:80%;position:absolute;top:65%;left:10%}.VFo-container-bottom-left-mobile,.VFo-container-bottom-right-mobile{width:100%;display:block}.VFo-copyright-mobile{font-size:24px;font-weight:400;color:#687a81}.VFo-subtitle-mobile{font-size:20px;font-weight:400}}@media (max-width: 434px){.VFo-copyright-mobile{font-size:18px}}.floating-social-links{position:fixed;right:3%;top:75%;transform:translateY(-50%);z-index:1000;display:flex;flex-direction:column;gap:20px}.floating-social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:40%;background-color:#6d3d28}.floating-social-link:hover{box-shadow:0 6px 20px #00000040}.floating-social-link img{width:24px;height:24px;object-fit:contain}@media (max-width: 1700px){.floating-social-link{width:40px;height:40px}.floating-social-link img{width:20px;height:20px;object-fit:contain}}@media (max-width: 1400px){.floating-social-link{width:30px;height:30px}.floating-social-link img{width:18 px;height:18px;object-fit:contain}}@media (max-width: 768px){.floating-social-links{display:none}}.Vpr-select{width:100%;padding:10px 36px 10px 10px;margin:10px 0;border:none;border-radius:5px;background-color:#fff8eb;color:#482e20;text-align:center;font-size:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='8'%20viewBox='0%200%2013%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.51176%201.01832C1.45451%200.964218%201.38716%200.921925%201.31357%200.893852C1.23997%200.86578%201.16157%200.852477%201.08284%200.854704C1.0041%200.856931%200.926576%200.874645%200.854687%200.906833C0.782798%200.939022%200.717952%200.985054%200.663853%201.0423C0.609754%201.09955%200.567461%201.1669%200.539388%201.24049C0.511315%201.31408%200.498013%201.39249%200.50024%201.47122C0.502467%201.54996%200.520181%201.62748%200.552369%201.69937C0.584557%201.77126%200.63059%201.83611%200.687839%201.89021L6.08467%206.98721C6.19601%207.09247%206.34341%207.15112%206.49663%207.15112C6.64985%207.15112%206.79725%207.09247%206.90859%206.98721L12.306%201.89021C12.3645%201.83646%2012.4118%201.77163%2012.445%201.69948C12.4782%201.62733%2012.4968%201.54929%2012.4996%201.4699C12.5024%201.39051%2012.4895%201.31135%2012.4614%201.23702C12.4334%201.16269%2012.3909%201.09467%2012.3363%201.03691C12.2818%200.97915%2012.2163%200.932804%2012.1437%200.900563C12.0711%200.868323%2011.9928%200.850829%2011.9134%200.8491C11.834%200.84737%2011.755%200.861438%2011.6811%200.890487C11.6071%200.919537%2011.5397%200.962988%2011.4827%201.01832L6.49663%205.72675L1.51176%201.01832Z'%20fill='%23482E20'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px}.VPr-general-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh}.VPr-general-content{display:flex;justify-content:space-between;align-items:center;margin:auto;width:73%}.VPr-text-content{width:45%;margin-top:20px}.Vpr-text-green{font-weight:400;color:#46cc66;font-size:18px}.Vpr-text-title{font-weight:600;color:#000;font-size:30px}.Vpr-text-description{font-weight:400;color:#687a81;font-size:18px}.Vpr-select{width:100%;margin:auto;border:1px solid #000;color:#482e20;border-radius:15px;background-color:#fff;padding:10px 10px 10px 40px}.Vpr-button{margin-top:10px;background-color:#27773a;width:100%;border:none;padding:15px;border-radius:15px;font-size:14px}.VPr-image-content{width:45%;margin-top:20px}.Vpr-img-foot{position:absolute;top:0;right:90px;width:3%}.Vpr-img-fox{position:absolute;top:72vh;left:15vh;width:7%;z-index:1}.Vpr-img-footer{width:100%;z-index:2}.Vpr-inputs-container{margin-top:10px}.Vpr-input{width:100%;margin:10px 0;border:none;color:#482e20;border-radius:15px;background-color:#fff8eb;padding:15px 15px 15px 40px}.Vpr-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.Vpr-input-icon{position:absolute;left:12px;width:20px;height:20px;pointer-events:none;z-index:2}.VPr-thanks-img{width:100%;height:auto;margin-top:20px}.VPr-text-thanks{width:40%;position:absolute;top:50%;left:28%;transform:translate(-50%,-50%);font-size:24px;color:#482e20;font-weight:600}.VPr-general-thanks-content{position:relative;display:flex;height:90vh;justify-content:space-between;align-items:center;margin:auto;width:73%}.Vpr-text-title-bold{font-weight:600;color:#000;font-size:36px}.Vpr-text-title-thanks{font-weight:400;color:#000;font-size:36px}.VPr-social-links{display:flex;gap:20px;margin-top:20px}.VPr-social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:40%;background-color:#6d3d28}.VPr-images-container-mobile,.VPr-footer-mobile{display:none}.Vpr-text-title-thanks-referral{font-weight:400;color:#000;font-size:24px}@media (max-width: 1600px){.Vpr-img-fox{top:75vh;left:16vh;width:6%}.Vpr-text-title-thanks,.Vpr-text-title-bold{font-size:28px}}@media (max-width: 1366px){.Vpr-input{width:100%;margin:5px 0;border:none;color:#482e20;border-radius:15px;background-color:#fff8eb;padding:10px 10px 10px 40px}.Vpr-select{font-size:14px}.Vpr-text-title{font-size:22px}.Vpr-text-description{margin:5px 0;font-size:14px}.Vpr-text-green{font-size:14px}.Vpr-img-fox{top:76vh;left:20vh;width:5%}.Vpr-button{font-size:12px;padding:10px}.Vpr-text-title-thanks,.Vpr-text-title-bold{font-size:24px}}@media (max-width: 1024px){.VPr-general-container{height:auto}.ls-mobile-fix{top:3%!important}.Vpr-img-fox,.Vpr-img-foot,.Vpr-img-footer,.VPr-image-content{display:none}.VPr-text-content{width:100%}.VPr-general-content{width:90%;align-items:flex-start}.VPr-images-container-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px}.VPr-image-mobile{width:80%;height:auto;margin-top:20px}.VPr-footer-mobile{margin-top:20px;padding:20px 0;background-color:#fff8eb;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px}.VPr-footer-mobile-text-gray{font-size:20px;color:#687a81;text-align:center}.VPr-footer-mobile-text{font-size:20px;color:#000;text-align:center}.VPr-text-thanks{width:80%;position:absolute;top:30%;left:50%;font-size:28px;color:#482e20;font-weight:600}.VPr-thanks-img{display:none}.VPr-general-thanks-content{width:100%}.VPr-footer-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:20px}}.Vpr-message{margin:15px 0;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;text-align:center}.Vpr-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.Vpr-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.Vpr-button:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}@media (max-width: 434px){.Vpr-text-title{font-size:17px}.Vpr-text-title-thanks{font-size:23px}.Vpr-text-title-bold,.Vpr-text-title-thanks-referral{font-size:19px}}.policies-container{max-width:90%;margin:0 auto;padding:100px 20px 20px}.policies-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;position:relative}.policies-back-btn{background:none;border:none;font-size:16px;cursor:pointer;color:#333;font-weight:700;padding:0}.policies-logo{max-width:200px;height:auto;position:absolute;left:50%;transform:translate(-50%)}.policies-header-spacer{width:50px}@media (min-width: 769px){.policies-container{position:absolute;top:0;width:90%;max-width:none}}:root{font-family:Montserrat;line-height:1.5;font-weight:400;max-width:1920px;margin:auto;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/montserrat-cyrillic-ext-400-normal-vOaqz9CW.woff2) format("woff2"),url(/assets/montserrat-cyrillic-ext-400-normal-4z3sNOWE.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/montserrat-cyrillic-400-normal-9OhHGxkQ.woff2) format("woff2"),url(/assets/montserrat-cyrillic-400-normal-95VoEncJ.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/montserrat-vietnamese-400-normal-BWKK40rE.woff2) format("woff2"),url(/assets/montserrat-vietnamese-400-normal-iFreqtkY.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/montserrat-latin-ext-400-normal-omNc5MGi.woff2) format("woff2"),url(/assets/montserrat-latin-ext-400-normal-DE2qOTV3.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/montserrat-latin-400-normal-BfmCfwfZ.woff2) format("woff2"),url(/assets/montserrat-latin-400-normal-BhTl8mZv.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/montserrat-cyrillic-ext-700-normal-x-aBxbRb.woff2) format("woff2"),url(/assets/montserrat-cyrillic-ext-700-normal-BFjdwtlN.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/montserrat-cyrillic-700-normal-BNhhQdQz.woff2) format("woff2"),url(/assets/montserrat-cyrillic-700-normal-Blzg39qC.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/montserrat-vietnamese-700-normal-DKDLz5fg.woff2) format("woff2"),url(/assets/montserrat-vietnamese-700-normal-C_ub6cv3.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/montserrat-latin-ext-700-normal-98nzzMf9.woff2) format("woff2"),url(/assets/montserrat-latin-ext-700-normal-CF2bYQiV.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/montserrat-latin-700-normal-Dkxlx_w4.woff2) format("woff2"),url(/assets/montserrat-latin-700-normal-o5q9xX7W.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
