.__header{background-color:var(--white);left:0;position:fixed;top:0;width:100%;z-index:1001}.__header_scrolled{border-bottom:1px solid #d7d7d7;box-shadow:0 4px 4px 0 #6d6d6d33}.__header .__content{position:relative;width:100%}.__header .__content .__box{align-items:center;display:flex;justify-content:space-between;margin:auto;padding:1rem 0;width:90%}.__header .__content .__box .__col_A .__logo .__img_logo{width:80%}.__header .__content .__box .__col_B .__nav_h{display:none}.__header .__content .__box .__col_B .__btn{display:grid;height:40px;min-width:40px;place-items:center;width:40px}.__header .__content .__nav{background-color:var(--white);display:none;height:100vh;left:0;position:fixed;top:68px;transition:all .4s ease;width:100%;z-index:10001}.__header .__content .__nav--active{display:block;transition:all .4s ease}.__header .__content .__nav .__list_nav{display:flex;flex-direction:column;gap:1rem;margin:auto;padding-bottom:1rem;padding-top:1rem;width:90%}.__header .__content .__nav .__list_nav .__item_nav .__a_nav{display:block;padding:.8rem 0;width:100%}.__header .__content .__nav .__list_nav .__item_nav .__a_nav .__span_nav{color:var(--primary)}.__header .__content .__nav .__list_nav .__item_nav--active .__a_nav .__span_nav{color:var(--secondary);font-weight:700}.__header .__content .__nav .__list_nav .__item_nav_network{align-items:center;display:flex;gap:1rem;justify-content:center;width:100%}.__header .__content .__nav .__list_nav .__item_nav_network .__a_nav_network{background-color:var(--secondary);border-radius:100px;display:grid;height:40px;min-width:40px;place-items:center;width:40px}.__header .__content .__nav .__list_nav .__item_nav_network .__a_nav_network .tabler-icon{stroke-width:1.5;stroke:var(--white)}@media (min-width:1024px){.__header .__content .__box .__col_B .__nav_h{display:block}.__header .__content .__box .__col_B .__nav_h .__list_nav_h{align-items:center;display:flex;gap:1rem}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h .__a_nav_h{padding:.6rem .8rem}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h .__a_nav_h .__span_nav_h{color:var(--primary);font-size:.8rem}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h .__a_nav_h:hover .__span_nav_h{color:var(--secondary)}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h--active .__a_nav_h .__span_nav_h{color:var(--secondary);font-weight:700}.__header .__content .__box .__col_B .__btn{display:none}}@media (min-width:1440px){.__header .__content .__box .__col_A .__logo .__img_logo{width:40%}.__header .__content .__box .__col_B .__nav_h .__list_nav_h{align-items:center;display:flex;gap:1rem}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h .__a_nav_h{padding:.8rem 1rem}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h .__a_nav_h .__span_nav_h{color:var(--primary);font-size:.9rem}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h .__a_nav_h:hover .__span_nav_h{color:var(--secondary)}.__header .__content .__box .__col_B .__nav_h .__list_nav_h .__item_nav_h--active .__a_nav_h .__span_nav_h{color:var(--secondary);font-weight:700}}@media (min-width:2560px){.__header .__content .__box{width:60%}}.__main .__a_wh{background-color:#25d366;border-radius:100px;bottom:20px;display:grid;height:60px;min-width:60px;place-items:center;position:fixed;right:20px;width:60px;z-index:10001}.__main .__a_wh .tabler-icon{stroke-width:1.5;stroke:var(--white);height:32px;width:32px}@media (min-width:1024px){.__main .__a_wh{bottom:40px;right:40px}}.__footer{padding:1rem 0;width:100%}.__footer .__content_footer{background-color:var(--primary);border-radius:20px;display:grid;grid-template-areas:"col1 col1" "col2 col2" "col3 col3";grid-template-rows:1fr 1fr 100px;margin:auto;overflow:hidden;padding:1rem 2rem;width:90%}.__footer .__content_footer .__col_A{display:flex;flex-direction:column;grid-area:col1;justify-content:space-between;padding:2rem 0}.__footer .__content_footer .__col_A .__log a img{width:100%}.__footer .__content_footer .__col_A .__form{padding:0}.__footer .__content_footer .__col_A .__form .__form_group label{color:var(--white);display:block;font-size:.8rem;margin-bottom:.5rem}.__footer .__content_footer .__col_A .__form .__form_group .__form_control{background-color:#1d3041;border-radius:100px;height:50px;overflow:hidden;position:relative;width:100%}.__footer .__content_footer .__col_A .__form .__form_group .__form_control .__bnt{border-radius:100px;display:grid;height:40px;place-items:center;position:absolute;top:5px;width:40px}.__footer .__content_footer .__col_A .__form .__form_group .__form_control input{background:none;color:var(--white);height:inherit;padding:0 60px;width:100%}.__footer .__content_footer .__col_A .__form .__form_group .__form_control input::placeholder{color:#aeaeae}.__footer .__content_footer .__col_A .__form .__form_group .__form_control .__bnt_ico{background-color:var(--primary);left:5px}.__footer .__content_footer .__col_A .__form .__form_group .__form_control .__bnt_send{background-color:var(--secondary);right:5px}.__footer .__content_footer .__col_A .__form .__form_group .__form_control .__bnt .tabler-icon{stroke-width:1.5;stroke:var(--white)}.__footer .__content_footer .__col_A .__copy_ p{color:var(--white);font-size:.8rem}.__footer .__content_footer .__col_A .__copy_ p a{color:var(--white);font-weight:700}.__footer .__content_footer .__col_B{position:relative}.__footer .__content_footer .__col_B .__a_back{background-color:var(--white);border-radius:100px;bottom:-40px;display:none;height:80px;place-items:center;position:absolute;width:80px}.__footer .__content_footer .__col_B nav{display:flex;flex-direction:column;gap:1rem}.__footer .__content_footer .__col_B nav ul{width:100%}.__footer .__content_footer .__col_B nav ul li span{color:var(--white);display:block;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.__footer .__content_footer .__col_B nav ul .__sep{background-color:var(--secondary);border-radius:10px;height:6px;margin-bottom:1rem;width:20%}.__footer .__content_footer .__col_B nav ul li a{color:#dbdbdb;display:block;padding:.5rem 0 .5rem 1rem}.__footer .__content_footer .__col_B nav ul li a:hover{color:var(--white)}.__footer .__content_footer .__col_C{display:flex;flex-direction:column;justify-content:center}.__footer .__content_footer .__col_C ul{align-items:center;display:flex;flex-direction:column;gap:.5rem}.__footer .__content_footer .__col_C ul li a{background-color:var(--secondary);border-radius:100px;display:grid;height:40px;place-items:center;width:40px}.__footer .__content_footer .__col_C ul li a .tabler-icon{stroke:var(--white);stroke-width:1.5}@media (min-width:1024px){.__footer .__content_footer{background-color:var(--primary);border-radius:20px;display:grid;grid-template-areas:"col1 col2 col3";grid-template-columns:1fr 1fr 100px;grid-template-rows:1fr;margin:auto;overflow:hidden;padding:1rem 2rem;width:80%}.__footer .__content_footer .__col_A .__log a img{width:50%}.__footer .__content_footer .__col_A .__form{padding:2rem 0}.__footer .__content_footer .__col_A .__form .__form_group .__form_control{width:60%}.__footer .__content_footer .__col_B nav{flex-direction:row}.__footer .__content_footer .__col_B .__a_back{display:grid}}.__section_about{overflow:hidden;padding:4rem 0 2rem;position:relative}.__section_about .__cen_cirl{position:absolute;width:100%}.__section_about .__cen_cirl .__circle_ext{border:1px solid #b3b3b3;border-radius:100%;display:grid;height:1200px;margin:auto;place-items:center;position:relative;width:1200px}.__section_about .__cen_cirl .__circle_ext .__photo_abo{box-shadow:0 8px 16px 8px #cdcdcd33;display:none;transition:background-image .5s ease-in-out}.__section_about .__cen_cirl .__circle_ext .__photo_1{left:-40px;top:50px;transform:rotate(4deg)}.__section_about .__cen_cirl .__circle_ext .__photo_1,.__section_about .__cen_cirl .__circle_ext .__photo_2{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;height:150px;overflow:hidden;position:absolute;width:250px}.__section_about .__cen_cirl .__circle_ext .__photo_2{right:-40px;top:200px;transform:rotate(-4deg)}.__section_about .__cen_cirl .__circle_ext .__photo_abo img{display:none}.__section_about .__cen_cirl .__circle_ext .__circle_int{border:1px solid #b3b3b3;border-radius:100%;height:800px;margin:auto;position:relative;width:800px}.__section_about .__wrp_title{align-items:center;display:flex;height:500px;justify-content:center}.__section_about .__wrp_title .__cyn_ttl .__bad_ttl{display:flex;justify-content:center;margin-bottom:1rem;width:100%}.__section_about .__wrp_title .__cyn_ttl .__bad_ttl p{background-color:#f3f7fa;border-radius:100px;color:#0a94fd;display:inline-block;font-weight:500;padding:.9rem 1rem}.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl{position:relative}.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl h1{font-size:3rem;position:relative;text-align:center;transform:rotate(-4deg)}.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl h1 p .__span_light{color:#b3b3b3;font-weight:200}.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl h1 p .__span_regular_1{color:var(--primary)}.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl h1 p .__span_regular{color:var(--secondary)}.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl h1 .__trazo{bottom:-20px;position:absolute;right:-20px;transform:rotate(180deg);width:60%}@media (min-width:1024px){.__section_about .__cen_cirl .__circle_ext .__photo_abo{display:block}.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl h1 .__trazo{bottom:0;right:-80px}}@media (min-width:1440px){.__section_about .__wrp_title .__cyn_ttl .__ttx_ttl h1{font-size:4rem}}.__section_about_{overflow:hidden;padding:0 0 2rem;position:relative}.__section_about_ .__bento_grd{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);height:450px;margin:auto;width:90%}.__section_about_ .__bento_grd .__itm_grd{background-color:#444;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;overflow:hidden;transition:background-image .5s ease-in-out}.__section_about_ .__bento_grd .__itm_grd img{display:none;transition:background-image .5s ease-in-out}.__section_about_ .__bento_grd .__itm_grd_4{grid-column:1/span 4;grid-row:4/span 4}.__section_about_ .__bento_grd .__itm_grd_3{grid-column:3/span 2;grid-row:1/span 2}.__section_about_ .__bento_grd .__itm_grd_2{grid-column:3/span 2;grid-row:3/span 1}.__section_about_ .__bento_grd .__itm_grd_1{grid-column:1/span 2;grid-row:1/span 3}@media (min-width:1024px){.__section_about_ .__bento_grd .__itm_grd_4{grid-column:3/span 2;grid-row:1/span 4}.__section_about_ .__bento_grd .__itm_grd_3{grid-column:2;grid-row:1/span 2}.__section_about_ .__bento_grd .__itm_grd_2{grid-column:2;grid-row:3/span 2}.__section_about_ .__bento_grd .__itm_grd_1{grid-column:1;grid-row:1/span 4}}.__section_blog{overflow:hidden;padding:4rem 0;position:relative}.__title{align-items:center;display:flex;justify-content:space-between;margin:auto;width:80%}.__title h2 .__title_txt_1{font-size:2rem}.__title h2 .__title_txt_2{font-size:3rem}.__title .__controls_slide{display:none}.__section_blog .__gride_blog,.__section_blog .__slide_blog{margin:auto;padding:4rem 0;width:80%}.__section_blog .__gride_blog{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}@media (min-width:1024px){.__title h2 .__title_txt_1{font-size:3rem}.__title h2 .__title_txt_2{font-size:5rem}.__title .__controls_slide{align-items:center;display:flex;gap:2rem}.__title .__controls_slide .__btn_slide{background-color:var(--bg-secondary);border-radius:100px;display:grid;padding:.8rem 2rem;place-items:center}.__title .__controls_slide .__btn_slide .tabler-icon{stroke:var(--secondary)}}.__card_blog{cursor:pointer;transition:all .4s ease}.__card_blog:hover{transform:translateY(-15px);transition:all .4s ease}.__card_blog .__card_blog_img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;height:250px;position:relative;width:100%}.__card_blog .__card_blog_img .__a_btn_go{background-color:var(--white);border-radius:100px;display:grid;height:60px;place-items:center;position:absolute;right:20px;top:20px;width:60px}.__card_blog .__card_blog_img img{display:none}.__card_blog .__card_blog_img .__badge_time{background-color:var(--white);border-radius:100px;bottom:20px;font-size:.8rem;left:20px;padding:.5rem .8rem;position:absolute}.__card_blog .__card_blog_txt{padding:.8rem}.__card_blog .__card_blog_txt h3{color:var(--primary);font-weight:700;margin-bottom:.8rem}.__card_blog .__card_blog_txt .__text{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#b3b3b3;display:-webkit-box;font-size:.8rem;line-height:1.5rem;max-height:100px;overflow:hidden;text-align:justify;text-overflow:ellipsis}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.__section_clients{overflow:hidden;padding:4rem 0;position:relative}.__section_clients .__title{align-items:center;display:flex;justify-content:space-between;margin:auto;width:80%}.__title h2{position:relative;transform:rotate(-4deg)}.__title h2 .__title_txt_1{color:#b3b3b3;font-size:3rem;font-weight:200}.__title h2 .__title_txt_2{color:var(--secondary);font-size:5rem}.__title h2 .__trz{position:absolute;right:-60px;top:-20px;transform:rotate(45deg)}.__slide_clients{margin:auto;padding:4rem 0;width:80%}.__slide_clients .__card_clients{background-color:#b3b3b3;border:1px solid #e9e9e9;border-radius:10px;display:grid;height:250px;overflow:hidden;place-items:center;width:100%}.__slide_clients .__card_clients img{margin:auto;width:100%}.__section_contact{overflow:hidden;padding:4rem 0;position:relative}.__section_contact .__square{background-color:var(--secondary);border-radius:30px;margin:auto;padding:2rem;position:relative;width:90%}.__section_contact .__square .__badge_title_1{left:0;position:absolute;text-align:center;top:-50px;width:100%}.__section_contact .__square .__badge_title_1 h2{background-color:var(--white);border-radius:20px;display:inline-block;padding:0 2rem;transform:rotate(-4deg)}.__section_contact .__square .__badge_title_1 h2 .__txt_1{color:#b3b3b3;font-size:1.5rem;font-weight:200}.__section_contact .__square .__badge_title_1 h2 .__txt_2{color:var(--secondary);font-size:3rem}.__section_contact .__form{margin:auto;padding:4rem 0;width:100%}.__section_contact .__form .__expl_p{color:#f2f0f5;margin-bottom:1rem;text-align:center}.__section_contact .__form .__form_group{margin-bottom:1rem;width:100%}.__section_contact .__form .__form_flex{align-items:center;display:flex;flex-direction:column;gap:2rem}.__section_contact .__form .__form_group .__form_control{width:100%}.__section_contact .__form .__form_group .__form_control .__label{color:#eee;display:block;font-size:.8rem;margin-bottom:.5rem}.__section_contact .__form .__form_group .__form_control .__control{background-color:var(--white);border-radius:100px;height:60px;position:relative;width:100%}.__section_contact .__form .__form_group .__form_control .__control .__icon{display:grid;height:60px;left:0;place-items:center;position:absolute;top:0;width:60px}.__section_contact .__form .__form_group .__form_control .__control .__entry{background:none;border-radius:inherit;height:inherit;padding:0 2rem 0 60px;width:100%}.__section_contact .__form .__form_group .__form_control .__entry_box{border-radius:20px;max-height:200px;min-height:100px;padding:1rem;resize:none;width:100%}.__section_contact .__square .__badge_title_2{bottom:-20px;left:0;position:absolute;text-align:center;width:100%}.__section_contact .__square .__badge_title_2 .__btn_send{background-color:var(--primary);border:4px solid var(--white);border-radius:100px;color:var(--white);font-size:1.2rem;font-weight:500;padding:1.5rem 4rem}@media (min-width:1024px){.__section_contact .__square{width:80%}.__section_contact .__square .__badge_title_1 h2 .__txt_1{font-size:2rem}.__section_contact .__square .__badge_title_1 h2 .__txt_2{font-size:4rem}.__section_contact .__form{width:60%}.__section_contact .__form .__form_flex{flex-direction:row}.__section_contact .__form .__form_group .__form_control .__entry_box{min-height:150px}}.__section_hero{padding:2rem 0}.__section_hero .__content_hero{border-radius:30px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);height:550px;margin:auto;overflow:hidden;position:relative;width:90%}.__section_hero .__content_hero:before{background-position:50%;background-size:cover;content:"";height:100%;left:0;position:absolute;top:0;transition:all .4s ease;width:100%;z-index:-1}.__section_hero .__content_hero_1:before{background-image:url(/static/media/banner1.ccd433522145adc48250.jpg)}.__section_hero .__content_hero_2:before{background-image:url(/static/media/banner2.9c2e50be924b6af4bebb.jpg)}.__section_hero .__content_hero_3:before{background-image:url(/static/media/banner3.ac2d2164dd1a6c3de022.jpg)}.__section_hero .__content_hero .__img_banner{display:none}.__section_hero .__content_hero .__bento{position:relative}.__section_hero .__content_hero .__bento_gd_1{align-items:center;background-color:var(--white);border-bottom-right-radius:30px;display:flex;grid-column:1/span 2;grid-row:1}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1{display:flex;flex-direction:column}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_scondt{font-weight:300}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_accentued{color:var(--secondary);font-size:3rem;font-weight:700;transform:rotate(2deg)}.__section_hero .__content_hero .__bento_gd_2{display:none}.__section_hero .__content_hero .__bento_gd_3{align-items:center;background-color:var(--white);border-bottom-right-radius:30px;display:flex;grid-column:1;grid-row:2}.__section_hero .__content_hero .__bento_gd_3 h1{display:flex;flex-direction:column}.__section_hero .__content_hero .__bento_gd_3 h1 .__text_scondt{font-weight:300}.__section_hero .__content_hero .__bento_gd_3 .__text_primary h1 .__text_accentued{color:var(--secondary);font-size:3rem;font-weight:700;transform:rotate(-2deg)}.__section_hero .__content_hero .__bento_gd_4{grid-column:2;grid-row:2}.__section_hero .__content_hero .__bento_gd_4 .__rounded_bottom_left{display:none}.__section_hero .__content_hero .__bento_gd_5{align-items:center;background-color:var(--white);border-top-left-radius:30px;display:flex;grid-column:2;grid-row:4;padding:0 .5rem}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__content_badge .__ico{display:grid;height:30px;min-width:30px;place-items:center;width:30px}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__content_badge .__txt p{font-size:.9rem;font-weight:700}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__btn_primary{background-color:var(--primary);border-radius:100px;color:var(--white);display:grid;padding:.5rem 1rem;place-content:center}.__section_hero .__content_hero .__bento_gd_6{display:none}.__rounded{position:absolute}.__rounded_top_left{left:0;top:0}.__rounded_top_right{right:0;top:0}.__rounded_bottom_left{bottom:0;left:0}.__rounded_bottom_right{bottom:0;right:0}@media (min-width:768px){.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1{align-items:center;flex-direction:row;gap:.4rem}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_scondt{font-size:2.4rem;font-weight:300}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_accentued{color:var(--secondary);font-size:4rem;font-weight:700;transform:rotate(2deg)}.__section_hero .__content_hero .__bento_gd_3{justify-content:center}.__section_hero .__content_hero .__bento_gd_3 h1{flex-direction:column}.__section_hero .__content_hero .__bento_gd_3 h1 .__text_scondt{font-weight:300}.__section_hero .__content_hero .__bento_gd_3 .__text_primary h1 .__text_accentued{font-size:5rem}.__section_hero .__content_hero .__bento_gd_5 .__badge_info{display:flex;flex-direction:row;justify-content:space-between;width:100%}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__content_badge .__ico{display:grid;height:40px;min-width:40px;place-items:center;width:40px}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__content_badge .__txt{font-size:.9rem}}@media (min-width:1024px){.__section_hero .__content_hero{border-radius:30px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(6,1fr);height:550px;margin:auto;overflow:hidden;position:relative;width:90%}.__section_hero .__content_hero .__bento_gd_1{align-items:center;background-color:var(--white);border-radius:30px 0 30px 0;display:flex;grid-column:1/span 2;grid-row:1;padding:0 2rem}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1{align-items:center;display:flex;gap:.8rem;-webkit-user-select:none;user-select:none}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_scondt{font-size:30px;font-weight:300}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_accentued{color:var(--secondary);font-size:54px;font-weight:700;transform:rotate(4deg)}.__section_hero .__content_hero .__bento_gd_2{background-color:initial;border-radius:0 30px 30px 0;grid-column:3;grid-row:1/span 6}.__section_hero .__content_hero .__bento_gd_2 .__controls{display:flex;gap:1rem;position:absolute;right:20px;top:20px}.__section_hero .__content_hero .__bento_gd_2 .__controls .__btn{background-color:var(--white);border-radius:100px;display:grid;height:60px;min-width:60px;place-items:center;width:60px}.__section_hero .__content_hero .__bento_gd_3{background-color:var(--white);border-radius:0 0 30px 0;display:flex;grid-column:1;grid-row:2/span 1;justify-content:center;padding:0 2rem}.__section_hero .__content_hero .__bento_gd_3 .__text_primary h1{align-items:center;display:flex;gap:.8rem;-webkit-user-select:none;user-select:none}.__section_hero .__content_hero .__bento_gd_3 .__text_primary h1 p{color:var(--secondary);font-size:54px;font-weight:700;transform:rotate(-4deg)}.__section_hero .__content_hero .__bento_gd_4{background-color:initial;border-radius:30px 0 0 30px;grid-column:1;grid-row:3/span 3}.__section_hero .__content_hero .__bento_gd_5{align-items:center;background-color:var(--white);border-radius:0 30px 0 0;display:flex;grid-column:1;grid-row:6/span 4;padding:0 1rem}.__section_hero .__content_hero .__bento_gd_5 .__badge_info{align-items:center;display:flex;justify-content:space-between;width:100%}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__content_badge{display:flex;gap:1rem}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__content_badge .__ico{display:grid;height:40px;min-width:40px;place-items:center;width:40px}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__content_badge .__txt{color:var(--primary);font-weight:700}.__section_hero .__content_hero .__bento_gd_5 .__badge_info .__btn_primary{background-color:var(--primary);border-radius:100px;color:var(--white);display:grid;font-weight:700;height:50px;padding:0 1rem;place-items:center}.__section_hero .__content_hero .__bento_gd_6{background-color:initial;grid-column:2;grid-row:2/span 5}}@media (min-width:1440px){.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_scondt{font-size:50px}.__section_hero .__content_hero .__bento_gd_1 .__text_primary h1 .__text_accentued,.__section_hero .__content_hero .__bento_gd_3 .__text_primary h1 p{font-size:64px}}@media (min-width:2560px){.__section_hero .__content_hero{width:60%}}.__section_mision{overflow:hidden;padding:4rem 0;position:relative}.__section_mision .__content_section{align-items:center;display:flex;flex-direction:column;gap:4rem;justify-content:center;margin:auto;width:90%}.__section_mision .__content_section .__slid{position:relative;width:90%}.__section_mision .__content_section .__slid .__view_h2{background-color:var(--primary);border:4px solid var(--white);border-radius:100px;color:var(--white);cursor:pointer;display:grid;height:50px;padding:0 1rem;place-items:center;position:absolute;transform:rotate(-15deg);transition:all .3s ease}.__section_mision .__content_section .__slid .__view_h2_1{bottom:190px;left:60px}.__section_mision .__content_section .__slid .__view_h2_2{bottom:140px;left:40px}.__section_mision .__content_section .__slid .__view_h2_3{bottom:90px;left:20px}.__section_mision .__content_section .__slid .__view_h2_4{bottom:40px}.__section_mision .__content_section .__slid .__view_h2--active{background-color:var(--secondary);transition:all .3s ease}.__section_mision .__content_section .__slid .__figure{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);height:450px}.__section_mision .__content_section .__slid .__figure .__figure_itm{padding:20px}.__section_mision .__content_section .__slid .__figure .__figure_itm_1{grid-column:1;grid-row:1/span 2}.__section_mision .__content_section .__slid .__figure .__figure_itm_2{background-color:#fff;border-top-right-radius:20px;grid-column:1;grid-row:3/span 2}.__section_mision .__content_section .__slid .__figure .__figure_itm_3{grid-column:2;grid-row:1/span 4}.__section_mision .__content_section .__slid .__figure .__figure_itm_4{border-bottom-right-radius:20px;border-top-right-radius:20px;grid-column:3/span 2;grid-row:1/span 4;overflow:hidden}.__section_mision .__content_section .__wrp_msn{width:90%}.__section_mision .__content_section .__wrp_msn .__line{background-color:var(--secondary);border-radius:10px;height:5px;margin-bottom:.5rem;min-height:5px;width:10%}.__section_mision .__content_section .__wrp_msn h2{margin-bottom:1rem}.__section_mision .__content_section .__wrp_msn h2 .__p_1{color:#b3b3b3;font-size:2.5rem;font-weight:200}.__section_mision .__content_section .__wrp_msn h2 .__p_2{font-size:4rem}.__section_mision .__content_section .__wrp_msn .__contn_msn{color:#858585;font-size:.9rem;line-height:1.5rem;text-align:justify}@media (min-width:1024px){.__section_mision .__content_section{align-items:center;display:flex;flex-direction:row;gap:4rem;justify-content:center;margin:auto;width:90%}.__section_mision .__content_section .__slid{position:relative;width:40%}.__section_mision .__content_section .__wrp_msn{width:40%}}.__section_works{overflow:hidden;padding:4rem 0;position:relative}.__section_works .__content_section{margin:auto;width:90%}.__section_works .__content_section .__row_A{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:auto;width:80%}.__section_works .__content_section .__row_A .__col_a h2{transform:rotate(-4deg)}.__section_works .__content_section .__row_A .__col_a h2 .__xtx_1{font-size:2rem;font-weight:200}.__section_works .__content_section .__row_A .__col_a h2 .__xtx_2{color:var(--primary);font-size:3rem;font-weight:800}.__section_works .__content_section .__row_A .__col_a h2 .__xtx_3{color:var(--secondary);font-size:4rem;font-weight:700}.__section_works .__content_section .__row_A .__col_p{width:100%}.__section_works .__content_section .__row_A .__col_p p{color:#b3b3b3;line-height:1.8rem;text-align:justify}.__section_works .__content_section .__row_A .__col_p .__controls{align-items:center;display:flex;justify-content:space-between;padding:2rem 0;width:100%}.__section_works .__content_section .__row_A .__col_p .__controls .__bar_progress{background-color:#b3b3b3;border-radius:100px;display:none;height:20px;overflow:hidden;transition:all .4s ease;width:50%}.__section_works .__content_section .__row_A .__col_p .__controls .__bar_progress .__bar_completed{background-color:var(--secondary);height:inherit;transition:all .4s ease}.__section_works .__content_section .__row_A .__col_p .__controls .__bar_progress .__bar_completed_10{width:20%}.__section_works .__content_section .__row_A .__col_p .__controls .__bar_progress .__bar_completed_20{width:60%}.__section_works .__content_section .__row_A .__col_p .__controls .__bar_progress .__bar_completed_30{width:100%}.__section_works .__content_section .__row_A .__col_p .__controls .__controls_progress{display:flex;gap:1rem}.__section_works .__content_section .__row_A .__col_p .__controls .__controls_progress .__btn_event{background-color:var(--bg-secondary);border-radius:100px;display:grid;height:40px;padding:0 2rem;place-items:center}.__section_works .__content_section .__row_A .__col_p .__controls .__controls_progress .__btn_event_desactive{background-color:#b3b3b366}.__section_works .__content_section .__row_A .__col_p .__controls .__controls_progress .__btn_event .tabler-icon{stroke:var(--secondary)}.__section_works .__content_section .__row_A .__col_p .__controls .__controls_progress .__btn_event_desactive .tabler-icon{stroke:#b3b3b3}.__section_works .__content_section .__row_B{align-items:center;display:flex;flex-direction:column;gap:3rem;margin:auto;padding:4rem 0;width:100%}.__section_works .__content_section .__row_B_grd{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin:auto;width:100%}.__section_works .__content_section .__row_B .__card_work{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;height:450px;overflow:hidden;transform:translateY(0);transition:all .3s ease;width:100%}.__section_works .__content_section .__row_B .__card_work--active{transform:translateY(-20px);transition:all .3s ease}.__section_works .__content_section .__row_B .__card_work img{display:none}.__section_works .__content_section .__row_B .__card_work .__a_card_work{background:linear-gradient(180deg,#fff3,#041b2e);display:block;height:100%;padding:2rem;position:relative;width:100%}.__section_works .__content_section .__row_B .__card_work .__a_card_work .__go{background-color:var(--white);border-radius:100px;display:grid;height:60px;place-items:center;position:absolute;right:10px;top:10px;width:60px}.__section_works .__content_section .__row_B .__card_work .__a_card_work .__description{bottom:20px;left:10px;position:absolute}.__section_works .__content_section .__row_B .__card_work .__a_card_work .__description h3{color:var(--white);font-size:1.5rem;font-weight:800}.__section_works .__content_section .__row_B .__card_work .__a_card_work .__description .__line{background-color:var(--secondary);border-radius:100px;height:5px;margin:.8rem 0;width:10%}.__section_works .__content_section .__row_B .__card_work .__a_card_work .__description p{color:var(--white);font-size:.8rem;line-height:1.5rem}.__section_works .__content_section .__row_C{display:grid;place-items:center}.__section_works .__content_section .__row_C .__a_link_more{background-color:var(--secondary);border-radius:100px;color:var(--white);display:inline-block;padding:.8rem 1rem}@media (min-width:1024px){.__section_works .__content_section .__row_A{flex-direction:row}.__section_works .__content_section .__row_A .__col_p{width:60%}.__section_works .__content_section .__row_A .__col_p .__controls .__bar_progress{display:block}.__section_works .__content_section .__row_B{flex-direction:row;width:80%}}.__section{width:100%}.__lines_separare{background-image:url(/static/media/lines.3cc5ea3e38c344257fe7.svg);background-position:50%;background-repeat:repeat-x;background-size:contain;height:20px;margin-bottom:2rem;width:100%}.__section_location{overflow:hidden;padding:4rem 0;position:relative}.__section_location .__content_section{align-items:center;display:flex;flex-direction:column;gap:4rem;justify-content:center;margin:auto;width:90%}.__section_location .__content_section .__maps{background-color:#b3b3b3;height:450px;position:relative;width:100%}.__section_location .__content_section .__wrp_mps{width:100%}.__section_location .__content_section .__wrp_mps .__line{background-color:var(--secondary);border-radius:10px;height:5px;margin-bottom:.5rem;min-height:5px;width:10%}.__section_location .__content_section .__wrp_mps h2{margin-bottom:1rem}.__section_location .__content_section .__wrp_mps h2 .__p_1{color:#b3b3b3;font-size:2.5rem;font-weight:200}.__section_location .__content_section .__wrp_mps h2 .__p_2{font-size:4rem}.__section_location .__content_section .__wrp_mps .__contn_msn ul{display:flex;flex-direction:column;gap:1rem}.__section_location .__content_section .__wrp_mps .__contn_msn ul li a{align-items:center;display:flex;gap:1rem}.__section_location .__content_section .__wrp_mps .__contn_msn ul li a .__ico{background-color:var(--secondary);border-radius:100px;display:grid;height:45px;place-items:center;width:45px}.__section_location .__content_section .__wrp_mps .__contn_msn ul li a .__ico .tabler-icon{stroke:var(--white);stroke-width:1.5}.__section_location .__content_section .__wrp_mps .__contn_msn ul li a div .__p_scd{color:#b3b3b3;font-size:.8rem}.__section_location .__content_section .__wrp_mps .__contn_msn ul li a div .__p_pmy{color:var(--primary)}@media (min-width:1024px){.__section_location .__content_section{flex-direction:row}.__section_location .__content_section .__maps,.__section_location .__content_section .__wrp_mps{width:40%}}.__section_question{overflow:hidden;padding:4rem 0;position:relative}.__section_question .__title h2 .__title_txt_1{font-size:2rem}.__section_question .__title h2 .__title_txt_2{font-size:3rem}.__section_question .__ctn{margin:auto;padding:2rem 0;width:90%}.__section_question .__ctn .__table{margin:auto;-webkit-user-select:none;user-select:none;width:100%}.__section_question .__ctn .__table .__table_row{background-color:#f6f6f6;border-radius:10px;margin-bottom:1rem;padding:.5rem;transition:all .3s ease}.__section_question .__ctn .__table .__table_row .__table_title{align-items:center;background-color:#fff;border-radius:5px;color:var(--ribbon-700);cursor:pointer;display:flex;justify-content:space-between;padding:1rem;width:100%}.__section_question .__ctn .__table .__table_row .__table_title h3{color:var(--secondary)}.__section_question .__ctn .__table .__table_row .__table_texts{padding:1rem;transition:all .3s ease}.__section_question .__ctn .__table .__table_row .__table_texts p{font-size:.9rem;line-height:28px}@media (min-width:1024px){.__section_question .__title h2 .__title_txt_1{font-size:3rem}.__section_question .__title h2 .__title_txt_2{font-size:5rem}.__section_question .__ctn{margin:auto;padding:2rem 0;width:80%}.__section_question .__ctn .__table{margin:auto;-webkit-user-select:none;user-select:none;width:60%}}.__content_error{background-color:var(--primary);display:grid;height:100vh;place-items:center;position:relative;width:100%}.__content_error .__img_logo{display:none;width:30%}.__content_error .__ctn{text-align:center}.__content_error .__ctn h1,.__content_error .__ctn h4,.__content_error .__ctn p{color:var(--white)}.__content_error .__ctn h4{font-size:2rem}.__content_error .__ctn h1{font-size:5rem}.__content_error .__ctn p{color:#888}.__content_error .__a_btn{background-color:var(--secondary);border-radius:10px;color:var(--white);display:inline-block;margin-top:2rem;padding:1rem 2rem}:root{--primary:#041b2e;--secondary:#172bde;--bg-secondary:#172bde66;--white:#fff;--font-family:"SUSE",sans-serif}*{box-sizing:border-box;font-family:var(--font-family);margin:0;padding:0}html{scroll-behavior:smooth}input,select,textarea{border:none;font-family:var(--font-family);outline:none}li,ol,ul{list-style:none}label{-webkit-user-select:none;user-select:none}button{background:none;border:none;cursor:pointer;outline:none}img{height:100%;width:100%}a{text-decoration:none}body::-webkit-scrollbar{height:8px;width:8px}body::-webkit-scrollbar-thumb{background:#041b2e;border-radius:4px}body::-webkit-scrollbar-thumb:hover{background:#041b2ecc;box-shadow:0 0 2px 1px #0003}body::-webkit-scrollbar-thumb:active{background-color:#041b2ecc}body::-webkit-scrollbar-track{background:#041b2e66;border-radius:4px}.body::-webkit-scrollbar-track:active,.body::-webkit-scrollbar-track:hover{background:#041b2e66}.__section_services{overflow:hidden;padding:4rem 0;position:relative}.__section_services .__title h2 .__title_txt_1{font-size:2rem}.__section_services .__title h2 .__title_txt_2{font-size:3rem}.__section_services .__contnt{margin:auto;padding:2rem 0;width:80%}.__section_services .__contnt .__row{display:flex;gap:2rem;justify-content:space-between;padding:2rem 0;width:100%}.__section_services .__contnt .__row_ltr,.__section_services .__contnt .__row_rtl{flex-direction:column}.__section_services .__contnt .__row .__imgs{position:relative}.__section_services .__contnt .__row .__imgs .__fig{border-radius:20px;overflow:hidden;transform:rotate(-4deg)}.__section_services .__contnt .__row .__text h2{margin-bottom:2rem}.__section_services .__contnt .__row .__text h2 .__txt_p_1{color:#b3b3b3;font-size:1.5rem;font-weight:200}.__section_services .__contnt .__row .__text h2 .__txt_p_2{color:var(--secondary);font-size:2.5rem}.__section_services .__contnt .__row .__text .__xtx{color:#888;font-size:1rem;line-height:28px;width:100%}@media (min-width:1024px){.__section_services .__title h2 .__title_txt_1{font-size:3rem}.__section_services .__title h2 .__title_txt_2{font-size:5rem}.__section_services .__contnt .__row_ltr{flex-direction:row}.__section_services .__contnt .__row_rtl{flex-direction:row-reverse}.__section_services .__contnt .__row .__imgs .__fig{background-color:#f2f0f5;height:250px;width:350px}.__section_services .__contnt .__row .__text h2 .__txt_p_1{color:#b3b3b3;font-size:2rem;font-weight:200}.__section_services .__contnt .__row .__text h2 .__txt_p_2{color:var(--secondary);font-size:3rem}.__section_services .__contnt .__row .__text .__xtx{color:#888;font-size:1rem;line-height:28px;width:70%}}.__section_articles{overflow:hidden;padding:4rem 0;position:relative}.__section_articles .__content_section{display:flex;flex-direction:column-reverse;gap:4rem;justify-content:center;margin:auto;width:90%}.__section_articles .__content_section .__images{display:flex;flex-direction:row;gap:1rem;width:100%}.__section_articles .__content_section .__content_blog{width:100%}.__section_articles .__content_section .__content_blog .__line{background-color:var(--secondary);border-radius:10px;height:5px;margin-bottom:.5rem;min-height:5px;width:10%}.__section_articles .__content_section .__content_blog h2{margin-bottom:1rem}.__section_articles .__content_section .__content_blog h2 .__p_1{color:#b3b3b3;font-size:2rem;font-weight:200}.__section_articles .__content_section .__content_blog h2 .__p_2{font-size:3rem}.__section_articles .__content_section .__content_blog .__article .__share_on{margin-top:2rem}.__section_articles .__content_section .__content_blog .__article .__share_on .__share{align-items:center;display:flex;gap:1rem}.__section_articles .__content_section .__content_blog .__article .__share_on .__share ul{align-items:center;display:flex;flex-direction:row;gap:1rem}.__section_articles .__content_section .__content_blog .__article .__share_on .__share ul li a{background-color:var(--secondary);border-radius:100px;display:grid;height:45px;place-items:center;width:45px}.__section_articles .__content_section .__content_blog .__article .__share_on .__share ul li a .tabler-icon{stroke:#fff;stroke-width:1.5}@media (min-width:1024px){.__section_articles .__content_section{flex-direction:row}.__section_articles .__content_section .__images{flex-direction:column;width:40%}.__section_articles .__content_section .__content_blog{width:40%}.__section_articles .__content_section .__content_blog .__article .__share_on .__share{align-items:center;display:flex;gap:1rem}.__section_articles .__content_section .__content_blog .__article .__share_on .__share ul{flex-direction:row}}.__section_project{overflow:hidden;padding:4rem 0;position:relative}.__section_project .__content_section{display:flex;flex-direction:column-reverse;gap:4rem;justify-content:center;margin:auto;width:90%}.__section_project .__content_section .__images{display:flex;flex-direction:row;gap:1rem;width:100%}.my-masonry-grid{display:flex;margin-left:-30px;width:auto}.my-masonry-grid_column{background-clip:padding-box;padding-left:30px}.my-masonry-grid_column>div{margin-bottom:30px}.__section_project .__content_section .__images .__img{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;height:300px;width:100%}.__section_project .__content_section .__content_blog{width:100%}.__section_project .__content_section .__content_blog .__line{background-color:var(--secondary);border-radius:10px;height:5px;margin-bottom:.5rem;min-height:5px;width:10%}.__section_project .__content_section .__content_blog h2{margin-bottom:1rem}.__section_project .__content_section .__content_blog h2 .__p_1{color:#b3b3b3;font-size:2rem;font-weight:200}.__section_project .__content_section .__content_blog h2 .__p_2{font-size:3rem}#contentBlog ul{padding-left:1.5rem}#contentBlog ul li{list-style:disc}.__section_project .__content_section .__content_blog .__article .__share_on{margin-top:2rem}.__section_project .__content_section .__content_blog .__article .__share_on .__share{align-items:center;display:flex;gap:1rem}.__section_project .__content_section .__content_blog .__article .__share_on .__share ul{align-items:center;display:flex;flex-direction:row;gap:1rem}.__section_project .__content_section .__content_blog .__article .__share_on .__share ul li a{background-color:var(--secondary);border-radius:100px;display:grid;height:45px;place-items:center;width:45px}.__section_project .__content_section .__content_blog .__article .__share_on .__share ul li a .tabler-icon{stroke:#fff;stroke-width:1.5}@media (min-width:1024px){.__section_project .__content_section{flex-direction:row}.__section_project .__content_section .__images{flex-direction:column;width:40%}.__section_project .__content_section .__content_blog{width:40%}.__section_project .__content_section .__content_blog .__article .__share_on .__share{align-items:center;display:flex;gap:1rem}.__section_project .__content_section .__content_blog .__article .__share_on .__share ul{flex-direction:row}}@media (min-width:2560px){.__section_project .__content_section{width:60%}}
/*# sourceMappingURL=main.d2997209.css.map*/