: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:hsla(0,0%,100%,.7);--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(90deg,#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:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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:translateX(-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:translateX(-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;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}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:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}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:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(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:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}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:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}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) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}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:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Charter;src:url(/_next/static/media/Charter\ Regular.a53b2dcc.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Charter Bold;src:url(/_next/static/media/Charter\ Bold.8738e23f.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mulish;src:url(/_next/static/media/Mulish-Regular.f0a3befc.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mulish Semibold;src:url(/_next/static/media/Mulish-SemiBold.0cc26b05.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}body,html{padding:0;margin:0;font-family:Mulish,HelveticaNeue,Helvetica,Helvetica Neue,Arial,sans-serif;font-size:17px;background-color:#f7f7f7;color:#1f1f1f}body .wrap,html .wrap{width:100%;max-width:1200px;margin:auto}@media(max-width:1024px){body .wrap,html .wrap{padding:0 15px;box-sizing:border-box}}@media(max-width:768px){body .wrap,html .wrap{padding:0 15px;box-sizing:border-box}}body .wrap .tRight,html .wrap .tRight{text-align:right}a{color:#2b8b71;text-decoration:none}*{box-sizing:border-box}@media(prefers-color-scheme:dark){html{color-scheme:dark}body{color:#fff;background:#000}}.Home_main__uFstG hr{max-width:900px;margin-top:2rem;height:2px;background:#e9e9e9;border:none;outline:none}.Home_main__uFstG .Home_hero__ZmNZb{display:flex;margin:3rem 0 6rem}@media(max-width:980px){.Home_main__uFstG .Home_hero__ZmNZb{display:block}}.Home_main__uFstG .Home_hero__ZmNZb .Home_contents__4Vxx_{width:-webkit-fill-available}@media(max-width:768px){.Home_main__uFstG .Home_hero__ZmNZb .Home_contents__4Vxx_{margin-bottom:2rem}}.Home_main__uFstG .Home_hero__ZmNZb .Home_contents__4Vxx_ h1{margin-bottom:10px;font-size:2.4rem}.Home_main__uFstG .Home_hero__ZmNZb .Home_contents__4Vxx_ p{margin-bottom:30px;line-height:1.7}.Home_main__uFstG .Home_hero__ZmNZb .Home_contents__4Vxx_ a{padding:10px 25px;box-sizing:border-box;border-radius:30px;cursor:pointer;font-size:.8rem;text-transform:uppercase;color:#fff;border:2px solid #2b8b71;background-color:#2b8b71;position:relative;z-index:3}.Home_main__uFstG .Home_hero__ZmNZb .Home_contents__4Vxx_ a:hover{border:2px solid #4ea78f;background-color:#4ea78f}.Home_main__uFstG .Home_hero__ZmNZb .Home_banner__tU_j4{width:648px}@media(max-width:980px){.Home_main__uFstG .Home_hero__ZmNZb .Home_banner__tU_j4{max-width:648px;width:100%;margin:0 auto}.Home_main__uFstG .Home_hero__ZmNZb .Home_banner__tU_j4 img{width:100%;height:auto}}.Home_main__uFstG .Home_reviewersSection__COaLx{padding:2rem 0;background-color:#fff}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y{margin-bottom:2rem;background-color:#fff}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y h2{margin-bottom:5px;text-align:center}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y>p{margin-top:5px;text-align:center}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;margin:2rem 0;padding:0;list-style:none}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y .Home_more__Pey5I{text-align:center}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y .Home_more__Pey5I a{display:inline-block;background-color:#2b8b71;color:#fff;border-radius:3px;border:none;margin-left:7px;padding:14px;font-size:1rem;cursor:pointer}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y .Home_more__Pey5I a svg{margin-bottom:-3px}.Home_main__uFstG .Home_reviewersSection__COaLx .Home_reviewers__mZp3y .Home_more__Pey5I a:hover{background-color:#4ea78f}.Home_main__uFstG .Home_sectionHowItWorks__RS2of{padding:2rem 0 0}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m{margin-bottom:2rem}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m h2,.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m>p{text-align:center}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul{max-width:900px;width:100%;margin:0 auto;padding:0;list-style:none}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li{position:relative;display:flex;gap:40px;margin-bottom:100px}@media(max-width:720px){.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li{margin-bottom:20px}}@media(max-width:640px){.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li{display:block;margin-bottom:20px}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:first-child,.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:nth-child(3),.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:nth-child(5){display:flex;flex-direction:column-reverse;gap:0}}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li .Home_image__ZHlJN{width:280px;max-width:280px;min-width:280px}@media(max-width:640px){.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li .Home_image__ZHlJN{margin:auto}}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li .Home_image__ZHlJN img{width:100%;height:auto}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:after{content:"";position:absolute;bottom:-87px;left:0;right:0;width:634px;height:87px;margin:0 auto}@media(max-width:768px){.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:after{display:block;width:100%;background-repeat:no-repeat;background-position:50%;background-size:contain}}@media(max-width:720px){.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:after{display:none}}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:first-child:after{background-image:url(/images/how-it-works/right-1.png)}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:nth-child(2):after{background-image:url(/images/how-it-works/left-1.png)}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:nth-child(3):after{background-image:url(/images/how-it-works/right-2.png)}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:nth-child(4):after{background-image:url(/images/how-it-works/left-1.png)}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:nth-child(5){margin-bottom:0}.Home_main__uFstG .Home_sectionHowItWorks__RS2of .Home_howItWorks__0sc4m ul li:nth-child(5):after{display:none}.Home_main__uFstG .Home_sectionTutorials__lv4l2{padding:2rem 0}.Home_main__uFstG .Home_sectionTutorials__lv4l2 .Home_tutorials__FBMYL{max-width:550px;margin:0 auto 2rem}.Home_main__uFstG .Home_sectionTutorials__lv4l2 .Home_tutorials__FBMYL h2,.Home_main__uFstG .Home_sectionTutorials__lv4l2 .Home_tutorials__FBMYL>p{text-align:center}.Home_main__uFstG .Home_sectionTutorials__lv4l2 .Home_tutorials__FBMYL ul li{margin-bottom:8px}.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL{position:relative;margin-bottom:2rem;padding:2rem 0;background-color:#2b8b71;color:#fff}@media(max-width:640px){.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL{padding:15px 0;background-color:unset}}.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL:after{content:"";position:absolute;right:0;top:0;bottom:0;width:47%;background-image:url(/images/why-choose-us.jpg);background-repeat:no-repeat;background-size:cover;background-position:100%}@media(max-width:640px){.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL:after{width:100%;z-index:1}}.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL .Home_whyChooseUs__N1pYU{display:flex;width:100%;margin-bottom:2rem}@media(max-width:640px){.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL .Home_whyChooseUs__N1pYU{position:relative;z-index:2;padding:20px;margin:0;background-color:#2b8b71}}.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL .Home_whyChooseUs__N1pYU>div{width:50%}@media(max-width:640px){.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL .Home_whyChooseUs__N1pYU>div{width:100%}.Home_main__uFstG .Home_sectionWhyChooseUs__50hLL .Home_whyChooseUs__N1pYU>div:last-child{display:none}}.Home_main__uFstG .Home_sectionExamGuides__IJlEP{padding:2rem 0}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR{margin-bottom:2rem}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR h2{margin-bottom:5px;text-align:center}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR>p{margin-top:5px;text-align:center}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;margin:2rem 0;padding:0;list-style:none}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li{width:calc(25% - 22.5px);padding-bottom:20px;background-color:#fff}@media(max-width:768px){.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li{width:calc(33.3333333333% - 22.5px)}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li:nth-child(4){display:none}}@media(max-width:640px){.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li{width:calc(50% - 22.5px)}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li:nth-child(4){display:block}}@media(max-width:375px){.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li{width:100%}}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_imageBlock__yWcBM{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:172px;text-align:center;overflow:hidden}@media(max-width:375px){.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_imageBlock__yWcBM img{width:100%;height:auto}}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_title__qpuAf{margin:15px 0;padding:0 15px;font-size:1rem}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_title__qpuAf a{color:#2b8b71}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_desc__u_u9g{margin:15px 0;padding:0 15px;font-size:.85rem}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_view__FF9wH{padding:0 15px;font-weight:700;font-size:.8rem}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_view__FF9wH a{transition:all .3s ease}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li .Home_view__FF9wH svg{margin-bottom:-2px}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR ul li:hover .Home_view__FF9wH a{padding-left:5px}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR .Home_more__Pey5I{text-align:center}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR .Home_more__Pey5I a{display:inline-block;background-color:#2b8b71;color:#fff;border-radius:3px;border:none;margin-left:7px;padding:14px;font-size:1rem;cursor:pointer}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR .Home_more__Pey5I a svg{margin-bottom:-3px}.Home_main__uFstG .Home_sectionExamGuides__IJlEP .Home_examGuides__F3YbR .Home_more__Pey5I a:hover{background-color:#4ea78f}.Home_main__uFstG .Home_sectionCallToAction__dAG23{background-color:#2b8b71}.Home_main__uFstG .Home_sectionCallToAction__dAG23 .Home_callToAction__8F09m{display:flex;align-items:center;gap:20px;padding:20px 0;color:#fff}@media(max-width:768px){.Home_main__uFstG .Home_sectionCallToAction__dAG23 .Home_callToAction__8F09m{display:block;padding:15px 0}}.Home_main__uFstG .Home_sectionCallToAction__dAG23 .Home_callToAction__8F09m h2{margin-top:0}.Home_main__uFstG .Home_sectionCallToAction__dAG23 .Home_callToAction__8F09m a{background-color:hsla(0,0%,100%,.38);border-radius:30px;display:inline-block;padding:10px 25px;color:#fff;border:1px solid #fff;font-size:.8rem;text-wrap:nowrap}.Home_main__uFstG .Home_sectionCallToAction__dAG23 .Home_callToAction__8F09m a:hover{color:#fff}.Home_main__uFstG .Home_sectionOthers__pwAmN{padding-top:1px;padding-bottom:2rem;background-color:#fff}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr{margin-bottom:2rem}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr h2{margin-bottom:5px;text-align:center}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr>p{margin-top:5px;margin-bottom:30px;text-align:center}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;padding:0;list-style:none}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul li{width:calc(25% - 22.5px);border:3px solid #f7f7f7}@media(max-width:768px){.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul li{width:calc(33.3333333333% - 22.5px)}}@media(max-width:640px){.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul li{width:calc(50% - 22.5px)}}@media(max-width:375px){.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul li{width:100%}}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul li:hover{border-color:#2b8b71}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul a{display:block;height:100%}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul a>div:first-child{padding:10px 40px}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul a>div:first-child img{width:100%;height:100%;object-fit:cover}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul a>div:last-child{padding:0 20px 20px;font-size:.85rem;color:#1f1f1f}.Home_main__uFstG .Home_sectionOthers__pwAmN .Home_others__zjArr ul a>div:last-child strong{display:block;color:#2b8b71;font-size:1rem}.Home_contactUs__7B2_m h1{text-align:center}.Home_contactUs__7B2_m .Home_contact__70Vum{max-width:640px;margin:0 auto 4rem}.Home_contactUs__7B2_m .Home_contact__70Vum p{max-width:600px;margin:auto auto 2em;font-size:.99rem;text-align:center;line-height:1.7}.Home_contactUs__7B2_m .Home_contact__70Vum .Home_col__bhUpH{display:flex;gap:1rem;width:100%}@media(max-width:576px){.Home_contactUs__7B2_m .Home_contact__70Vum .Home_col__bhUpH{display:block}}.Home_contactUs__7B2_m .Home_contact__70Vum .Home_btn__yWW1G{text-align:right}.Home_contactUs__7B2_m .Home_contact__70Vum .Home_btn__yWW1G button{padding:13px 20px;font-size:.99rem;font-weight:700;color:#fff;background-color:#28a745;border:none;outline:none;cursor:pointer}.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj{width:100%}.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj label{display:block;margin-bottom:.7rem;font-size:.99rem;font-weight:700}.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj input,.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj textarea{width:100%;margin-bottom:1.5rem;padding:1rem;font-size:.99rem;border:2px solid #e9e9e9;outline:none;box-sizing:border-box;resize:vertical}.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj input:focus,.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj textarea:focus{border:2px solid #5045bb}@media(max-width:576px){.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj input,.Home_contactUs__7B2_m .Home_contact__70Vum .Home_formGroup__tZ1pj textarea{display:block;padding:.7rem;margin-bottom:1rem}}.Home_loaderWrap__qP6mO{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;z-index:99;background:rgba(0,0,0,.561)}.Home_loaderWrap__qP6mO .Home_loader__Cd_3f{border-radius:50%;border:3px solid #f3f3f3;border-top-color:#2b8b71;width:40px;height:40px;animation:Home_spin__k60m6 2s linear infinite}@keyframes Home_spin__k60m6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header_header__gtmFw{height:65px;background-color:#fff;border-bottom:1px solid #e3e3e3}@media(max-width:768px){.Header_header__gtmFw{height:unset;padding:8px 0}}.Header_header__gtmFw .Header_container__Q9KhP{display:flex;align-items:center;justify-content:space-between;width:100%}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ{display:flex;align-items:center}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ .Header_logo__h_d_N{display:flex;height:35px;margin-right:15px;text-decoration:none;color:#1f1f1f}@media(max-width:768px){.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ .Header_logo__h_d_N{width:auto;max-width:auto;min-width:auto}}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ .Header_logo__h_d_N img{width:auto;height:80%}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ .Header_logo__h_d_N div{padding-left:10px}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ .Header_logo__h_d_N div h1{margin:0;padding:0;text-transform:uppercase;font-size:1.2rem;font-weight:700;letter-spacing:2px}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ .Header_logo__h_d_N div p{margin:0;padding:0;font-size:.7rem;letter-spacing:0}@media(max-width:1020px){.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav{display:none}}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul{margin:0;padding:0;list-style:none}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul:after{content:"";display:table;clear:both}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li{float:left}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li a,.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li span{display:block;padding:24px 15px;font-size:.9rem;color:#1f1f1f;text-decoration:none;cursor:pointer}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li>ul{position:absolute;display:none;width:280px;min-width:280px;margin:0;padding:0;list-style:none;background-color:#fff;z-index:2;box-shadow:0 2px 1px rgba(0,0,0,.02),0 4px 2px rgba(0,0,0,.02),0 8px 4px rgba(0,0,0,.02),0 16px 8px rgba(0,0,0,.02),0 32px 16px rgba(0,0,0,.02)}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li>ul li a:hover{background-color:#218838;color:#fff}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li:hover ul{display:block}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li.Header_active__sryJG{position:relative}.Header_header__gtmFw .Header_container__Q9KhP .Header_navigation__8CueJ nav>ul>li.Header_active__sryJG:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background-color:#2b8b71}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 ul{margin:0;padding:0;list-style:none;overflow:hidden}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 ul li{float:left}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 ul li button{display:block;margin-left:7px;padding:14px;font-size:.9rem;color:#1f1f1f;text-decoration:none;border:none;outline:none;cursor:pointer;background-color:transparent}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 ul li:last-child button{padding-left:20px;padding-right:20px;background-color:#2b8b71;color:#fff;border-radius:30px;border:none}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 ul li:last-child button:hover{background-color:#4ea78f}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_user__kCCpx{display:flex;align-items:center;padding:8px;cursor:pointer}@media(max-width:1024px){.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_user__kCCpx>div:first-child{display:none}}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_user__kCCpx .Header_avatar__agYeg{width:25px;height:25px;margin-left:10px;border-radius:8px;background-image:url(/images/user.png);background-size:cover}@media(max-width:1024px){.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_desktop__fXFoD{display:none}}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_mobile__blovQ{display:none;height:66px}@media(max-width:1024px){.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_mobile__blovQ{display:block}}@media(max-width:768px){.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_mobile__blovQ{height:unset}}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_mobile__blovQ .Header_burger__386CY{margin-top:8px;font-size:2rem;color:#2b8b71;background:unset;border:none}.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_mobile__blovQ .Header_burger__386CY svg{margin-bottom:-10px}@media(max-width:768px){.Header_header__gtmFw .Header_container__Q9KhP .Header_account__F5pz3 .Header_mobile__blovQ .Header_burger__386CY svg{margin-bottom:-3px}}.Button_loader__gQYwa{margin:auto;border-radius:50%;border:3px solid #f3f3f3;border-top-color:#1e7e34;width:12px;height:12px;animation:Button_spin__krvXU 2s linear infinite}@keyframes Button_spin__krvXU{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_title__HrRyB{padding:9px 12px;box-shadow:0 2px 1px rgba(0,0,0,.02),0 4px 2px rgba(0,0,0,.02),0 8px 4px rgba(0,0,0,.02),0 16px 8px rgba(0,0,0,.02),0 32px 16px rgba(0,0,0,.02)}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_title__HrRyB button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:1.2rem;cursor:pointer;background-color:transparent;border:none;outline:none}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY{padding:20px 40px}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_menus__oeEhU{margin:0;padding:0;list-style:none}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_menus__oeEhU li a{position:relative;padding:10px 0 10px 20px;display:block;font-size:.9rem;color:#1f1f1f;text-decoration:none;cursor:pointer}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_menus__oeEhU li.HeaderNavMobile_active__ugyuR a:after{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background-color:#338ffb}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_signins__oOn88{width:100%;margin:30px 0 0;padding:0;list-style:none;overflow:hidden}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_signins__oOn88 li{float:left}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_signins__oOn88 li button{display:block;margin-left:7px;padding:14px;font-size:.9rem;color:#1f1f1f;text-decoration:none;border:none;outline:none;cursor:pointer;background-color:transparent}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_signins__oOn88 li:first-child button{background-color:gray;color:#fff;border-radius:3px;border:none}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_signins__oOn88 li:first-child button:hover{background-color:#2684f5}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_signins__oOn88 li:last-child button{background-color:#348efb;color:#fff;border-radius:3px;border:none}.HeaderNavMobile_headerNavMobile__B_nx4 .HeaderNavMobile_content__NWmGY .HeaderNavMobile_signins__oOn88 li:last-child button:hover{background-color:#2684f5}.SidebarModa_modall_modalOverlay__CBxZx{position:fixed;display:flex;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:transparent;animation:SidebarModa_modall_fadeInBackground__VjxXk .5s forwards;z-index:100}.SidebarModa_modall_modalOverlay__CBxZx .SidebarModa_modall_modalContent__eZzGO{display:flex;flex-direction:column;max-width:468px;max-height:100%;width:100%;height:100%;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.3);background-color:#fff;margin-right:-475px;animation:SidebarModa_modall_slideInContent__HG6TV .5s forwards}.SidebarModa_modall_modalOverlay__CBxZx.SidebarModa_modall_closing__VkJvd{animation:SidebarModa_modall_fadeOutBackground__tfbfy .5s forwards}.SidebarModa_modall_modalOverlay__CBxZx.SidebarModa_modall_closing__VkJvd .SidebarModa_modall_modalContent__eZzGO{animation:SidebarModa_modall_slideOutContent__axiL8 .5s forwards}@keyframes SidebarModa_modall_fadeInBackground__VjxXk{0%{background:transparent}to{background:rgba(7,16,23,.678)}}@keyframes SidebarModa_modall_fadeOutBackground__tfbfy{0%{background:rgba(7,16,23,.678)}to{background:transparent}}@keyframes SidebarModa_modall_slideInContent__HG6TV{0%{margin-right:-475px}to{margin-right:0}}@keyframes SidebarModa_modall_slideOutContent__axiL8{0%{margin-right:0}to{margin-right:-475px}}.Footer_footer__7blBZ{background-color:#24262b;padding:70px 0 0}@media(max-width:768px){.Footer_footer__7blBZ{padding:20px 0}}.Footer_footer__7blBZ .Footer_row__dTMF5{width:100%;display:flex}@media(max-width:640px){.Footer_footer__7blBZ .Footer_row__dTMF5{flex-wrap:wrap}}.Footer_footer__7blBZ .Footer_sub__vcDQg{margin-top:30px;padding:20px;color:#bbb;font-size:.8rem;background-color:#1d1e21}.Footer_footerCol__l8kxW{width:25%;padding:0 15px}@media(max-width:640px){.Footer_footerCol__l8kxW{width:50%}}@media(max-width:375px){.Footer_footerCol__l8kxW{width:100%}}.Footer_footerCol__l8kxW h4{font-size:18px;color:#fff;text-transform:capitalize;margin-bottom:35px;font-weight:500;position:relative}.Footer_footerCol__l8kxW h4:before{content:"";position:absolute;left:0;bottom:-10px;background-color:#2b8b71;height:2px;box-sizing:border-box;width:50px}.Footer_footerCol__l8kxW p{color:#bbb;font-size:.8rem}.Footer_footerCol__l8kxW ul{margin:0;padding:0}.Footer_footerCol__l8kxW ul li:not(:last-child){margin-bottom:10px}.Footer_footerCol__l8kxW ul li a{font-size:16px;text-transform:capitalize;color:#fff;text-decoration:none;font-weight:300;color:#bbb;display:block;transition:all .3s ease}.Footer_footerCol__l8kxW ul li a:hover{color:#fff;padding-left:8px}.Footer_footerCol__l8kxW .Footer_socialLinks___8JeO a{display:inline-block;height:40px;width:40px;background-color:hsla(0,0%,100%,.2);margin:0 10px 10px 0;text-align:center;line-height:40px;border-radius:50%;color:#fff;transition:all .5s ease}.Footer_footerCol__l8kxW .Footer_socialLinks___8JeO a:hover{color:#24262b;background-color:#fff}@media(max-width:767px){.Footer_footer-col__Q8oC_{width:50%;margin-bottom:30px}}@media(max-width:574px){.Footer_footer-col__Q8oC_{width:100%}}