@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Marcellus:wght@500;600;700;800;900&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;list-style:none;transition:.3s ease;text-decoration:none}*::-webkit-scrollbar{width:6px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{cursor:pointer;background:#050038;border-radius:15px}img{display:block}h1{font-size:3rem}p{font-size:1rem;line-height:1.75rem;color:#04042c}button{cursor:pointer;-webkit-user-select:none;user-select:none}#header{max-width:1800px;margin:auto;position:sticky;top:0;left:0;width:100%;background-color:#fff;box-shadow:#00000029 0 1px 4px;z-index:999;border-bottom:1px solid #eee}#header .__bottom-header{padding:1.45rem 4%;display:flex;align-items:center;justify-content:space-between}#header .__bottom-header p{cursor:pointer;display:flex;align-items:center;gap:2px}#header .__bottom-header p i{font-size:17px}#header .__bottom-header .__left{display:flex;align-items:center;gap:1.5rem}#header .__bottom-header .__left .__logo{margin-right:1rem;display:flex;align-items:center;height:100%}#header .__bottom-header .__left .__logo .__lft{background-color:#fff;border-radius:5px;padding:4px;height:100%}#header .__bottom-header .__left .__logo .__lft img{width:60px;height:40px}#header .__bottom-header .__left .__logo .__rgt{position:relative}#header .__bottom-header .__left .__logo .__rgt img{width:130px}#header .__bottom-header .__left .__logo .text-animation{overflow:hidden;position:absolute;left:5px;bottom:-14px;width:300px}#header .__bottom-header .__left .__logo .text-animation span{display:inline-block;display:none;overflow:hidden;font-size:12px!important;font-weight:600;letter-spacing:.5px;margin-top:.8rem;transition:.5s;color:#000}#header .__bottom-header .__left .__logo .text-animation span.text-in{display:block;animation:textIn .5s ease}@keyframes textIn{0%{transform:translateY(50%)}to{transform:translateY(0)}}#header .__bottom-header .__left .__list{display:flex;align-items:center;gap:1.5rem}#header .__bottom-header .__left .__list .lists{position:relative}#header .__bottom-header .__left .__list .lists .__dropdown-menu{transform:translateY(50px);opacity:0;visibility:hidden;pointer-events:none}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container{position:absolute;left:-10px;top:100%;padding-top:28px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu{padding:5px 0;box-shadow:#63636333 0 2px 8px;background-color:#fff;z-index:9;border-radius:10px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu .__non-flex{width:260px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu .__flex{display:flex;width:400px;gap:30px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu .__flex h3{padding-top:10px;padding-left:10px;padding-bottom:4px;font-weight:600;font-size:16.5px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu .__3flex{display:grid;grid-template-columns:repeat(2,1fr);width:560px;gap:10px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu .__3flex h3{padding-top:10px;padding-left:10px;padding-bottom:8px;font-weight:600;font-size:16.5px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu .__3flex p{line-height:1.5}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu p{font-size:15px;margin:5px 0;padding-left:15px}#header .__bottom-header .__left .__list .lists .__dropdown-menu .__container .__menu p:hover{font-weight:500;transform:translate(5px);color:#6824d6}#header .__bottom-header .__left .__list .lists:hover p i{transform:rotate(180deg)}#header .__bottom-header .__left .__list .lists:hover .__dropdown-menu{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}#header .__bottom-header .__right{display:flex;align-items:center;gap:1.5rem}#header .__bottom-header .__right button{background-color:#065a97;color:#fff;border:none;outline:none;padding:10px 1.5rem;border-radius:50px;font-size:1rem;display:flex;align-items:center;gap:4px}#header .__bottom-header .__right button img{width:30px;border-radius:50px}#header .__mobile-header{display:none}@media screen and (max-width: 786px){#header .__bottom-header{display:none}#header .__mobile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;position:relative}#header .__mobile-header ._active-menu{left:0!important}#header .__mobile-header .__logo{display:flex;align-items:center;height:100%;position:relative}#header .__mobile-header .__logo img{width:150px}#header .__mobile-header .__logo .text-animation{overflow:hidden;position:absolute;left:5px;bottom:-14px;width:300px}#header .__mobile-header .__logo .text-animation span{display:inline-block;display:none;overflow:hidden;font-size:12px!important;font-weight:600;letter-spacing:.5px;margin-top:.8rem;transition:.5s;color:#000}#header .__mobile-header .__logo .text-animation span.text-in{display:block;animation:textIn .5s ease}@keyframes textIn{0%{transform:translateY(50%)}to{transform:translateY(0)}}#header .__mobile-header i{font-size:36px}#header .__mobile-header .__mobile-menu{position:fixed;top:60px;left:100%;height:100vh;width:100%;overflow-y:scroll;z-index:1;background-color:#fff;box-shadow:#00000029 0 1px 4px;padding:10px 10px 100px}#header .__mobile-header .__mobile-menu ul li{position:relative}#header .__mobile-header .__mobile-menu ul li .__submenu{margin-left:10px}#header .__mobile-header .__mobile-menu ul li .__submenu p{font-size:15px}#header .__mobile-header .__mobile-menu::-webkit-scrollbar{display:none}}#__home_page{background-image:url(/assets/bg_home-B5ix8mOl.png);background-position:center;background-size:cover;background-repeat:no-repeat}#__home_page .__banner{padding:2rem 4%;display:flex;gap:2rem;background-color:#fff}#__home_page .__banner .__left{width:55%;display:flex;flex-direction:column;justify-content:center}#__home_page .__banner .__left h1{line-height:60px;font-size:50px;margin-bottom:1.8rem}#__home_page .__banner .__left h1 span{color:#065a97}#__home_page .__banner .__left p{padding-right:1rem}#__home_page .__banner .__left ._point{display:flex;align-items:center;gap:1rem;margin-top:1.8rem;margin-bottom:1.5rem}#__home_page .__banner .__left ._point span{width:10px;height:10px;background-color:#000;border-radius:50px}#__home_page .__banner .__left ._point p{font-size:1.2rem;font-weight:500;color:#4f4f4f}#__home_page .__banner .__left .__profile{margin:2rem 0;display:flex;gap:1.2rem}#__home_page .__banner .__left .btn2{gap:4px;cursor:pointer;padding-left:1.5rem;padding-right:1.5rem;height:50px;display:flex;align-items:center;justify-content:center;gap:.25rem;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:green;padding:.75rem 2rem;text-align:center;font-size:1rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:#222;transition-duration:.3s;background-color:transparent;color:green}#__home_page .__banner .__left .btn2 i{color:green;font-size:24px}#__home_page .__banner .__left .__profile .btn1:hover{background-color:#065a97;color:#fff}#__home_page .__banner .__left .btn1{cursor:pointer;padding-left:1.5rem;padding-right:1.5rem;height:50px;display:flex;align-items:center;justify-content:center;gap:.25rem;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:#065a97;border:none;padding:.75rem 2rem;text-align:center;font-size:1rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:#fff;transition-duration:.3s;background-color:#065a97;animation:scale-up-down 6s infinite;overflow:hidden;position:relative}#__home_page .__banner .__left .__profile .btn1 span{position:absolute;top:0;left:0;height:100%;width:100%;animation:move-shine 3s infinite;z-index:4}#__home_page .__banner .__left button .btn-outer-bg:after{background:#fff;content:"";display:block;filter:blur(12px);height:200%;left:0;opacity:.7;position:absolute;top:0;width:20px}#__home_page .__banner .__left .__profile .btn1 i{font-size:22px}@keyframes scale-up-down{0%{transform:scale(1)}40%{transform:scale(1)}50%{transform:scale(1.1)}90%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes move-shine{0%{transform:scale(2) rotate(16deg)}to{transform:scale(2) rotate(16deg) translate(100%)}}#__home_page .__banner .__left .__rating{margin-top:1rem;display:flex;gap:1rem}#__home_page .__banner .__left .__rating img{height:60px;box-shadow:#11111a0d 0 1px,#11111a1a 0 0 8px;border-radius:10px}#__home_page .__banner .__right{width:45%;height:100%;display:flex;align-items:end;justify-content:end}#__home_page .__banner .__right img{width:100%}#__home_page .__why{background-color:#f3fafa;padding:4rem 0%}#__home_page .__why .__heading{padding:0 4%;text-align:center;position:relative}#__home_page .__why .__heading span{position:absolute;top:-20px;left:4%;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#__home_page .__why .__heading h1{margin-bottom:2rem}@media screen and (min-width: 42.5rem){#__home_page .__why .__heading h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#__home_page .__why .__heading p{max-width:900px;margin:0 auto}#__home_page .__why .__why-box{margin-top:5rem;display:flex;align-items:center;justify-content:space-around}#__home_page .__why .__why-box .__left{display:flex;flex-direction:column;align-items:center}#__home_page .__why .__why-box .__left h1{font-size:60px;font-weight:800}#__home_page .__why .__why-box .__left p{max-width:200px;text-align:center;line-height:23px}#__home_page .__why .__choose-box{display:grid;grid-template-columns:repeat(3,1fr)}#__home_page .__why .__choose-box .__left{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}#__home_page .__why .__choose-box .__left .__box{padding:1rem;border-radius:15px;text-align:center;display:flex;flex-direction:column;align-items:center}#__home_page .__why .__choose-box .__left .__box img{width:100px}#__home_page .__why .__choose-box .__left .__box h3{font-size:18px;margin:.5rem 0}#__home_page .__why .__choose-box .__left .__box p{font-size:16px;line-height:1.5rem;width:300px}#__home_page .__why .__choose-box .__middle{display:flex;align-items:center;justify-content:center}#__home_page .__why .__colab-images{margin-top:2.5rem}#__home_page .__why .__colab-images img{width:200px;margin:0 20px}#__home_page .__why .__ratng{padding:0 4%;margin-top:2rem;height:150px;background-color:#065a97;display:flex;align-items:center;justify-content:center;gap:1.5rem}#__home_page .__why .__ratng .__cards{display:flex;align-items:center;gap:1rem}#__home_page .__why .__ratng .__cards img{width:120px}#__home_page .__why .__ratng .__cards h4{font-size:20px;font-weight:500;color:#fff;opacity:.9}#__home_page .__why .__ratng .__cards p{margin-top:.3rem;line-height:1.35;color:#fff;opacity:.8;font-size:.916}#__home_page .__our-categories{padding:4rem 4%;position:relative}#__home_page .__our-categories .page_title{position:absolute;top:25px;left:4%;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#__home_page .__our-categories h1{margin-bottom:4rem;font-size:2.35rem;text-transform:capitalize;padding-bottom:2rem;text-align:center}@media screen and (min-width: 42.5rem){#__home_page .__our-categories h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#__home_page .__our-categories .__categorie-card{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}#__home_page .__our-categories .__categorie-card .__card{background-color:#fff;border-radius:1rem;padding:1.5rem 1rem;cursor:pointer}#__home_page .__our-categories .__categorie-card .__card img{width:50px}#__home_page .__our-categories .__categorie-card .__card h3{margin-top:2rem;font-size:18px}#__home_page .__our-categories .__categorie-card .__card p{margin-top:1rem;line-height:25px;font-size:.915rem}#__home_page .__our-categories .__categorie-card .__card button{font-size:.95rem;font-weight:500;margin-top:2.5rem;border:none;outline:none;display:flex;align-items:center;gap:6px;background-color:transparent}#__home_page .__our-categories .__categorie-card .__card button span{font-size:20px}#__home_page .__our-categories .__categorie-card .__card:hover{transform:scale(1.02);background-color:#077fd6;color:#fff}#__home_page .__our-categories .__categorie-card .__card:hover p,#__home_page .__our-categories .__categorie-card .__card:hover h3,#__home_page .__our-categories .__categorie-card .__card:hover i{color:#fff}#__home_page .__our-categories .__categorie-card .__card:hover button{color:#fff;gap:10px}#__home_page #pricing{margin-top:2rem;margin-bottom:2rem;padding-left:5%;padding-right:4%}#__home_page #pricing>span{display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#__home_page #pricing .icon{display:flex;align-items:flex-start}#__home_page #pricing .icon svg{width:2.188rem;margin-left:-.188em}#__home_page #pricing h1{font-size:2.35rem;text-transform:capitalize;padding-bottom:2rem;text-align:center}@media screen and (min-width: 42.5rem){#__home_page #pricing h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#__home_page #pricing .cards{margin-top:3em;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}#__home_page #pricing .card{cursor:pointer}#__home_page #pricing .card ul{margin-left:16px;padding:0;list-style:none;height:100%;display:flex;flex-direction:column;justify-content:end;gap:.5rem}#__home_page #pricing .card ul li{list-style-type:disc}#__home_page #pricing .card__outer{background:#ebecee;position:relative;height:23.438rem;border-radius:.625rem;display:flex;align-items:flex-end;padding:1.25rem;transition:.3s ease-in-out}#__home_page #pricing .card__outer a{display:flex;align-items:center;text-decoration:none;text-transform:capitalize;font-weight:700}#__home_page #pricing .card__outer a svg{margin-left:.375em;width:1.125rem}#__home_page #pricing .card__inner{background:#fff;position:absolute;bottom:3.75rem;right:1.25rem;width:100%;height:90%;border-radius:.625rem;padding:1.875rem 2.188rem;display:flex;flex-direction:column}#__home_page #pricing .card__inner .title{text-transform:capitalize;font-weight:700;font-size:1rem;display:inline-block;margin-top:.313em;margin-bottom:.938em;line-height:1.2}#__home_page #pricing .card__inner .price{position:relative;display:inline-flex;align-items:flex-start}#__home_page #pricing .card__inner .price--number{font-size:3rem;font-weight:600}#__home_page #pricing .card__inner .price--number:after{position:absolute;content:"";left:0;bottom:-1.563rem;display:block;color:red;background:#f5f5f5;height:.125rem;width:100%}#__home_page #pricing .card__inner .price--dolar{font-size:1.1rem;margin-top:.625em;font-weight:500}#__home_page #pricing .card.active .card__outer a{color:#fff}#__home_page #pricing .card:nth-child(1).active .card__inner svg{color:#6824d6}#__home_page #pricing .card:nth-child(1).active .card__outer{background:#6824d6;box-shadow:5px 18px 13px #6824d66e}#__home_page #pricing .card:nth-child(2).active .card__inner svg{color:#fe3258}#__home_page #pricing .card:nth-child(2).active .card__outer{background:#fe3258;box-shadow:5px 18px 13px #fe34596e}#__home_page #pricing .card:nth-child(3).active .card__inner svg{color:#4ccda7}#__home_page #pricing .card:nth-child(3).active .card__outer{background:#4ccda7;box-shadow:5px 18px 13px #4ccda66e}#__home_page #pricing .card:nth-child(4).active .card__inner svg{color:#000}#__home_page #pricing .card:nth-child(4).active .card__outer{background:#000;box-shadow:5px 18px 13px #0000004e}#__home_page #pricing .card--purple .card__inner svg,#__home_page #pricing .card--purple .card__inner .title,#__home_page #pricing .card--purple .card__outer a{color:#6824d6}#__home_page #pricing .card--red .card__outer{height:25.313rem}#__home_page #pricing .card--red .card__inner svg,#__home_page #pricing .card--red .card__inner .title,#__home_page #pricing .card--red .card__outer a{color:#fe3258}#__home_page #pricing .card--black .card__outer{height:25.313rem}#__home_page #pricing .card--black .card__inner svg,#__home_page #pricing .card--black .card__inner .title,#__home_page #pricing .card--black .card__outer a{color:#000}#__home_page #pricing .card--green .card__inner svg,#__home_page #pricing .card--green .card__inner .title,#__home_page #pricing .card--green .card__outer a{color:#4ccda7}#__home_page .__about{background-color:#fff;margin-top:8rem;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;padding:2rem 4%;position:relative}#__home_page .__about ._title{width:fit-content;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#__home_page .__about .__left{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 42.5rem){#__home_page .__about .__left h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#__home_page .__about .__left p,#__home_page .__about .__left h2{margin-bottom:1rem}#__home_page .__about .__left ul li{margin-top:.6rem;display:flex;align-items:center;gap:6px}#__home_page .__about .__left ul li i{color:#6824d6;font-size:24px;border-radius:50px}#__home_page .__about .__left button{width:fit-content;margin-top:2rem;background-color:#065a97;color:#fff;border:none;outline:none;padding:10px 1.5rem;border-radius:50px;font-size:1rem}#__home_page .__about .__right img{width:100%;height:100%}#__home_page .__testomonial{margin:6rem 0;padding:0 4%}#__home_page .__testomonial .__heading{text-align:center;position:relative}#__home_page .__testomonial .__heading .page_title{position:absolute;top:-25px;left:0%;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#__home_page .__testomonial .__heading h1{margin-bottom:2rem}@media screen and (min-width: 42.5rem){#__home_page .__testomonial .__heading h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#__home_page .__testomonial .__heading p{max-width:900px;margin:0 auto}#__home_page .__testomonial .__testomonial-box{margin-top:5rem}#__home_page .__testomonial .__testomonial-box .cards{margin:0 10px;width:330px;height:265px;border:1px solid #eee;padding:1rem;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between}#__home_page .__testomonial .__testomonial-box .cards .__logo{display:flex;flex-direction:column;justify-content:space-between;height:100%}#__home_page .__testomonial .__testomonial-box .cards .__logo img{width:60px}#__home_page .__testomonial .__testomonial-box .cards .__text p{font-size:15x;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}#__home_page .__testomonial .__testomonial-box .cards .__top{margin-top:10px;display:flex;justify-content:space-between}#__home_page .__testomonial .__testomonial-box .cards .__top .__left{display:flex;align-items:center;gap:10px}#__home_page .__testomonial .__testomonial-box .cards .__top .__left img{width:45px;height:45px;border-radius:50px}#__home_page .__testomonial .__testomonial-box .cards .__top .__left .__text h3{font-weight:400;font-size:15px}#__home_page .__testomonial .__testomonial-box .cards .__top .__left .__text .__star i{font-size:12px;color:#4ccda7}#__home_page .__testomonial .__testomonial-box .cards .__top .__right img{width:50px}#__home_page .__faq-container{margin-top:8rem;margin-bottom:8rem;padding:0 4%}#__home_page .__faq-container .__heading{text-align:center;margin-bottom:7rem;position:relative}@media screen and (min-width: 42.5rem){#__home_page .__faq-container .__heading h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#__home_page .__faq-container .__heading .page_title{position:absolute;top:-40px;left:0;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#__home_page .__faq-container .__heading h4{font-size:22px;color:#6824d6;margin-bottom:1rem}#__home_page .__faq-container .__faq{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}#__home_page .__faq-container .__faq .__faqs{display:flex;gap:1rem}#__home_page .__faq-container .__faq .__faqs .__icon img{width:50px}#__home_page .__faq-container .__faq .__faqs .__question h3{font-size:20px;margin-bottom:.6rem}#__home_page .__faq-container .button{margin-top:5rem;display:flex;justify-content:center}#__home_page .__faq-container .button button{background-color:#065a97;color:#fff;border:none;outline:none;padding:10px 1.5rem;border-radius:50px;font-size:1rem;display:flex;align-items:end;gap:.2rem}#__home_page .__faq-container .button button i{rotate:130deg;font-size:22px}#__home_page .__blogs{position:relative}#__home_page .__blogs .page_title{position:absolute;top:-25px;left:4%;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#__home_page .__blogs h1{text-align:center;margin-bottom:3rem}@media screen and (min-width: 42.5rem){#__home_page .__blogs h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#__home_page .__blogs .__blog-container{padding:3rem 4%}#__home_page .__blogs .__blog-container .swiper-button-prev,#__home_page .__blogs .__blog-container .swiper-button-next{display:none}#__home_page .__blogs .__blog-container .blogs{margin:1rem 4px;border-radius:20px;overflow:hidden;padding-bottom:1rem;box-shadow:#0000001a 0 4px 12px}#__home_page .__blogs .__blog-container .blogs .__img{position:relative}#__home_page .__blogs .__blog-container .blogs .__img img{width:100%}#__home_page .__blogs .__blog-container .blogs h3{margin-left:.9rem;margin-top:.8rem;background-color:#000;color:#fff;width:fit-content;padding:6px 1rem;border-radius:10px;font-size:14px;font-weight:500}#__home_page .__blogs .__blog-container .blogs h2{margin-top:1rem;color:#000;padding:0 .8rem;font-size:20px;font-weight:550}#__home_page .__blogs .__blog-container .blogs p{padding:0 .8rem;font-size:.915rem;text-align:start;line-height:25px;margin-bottom:1.8rem;margin-top:.5rem}#__home_page .__blogs .__blog-container .blogs .btn{display:flex;padding:0 1rem;justify-content:space-between;align-items:center}#__home_page .__blogs .__blog-container .blogs .btn button{font-family:Poppins;background-color:transparent;border:none;border-radius:4px;font-size:.9rem;font-weight:600;text-transform:uppercase}#__home_page .__blogs .__blog-container .blogs .btn i{font-size:22px;rotate:180deg}#__home_page .__blogs .__blog-container .blogs:hover{box-shadow:#63636333 0 2px 8px;cursor:pointer;transform:scale(1.02)}#__home_page .__blogs .__blog-container .blogs:hover .btn button,#__home_page .__blogs .__blog-container .blogs:hover .btn i{color:#6824d6}#help-box{position:fixed;bottom:40px;right:40px;z-index:999;cursor:pointer;transition:.3s ease}#help-box .box{width:100%;height:100%}#help-box .w-icon{width:50px;height:50px;border-radius:100px;position:relative}#help-box .w-icon img{width:100%;height:100%;z-index:99}#help-box .w-icon span{animation:pulseAnimate 5s ease-out infinite;background-color:#63e654;height:100%;width:100%;position:absolute;left:0;top:0;border-radius:100px;z-index:-1}#help-box .w-icon span:nth-child(1){--i: 1;animation-delay:calc(1s * var(--i))}#help-box .w-icon span:nth-child(2){--i: 2;animation-delay:calc(1s * var(--i))}#help-box .w-icon span:nth-child(3){--i: 3;animation-delay:calc(1s * var(--i))}#help-box .w-icon span:nth-child(4){--i: 4;animation-delay:calc(1s * var(--i))}@keyframes pulseAnimate{to{opacity:0;transform:scale(1.8)}}@media screen and (max-width: 786px){#__home_page .__banner{padding:10px;flex-direction:column}#__home_page .__banner .__left{width:100%}#__home_page .__banner .__left h1{text-align:center;font-size:26px;line-height:2rem;margin-bottom:1rem}#__home_page .__banner .__left p{text-align:center}#__home_page .__banner .__left .__profile{justify-content:center}#__home_page .__banner .__left .__profile button:nth-child(1),#__home_page .__banner .__left .__profile button:nth-child(2){font-size:14px;height:45px;padding:.75rem 1rem}#__home_page .__banner .__left .__rating{margin-top:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:15px}#__home_page .__banner .__left .__rating .__happy{text-align:center}#__home_page .__banner .__left .__rating .__happy p{padding:0}#__home_page .__banner .__left .__rating img{object-fit:contain;height:50px}#__home_page .__banner .__right{width:100%}#__home_page .__our-categories h1{font-size:22px;margin-top:2rem;margin-bottom:2rem}#__home_page .__our-categories .__categorie-card{grid-template-columns:repeat(1,1fr)}#__home_page .__why .__heading span{padding:8px 20px;font-size:12px;top:-55px}#__home_page .__why .__heading h1{margin-top:2rem;font-size:22px}#__home_page .__why .__why-box{margin-top:2rem;flex-wrap:wrap;gap:2rem}#__home_page .__why .__choose-box{grid-template-columns:repeat(1,1fr)}#__home_page .__why .__choose-box .__middle img{width:100%}#__home_page .__about{margin-top:3rem;display:flex;flex-direction:column}#__home_page .__about .page_title{padding:8px 20px;font-size:12px}#__home_page .__about h1{margin-top:3rem;font-size:22px;margin-bottom:.8rem}#__home_page #pricing h1{margin-top:2rem;font-size:22px}#__home_page #pricing .card__outer{height:26.438rem}#__home_page #pricing .cards{grid-template-columns:repeat(1,1fr)}#__home_page #pricing .cards .card{width:90%;margin:auto}#__home_page .__faq-container .__heading{margin-bottom:3rem}#__home_page .__faq-container .__heading .page_title{padding:8px 20px;font-size:12px;top:-50px}#__home_page .__faq-container .__heading h1{font-size:22px}#__home_page .__faq-container .__faq{grid-template-columns:repeat(1,1fr);gap:1rem}#__home_page .__faq-container .__faq .__faqs{gap:0px}#__home_page .__faq-container .__faq .__faqs .__icon img{display:none}#__home_page .__faq-container .button{margin-top:3rem}#__home_page .__testomonial{margin:4rem 0}#__home_page .__testomonial .__heading{margin-bottom:0}#__home_page .__testomonial .__heading .page_title{padding:8px 20px;font-size:12px;top:-50px}#__home_page .__testomonial .__heading h1{font-size:22px}#__home_page .__testomonial .__testomonial-box{margin-top:2rem}#__home_page .__blogs{margin-top:5rem}#__home_page .__blogs .page_title{padding:8px 20px;font-size:12px;top:-40px}#__home_page .__blogs h1{margin-top:4rem;margin-bottom:0;font-size:22px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.__our-categories{padding:4rem 4%;position:relative}.__our-categories .page_title{position:absolute;top:25px;left:4%;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}.__our-categories h1{margin-bottom:4rem;font-size:2.35rem;text-transform:capitalize;padding-bottom:2rem;text-align:center}@media screen and (min-width: 42.5rem){.__our-categories h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}.__our-categories .__categorie-card{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.__our-categories .__categorie-card .__card{background-color:#fff;border-radius:1rem;padding:1.5rem 1rem;cursor:pointer}.__our-categories .__categorie-card .__card img{width:50px}.__our-categories .__categorie-card .__card h3{margin-top:2rem;font-size:18px}.__our-categories .__categorie-card .__card p{margin-top:1rem;line-height:25px;font-size:.915rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.__our-categories .__categorie-card .__card button{font-size:.95rem;font-weight:500;margin-top:2.5rem;border:none;outline:none;display:flex;align-items:center;gap:6px;background-color:transparent}.__our-categories .__categorie-card .__card button span{font-size:20px}.__our-categories .__categorie-card .__card:hover{transform:scale(1.02);background-color:#6824d6;color:#fff}.__our-categories .__categorie-card .__card:hover p,.__our-categories .__categorie-card .__card:hover h3,.__our-categories .__categorie-card .__card:hover i{color:#fff}.__our-categories .__categorie-card .__card:hover button{color:#fff;gap:10px}@media screen and (max-width: 786px){.__our-categories .__categorie-card{grid-template-columns:repeat(1,1fr)}}#footer{background-color:#065a97;color:#fff;padding:0 4%;padding-top:4rem;padding-bottom:2rem}#footer .__footer-box{display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:2rem;margin-bottom:2rem}#footer .__footer-box .__list p{color:#fff}#footer .__footer-box .__list .__v{display:flex;gap:4rem}#footer .__footer-box .__list .__logo img{background-color:#fff;width:80px;padding:4px;border-radius:4px}#footer .__footer-box .__list p{font-size:15.5px}#footer .__footer-box .__list h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:1.2rem}#footer .__footer-box .__list li{margin-top:.6rem;font-size:15.5px;display:flex;align-items:center;gap:10px}#footer .__footer-box .__list li span{color:#fff}#footer .__footer-box .__list li a{margin-top:5px}#footer .__footer-box .__list li a i{font-size:22px;color:#fff}#footer .__footer-box .__list li:hover a{transform:translate(10px)}#footer .__footer-box .__list li:hover a span{color:#fff;cursor:pointer;font-weight:500}#footer .__footer-box .list-last{display:flex;justify-content:end}#footer .__footer-box .list-center{display:flex;justify-content:center}#footer .__copyright{padding:0%;display:flex;align-items:center;justify-content:space-between}#footer .__copyright .__left img{width:130px;margin-bottom:5px;border-radius:4px}#footer .__copyright .__left p{color:#fff}#footer .__copyright .__left a{margin-left:4px;color:#fff;text-transform:uppercase;font-size:14px;text-decoration:underline}#footer .__copyright .__right .button-50{opacity:0;-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:#fff;background-image:none;border:1px solid #fff;border-radius:4px;box-shadow:#fff 4px 4px,#000 4px 4px 0 1px;box-sizing:border-box;color:#065a97;cursor:pointer;display:inline-block;font-family:ITCAvantGardeStd-Bk,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0 5px 10px 0;overflow:visible;padding:10 px 40px;text-align:center;text-transform:none;touch-action:manipulation;user-select:none;-webkit-user-select:none;vertical-align:middle;white-space:nowrap}#footer .__copyright .__right .button-50:focus{text-decoration:none}#footer .__copyright .__right .button-50:hover{text-decoration:none}#footer .__copyright .__right .button-50:active{box-shadow:#00000020 0 3px 5px inset;outline:0}#footer .__copyright .__right .button-50:not([disabled]):active{box-shadow:#fff 2px 2px,#000 2px 2px 0 1px;transform:translate(2px,2px)}@media (min-width: 768px){#footer .__copyright .__right .button-50{padding:10px 50px}}@media screen and (max-width: 786px){#footer .__footer-box{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}#footer .__footer-box .__list .__v{gap:1rem}#footer .__copyright .__right .button-50{display:none}}#career-page .__hero{padding:2rem 4%;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;height:550px}#career-page .__hero .left{display:flex;flex-direction:column;justify-content:center}#career-page .__hero .left h1{line-height:1.1em;padding-bottom:45px;color:#04042c}#career-page .__hero .left h1 span{color:#01c4a7}#career-page .__hero .left p{font-family:DM Sans,sans-serif;font-size:18px;line-height:1.5em;padding-top:0;padding-bottom:50px;color:#838697}#career-page .__hero .left button{width:fit-content;height:fit-content;padding:11px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;background:#6824d6;border:1px solid #6824d6;color:#fff;border-radius:10px}#career-page .__hero .__right img{height:500px;width:100%;object-fit:contain}#career-page .__open-position{margin:0;padding:100px 4% 140px;background-color:#eef4fd;max-width:100%}#career-page .__open-position h2{font-family:DM Sans,sans-serif;font-size:32px;line-height:1.2em;font-weight:700;padding-top:10px;padding-bottom:10px;color:#2f323e}#career-page .__open-position .__open-job-container{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}#career-page .__open-position .__open-job-container .__job-box{background:#fff;box-shadow:0 20px 100px #28255b0d;border-radius:5px;padding:50px}#career-page .__open-position .__open-job-container .__job-box .__jobname{font-size:24px;color:#2f323e;font-weight:500}#career-page .__open-position .__open-job-container .__job-box .__icon{display:flex;align-items:center;gap:1rem;margin:1rem 0}#career-page .__open-position .__open-job-container .__job-box .__icon i{font-size:16px;margin-right:8px;color:#6e748a}#career-page .__open-position .__open-job-container .__job-box .__icon span{color:#6e748a;font-size:15px;font-weight:400}#career-page .__open-position .__open-job-container .__job-box .__action{margin-top:1.5rem;margin-bottom:1rem;display:flex;gap:2rem}#career-page .__open-position .__open-job-container .__job-box .__action button{height:fit-content;padding:10px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;background:#6824d6;border:1px solid #6824d6;color:#fff;border-radius:10px}#career-page .__open-position .__open-job-container .__job-box .__action .__no-vaction h1{font-size:32px;font-weight:700;color:#ff5f74;line-height:1}#career-page .__open-position .__open-job-container .__job-box .__action .__no-vaction p{display:block;font-size:15px;font-weight:400;color:#9397a3}#career-page .__open-position .__open-job-container .__job-box .__date-posted{display:block;font-size:15px;font-weight:400;color:#9397a3;margin-top:10px}#career-page .__lear-recurtmwent{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin:0;padding:20px 4% 80px;background-color:#eef4fd;max-width:100%}#career-page .__lear-recurtmwent .__left h1{padding-bottom:50px;color:#000}#career-page .__lear-recurtmwent .__left p{font-family:DM Sans,sans-serif;font-size:16px;line-height:1.7em;padding-top:0;padding-bottom:30px;color:#838697}#career-page .__lear-recurtmwent .__left button{height:fit-content;padding:11px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;background:#6824d6;border:1px solid #6824d6;color:#fff;border-radius:10px}#career-page .__lear-recurtmwent .__right{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}#career-page .__lear-recurtmwent .__right .__step-container{display:flex;flex-direction:column;gap:1rem}#career-page .__lear-recurtmwent .__right .__step-container .__box{margin:0;padding:50px 30px;border-radius:10px;background-image:url(https://static.live.templately.com/woocommerce/2022/10/f30fa0d5-company-career-page-v3-6.png);background-position:88% 12%;background-repeat:no-repeat;background-color:#fff}#career-page .__lear-recurtmwent .__right .__step-container .__box img{border-radius:0;width:50px;height:auto;margin-bottom:20px}#career-page .__lear-recurtmwent .__right .__step-container .__box h4{font-family:DM Sans,sans-serif;font-size:19px;line-height:1.2em;font-weight:700;padding-top:0;padding-bottom:15px;color:#000}#career-page .__lear-recurtmwent .__right .__step-container .__box p{font-family:DM Sans,sans-serif;font-size:14px;line-height:1.6em;padding-top:0;padding-bottom:0;color:#838697}#career-page .__lear-recurtmwent .__right .__step-container:nth-child(2){margin-top:20px}@media screen and (max-width: 786px){#career-page .__hero{display:flex;flex-direction:column;text-align:center;gap:2rem;padding:1rem 10px}#career-page .__hero .left{display:flex;flex-direction:column;align-items:center}#career-page .__hero .left button{font-size:16px}#career-page .__hero .left h1{padding-bottom:20px;font-size:24px}#career-page .__hero .left p{padding-bottom:20px}#career-page .__open-position{padding:10px}#career-page .__open-position .__open-job-container{grid-template-columns:repeat(1,1fr);gap:1rem}#career-page .__lear-recurtmwent{display:flex;flex-direction:column;padding:20px 10px}#career-page .__lear-recurtmwent .__left{text-align:center}#career-page .__lear-recurtmwent .__right{grid-template-columns:repeat(1,1fr);gap:10px}#career-page .__lear-recurtmwent .__right .__step-container{gap:10px}#career-page .__lear-recurtmwent .__right .__step-container:nth-child(2){margin-top:0}.__career-registration-form .__container-form .__form{width:95%}}#sales_details_page{padding-bottom:2rem;background-color:#f8f9fd}#sales_details_page .___banner-box{margin-top:2rem;max-width:1535px;margin-left:auto;margin-right:auto;padding:0 4%}#sales_details_page .___banner-box .__container-box{width:100%;padding:36px 32px;border-radius:16px;position:relative;gap:40px;border:1px solid rgba(0,39,38,.4);color:#fff;margin-bottom:24px;align-items:center;z-index:10;background-color:#002726;gap:2rem}#sales_details_page .___banner-box .__container-box .__box{display:flex;gap:4rem}#sales_details_page .___banner-box .__container-box .__box .__left{width:50%}#sales_details_page .___banner-box .__container-box .__box .__left .__banner img{background-color:#fff;width:100%;height:360px;border-radius:20px}#sales_details_page .___banner-box .__container-box .__box .__right{width:50%;display:flex;flex-direction:column;justify-content:space-between}#sales_details_page .___banner-box .__container-box .__box .__right h1{font-size:38px;color:#fff;margin-bottom:1rem}#sales_details_page .___banner-box .__container-box .__box .__right .__points .__list{display:flex;gap:.6rem;margin-top:1rem}#sales_details_page .___banner-box .__container-box .__box .__right .__points .__list ._icon i{font-size:24px;color:#33c375}#sales_details_page .___banner-box .__container-box .__box .__right .__points .__list p{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:160%}#sales_details_page .__outcomes{background-color:#fff;clear:both;margin-top:4rem;margin-bottom:4rem;padding:4rem 4%}#sales_details_page .__outcomes .__left{width:55%;display:inline-block;vertical-align:top;float:left}#sales_details_page .__outcomes .__left .__top{margin-bottom:2rem}#sales_details_page .__outcomes .__left .__top h1{font-size:32px;letter-spacing:-.496px;padding-bottom:24px}#sales_details_page .__outcomes .__left .__top p{font-size:16px;font-style:normal;font-weight:400;line-height:160%;opacity:.9;margin-top:1rem}#sales_details_page .__outcomes .__left .__top ul{margin-left:1rem;margin-top:2rem}#sales_details_page .__outcomes .__left .__top ul li{list-style-type:disc;margin-top:.8rem;font-size:16px;font-style:normal;font-weight:400;line-height:160%;opacity:.7}#sales_details_page .__outcomes .__right{width:45%;float:right;position:sticky;top:140px;display:flex;justify-content:end}#sales_details_page .__outcomes .__right .__box{width:500px;border-radius:16px;overflow:hidden;border:1px solid rgba(0,39,38,.4)}#sales_details_page .__outcomes .__right .__box .__heading{padding:20px 24px}#sales_details_page .__outcomes .__right .__box .__heading h1{font-size:20px;font-style:normal;font-weight:500;line-height:120%;margin-bottom:10px}#sales_details_page .__outcomes .__right .__box .__heading p{font-size:14px;font-style:normal;font-weight:400;line-height:160%}#sales_details_page .__outcomes .__right .__box .__form{padding:0 24px;margin-bottom:1rem}#sales_details_page .__outcomes .__right .__box .__form .__input{display:flex;flex-direction:column;margin-bottom:1rem}#sales_details_page .__outcomes .__right .__box .__form .__input span{font-weight:500;font-size:14px;color:#3c3c3c;font-family:sans-serif;margin-bottom:5px}#sales_details_page .__outcomes .__right .__box .__form .__input input{border:1px solid #ccc;padding:10px;outline:none;font-weight:500;color:#000;height:fit-content;font-size:.85rem;border-radius:5px}#sales_details_page .__outcomes .__right .__box .__form .__button{width:100%}#sales_details_page .__outcomes .__right .__box .__form .__button button{width:100%;background-color:#065a97;color:#fff;border:none;outline:none;padding:10px 1.5rem;border-radius:50px;font-size:1rem}#sales_details_page .__outcomes:before,#sales_details_page .__outcomes:after{content:"";display:table;clear:both}#sales_details_page .__faq-container{margin-top:4rem;margin-bottom:8rem;padding:0 4%}#sales_details_page .__faq-container .__heading{text-align:center;margin-bottom:7rem;position:relative}@media screen and (min-width: 42.5rem){#sales_details_page .__faq-container .__heading h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#sales_details_page .__faq-container .__heading .page_title{position:absolute;top:-40px;left:0;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#sales_details_page .__faq-container .__heading h4{font-size:22px;color:#6824d6;margin-bottom:1rem}#sales_details_page .__faq-container .__faq{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}#sales_details_page .__faq-container .__faq .__faqs{display:flex;gap:1rem}#sales_details_page .__faq-container .__faq .__faqs .__icon img{width:50px}#sales_details_page .__faq-container .__faq .__faqs .__question h3{font-size:20px;margin-bottom:.6rem}#sales_details_page .__faq-container .button{margin-top:5rem;display:flex;justify-content:center}#sales_details_page .__faq-container .button button{background-color:#6824d6;color:#fff;border:none;outline:none;padding:10px 1.5rem;border-radius:50px;font-size:1rem;display:flex;align-items:end;gap:.2rem}#sales_details_page .__faq-container .button button i{rotate:130deg;font-size:22px}@media screen and (max-width: 786px){#sales_details_page .___banner-box .__container-box{padding:10px}#sales_details_page .___banner-box .__container-box .__box{flex-direction:column;gap:20px}#sales_details_page .___banner-box .__container-box .__box .__left{width:100%}#sales_details_page .___banner-box .__container-box .__box .__left .__banner img{height:270px}#sales_details_page .___banner-box .__container-box .__box .__right{width:100%}#sales_details_page .___banner-box .__container-box .__box .__right h1{font-size:22px;text-align:center}#sales_details_page .__outcomes{margin-top:0;padding:0 4%;display:flex;flex-direction:column-reverse;gap:20px}#sales_details_page .__outcomes .__left{width:100%}#sales_details_page .__outcomes .__right{width:100%;float:none;position:initial;top:0}#sales_details_page .__faq-container .__heading{margin-bottom:3rem}#sales_details_page .__faq-container .__heading .page_title{padding:8px 20px;font-size:12px;top:-50px}#sales_details_page .__faq-container .__heading h1{font-size:22px}#sales_details_page .__faq-container .__faq{grid-template-columns:repeat(1,1fr);gap:1rem}#sales_details_page .__faq-container .__faq .__faqs{gap:0px}#sales_details_page .__faq-container .__faq .__faqs .__icon img{display:none}#sales_details_page .__faq-container .button{margin-top:3rem}}#faq-page .__faq-container{margin-top:5rem;margin-bottom:8rem;padding:0 4%}#faq-page .__faq-container .__heading{text-align:center;margin-bottom:7rem;position:relative}@media screen and (min-width: 42.5rem){#faq-page .__faq-container .__heading h1{font-size:3rem;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23FFBB7B"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#faq-page .__faq-container .__heading .page_title{position:absolute;top:-40px;left:0;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#faq-page .__faq-container .__heading h4{font-size:22px;color:#6824d6;margin-bottom:1rem}#faq-page .__faq-container .__faq{margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}#faq-page .__faq-container .__faq .__faqs{display:flex;gap:1rem}#faq-page .__faq-container .__faq .__faqs .__icon img{width:50px}#faq-page .__faq-container .__faq .__faqs .__question h3{font-size:20px;margin-bottom:.6rem}#faq-page .__faq-container .button{margin-top:5rem;display:flex;justify-content:center}#faq-page .__faq-container .button button{background-color:#6824d6;color:#fff;border:none;outline:none;padding:10px 1.5rem;border-radius:50px;font-size:1rem;display:flex;align-items:end;gap:.2rem}#faq-page .__faq-container .button button i{rotate:130deg;font-size:22px}@media screen and (max-width: 786px){#faq-page .__faq-container .__heading{margin-bottom:4rem}#faq-page .__faq-container .__heading .page_title{padding:8px 20px;font-size:12px;top:-40px}#faq-page .__faq-container .__heading h1{margin-top:1rem;font-size:22px}#faq-page .__faq-container .__faq{margin-top:1rem;grid-template-columns:repeat(1,1fr);gap:1rem}#faq-page .__faq-container .__faq .__faqs .__icon{display:none}}#contact{margin:0 auto;padding:3rem 4%}#contact .__title{display:flex;align-items:end;justify-content:space-between}#contact .__title h2{opacity:1;height:auto;filter:blur(0px);transform:none;will-change:auto;font-size:2.25rem;line-height:1.75rem;font-weight:400;color:#4f4f4f;margin-bottom:1rem}#contact .__title h1{opacity:1;height:auto;filter:blur(0px);transform:none;will-change:auto;font-size:3.5rem;line-height:1;color:#222}#contact .__title p{opacity:1;height:auto;filter:blur(0px);transform:none;will-change:auto;font-size:1.8rem;line-height:2.4rem;font-weight:400;color:#000;margin-bottom:1rem;text-align:end}#contact .__form{margin-top:6rem;background-color:#fff;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;padding:2rem;border-radius:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}#contact .__form .__left .__contact-details{height:100%;width:100%;background-color:#065a97;border-radius:1.5rem;padding:1rem}#contact .__form .__left .__contact-details h1{margin-top:1rem;font-size:2.25rem;line-height:2.5rem;color:#fff;font-weight:700}#contact .__form .__left .__contact-details p{font-size:1rem;line-height:1.5rem;color:#fff;font-weight:500;margin-top:1rem;margin-bottom:2.5rem}#contact .__form .__left .links{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}#contact .__form .__left .links i{font-size:42px;color:#fff}#contact .__form .__left .links h3{font-size:1rem;line-height:1.5rem;color:#fff;margin-bottom:.1rem}#contact .__form .__left .links h4{font-size:.875rem;line-height:1.25rem;color:#fff;font-weight:500}#contact .__form .__right{display:flex;flex-direction:column;gap:1rem}#contact .__form .__right .__input{display:flex;flex-direction:column}#contact .__form .__right h3{font-size:1.35rem;line-height:1.75rem;margin-bottom:1rem}#contact .__form .__right .__input span{font-size:1rem;line-height:1.5rem;margin-bottom:5px}#contact .__form .__right .__input input,#contact .__form .__right .__input textarea{padding:1rem;display:flex;flex-direction:column;border:1px solid rgb(201,201,206);border-radius:.75rem;background-color:transparent;color:#fff}#contact .__form .__right button{background-color:#065a97;color:#fff;border:none;outline:none;padding:12px 1.5rem;border-radius:50px;font-size:1rem;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.__location{margin-top:4rem;margin-bottom:2rem;padding:1rem}.__location .__title{margin-bottom:2rem}.__location .__title h3{font-size:2.25rem;line-height:2.5rem;font-weight:700;opacity:1;display:flex;align-items:center;gap:4px}.__location .__container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.__location .__container .__cards{box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;padding:2rem;border-radius:1.5rem}.__location .__container .__cards h4{margin-bottom:1rem;font-size:20px}@media screen and (max-width: 786px){#contact .__title{flex-direction:column;text-align:center;gap:10px}#contact .__title .__left,#contact .__title .__right{width:100%}#contact .__title p{text-align:center}#contact .__form{margin-top:2rem;grid-template-columns:repeat(1,1fr);padding:1rem}.__location{padding:0}.__location .__title{justify-content:center}.__location .__title h3{width:100%;justify-content:center}.__location .__container{grid-template-columns:repeat(1,1fr)}}#blog-page{padding:1rem 4%}#blog-page .__blog-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}#blog-page .__blog-container .blogs{margin:1rem 4px;border-radius:20px;overflow:hidden;padding-bottom:1rem;box-shadow:#0000001a 0 4px 12px}#blog-page .__blog-container .blogs .__img{position:relative}#blog-page .__blog-container .blogs .__img img{width:100%}#blog-page .__blog-container .blogs h3{margin-left:.9rem;margin-top:.8rem;background-color:#000;color:#fff;width:fit-content;padding:6px 1rem;border-radius:10px;font-size:14px;font-weight:500}#blog-page .__blog-container .blogs h2{margin-top:1rem;color:#000;padding:0 .8rem;font-size:20px;font-weight:550}#blog-page .__blog-container .blogs p{padding:0 .8rem;font-size:.915rem;text-align:start;line-height:25px;margin-bottom:1.8rem;margin-top:.5rem}#blog-page .__blog-container .blogs .btn{display:flex;padding:0 1rem;justify-content:space-between;align-items:center}#blog-page .__blog-container .blogs .btn button{font-family:Poppins;background-color:transparent;border:none;border-radius:4px;font-size:.9rem;font-weight:600;text-transform:uppercase}#blog-page .__blog-container .blogs .btn i{font-size:22px;rotate:180deg}#blog-page .__blog-container .blogs:hover{box-shadow:#63636333 0 2px 8px;cursor:pointer;transform:scale(1.02)}#blog-page .__blog-container .blogs:hover .btn button,#blog-page .__blog-container .blogs:hover .btn i{color:#6824d6}#blog-details{padding-bottom:2rem;background-color:#fff;background-image:url(../../assets//Images/Blog/bg.png);background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}#blog-details .__container{max-width:1535px;margin:0 auto;padding:0 4%;height:100%}#blog-details .banner{height:200px;background-repeat:no-repeat}#blog-details .banner .__container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}#blog-details .banner .__container img{position:absolute;width:1400px;height:90%;border-radius:30px}#blog-details .banner .left{padding-left:10%;position:absolute;left:0;z-index:1;gap:20px;display:flex;flex-direction:column;justify-content:center;gap:2rem;width:100%;height:100%;color:#fff}#blog-details .banner .left h4{font-weight:400}#blog-details .banner .left h1{font-weight:550}#blog-details .banner .left .btn{width:fit-content;padding:10px 20px;background-color:#fff;color:#000;border:none;border-radius:4px;cursor:pointer;font-weight:550}#blog-details .title{margin-top:50px;margin-bottom:50px;text-align:center}#blog-details .title .hh1{display:flex;justify-content:center}#blog-details .title .hh1 img{height:50px}#blog-details .title .hh1 h1{width:65%;color:#3c0089}#blog-details .title h1{color:#3c0089}#blog-details .title p{width:70%;margin:0 auto}#blog-details .blog-details-content .heading p{line-height:1.8;color:#444}#blog-details .blog-details-content .question{margin:20px 0}#blog-details .blog-details-content .question h3{margin-bottom:20px;font-size:20px}#blog-details .blog-details-content .question p{color:#444;line-height:1.8}#blog-details .blog-details-content .three-images{margin:20px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}#blog-details .blog-details-content .three-images img{width:100%;height:300px;object-fit:cover}#blog-details .for-creators{display:grid;grid-template-columns:repeat(3,1fr);margin:50px 0;gap:20px;position:relative;z-index:99}#blog-details .for-creators .arrow-box{-webkit-mask-image:linear-gradient(180deg,#fff 80%,rgba(0,0,0,0));margin:1rem 0;position:relative;background-color:#fff;box-shadow:#0000001a 0 0 5px,#0000001a 0 0 1px;border-top:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1);padding:20px 10px;border-radius:10px}#blog-details .for-creators .arrow-box h4{margin-bottom:10px}#blog-details .for-creators .arrow-box p{color:#444;font-size:14px;line-height:1.5}#blog-details .for-creators .arrow-box span{background-color:#ccc;padding-top:2px;height:30px;width:30px;display:flex;justify-content:center;border-radius:50px;position:absolute;top:10px;right:10px}#blog-details .for-creators .arrow-box:hover{transform:scale(1.02);box-shadow:#63636333 0 2px 8px;cursor:pointer}#blog-details .blogs-3cards{position:relative;z-index:99;margin-bottom:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width: 786px){#blog-page .__blog-container{grid-template-columns:repeat(1,1fr);gap:0}#blog-details .banner{height:500px;margin-bottom:1rem}#blog-details .banner .__container,#blog-details .banner .__container img{height:100%}#blog-details .banner .left{padding:10px;gap:10px}#blog-details .banner .left h1{font-size:24px}#blog-details .banner .left p{color:#fff}#blog-details .title{margin-top:0;margin-bottom:0}#blog-details .title h1,#blog-details .title .hh1 h1{width:100%;font-size:24px}#blog-details .title p{width:100%}#blog-details .blog-details-content .three-images{grid-template-columns:repeat(1,1fr)}#blog-details .for-creators{display:-webkit-box;overflow:scroll}#blog-details .for-creators::-webkit-scrollbar{display:none}}#blog-details .banner img.hero-img{filter:saturate(110%) contrast(105%)}#policy_page{max-width:1800px;padding:1rem 4%;margin:auto}#policy_page_navbar{padding:1rem 0;background-color:#f0f5f9;color:#19032e;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}#policy_page_navbar h1{text-align:center;color:#000}.policy_bar_id{display:flex;justify-content:end}.policy-bar_request_id{display:flex;text-align:center;flex-direction:column}#policy-bar_content::-webkit-scrollbar{width:10px;height:100px}#policy-bar_content .item{margin-top:1rem;padding:1rem 0;border-radius:5px}#policy-bar_content .company_title{font-size:16px;color:#000;text-decoration:underline}#policy-bar_content h1{font-size:var(--tabletH2size);color:#000;line-height:1;margin:1rem 0}#policy-bar_content h2{font-size:24px;color:#000}#policy-bar_content h3{margin:1rem 0;color:#2b69da;font-weight:500;letter-spacing:.3px}#policy-bar_content p{font-size:16px;margin:1rem 0;color:#000;line-height:1.3}#policy-bar_content a{margin-left:.5rem}#policy-bar_content ul{display:flex;flex-direction:column;gap:.5rem}#policy-bar_content ul li{font-size:16px;color:#000;line-height:1.2}#policy-bar_content .flex_inline{display:flex;align-items:center;gap:2rem}#policy-bar_content .flex_inline i{margin-right:.5rem}#policy_page .query_related_items h2{color:#000;text-align:center}#policy_page .query_related_items{padding:42px;display:none}#policy_page .query_related_items .relatedDoc-container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;margin-top:2rem}#policy_page .query_related_items .relatedDoc-container .box{box-shadow:#00000029 0 1px 4px;padding:1rem;border-radius:1rem;cursor:pointer}#policy_page .query_related_items .relatedDoc-container .box:hover{transform:translateY(-10px);box-shadow:#63636333 0 2px 8px}#policy_page .query_related_items .relatedDoc-container .box .des div{display:flex;align-items:center;gap:10px}#policy_page .query_related_items .relatedDoc-container .box img{width:100%;height:10rem;margin-bottom:1rem}#policy_page .query_related_items .relatedDoc-container .box h3{text-align:center;margin-top:1rem;font-size:15px;color:#000}@media screen and (max-width: 678px){#policy_page{text-align:center;padding:0}#policy-bar_content .item{padding:0}#policy_page_navbar{grid-template-columns:repeat(1,1fr);padding:20px 10px;grid-gap:1rem}#policy_page_navbar .none{display:none}#policy_page_navbar h1{font-size:24px;line-height:1}.policy-bar_request_id{text-align:center;display:flex;width:100%}.policy-bar_request_id small{font-size:19px;line-height:1}#policy_page .query_related_items h2{font-size:32px;line-height:1;margin-top:1rem}#policy-bar_content{padding:10px;height:100%}#policy-bar_content h1{margin:3rem 0}#policy-bar_content h2{margin:2rem 0}#policy-bar_content h2{line-height:1.1;margin-bottom:1rem}#policy-bar_content h3{font-size:27px;line-height:1.1}#policy-bar_content a{margin-left:0}#policy-bar_content ul{margin:1rem 0}#policy_page .query_related_items{padding:10px}#policy_page .query_related_items .relatedDoc-container{grid-template-columns:repeat(1,1fr);padding:0}}#about-page .___banner-box{margin-top:2rem;max-width:1535px;margin-left:auto;margin-right:auto;padding:0 4%}#about-page .___banner-box .__container-box{width:100%;padding:36px 32px;border-radius:16px;position:relative;gap:40px;border:1px solid rgba(0,39,38,.4);color:#fff;margin-bottom:24px;align-items:center;z-index:10;background-color:#002726;gap:2rem}#about-page .___banner-box .__container-box .__box{display:flex;gap:4rem}#about-page .___banner-box .__container-box .__box .__left{width:50%}#about-page .___banner-box .__container-box .__box .__left .__banner img{background-color:#fff;width:100%;height:390px;border-radius:20px;object-fit:cover}#about-page .___banner-box .__container-box .__box .__right{width:50%;display:flex;flex-direction:column;justify-content:space-between}#about-page .___banner-box .__container-box .__box .__right h1{font-size:38px;color:#fff;margin-bottom:1rem}#about-page .___banner-box .__container-box .__box .__right p{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin-bottom:1rem}#about-page .___banner-box .__container-box .__box .__right button{width:fit-content;margin-top:1.2rem;cursor:pointer;padding-left:1.5rem;padding-right:1.5rem;height:50px;display:flex;align-items:center;justify-content:center;gap:.25rem;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:#6824d6;border:none;padding:.75rem 2rem;text-align:center;font-size:1rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:#fff;transition-duration:.3s;background-color:#6824d6;animation:scale-up-down 6s infinite;overflow:hidden;position:relative}#about-page .__about{background-color:#fff;margin-top:0rem;display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;padding:2rem 4%;position:relative}#about-page .__about .page_title{position:absolute;top:30px;left:4%;display:inline-block;margin-bottom:.938em;text-transform:uppercase;letter-spacing:.12rem;font-size:.8rem;background:#ffbb7b;color:#5c0404;font-weight:700;padding:10px 30px;border-radius:50px}#about-page .__about .__left{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width: 42.5rem){#about-page .__about .__left h1{font-size:3rem;background-size:17.5rem;background-repeat:no-repeat;background-position:98% 3.375rem;padding-bottom:3rem}}#about-page .__about .__left p,#about-page .__about .__left h2{margin-bottom:1rem}#about-page .__about .__left ul li{margin-top:.6rem;display:flex;align-items:center;gap:6px}#about-page .__about .__left ul li i{color:#065a97;font-size:24px;border-radius:50px}#about-page .__about .__left button{width:fit-content;margin-top:2rem;background-color:#065a97;color:#fff;border:none;outline:none;padding:10px 1.5rem;border-radius:50px;font-size:1rem}#about-page .__about .__right img{width:100%;height:650px;border-radius:2rem;object-fit:cover}#about-page .__core-value{padding:2rem 4%;margin-bottom:4rem}#about-page .__core-value .heading{margin-bottom:5rem}#about-page .__core-value .heading h1{margin-top:1rem;margin-bottom:1rem;line-height:1;color:#222;font-weight:700}#about-page .__core-value .heading p{width:900px}#about-page .__core-value .__core-value-item{display:flex;flex-direction:column;justify-content:center}#about-page .__core-value .__core-value-item .bg-blue{border:2px solid #36f543;background:#36f543}#about-page .__core-value .__core-value-item .bg-yellow{border:2px solid #ffc250;background:#ffc250;color:#000}#about-page .__core-value .__core-value-item .bg-green .__left{border:2px solid #60c0af;background:#60c0af}#about-page .__core-value .__core-value-item .bg-green .__title{color:#000}#about-page .__core-value .__core-value-item .bg-maroon{border:2px solid #fe8585;background:#fe8585}#about-page .__core-value .__core-value-item .__value-list{display:flex;justify-content:start;height:280px}#about-page .__core-value .__core-value-item .__value-list .__left{height:250px;width:70%;overflow:hidden;display:flex;align-items:center;border-radius:1.5rem}#about-page .__core-value .__core-value-item .__value-list .__left .__icon{height:100%;width:40%;background-color:#222;display:flex;align-items:center;justify-content:center}#about-page .__core-value .__core-value-item .__value-list .__left .__icon img{width:100%;height:100%}#about-page .__core-value .__core-value-item .__value-list .__left .__title{padding:0 2rem}#about-page .__core-value .__core-value-item .__value-list .__left .__title h3{font-size:2.25rem;line-height:2.5rem;font-weight:700;margin-bottom:8px}#about-page .__core-value .__core-value-item .__value-list .__left .__title h4{margin-bottom:.5rem}#about-page .__core-value .__core-value-item .__value-list .__left .__title .__link{margin-bottom:.5rem;display:flex;align-items:center;color:#000}#about-page .__core-value .__core-value-item .__value-list .__left .__title .__link i{font-size:22px}#about-page .__core-value .__core-value-item .__value-list .__left .__title .__link span{font-weight:500}#about-page .__core-value .__core-value-item .__value-list .__left .__title p{font-size:1.125rem;line-height:1.75rem}#about-page .__core-value .__core-value-item .__value-list .__right{height:100%;display:flex;align-items:end}#about-page .__core-value .__core-value-item .__value-list .__right svg{position:relative;left:-50px;z-index:-1}#about-page .__core-value .__core-value-item .__value-list2{display:flex;justify-content:end;height:220px}#about-page .__core-value .__core-value-item .__value-list2 .__left{height:250px;width:70%;overflow:hidden;display:flex;align-items:center;border-radius:1.5rem}#about-page .__core-value .__core-value-item .__value-list2 .__left .__icon{height:100%;width:40%;background-color:#222;display:flex;align-items:center;justify-content:center}#about-page .__core-value .__core-value-item .__value-list2 .__left .__icon img{width:100%;height:100%}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title{padding:0 2rem}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title h3{font-size:2.25rem;line-height:2.5rem;font-weight:700;margin-bottom:8px}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title h4{margin-bottom:.5rem}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title .__link{margin-bottom:.5rem;display:flex;align-items:center;color:#000}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title .__link i{font-size:22px}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title .__link span{font-weight:500}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title p{font-size:1.125rem;line-height:1.75rem}#about-page .__core-value .__core-value-item .__value-list2 .__right{height:100%;display:flex;align-items:end}#about-page .__core-value .__core-value-item .__value-list2 .__right svg{position:relative;left:50px;z-index:-1}@media screen and (max-width: 768px){#about-page{overflow:hidden}#about-page .___banner-box{margin-top:10px}#about-page .___banner-box .__container-box{padding:10px}#about-page .___banner-box .__container-box .__box{flex-direction:column;gap:10px}#about-page .___banner-box .__container-box .__box .__left{width:100%}#about-page .___banner-box .__container-box .__box .__left .__banner img{height:200px}#about-page .___banner-box .__container-box .__box .__right{width:100%}#about-page .___banner-box .__container-box .__box .__right .__top{padding-bottom:10px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}#about-page .___banner-box .__container-box .__box .__right h1{margin-top:10px;font-size:24px;text-align:center}#about-page .___banner-box .__container-box .__box .__right p{text-align:center}#about-page .__about{display:flex;flex-direction:column;gap:30px}#about-page .__about .__left h1{font-size:24px;margin-bottom:1rem}#about-page .__about .__right img{width:100%;height:100%}#about-page .__core-value{margin-bottom:1rem}#about-page .__core-value .heading{margin-bottom:2rem}#about-page .__core-value .heading h1{font-size:24px}#about-page .__core-value .heading p{width:100%}#about-page .__core-value .__core-value-item .__value-list{height:100%}#about-page .__core-value .__core-value-item .__value-list .__left{width:100%;flex-direction:column;height:100%}#about-page .__core-value .__core-value-item .__value-list .__left .__icon{width:100%;height:350px}#about-page .__core-value .__core-value-item .__value-list .__left .__title{padding:10px}#about-page .__core-value .__core-value-item .__value-list .__left .__title h3{font-size:2rem}#about-page .__core-value .__core-value-item .__value-list .__right{display:none}#about-page .__core-value .__core-value-item .__value-list2{margin-top:1rem;height:100%}#about-page .__core-value .__core-value-item .__value-list2 .__left{width:100%;flex-direction:column;height:100%}#about-page .__core-value .__core-value-item .__value-list2 .__left .__icon{height:350px;width:100%}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title{padding:10px}#about-page .__core-value .__core-value-item .__value-list2 .__left .__title h3{font-size:2rem}#about-page .__core-value .__core-value-item .__value-list2 .__right{display:none}}#blog-details{background:#f6f8fc;min-height:100vh}.container{max-width:1000px;margin:auto;padding:0 20px}.loading{padding:60px;text-align:center;font-size:18px}.banner{position:relative;height:200px;border-radius:0 0 30px 30px;overflow:hidden;box-shadow:0 10px 25px #00000026}.banner img{width:100%;height:100%;object-fit:cover}.banner .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.banner .overlay h1{font-size:42px;font-weight:800;margin-bottom:5px}.banner .overlay h4{font-size:22px;font-weight:600}.breadcrumb{margin:25px 0;color:#777;font-size:14px;display:flex;gap:8px;align-items:center}.breadcrumb a{color:#4f46e5;text-decoration:none;font-weight:500}.breadcrumb .current{color:#333;font-weight:600}.blog-card{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:25px;padding:40px;box-shadow:0 15px 40px #00000014}.title{font-size:40px;font-weight:800;color:#312e81;margin-bottom:25px}.featured-image{width:100%;border-radius:18px;margin-bottom:25px;box-shadow:0 10px 25px #00000026;object-fit:cover;max-height:420px}.content{line-height:1.8;font-size:17px;color:#333}.content h1,.content h2,.content h3{margin-top:25px;color:#1e1b4b}.content p{margin:12px 0}.content ul,.content ol{padding-left:20px;margin:15px 0}.content img{max-width:100%;border-radius:12px;margin:20px auto;display:block}.content blockquote{border-left:4px solid #6366f1;padding-left:15px;color:#555;font-style:italic;margin:20px 0}.views{margin-top:25px;font-size:14px;color:#666;font-style:italic}@media (max-width: 768px){.banner{height:200px}.title{font-size:28px}.blog-card{padding:25px}}
