:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0;padding:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
._loader-module-scss-module__D1lk3q__containerLoader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._loader-module-scss-module__D1lk3q__loader{aspect-ratio:1;border:4px dashed #e24b21;border-radius:100%;width:100%;animation:3s linear infinite _loader-module-scss-module__D1lk3q__spin}@keyframes _loader-module-scss-module__D1lk3q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
._homePage-module-scss-module__QwNIpG__rectStatContainer{width:100%;height:100%;position:relative}._homePage-module-scss-module__QwNIpG__wrapperHome{justify-content:center;width:100%;height:100vh;display:flex;position:relative}
._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__titleH2Hello{text-shadow:1px 1px 1.5px #00000065;color:#fbfbfb;font-size:clamp(1.25rem,2.4vw,1.75rem);font-style:normal;font-weight:400;line-height:normal;text-decoration:none}._header-module-scss-module__PaCnIq__header{grid-template-rows:30% 15% 45% 10%;grid-template-columns:10% 30% 50% 10%;width:90%;height:90vh;display:grid;position:absolute;top:5vh}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__logoContainer{aspect-ratio:3/2;z-index:1500;background:0 0;grid-area:1/2/3/3;justify-content:center;place-self:center flex-end;align-items:center;width:100%;min-width:200px;display:flex;position:relative}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__logoContainer ._header-module-scss-module__PaCnIq__wrapLogo{justify-content:center;width:80%;height:auto;display:flex;position:absolute}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__logoContainer ._header-module-scss-module__PaCnIq__wrapLogo svg{overflow:visible}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__titleH2Hello{opacity:0;text-align:center;z-index:50000;grid-area:1/3/2/4;place-self:flex-end center;width:fit-content;height:fit-content;animation:1s 1.3s forwards _header-module-scss-module__PaCnIq__hello}@keyframes _header-module-scss-module__PaCnIq__hello{0%{opacity:0}to{opacity:1}}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch{grid-area:3/2/4/5;place-self:center flex-start;width:100%;overflow:hidden}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch{perspective:1000px;text-indent:0;flex-direction:column;display:flex}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch ._header-module-scss-module__PaCnIq__spanOneTitleH1{transform-origin:bottom;transform-style:preserve-3d;place-self:flex-start;font-size:clamp(3.5rem,10vw,8rem);display:inline-block}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch ._header-module-scss-module__PaCnIq__spanTwoTitleH1{place-self:flex-end}@media screen and (max-width:1280px){._header-module-scss-module__PaCnIq__header{grid-template-rows:50% 50%;grid-template-columns:50% 50%;align-self:center;height:70%;display:grid}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__logoContainer{grid-area:1/1/2/2;place-self:center;width:60%}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__titleH2Hello{grid-area:1/2/2/3;place-self:center}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch{grid-area:2/1/3/3;place-self:flex-start;width:100%;display:flex}}@media screen and (min-width:500px) and (max-width:900px){._header-module-scss-module__PaCnIq__titleH1Pitch ._header-module-scss-module__PaCnIq__spanTwoTitleH1{text-indent:0}}@media screen and (max-width:431px){._header-module-scss-module__PaCnIq__header{grid-template-rows:repeat(4,25%);grid-template-columns:100%;margin-top:2rem;display:grid;position:absolute}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__logoContainer{grid-area:1/1/2/2;place-self:center;width:80%}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__titleH2Hello{grid-area:2/1/3/2;place-self:flex-start center;margin-top:.5rem;animation:.7s 1.2s forwards _header-module-scss-module__PaCnIq__hello;position:relative;transform:translateY(-200%)}@keyframes _header-module-scss-module__PaCnIq__hello{0%{opacity:0;transform:translateY(-200%)}to{opacity:1;transform:translateY(50%)}}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch{grid-area:3/1/5/2;place-self:center}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch{flex-direction:column;display:flex}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch ._header-module-scss-module__PaCnIq__spanOneTitleH1{align-self:center}}@media screen and (max-width:431px) and (max-height:568px){._header-module-scss-module__PaCnIq__header{grid-template-rows:repeat(4,25%);grid-template-columns:100%;margin-top:7vh;display:grid;position:absolute}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__logoContainer{grid-area:1/1/2/2;place-self:center;width:80%}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__titleH2Hello{grid-area:2/1/3/2;place-self:center;margin-top:0;animation:1s 1.5s forwards _header-module-scss-module__PaCnIq__hello;position:relative;transform:translateY(-300%)}@keyframes _header-module-scss-module__PaCnIq__hello{0%{opacity:0;transform:translateY(-300%)}to{opacity:1;transform:translate(0%)}}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch{grid-area:3/1/4/2}}@media screen and (max-height:430px){._header-module-scss-module__PaCnIq__header{grid-template-rows:40% 60%;grid-template-columns:50% 50%;margin-top:3rem;display:grid}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__logoContainer{grid-area:1/1/2/2;place-self:center;width:45%}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__titleH2Hello{grid-area:1/2/2/3;place-self:center flex-start}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch{grid-area:2/1/3/3}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch{flex-direction:row;justify-content:flex-start;place-self:flex-end center;align-items:center;margin-top:2rem;display:flex}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch ._header-module-scss-module__PaCnIq__spanOneTitleH1{font-size:2.75rem}._header-module-scss-module__PaCnIq__header ._header-module-scss-module__PaCnIq__containerAnimTitleH1Pitch ._header-module-scss-module__PaCnIq__titleH1Pitch ._header-module-scss-module__PaCnIq__spanTwoTitleH1{margin-left:.5rem;font-size:1.5rem}}
._pricesCard-module-scss-module__7gOC5q__pricesCard{flex-direction:column;width:25vw;min-width:280px;max-width:480px;min-height:30vh;display:flex;position:relative;box-shadow:3px 3px 1rem #000}._pricesCard-module-scss-module__7gOC5q__pricesCard:before{content:"";z-index:-1;width:100%;height:100%;position:absolute;top:-15px;right:-35px}
._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ._prices-module-scss-module__-O9iUa__toolTipTjm{text-shadow:1px 1px 1.5px #00000065;color:#fbfbfb;padding:5px;font-size:clamp(1rem,1.8vw,1.25rem);font-style:normal;font-weight:400;line-height:normal;text-decoration:none}._prices-module-scss-module__-O9iUa__wrapperPrices{grid-auto-flow:column;place-items:flex-start center;width:100%;height:100%;min-height:100vh;padding-top:10rem;display:grid;position:relative}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree{background-color:#0a1745}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo{background-color:#10256e}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li p{text-align:center;text-indent:0;background-color:#10256e;font-size:clamp(.5rem,1.2vw,.75rem)}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li ul,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li p,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li:last-child:not(._prices-module-scss-module__-O9iUa__pricesCardOne ul li ul li){margin-top:.25rem}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li ul li{list-style:inside square}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li ul li::marker{color:#e24b21}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li ul li span{color:#e24b21;font-size:1.2em}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li:has(div){border-top:3px solid #e24b21;border-bottom:3px solid #e24b21;justify-content:center;padding:1.25rem 0;display:flex}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li:has(div) span{text-indent:0;width:fit-content;margin-left:3px;text-decoration:underline;display:inline-block}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li div{justify-content:flex-start;align-items:center;width:fit-content;padding-left:2px;display:flex}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo ul li{margin-top:1%;list-style:inside square}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo ul li::marker{color:#e24b21}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo ul li:last-child{border-bottom:3px solid #e24b21;padding-bottom:1.25rem}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree{justify-content:space-between;align-items:center}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree p:not(p:first-of-type){margin-top:.75rem}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree p:nth-of-type(3){text-indent:0;align-self:flex-start}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ul li{text-indent:0;margin:2% 0 0 8%;list-style:square}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ul li::marker{color:#e24b21}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ul li:first-child div div:first-child{color:#e24b21a9;justify-content:center;align-items:center;width:fit-content;display:flex}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ._prices-module-scss-module__-O9iUa__iconInfoTjm{cursor:pointer}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ._prices-module-scss-module__-O9iUa__iconInfoTjm:hover{color:#e24b21}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ._prices-module-scss-module__-O9iUa__toolTipTjm{text-align:center;text-shadow:none;visibility:hidden;color:#fbfbfb;background-color:#10256e;border:3px dashed #e24b21;border-radius:10px;justify-content:center;align-items:center;min-width:7vw;height:fit-content;font-weight:400;display:flex;position:absolute;top:-230%;left:150%}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree ._prices-module-scss-module__-O9iUa__toolTipTjm._prices-module-scss-module__-O9iUa__active{visibility:visible}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child{text-indent:0;cursor:pointer;border-bottom:3px solid #e24b21;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;transition:border 50ms ease-in-out;display:flex;position:relative;overflow:hidden}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child span:not(span:first-child){color:#e24b21;margin:0 0 3%;font-size:2.25rem}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child:hover{border-bottom:3px solid #0000;overflow:visible}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child>p{text-align:center;margin:0}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child:hover ul{background-color:#10256e;border-bottom:5px solid #e24b21;border-radius:0 0 2rem;top:100%}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child ul{z-index:-1;background-color:#0a1745;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;height:auto;padding:0;transition:top .1s ease-out,background-color .3s ease-out;display:flex;position:absolute;top:-100%}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child ul li{width:80%;font-size:clamp(.75rem,1vw,1rem)}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne:before{background:linear-gradient(#0000 46%,#e24b21a9 46% 50%,#0000 50%);box-shadow:inset 5vw 10vh #e24b21a9}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo:before{height:90%;box-shadow:inset 5vw -10vh #e24b21a9}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo:after{content:"";z-index:-1;width:20%;height:45%;position:absolute;bottom:0%;right:30%;box-shadow:0 1.5rem #e24b21a9}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree:before{background:linear-gradient(#0000 46%,#e24b21a9 46% 50%,#0000 50%);box-shadow:inset 5vw 0 #e24b21a9,inset -5vw 0 #e24b21a9}@media screen and (max-width:1537px){._prices-module-scss-module__-O9iUa__pricesCardOne,._prices-module-scss-module__-O9iUa__pricesCardThree{margin-top:-10%}}@media screen and (max-width:1280px){._prices-module-scss-module__-O9iUa__wrapperPrices{flex-direction:column;place-items:center;gap:1rem 0;padding-top:3rem;display:flex}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree{margin-top:0}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree{width:85%}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne:before,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne:after,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo:before,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardTwo:after,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree:before,._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree:after{display:none}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child{overflow:visible;transition:none!important}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child:hover{border-bottom:3px solid #e24b21;overflow:hidden}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child:hover ul{background-color:#0a1745;border-bottom:0;border-radius:0;top:-100%}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardThree>div:last-child ul{background-color:#0a1745;z-index:1!important;transition:none!important;position:relative!important}}@media screen and (max-width:480px){._prices-module-scss-module__-O9iUa__wrapperPrices{padding-top:5rem}._prices-module-scss-module__-O9iUa__wrapperPrices ._prices-module-scss-module__-O9iUa__pricesCardOne ul li{text-align:start}}
._circleOrange-module-scss-module__3CgbHG__circleOrangeDefault span{text-shadow:1px 1px 1.5px #00000065;color:#fbfbfb;font-size:clamp(1.25rem,2.4vw,1.75rem);font-style:normal;font-weight:400;line-height:normal;text-decoration:none}._circleOrange-module-scss-module__3CgbHG__circleOrangeDefault{aspect-ratio:1;background-color:#e24b21;border-radius:100%;justify-content:center;align-items:center;display:flex;position:relative}
._skills-module-scss-module__rMQCFa__wrapperSkills{justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:relative}._skills-module-scss-module__rMQCFa__section{z-index:4000;grid-template-rows:repeat(5,clamp(4rem,100%,10rem));grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem;width:90%;height:100%;display:grid;position:relative}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen{background-color:#10256e;border:.5rem solid #0a1745;border-radius:2.75rem;flex-direction:column;grid-area:1/1/3/2;justify-content:flex-start;place-self:flex-start center;align-items:center;width:clamp(200px,100%,300px);height:clamp(575px,100%,1070px);padding:.5rem;display:flex;box-shadow:0 3px #e24b21a9,5px 5px 20px #00000054}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen h3{width:fit-content;margin-top:1rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen ._skills-module-scss-module__rMQCFa__article{flex-direction:column;justify-content:flex-start;height:85%;margin-top:1rem;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div ul li{border-bottom:1px solid #0a174540}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div p:not(p:nth-child(2)){border-left:5px solid #0a174540;border-top-left-radius:10px;border-bottom-left-radius:10px}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div p:not(p:nth-child(2)) span{font-style:italic}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div:nth-child(2){flex-direction:column;justify-content:space-evenly;align-items:center;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div p:nth-child(2){border-bottom-right-radius:10px;border-bottom-left-radius:10px;width:fit-content;box-shadow:inset 0 -4px #0a174540}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div ul{border-right:5px solid #e24b21a9;border-top-right-radius:10px;border-bottom-right-radius:10px;list-style-type:square;list-style-position:outside}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div ul li{text-indent:0;text-align:start;margin-left:1.25rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div ul li::marker{color:#e24b21;font-size:.75px}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div ul span{padding:.25rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div ul span:not(span:first-child){margin-top:.25rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div ul span:nth-child(2){background-color:#0a1745}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen div p:last-child{border-top-left-radius:10px;margin:.25rem;padding-left:.25rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen ._skills-module-scss-module__rMQCFa__titleH2LittleScreen{place-self:flex-start}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen ._skills-module-scss-module__rMQCFa__titleH2LittleScreen div svg line{stroke-width:15px}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd{grid-area:2/2/5/5;justify-content:center;place-self:center;width:90%;min-width:600px;height:100%;max-height:500px;display:flex;position:relative}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen{background-color:#0a1745;border:1vw solid #10256e;border-radius:.75rem;grid-template-rows:10% 60% 30%;grid-template-columns:30% 70%;align-self:center;width:90%;height:90%;display:grid;position:relative;box-shadow:5px 5px 20px #00000054}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__titleH2BigScreen{grid-area:1/1/2/3;margin-top:.5rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen article{text-align:justify;flex-direction:column;grid-area:2/2/3/3;justify-content:space-evenly;margin-bottom:4rem;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen article p{margin-top:1rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__containerLogoTechnos{aspect-ratio:1;grid-area:2/1/3/2;place-self:flex-start center;width:60%;position:relative}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__containerLogoTechnosBackEnd{flex-direction:column-reverse;grid-area:3/1/4/2;justify-content:flex-start;place-self:center flex-start;align-items:flex-end;width:90%;height:70%;display:flex;position:relative;bottom:20%}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__containerLogoTechnosBackEnd ._skills-module-scss-module__rMQCFa__containerLogoMongoDB{aspect-ratio:1;width:40%;position:relative;transform:translate(-80%,10%)}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__containerLogoTechnosBackEnd ._skills-module-scss-module__rMQCFa__containerLogoNodeJsEx{aspect-ratio:1;width:40%;position:relative;transform:translate(-70%,40%)}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__circleOrange1{z-index:3;width:3rem;position:absolute;top:18%;left:80%}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__circleOrange2{z-index:3;width:1rem;position:absolute;bottom:19%;left:140%}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__circleOrange3{z-index:3;width:1.25rem;position:absolute;top:-23%;left:100%}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__arrowBackEnd{z-index:2;width:78%;height:10vh;position:absolute;top:-10%;left:75%}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__infoBackEnd{background-color:#10256e;border-left:.5rem solid #e24b21a9;flex-direction:column;grid-area:3/2/4/3;justify-content:flex-start;place-self:flex-end;width:80%;height:200px;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__infoBackEnd ._skills-module-scss-module__rMQCFa__wrapperH3AndCircleBE{justify-content:flex-start;align-items:center;width:100%;height:30%;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__infoBackEnd ._skills-module-scss-module__rMQCFa__wrapperH3AndCircleBE ._skills-module-scss-module__rMQCFa__h3InfoBe{z-index:3}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__infoBackEnd ._skills-module-scss-module__rMQCFa__wrapperH3AndCircleBE ._skills-module-scss-module__rMQCFa__circleOrange1bis{min-width:2.75rem;bottom:.25rem;left:-1rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__infoBackEnd p{flex-direction:column;justify-content:flex-start;height:90%;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__infoBackEnd p span:first-child{margin-top:2rem;display:inline-block}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen ._skills-module-scss-module__rMQCFa__infoBackEnd p span:last-child{text-indent:0;text-align:center;margin-top:1.5rem;padding-bottom:.25rem;font-size:clamp(.75rem,1vw,1.25rem)}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress{background-color:#0000;grid-area:5/1/6/4;justify-content:space-evenly;place-self:flex-end flex-start;align-items:center;width:clamp(450px,100%,1400px);height:clamp(80px,100%,120px);display:flex;position:relative}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__bandOrange{background-color:#e24b21a9;width:100%;height:35%;position:absolute}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__iconWp{aspect-ratio:1;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:fit-content;display:flex;position:relative}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__containerInfos{z-index:2003;background-color:#10256e;flex-direction:column;justify-content:space-evenly;align-items:flex-start;width:78%;min-width:250px;height:90%;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__containerInfos ._skills-module-scss-module__rMQCFa__wrapperH3AndCircleWp{justify-content:flex-start;align-items:center;width:clamp(10rem,50%,20rem);height:20%;display:flex}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__containerInfos ._skills-module-scss-module__rMQCFa__wrapperH3AndCircleWp ._skills-module-scss-module__rMQCFa__circleOrange1Wp{z-index:2000;min-width:2.25rem;bottom:.25rem;left:-1rem}._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__containerInfos ._skills-module-scss-module__rMQCFa__wrapperH3AndCircleWp ._skills-module-scss-module__rMQCFa__h3InfoWp{z-index:2001}@media screen and (max-width:1537px){._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section{grid-template-rows:repeat(6,clamp(4rem,100%,8rem));grid-template-columns:repeat(4,1fr)}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen{grid-area:1/1/4/2}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd{grid-area:2/2/5/5}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress{grid-area:5/1/6/4}}@media screen and (max-width:1367px){._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section{grid-template-rows:5% 5% 20% 53% 12%;grid-template-columns:1fr 1fr 2fr}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen{grid-area:1/1/4/2}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd{grid-area:2/2/5/4}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress{grid-area:5/2/6/4}}@media screen and (max-width:1000px){._skills-module-scss-module__rMQCFa__wrapperSkills{justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section{flex-flow:wrap;justify-content:center;justify-self:center;align-items:flex-start;gap:2rem;height:auto;margin-top:1rem;display:flex}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__littleScreen{height:380px;padding-bottom:0}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__titleH2LittleScreen{flex-direction:column;place-self:center;align-items:center;margin:0;padding-left:0;display:flex}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd{flex-direction:column;justify-content:flex-start;align-items:center;min-width:100px;display:flex}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;box-shadow:0 3px #e24b21a9}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__containerLogoTechnos,._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__containerLogoTechnosBackEnd{display:none}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__bigScreen article{margin:1rem 0}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__infoBackEnd{border-left:none;justify-content:flex-start;align-self:center;width:95%;height:50%;position:relative}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__wrapperH3AndCircleBE{text-indent:0}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__containerBigScreenInfoFrontEnd ._skills-module-scss-module__rMQCFa__infoBackEnd p span:first-child{margin-top:0}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__titleH2BigScreen{flex-direction:column;grid-area:1/1/2/2;place-self:center;align-items:center;margin:0;padding-left:0;display:flex}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__circleOrange1,._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__circleOrange2,._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__circleOrange3{display:none}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress{justify-content:space-evenly;min-width:150px;display:flex}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__circleOrange1Wp{aspect-ratio:1;width:1.5rem}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__iconWP{justify-content:center;align-items:center;display:flex}._skills-module-scss-module__rMQCFa__wrapperSkills ._skills-module-scss-module__rMQCFa__section ._skills-module-scss-module__rMQCFa__bandWordPress ._skills-module-scss-module__rMQCFa__iconWP svg{width:50%}}
