@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bellefair&display=swap);@import url(https://fonts.googleapis.com/css2?family=Chilanka&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bellefair&family=Italiana&family=Playball&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,300;1,400;1,500;1,600&display=swap);: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;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:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{animation-timing-function:ease-in;opacity:0;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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AboutMe_AboutMeWrapper__XIk4z{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.AboutMe_AboutMeWrapper__XIk4z .AboutMe_AboutMe__G-A0M{background:#2d2c2c;border-radius:13px;box-shadow:5px 8px 18px 5px #0000004d;display:flex;flex-direction:column;gap:15px;min-height:310px;padding:20px;position:relative;width:340px}.AboutMe_AboutMeWrapper__XIk4z .AboutMe_AboutMe__G-A0M .AboutMe_EditTextIcon__G1MsJ{cursor:pointer;height:3rem;position:absolute;right:5%;top:5%;width:3rem}.AboutMe_AboutMeWrapper__XIk4z .AboutMe_AboutMe__G-A0M .AboutMe_Row__dO\+F5 p{color:#fefefe;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:99.5%;margin-bottom:14px}.AboutMe_AboutMeWrapper__XIk4z .AboutMe_AboutMe__G-A0M .AboutMe_Row__dO\+F5 input{background:#0000;border:none;color:#fefefe;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:99.5%;outline:none;padding:10px;width:100%}.AboutMe_AboutMeWrapper__XIk4z .AboutMe_AboutMe__G-A0M h1{color:#fefefe;font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:99.5%;padding:10px}.NavBar_NavBar__7h1cg{align-items:center;background:#000;display:flex;justify-content:space-between;overflow:hidden;padding:20px 63.5px 20px 46.5px;position:relative;width:100vw}.NavBar_NavBar__7h1cg .NavBar_ProgressBar__8sPqQ{border-radius:1rem;bottom:0;height:.4rem;left:0;overflow:hidden;position:absolute;width:100%}.NavBar_NavBar__7h1cg .NavBar_ProgressBar__8sPqQ .NavBar_Bar__N8-hd{background:#0f1;height:100%;width:100%}@media screen and (max-width:900px){.NavBar_NavBar__7h1cg{align-items:flex-start;flex-direction:column;gap:64px}}.NavBar_NavBar__7h1cg button{background:#2d2d2d;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;height:48px;line-height:99.5%;width:150px}.NavBar_NavBar__7h1cg button.NavBar_Publish__5aM4y{background:#0d48bb}.NavBar_NavBar__7h1cg button.NavBar_Icon__feVmi{height:48px;width:48px}.NavBar_NavBar__7h1cg .NavBar_Left__KtgaR{align-items:center;display:flex;gap:33px}.NavBar_NavBar__7h1cg .NavBar_Right__akxze{align-items:center;display:flex;gap:12px}@media screen and (max-width:900px){.NavBar_NavBar__7h1cg .NavBar_Right__akxze{align-items:flex-start;flex-direction:column;width:100%}.NavBar_NavBar__7h1cg .NavBar_Right__akxze button{width:100%}}.NavBar_QRWrapper__xLMI5{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001a;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.NavBar_QRWrapper__xLMI5 .NavBar_QR__AbgOu{align-items:center;background:#dadada;border-radius:2rem;box-shadow:0 0 8px 3px #0003;display:flex;flex-direction:column;overflow:hidden;padding-bottom:20px;width:300px}.NavBar_QRWrapper__xLMI5 .NavBar_QR__AbgOu .NavBar_qr__XRsMj{align-items:center;background:#dadada;border-radius:1rem;display:flex;height:300px;justify-content:center;width:300px}.NavBar_QRWrapper__xLMI5 .NavBar_QR__AbgOu .NavBar_ButtonContainer__rTXpw{align-items:center;display:flex;gap:2rem;padding:0 2rem;width:100%}.NavBar_QRWrapper__xLMI5 .NavBar_QR__AbgOu .NavBar_ButtonContainer__rTXpw button{width:100%}.Rating_RatingWrapper__evAB\+{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:50}.Rating_RatingWrapper__evAB\+ .Rating_RatingContainer__1-lAJ{align-items:center;background:#2d2c2c;border-radius:18.904px;box-shadow:5px 8px 18px 5px #0000004d;display:flex;flex-direction:column;height:310px;position:relative;width:356px}.Rating_RatingWrapper__evAB\+ .Rating_RatingContainer__1-lAJ .Rating_CrossBtn__27FHW{background:#0000;border:none;cursor:pointer;height:25px;position:absolute;right:37px;top:31px;width:25px}.Rating_RatingWrapper__evAB\+ .Rating_RatingContainer__1-lAJ .Rating_LogoWrapper__z4XzM{align-items:center;border-radius:50%;display:flex;height:132.83px;justify-content:center;margin-top:32px;position:relative;width:132.83px}.Rating_RatingWrapper__evAB\+ .Rating_RatingContainer__1-lAJ .Rating_LogoWrapper__z4XzM:before{background:linear-gradient(#5a56fa,#a716ff) border-box;border:5px solid #0000;border-radius:50%;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude;position:absolute;right:0;top:0}.Rating_RatingWrapper__evAB\+ .Rating_RatingContainer__1-lAJ h3{color:#fff;font-family:Poppins;font-size:12.458px;font-style:normal;font-weight:500;line-height:99.5%;margin-bottom:20px;margin-top:30px}.Rating_RatingWrapper__evAB\+ .Rating_RatingContainer__1-lAJ .Rating_StarContainer__JOd-5{align-items:center;display:flex;gap:9.34px;height:34px;justify-content:center;width:205px}.Rating_RatingWrapper__evAB\+ .Rating_RatingContainer__1-lAJ .Rating_StarContainer__JOd-5 svg{cursor:pointer;height:35px;width:35px}.Component1_Component1__kYsVf{display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow:hidden;position:relative;width:100%;z-index:2}.Component1_Component1__kYsVf .Component1_backgroundImage1__BwUgX{height:100vh;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:-1}.Component1_Component1__kYsVf .Component1_backgroundImage1__BwUgX img{height:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype{align-items:flex-end;display:flex;gap:2.9rem;height:55rem;justify-content:space-around;overflow:hidden;position:relative;width:100%;z-index:2}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div1__vmHxf{height:100%;overflow:hidden;padding-left:10.5rem;padding-top:7.1rem;position:relative;width:43.32rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div1__vmHxf img{height:7.5rem;margin-bottom:4.5rem;width:12.5rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div1__vmHxf h1{color:var(--color-t09-text1);font-family:Bellefair;font-size:8rem;font-weight:400;line-height:87.02%;margin-bottom:1.99rem;max-height:22rem;width:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div1__vmHxf .Component1_buttonContainer__E-W\+v{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;position:relative;position:absolute;width:20.9375rem;z-index:2}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div1__vmHxf .Component1_buttonContainer__E-W\+v .Component1_btn1__neLeY{background:var(--color-t09-background1);border:none;border-radius:.5rem;cursor:pointer;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;height:4.375rem;letter-spacing:.265rem;line-height:normal;text-transform:uppercase;width:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div1__vmHxf .Component1_buttonContainer__E-W\+v .Component1_btn2__UptJ1{background:var(--color-t09-background2);border:1px solid var(--color-t09-background1);border-radius:.5rem;color:#262626;cursor:pointer;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;height:4.375rem;letter-spacing:.265rem;line-height:normal;text-transform:uppercase;width:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div2__OSV74{filter:drop-shadow(15px 15px 25px rgba(0,0,0,.15));height:100%;overflow:hidden;position:relative;width:40rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div2__OSV74 img{height:100%;width:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1{overflow:hidden;padding-bottom:2.5rem;position:relative;width:25rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_sub__M0wCA{align-items:center;display:flex;justify-content:space-between;margin-bottom:2.2rem;padding-right:4.81rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_sub__M0wCA .Component1_title1__\+raPC{align-items:center;display:flex;flex-direction:column;justify-content:center}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_sub__M0wCA .Component1_title1__\+raPC .Component1_titleNumber__yB-w3{color:var(--color-t09-text3);font-family:var(--font-Roboto);font-size:2.70856rem;font-style:normal;font-weight:500}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_sub__M0wCA .Component1_title1__\+raPC .Component1_titleText__csxcm{color:var(--color-t09-text3);font-family:var(--font-Roboto);font-size:1.264rem;font-style:normal;font-weight:400}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf{width:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf .Component1_b1__ZvPHv h3{color:var(--color-t09-text4);font-family:var(--font-Bellefair);font-size:2.31006rem;font-weight:400;height:42px;width:124px}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf .Component1_b1__ZvPHv p{color:#8c8c8c;font-family:var(--font-Roboto);font-size:1.01063rem;font-style:normal;font-weight:200}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf .Component1_b2__T7\+kY{align-items:center;display:flex;gap:1.19rem;justify-content:space-between;margin-top:1.16rem;overflow:hidden;padding-right:3.18rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf .Component1_b2__T7\+kY div{height:2.53494rem;width:2.53494rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf .Component1_b2__T7\+kY svg{cursor:pointer;height:100%;width:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf .Component1_b2__T7\+kY svg path{fill:var(--color-t09-text2)}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_div3__-bLb1 .Component1_Box2__3t1rf .Component1_b2__T7\+kY svg:hover path{fill:var(--color-t09-icon1)}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_RatingContainer__1uLw6{align-items:center;bottom:0;cursor:pointer;display:flex;height:7rem;justify-content:center;left:2.5rem;position:absolute;width:7rem}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_RatingContainer__1uLw6 img{height:100%;width:100%}.Component1_Component1__kYsVf .Component1_divideContainer__GRype .Component1_RatingContainer__1uLw6 p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}.Component1_Component1__kYsVf .Component1_logosContainer__LP2BJ{height:3.63725rem;overflow:hidden;width:100%}.Component1_Component1__kYsVf .Component1_logosContainer__LP2BJ .Component1_logos__ywVWP{height:100%;width:100%}.Component1_Component1__kYsVf .Component1_logosContainer__LP2BJ .Component1_logos__ywVWP img{height:100%;margin-right:3.81rem}.Template_3_TemplateWrapper__0J1Ww{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template_3_TemplateWrapper__0J1Ww::-webkit-scrollbar{display:none}.Template_3_TemplateWrapper__0J1Ww .Template_3_Setting__6eX3r{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template_3_TemplateWrapper__0J1Ww .Template_3_Template_3__\+vrO0{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template_3_TemplateWrapper__0J1Ww .Template_3_Template_3__\+vrO0::-webkit-scrollbar{display:none}.Template_3_TemplateWrapper__0J1Ww .Template_3_Template_3__\+vrO0 section{scroll-snap-align:start;scroll-snap-stop:always}.Template_3_TemplateWrapper__0J1Ww .Template_3_Template_3__\+vrO0 .Template_3_thankYou__\+w5l2{height:5rem;margin-top:8.38rem}.Template_3_TemplateWrapper__0J1Ww .Template_3_Template_3__\+vrO0 .Template_3_thankYou__\+w5l2 h1{color:#000;font-family:Noto Serif;font-size:2.93513rem;font-weight:400;height:4.625rem;line-height:4.625rem;text-align:center}.Lodging_LodgingWrapper__jnf7z{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000001a;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.Lodging_LodgingWrapper__jnf7z .Lodging_Loading__cgNJT{align-items:center;color:#fff;display:flex;font-size:5rem;font-weight:600;height:10rem;justify-content:center;width:10rem}.ImageUpload_ImageUpload__VWtY9{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:1rem;height:3.5rem;position:absolute;width:3.5rem;z-index:50!important}.ImageUpload_ImageUpload__VWtY9 .ImageUpload_Icon__KlCSy{height:100%!important;width:100%!important}.Template4_TemplateWrapper__74XrF{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template4_TemplateWrapper__74XrF::-webkit-scrollbar{display:none}.Template4_TemplateWrapper__74XrF .Template4_Setting__AUulq{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template4_TemplateWrapper__74XrF .Template4_Template4__miRDx{background:#0a090d;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Template4__miRDx::-webkit-scrollbar{display:none}.Template4_TemplateWrapper__74XrF .Template4_Template4__miRDx section{scroll-snap-align:start;scroll-snap-stop:always}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy{background:linear-gradient(0deg,#0000004d,#0000004d),#d3d3d3 50%/cover no-repeat;display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94{display:flex;flex-direction:column;height:87.2%;justify-content:space-around;padding:3vh 3vw;position:relative;width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94{height:90.49vh;width:100%}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_backgroundImage__3K\+9y{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_backgroundImage__3K\+9y .Template4_landingChangeIcon__OcuoD{cursor:pointer;height:4rem;right:3rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_backgroundImage__3K\+9y .Template4_landingChangeIcon__OcuoD{height:3rem;width:3rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_backgroundImage__3K\+9y img{height:100%;object-fit:cover;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section1__htr2\+ .Template4_logo__1-gZQ{align-items:center;display:flex;height:10.74vh;justify-content:center;width:11.57vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section1__htr2\+ .Template4_logo__1-gZQ{height:6.43vh;width:23.256vw}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section1__htr2\+ .Template4_logo__1-gZQ img{height:100%;object-fit:cover;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section1__htr2\+ .Template4_logo__1-gZQ p{color:#fff;font-family:Poppins;font-size:2.16544rem;font-style:normal;font-weight:500;letter-spacing:.34644rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section1__htr2\+ .Template4_logo__1-gZQ p{font-size:1.125rem;letter-spacing:.18rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi{align-items:flex-start;display:flex;flex-direction:column}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6{display:flex;flex-direction:column;gap:.1rem;position:relative}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_EditTextIcon__BnNio{height:4rem;left:1rem;position:absolute;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_EditTextIcon__BnNio{height:3rem;left:7rem;width:3rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_name__AQvbS{color:#fff;font-family:Bebas Neue;font-size:9.27175rem;font-style:normal;font-weight:400;letter-spacing:.37088rem;line-height:108%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_name__AQvbS{font-size:3.25rem;letter-spacing:.13rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_buttons__NRfdd{display:flex;gap:1rem}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_buttons__NRfdd button{align-items:center;background:#0000;border:none;display:inline-flex;flex-shrink:0;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;gap:.625rem;height:4.6875rem;justify-content:center;letter-spacing:.265rem;line-height:normal;padding:1.25rem 3.75rem;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_buttons__NRfdd button{align-items:center;display:flex;flex-shrink:0;gap:.625rem;height:3rem;justify-content:center;padding:1.25rem 3.75rem;width:8.75rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_buttons__NRfdd button:first-child{background:#fff;border:1px solid #fff;color:#000;width:11rem}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_buttons__NRfdd button:last-child{border:1px solid #fff;color:#fff}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_socials__KiLXM{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000d;border-radius:1.375rem;display:flex;flex-shrink:0;height:4.25rem;justify-content:space-around;margin-top:2rem;width:31.125rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_socials__KiLXM{border-radius:1.25rem;height:2.875rem;width:15.9375rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_socials__KiLXM img{cursor:pointer;height:2.53494rem;width:2.53494rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_leftSection__SMfP6 .Template4_socials__KiLXM img{flex-shrink:0;height:1.2105rem;width:1.2105rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv{display:flex;flex-direction:column;gap:4rem;position:absolute;right:0;top:50%;transform:translate(-50%,-50%)}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv{flex-direction:row;left:50%;position:relative;top:50%}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_posts__LH6hg h3,.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_subscribers__vOgtp h3{color:#fff;font-family:Poppins;font-size:3.667rem;font-style:normal;font-weight:600;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_posts__LH6hg h3,.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_subscribers__vOgtp h3{font-size:1.7755rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_posts__LH6hg p,.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_subscribers__vOgtp p{color:#736d6d;font-family:Poppins;font-size:2.047rem;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_posts__LH6hg p,.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_subscribers__vOgtp p{font-size:.99113rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_RatingContainer__wHBWO{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;width:7rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_RatingContainer__wHBWO{flex-shrink:0;height:3.99925rem;width:3.99925rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_RatingContainer__wHBWO img{height:100%;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_RatingContainer__wHBWO p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_topSection__\+8r94 .Template4_section2__xZrFi .Template4_rightSection__x29Kv .Template4_RatingContainer__wHBWO p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_bottomSection__eezX4{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#212121eb;display:flex;height:12.8%;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_bottomSection__eezX4{height:9.51vh}}.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_bottomSection__eezX4 img{height:7vh;margin-right:3vw;object-fit:contain}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container1__xFcJy .Template4_bottomSection__eezX4 img{height:5vh;margin-right:5vw}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT{flex-direction:column}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:55%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6{align-items:flex-start;height:50%;justify-content:flex-start;padding-left:1.5rem;padding-top:3rem;width:100%}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6 .Template4_frame__ua-9M{background:radial-gradient(50% 50% at 50% 50%,#4788e9 0,#6037d4 100%);flex-shrink:0;height:48.07681rem;width:33.36244rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6 .Template4_frame__ua-9M{height:22.79231rem;width:15.8165rem}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6 .Template4_heroImage__g1JB9{flex-shrink:0;height:45.275rem;position:absolute;right:0;top:50%;transform:translateY(-47%);width:50.91781rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6 .Template4_heroImage__g1JB9{height:21.464rem;left:1rem;width:24.13913rem}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6 .Template4_heroImage__g1JB9 img{height:100%;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6 .Template4_heroImage__g1JB9 .Template4_aboutusChangeIcon__Q6WwI{cursor:pointer;height:4rem;left:4rem;position:absolute;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_leftSection__SMfP6 .Template4_heroImage__g1JB9 .Template4_aboutusChangeIcon__Q6WwI{height:3rem;left:1rem;width:3rem}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv{display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;padding-left:.3rem;position:relative;width:45%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv{height:50%;padding-left:2rem;width:100%}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv .Template4_EditTextIcon__BnNio{height:4rem;position:absolute;right:4rem;top:21rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv .Template4_EditTextIcon__BnNio{height:3rem;right:1rem;top:4rem;width:3rem}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv h2{color:#fff;font-family:Poppins;font-size:5.42638rem;font-style:normal;font-weight:600;letter-spacing:.21706rem;line-height:103%;width:40.06675rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv h2{color:#fff;font-family:Poppins;font-size:2.125rem;font-style:normal;font-weight:600;letter-spacing:.085rem;line-height:103%}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv .Template4_aboutusText__CQ7mG{color:#e9e9e9;flex-shrink:0;font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:300;height:22.49231rem;letter-spacing:.38094rem;line-height:208.5%;width:36.37675rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv .Template4_aboutusText__CQ7mG{color:#e9e9e9;font-family:Poppins;font-size:.875rem;font-style:normal;font-weight:300;height:12.62925rem;letter-spacing:.23188rem;line-height:208.5%;width:20.42525rem}}.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv button{align-items:center;align-self:center;background:#6037d566;border:4.728px solid #c9b7ff;border-radius:.62775rem;color:#c9b7ff;display:inline-flex;font-family:Poppins;font-size:1.37888rem;font-style:normal;font-weight:500;gap:.98488rem;justify-content:center;line-height:normal;margin-top:2rem;padding:1.77281rem 3.93963rem;width:max-content}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container2__S5DuT .Template4_rightSection__x29Kv button{border:2.654px solid #c9b7ff;border-radius:.3525rem;gap:.553rem;padding:.99544rem 2.21206rem}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c{background:#5d41d7;display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c{flex-direction:column-reverse}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6{display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;padding-left:6rem;position:relative;width:40%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6{height:60%;padding-left:3rem;width:100%}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6 .Template4_EditTextIcon__BnNio{height:4rem;position:absolute;right:2rem;top:28rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6 .Template4_EditTextIcon__BnNio{height:3rem;top:12rem;width:3rem}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6 h2{color:#fff;font-family:Poppins;font-size:5.42638rem;font-style:normal;font-weight:600;letter-spacing:.21706rem;line-height:103%;width:27.25294rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6 h2{font-size:2.875rem;letter-spacing:.115rem;width:11.51044rem}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6 .Template4_chooseusText__jRc5u{color:#e9e9e9;font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:400;height:22.49231rem;letter-spacing:.38094rem;line-height:208.5%;width:32.67563rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_leftSection__SMfP6 .Template4_chooseusText__jRc5u{font-size:.875rem;height:13.39844rem;letter-spacing:.23188rem;width:19.46456rem}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv{display:flex;height:100%;justify-content:center;position:relative;width:60%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv{height:40%;width:100%}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv .Template4_frame__ua-9M{background:url(/static/media/temp4chooseusbg.bf0e542cb07c8a5c12dd.png);background-size:cover;flex-shrink:0;height:60.24281rem;max-height:90vh;width:39.78744rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv .Template4_frame__ua-9M{flex-shrink:0;height:20.37319rem;width:20.84744rem}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv .Template4_heroImage__g1JB9{height:60.24281rem;max-height:90vh;position:absolute;top:0;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv .Template4_heroImage__g1JB9 .Template4_chooseusChangeIcon__OP\+f3{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv .Template4_heroImage__g1JB9 .Template4_chooseusChangeIcon__OP\+f3{height:3rem;right:4rem;top:1rem;width:3rem}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv .Template4_heroImage__g1JB9{flex-shrink:0;height:20.37319rem;width:100%}}.Template4_TemplateWrapper__74XrF .Template4_Container3__xlv3c .Template4_rightSection__x29Kv .Template4_heroImage__g1JB9 img{height:100%;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_top__dqoLe{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding:3rem 6rem}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_top__dqoLe{align-items:start;flex-direction:column;gap:2rem;padding:3rem 2rem}}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_top__dqoLe .Template4_ourProducts__RZIQ3{color:#fff;font-family:Poppins;font-size:3.875rem;font-style:normal;font-weight:600;letter-spacing:.155rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_top__dqoLe .Template4_ourProducts__RZIQ3{font-size:2.875rem;letter-spacing:.115rem}}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_top__dqoLe .Template4_viewAll__UyamB{color:#fff9;cursor:pointer;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:.06rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_top__dqoLe .Template4_viewAll__UyamB{font-size:1.5rem;letter-spacing:.06rem}}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0{align-items:center;display:flex;flex-grow:1;justify-content:space-around}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0{flex-wrap:wrap;padding-bottom:6rem}}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS{display:flex;flex-direction:column;gap:.5rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS img{flex-shrink:0;height:28.8385rem;width:27.5725rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS h3{color:#fff;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:600;line-height:108%}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS .Template4_actions__T-78U{display:flex;gap:.8rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS .Template4_actions__T-78U .Template4_like__tdNSK{height:2.737rem;width:2.87269rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS .Template4_actions__T-78U .Template4_comment__r3nfl{height:2.58144rem;width:3.02388rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS .Template4_actions__T-78U .Template4_share__loXn2{height:2.22631rem;width:3.77513rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS .Template4_actions__T-78U .Template4_comment__r3nfl img,.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS .Template4_actions__T-78U .Template4_like__tdNSK img,.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCard__kwKiS .Template4_actions__T-78U .Template4_share__loXn2 img{cursor:pointer;height:100%;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU{display:flex;flex-direction:column;gap:.5rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU img{flex-shrink:0;height:11.30881rem;width:10.81238rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU h3{color:#fff;font-family:Poppins;font-size:1.02938rem;font-style:normal;font-weight:600;line-height:108%}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU .Template4_actions__T-78U{display:flex;gap:.8rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU .Template4_actions__T-78U .Template4_like__tdNSK{height:1.07331rem;width:1.1265rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU .Template4_actions__T-78U .Template4_comment__r3nfl{height:1.01231rem;width:1.18581rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU .Template4_actions__T-78U .Template4_share__loXn2{height:.87306rem;width:1.48038rem}.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU .Template4_actions__T-78U .Template4_comment__r3nfl img,.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU .Template4_actions__T-78U .Template4_like__tdNSK img,.Template4_TemplateWrapper__74XrF .Template4_Container4__A4ITs .Template4_products__sHKd0 .Template4_productCardMob__Cm9yU .Template4_actions__T-78U .Template4_share__loXn2 img{cursor:pointer;height:100%;width:100%}.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f{justify-content:space-around}}.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_topSection__\+8r94{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_topSection__\+8r94{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_topSection__\+8r94 h2{color:#fff;font-family:Poppins;font-size:3.875rem;font-style:normal;font-weight:600;letter-spacing:.155rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_topSection__\+8r94 h2{font-size:2.875rem}}.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_topSection__\+8r94 p{color:#fff9;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:.06rem;line-height:103%}.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_carousel__onglT{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_carousel__onglT{margin-left:1.2vw;width:100%}}.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_thankYou__8UIv9{color:#fff;font-family:Calligraffitti;font-size:3.73438rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_Container5__9F1-f .Template4_thankYou__8UIv9{font-size:6.05vw}}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:95%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE{height:64.62vh}}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_media__0BjYU{height:100%;position:absolute;width:100%;z-index:-1}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_media__0BjYU img{height:100%;object-fit:cover;width:100%}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW img{aspect-ratio:1/1;width:8.39vw}}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW .Template4_profileDetails__eWaQA{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW .Template4_profileDetails__eWaQA h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW .Template4_profileDetails__eWaQA h4{font-size:2.56vw}}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW .Template4_profileDetails__eWaQA h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_profile__fG3JW .Template4_profileDetails__eWaQA h5{font-size:1.4vw}}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_details__Q5w-Z{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_details__Q5w-Z{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_details__Q5w-Z p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Template4_TemplateWrapper__74XrF .Template4_postMainContainer__O76RE .Template4_details__Q5w-Z p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh{display:flex;flex-direction:column;gap:3rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;border:.527px solid #2169d6;display:flex;flex-direction:column;flex-shrink:0;height:19.85988rem;justify-content:space-between;position:relative;width:22.33rem;z-index:1}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_backImg__xlIMC{height:100%;position:absolute;width:100%;z-index:-1}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_backImg__xlIMC img{height:100%;width:100%}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_profile__fG3JW{display:flex;gap:.3rem;padding:1rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_profile__fG3JW img{border-radius:1.58088rem;flex-shrink:0;height:1.58088rem;width:1.58088rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_profile__fG3JW .Template4_nameDetail__FtQsb{display:flex;flex-direction:column}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_profile__fG3JW .Template4_nameDetail__FtQsb h3{color:#fff;font-family:Poppins;font-size:.48306rem;font-style:normal;font-weight:500;line-height:normal}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_profile__fG3JW .Template4_nameDetail__FtQsb p{color:#fff;font-family:Poppins;font-size:.2635rem;font-style:normal;font-weight:400;line-height:normal}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z{align-items:center;-webkit-backdrop-filter:blur(1.8443654776px);backdrop-filter:blur(1.8443654776px);background:#fff3;display:flex;justify-content:space-between;padding:0 1rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_desc__hmslV{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.71369rem;font-style:normal;font-weight:400;height:1.73194rem;line-height:123.4%;width:11.60219rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U{align-items:center;display:flex;gap:1rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_comment__r3nfl,.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_like__tdNSK,.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_share__loXn2{align-items:center;display:flex}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_comment__r3nfl p,.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_like__tdNSK p,.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_share__loXn2 p{color:#fff;font-family:Poppins;font-size:.70063rem;font-style:normal;font-weight:600;line-height:123.4%}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_like__tdNSK img{height:.67094rem;width:.70419rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_comment__r3nfl img{height:.87394rem;width:1.02388rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_activeItem__VIFKQ .Template4_details__Q5w-Z .Template4_actions__T-78U .Template4_share__loXn2 img{height:.75494rem;width:1.28013rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm{align-items:flex-start;display:flex;overflow-y:scroll;width:86vw}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm::-webkit-scrollbar{display:none}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm{gap:3vw}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0{background:linear-gradient(0deg,#0000001a,#0000001a),#d3d3d3 50%/cover no-repeat;flex-shrink:0;height:13.06013rem;position:relative;width:10.91594rem;z-index:1}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0 .Template4_backImage__xvqBM{height:100%;position:absolute;width:100%;z-index:-1}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0 .Template4_backImage__xvqBM img{height:100%;width:100%}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0 .Template4_profile__fG3JW{display:flex;gap:.3rem;padding:1rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0 .Template4_profile__fG3JW img{border-radius:1.03963rem;flex-shrink:0;height:1.03963rem;width:1.03963rem}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0 .Template4_profile__fG3JW .Template4_nameDetail__FtQsb{display:flex;flex-direction:column}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0 .Template4_profile__fG3JW .Template4_nameDetail__FtQsb h3{color:#fff;font-family:Poppins;font-size:.31769rem;font-style:normal;font-weight:500;line-height:normal}.Template4_TemplateWrapper__74XrF .Template4_mobileCarousel__5H9hh .Template4_allItems__u6UIm .Template4_postCards__6wDP0 .Template4_profile__fG3JW .Template4_nameDetail__FtQsb p{color:#fff;font-family:Poppins;font-size:.17325rem;font-style:normal;font-weight:400;line-height:normal}#carousel1 .alice-carousel__wrapper .alice-carousel__stage-item{flex-shrink:0;height:30.375rem;transition:all .3s ease;width:23.25rem}#carousel1 .alice-carousel__wrapper .__target{flex-shrink:0;height:36.375rem;width:25.25rem}#carousel1 .alice-carousel__dots,#carousel1 .alice-carousel__next-btn,#carousel1 .alice-carousel__prev-btn{display:none}.InfoButton_InfoButtonContainer__46cO8{height:max-content;left:2rem;position:relative;position:absolute;top:7rem;width:max-content;z-index:100}@media screen and (max-width:1000px){.InfoButton_InfoButtonContainer__46cO8{display:none}}.InfoButton_InfoButton__A1fEn{align-items:center;background:#1e1e1e;border:1px solid #00a498;border-radius:.5rem;cursor:pointer;display:flex;height:40px;justify-content:center;padding:.5rem;position:relative;width:40px}@media screen and (max-width:800px){.InfoButton_InfoButton__A1fEn{top:5rem}}.InfoButton_InfoButton__A1fEn svg{height:100%;width:100%}.InfoButton_Tooltip__ffG\+k{background:#1e1e1e;border-radius:1rem;box-shadow:0 2px 7px 2px #00a498;left:4rem;padding:2rem 3rem 2rem 2rem;position:absolute;top:-1.2rem;width:25vw;z-index:1000}.InfoButton_Tooltip__ffG\+k p{-webkit-box-orient:vertical;line-clamp:3;-webkit-line-clamp:3;color:#fff;display:-webkit-box;font-family:Poppins;font-size:.8vw;font-style:normal;font-weight:500;line-height:normal;overflow:hidden}.InfoButton_Tooltip__ffG\+k{border-radius:.2rem;display:flex;flex-direction:column;gap:.2rem;opacity:0;transform:scale(0);transform-origin:0 3%;transition:all .3s ease-in-out;z-index:1}@media(max-width:930px)and (orientation:portrait){.InfoButton_Tooltip__ffG\+k{width:60vw}}.InfoButton_Tooltip__ffG\+k.InfoButton_Active__L\+4NO{opacity:1;transform:scale(1)}.InfoButton_Tooltip__ffG\+k:before{background:#1e1e1e;content:"";height:4rem;left:-.5rem;position:absolute;top:1.8rem;transform:rotate(45deg);width:6rem;z-index:-1}.InfoButton_Tooltip__ffG\+k .InfoButton_Cross__d4XEG{cursor:pointer;position:absolute;right:1rem;top:1rem;transition:all .3s ease-in-out}.InfoButton_Tooltip__ffG\+k .InfoButton_Cross__d4XEG:hover svg path{fill:#00a498}.InfoButton_Tooltip__ffG\+k a{color:#00a498}.HomeButton_HomeButton__AeEuh{align-items:center;background:#1e1e1e;border:1px solid #00a498;border-radius:.5rem;cursor:pointer;display:flex;height:40px;justify-content:center;left:2rem;padding:.5rem;position:absolute;top:2rem;width:40px;z-index:10}@media screen and (max-width:1000px){.HomeButton_HomeButton__AeEuh{display:none}}@media screen and (max-width:800px){.HomeButton_HomeButton__AeEuh{top:5rem}}.HomeButton_HomeButton__AeEuh svg{height:100%;width:100%}.HomeButton_SubmitMobileView__ix6k2{align-items:center;background:#1e1e1e;border:1px solid #00a498;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0 10px;position:absolute;right:2rem;top:2rem;z-index:10}.HomeButton_SubmitMobileView__ix6k2 svg{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate5_TemplateWrapper__5RufT::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Setting__3NkCz{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Template5__EmjmG{background:#16171b;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Template5__EmjmG::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Template5__EmjmG section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg{align-self:center;display:flex;gap:2rem;margin-right:6rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg{flex-direction:column;margin-right:0}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_logo__HiH\+-{align-items:center;border:.769px solid #fff;display:flex;height:7.5rem;justify-content:center;width:12.5rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_logo__HiH\+-{height:3.75rem;width:6.25rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_logo__HiH\+- img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;border:1px solid #fff;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;height:35.39425rem;justify-content:flex-end;position:relative;width:75.61756rem;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU{height:16.31438rem;position:relative;width:22.4715rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_landingChangeIcon__AO5\+5{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_landingChangeIcon__AO5\+5{height:3rem;right:1rem;top:1rem;width:3rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_backImage__JkTj8{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_backImage__JkTj8 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5{gap:.11rem;position:relative;transform:translateX(-7%)}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_EditTextIcon__VJrjq{height:4rem;left:2rem;position:absolute;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_EditTextIcon__VJrjq{height:3rem;width:3rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_businessName__VdukT{color:#fff;font-family:Inter;font-size:6.70875rem;font-style:normal;font-weight:600;line-height:normal;width:max-content}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_businessName__VdukT{font-size:2.125rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb{align-items:center;display:flex;gap:.5rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb{bottom:-10rem;position:absolute;transform:translateX(7%)}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb button{background-color:#0000;color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:.265rem;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb button{font-size:.811rem;letter-spacing:.21494rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb button:first-child{align-items:center;border:1px solid #12c99d1c;display:flex;gap:.625rem;justify-content:center;padding:1.25rem 3.75rem;width:15.2rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb button:first-child{padding:1.01369rem 3.04113rem;width:12.02069rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb button:nth-child(2){align-items:center;border:1px solid #1689f2;display:flex;justify-content:center;padding:1.25rem 3.75rem;width:11rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_nameActions__OAmi5 .Btemplate5_buttons__E5eQb button:nth-child(2){padding:1.01369rem 3.04113rem;width:8.92069rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_logosContainer__cwKoW{height:5.63725rem;overflow:hidden;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_logosContainer__cwKoW{height:4rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_logosContainer__cwKoW img{height:6vh;margin-right:3vw;object-fit:contain}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section1__LwJBg .Btemplate5_hero__04UiU .Btemplate5_logosContainer__cwKoW img{height:5vh;margin-right:5vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb{align-items:center;display:flex;justify-content:space-between;margin-left:10rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb{flex-direction:column;gap:2rem;margin-left:0}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch{align-items:center;display:flex;gap:3rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch{align-items:start;gap:2rem;margin-top:.6rem;padding-left:2rem;width:100%}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_post__lkW9N,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_subscriber__dvkfr{display:flex;flex-direction:column}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_post__lkW9N h2,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_subscriber__dvkfr h2{color:#fff;font-family:Poppins;font-size:2.57513rem;font-style:normal;font-weight:600;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_post__lkW9N h2,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_subscriber__dvkfr h2{font-size:1.64244rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_post__lkW9N p,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_subscriber__dvkfr p{color:#736d6d;font-family:Poppins;font-size:1.4375rem;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_post__lkW9N p,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_subscriber__dvkfr p{font-size:.91688rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_RatingContainer__-3uXG{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_RatingContainer__-3uXG{flex-shrink:0;height:3.99925rem;width:3.99925rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_RatingContainer__-3uXG img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_RatingContainer__-3uXG p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_postSubscriber__OmNch .Btemplate5_RatingContainer__-3uXG p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0{background:#2b2b2b;flex-shrink:0;height:9.86706rem;padding:2rem;width:43.746rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0{align-self:flex-end;height:6.2845rem;padding:1rem;width:90%}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_reachUs__6pX7n{color:#fff;font-family:Inter;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:.265rem;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_reachUs__6pX7n{font-size:.63694rem;letter-spacing:.16881rem;margin-left:1.5rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_line__9mRWu{stroke-width:1px;stroke:#5f5d5d;flex-shrink:0;height:1rem;width:15.90688rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_line__9mRWu{margin-left:1.5rem;width:10.13131rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_line__9mRWu img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_socials__-yyzq{align-items:center;display:flex;justify-content:space-around;margin-top:2rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_socials__-yyzq{margin-top:1rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_socials__-yyzq img{height:1.7375rem;width:1.7375rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section2__bI6Bb .Btemplate5_socialContainer__HUWZ0 .Btemplate5_socials__-yyzq img{height:1.2105rem;width:1.2105rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl{width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl{overflow:scroll}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl::-webkit-scrollbar{display:none}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl .Btemplate5_postContainer__vMS8H{align-items:center;display:flex;justify-content:center}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl .Btemplate5_postContainer__vMS8H{justify-content:flex-start;padding-left:2rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl .Btemplate5_postContainer__vMS8H{gap:2rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl .Btemplate5_postContainer__vMS8H img{height:8.40713rem;width:13.80944rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container1__Fn2RI .Btemplate5_section3__3RQvl .Btemplate5_postContainer__vMS8H img{flex-shrink:0;height:6.318rem;width:10.37788rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR{align-items:center;display:flex;height:100vh;max-height:100vh;max-width:100vw;padding-left:3rem;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR{flex-direction:column;padding-left:0}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_heroImage__18qkv{background:linear-gradient(0deg,#0000004d,#0000004d) #d3d3d3 50%/cover no-repeat;flex-shrink:0;height:57.02613rem;position:relative;width:85.34188rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_heroImage__18qkv{height:31.70769rem;margin-top:5rem;width:23.91969rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_heroImage__18qkv .Btemplate5_aboutusChangeIcon__gTVTo{cursor:pointer;height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_heroImage__18qkv .Btemplate5_aboutusChangeIcon__gTVTo{height:3rem;width:3rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_heroImage__18qkv img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA{-webkit-backdrop-filter:blur(35.6576728821px);backdrop-filter:blur(35.6576728821px);background:#1e1e1e33;display:flex;flex-direction:column;flex-shrink:0;gap:1rem;height:47.364rem;justify-content:center;padding:.1rem 4rem;position:absolute;right:0;top:50%;transform:translate(-10%,-50%);width:46.45288rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA{height:22.20969rem;left:18%;padding:.1rem 2rem;top:70%;width:21.7825rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA .Btemplate5_EditTextIcon__VJrjq{height:4rem;position:absolute;right:1rem;top:5rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA .Btemplate5_EditTextIcon__VJrjq{height:3rem;top:1rem;width:3rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA h2{color:#fff;font-family:Prata;font-size:3.72994rem;font-style:normal;font-weight:400;letter-spacing:.09325rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA h2{font-size:1.74906rem;letter-spacing:.04375rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA .Btemplate5_aboutusText__m8kQq{color:#fff;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:.3975rem;line-height:normal;width:38.05206rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA .Btemplate5_aboutusText__m8kQq{font-size:.70338rem;letter-spacing:.18638rem;width:17.84319rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA .Btemplate5_line__9mRWu{stroke-width:1px;stroke:#fff;flex-shrink:0;height:.2rem;width:14.57975rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA .Btemplate5_line__9mRWu{width:6.83669rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA .Btemplate5_line__9mRWu img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA button{align-items:center;background-color:#0000;border:4.707px solid #fff;border-radius:.625rem;color:#fff;display:flex;font-family:Poppins;font-size:1.37288rem;font-style:normal;font-weight:500;justify-content:center;line-height:normal;margin-top:3rem;padding:1.76506rem 3.92244rem;width:max-content}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container2__GU5OR .Btemplate5_aboutDesc__Es4GA button{border:2.207px solid #fff;border-radius:.29306rem;padding:.82769rem 1.83931rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N{align-items:center;display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N{align-items:start;justify-content:center}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1{flex-shrink:0;height:57.35869rem;margin-left:10rem;position:relative;width:57.24144rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1{flex-shrink:0;height:22.6495rem;margin-left:0;margin-top:30%;width:22.60319rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794{-webkit-backdrop-filter:blur(35.6576728821px);backdrop-filter:blur(35.6576728821px);background:#1e1e1e33;display:flex;flex-direction:column;flex-shrink:0;gap:2rem;height:38.99731rem;justify-content:center;overflow:scroll;padding:.1rem 3rem;position:absolute;right:-70%;top:50%;transform:translateY(-50%);width:48.5345rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794 .Btemplate5_EditTextIcon__VJrjq{height:4rem;position:absolute;right:1rem;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794 .Btemplate5_EditTextIcon__VJrjq{height:3rem;width:3rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794{-webkit-backdrop-filter:blur(17.3857192993px);backdrop-filter:blur(17.3857192993px);background:#1e1e1e33;flex-shrink:0;height:19.01406rem;right:-3%;top:130%;width:23.66413rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794 h2{color:#fff;font-family:Prata;font-size:3.72994rem;font-style:normal;font-weight:400;letter-spacing:.09325rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794 h2{font-size:1.81863rem;letter-spacing:.04544rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794 .Btemplate5_chooseText__YFT4Z{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:300;height:25.44413rem;letter-spacing:.3975rem;line-height:normal;width:38.05206rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container3__WHP6N .Btemplate5_chooseusHero__aSbw1 .Btemplate5_chooseusText__yH794 .Btemplate5_chooseText__YFT4Z{font-size:.73138rem;height:12.40588rem;letter-spacing:.19381rem;width:18.55319rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_topSection__UUfRK{align-items:center;display:flex;justify-content:space-between;padding:2rem 4rem .2rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_topSection__UUfRK{align-items:flex-start;flex-direction:column;padding:1rem 1.5rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_topSection__UUfRK h2{color:#fff;font-family:Poppins;font-size:4.86919rem;font-style:normal;font-weight:600;letter-spacing:1.29031rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_topSection__UUfRK h2{font-size:1.88163rem;letter-spacing:.09406rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_topSection__UUfRK p{color:#fff;font-family:Poppins;font-size:1.64913rem;font-style:normal;font-weight:300;letter-spacing:.437rem;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_topSection__UUfRK p{font-size:.875rem;letter-spacing:.0875rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_progress__VkLkj{align-items:center;display:flex;padding:0 4rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_progress__VkLkj .Btemplate5_white__AygeO{background:#fff;border-radius:10.99406rem;height:.98631rem;width:4.10588rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_progress__VkLkj .Btemplate5_white__AygeO{border-radius:4.24844rem;height:.38113rem;width:1.58663rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_progress__VkLkj .Btemplate5_grey__a652n{background:#c4c4c41f;border-radius:10.99406rem;flex-shrink:0;height:.98631rem;width:25.3015rem}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_progress__VkLkj .Btemplate5_grey__a652n{border-radius:4.24844rem;height:.38113rem;width:9.77719rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container4__PZPZ9 .Btemplate5_carousel__p1uur{align-items:center;display:flex;flex:1 1;margin-left:2rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn{justify-content:space-around}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_topSection__UUfRK{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_topSection__UUfRK{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_topSection__UUfRK h2{color:#fff;font-family:Poppins;font-size:3.875rem;font-style:normal;font-weight:600;letter-spacing:.155rem;line-height:103%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_topSection__UUfRK h2{font-size:2.875rem}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_topSection__UUfRK p{color:#fff9;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:600;letter-spacing:.06rem;line-height:103%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_carousel__p1uur{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_carousel__p1uur{margin-left:1.2vw;width:100%}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_thankYou__62ld5{color:#fff;font-family:Calligraffitti;font-size:3.73438rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_Container5__k2GYn .Btemplate5_thankYou__62ld5{font-size:6.05vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:95%;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98{height:64.62vh}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_media__U6962{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_media__U6962 img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7 img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7 img{aspect-ratio:1/1;width:8.39vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7 .Btemplate5_profileDetails__JvZh7{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7 .Btemplate5_profileDetails__JvZh7 h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7 .Btemplate5_profileDetails__JvZh7 h4{font-size:2.56vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7 .Btemplate5_profileDetails__JvZh7 h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_profile__0jnh7 .Btemplate5_profileDetails__JvZh7 h5{font-size:1.4vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_details__zy4YH{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_details__zy4YH{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_details__zy4YH p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Btemplate5_TemplateWrapper__5RufT .Btemplate5_postMainContainer__vrk98 .Btemplate5_details__zy4YH p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa{display:flex;flex-direction:column;gap:3rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;border:.527px solid #2169d6;display:flex;flex-direction:column;flex-shrink:0;height:19.85988rem;justify-content:space-between;position:relative;width:22.33rem;z-index:1}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_backImg__1byPV{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_backImg__1byPV img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_profile__0jnh7{display:flex;gap:.3rem;padding:1rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_profile__0jnh7 img{border-radius:1.58088rem;flex-shrink:0;height:1.58088rem;width:1.58088rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_profile__0jnh7 .Btemplate5_nameDetail__0o478{display:flex;flex-direction:column}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_profile__0jnh7 .Btemplate5_nameDetail__0o478 h3{color:#fff;font-family:Poppins;font-size:.48306rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_profile__0jnh7 .Btemplate5_nameDetail__0o478 p{color:#fff;font-family:Poppins;font-size:.2635rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH{align-items:center;-webkit-backdrop-filter:blur(1.8443654776px);backdrop-filter:blur(1.8443654776px);background:#fff3;display:flex;justify-content:space-between;padding:0 1rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_desc__JhDYR{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.71369rem;font-style:normal;font-weight:400;height:1.73194rem;line-height:123.4%;width:11.60219rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY{align-items:center;display:flex;gap:1rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm{align-items:center;display:flex}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm p,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0 p,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm p{color:#fff;font-family:Poppins;font-size:.70063rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0 img{height:.67094rem;width:.70419rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm img{height:.87394rem;width:1.02388rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm img{height:.75494rem;width:1.28013rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6{align-items:flex-start;display:flex;overflow-y:scroll;width:86vw}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6{gap:3vw}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h{background:linear-gradient(0deg,#0000001a,#0000001a),#d3d3d3 50%/cover no-repeat;flex-shrink:0;height:13.06013rem;position:relative;width:10.91594rem;z-index:1}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_backImage__JkTj8{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_backImage__JkTj8 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_profile__0jnh7{display:flex;gap:.3rem;padding:1rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_profile__0jnh7 img{border-radius:1.03963rem;flex-shrink:0;height:1.03963rem;width:1.03963rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_profile__0jnh7 .Btemplate5_nameDetail__0o478{display:flex;flex-direction:column}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_profile__0jnh7 .Btemplate5_nameDetail__0o478 h3{color:#fff;font-family:Poppins;font-size:.31769rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_mobileCarousel__pmEJa .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_profile__0jnh7 .Btemplate5_nameDetail__0o478 p{color:#fff;font-family:Poppins;font-size:.17325rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_hero__04UiU{background:#d3d3d3 50%/cover no-repeat,#c4c4c4;flex-shrink:0;height:80%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_hero__04UiU img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L h2{color:#fff;font-family:Poppins;font-size:3.48881rem;font-style:normal;font-weight:600;letter-spacing:.92456rem;line-height:normal}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_actions__yyPoY{align-items:center;display:flex;gap:2rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0{height:2.59413rem;width:2.72269rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0 img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm{height:2.44669rem;width:2.866rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm{height:2.11006rem;width:3.57794rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_ProductCard__aak-L .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb{display:flex;flex-direction:column;gap:.5rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_backImg__1byPV{flex-shrink:0;height:12.53863rem;height:24vh;width:21.39531rem;width:85vw}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_backImg__1byPV img{height:100%;object-fit:cover;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_name__OWLr5{color:#fff;font-family:Poppins;font-size:1.51831rem;font-style:normal;font-weight:600;letter-spacing:.40238rem;line-height:normal}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY{align-items:center;display:flex;gap:.3rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm{align-items:center;display:flex}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm img,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0 img,.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm img{height:100%;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_like__W28Y0{height:1.12894rem;width:1.18488rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_comment__ZBmAm{height:1.06475rem;width:1.24725rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_activeItem__wKTwb .Btemplate5_details__zy4YH .Btemplate5_actions__yyPoY .Btemplate5_share__wayDm{height:.91831rem;width:1.55713rem}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_allItems__wNby6{display:flex;flex-direction:column;height:21rem;height:31vh;margin-top:3rem;overflow:scroll;scroll-behavior:smooth;width:100%}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_allItems__wNby6::-webkit-scrollbar{display:none}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h{margin-bottom:1vh}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h:last-child{margin-bottom:0}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_backImage__JkTj8{height:10rem;height:15vh;width:21.51263rem;width:85vw}.Btemplate5_TemplateWrapper__5RufT .Btemplate5_verticalCarousel__oE5\+a .Btemplate5_allItems__wNby6 .Btemplate5_postCards__2dl\+h .Btemplate5_backImage__JkTj8 img{height:100%;object-fit:cover;width:100%}#carousel .alice-carousel__wrapper{height:60vh;padding-top:13.2vh;width:100%}#carousel .alice-carousel__wrapper .alice-carousel__stage-item{height:25.82819rem;transition:all .3s ease;width:27.00844rem}#carousel .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carousel .alice-carousel__wrapper .alice-carousel__stage-item #productCard{height:100%;width:98%}#carousel .alice-carousel__wrapper .__target{flex-shrink:0;height:60vh!important;transform:translateY(-22%);width:50vw!important}#carousel .alice-carousel__wrapper .__target #details{display:block}#carousel .alice-carousel__dots,#carousel .alice-carousel__next-btn,#carousel .alice-carousel__prev-btn{display:none}#carousel2 .alice-carousel__wrapper{width:100%}#carousel2 .alice-carousel__wrapper .alice-carousel__stage-item{flex-shrink:0;height:30.375rem;transition:all .3s ease}#carousel2 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carousel2 .alice-carousel__wrapper .__target{flex-shrink:0;height:30.375rem;width:45vw!important}#carousel2 .alice-carousel__wrapper .__target #details{display:block}#carousel2 .alice-carousel__dots,#carousel2 .alice-carousel__next-btn,#carousel2 .alice-carousel__prev-btn{display:none}.Btemplate1_TemplateWrapper__A3Yxu{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate1_TemplateWrapper__A3Yxu::-webkit-scrollbar{display:none}.Btemplate1_TemplateWrapper__A3Yxu .Btemplate1_Setting__pLCii{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate1_TemplateWrapper__A3Yxu .Btemplate1_Btemplate1__IAuSz{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate1_TemplateWrapper__A3Yxu .Btemplate1_Btemplate1__IAuSz::-webkit-scrollbar{display:none}.Btemplate1_TemplateWrapper__A3Yxu .Btemplate1_Btemplate1__IAuSz section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate1_Container1__p4Edk{background-color:rgba(32,37,37,.452);height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ{display:flex;flex-direction:column;height:87.2%;justify-content:space-around;padding:3vh 3vw;position:relative;width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ{height:90.49vh;width:100%}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_background__yc-vh{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_background__yc-vh img{height:100%;object-fit:cover;width:100%}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_background__yc-vh .Btemplate1_landingChangeIcon__MnASZ{right:2rem;top:2rem}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section1__K-wLG .Btemplate1_logo__nmqa6{align-items:center;display:flex;height:10.74vh;justify-content:center;width:11.57vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section1__K-wLG .Btemplate1_logo__nmqa6{height:6.43vh;width:23.256vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section1__K-wLG .Btemplate1_logo__nmqa6 img{height:100%;object-fit:cover;width:100%}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section1__K-wLG .Btemplate1_logo__nmqa6 p{color:#fff;font-family:Poppins;font-size:2vw;font-style:normal;font-weight:500;letter-spacing:.3207vw;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section1__K-wLG .Btemplate1_logo__nmqa6 p{font-size:3.721vw;letter-spacing:.595vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb{align-items:center;display:flex;flex-direction:column;gap:3vh;position:relative}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_EditTextIcon__A56Iw{cursor:pointer;height:4rem;left:70%;position:absolute;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_EditTextIcon__A56Iw{height:3rem;width:3rem}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_name__jGuMK{color:#fff;font-family:Prata;font-size:4.04vw;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_name__jGuMK{font-size:7.9vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE{display:flex;gap:1vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE{flex-direction:column;gap:1vh}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE .Btemplate1_message__3DmJp,.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE .Btemplate1_subscribe__J8WgN{align-items:center;border-radius:.35vw;color:#fff;cursor:pointer;display:flex;font-family:Inter;font-size:.93vw;font-style:normal;font-weight:500;height:4.82vh;justify-content:center;letter-spacing:.25vw;line-height:normal;padding:1.36vh 2.635vw;text-transform:uppercase;width:10.65vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE .Btemplate1_message__3DmJp,.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE .Btemplate1_subscribe__J8WgN{font-size:3.721vw;height:5.15vh;letter-spacing:.986vw;padding:1.629vh 10.583vw;width:53.488vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE .Btemplate1_subscribe__J8WgN{background:#3a1fa9}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE .Btemplate1_message__3DmJp{border:.044vw solid #d7d7d7}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_buttons__UeyaE .Btemplate1_message__3DmJp{border:.176vw solid #d7d7d7}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_socials__03NTq{align-items:center;-webkit-backdrop-filter:blur(.58vw);backdrop-filter:blur(.58vw);background:#0000000d;border-radius:1.27vw;display:flex;height:6.1vh;justify-content:space-around;width:28.92vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_socials__03NTq{-webkit-backdrop-filter:blur(2.326vw);backdrop-filter:blur(2.326vw);background:#00000014;border-radius:4.651vw;height:4.938vh;width:59.302vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_socials__03NTq img{aspect-ratio:1/1;cursor:pointer;width:2.35vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section2__z-cpb .Btemplate1_socials__03NTq img{aspect-ratio:1/1;width:3.721vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0{align-items:center;display:flex;gap:4vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0{gap:9.854vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_posts__LHzvh h2,.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_subscribers__tEF80 h2{color:#fff;cursor:pointer;font-family:Poppins;font-size:2.85vw;font-style:normal;font-weight:600;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_posts__LHzvh h2,.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_subscribers__tEF80 h2{font-size:7.24vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_posts__LHzvh p,.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_subscribers__tEF80 p{color:#736d6d;cursor:pointer;font-family:Poppins;font-size:1.59vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_posts__LHzvh p,.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_subscribers__tEF80 p{font-size:4.04vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_RatingContainer__GEYMa{align-items:center;cursor:pointer;display:flex;height:7vw;justify-content:center;position:relative;width:7vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_RatingContainer__GEYMa{height:18vw;width:18vw}}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_RatingContainer__GEYMa img{height:100%;width:100%}.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_RatingContainer__GEYMa p{color:#fff;font-family:Poppins;font-size:1.123vw;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_topSection__TJsgJ .Btemplate1_section3__c2URY .Btemplate1_postSection__PdAY0 .Btemplate1_RatingContainer__GEYMa p{font-size:2.3vw}}.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk{align-items:center;background:#fff;display:flex;height:12.8%;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk{height:9.51vh}}.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW{align-items:center;display:flex}.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_cnbc__iXJQU{height:6.88vh;margin-right:2vw;opacity:.6;width:5.56vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_cnbc__iXJQU{height:4.267vh;width:16.46vw}}.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_bbc__ZwccP{height:6.88vh;margin-right:2vw;opacity:.6;width:7.9vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_bbc__ZwccP{height:4.267vh;width:16.46vw}}.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_time__epjLD{height:6.88vh;margin-right:2vw;opacity:.6;width:7.9vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_time__epjLD{height:4.267vh;width:70.644px}}.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_newyorkTimes__hYhiT{height:6.88vh;margin-right:2vw;opacity:.6;width:11.81vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand1__5NCnW .Btemplate1_newyorkTimes__hYhiT{height:4.267vh;width:24.65vw}.Btemplate1_Container1__p4Edk .Btemplate1_bottomSection__q1eRk .Btemplate1_brand2__h7Vft{display:none}}.Btemplate1_Container2__3g9op{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op{flex-direction:column}}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg{align-items:center;display:inline-flex;flex-direction:column;gap:.986vh;height:82.34vh;width:48.38vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg{align-items:center;display:inline-flex;flex-direction:column;gap:.569vh;height:47.65vh;width:93.7209vw}}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_activeProduct__nFZ4V{height:63.25vh;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_activeProduct__nFZ4V{height:36.64vh;width:100%}}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_activeProduct__nFZ4V img{height:100%;object-fit:cover;width:100%}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3{align-items:flex-end;display:flex;gap:2.77vw;height:18.15vh;justify-content:center;width:36.56vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3{gap:23.18px;height:10.49vh;width:71.127vw}}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc{box-shadow:10px 10px 30px 0 #00000040;height:13.14vh;position:relative;transition:height .3s ease;width:10.36vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc{height:7.61vh;width:20.095vw}}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc img{cursor:pointer;height:100%;width:100%}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc .Btemplate1_img1ChangeIcon__OfHK-,.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc .Btemplate1_img2ChangeIcon__t6XUH,.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc .Btemplate1_img3ChangeIcon__3u\+87{bottom:2rem;cursor:pointer;height:3rem;left:2rem;position:absolute;width:3rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc .Btemplate1_img1ChangeIcon__OfHK-,.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc .Btemplate1_img2ChangeIcon__t6XUH,.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_product__h\+ifc .Btemplate1_img3ChangeIcon__3u\+87{bottom:1rem;height:2rem;width:2rem}}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_active__QCBIm{height:18vh;transition:height .3s ease;width:10.36vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_active__QCBIm{height:10.49vh;width:20.095vw}}.Btemplate1_Container2__3g9op .Btemplate1_leftSection__dMJkg .Btemplate1_products__R8mr3 .Btemplate1_active__QCBIm img{cursor:pointer;height:100%;width:100%}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz{display:flex;flex-direction:column;gap:3vh;position:relative}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz h1{color:#000;font-family:Prata;font-size:3.52vw;font-style:normal;font-weight:400;letter-spacing:.088vw;line-height:113.5%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz h1{font-size:8.245vw;letter-spacing:.206vw}}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_content__CrjE7{height:32.11vh;overflow:hidden;width:33.72vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_content__CrjE7{height:22.41vh;width:68.989vw}}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_content__CrjE7 .Btemplate1_EditTextIcon__A56Iw{cursor:pointer;height:4rem;position:absolute;right:4rem;top:-4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_content__CrjE7 .Btemplate1_EditTextIcon__A56Iw{height:3rem;right:-1.6rem;top:-2rem;width:3rem}}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_content__CrjE7 .Btemplate1_aboutusText__fLpNF{color:#3f3f3f;font-family:Poppins;font-size:1.21875vw;font-style:normal;font-weight:300;letter-spacing:.323vw;line-height:155.5%;max-height:50vh;overflow-y:scroll;padding-bottom:2rem}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_content__CrjE7 .Btemplate1_aboutusText__fLpNF::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_content__CrjE7 .Btemplate1_aboutusText__fLpNF{font-size:2.85vw;letter-spacing:.754vw}}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_hiring__Wye\+E{align-items:center;background:#3a1fa9;border-radius:.448vw;cursor:pointer;display:inline-flex;flex-shrink:0;height:7.77vh;justify-content:center;margin-top:1vh;padding:1.735vh 3.364vw;white-space:nowrap;width:18.105vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_hiring__Wye\+E{height:5.43vh;padding:1.21vh 7.87vw;width:42.44vw}}.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_hiring__Wye\+E p{color:#fff;font-family:Inter;font-size:1.181vw;font-style:normal;font-weight:500;letter-spacing:.313vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container2__3g9op .Btemplate1_rightSection__i6CYz .Btemplate1_hiring__Wye\+E p{font-size:2.7674vw;letter-spacing:.7335vw}}.Btemplate1_Container3__lrXVr{background-color:rgba(38,189,101,.562);background:#fff;display:flex;flex-direction:column;gap:2vh;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;padding-bottom:5vh;padding-left:5vw;position:relative;width:100vw}.Btemplate1_Container3__lrXVr .Btemplate1_chooseusChangeIcon__dl3Xq{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container3__lrXVr .Btemplate1_chooseusChangeIcon__dl3Xq{height:3rem;width:3rem}}.Btemplate1_Container3__lrXVr .Btemplate1_imageSection__MFW90{border:1px solid red;height:72.55vh;-webkit-mask-image:url(/static/media/asset.bd401fab3c985db9ee04.png);mask-image:url(/static/media/asset.bd401fab3c985db9ee04.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;position:absolute;right:-22vw;top:-4vh;width:99.611vw}.Btemplate1_Container3__lrXVr .Btemplate1_imageSection__MFW90 img{flex-shrink:0;height:100%;width:100%}.Btemplate1_Container3__lrXVr h2{color:#000;font-family:Prata;font-size:4.429vw;font-style:normal;font-weight:400;letter-spacing:.088vw;line-height:113.5%}.Btemplate1_Container3__lrXVr .Btemplate1_content__CrjE7{position:relative;width:58.091vw}.Btemplate1_Container3__lrXVr .Btemplate1_content__CrjE7 .Btemplate1_chooseusText__cezTj{color:#3f3f3f;font-family:Poppins;font-size:1.61875vw;font-style:normal;font-weight:300;letter-spacing:.322vw;line-height:155.5%}.Btemplate1_Container3__lrXVr .Btemplate1_content__CrjE7 .Btemplate1_EditTextIcon__A56Iw{height:4rem;position:absolute;right:-5rem;top:-2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container3__lrXVr .Btemplate1_content__CrjE7 .Btemplate1_EditTextIcon__A56Iw{height:3rem;width:3rem}}.Btemplate1_Container4__sTMj\+{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate1_Container4__sTMj\+ .Btemplate1_headSection__vqS79{align-items:center;display:inline-flex;height:6.27vh;justify-content:space-between;width:83.1vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_headSection__vqS79{align-items:flex-start;display:inline-flex;flex-direction:column;gap:3.57vh;justify-content:center}}.Btemplate1_Container4__sTMj\+ .Btemplate1_headSection__vqS79 h2{color:#000;font-family:Prata;font-size:3.58796vw;font-style:normal;font-weight:400;letter-spacing:1.55px;line-height:113.5%;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_headSection__vqS79 h2{color:#000;font-family:Prata;font-size:7.44vw;font-style:normal;font-weight:400;letter-spacing:.186vw;line-height:113.5%;text-align:center}}.Btemplate1_Container4__sTMj\+ .Btemplate1_headSection__vqS79 p{color:#525252;font-family:Prata;font-size:2.43vw;font-style:normal;font-weight:400;letter-spacing:.0609vw;line-height:113.5%;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_headSection__vqS79 p{font-size:5.116vw;letter-spacing:.1279vw}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu{align-items:center;display:flex;flex-wrap:wrap;gap:2vw;justify-content:center}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3{flex-shrink:0;height:36.45vh;position:relative;width:22.685vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3{flex-shrink:0;height:18.75vh;width:45.209vw}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 img{height:100%;width:100%}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz{-webkit-backdrop-filter:blur(.983vw);backdrop-filter:blur(.983vw);background:#fff3;bottom:0;display:flex;flex-direction:column;height:14.54vh;justify-content:space-around;left:0;opacity:0;padding:1vh 1.4vw;position:absolute;transform:scaleY(0);transform-origin:bottom;transition:all .5s ease;transition-delay:.2s;width:22.685vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz{-webkit-backdrop-filter:blur(8.4201383591px);backdrop-filter:blur(8.4201383591px);background:#fff3;flex-shrink:0;height:7.47vh;width:45.209vw}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz h2{color:#fff;font-family:Prata;font-size:2.787vw;font-style:normal;font-weight:400;letter-spacing:1.203px;line-height:113.5%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz h2{color:#fff;flex-shrink:0;font-family:Prata;font-size:5.554vw;font-style:normal;font-weight:400;letter-spacing:.1386vw;line-height:113.5%}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516{align-items:center;display:inline-flex;gap:1.4vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516{align-items:center;display:inline-flex;flex-shrink:0;gap:2.791vw;height:2.01vh}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_like__TKmVS{aspect-ratio:1/.8;cursor:pointer;width:2.66vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_like__TKmVS{height:2.33vh;width:5.302vw}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_like__TKmVS img{height:100%;width:100%}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_comment__yU3Cp{aspect-ratio:1/.8;cursor:pointer;width:2.79vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_comment__yU3Cp{height:2.2vh;width:5.579vw}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_comment__yU3Cp img{height:100%;width:100%}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_share__-uI2I{aspect-ratio:1/.8;cursor:pointer;width:3.49vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_share__-uI2I{height:1.9vh;width:6.98vw}}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3 .Btemplate1_hover__imFmz .Btemplate1_interactions__L-516 .Btemplate1_share__-uI2I img{height:100%;width:100%}.Btemplate1_Container4__sTMj\+ .Btemplate1_productContainer__qvhtu .Btemplate1_products__R8mr3:hover .Btemplate1_hover__imFmz{opacity:1;transform:scaleY(1);transition-delay:0s}.Btemplate1_Container5__gqxtW{background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__gqxtW{justify-content:space-around}}.Btemplate1_Container5__gqxtW .Btemplate1_topSection__TJsgJ{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__gqxtW .Btemplate1_topSection__TJsgJ{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Btemplate1_Container5__gqxtW .Btemplate1_topSection__TJsgJ h2{color:#000;font-family:Radley;font-size:2.778vw;font-style:normal;font-weight:400;letter-spacing:.417vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__gqxtW .Btemplate1_topSection__TJsgJ h2{font-size:7.44vw;letter-spacing:1.12vw}}.Btemplate1_Container5__gqxtW .Btemplate1_topSection__TJsgJ p{color:#545454;cursor:pointer;font-family:Radley;font-size:1.852vw;font-style:normal;font-weight:400;letter-spacing:.278vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__gqxtW .Btemplate1_topSection__TJsgJ p{font-size:3.49vw;letter-spacing:.52vw}}.Btemplate1_Container5__gqxtW .Btemplate1_carousel__HAdA7{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__gqxtW .Btemplate1_carousel__HAdA7{margin-left:1.2vw;width:100%}}.Btemplate1_Container5__gqxtW .Btemplate1_thankYou__hdIcv{color:#000;font-family:Playball;font-size:48.319px;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Btemplate1_Container5__gqxtW .Btemplate1_thankYou__hdIcv{font-size:6.05vw}}.Btemplate1_postMainContainer__o3kcs{display:flex;flex-direction:column;height:66.66vh;justify-content:space-between;position:relative;width:59.429vw;width:60vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__o3kcs{height:64.62vh;width:97.39vw}}.Btemplate1_postMainContainer__o3kcs .Btemplate1_media__yPgqj{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate1_postMainContainer__o3kcs .Btemplate1_media__yPgqj img{height:100%;object-fit:cover;width:100%}.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv img{aspect-ratio:1/1;width:8.39vw}}.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv .Btemplate1_profileDetails__YGeZp{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv .Btemplate1_profileDetails__YGeZp h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv .Btemplate1_profileDetails__YGeZp h4{font-size:2.56vw}}.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv .Btemplate1_profileDetails__YGeZp h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__o3kcs .Btemplate1_profile__L5\+Bv .Btemplate1_profileDetails__YGeZp h5{font-size:1.4vw}}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;justify-content:space-between;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7{align-items:center;display:flex;gap:2.3vw;padding-right:2.3vw}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_comment__yU3Cp,.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_like__TKmVS,.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_share__-uI2I{align-items:center;display:flex;gap:.4vw;justify-content:center}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_comment__yU3Cp h3,.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_like__TKmVS h3,.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_share__-uI2I h3{color:#fff;font-family:Poppins;font-size:18.161px;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_like__TKmVS{aspect-ratio:1/.9533;width:2.058vw}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_like__TKmVS img{height:100%;width:100%}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_comment__yU3Cp{aspect-ratio:1/.8543;width:2.538vw}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_comment__yU3Cp img{height:100%;width:100%}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_share__-uI2I{aspect-ratio:1/.591;width:2.922vw}.Btemplate1_postMainContainer__o3kcs .Btemplate1_details__CxCJZ .Btemplate1_actions__Ldau7 .Btemplate1_share__-uI2I img{height:100%;width:100%}.Btemplate1_mobileCarousel__xr503{display:flex;flex-direction:column;gap:4vh}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw{display:flex;flex-direction:column;gap:1vh}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw img{flex-shrink:0;height:37.1vh;width:96.15vw}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw h2{color:#000;font-family:Radley;font-size:8.04vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw .Btemplate1_actions__Ldau7{align-items:center;display:flex;gap:2vw}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw .Btemplate1_actions__Ldau7 .Btemplate1_heart__xbzV6{aspect-ratio:1/.9533;width:7.69vw}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw .Btemplate1_actions__Ldau7 .Btemplate1_heart__xbzV6 img{height:100%;width:100%}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw .Btemplate1_actions__Ldau7 .Btemplate1_comment__yU3Cp{aspect-ratio:1/.8543;width:8.1vw}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw .Btemplate1_actions__Ldau7 .Btemplate1_comment__yU3Cp img{height:100%;width:100%}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw .Btemplate1_actions__Ldau7 .Btemplate1_share__-uI2I{aspect-ratio:1/.591;width:10.13vw}.Btemplate1_mobileCarousel__xr503 .Btemplate1_activeItem__i9lsw .Btemplate1_actions__Ldau7 .Btemplate1_share__-uI2I img{height:100%;width:100%}.Btemplate1_mobileCarousel__xr503 .Btemplate1_allItems__vpFAw{display:flex;gap:2vw;height:30vh;min-width:100vw;overflow:scroll}.Btemplate1_mobileCarousel__xr503 .Btemplate1_allItems__vpFAw::-webkit-scrollbar{display:none}.Btemplate1_mobileCarousel__xr503 .Btemplate1_allItems__vpFAw .Btemplate1_Products__SeWsS{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:1vh;height:18.31vh;min-height:18.31vh;min-width:47.41vw;width:47.41vw}.Btemplate1_mobileCarousel__xr503 .Btemplate1_allItems__vpFAw .Btemplate1_Products__SeWsS img{height:100%;width:100%}.Btemplate1_mobileCarousel__xr503 .Btemplate1_allItems__vpFAw .Btemplate1_Products__SeWsS h2{color:#000;font-family:Radley;font-size:3.97vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Btemplate1_mobileCarousel__xr503 .Btemplate1_allItems__vpFAw .Btemplate1_Products__SeWsS .Btemplate1_actions__Ldau7{display:flex;gap:2vw}#carouselB1 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB1 .alice-carousel__wrapper .__target #details{display:flex}#carouselB1 .alice-carousel__dots,#carouselB1 .alice-carousel__next-btn,#carouselB1 .alice-carousel__prev-btn{display:none}.Btemplate10_TemplateWrapper__Qi8Sf{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate10_TemplateWrapper__Qi8Sf::-webkit-scrollbar{display:none}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Setting__zwksG{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Template10__I-BEn{background:#000;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Template10__I-BEn::-webkit-scrollbar{display:none}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Template10__I-BEn section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU{background:linear-gradient(180deg,#00e3fe,#000 88.92%);height:auto;max-width:100vw;min-height:100vh;position:relative;width:100vw}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_changeLandingIcon__C\+ckA{height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_changeLandingIcon__C\+ckA{height:3rem;width:3rem}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU{background:linear-gradient(180deg,#00e3fe,#000 88.92%);height:100vh;max-height:100vh}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_asset__o0T3W{height:78.1545rem;left:0;position:absolute;top:0;width:100vw;z-index:2}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_asset__o0T3W{height:38.76306rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_asset__o0T3W img{height:100%;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_intro__DM-Qh{flex-shrink:0;height:78.1545rem;width:112.26319rem;width:100vw}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_intro__DM-Qh .Btemplate10_introImage__Z0uay{clip-path:polygon(0 0,100% 0,100% 98%,0 37%);height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_intro__DM-Qh .Btemplate10_introImage__Z0uay{clip-path:polygon(0 0,100% 0,100% 49%,0 33.3%)}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_intro__DM-Qh .Btemplate10_introImage__Z0uay img{height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_intro__DM-Qh .Btemplate10_introImage__Z0uay img{height:60%}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC{align-items:center;-webkit-backdrop-filter:blur(18.5853271484px);backdrop-filter:blur(18.5853271484px);background:#0000002b;border:2px solid #5200ff;border-radius:.77438rem;bottom:0;box-shadow:0 4.956px 4.956px 0 #00000040;display:flex;flex-direction:column;height:16.49506rem;justify-content:space-around;position:absolute;right:10rem;width:10.91531rem;z-index:10}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC{-webkit-backdrop-filter:blur(11.5044641495px);backdrop-filter:blur(11.5044641495px);background:#0000002b;border:1.238px solid #5200ff;border-radius:.47938rem;bottom:8rem;box-shadow:0 3.068px 3.068px 0 #00000040;height:10.21056rem;right:2rem;width:6.75669rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_posts__bSsf9,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_subscribers__tHl7L{align-items:center;display:flex;flex-direction:column}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_posts__bSsf9 h3,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_subscribers__tHl7L h3{color:#fff;font-family:Roboto;font-size:2.68331rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_posts__bSsf9 h3,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_subscribers__tHl7L h3{font-size:1.661rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_posts__bSsf9 h5,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_subscribers__tHl7L h5{color:#fff;font-family:Roboto;font-size:1.25219rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_posts__bSsf9 h5,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_postSubscribers__\+RXCC .Btemplate10_subscribers__tHl7L h5{font-size:.77513rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs{align-items:center;bottom:0;display:flex;gap:2rem;left:0;margin:0 0 .3rem 3rem;position:absolute;z-index:7}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs{left:-2rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_RatingContainer__f5i8f{align-items:center;bottom:10%;cursor:pointer;display:flex;height:7rem;justify-content:center;left:190%;position:absolute;width:7rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_RatingContainer__f5i8f{bottom:20%;height:3.99925rem;left:160%;width:3.99925rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_RatingContainer__f5i8f img{height:100%;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_RatingContainer__f5i8f p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_RatingContainer__f5i8f p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD{align-items:center;background:#0000000d;border:1px solid #633cff;border-radius:1.375rem;display:flex;flex-direction:column;height:31.625rem;justify-content:space-around;width:4.625rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000014;border:1px solid #780eff;border-radius:.5rem;height:11.8125rem;width:2.875rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_location__QsJkD,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_mail__EuAXY,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_phone__ASBE4,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_store__R48t3,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_whatsapp__damLa{height:2.53494rem;width:2.53494rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_location__QsJkD,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_mail__EuAXY,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_phone__ASBE4,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_store__R48t3,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_whatsapp__damLa{height:1.2105rem;width:1.2105rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_location__QsJkD img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_mail__EuAXY img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_phone__ASBE4 img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_store__R48t3 img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_socials__i74mD .Btemplate10_whatsapp__damLa img{cursor:pointer;height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp{left:25%;position:absolute;top:-100%}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_EditTextIcon__boGU5{height:4rem;position:absolute;right:0;top:0;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_EditTextIcon__boGU5{height:3rem;top:-3.4rem;width:3rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_businessName__5I6\+P{color:#efcd3c;font-family:Bebas Neue;font-size:9.59431rem;font-style:normal;font-weight:400;line-height:94%;width:28.91169rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_businessName__5I6\+P{font-size:4.4355rem;width:13.36594rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_buttons__\+iOOB{align-items:center;display:flex;justify-content:space-around;transform:rotate(.17deg)}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_buttons__\+iOOB button{background-color:#0000;border:none;font-family:Roboto;font-size:2.28269rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_buttons__\+iOOB button{font-size:1.05531rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_buttons__\+iOOB button{cursor:pointer}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_buttons__\+iOOB button:first-child{color:#fff;position:relative}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_buttons__\+iOOB button:first-child:before{background:#ffaf38;border-radius:1.98563rem;content:"";height:3.96431rem;left:0;transform:rotate(.17deg);width:3.97119rem}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container1__OosOU .Btemplate10_content__0xxNs .Btemplate10_nameActions__AjWjp .Btemplate10_buttons__\+iOOB button:nth-child(2){color:#ffffff73}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP{background:linear-gradient(180deg,#38d3d8,#000 28.65%);background:#010101;height:auto;max-width:100vw;min-height:100vh;position:relative;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP{background:#010101}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutImage__cigaC{clip-path:polygon(100% 0,100% 71%,0 100%,0 30%);height:127.05494rem;position:relative;transform:translateY(-10%);width:107.99994rem;width:100vw;z-index:3}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutImage__cigaC{height:47.60413rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutImage__cigaC img{height:100%;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutCompany__UUDAu{align-items:center;display:flex;flex-shrink:0;height:38.34181rem;justify-content:flex-end;position:absolute;right:0;top:10%;width:39.78413rem;z-index:5}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutCompany__UUDAu{height:16.04481rem;right:-2%;top:5%;width:16.64838rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutCompany__UUDAu img{fill:#0000004d;height:100%;position:absolute;top:0;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutCompany__UUDAu p{color:#fff;font-family:Roboto;font-size:3.82556rem;font-style:normal;font-weight:300;line-height:normal;margin-right:2rem;width:22.02681rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutCompany__UUDAu p{font-size:1.40538rem;width:8.09175rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutDesc__1uIWU{fill:#0000004d;align-items:center;box-shadow:inset 23.447px 23.447px 35.171px 0 #52525240;display:flex;height:48.75669rem;left:0;position:absolute;top:40%;width:49.96888rem;z-index:5}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutDesc__1uIWU{height:24.11075rem;left:-2%;top:25%;width:24.71019rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutDesc__1uIWU .Btemplate10_EditTextIcon__boGU5{height:4rem;left:4rem;position:absolute;top:5rem;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutDesc__1uIWU .Btemplate10_EditTextIcon__boGU5{height:3rem;top:4rem;width:3rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutDesc__1uIWU img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutDesc__1uIWU .Btemplate10_aboutusText__jS5zN{color:#fff;font-family:Roboto;font-size:1.4375rem;font-style:normal;font-weight:300;height:19.57856rem;line-height:normal;margin-left:3rem;margin-top:3rem;width:28.23156rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_aboutDesc__1uIWU .Btemplate10_aboutusText__jS5zN{font-size:.8125rem;height:max-content;margin-left:1.5rem;margin-top:1rem;width:13.58988rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_hiringButton__SobEE{align-items:center;background:linear-gradient(180deg,#3d96ff,#000);border:1px solid #000;border-radius:.56581rem;bottom:20%;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter;font-size:1.49088rem;font-style:normal;font-weight:500;height:6.33631rem;justify-content:center;letter-spacing:.39506rem;line-height:normal;padding:1.41444rem 4.24338rem;position:absolute;right:10%;text-transform:uppercase;z-index:6}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container2__7HgtP .Btemplate10_hiringButton__SobEE{border:.451px solid #000;border-radius:.25519rem;bottom:32%;font-size:.6725rem;height:2.85806rem;letter-spacing:.17819rem;padding:.638rem 1.914rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD{height:auto;height:calc(62.74963rem - 40%);max-width:100vw;position:relative;width:100vw;z-index:6}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD{height:calc(29.92288rem - 40%)}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusImage__RlzyA{bottom:0;clip-path:polygon(20% 3%,100% 38%,100% 100%,0 100%,0 3%);height:62.74963rem;left:0;position:absolute;width:109.58406rem;width:100vw;z-index:-1}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusImage__RlzyA{clip-path:polygon(5% 3%,100% 38%,100% 100%,0 100%,0 3%);height:29.92288rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusImage__RlzyA img{height:100%;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC{bottom:0;display:flex;flex-direction:column;height:41.61819rem;justify-content:flex-end;left:0;position:absolute;width:108.76069rem;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC{height:17.6825rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC .Btemplate10_EditTextIcon__boGU5{bottom:5rem;height:4rem;position:absolute;right:4rem;width:4rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC .Btemplate10_EditTextIcon__boGU5{bottom:8rem;height:3rem;right:4rem;width:3rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC img{fill:#0000001a;bottom:0;height:100%;position:absolute;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC h3{color:#fff;font-family:Roboto;font-size:4.31575rem;font-style:normal;font-weight:400;line-height:normal;padding-left:4rem;width:21.80963rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC h3{font-size:1.78056rem;width:8.998rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC .Btemplate10_chooseusText__CmA\+H{color:#fff;font-family:Roboto;font-size:1.4375rem;font-style:normal;font-weight:300;line-height:normal;margin-bottom:3rem;padding-left:4rem;width:57.30419rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container3__GQvtD .Btemplate10_chooseusContent__raeqC .Btemplate10_chooseusText__CmA\+H{font-size:.64438rem;width:22.56356rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W{height:auto}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_topSection__z109X{align-items:center;display:flex;justify-content:space-between;padding:3rem 6rem;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_topSection__z109X{padding:3rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_topSection__z109X h3{color:#fff;font-family:Roboto;font-size:5.22569rem;font-style:normal;font-weight:600;line-height:117%;width:19.21306rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_topSection__z109X h3{font-size:2.45275rem;width:9.01775rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_topSection__z109X h4{color:#fff;font-family:Roboto;font-size:2.875rem;font-style:normal;font-weight:400;line-height:75.688%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_topSection__z109X h4{font-size:.82763rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW{grid-row-gap:.8rem;grid-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:33.05875rem 33.05875rem 33.05875rem;grid-template-rows:22.62619rem 22.62619rem;row-gap:.8rem;width:max-content}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW{grid-template-columns:12.0185rem 12.0185rem;grid-template-rows:11.09781rem 11.09781rem;margin-bottom:4rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg{display:flex;flex-direction:column;justify-content:flex-end;padding:2px;position:relative;text-align:center;z-index:1}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_imageUrl__tFmK4{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_imageUrl__tFmK4 img{height:100%;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp{height:auto;overflow:hidden;transition:height .3s ease;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_name__hYpa\+{color:#fff;font-family:Roboto;font-size:2.42644rem;font-style:normal;font-weight:400;line-height:92.688%;padding:1rem 2rem;width:max-content}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_name__hYpa\+{font-size:1.02588rem;padding:.5rem 1rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi-{align-items:center;display:flex;gap:.3rem;padding:1rem 2rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi-{padding:.5rem 1rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_like__JUDhK{flex-shrink:0;height:2.75213rem;width:2.88838rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_like__JUDhK{height:1.16363rem;width:1.22125rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_comment__EjSdn{height:2.59575rem;width:3.0405rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_comment__EjSdn{height:1.0975rem;width:1.2855rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_share__KlDte{height:2.23863rem;width:3.79594rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_share__KlDte{height:.9465rem;width:1.60494rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_comment__EjSdn img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_like__JUDhK img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container4__3L-2W .Btemplate10_productContainer__A6IiW .Btemplate10_product__9QVvg .Btemplate10_nameActions__AjWjp .Btemplate10_actions__o7hi- .Btemplate10_share__KlDte img{cursor:pointer;height:100%;width:100%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r{align-items:center;display:flex;flex-direction:column;gap:2rem;max-width:100vw;min-height:100vh;width:100vw}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r{min-height:auto}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_topSection__z109X{align-items:center;display:flex;justify-content:space-between;padding:3rem 6rem;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_topSection__z109X{padding:3rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_topSection__z109X h3{color:#fff;font-family:Roboto;font-size:5.22569rem;font-style:normal;font-weight:600;line-height:117%;width:19.21306rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_topSection__z109X h3{font-size:2.45275rem;width:9.01775rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_topSection__z109X h4{color:#fff;font-family:Roboto;font-size:2.875rem;font-style:normal;font-weight:400;line-height:75.688%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_topSection__z109X h4{font-size:.82763rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_carousel__8-Bnz{width:81.09794rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_carousel__8-Bnz{width:24.45119rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_thankYou__l5avQ{color:#fff;font-family:Noto Serif;font-size:2.93513rem;font-style:normal;font-weight:400;line-height:normal;margin-bottom:3rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_Container5__tTB2r .Btemplate10_thankYou__l5avQ{font-size:1.625rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr{border-radius:3.60988rem;display:flex;flex-direction:column;height:59.98369rem;justify-content:space-between;position:relative;width:81.09794rem;z-index:1}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr{border-radius:1.08838rem;height:23.57606rem;width:24.45119rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_backImage__ltfu0{border-radius:3.60988rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_backImage__ltfu0 img{border-radius:3.60988rem;height:100%;width:100%}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_backImage__ltfu0 img{border-radius:1.08838rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_upperSection__Du\+9u{align-items:flex-start;display:flex;flex-direction:column;gap:.1rem;padding:3rem 4rem}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_upperSection__Du\+9u h3{color:#000;font-family:Roboto;font-size:2.39438rem;font-style:normal;font-weight:300;letter-spacing:.38313rem;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_upperSection__Du\+9u h3{font-size:.72194rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_upperSection__Du\+9u h4{color:#000;font-family:Roboto;font-size:1.43125rem;font-style:normal;font-weight:300;letter-spacing:.229rem;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_upperSection__Du\+9u h4{font-size:.4315rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z{-webkit-backdrop-filter:blur(4.4300866127px);backdrop-filter:blur(4.4300866127px);background:#fff3;display:flex;height:6.43738rem;margin:2rem;width:77.70725rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z{-webkit-backdrop-filter:blur(1.3356804848px);backdrop-filter:blur(1.3356804848px);background:#fff3;height:1.94088rem;margin:auto auto 1.2rem;width:23.42888rem;width:90%}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_desc__Z3PoC{width:60%}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi-{align-items:center;display:flex;flex:1 1;gap:4rem;justify-content:center}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi-{gap:1.2rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_like__JUDhK{height:2.66281rem;width:2.7945rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_like__JUDhK{height:.80288rem;width:.84263rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_comment__EjSdn{height:3.46856rem;width:4.06319rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_comment__EjSdn{height:1.04575rem;width:1.22506rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_share__KlDte{height:2.99625rem;width:5.08063rem}@media(orientation:portrait){.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_share__KlDte{height:.90338rem;width:1.53181rem}}.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_comment__EjSdn img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_like__JUDhK img,.Btemplate10_TemplateWrapper__Qi8Sf .Btemplate10_GalleryCard__me-Qr .Btemplate10_bottomSection__bMJ6z .Btemplate10_actions__o7hi- .Btemplate10_share__KlDte img{height:100%;width:100%}#CarouselB10 .alice-carousel__dots,#CarouselB10 .alice-carousel__next-btn,#CarouselB10 .alice-carousel__prev-btn{display:none}.Template2_TemplateWrapper__yVcLF{box-sizing:border-box;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template2_TemplateWrapper__yVcLF::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__yVcLF .Template2_Setting__vdBRS{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template2_TemplateWrapper__yVcLF .Template2_Btemplate2__fvEqK{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template2_TemplateWrapper__yVcLF .Template2_Btemplate2__fvEqK::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__yVcLF .Template2_Btemplate2__fvEqK section{scroll-snap-align:start;scroll-snap-stop:always}.Template2_Container1__G2u6l{background:#fcf4ee;display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template2_Container1__G2u6l .Template2_topSection__tt1b1{flex:1 1;height:87.2%;position:relative;width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1{height:90.49vh}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2{align-items:flex-start;display:flex;flex-direction:column;gap:6vh;height:100%;justify-content:space-around;padding-left:5vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2{gap:4vh;height:42.88vh;padding:2vh 0 2vh 6vw;width:100%}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_logo__-zCrY{align-items:center;display:flex;height:10.74vh;justify-content:center;justify-self:flex-start;width:11.57vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_logo__-zCrY{height:6.43vh;width:23.256vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_logo__-zCrY img{height:100%;width:100%}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw{display:flex;flex-direction:column;gap:6vh;position:relative}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw{gap:3vh}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_EditTextIcon__xDCN4{height:4rem;position:absolute;right:-5rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_EditTextIcon__xDCN4{height:3rem;width:3rem}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_name__Bdve1{color:#323232;font-family:Radley;font-size:4.6vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_name__Bdve1{font-size:9.09vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_buttons__2\+t8e{display:flex;gap:1vw}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_buttons__2\+t8e button{align-items:center;border:none;border-radius:.504vw;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter;font-size:1.012vw;font-style:normal;font-weight:300;height:8.17vh;justify-content:center;letter-spacing:.268vw;line-height:normal;padding:2.3vh 3.834vw;text-transform:uppercase;width:15.366vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_buttons__2\+t8e button{font-size:2.16vw;height:4.42vh;padding:1.25vh 8.11vw;width:32.83vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_buttons__2\+t8e button:first-child{background:#c0a181;color:#fff}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_mid__uENMw .Template2_buttons__2\+t8e button:nth-child(2){background:#fff;border:.063vw solid #000;color:#000}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz{align-items:center;display:flex;gap:3vw;justify-self:flex-end}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_RatingContainer__aAJrR{align-items:center;cursor:pointer;display:flex;height:7vw;justify-content:center;position:relative;width:7vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_RatingContainer__aAJrR{height:18vw;width:18vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_RatingContainer__aAJrR img{height:100%;width:100%}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_RatingContainer__aAJrR p{color:#fff;font-family:Poppins;font-size:1.123vw;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_RatingContainer__aAJrR p{font-size:2.3vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS{align-items:center;display:flex;flex-direction:column;gap:.2vh}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_addsub__jTuVt,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_reel__Vytk9,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_addsub__jTuVt,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_reel__Vytk9{fill:#c0a181;align-items:center;aspect-ratio:1/1;background-image:url(/static/media/business2bgsec2.c77894f1bc6da48a49f8.svg);background-size:cover;display:flex;flex-shrink:0;justify-content:center;margin-bottom:2vh;width:2.5vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_addsub__jTuVt,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_reel__Vytk9,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_addsub__jTuVt,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_reel__Vytk9{aspect-ratio:1/1;width:6.79vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_addsub__jTuVt svg,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_reel__Vytk9 svg,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_addsub__jTuVt svg,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_reel__Vytk9 svg{aspect-ratio:1/1;width:1.176vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_addsub__jTuVt svg,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o .Template2_reel__Vytk9 svg,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_addsub__jTuVt svg,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS .Template2_reel__Vytk9 svg{aspect-ratio:1/1;width:2.72vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o p,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS p{color:#000;font-family:Poppins;font-size:1.212vw;font-style:normal;font-weight:500;letter-spacing:.115vw;line-height:118.5%;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_posts__AQt9o p,.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_contents__MBfT2 .Template2_ratingSubs__JuUTz .Template2_subscribers__w48nS p{font-size:2.81vw;letter-spacing:.27vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv{bottom:0;height:77.74vh;position:absolute;right:0;width:50.566vw}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv .Template2_landingChangeIcon__VxlfS{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv .Template2_landingChangeIcon__VxlfS{height:3rem;width:3rem}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv{flex-shrink:0;height:48.61vh;width:100%}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv img{height:100%;width:100%}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv .Template2_socials__cwgaS{align-items:center;background:#fff;bottom:4vh;display:flex;gap:3.628vw;height:13.98vh;justify-content:center;padding:.89vh .579vw;position:absolute;right:4vw;width:36.705vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv .Template2_socials__cwgaS{height:10.24vh;justify-content:space-around;padding:.66vh 1.42vw;right:0;width:90.16vw}}.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv .Template2_socials__cwgaS img{aspect-ratio:1/1;cursor:pointer;width:2.35vw}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_topSection__tt1b1 .Template2_heroImage__rahbv .Template2_socials__cwgaS img{aspect-ratio:1/1;width:3.721vw}}.Template2_Container1__G2u6l .Template2_bottomSection__C0Jog{align-items:center;background:#fff;display:flex;gap:7vw;height:12.8%;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_bottomSection__C0Jog{height:9.51vh}}.Template2_Container1__G2u6l .Template2_bottomSection__C0Jog img{height:7vh;margin-right:3vw;object-fit:contain}@media(max-width:930px)and (min-height:600px){.Template2_Container1__G2u6l .Template2_bottomSection__C0Jog img{height:5vh;margin-right:5vw}}.Template2_Container2__7nuUp{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;padding:1vh 2vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp{flex-direction:column}}.Template2_Container2__7nuUp .Template2_leftSection__JRDVq{display:flex;flex-direction:column;height:100%;justify-content:space-around}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_leftSection__JRDVq{align-items:center;height:50%;width:100%}}.Template2_Container2__7nuUp .Template2_leftSection__JRDVq .Template2_companyDetails__BmOwD{display:flex;flex-direction:column;gap:2vh;padding:4vh 0;position:relative}.Template2_Container2__7nuUp .Template2_leftSection__JRDVq .Template2_companyDetails__BmOwD h2{color:#000;font-family:Radley;font-size:3.125vw;font-style:normal;font-weight:400;letter-spacing:.595vw;line-height:160.5%;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_leftSection__JRDVq .Template2_companyDetails__BmOwD h2{font-size:6.36vw}}.Template2_Container2__7nuUp .Template2_leftSection__JRDVq .Template2_companyDetails__BmOwD .Template2_aboutusText__iIkn3{color:#3f3f3f;font-family:Poppins;font-size:1.176vw;font-style:normal;font-weight:300;height:35.31vh;letter-spacing:.312vw;line-height:155.5%;width:28.266vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_leftSection__JRDVq .Template2_companyDetails__BmOwD .Template2_aboutusText__iIkn3{font-size:2.39vw;height:18.12vh;width:57.34vw}}.Template2_Container2__7nuUp .Template2_leftSection__JRDVq .Template2_companyDetails__BmOwD .Template2_EditTextIcon__xDCN4{height:4rem;position:absolute;right:-5rem;top:8rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_leftSection__JRDVq .Template2_companyDetails__BmOwD .Template2_EditTextIcon__xDCN4{height:3rem;width:3rem}}.Template2_Container2__7nuUp .Template2_leftSection__JRDVq button{align-items:center;background:#ffcd9a;border-radius:.524vw;color:#323232;display:inline-flex;flex-shrink:0;font-family:Inter;font-size:1.168vw;font-style:normal;font-weight:500;height:9.08vh;justify-content:center;letter-spacing:.309vw;line-height:normal;padding:2.02vh 3.325vw;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_leftSection__JRDVq button{border-radius:.9vw;font-size:2.27vw;height:4.65vh;margin-right:30vw;padding:9.684px 6.75vw;width:max-content}}.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv{border:.49vw solid #fff;border-radius:0 10.768vw;flex-shrink:0;height:72.53vh;min-width:350px;position:relative;width:21.513vw}.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv .Template2_aboutImageChangeIcon__lmh\+v{bottom:2rem;height:4rem;position:absolute;right:2rem;width:4rem}.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv .Template2_aboutImageChangeIcon__lmh\+v img{border-radius:0}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv .Template2_aboutImageChangeIcon__lmh\+v{bottom:1rem;height:3rem;right:1rem;width:3rem}.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv{border:1.07vw solid #fff;border-radius:0 23.45vw;flex-shrink:0;height:39.96vh;min-width:100px;width:46.91vw}}.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv img{border-radius:0 10.768vw;height:100%;object-fit:cover;width:100%}.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv:before{aspect-ratio:1/1;background:#fcfcfc url(/static/media/twostars.e3ef77969e312f1ec06c.svg) 50%;background-size:100% 100%;border:.869vw solid #fff;border-radius:50%;bottom:-9vh;content:"";flex-shrink:0;left:-9vw;position:absolute;width:12.716vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv:before{fill:#fcfcfc;stroke-width:1.6vw;stroke:#fff;aspect-ratio:1/1;bottom:1vh;left:-16vw;width:30.44vw}}.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv:after{aspect-ratio:1/1;background:#fcfcfc url(/static/media/twostars.e3ef77969e312f1ec06c.svg) 50%;background-size:100% 100%;border:.869vw solid #fff;border-radius:50%;content:"";flex-shrink:0;position:absolute;right:-9vw;top:-9vh;width:16.716vw;width:12.716vw}@media(max-width:930px)and (min-height:600px){.Template2_Container2__7nuUp .Template2_rightSection__qaKAs .Template2_heroImage__rahbv:after{fill:#fcfcfc;stroke-width:1.6vw;stroke:#fff;aspect-ratio:1/1;right:-16vw;top:1vh;width:30.44vw}}.Template2_Container3__G5bN5{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Template2_Container3__G5bN5 .Template2_upperSection__j2ssS{align-items:center;display:inline-flex;flex-direction:column;gap:.619vh;position:relative}.Template2_Container3__G5bN5 .Template2_upperSection__j2ssS .Template2_EditTextIcon__xDCN4{height:4rem;position:absolute;right:-3rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_upperSection__j2ssS .Template2_EditTextIcon__xDCN4{height:3rem;top:3rem;width:3rem}}.Template2_Container3__G5bN5 .Template2_upperSection__j2ssS h2{color:#000;font-family:Radley;font-size:2.714vw;font-style:normal;font-weight:400;letter-spacing:.515vw;line-height:160.5%;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_upperSection__j2ssS h2{font-size:7.56vw;letter-spacing:1.44vw}}.Template2_Container3__G5bN5 .Template2_upperSection__j2ssS .Template2_chooseusText__LGWgc{color:#3f3f3f;font-family:Poppins;font-size:1.017vw;font-style:normal;font-weight:300;letter-spacing:.269vw;line-height:155.5%;text-align:center;width:60.543vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_upperSection__j2ssS .Template2_chooseusText__LGWgc{font-size:3.21vw;letter-spacing:.85vw;max-height:22.52vh;overflow:hidden;width:83.94vw}}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH{stroke-width:1.851px;stroke:#fed3a7;align-items:flex-end;background-image:url(/static/media/con3frameb2.8a67bc4d0abf2bd180ea.svg);background-size:100% 100%;display:flex;flex-shrink:0;height:33.78vw;justify-content:center;padding:2vh 0;position:relative;width:22.729vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH{height:50.91vh;width:54.66vw}}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH:before{background:url(/static/media/star.ca7c1d21aa9a30ba4fba.svg);background-position:50%;background-size:inherit;bottom:3rem;content:"";height:4rem;left:-3rem;position:absolute;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH:before{bottom:3rem;left:-4rem}}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH:after{background:url(/static/media/star.ca7c1d21aa9a30ba4fba.svg);background-position:50%;background-size:inherit;content:"";height:4rem;position:absolute;right:-3rem;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH:after{right:-4rem;top:0}}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_chooseImageChangeIcon__u4Ez0{cursor:pointer;height:4rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_chooseImageChangeIcon__u4Ez0{height:3rem;width:3rem}}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_asset__v45\+V{height:9vw;left:0;position:absolute;top:2.3rem;width:9vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_asset__v45\+V{height:29vw;left:-7vw;top:5.466vh;width:27vw}}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_asset__v45\+V img{height:100%;width:100%}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_image__gO3Yj{border-radius:9.351vw;height:30.78vw;width:15.787vw}@media(max-width:930px)and (min-height:600px){.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_image__gO3Yj{border-radius:24.97vw;height:46.84vh;width:47.97vw}}.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_image__gO3Yj img{border-radius:9.351vw;height:100%;width:100%}@media(orientation:portrait){.Template2_Container3__G5bN5 .Template2_lowerSection__a494H .Template2_frame__vswEH .Template2_image__gO3Yj img{border-radius:24.97vw}}.Template2_Container4__4qOga{background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Template2_Container4__4qOga .Template2_top__w3PkN{display:flex;justify-content:space-between;padding:.2vh 3vw}@media(max-width:930px)and (min-height:600px){.Template2_Container4__4qOga .Template2_top__w3PkN{flex-direction:column;justify-content:flex-start;padding:.2vh 2vw}}.Template2_Container4__4qOga .Template2_top__w3PkN h2{color:#000;font-family:Radley;font-size:2.778vw;font-style:normal;font-weight:400;letter-spacing:.417vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container4__4qOga .Template2_top__w3PkN h2{font-size:7.44vw;letter-spacing:1.12vw}}.Template2_Container4__4qOga .Template2_top__w3PkN p{color:#545454;cursor:pointer;font-family:Radley;font-size:1.852vw;font-style:normal;font-weight:400;letter-spacing:.278vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container4__4qOga .Template2_top__w3PkN p{font-size:3.49vw;letter-spacing:.52vw}}.Template2_Container4__4qOga .Template2_products__Oq7HW .Template2_carousel__CJr0D{margin-left:5vw;width:95%}@media(max-width:930px)and (min-height:600px){.Template2_Container4__4qOga .Template2_products__Oq7HW .Template2_carousel__CJr0D{margin-left:2vw;width:100%}}.Template2_Container5__pPV7k{background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template2_Container5__pPV7k{justify-content:space-around}}.Template2_Container5__pPV7k .Template2_topSection__tt1b1{display:flex;justify-content:space-between;padding:0 6vw}@media(max-width:930px)and (min-height:600px){.Template2_Container5__pPV7k .Template2_topSection__tt1b1{flex-direction:column;gap:2vh;justify-content:flex-start;padding:.1vh 2vw}}.Template2_Container5__pPV7k .Template2_topSection__tt1b1 h2{color:#000;font-family:Radley;font-size:2.778vw;font-style:normal;font-weight:400;letter-spacing:.417vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container5__pPV7k .Template2_topSection__tt1b1 h2{font-size:7.44vw;letter-spacing:1.12vw}}.Template2_Container5__pPV7k .Template2_topSection__tt1b1 p{color:#545454;cursor:pointer;font-family:Radley;font-size:1.852vw;font-style:normal;font-weight:400;letter-spacing:.278vw;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_Container5__pPV7k .Template2_topSection__tt1b1 p{font-size:3.49vw;letter-spacing:.52vw}}.Template2_Container5__pPV7k .Template2_carousel__CJr0D{align-items:center;display:flex;justify-content:center;margin-left:10vw;width:90%}@media(max-width:930px)and (min-height:600px){.Template2_Container5__pPV7k .Template2_carousel__CJr0D{margin-left:1.2vw;width:100%}}.Template2_Container5__pPV7k .Template2_thankYou__\+Bq0N{color:#000;font-family:Playball;font-size:48.319px;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(max-width:930px)and (min-height:600px){.Template2_Container5__pPV7k .Template2_thankYou__\+Bq0N{font-size:6.05vw}}.Template2_postMainContainer__J6WTV{display:flex;flex-direction:column;height:66.66vh;justify-content:space-between;position:relative;width:59.429vw;width:60vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__J6WTV{height:64.62vh;width:97.39vw}}.Template2_postMainContainer__J6WTV .Template2_media__oU1Pf{height:100%;position:absolute;width:100%;z-index:-1}.Template2_postMainContainer__J6WTV .Template2_media__oU1Pf img{height:100%;object-fit:cover;width:100%}.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s img{aspect-ratio:1/1;border-radius:50%;width:2.97vw}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s img{aspect-ratio:1/1;width:8.39vw}}.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s .Template2_profileDetails__4yT2k{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s .Template2_profileDetails__4yT2k h4{color:#000;font-family:Poppins;font-size:.908vw;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s .Template2_profileDetails__4yT2k h4{font-size:2.56vw}}.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s .Template2_profileDetails__4yT2k h5{color:#000;font-family:Poppins;font-size:.495vw;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__J6WTV .Template2_profile__SqO6s .Template2_profileDetails__4yT2k h5{font-size:1.4vw}}.Template2_postMainContainer__J6WTV .Template2_details__2rtFn{align-items:center;-webkit-backdrop-filter:blur(.216vw);backdrop-filter:blur(.216vw);background:#fff3;display:flex;height:7.78vh;width:59.21vw}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__J6WTV .Template2_details__2rtFn{-webkit-backdrop-filter:blur(.36vw);backdrop-filter:blur(.36vw);height:7.62vh;width:96.97vw}}.Template2_postMainContainer__J6WTV .Template2_details__2rtFn p{color:#fff;font-family:Poppins;font-size:1.34vw;font-style:normal;font-weight:400;height:7.03vh;line-height:123.4%;padding:0 1vw;width:25.567vw}@media(max-width:930px)and (min-height:600px){.Template2_postMainContainer__J6WTV .Template2_details__2rtFn p{font-size:2.2vw;height:2.98vh;width:41.89vw}}.Template2_ProductContainer__vyV-P{display:flex;flex-direction:column;gap:3vh}.Template2_ProductContainer__vyV-P img{flex-shrink:0;height:46.25vh;width:35.761vw}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__vyV-P img{height:170.583px;width:203.919px}}.Template2_ProductContainer__vyV-P h2{color:#000;font-family:Radley;font-size:2.99vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__vyV-P h2{font-size:17.056px}}.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv{align-items:center;display:flex;gap:2vw}.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_heart__W1Hhj{aspect-ratio:1/.9533;width:49.495px}.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_heart__W1Hhj img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_heart__W1Hhj{height:15.562px;width:16.333px}}.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_comment__g3leb{aspect-ratio:1/.8543;width:52.1px}.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_comment__g3leb img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_comment__g3leb{height:14.677px;width:17.192px}}.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_share__YxN\+4{aspect-ratio:1/.591;width:65.043px}.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_share__YxN\+4 img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template2_ProductContainer__vyV-P .Template2_actions__jUTtv .Template2_share__YxN\+4{height:12.658px;width:21.463px}}.Template2_mobileCarousel__cCkST{display:flex;flex-direction:column;gap:4vh}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh{display:flex;flex-direction:column;gap:1vh}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh img{flex-shrink:0;height:37.1vh;width:96.15vw}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh h2{color:#000;font-family:Radley;font-size:8.04vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh .Template2_actions__jUTtv{align-items:center;display:flex;gap:2vw}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh .Template2_actions__jUTtv .Template2_heart__W1Hhj{aspect-ratio:1/.9533;width:7.69vw}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh .Template2_actions__jUTtv .Template2_heart__W1Hhj img{height:100%;width:100%}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh .Template2_actions__jUTtv .Template2_comment__g3leb{aspect-ratio:1/.8543;width:8.1vw}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh .Template2_actions__jUTtv .Template2_comment__g3leb img{height:100%;width:100%}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh .Template2_actions__jUTtv .Template2_share__YxN\+4{aspect-ratio:1/.591;width:10.13vw}.Template2_mobileCarousel__cCkST .Template2_activeItem__FpdQh .Template2_actions__jUTtv .Template2_share__YxN\+4 img{height:100%;width:100%}.Template2_mobileCarousel__cCkST .Template2_allItems__VU4oV{display:flex;gap:2vw;height:30vh;min-width:100vw;overflow:scroll}.Template2_mobileCarousel__cCkST .Template2_allItems__VU4oV::-webkit-scrollbar{display:none}.Template2_mobileCarousel__cCkST .Template2_allItems__VU4oV .Template2_Products__U44\+-{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:1vh;height:18.31vh;min-height:18.31vh;min-width:47.41vw;width:47.41vw}.Template2_mobileCarousel__cCkST .Template2_allItems__VU4oV .Template2_Products__U44\+- img{height:100%;width:100%}.Template2_mobileCarousel__cCkST .Template2_allItems__VU4oV .Template2_Products__U44\+- h2{color:#000;font-family:Radley;font-size:3.97vw;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase}.Template2_mobileCarousel__cCkST .Template2_allItems__VU4oV .Template2_Products__U44\+- .Template2_actions__jUTtv{display:flex;gap:2vw}#carouselB2 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB2 .alice-carousel__wrapper .__target #details{display:flex}#carouselB2 .alice-carousel__dots,#carouselB2 .alice-carousel__next-btn,#carouselB2 .alice-carousel__prev-btn,#carouselB24 .alice-carousel__dots,#carouselB24 .alice-carousel__next-btn,#carouselB24 .alice-carousel__prev-btn{display:none}.Btemplate6_TemplateWrapper__1WyDN{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate6_TemplateWrapper__1WyDN::-webkit-scrollbar{display:none}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Setting__aEehQ{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Template6__kd7hQ{background:#fff;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Template6__kd7hQ::-webkit-scrollbar{display:none}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Template6__kd7hQ section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;width:100vw}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN{display:flex;flex-direction:column;padding:2rem 0 0 2rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_logo__b0uBm{align-items:center;border:.769px solid #000;display:flex;height:7.5rem;justify-content:center;margin-bottom:2rem;width:12.5rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_logo__b0uBm{border:.407px solid #000;height:3.96469rem;width:6.60788rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_logo__b0uBm img{height:100%;object-fit:cover;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1{align-self:flex-end;border-radius:2.19656rem 0 0 2.19656rem;height:33.56369rem;position:relative;width:90.83369rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1{border-radius:.77738rem 0 0 .77738rem;height:19.16263rem;width:23.36975rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_banner__lIDvw{border-radius:2.19656rem 0 0 2.19656rem;flex-shrink:0;height:100%;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_banner__lIDvw{border-radius:.77738rem 0 0 .77738rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_banner__lIDvw img{border-radius:inherit;height:100%;object-fit:cover;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_banner__lIDvw .Btemplate6_CoverUploadBtn__mmIDQ{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_banner__lIDvw .Btemplate6_CoverUploadBtn__mmIDQ{height:3rem;width:3rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG{align-items:center;-webkit-backdrop-filter:blur(20.747959137px);backdrop-filter:blur(20.747959137px);background:#0006;border:1.383px solid #5200ff;border-radius:.8645rem;box-shadow:0 5.533px 5.533px 0 #00000040;display:flex;flex-direction:column;flex-shrink:0;gap:2rem;height:18.41444rem;justify-content:center;left:0;position:absolute;top:0;transform:translate(-50%,50%);width:12.18544rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG{-webkit-backdrop-filter:blur(9.028002739px);backdrop-filter:blur(9.028002739px);background:#0006;border:1.5px solid #5200ff;border-radius:.37619rem;box-shadow:0 2.407px 2.407px 0 #00000040;height:8.01263rem;width:5.30219rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_posts__WE7Ma,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_subscribers__DsYYz{align-items:center;display:flex;flex-direction:column}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_posts__WE7Ma h2,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_subscribers__DsYYz h2{color:#fff;font-family:Roboto;font-size:2.99556rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_posts__WE7Ma h2,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_subscribers__DsYYz h2{font-size:1.30344rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_posts__WE7Ma p,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_subscribers__DsYYz p{color:#fff;font-family:Roboto;font-size:1.39794rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_posts__WE7Ma p,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_mainContent__dcsRN .Btemplate6_heroSection__ImrJ1 .Btemplate6_postSubscriber__lXcAG .Btemplate6_subscribers__DsYYz p{font-size:.60825rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc{align-items:center;display:flex;justify-content:space-between;padding:2rem 8rem 2rem 3rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc{flex-direction:column;gap:3rem;padding:0;position:relative}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO{align-items:center;display:flex;gap:4rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_RatingContainer__yoD9n{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_RatingContainer__yoD9n{bottom:0;flex-shrink:0;height:3.99925rem;position:absolute;width:3.99925rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_RatingContainer__yoD9n img{height:100%;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_RatingContainer__yoD9n p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_RatingContainer__yoD9n p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD{align-items:flex-start;display:flex;flex-direction:column;position:relative}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_EditTextIcon__iPywe{height:4rem;left:5rem;position:absolute;top:-4rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_EditTextIcon__iPywe{height:3rem;left:15rem;width:3rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_name__5-gt6{color:#000;font-family:Bellefair;font-size:4.69144rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_name__5-gt6{font-size:3.60256rem;white-space:nowrap}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_buttons__1PFfD{align-items:center;display:flex;gap:3rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_buttons__1PFfD button{background:#0000;border:none;font-family:Roboto;font-size:2.01056rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_buttons__1PFfD button{font-size:.9735rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_buttons__1PFfD button:first-child{color:#000}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_leftSection__KcFiO .Btemplate6_nameAction__yKKAD .Btemplate6_buttons__1PFfD button:nth-child(2){color:#0000007a}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz{background:linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%);background:var(--new-cad-gradient,linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%));border-radius:1.47319rem;display:flex;flex-direction:column;gap:.1rem;height:9.3125rem;padding:1rem;width:23.75rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz{align-self:flex-end;height:7.6875rem;width:14.4375rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz h3{color:#fff;font-family:Bellefair;font-size:1.815rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz h3{font-size:1.385rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz h4{color:#fbfbfb;font-family:Roboto;font-size:.79406rem;font-style:normal;font-weight:200;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz h4{font-size:.60594rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY{align-items:center;display:flex;height:2rem;justify-content:space-between;margin-top:.5rem;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_location__rx5f2,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_mail__kRr4D,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_phone__T7pxm,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_store__9MNuU,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_whatsapp__6MR2S{height:1.79175rem;width:1.79175rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_location__rx5f2,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_mail__kRr4D,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_phone__T7pxm,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_store__9MNuU,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_whatsapp__6MR2S{height:1.12981rem;width:1.12981rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_location__rx5f2 img,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_mail__kRr4D img,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_phone__T7pxm img,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_store__9MNuU img,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_descSection__62Vtc .Btemplate6_socialContainer__db7Kz .Btemplate6_socials__4lpqY .Btemplate6_whatsapp__6MR2S img{height:100%;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc{align-items:center;background:#fff;display:flex;height:4rem;padding:.2rem;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc{height:9.51vh}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg{align-items:center;display:flex}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_cnbc__IQlC1{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_cnbc__IQlC1{height:4.267vh;width:16.46vw}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_bbc__lvKl6{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_bbc__lvKl6{height:4.267vh;width:16.46vw}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_time__PIC5B{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_time__PIC5B{height:4.267vh;width:70.644px}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_newyorkTimes__XPKMj{height:3.63856rem;margin-right:2vw;opacity:.6}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container1__\+tcd2 .Btemplate6_adds__x\+4Wc .Btemplate6_logos__OF5Zg .Btemplate6_newyorkTimes__XPKMj{height:4.267vh;width:24.65vw}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;width:100vw}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1{align-self:flex-end;height:32.23213rem;min-width:70vw;transform:translate(5%,5%);width:85.42406rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1{height:19.08531rem;transform:translateY(5%);width:21.45181rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn{background:#d3d3d3 50%/cover no-repeat;border-radius:2.19244rem;height:32.23213rem;position:relative;width:85.42406rem;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn{border-radius:0;height:100%;width:100%}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn img{height:100%;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutChange1__djzeQ{height:4rem;position:absolute;right:7rem;top:1rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutChange1__djzeQ{height:3rem;right:2rem;width:3rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutChange1__djzeQ img{border-radius:0}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutImg2__AIe8-{border-radius:2.32475rem;bottom:0;flex-shrink:0;height:26.63075rem;left:0;min-width:40vw;position:absolute;transform:translate(-30%,30%);width:48.12031rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutImg2__AIe8-{border-radius:1.16719rem;height:13.37038rem;width:18.0125rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutImg2__AIe8- img{height:100%;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutImg2__AIe8- .Btemplate6_aboutChange2__9\+MNR{height:4rem;position:absolute;right:3rem;top:1rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutImg2__AIe8- .Btemplate6_aboutChange2__9\+MNR{height:3rem;width:3rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_heroSection__ImrJ1 .Btemplate6_aboutImg1__zz1bn .Btemplate6_aboutImg2__AIe8- .Btemplate6_aboutChange2__9\+MNR img{border-radius:0}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc{display:flex;gap:3rem;justify-content:center;padding-bottom:3rem;position:relative}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc{flex-direction:column;padding:2rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc .Btemplate6_EditTextIcon__iPywe{height:4rem;left:50%;position:absolute;top:-5rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc .Btemplate6_EditTextIcon__iPywe{height:3rem;left:85%;top:45%;width:3rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc h2{color:#424141;font-family:Bellefair;font-size:4.5rem;font-style:normal;font-weight:400;line-height:normal;width:19.73175rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc .Btemplate6_aboutDesc__9CZXs{color:#424141;flex-shrink:0;font-family:Roboto;font-size:2rem;font-style:normal;font-weight:400;height:15.9515rem;line-height:120%;width:38.65638rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc .Btemplate6_aboutDesc__9CZXs{font-size:1.12975rem;height:9.01063rem;width:21.83606rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc button{align-items:center;align-self:flex-end;background:#fff;border:1px solid #000;border-radius:.56581rem;color:#323232;display:inline-flex;flex-shrink:0;font-family:Inter;font-size:1.49088rem;font-style:normal;font-weight:500;gap:.70725rem;height:6.33631rem;justify-content:center;letter-spacing:.39506rem;line-height:normal;padding:1.41444rem 4.24338rem;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container2__aSwg3 .Btemplate6_descSection__62Vtc button{align-self:flex-start;background:#fff;border:.565px solid #000;border-radius:.31963rem;height:3.57925rem;padding:.799rem 2.397rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh{align-items:center;background-color:#296e2f;display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_backImage__a4WpI{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_backImage__a4WpI img{height:100%;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_backImage__a4WpI .Btemplate6_chooseusChangeIcon__5YOO0{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_backImage__a4WpI .Btemplate6_chooseusChangeIcon__5YOO0{height:3rem;width:3rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_details__N8k1-{display:flex;flex-direction:column;gap:1rem;position:relative}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_details__N8k1- .Btemplate6_EditTextIcon__iPywe{height:4rem;position:absolute;right:-1rem;top:1rem;width:4rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_details__N8k1- .Btemplate6_EditTextIcon__iPywe{height:3rem;right:-1rem;top:1rem;width:3rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_details__N8k1- h2{color:#fff;font-family:Bellefair;font-size:6.0695rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_details__N8k1- h2{color:#fff;font-family:Bellefair;font-size:3.25919rem;font-style:normal;font-weight:400;line-height:normal}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_details__N8k1- .Btemplate6_chooseusText__a\+F8c{-webkit-box-orient:vertical;-webkit-line-clamp:6;color:#fff;display:-webkit-box;font-family:Roboto;font-size:2rem;font-style:normal;font-weight:400;line-height:120%;overflow:hidden;width:72.10581rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container3__UQvhh .Btemplate6_details__N8k1- .Btemplate6_chooseusText__a\+F8c{-webkit-line-clamp:10;font-size:1.625rem;width:24.00506rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;padding:2rem 0;width:100vw}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K{align-items:center;display:flex;flex-direction:column;gap:2rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K h2{color:#0e0e0e;font-family:Bellefair;font-size:4.40275rem;font-style:normal;font-weight:400;line-height:normal;position:relative;text-align:center;text-transform:uppercase;width:21.96931rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K h2{font-size:2.35131rem;width:11.73281rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K h2:after{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;left:-50%;position:absolute;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K h2:after{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K h2:before{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;position:absolute;right:-50%;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K h2:before{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K p{color:#000;font-family:Bellefair;font-size:2.06131rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_upper__WNI6K p{font-size:1.10088rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_desktopCarousel__AA6uh{width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_desktopCarousel__AA6uh .Btemplate6_imageSlider__8h-dc{background:linear-gradient(180deg,#0000,#0000 28.13%,#000 70.31%),#d3d3d3 50%/cover no-repeat;border:1.524px solid #ffaf38;border-radius:1.32813rem;flex-shrink:0;height:33.18081rem;width:42.256rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_mobileCarousel__h\+Vcq{align-self:flex-end;margin:auto 0 auto auto;width:98vw}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container4__DZU7I .Btemplate6_mobileCarousel__h\+Vcq .Btemplate6_imageSliderMob__iQfzd{border:.676px solid #ffaf38;border-radius:.58906rem;height:30.15638rem;height:60vh;padding:0;width:18.74131rem;width:70vw}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y{justify-content:space-around}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K{align-items:center;display:flex;flex-direction:column;gap:2rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K h2{color:#0e0e0e;font-family:Bellefair;font-size:4.40275rem;font-style:normal;font-weight:400;line-height:normal;position:relative;text-align:center;text-transform:uppercase;width:21.96931rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K h2{font-size:2.35131rem;width:11.73281rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K h2:after{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;left:-50%;position:absolute;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K h2:after{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K h2:before{stroke-width:1.364px;stroke:#000;background-image:url(/static/media/wave.6250d03c06e086bf4328.svg);background-size:cover;content:"";height:1.64125rem;position:absolute;right:-50%;top:20%;width:11.13619rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K h2:before{stroke-width:.728px;stroke:#000;flex-shrink:0;height:.8765rem;width:5.94731rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K p{color:#000;font-family:Bellefair;font-size:2.06131rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_upper__WNI6K p{font-size:1.10088rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_carousel__10HcO{margin-left:10vw}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_carousel__10HcO{margin-left:8%}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_thankYou__XUii3{color:#434343;font-family:Oooh Baby;font-size:3.875rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Container5__2Q59y .Btemplate6_thankYou__XUii3{font-size:6.05vw}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd{border-radius:2.30594rem;display:flex;flex-direction:column;height:38.31675rem;justify-content:space-between;position:relative;width:51.80419rem;width:97%;z-index:1}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd{flex-shrink:0;height:15.49106rem;width:88%}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_media__YWtyX{border-radius:2.30594rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_media__YWtyX img{border-radius:2.30594rem;height:100%;object-fit:cover;width:100%}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9 img{border-radius:50%;height:4.99031rem;width:4.99031rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9 img{height:2.0175rem;width:2.0175rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9 .Btemplate6_profileDetails__8U9uX{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9 .Btemplate6_profileDetails__8U9uX h4{color:#fff;font-family:Bellefair;font-size:2.45031rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9 .Btemplate6_profileDetails__8U9uX h4{font-size:.99063rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9 .Btemplate6_profileDetails__8U9uX h5{color:#fff;font-family:Roboto;font-size:.95413rem;font-style:normal;font-weight:300;letter-spacing:.15269rem;line-height:normal;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_profile__uElE9 .Btemplate6_profileDetails__8U9uX h5{font-size:.38575rem;letter-spacing:.06175rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1-{align-items:center;-webkit-backdrop-filter:blur(2.9533538818px);backdrop-filter:blur(2.9533538818px);background:#fff3;display:flex;height:4.29156rem;justify-content:space-around;width:100%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1-{height:1.735rem;width:100%}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- p{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.75725rem;font-style:normal;font-weight:400;height:1.83775rem;line-height:123.4%;width:14.43325rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- p{font-size:.30613rem;height:.743rem;width:5.83525rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ{align-items:center;display:flex;gap:2rem;justify-content:flex-end;width:50%}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ{gap:1rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_comment__0lCch,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_like__O0tcE,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_share__Nz-Iw{align-items:center;display:flex;gap:.3rem}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_comment__0lCch p,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_like__O0tcE p,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_share__Nz-Iw p{color:#fff;font-family:Poppins;font-size:1.85369rem;font-style:normal;font-weight:600;height:max-content;line-height:123.4%;width:max-content}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_comment__0lCch p,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_like__O0tcE p,.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_share__Nz-Iw p{font-size:.74944rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_like__O0tcE img{height:2.17525rem;width:2.263rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_like__O0tcE img{height:.71769rem;width:.75319rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_comment__0lCch img{height:2.31231rem;width:2.70888rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_comment__0lCch img{height:.93488rem;width:1.09513rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_share__Nz-Iw img{height:1.9975rem;width:3.387rem}@media(orientation:portrait){.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_postMainContainer__UT0Fd .Btemplate6_details__N8k1- .Btemplate6_actions__T3sWZ .Btemplate6_share__Nz-Iw img{height:.80756rem;width:1.36931rem}}.Btemplate6_TemplateWrapper__1WyDN .Btemplate6_Con5Mobile__-c0Zs{display:flex;flex-direction:column;gap:2rem}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}: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;overflow:clip;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)}}: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"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}#BusinessT6Swiper .swiper_container{overflow:visible;width:100%}#BusinessT6Swiper .swiper_container .swiper-slide-active{height:33.18081rem;position:relative;width:42.256rem}#BusinessT6Swiper .swiper_container .swiper-slide-active:after{fill:#d6d6d6;background:url(/static/media/activeItemShadow.ae256954f81c57e46520.svg) 50%/cover no-repeat;bottom:0;content:"";filter:blur(21.2500247955px);height:5.501rem;left:0;position:absolute;transform:translate(15%,150%);width:32.63275rem}#BusinessT6Swiper .swiper_container .swiper-button-prev{height:2.96131rem;transform:translateX(20rem);width:2.96131rem}#BusinessT6Swiper .swiper_container .swiper-button-prev:after{background:url(/static/media/leftArrow.08559112520370f6b296.svg) 50%/cover no-repeat;content:"";height:100%;width:100%}#BusinessT6Swiper .swiper_container .swiper-button-next{height:2.96131rem;transform:translateX(-20rem);width:2.96131rem}#BusinessT6Swiper .swiper_container .swiper-button-next:after{background:url(/static/media/rightArrow.a11eb12cda47cacf8bf2.svg) 50%/cover no-repeat;content:"";height:100%;width:100%}#BusinessT6Swiper .swiper_container1{margin:0;padding:0}#BusinessT6Swiper .swiper_container1 .swiper-button-next,#BusinessT6Swiper .swiper_container1 .swiper-button-prev{display:none}#carousel4 .alice-carousel__wrapper{width:100%}#carousel4 .alice-carousel__dots,#carousel4 .alice-carousel__next-btn,#carousel4 .alice-carousel__prev-btn{display:none}.Btemplate7_TemplateWrapper__kp0aW{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate7_TemplateWrapper__kp0aW::-webkit-scrollbar{display:none}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Setting__msv-Z{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Template7__rlT1Z{background:#000;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Template7__rlT1Z::-webkit-scrollbar{display:none}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Template7__rlT1Z section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_background__J47xH{background:linear-gradient(0deg,#d4a80985,#d4a80985),#d3d3d3 50%/cover no-repeat;filter:blur(13.5px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_background__J47xH img{height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW{align-items:center;display:flex;flex:1 1;justify-content:space-around}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW{flex-direction:column;gap:3rem;justify-content:center;padding-top:6rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7{align-items:center;display:flex;flex-direction:column;gap:7rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7{order:2}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_logo__VfiIh{border:1px dashed #fff;height:7.5rem;width:12.5rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_logo__VfiIh{height:3.75rem;left:2rem;position:absolute;top:2rem;width:6.25rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_logo__VfiIh img{height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000d;border-radius:1.375rem;display:flex;flex-direction:column;flex-shrink:0;height:31.125rem;justify-content:space-around;width:4.25rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000014;border-radius:1.25rem;flex-direction:row;height:2.875rem;width:15.9375rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_location__0SelP img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_mail__fNbJy img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_phone__VOwIF img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_store__94XS4 img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_whatsapp__pt9Zi img{cursor:pointer;height:2.53494rem;width:2.53494rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_location__0SelP img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_mail__fNbJy img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_phone__VOwIF img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_store__94XS4 img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section1__57Bx7 .Btemplate7_socials__iQRSP .Btemplate7_whatsapp__pt9Zi img{height:1.2105rem;width:1.2105rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ{box-shadow:-10px 10px 30px 0 #00000040;display:flex;height:53.36906rem;position:relative;width:73.74381rem;z-index:1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ{height:29.82906rem;width:24.89356rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_landingChangeIcon__r4x\+t{cursor:pointer;height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_landingChangeIcon__r4x\+t{height:3rem;width:3rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_backImage__nCfYa{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_backImage__nCfYa img{height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02{align-items:center;align-self:flex-end;background:linear-gradient(180deg,#fed61c00,#fed61c 61.09%);display:flex;flex-shrink:0;height:14.77744rem;justify-content:space-around;position:relative;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02{flex-direction:column;height:8.41069rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_EditTextIcon__3w8Jo{height:4rem;left:15%;position:absolute;top:-1rem;width:4rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_EditTextIcon__3w8Jo{height:3rem;left:45%;top:-4rem;width:3rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_businessName__jFPuW{color:#000;font-family:Playfair Display;font-size:4.431rem;font-style:normal;font-weight:400;line-height:123.5%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_businessName__jFPuW{font-size:2.625rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_buttons__tE02E{display:flex;flex-direction:column;gap:1rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_buttons__tE02E{flex-direction:row;justify-content:space-around;width:100%}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_buttons__tE02E button{background:#0000;border:none;color:#000;cursor:pointer;font-family:Poppins;font-size:1.61888rem;font-style:normal;font-weight:400;line-height:123.5%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section2__f1RJS .Btemplate7_heroSection__jLVRJ .Btemplate7_details__Zju02 .Btemplate7_buttons__tE02E button{font-size:1rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg{align-items:center;display:flex;flex-direction:column;gap:3rem;position:relative}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg{flex-direction:row;order:3}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_posts__GDqUb,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_subscribers__nTWMk{align-items:center;display:flex;flex-direction:column;gap:.2rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_posts__GDqUb .Btemplate7_avatar__BhP7h,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_subscribers__nTWMk .Btemplate7_avatar__BhP7h{align-items:center;background-color:#dde4d7;border-radius:50%;display:flex;flex-shrink:0;height:3.1875rem;justify-content:center;width:3.1875rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_posts__GDqUb .Btemplate7_avatar__BhP7h,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_subscribers__nTWMk .Btemplate7_avatar__BhP7h{height:1.59731rem;width:1.59731rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_posts__GDqUb .Btemplate7_avatar__BhP7h img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_subscribers__nTWMk .Btemplate7_avatar__BhP7h img{height:1.5rem;width:1.5rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_posts__GDqUb .Btemplate7_avatar__BhP7h img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_subscribers__nTWMk .Btemplate7_avatar__BhP7h img{height:.75169rem;width:.75169rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_posts__GDqUb p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_subscribers__nTWMk p{color:#fff;font-family:Poppins;font-size:1.54394rem;font-style:normal;font-weight:500;letter-spacing:.14669rem;line-height:118.5%;text-align:center;text-transform:uppercase}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_posts__GDqUb p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_subscribers__nTWMk p{font-size:.77369rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_RatingContainer__fK7xN{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_RatingContainer__fK7xN{height:3.99925rem;width:3.99925rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_RatingContainer__fK7xN img{height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_RatingContainer__fK7xN p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_mainSection__BLyUW .Btemplate7_section3__jB0lg .Btemplate7_RatingContainer__fK7xN p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94{align-items:center;background:#2f2f30;display:flex;height:4.74rem;padding:.2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94{height:9.51vh}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES{align-items:center;display:flex}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_cnbc__zo5Il{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_cnbc__zo5Il{height:4.267vh;width:16.46vw}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_bbc__\+hpo-{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_bbc__\+hpo-{height:4.267vh;width:16.46vw}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_time__ob\+V7{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_time__ob\+V7{height:4.267vh;width:70.644px}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_newyorkTimes__ebApM{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container1__NcMI2 .Btemplate7_adds__8cd94 .Btemplate7_logos__A5PES .Btemplate7_newyorkTimes__ebApM{height:4.267vh;width:24.65vw}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145{flex-direction:column}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN{align-items:center;display:flex;height:100%;justify-content:center;width:50%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN{width:100%}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti{flex-shrink:0;height:40.30338rem;position:relative;width:34.02531rem;z-index:1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti{height:21.48925rem;width:18.14188rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti .Btemplate7_aboutusChangeIcon__t6RvZ{cursor:pointer;height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti .Btemplate7_aboutusChangeIcon__t6RvZ{height:3rem;width:3rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti img{height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti:before{background:url(/static/media/dots.3db317a106b685b97746.svg) 50%/cover no-repeat;content:"";height:10rem;position:absolute;right:-4rem;top:-5rem;width:10rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;height:5.8475rem;right:-2.3rem;top:-2.5rem;width:5.93631rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti:after{background:url(/static/media/dots.3db317a106b685b97746.svg) 50%/cover no-repeat;bottom:-5rem;content:"";height:10rem;left:-4rem;position:absolute;width:10rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti:after{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;bottom:-2.5rem;height:5.8475rem;left:-2.3rem;width:5.93631rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti .Btemplate7_yellowBox__K2Hsl{background:#ffd71c;bottom:-5rem;flex-shrink:0;height:28.33594rem;position:absolute;right:-8rem;width:24.86663rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_leftSection__9AueN .Btemplate7_aboutusImage__PoYti .Btemplate7_yellowBox__K2Hsl{bottom:-2rem;height:15.10838rem;right:-3rem;width:13.25856rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;padding:2rem;position:relative;width:50%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo{width:100%}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo .Btemplate7_EditTextIcon__3w8Jo{height:4rem;position:absolute;right:14rem;top:32rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo .Btemplate7_EditTextIcon__3w8Jo{height:3rem;right:1rem;top:9rem;width:3rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo h2{color:#fefefe;font-family:Playfair Display;font-size:5.28144rem;font-style:normal;font-weight:700;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo h2{font-size:2.3325rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo .Btemplate7_aboutusText__7vrYW{color:#dedede;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:300;line-height:normal;width:40.04469rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo .Btemplate7_aboutusText__7vrYW{font-size:.97369rem;width:22.76163rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo button{align-items:center;background-color:#0000;border:3px solid #ffd71c;color:#ffd71c;cursor:pointer;display:inline-flex;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;gap:.625rem;justify-content:center;line-height:normal;padding:1.125rem 2.5rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container2__NB145 .Btemplate7_rightSection__6KQTo button{font-size:.875rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW{align-items:center;flex-direction:column;gap:5rem;justify-content:center}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN{align-items:center;display:flex;height:100%;justify-content:center;width:60%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN{width:100%}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_chooseusChangeIcon__jtbzg{cursor:pointer;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_chooseusChangeIcon__jtbzg{height:3rem;width:3rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_content__Gy0CO{height:62.30869rem;overflow:hidden;position:relative;width:62.30869rem;z-index:1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_content__Gy0CO{height:24.25713rem;width:24.25713rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_content__Gy0CO .Btemplate7_backImg__jXEYU{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_content__Gy0CO .Btemplate7_backImg__jXEYU img{height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_content__Gy0CO .Btemplate7_frame__zE3So{stroke-width:7.939px;stroke:#000;flex-shrink:0;height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_leftSection__9AueN .Btemplate7_content__Gy0CO .Btemplate7_frame__zE3So img{height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo{align-items:flex-start;display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;margin:auto;position:relative;width:40%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo{padding:0 2rem;width:100%}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo .Btemplate7_EditTextIcon__3w8Jo{height:4rem;position:absolute;right:4rem;top:22rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo .Btemplate7_EditTextIcon__3w8Jo{height:3rem;top:6rem;width:3rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo h2{color:#fefefe;font-family:Playfair Display;font-size:4.25rem;font-style:normal;font-weight:700;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo h2{font-size:2.65981rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo .Btemplate7_chooseusText__gwxCd{color:#dedede;flex-shrink:0;font-family:Poppins;font-size:1.75713rem;font-style:normal;font-weight:300;height:30.63469rem;line-height:normal;width:36.41188rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container3__lMSKW .Btemplate7_rightSection__6KQTo .Btemplate7_chooseusText__gwxCd{font-size:1.09969rem;height:19.17238rem;width:22.78794rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw{align-items:center;display:flex;justify-content:space-between;padding:2rem 10rem;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw{align-items:flex-start;flex-direction:column;gap:2rem;padding:0 0 0 2rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw h2{color:#fff;font-family:Playfair Display;font-size:3.64588rem;font-style:normal;font-weight:400;line-height:123.5%;position:relative;z-index:1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;content:"";height:6.14819rem;left:-1.3rem;position:absolute;top:-3rem;width:6.24175rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;height:3.40919rem;left:-.8rem;top:-1.7rem;width:3.46106rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw h2{font-size:2.02169rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw p{color:#fff;font-family:Playfair Display;font-size:1.34894rem;font-style:normal;font-weight:400;line-height:123.5%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_topSection__iQIYw p{font-size:1.34894rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;width:80rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH{row-gap:3rem;width:27rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG{display:flex;flex-direction:column;gap:.3rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG img{height:17.08488rem;width:22.69294rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG img{height:7.9935rem;width:10.61731rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG h3{color:#fff;font-family:Poppins;font-size:1.591rem;font-style:normal;font-weight:400;line-height:normal;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG h3{font-size:.74438rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX{display:flex;gap:.5rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl{height:1.45606rem;width:1.52819rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl{height:.68125rem;width:.715rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC{height:1.37325rem;width:1.60869rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC{height:.6425rem;width:.75263rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw{height:1.18431rem;width:2.00819rem}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw{height:.55413rem;width:.93956rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw{cursor:pointer}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl img,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container4__dm2BO .Btemplate7_products__kgXPH .Btemplate7_productCard__t7LIG .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw img{height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_topSection__iQIYw{align-items:center;display:flex;justify-content:space-between;padding:0 10rem;width:100%}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_topSection__iQIYw{align-items:flex-start;flex-direction:column;gap:1.2rem;padding:0 0 0 2rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_topSection__iQIYw h2{color:#fff;font-family:Playfair Display;font-size:6.96344rem;font-style:normal;font-weight:400;line-height:123.5%;position:relative;z-index:1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_topSection__iQIYw h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;content:"";height:6.14819rem;left:-3.3rem;position:absolute;top:-1rem;width:6.24175rem;z-index:-1}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_topSection__iQIYw h2:before{background:url(/static/media/smallDots.6c8847146b0461fb8043.svg) 50%/cover no-repeat;height:3.40919rem;left:-.8rem;top:-1.7rem;width:3.46106rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_topSection__iQIYw h2{font-size:2.02169rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_topSection__iQIYw p{color:#fff;cursor:pointer;font-family:Playfair Display;font-size:1.3915rem;font-style:normal;font-weight:400;line-height:123.5%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_carousel__N8u3y{height:30.7145rem;width:90%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_thankYou__nuyho{color:#fff;font-family:NotoSerifTamilSlanted;font-size:2.875rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_Container5__P2wka .Btemplate7_thankYou__nuyho{font-size:2.0075rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz{border-radius:2.1105rem;display:flex;flex-direction:column;height:30.7145rem;justify-content:space-between;position:relative;width:51.80419rem;width:97%;z-index:1}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz{flex-shrink:0;height:15.49106rem;width:88%}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_media__U6hjH{border-radius:2.1105rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_media__U6hjH img{border-radius:2.1105rem;height:100%;object-fit:cover;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF{align-items:center;display:flex;gap:1vw;padding:1vh 2vw}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF img{border-radius:50%;height:2.44494rem;width:2.44494rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF img{height:2.0175rem;width:2.0175rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF .Btemplate7_profileDetails__BWIhA{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF .Btemplate7_profileDetails__BWIhA h4{color:#fff;font-family:Poppins;font-size:.74706rem;font-style:normal;font-weight:500;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF .Btemplate7_profileDetails__BWIhA h4{font-size:.99063rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF .Btemplate7_profileDetails__BWIhA h5{color:#fff;font-family:Poppins;font-size:.4075rem;font-style:normal;font-weight:400;line-height:normal}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_profile__w0cFF .Btemplate7_profileDetails__BWIhA h5{font-size:.38575rem;letter-spacing:.06175rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02{align-items:center;-webkit-backdrop-filter:blur(2.9533538818px);backdrop-filter:blur(2.9533538818px);background:#fff3;display:flex;height:4.29156rem;justify-content:space-around;padding:0 1rem;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02{height:1.735rem;width:100%}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 p{color:#fff;font-family:Poppins;font-size:1.10369rem;font-style:normal;font-weight:400;height:2.67856rem;line-height:123.4%;width:21.03663rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 p{font-size:.30613rem;height:.743rem;width:5.83525rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX{align-items:center;display:flex;gap:2rem;justify-content:flex-end;width:50%}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX{gap:1rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw{align-items:center;display:flex;gap:.3rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw p{color:#fff;font-family:Poppins;font-size:1.08356rem;font-style:normal;font-weight:600;height:max-content;line-height:123.4%;width:max-content}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw p{font-size:.74944rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl img{height:1.03769rem;width:1.089rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl img{height:.71769rem;width:.75319rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC img{height:1.35163rem;width:1.5835rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC img{height:.93488rem;width:1.09513rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw img{height:1.16756rem;width:1.97981rem}@media(max-width:930px)and (min-height:600px){.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_postMainContainer__EhLMz .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw img{height:.80756rem;width:1.36931rem}}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD{align-items:center;display:flex;flex-direction:column;gap:3rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9{border-radius:1.262rem;display:flex;flex-direction:column;height:18.36594rem;justify-content:space-between;position:relative;width:20.65031rem;z-index:1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_backImg__jXEYU{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_backImg__jXEYU img{height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_profile__w0cFF{display:flex;gap:.3rem;padding:1rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_profile__w0cFF img{border-radius:1.58088rem;flex-shrink:0;height:1.58088rem;width:1.58088rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_profile__w0cFF .Btemplate7_nameDetail__XZAwg{display:flex;flex-direction:column}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_profile__w0cFF .Btemplate7_nameDetail__XZAwg h3{color:#fff;font-family:Poppins;font-size:.48306rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_profile__w0cFF .Btemplate7_nameDetail__XZAwg p{color:#fff;font-family:Poppins;font-size:.2635rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02{align-items:center;-webkit-backdrop-filter:blur(1.7056283951px);backdrop-filter:blur(1.7056283951px);background:#fff3;display:flex;height:2.528rem;justify-content:space-between;padding:0 1rem;width:20.65031rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_desc__e0BQu{color:#fff;flex-shrink:0;font-family:Poppins;font-size:.71369rem;font-style:normal;font-weight:400;height:1.73194rem;line-height:123.4%;width:11.60219rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX{align-items:center;display:flex;gap:1rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw{align-items:center;display:flex}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl p,.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw p{color:#fff;font-family:Poppins;font-size:.70063rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_like__VXkVl img{height:.67094rem;width:.70419rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_comment__NWVdC img{height:.87394rem;width:1.02388rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_activeItem__FJhz9 .Btemplate7_details__Zju02 .Btemplate7_actions__DpKXX .Btemplate7_share__cmlvw img{height:.75494rem;width:1.28013rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs{align-items:flex-start;display:flex;gap:1rem;height:12.03863rem;overflow-y:scroll;width:21rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs::-webkit-scrollbar{display:none}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg{border-radius:.82719rem;height:12.03863rem;min-width:10rem;position:relative;width:10rem;z-index:1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg .Btemplate7_backImage__nCfYa{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg .Btemplate7_backImage__nCfYa img{height:100%;width:100%}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg .Btemplate7_profile__w0cFF{display:flex;gap:.3rem;padding:1rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg .Btemplate7_profile__w0cFF img{border-radius:1.03963rem;flex-shrink:0;height:1.03963rem;width:1.03963rem}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg .Btemplate7_profile__w0cFF .Btemplate7_nameDetail__XZAwg{display:flex;flex-direction:column}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg .Btemplate7_profile__w0cFF .Btemplate7_nameDetail__XZAwg h3{color:#fff;font-family:Poppins;font-size:.31769rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate7_TemplateWrapper__kp0aW .Btemplate7_mobileCarousel__TU1pD .Btemplate7_allItems__EOyYs .Btemplate7_postCards__6QiFg .Btemplate7_profile__w0cFF .Btemplate7_nameDetail__XZAwg p{color:#fff;font-family:Poppins;font-size:.17325rem;font-style:normal;font-weight:400;line-height:normal}#carouselB7 .alice-carousel__wrapper .alice-carousel__stage-item{transition:all .3s ease}#carouselB7 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB7 .alice-carousel__wrapper .alice-carousel__stage-item #postcard{margin-right:auto;width:95%}#carouselB7 .alice-carousel__wrapper .__target{flex-shrink:0;width:42%!important}#carouselB7 .alice-carousel__wrapper .__target #postcard{width:97%}#carouselB7 .alice-carousel__wrapper .__target #details{display:flex}#carouselB7 .alice-carousel__dots,#carouselB7 .alice-carousel__next-btn,#carouselB7 .alice-carousel__prev-btn{display:none}.Btemplate8_TemplateWrapper__\+sozY{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate8_TemplateWrapper__\+sozY::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Setting__Jjscy{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Template8__x6Oy4{background:#110707;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Template8__x6Oy4::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Template8__x6Oy4 section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH{display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH{justify-content:space-between;padding-bottom:9.51vh}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_landingChangeIcon__wJpHK{height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_landingChangeIcon__wJpHK{height:3rem;width:3rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_backImage__PZ2X\+{height:100%;position:absolute;width:100%;z-index:-2}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_backImage__PZ2X\+ img{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_asset__zJLMU{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_asset__zJLMU img{-webkit-backdrop-filter:blur(3.7961769104px);backdrop-filter:blur(3.7961769104px);height:100vh;width:100vw}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_logo__CNEp9{border:1px dashed #cecece;height:7.5rem;margin-left:5rem;width:12.5rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_logo__CNEp9 img{height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_logo__CNEp9{height:3.75rem;margin:3rem;width:6.25rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh{display:flex;flex-direction:column;gap:3rem;padding:0 5rem 5rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh{height:60vh;justify-content:space-between;padding:1rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5-{display:flex;flex-direction:column;gap:3rem;position:relative;width:max-content}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5-{gap:2rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_EditTextIcon__wB96t{height:4rem;position:absolute;right:-1rem;top:-4rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_EditTextIcon__wB96t{height:3rem;width:3rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_businessName__gnuU1{color:#fff;font-family:Poppins;font-size:5.88381rem;font-style:normal;font-weight:600;line-height:normal;width:max-content}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_businessName__gnuU1{font-size:2.625rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_buttons__-CMtd{align-items:center;display:flex;gap:3rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_buttons__-CMtd{gap:5rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_buttons__-CMtd button{background-color:#0000;border:none;color:#fff;font-family:Poppins;font-size:1.44306rem;font-style:normal;font-weight:300;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section1__CVG5- .Btemplate8_buttons__-CMtd button{font-size:1.44306rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz{align-items:center;display:flex;justify-content:space-between}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw{display:flex;flex-direction:column;gap:3rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_RatingContainer__hRmDh{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_RatingContainer__hRmDh{height:3.99925rem;width:3.99925rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_RatingContainer__hRmDh img{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_RatingContainer__hRmDh p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_RatingContainer__hRmDh p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr{display:flex;gap:1.2rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_location__DM5u3,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_mail__ojzOi,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_phone__1osbd,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_store__oSdO9,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_whatsapp__DmDJT{height:1.73731rem;width:1.73731rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_location__DM5u3,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_mail__ojzOi,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_phone__1osbd,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_store__oSdO9,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_whatsapp__DmDJT{height:1.2105rem;width:1.2105rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_location__DM5u3 img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_mail__ojzOi img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_phone__1osbd img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_store__oSdO9 img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_leftSection__vllVw .Btemplate8_socials__pfWHr .Btemplate8_whatsapp__DmDJT img{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p{display:flex;flex-direction:column;gap:1rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_posts__5EZCL h2,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_subscribers__wjjPX h2{color:#fff;font-family:Poppins;font-size:4.26325rem;font-style:normal;font-weight:600;line-height:normal;text-align:right}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_posts__5EZCL h2,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_subscribers__wjjPX h2{font-size:2.40556rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_posts__5EZCL h4,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_subscribers__wjjPX h4{color:#fff;font-family:Poppins;font-size:.97275rem;font-style:normal;font-weight:500;line-height:normal;text-align:right}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_posts__5EZCL h4,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_content__2lVdh .Btemplate8_section2__cxsrz .Btemplate8_rightSection__M\+s0p .Btemplate8_subscribers__wjjPX h4{font-size:.54888rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI{align-items:center;background:#0000;bottom:0;display:flex;height:6.74rem;padding:.2rem;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI{height:9.51vh}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A{align-items:center;display:flex}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_cnbc__wPXV7{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_cnbc__wPXV7{height:4.267vh;width:16.46vw}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_bbc__shVO7{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_bbc__shVO7{height:4.267vh;width:16.46vw}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_time__GmZez{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_time__GmZez{height:4.267vh;width:70.644px}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_newyorkTimes__aC5VK{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container1__L5TzH .Btemplate8_adds__7cnmI .Btemplate8_logos__ZLb3A .Btemplate8_newyorkTimes__aC5VK{height:4.267vh;width:24.65vw}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_backImage__PZ2X\+{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_backImage__PZ2X\+ img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_media__3ejiv{flex-shrink:0;height:22.87281rem;width:42.48825rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_media__3ejiv{flex-shrink:0;height:16.31438rem;width:20.99294rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_media__3ejiv video{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-around;position:relative}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt .Btemplate8_EditTextIcon__wB96t{height:4rem;position:absolute;right:1rem;top:-1rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt .Btemplate8_EditTextIcon__wB96t{height:3rem;right:-1rem;width:3rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt h2{color:#fff;font-family:Bentham;font-size:4.41963rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt h2{font-size:2.25rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt .Btemplate8_aboutCompany__iISow{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.69375rem;font-style:normal;font-weight:300;height:17.17169rem;line-height:normal;overflow-y:scroll;text-align:center;width:61.41969rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt .Btemplate8_aboutCompany__iISow{flex-shrink:0;font-size:1rem;height:14.41119rem;width:21.57994rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt .Btemplate8_aboutCompany__iISow::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt button{align-items:center;background-color:#0000;border:4.385px solid red;color:#fe9d9d;cursor:pointer;display:inline-flex;font-family:Poppins;font-size:1.46156rem;font-style:normal;font-weight:500;gap:.9135rem;justify-content:center;line-height:normal;padding:1.64425rem 3.65388rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container2__62Ujt .Btemplate8_details__71imt button{font-size:1rem;padding:1.125rem 2.5rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+{align-items:center;gap:3rem;justify-content:center}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusChangeIcon__lAvkq{position:absolute;right:4rem;top:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusChangeIcon__lAvkq{height:3rem;top:8rem;width:3rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_backImage__PZ2X\+{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_backImage__PZ2X\+ img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX{height:70%;left:0;top:0;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX{height:30vh;width:100%}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX img{height:100%;position:absolute;width:100%;z-index:-1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX img{height:30vh;width:100%}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX .Btemplate8_asset__zJLMU{height:100%;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX .Btemplate8_asset__zJLMU{height:100vh;position:absolute;top:0;width:100%}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX .Btemplate8_asset__zJLMU img{height:100%;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_chooseusImage__HsJbX .Btemplate8_asset__zJLMU img{height:100vh;width:100%}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;height:30%;justify-content:center;padding:0 15rem;position:relative;width:max-content}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh{padding:0;width:max-content}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh .Btemplate8_EditTextIcon__wB96t{height:4rem;position:absolute;right:2rem;width:4rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh .Btemplate8_EditTextIcon__wB96t{height:3rem;top:1rem;width:3rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh h2{color:#fff;font-family:Poppins;font-size:3.59794rem;font-style:normal;font-weight:600;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh h2{font-size:2.25rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh .Btemplate8_chooseusText__ABKD3{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;height:7.14513rem;line-height:normal;width:60.24394rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container3__LJYl\+ .Btemplate8_content__2lVdh .Btemplate8_chooseusText__ABKD3{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:300;height:auto;line-height:normal;width:85vw}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh{display:flex;flex-direction:column;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_backImage__PZ2X\+{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_backImage__PZ2X\+ img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl{align-items:flex-end;display:flex;flex:1 1;justify-content:space-between;padding:0 5rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl{align-items:flex-start;flex-direction:column;gap:.2rem;justify-content:center}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl h2{color:#fff;font-family:Poppins;font-size:3.59794rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl h2{font-size:2rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl .Btemplate8_viewAll__vPzI5{align-items:center;display:flex;gap:1rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl .Btemplate8_viewAll__vPzI5 p{color:#fff;cursor:pointer;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl .Btemplate8_viewAll__vPzI5 p{font-size:1.375rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl .Btemplate8_viewAll__vPzI5 span{color:#fff;cursor:pointer;font-family:Bebas Neue;font-size:3.403rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_topSection__WJLxl .Btemplate8_viewAll__vPzI5 span{font-size:3.403rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container4__IHJBh .Btemplate8_carousel__PrcEa{height:85%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_backgroundImage__7\+mTY{height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_backgroundImage__7\+mTY img{filter:blur(75px);height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_topSection__WJLxl{align-items:center;display:flex;justify-content:space-between;padding:0 8rem;width:100%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_topSection__WJLxl{align-items:start;flex-direction:column;height:10vh;padding:0 4rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_topSection__WJLxl h2{color:#fff;font-family:Poppins;font-size:3.59794rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_topSection__WJLxl h2{font-size:2rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_topSection__WJLxl h4{color:#fff;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_topSection__WJLxl h4{font-size:1.375rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_carouselB8__Obqp1{height:70vh;width:95%}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_carouselB8__Obqp1{height:85vh}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_thankYouDesk__3s5g7{bottom:0;color:#fff;font-family:Oooh Baby;font-size:3.99725rem;font-style:normal;font-weight:400;line-height:normal;position:absolute;text-align:center}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_Container5__YeQdQ .Btemplate8_thankYouDesk__3s5g7{display:none}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT{align-items:flex-start;display:flex;height:100%;justify-content:center;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc{height:45.42856rem;height:100%;margin-right:15rem;margin-top:-2rem;position:relative;width:54.20919rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc{height:23.16631rem;height:48%;margin:20% 0 0;width:100%}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc img{height:100%;object-fit:contain;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt{align-items:flex-end;background:linear-gradient(98deg,#1e1e1e 7.97%,#292929 93.58%);border-radius:1.372rem;bottom:-1rem;display:flex;flex-direction:column;gap:3rem;height:28.52769rem;justify-content:center;position:absolute;right:-15rem;width:46.33213rem;z-index:-1}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt{align-items:flex-start;bottom:-50%;gap:1.2rem;height:16.455rem;padding-left:2rem;right:10%;width:80%}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_productName__osd6I{color:#fcba77;font-family:Poppins;font-size:2.6875rem;font-style:normal;font-weight:400;line-height:normal;width:19.3335rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_productName__osd6I{font-size:1.591rem;width:11.44563rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9{align-items:center;display:flex;width:19.3335rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9{gap:.4rem;width:11.44563rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As{height:3.25713rem;width:3.41838rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As{height:1.45606rem;width:1.52819rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I{height:3.07181rem;width:3.59844rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I{height:1.37325rem;width:1.60869rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F{height:2.64925rem;width:4.49219rem}@media(orientation:portrait){.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F{height:1.18431rem;width:2.00819rem}}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_productContainer__b02IT .Btemplate8_productImage__TaBmc .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F img{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb{border-radius:2.00225rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:98%;z-index:1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_backImage__PZ2X\+{border-radius:2.00225rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_backImage__PZ2X\+ img{border-radius:2.00225rem;height:100%;object-fit:cover;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_profile__lHNhk{align-items:center;display:flex;gap:.3rem;padding:2rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_profile__lHNhk .Btemplate8_profilePic__Jk-La{border-radius:50%;height:3.29456rem;width:3.29456rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_profile__lHNhk .Btemplate8_profilePic__Jk-La img{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_profile__lHNhk .Btemplate8_detail__KXY2W{display:flex;flex-direction:column;gap:.1rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_profile__lHNhk .Btemplate8_detail__KXY2W h3{color:#fff;font-family:Poppins;font-size:1.00669rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_profile__lHNhk .Btemplate8_detail__KXY2W h4{color:#fff;font-family:Poppins;font-size:.54913rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#fff3;display:flex;height:5.69688rem;padding:0 2rem;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_desc__E0nKg{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.48725rem;font-style:normal;font-weight:400;height:3.60938rem;line-height:123.4%;width:28.347rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9{align-items:center;display:flex;flex:1 1;gap:3rem;justify-content:center}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As{height:1.39825rem;width:1.4675rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I{height:1.82131rem;width:2.13381rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F{height:1.57331rem;width:2.66781rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F{align-items:center;display:flex;gap:.1rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I p,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As p,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_galleryCard__WmRXb .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F img{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_thankYou__X2Z8A{color:#fff;font-family:Oooh Baby;font-size:2rem;font-style:normal;font-weight:400;line-height:normal;margin-top:2rem;text-align:center}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_navigation__Qq0KE{align-items:center;display:flex;gap:.2rem;position:absolute;right:2rem;top:-3rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_navigation__Qq0KE .Btemplate8_leftArrow__VSJVi{background:url(/static/media/leftArrow.3a8f9af7f1df88cc95e8.svg);background-position:50%;background-size:cover;height:1.85744rem;width:1.85744rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_navigation__Qq0KE .Btemplate8_rightArrow__BUvt-{background:url(/static/media/rightArrow.2ef490456f72d20f7a6d.svg);background-position:50%;background-size:cover;height:1.85744rem;width:1.85744rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:38vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_backImage__PZ2X\+{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_backImage__PZ2X\+ img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_profile__lHNhk{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_profile__lHNhk .Btemplate8_profilePic__Jk-La,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_profile__lHNhk .Btemplate8_profilePic__Jk-La img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_profile__lHNhk .Btemplate8_detail__KXY2W{display:flex;flex-direction:column;gap:.2rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_profile__lHNhk .Btemplate8_detail__KXY2W h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_profile__lHNhk .Btemplate8_detail__KXY2W h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;height:2.83844rem;padding:0 1rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_desc__E0nKg{color:#fff;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%;width:14.12388rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9{align-items:center;display:flex;gap:2rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As{height:.69669rem;width:.73119rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I{height:.9075rem;width:1.06325rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F{height:.78394rem;width:1.32925rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I p,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As p,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F{align-items:center;display:flex;gap:.2rem}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_comment__cPT8I img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_like__CB4As img,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_activeItem__FNE\+D .Btemplate8_details__71imt .Btemplate8_actions__w9Mj9 .Btemplate8_share__1yz9F img{height:100%;width:100%}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_allItems__U5S\+B{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:90vw}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_allItems__U5S\+B::-webkit-scrollbar{display:none}.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_allItems__U5S\+B .Btemplate8_smallCard__zc\+mH{height:28vh;margin-right:4vw;min-width:43vw;width:43vw}#BTemp8Swiper .swiper,.Btemplate8_TemplateWrapper__\+sozY .Btemplate8_MobileGallery__VOqeY .Btemplate8_allItems__U5S\+B .Btemplate8_smallCard__zc\+mH img{height:100%;width:100%}#BTemp8Swiper .swiper{position:relative}#BTemp8Swiper .swiper-pagination{left:15rem!important;position:absolute;top:12rem}@media(orientation:portrait){#BTemp8Swiper .swiper-pagination{left:3rem!important;top:13rem!important}}#BTemp8Swiper .swiper-pagination-bullet{border:.4rem solid gray;border-radius:50%;height:2.3rem;width:2.3rem}@media(orientation:portrait){#BTemp8Swiper .swiper-pagination-bullet{border:.2rem solid gray;height:1.2rem;width:1.2rem}}#BTemp8Swiper .swiper-pagination-bullet-active{background-color:#ff0}#carouselB8 .alice-carousel__wrapper{height:70vh;padding-top:13.2vh}#carouselB8 .alice-carousel__wrapper .alice-carousel__stage-item{height:45vh!important;transition:all .3s ease}#carouselB8 .alice-carousel__wrapper .alice-carousel__stage-item #details,#carouselB8 .alice-carousel__wrapper .alice-carousel__stage-item #profile{display:none}#carouselB8 .alice-carousel__wrapper .__target{height:60vh!important;transform:translateY(-20%);width:42vw!important}#carouselB8 .alice-carousel__wrapper .__target #details,#carouselB8 .alice-carousel__wrapper .__target #profile{display:flex}#carouselB8 .alice-carousel__prev-btn{font-size:5rem;height:max-content;position:absolute;right:9rem;top:0;width:max-content}#carouselB8 .alice-carousel__next-btn{font-size:5rem;height:max-content;position:absolute;right:5rem;top:0;width:max-content}#carouselB8 .alice-carousel__dots{display:none}.Btemplate9_TemplateWrapper__NaY9S{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Btemplate9_TemplateWrapper__NaY9S::-webkit-scrollbar{display:none}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Setting__z3c75{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Template9__ujRUh{background:#ce0e19;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Template9__ujRUh::-webkit-scrollbar{display:none}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Template9__ujRUh section{scroll-snap-align:start;scroll-snap-stop:always}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m{align-items:flex-end;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw;z-index:1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_landingChangeIcon__Hz5pv{position:absolute;right:2rem;top:2rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_logo__knaqE{height:11.45819rem;left:0;position:absolute;top:0;width:14.2805rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_logo__knaqE{height:7.82094rem;width:9.74738rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_logo__knaqE img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_heroImage__m-XGA{background-color:#1d1f1d;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_heroImage__m-XGA img{height:100%;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_heroImage__m-XGA img{border-radius:2rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O{background:#ce0e19;height:25rem;left:-10%;position:absolute;top:60vh;transform:rotate(-15deg);width:120%}@media(max-width:930px)and (orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O{background:#ce0e19;height:25rem;left:-11%;position:absolute;top:60vh;transform:rotate(-15deg);width:125%}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O:before{background:#ce0e19;bottom:-29vh;content:"";height:30vh;left:0;position:absolute;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW{align-items:center;background-color:#fff;display:flex;gap:5rem;height:8vh;justify-content:center;margin:auto;width:110vw}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW{align-items:center;background-color:#fff;display:flex;gap:1rem;height:8vh;justify-content:center;margin:auto;padding-left:5rem;width:122vw}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_buttons__\+LdCT{align-items:center;display:flex;font-family:Poppins;font-size:1.04688rem;font-style:normal;font-weight:500;gap:2rem;height:100%;line-height:normal;width:30%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_buttons__\+LdCT{gap:.2rem;width:45%}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_buttons__\+LdCT button{cursor:pointer;height:3.95519rem;width:14.84381rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_buttons__\+LdCT button{font-size:.89rem;height:2.46388rem;width:6.56019rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_buttons__\+LdCT button:first-child{background:linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%);background:var(--grd,linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%));color:#fff}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_buttons__\+LdCT button:nth-child(2){-webkit-text-fill-color:#0000;background:linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%);background:var(--grd,linear-gradient(92deg,#e85bff 4.84%,#232197 95.29%));background-clip:text;-webkit-background-clip:text;border:1.196px solid #e85bff;border:1.196px solid var(--grd,#e85bff);color:#fff}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_buttons__\+LdCT button:nth-child(2){border:.529px solid #e85bff;border:.529px solid var(--grd,#e85bff)}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi{align-items:center;background:#0000;display:flex;height:100%;width:60vw}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi{width:50vw}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s{align-items:center;display:flex}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_cnbc__7z8-Y{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_cnbc__7z8-Y{height:4.267vh;width:16.46vw}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_bbc__P\+Z8z{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_bbc__P\+Z8z{height:4.267vh;width:16.46vw}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_time__b6wgj{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_time__b6wgj{height:4.267vh;width:16vw}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_newyorkTimes__cdjMK{height:3.63856rem;margin-right:2vw;opacity:.6}@media(max-width:930px)and (min-height:600px){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_Bottom__Kwf\+O .Btemplate9_buttonAdds__7r8dW .Btemplate9_adds__THAKi .Btemplate9_logos__RaF-s .Btemplate9_newyorkTimes__cdjMK{height:4.267vh;width:24.65vw}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz{align-items:center;display:flex;gap:2rem;height:auto;max-width:100%;padding:8rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz{justify-content:space-around;padding:3rem 1rem;width:100%}}@media(max-width:630px)and (orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz{padding-bottom:6rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_RatingContainer__OFxNC{align-items:center;cursor:pointer;display:flex;height:7rem;justify-content:center;position:relative;width:7rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_RatingContainer__OFxNC{height:3.99925rem;width:3.99925rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_RatingContainer__OFxNC img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_RatingContainer__OFxNC p{color:#fff;font-family:Poppins;font-size:1.31556rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_RatingContainer__OFxNC p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:.71819rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_reachus__8Dd\+v{margin-right:3rem;position:relative}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_reachus__8Dd\+v{margin:0}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_reachus__8Dd\+v .Btemplate9_R__HXqFK{height:11.82275rem;width:8.45456rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_reachus__8Dd\+v .Btemplate9_R__HXqFK{flex-shrink:0;height:8.23769rem;width:5.89081rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_reachus__8Dd\+v .Btemplate9_R__HXqFK img{fill:#dc4d55;height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_reachus__8Dd\+v p{color:#fff;font-family:Poppins;font-size:1.40525rem;font-style:normal;font-weight:600;line-height:normal;position:absolute;right:0;top:50%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_reachus__8Dd\+v p{font-size:.97913rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti{align-items:center;display:flex;flex-direction:column;gap:2rem;z-index:1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT{align-items:center;display:flex;gap:2rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_posts__3y7ki,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_subscribers__ntEi5{display:flex;flex-direction:column}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_posts__3y7ki p,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_subscribers__ntEi5 p{color:#fff;font-family:Poppins;font-size:2.94825rem;font-style:italic;font-weight:700;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_posts__3y7ki p,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_subscribers__ntEi5 p{font-size:2.05425rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_posts__3y7ki h3,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_subscribers__ntEi5 h3{color:#fff;font-family:Poppins;font-size:1.40525rem;font-style:italic;font-weight:700;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_posts__3y7ki h3,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_buttons__\+LdCT .Btemplate9_subscribers__ntEi5 h3{font-size:.97913rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf{display:flex;gap:2rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf{gap:1.3rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_location__st8UN,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_mail__y0ZH0,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_phone__tyE22,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_store__xmVGg,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_whatsapp__ra6pP{height:1.73731rem;width:1.73731rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_location__st8UN,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_mail__y0ZH0,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_phone__tyE22,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_store__xmVGg,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_whatsapp__ra6pP{height:1.2105rem;width:1.2105rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_location__st8UN img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_mail__y0ZH0 img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_phone__tyE22 img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_store__xmVGg img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container1__\+Hm8m .Btemplate9_contents__xeshz .Btemplate9_actions__lwwti .Btemplate9_socials__ynCXf .Btemplate9_whatsapp__ra6pP img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N{align-items:center;display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_aboutus1Change__HTGLC{height:4rem;left:2rem;position:absolute;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_aboutus1Change__HTGLC{height:3rem;width:3rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_aboutus2Change__ZF2\+0{bottom:2rem;height:4rem;position:absolute;right:2rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_aboutus2Change__ZF2\+0{height:3rem;width:3rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff38;border-radius:3.75rem;box-shadow:20px 20px 32px 0 #00000026;display:flex;height:25rem;justify-content:center;transform:rotate(-45deg);width:25rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C{height:16.99088rem;width:16.99088rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;transform:rotate(45deg);width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs .Btemplate9_EditTextIcon__\+xBi8{height:4rem;position:absolute;right:0;top:4rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs .Btemplate9_EditTextIcon__\+xBi8{height:3rem;top:3rem;width:3rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs h2{color:#fff;font-family:Bebas Neue;font-size:3rem;font-style:normal;font-weight:400;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs h2{font-size:2.03894rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs .Btemplate9_aboutusText__ge34g{color:#fff;font-family:Poppins;font-size:.60519rem;font-style:normal;font-weight:300;height:5.15894rem;line-height:normal;text-align:center;width:20.27325rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs .Btemplate9_aboutusText__ge34g{font-size:.41131rem;height:3.2rem;width:13.77844rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs button{align-items:center;background:#95181878;border:2px solid #fd3c3c;border-radius:6.25rem;color:#f88;cursor:pointer;display:flex;font-family:Poppins;font-size:1.0625rem;font-style:normal;font-weight:500;gap:.9135rem;justify-content:center;line-height:normal;padding:.9375rem 3.65388rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_details__88d\+C .Btemplate9_content__KvOjs button{font-size:.8125rem;padding:.9375rem 3.65388rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_img1__sbsfp{background-color:#00ff6a;border-radius:2rem;clip-path:polygon(0 0,100% 0,100% 6%,0 95%);height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_img1__sbsfp img{border-radius:2rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_img2__krm1I{background-color:aqua;border-radius:2rem;clip-path:polygon(0 100%,0 96%,100% 7%,100% 100%);height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container2__6ko2N .Btemplate9_img2__krm1I img{border-radius:2rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk-{align-items:center;display:flex;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk-{align-items:flex-end;justify-content:center}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_chooseusChangeIcon__KlOlc{height:4rem;left:25%;position:absolute;top:8rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_chooseusChangeIcon__KlOlc{height:3rem;left:40%;top:10rem;width:3rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_deskFrame__PVcoI{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_deskFrame__PVcoI img{height:100%;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_deskFrame__PVcoI{display:none}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_mobFrame__DrImd{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_mobFrame__DrImd img{height:100%;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_mobFrame__DrImd{display:block}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_chooseusImage__rpDbr{height:100%;left:0;position:absolute;top:0;width:60%;z-index:-2}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_chooseusImage__rpDbr{height:50%;width:100%}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_chooseusImage__rpDbr img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C{display:flex;flex-direction:column;gap:.7rem;height:100%;justify-content:center;padding:0 2rem;position:relative;width:40%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C{align-items:center;height:50%;width:100%}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C .Btemplate9_EditTextIcon__\+xBi8{height:4rem;position:absolute;right:1rem;top:40%;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C .Btemplate9_EditTextIcon__\+xBi8{height:3rem;top:30%;width:3rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C h2{color:#fff;font-family:Poppins;font-size:5.27475rem;font-style:normal;font-weight:600;line-height:normal;transform:translateX(-15%)}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C h2{font-size:2.92181rem;transform:translateX(0)}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C .Btemplate9_chooseusText__gT3Yp{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:300;height:13.55875rem;line-height:normal;width:38.551rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container3__L5xk- .Btemplate9_details__88d\+C .Btemplate9_chooseusText__gT3Yp{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:300;line-height:normal;width:94%}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;max-height:100vh;max-width:100vw;width:100vw}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_upperSection__410Mq{align-items:center;display:flex;justify-content:space-between;padding:0 5rem;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_upperSection__410Mq{align-items:flex-start;flex-direction:column;padding:0 2rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_upperSection__410Mq h2{color:#fff;font-family:Poppins;font-size:6.62538rem;font-style:normal;font-weight:600;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_upperSection__410Mq h2{font-size:2rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_upperSection__410Mq h4{color:#fff;font-family:Poppins;font-size:1.72706rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_upperSection__410Mq h4{font-size:1.375rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M{align-items:center;display:flex;flex-direction:column;gap:2rem;height:70vh;justify-content:center;min-height:38.97313rem;width:80vw}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M{height:80vh;max-width:100vw;width:100vw}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M .Btemplate9_navigationButton__dQ5\+3{align-items:center;display:flex;gap:5rem;justify-content:center}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M .Btemplate9_navigationButton__dQ5\+3 .Btemplate9_leftArrow__TpEJE,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M .Btemplate9_navigationButton__dQ5\+3 .Btemplate9_rightArrow__deJtE{height:1.80775rem;width:1.00513rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M .Btemplate9_navigationButton__dQ5\+3 .Btemplate9_leftArrow__TpEJE img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M .Btemplate9_navigationButton__dQ5\+3 .Btemplate9_rightArrow__deJtE img{stroke-width:3.676px;stroke:#fff;cursor:pointer;height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M .Btemplate9_navigationButton__dQ5\+3 .Btemplate9_inactiveArrow__F9IWZ{height:1.80775rem;width:1.00513rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container4__2NthO .Btemplate9_carousel__-3G2M .Btemplate9_navigationButton__dQ5\+3 .Btemplate9_inactiveArrow__F9IWZ img{cursor:not-allowed}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk{height:100vh;max-width:100vw;width:100vw}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:space-around;width:100vw}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15 .Btemplate9_topHeaders__CLLSj{align-items:center;display:flex;justify-content:space-between;padding:0 5rem;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15 .Btemplate9_topHeaders__CLLSj{align-items:flex-start;flex-direction:column;padding:0 2rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15 .Btemplate9_topHeaders__CLLSj h2{color:#fff;font-family:Poppins;font-size:6.62538rem;font-style:normal;font-weight:600;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15 .Btemplate9_topHeaders__CLLSj h2{font-size:2rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15 .Btemplate9_topHeaders__CLLSj h4{color:#fff;font-family:Poppins;font-size:1.72706rem;font-style:normal;font-weight:300;line-height:normal}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15 .Btemplate9_topHeaders__CLLSj h4{font-size:1.375rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_carouselSection__p1x15 .Btemplate9_carousel__-3G2M{overflow:hidden;width:95%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center;padding:5rem 0}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie .Btemplate9_banner__E\+RiY{border-radius:1.875rem;box-shadow:10px 10px 15px 0 #00000026;height:26.24631rem;position:relative;width:73.71288rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie .Btemplate9_banner__E\+RiY{border-radius:1.09844rem;box-shadow:5.858px 5.858px 8.788px 0 #00000026;height:15.37613rem;width:23.22306rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie .Btemplate9_banner__E\+RiY img{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie .Btemplate9_banner__E\+RiY .Btemplate9_bannerChangeIcon__Zed2A{border-radius:0;height:4rem;position:absolute;right:2rem;top:2rem;width:4rem}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie .Btemplate9_banner__E\+RiY .Btemplate9_bannerChangeIcon__Zed2A{height:3rem;width:3rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie .Btemplate9_thankYou__U7-D0{color:#fff;font-family:Noto Serif;font-size:2.625rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_Container5__GNiKk .Btemplate9_bannerBottom__F1Mie .Btemplate9_thankYou__U7-D0{font-size:2.625rem;width:17.48831rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X{border-radius:2.00225rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;width:98%;z-index:1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_backImage__yD7Ii{border-radius:2.00225rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_backImage__yD7Ii img{border-radius:2.00225rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_profile__iyC8w{align-items:center;display:flex;gap:.3rem;padding:2rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_profile__iyC8w .Btemplate9_profilePic__1XNdP{border-radius:50%;height:3.29456rem;width:3.29456rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_profile__iyC8w .Btemplate9_profilePic__1XNdP img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_profile__iyC8w .Btemplate9_detail__qoZHU{display:flex;flex-direction:column;gap:.1rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_profile__iyC8w .Btemplate9_detail__qoZHU h3{color:#fff;font-family:Poppins;font-size:1.00669rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_profile__iyC8w .Btemplate9_detail__qoZHU h4{color:#fff;font-family:Poppins;font-size:.54913rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#fff3;display:flex;height:5.69688rem;padding:0 2rem;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_desc__XFJiW{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.48725rem;font-style:normal;font-weight:400;height:3.60938rem;line-height:123.4%;width:60%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti{align-items:center;display:flex;flex:1 1;gap:3rem;justify-content:center}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu{height:1.39825rem;width:1.4675rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy{height:1.82131rem;width:2.13381rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA{height:1.57331rem;width:2.66781rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA{align-items:center;display:flex;gap:.1rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy p,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu p,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_galleryCard__fZO4X .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:38vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_backImage__yD7Ii{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_backImage__yD7Ii img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_profile__iyC8w{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_profile__iyC8w .Btemplate9_profilePic__1XNdP,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_profile__iyC8w .Btemplate9_profilePic__1XNdP img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_profile__iyC8w .Btemplate9_detail__qoZHU{display:flex;flex-direction:column;gap:.2rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_profile__iyC8w .Btemplate9_detail__qoZHU h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_profile__iyC8w .Btemplate9_detail__qoZHU h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;gap:2rem;height:2.83844rem;padding:0 1rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_desc__XFJiW{color:#fff;flex:1 1;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti{align-items:center;display:flex;gap:2rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu{height:.69669rem;width:.73119rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy{height:.9075rem;width:1.06325rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA{height:.78394rem;width:1.32925rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy p,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu p,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA{align-items:center;display:flex;gap:.2rem}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_comment__eYcLy img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_like__3qudu img,.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_activeItem__OqZt\+ .Btemplate9_details__88d\+C .Btemplate9_actions__lwwti .Btemplate9_share__ZDDdA img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_allItems__3lnxN{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:90vw}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_allItems__3lnxN::-webkit-scrollbar{display:none}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_allItems__3lnxN .Btemplate9_smallCard__95rFW{height:28vh;margin-right:4vw;min-width:43vw;width:43vw}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_MobileGallery__fgRrC .Btemplate9_allItems__3lnxN .Btemplate9_smallCard__95rFW img{height:100%;width:100%}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_productCard__V9-gk{border-radius:1.55156rem;height:38.97313rem;height:100%;position:relative;width:25.67856rem;width:100%}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_productCard__V9-gk{border-radius:1.36394rem}}.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_productCard__V9-gk .Btemplate9_media__IK3ya{border-radius:1.55156rem;height:100%;position:absolute;width:100%;z-index:-1}@media(orientation:portrait){.Btemplate9_TemplateWrapper__NaY9S .Btemplate9_productCard__V9-gk .Btemplate9_media__IK3ya{border-radius:1.36394rem}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}#carouselB9 .alice-carousel__wrapper{overflow:visible;width:87%}#carouselB9 .alice-carousel__wrapper .alice-carousel__stage-item{height:34.27394rem!important;transition:all .3s ease}#carouselB9 .alice-carousel__wrapper .alice-carousel__stage-item #details{display:none}#carouselB9 .alice-carousel__wrapper .__target{width:40vw!important}#carouselB9 .alice-carousel__wrapper .__target #details{display:flex}#carouselB9 .alice-carousel__dots,#carouselB9 .alice-carousel__next-btn,#carouselB9 .alice-carousel__prev-btn{display:none}.mySwiper{height:75%;width:100%}.swiper-button-next:after,.swiper-button-prev:after{color:#fff;font-size:2rem}.Editing_Maximize__t6Y3k{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px;color:#3ff0d9;cursor:pointer;font-size:1.2rem;height:3rem;position:fixed;right:-20%;top:-20%;transition:all .3s ease-in-out;width:10rem;z-index:100}.Editing_Maximize__t6Y3k.Editing_MaximizeActive__uJ2qq{right:2%;top:2%}.Editing_EditingWrapper__uCxOP{align-items:center;background:#00000080;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:fixed;right:0;top:0;transition:all .3s ease-in-out;width:100vw;z-index:100}.Editing_EditingWrapper__uCxOP.Editing_Minimize__zgMVM{opacity:0;transform:translate(150%,-150%)}.Editing_EditingWrapper__uCxOP .Editing_BtnWrapper__LKD8K{align-items:center;display:flex;gap:1rem;position:absolute;right:1%;top:2rem}@media screen and (max-width:900px){.Editing_EditingWrapper__uCxOP .Editing_BtnWrapper__LKD8K{flex-wrap:wrap;padding:2rem;top:3.5rem}}.Editing_EditingWrapper__uCxOP .Editing_BtnWrapper__LKD8K button{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px;border-radius:.7rem;color:#3ff0d9;cursor:pointer;min-height:3rem;min-width:9rem;padding:.5rem 1rem;transition:all .3s ease-in}.Editing_EditingWrapper__uCxOP .Editing_BtnWrapper__LKD8K button:hover{background:#279485;border:1px solid #279485;color:#fff}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh{background:#000;border-radius:.625rem;display:flex;flex-direction:column;gap:1rem;height:45em;overflow:hidden;position:relative;resize:both;width:50rem;z-index:1}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_OverlayForDrag__pzv1I{background:#0000;cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_OverlayForDrag__pzv1I:active{cursor:grabbing!important}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh>*{-webkit-user-select:none;user-select:none}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_EditingContainer__fDtcr{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_EditingContainer__fDtcr .Editing_img__zi4H3{margin:0 auto;max-height:100%;max-width:100%;object-fit:contain;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_EditingContainer__fDtcr .Editing_EffectPreview__9t-pU{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_EditingContainer__fDtcr .Editing_EffectPreview__9t-pU img{height:100%;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq{background:#5a5a5a;border:1.5px solid #05beb3;border-radius:.625rem;height:8rem;overflow:hidden;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq button{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px;color:#3ff0d9;cursor:pointer;display:flex;flex-direction:column;font-family:Poppins;font-size:1.2rem;font-size:1.11644rem;font-style:normal;font-weight:300;gap:.5rem;height:5rem;justify-content:center;line-height:normal;text-transform:capitalize;transition:all .3s ease-in-out;width:7rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq button svg{height:2rem;transition:all .3s ease-in-out;width:2rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq button:hover{background:#045f53;border:1px solid #045f53;color:#fff}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq button:hover svg{transform:scale(1.1)}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_Right__mb81g{align-items:center;display:flex;flex-direction:column;gap:.3rem;height:100%;justify-content:center;padding:.3rem 0;width:9.8rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_Right__mb81g button{flex-basis:50%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_MainBtnWrapper__K7EKf{align-items:center;display:flex;gap:1.5rem;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_CropBtnWrapper__Qa-fa{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_CropBtnWrapper__Qa-fa .Editing_Left__zEsJV{align-items:center;display:flex;flex:1 1;gap:1.5rem;height:100%;justify-content:center}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_CropBtnWrapper__Qa-fa .Editing_Left__zEsJV button{flex-direction:row;width:10rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_RotateBtnWrapper__2OLbs{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_RotateBtnWrapper__2OLbs .Editing_Left__zEsJV{align-items:center;display:flex;flex:1 1;gap:1.5rem;height:100%;justify-content:center}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_RotateBtnWrapper__2OLbs .Editing_Left__zEsJV input{cursor:pointer;width:50%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_RotateBtnWrapper__2OLbs .Editing_Left__zEsJV p{color:#3ff0d9;font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:300;line-height:normal;text-align:center;text-transform:capitalize;width:4rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_AspectBtnWrapper__ysmZV{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_AspectBtnWrapper__ysmZV .Editing_Left__zEsJV{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:repeat(3,1fr);height:100%;overflow:hidden;padding:1rem 2rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_AspectBtnWrapper__ysmZV .Editing_Left__zEsJV button{flex-direction:row;flex-wrap:wrap;height:100%;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_EffectBtnWrapper__4phwn{align-items:center;background:#000;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_EffectBtnWrapper__4phwn .Editing_Left__zEsJV{display:flex;flex:1 1;height:100%;overflow:hidden;padding:1rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_EffectBtnWrapper__4phwn .Editing_Left__zEsJV img{border-radius:5px;cursor:pointer;height:5rem;width:6rem}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_MirrorBtnWrapper__j\+laN{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.Editing_EditingWrapper__uCxOP .Editing_EditingMain__zffXh .Editing_ButtonContainer__V4PBq .Editing_MirrorBtnWrapper__j\+laN .Editing_Left__zEsJV{align-items:center;display:flex;flex:1 1;gap:1rem;height:100%;justify-content:center;overflow:hidden}.Editing_ControlsContainer__A15dv{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff9;border-radius:1rem;bottom:1rem;box-shadow:0 0 10px 5px #00000080;display:flex;gap:1rem;height:20rem;left:50%;overflow:hidden;padding:.5rem 1rem;position:fixed;transform:translateX(-50%);width:30rem;width:90%;z-index:200!important}.Editing_ControlsContainer__A15dv .Editing_Left__zEsJV{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:1fr 1fr}.Editing_ControlsContainer__A15dv .Editing_Left__zEsJV .Editing_InputWrapper__9nPL\+{align-items:center;display:flex;flex-direction:column;gap:.3rem;overflow:hidden}.Editing_ControlsContainer__A15dv .Editing_Left__zEsJV .Editing_InputWrapper__9nPL\+:first-child{grid-row:1}.Editing_ControlsContainer__A15dv .Editing_Left__zEsJV .Editing_InputWrapper__9nPL\+:nth-child(2){display:flex;grid-row:1/3}.Editing_ControlsContainer__A15dv .Editing_Left__zEsJV .Editing_InputWrapper__9nPL\+:nth-child(2) input{flex:1 1;height:100%;rotate:90deg;width:7rem;width:85%}.Editing_ControlsContainer__A15dv .Editing_Left__zEsJV .Editing_InputWrapper__9nPL\+ label{color:#000;font-size:1rem!important}.Editing_ControlsContainer__A15dv .Editing_Left__zEsJV .Editing_InputWrapper__9nPL\+ input{height:100%;width:100%}.Editing_ControlsContainer__A15dv .Editing_ButtonWrapper__bG3Dm{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.Editing_ControlsContainer__A15dv .Editing_ButtonWrapper__bG3Dm button{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(134deg,#1e1e1e94 7.59%,#33333394 97.1%);border:1px solid #46f2db;border-radius:10px!important;border-radius:.7rem;color:#3ff0d9;cursor:pointer;font-size:1.7rem!important;height:3.5rem!important;letter-spacing:0!important;transform:rotate(0deg)!important;transition:all .3s ease-in;width:7rem!important}.Editing_ControlsContainer__A15dv .Editing_ButtonWrapper__bG3Dm button:hover{background:#279485;border:1px solid #279485;color:#fff}.Editing_EffectNormal__6BKGU{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_Effect1977__7GvRz{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectAden__m\+OO8{filter:contrast(90%) brightness(120%) saturate(85%) sepia(0) hue-rotate(20deg) grayscale(0) invert(0) blur(0)}.Editing_EffectAmaro__sFqfF{filter:contrast(90%) brightness(110%) saturate(150%) sepia(0) hue-rotate(-10deg) grayscale(0) invert(0) blur(0)}.Editing_EffectBrannan__5OsO3{filter:contrast(140%) brightness(100%) saturate(100%) sepia(50%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectBrooklyn__NMa-R{filter:contrast(90%) brightness(110%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectClarendon__4l0Ux{filter:contrast(120%) brightness(125%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectEarlybird__7EneC{filter:contrast(90%) brightness(100%) saturate(100%) sepia(20%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectGingham__ew0zw{filter:contrast(105%) brightness(100%) saturate(100%) sepia(0) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.Editing_EffectHudson__OGTZV{filter:contrast(90%) brightness(120%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectInkwell__-e8gT{filter:contrast(110%) brightness(110%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(100%) invert(0) blur(0)}.Editing_EffectLofi__zCqn2{filter:contrast(150%) brightness(100%) saturate(110%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectMaven__nRBhx{filter:contrast(95%) brightness(95%) saturate(150%) sepia(25%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectPerpetua__FWzFf{filter:contrast(100%) brightness(100%) saturate(100%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectReyes__oJI1m{filter:contrast(85%) brightness(110%) saturate(75%) sepia(22%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectStinson__ghW7q{filter:contrast(75%) brightness(115%) saturate(85%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectToaster__f7zfw{filter:contrast(110%) brightness(110%) saturate(130%) sepia(0) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectWalden__VcnYj{filter:contrast(110%) brightness(160%) saturate(100%) sepia(30%) hue-rotate(350deg) grayscale(0) invert(0) blur(0)}.Editing_EffectValencia__dMbkn{filter:contrast(108%) brightness(108%) saturate(100%) sepia(8%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Editing_EffectXpro2__PLJZ0{filter:contrast(100%) brightness(100%) saturate(100%) sepia(30%) hue-rotate(0deg) grayscale(0) invert(0) blur(0)}.Gallery_Gallery__YjpsK{background:#020305;display:flex;flex-direction:column;height:100vh;width:100vw}.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT{align-items:center;display:flex;justify-content:space-between;padding:1rem 3rem 2rem 3.2rem}@media screen and (max-width:450px){.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT{padding:1rem}}.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT .Gallery_Left__vblpA h1{color:#fff;font-family:Poppins;font-size:4.18rem;font-style:normal;font-weight:600;line-height:normal;margin-bottom:1.8rem}.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT .Gallery_Left__vblpA .Gallery_ButtonWrapper__1i2G\+{align-items:center;display:flex;gap:1.4rem}@media screen and (max-width:450px){.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT .Gallery_Left__vblpA .Gallery_ButtonWrapper__1i2G\+{gap:1rem}}.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT .Gallery_Left__vblpA .Gallery_ButtonWrapper__1i2G\+ button{background:#ffffff0d;border:none;border-radius:4rem;color:#666;cursor:pointer;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:400;height:3.5rem;line-height:normal;padding:0 2.5rem;transition:all .3s ease-in-out}.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT .Gallery_Left__vblpA .Gallery_ButtonWrapper__1i2G\+ button.Gallery_activeBtn__SFc9H,.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT .Gallery_Left__vblpA .Gallery_ButtonWrapper__1i2G\+ button:hover{background:#ffffff1a;color:#fff}.Gallery_Gallery__YjpsK .Gallery_Top__aLkjT .Gallery_Right__hIgWe{align-items:center;cursor:pointer;display:flex;height:3rem;justify-content:center;width:3rem}.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk{grid-row-gap:.6rem;grid-column-gap:.6rem;background:#d9d9d90d;column-gap:.6rem;display:grid;grid-template-columns:repeat(3,1fr);height:100%;overflow-y:scroll;padding:3.1rem 4.5rem;row-gap:.6rem;width:100%}@media screen and (max-width:550px){.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk{padding:3.1rem 2rem}}@media screen and (max-width:850px){.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk{grid-template-columns:repeat(1,1fr)}}.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk::-webkit-scrollbar{display:none}.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk h1{color:#fff;font-size:3rem}.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk .Gallery_postWrapper__onNMl{align-items:center;background:#000;display:flex;height:21rem;justify-content:center;overflow:hidden;width:100%}.Gallery_Gallery__YjpsK .Gallery_Container__ZIqXk .Gallery_postWrapper__onNMl .Gallery_Media__puYUg{height:100%;object-fit:contain;width:100%}.Template1_TemplateWrapper__4p04-{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template1_TemplateWrapper__4p04-::-webkit-scrollbar{display:none}.Template1_TemplateWrapper__4p04- .Template1_Setting__yyb\+T{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template1_TemplateWrapper__4p04- .Template1_Template1__Ih\+u3{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template1_TemplateWrapper__4p04- .Template1_Template1__Ih\+u3::-webkit-scrollbar{display:none}.Template1_TemplateWrapper__4p04- .Template1_Template1__Ih\+u3 section{scroll-snap-align:start;scroll-snap-stop:always}.Template1_Container1__IGyH1{display:flex;height:100%;justify-content:space-between;overflow:hidden;position:relative;width:100%}@media screen and (max-width:750px)and (min-height:500px){.Template1_Container1__IGyH1{flex-direction:column}}.Template1_Container1__IGyH1 .Template1_Left__qSBvi{padding:4rem 0 0 7.48rem;z-index:3}@media screen and (max-width:640px){.Template1_Container1__IGyH1 .Template1_Left__qSBvi{padding:5rem 0 0 5rem}}@media screen and (max-width:480px){.Template1_Container1__IGyH1 .Template1_Left__qSBvi{padding:3rem 0 0 4rem}}@media screen and (max-height:670px){.Template1_Container1__IGyH1 .Template1_Left__qSBvi{padding:2rem 0 0 3rem}}.Template1_Container1__IGyH1 .Template1_Left__qSBvi h4{-webkit-leading-trim:both;color:#fff;font-family:Poppins;font-size:3.17838rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:1rem}@media screen and (max-width:500px)and (max-height:670px){.Template1_Container1__IGyH1 .Template1_Left__qSBvi h4{font-size:2.5rem}}.Template1_Container1__IGyH1 .Template1_Left__qSBvi .Template1_name__myEwd{color:#fff;font-family:Bebas Neue;font-size:9rem;font-style:normal;font-weight:400;line-height:80%;max-width:28rem;min-width:28rem;overflow:hidden!important}@media screen and (max-width:550px)and (max-height:930px){.Template1_Container1__IGyH1 .Template1_Left__qSBvi .Template1_name__myEwd{font-size:7.8rem}}@media screen and (max-width:550px)and (max-height:700px){.Template1_Container1__IGyH1 .Template1_Left__qSBvi .Template1_name__myEwd{font-size:6.5rem;max-width:20rem!important;min-width:20rem!important}}.Template1_Container1__IGyH1 .Template1_Left__qSBvi .Template1_name__myEwd::-webkit-scrollbar{display:none}.Template1_Container1__IGyH1 .Template1_Right__0WEOw{height:100%;position:relative;width:55.4735rem;z-index:3}.Template1_Container1__IGyH1 .Template1_Right__0WEOw .Template1_coverImage__luSSZ{bottom:18%;left:16%}@media screen and (max-width:750px){.Template1_Container1__IGyH1 .Template1_Right__0WEOw{align-self:flex-end}}@media screen and (max-width:450px){.Template1_Container1__IGyH1 .Template1_Right__0WEOw{width:100%}}.Template1_Container1__IGyH1 .Template1_Right__0WEOw img{bottom:0;height:80%;left:0;position:absolute;width:100%}@media screen and (max-width:450px){.Template1_Container1__IGyH1 .Template1_Right__0WEOw img{height:100%}}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8{align-items:center;background:linear-gradient(180deg,#0e213800,#0e2138);bottom:0;display:flex;height:16.2rem;justify-content:space-between;left:0;padding:0 8.5rem 0 12.5rem;position:absolute;width:100%;z-index:3}@media screen and (max-width:750px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8{flex-direction:column;gap:2rem;padding:0}}@media screen and (max-width:450px)and (max-height:670px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8{padding-bottom:2rem}}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6{align-items:center;display:flex;gap:4.75rem}@media screen and (max-width:750px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6{gap:2.47rem;justify-content:space-between;padding:0 8rem 0 20rem;width:100%}}@media screen and (max-width:650px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6{padding:0 8rem 0 15rem}}@media screen and (max-width:500px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6{padding:0 8rem 0 10rem}}@media screen and (max-width:450px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6{padding:0 3rem 0 6rem}}@media screen and (max-width:450px)and (max-height:670px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6{padding:0 8rem 0 7rem}}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6 .Template1_RatingContainer__tkBOi{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:relative;width:5.52rem}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6 .Template1_RatingContainer__tkBOi span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6 .Template1_RatingContainer__tkBOi img{height:100%;width:100%}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6 .Template1_TextContainer__BEeOj{display:flex;flex-direction:column;height:5.98rem;justify-content:space-between}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6 .Template1_TextContainer__BEeOj h3{color:#fff;font-family:Inter;font-size:3.20906rem;font-style:normal;font-weight:800;line-height:94.5%;text-align:center}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6 .Template1_TextContainer__BEeOj h2{color:#fff;font-family:Inter;font-size:4.21619rem;font-style:normal;font-weight:800;line-height:94.5%;text-align:center}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_LeftInner__Fr\+Z6 .Template1_TextContainer__BEeOj p{color:#fff;font-family:Inter;font-size:1.80025rem;font-style:normal;font-weight:800;line-height:94.5%}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_RightInner__x6FmX{align-items:center;display:flex;gap:14rem;height:5.98rem}@media screen and (max-width:750px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_RightInner__x6FmX{gap:11.68rem;height:7rem;justify-content:space-around;width:100%}}.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_RightInner__x6FmX button{align-items:center;background:#0000;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Inter;font-size:2rem;font-style:normal;font-weight:800;gap:.5rem;height:100%;justify-content:center;line-height:94.5%;padding:0 1rem}@media screen and (max-width:750px){.Template1_Container1__IGyH1 .Template1_BottomPart__fHYl8 .Template1_RightInner__x6FmX button{padding:0 4rem}}.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{align-items:center;background:#000;display:flex;flex-direction:column;gap:1.5rem;height:36rem;justify-content:center;padding:1.52806rem 0 1.52813rem;position:absolute;transform:rotate(-25deg) translate(-20%,-6%);width:190rem}@media screen and (max-width:1400px)and (max-height:650px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{height:25rem;transform:rotate(340deg) translate(-10%,30%);width:150rem}}@media screen and (max-width:1280px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{transform:rotate(336deg) translate(-8%,9%)}}@media screen and (max-width:1280px)and (min-height:800px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{transform:rotate(315deg) translate(-29%,-14%)}}@media screen and (max-width:640px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{transform:rotate(-41deg) translate(-20%,-46%)}}@media screen and (max-width:480px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{height:30rem;transform:rotate(-47deg) translate(-39%,-40%);width:150rem}}@media screen and (max-width:380px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{height:26rem;transform:rotate(317deg) translate(-36%,-85%);width:150rem}}@media screen and (max-width:450px)and (max-height:850px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{transform:rotate(-44deg) translate(-38%,-60%)}}@media screen and (max-width:400px)and (max-height:680px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L{height:25rem;transform:rotate(-44deg) translate(-38%,-77%)}}.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_Dots__3RzrZ{align-items:flex-start;display:flex;gap:4.36081rem}.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_Dots__3RzrZ .Template1_Dot__A2Ws6{background:#f2f2f2;height:.93181rem;width:2.52131rem}.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu{align-items:center;display:flex;flex:1 1;gap:5rem;overflow:hidden;padding-left:7rem;width:100%}@media screen and (max-width:1280px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu{gap:4rem;padding-left:1rem}}@media screen and (max-width:640px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu{gap:4rem}}@media screen and (max-width:480px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu{gap:2.55rem;justify-content:center}}.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu .Template1_InnerImageContainer__8Xmas{height:100%;overflow:hidden;width:50.8rem}@media screen and (max-width:1400px)and (max-height:650px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu .Template1_InnerImageContainer__8Xmas{width:40rem}}@media screen and (max-width:640px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu .Template1_InnerImageContainer__8Xmas{width:45rem}}@media screen and (max-width:480px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu .Template1_InnerImageContainer__8Xmas{width:40rem}}@media screen and (max-width:450px)and (max-height:850px){.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu .Template1_InnerImageContainer__8Xmas{width:30rem}}.Template1_Container1__IGyH1 .Template1_RealContainer__Rph-L .Template1_ImageContainer__D7jFu .Template1_InnerImageContainer__8Xmas img{max-height:150%;min-height:100%;width:100%}.Template1_Container1__IGyH1 .Template1_coverImage__luSSZ{bottom:25%;right:35%}@media screen and (max-width:450px){.Template1_Container1__IGyH1 .Template1_coverImage__luSSZ{right:70%}}.Template1_Container1__IGyH1 .Template1_Reel1UploadBtn__qYxJG{bottom:46%;left:9%}@media screen and (max-width:1400px)and (max-height:600px){.Template1_Container1__IGyH1 .Template1_Reel1UploadBtn__qYxJG{bottom:32%}}.Template1_Container1__IGyH1 .Template1_Reel2UploadBtn__Q-lI9{left:33%;top:21%}@media screen and (max-width:1400px)and (max-height:600px){.Template1_Container1__IGyH1 .Template1_Reel2UploadBtn__Q-lI9{left:40%;top:30%}}.Template1_Container1__IGyH1 .Template1_Reel3UploadBtn__-\+b5K{right:41%;top:1%}@media screen and (max-width:1400px)and (max-height:600px){.Template1_Container1__IGyH1 .Template1_Reel3UploadBtn__-\+b5K{right:26%}}.Template1_Container2__WpmCH{display:flex;flex-direction:column;height:100vh;margin-bottom:3rem;margin-top:3rem;overflow:hidden;position:relative;width:100%}.Template1_Container2__WpmCH .Template1_H4__YxcCD{display:none}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_H4__YxcCD{color:#fff;display:block;font-family:Bebas Neue;font-size:7.45619rem;font-style:normal;font-weight:400;line-height:94.5%;margin-bottom:2rem}.Template1_Container2__WpmCH{align-items:center;padding-top:3rem}}.Template1_Container2__WpmCH .Template1_Wrapper__9yrhL{align-items:center;display:flex;gap:1rem;justify-content:space-between;min-height:100vh;overflow:hidden;padding:0 10.69rem 0 7.53rem;width:100%}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Wrapper__9yrhL{align-items:center;flex-direction:column-reverse;gap:0;justify-content:flex-end;padding:0}}.Template1_Container2__WpmCH .Template1_Left__qSBvi{align-items:center;display:flex;flex-direction:column;justify-content:center;width:45rem}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Left__qSBvi{align-items:flex-start;height:auto;justify-content:flex-start}}@media screen and (max-width:380px){.Template1_Container2__WpmCH .Template1_Left__qSBvi{width:100%}}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_LeftInner__Fr\+Z6{display:flex;flex-direction:column;padding-top:5rem;position:relative;width:100%}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_LeftInner__Fr\+Z6{padding-top:2rem}}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_LeftInner__Fr\+Z6{padding:2rem 2rem 0!important}}@media screen and (max-width:374px)and (max-height:850px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_LeftInner__Fr\+Z6{padding:2rem 2rem 0!important}}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_LeftInner__Fr\+Z6 .Template1_EditTextIcon__pyZ7q{cursor:pointer;height:4rem;position:absolute;right:5%;top:14%;width:4rem}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_LeftInner__Fr\+Z6 .Template1_EditTextIcon__pyZ7q{left:0;right:auto;top:-8%}}.Template1_Container2__WpmCH .Template1_Left__qSBvi h4{color:#fff;font-family:Bebas Neue;font-size:7.45619rem;font-style:normal;font-weight:400;line-height:94.5%;margin-bottom:2.88rem}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Left__qSBvi h4{display:none}}@media screen and (max-height:650px){.Template1_Container2__WpmCH .Template1_Left__qSBvi h4{font-size:7rem}}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_Intro__217sx{color:#fff;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;height:23rem;line-height:138%;margin-bottom:2rem;min-height:20rem;overflow-y:scroll;width:100%}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_Intro__217sx{height:10rem!important;margin-bottom:2rem!important;min-height:17rem!important}}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_Intro__217sx::-webkit-scrollbar{display:none}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_Intro__217sx{margin-bottom:0}}@media screen and (max-height:650px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_Intro__217sx{font-size:1.8rem;height:20rem;margin-bottom:1rem}}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_ButtonContainer__rV-1F{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:1rem}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_ButtonContainer__rV-1F{flex-direction:row;height:auto}}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_ButtonContainer__rV-1F button{background:#0000;border:none;color:#fff;cursor:pointer;display:block;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;line-height:138%;margin-bottom:4rem;position:relative}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_ButtonContainer__rV-1F button{margin-bottom:0}}@media screen and (max-height:650px){.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_ButtonContainer__rV-1F button{font-size:1.8rem;margin-bottom:3rem}}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_ButtonContainer__rV-1F button:after{background:#fff;bottom:-.67rem;content:"";height:1px;left:0;position:absolute;width:4.10506rem}.Template1_Container2__WpmCH .Template1_Left__qSBvi .Template1_ButtonContainer__rV-1F button:last-child{margin-bottom:0}.Template1_Container2__WpmCH .Template1_Right__0WEOw{align-items:center;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:45rem}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Right__0WEOw{align-items:flex-start;height:50rem}}@media screen and (max-width:650px)and (max-height:670px){.Template1_Container2__WpmCH .Template1_Right__0WEOw{height:40rem}}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__WpmCH .Template1_Right__0WEOw{height:35rem;width:35rem}}@media screen and (max-width:374px)and (max-height:850px){.Template1_Container2__WpmCH .Template1_Right__0WEOw{width:38rem}}@media screen and (max-width:380px){.Template1_Container2__WpmCH .Template1_Right__0WEOw{width:100%}}.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_IntroImage__gZW-q{left:0;top:0}@media screen and (max-width:750px){.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_IntroImage__gZW-q{left:0;top:0}}.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_RightInner__x6FmX{height:50rem;overflow:hidden;position:relative;width:100%}@media screen and (max-width:650px)and (max-height:670px){.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_RightInner__x6FmX{height:40rem}}@media screen and (max-width:650px)and (max-height:750px){.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_RightInner__x6FmX{height:35rem;width:35rem}}@media screen and (max-width:374px)and (max-height:650px){.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_RightInner__x6FmX{height:35rem!important;width:35rem!important}}@media screen and (max-height:650px){.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_RightInner__x6FmX{height:40rem}}.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_RightInner__x6FmX .Template1_Overlay__CzVRu{height:100%;width:100%;z-index:1}.Template1_Container2__WpmCH .Template1_Right__0WEOw .Template1_RightInner__x6FmX .Template1_OverlayAsset__kuhhY{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.Template1_Container3__TMuly{display:flex;flex-direction:column;height:100vh;justify-content:space-evenly;overflow:hidden;padding:3rem .56rem 3rem 10.69rem;position:relative;width:100%}@media screen and (max-width:580px){.Template1_Container3__TMuly{align-items:center;padding-left:1rem}}@media screen and (max-width:500px){.Template1_Container3__TMuly{padding-left:0;padding-right:0}}.Template1_Container3__TMuly h1{color:#fff;font-family:Bebas Neue;font-size:7.45619rem;font-style:normal;font-weight:400;line-height:94.5%}@media screen and (max-height:650px){.Template1_Container3__TMuly h1{font-size:6.5rem}}.Template1_Container3__TMuly .Template1_bar__Hf1Nt{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem;padding-right:6.75rem}@media screen and (max-width:580px){.Template1_Container3__TMuly .Template1_bar__Hf1Nt{gap:15rem;padding-right:0}}.Template1_Container3__TMuly .Template1_bar__Hf1Nt h3{color:#fff;cursor:pointer;font-family:Inter;font-size:2rem;font-style:normal;font-weight:400;line-height:138%}.Template1_Container3__TMuly .Template1_bar__Hf1Nt .Template1_BtnContainer__huEQI{display:flex;gap:1rem}.Template1_Container3__TMuly .Template1_bar__Hf1Nt .Template1_BtnContainer__huEQI button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:2rem;height:2.625rem;transition:all .2s ease-in-out;width:2.625rem}.Template1_Container3__TMuly .Template1_bar__Hf1Nt .Template1_BtnContainer__huEQI button:hover{background:#1c395c}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY{height:48rem;overflow:hidden;width:100%}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_CarouselContainer__KjK\+5{display:flex;height:100%;position:relative;width:100%}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_CarouselContainer__KjK\+5 input{display:none}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveImageContainer__32wvb{align-items:center;background:#000;display:flex;height:100%;justify-content:center;max-width:58rem;min-width:58rem;overflow:hidden;position:relative;transition:.5s}@media screen and (max-width:500px){.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveImageContainer__32wvb{max-width:100%;min-width:100%}}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveImageContainer__32wvb img{max-height:100%;max-width:100%;object-fit:cover;transition:.5s}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveImageContainer__32wvb video{height:100%;width:100%}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ImageContainer__D7jFu{align-items:center;background:#000;display:flex;height:100%;justify-content:center;max-width:20rem;min-width:20rem;overflow:hidden;position:relative;transition:.5s}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ImageContainer__D7jFu img{height:100%;transition:.5s;width:100%}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ImageContainer__D7jFu video{height:100%;width:100%}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#0f0f0f99;bottom:1.86rem;display:flex;gap:4rem;height:5.69688rem;left:50%;opacity:1;padding:0 2.87rem 0 2.16rem;position:absolute;transform:translateX(-50%);transition:.5s;width:46.53575rem}@media screen and (max-width:500px){.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy{max-width:100%;min-width:100%}}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy .Template1_Left__qSBvi{color:#fff;flex:1 1;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:123.4%}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy .Template1_Right__0WEOw{align-items:center;display:flex;gap:2rem}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy .Template1_Right__0WEOw .Template1_Icon__cfba6{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:1.8rem;overflow:hidden}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy .Template1_Right__0WEOw .Template1_Icon__cfba6 .Template1_LikeIcon__w8Qqr{height:2.5rem;width:2.5rem}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy .Template1_Right__0WEOw .Template1_Icon__cfba6 img{max-height:100%;max-width:100%;object-fit:cover}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_ActiveFloatingContainer__0GTXy .Template1_Right__0WEOw .Template1_Icon__cfba6 p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;height:1.8rem;line-height:123.4%;width:1.8rem}.Template1_Container3__TMuly .Template1_CarouselWrapper__H\+PcY .Template1_DisableFloatingContainer__dcZeA{bottom:-186rem;opacity:0;position:absolute;transition:.3s}.Template1_Container4__QdsPR{align-items:center;display:flex;flex-direction:column;gap:3rem;padding:5.17rem 0 6.66rem;position:relative;width:100%}.Template1_Container4__QdsPR .Template1_ShortSMS__AhTKy{color:#fff;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:8rem;line-height:172%;text-align:center;width:49.62119rem}@media screen and (max-width:600px){.Template1_Container4__QdsPR .Template1_ShortSMS__AhTKy{min-height:10rem;padding:0 3rem;width:100%}}.Template1_Container4__QdsPR .Template1_ShortSMS__AhTKy::-webkit-scrollbar{display:none}.Template1_Container4__QdsPR h4{color:#fff;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:400;line-height:94.5%}.Template1_Container4__QdsPR .Template1_EditTextIcon__pyZ7q{cursor:pointer;height:4rem;left:20%;position:absolute;top:20%;width:4rem}#post1:checked~#ActiveImageContainer{margin-left:0}#post2:checked~#ActiveImageContainer{margin-left:-20rem}#post3:checked~#ActiveImageContainer{margin-left:-40rem}#post4:checked~#ActiveImageContainer{margin-left:-60rem}#post5:checked~#ActiveImageContainer{margin-left:-80rem}.Template10_Template10Wrapper__2wSoT{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template10_Template10Wrapper__2wSoT::-webkit-scrollbar{display:none}.Template10_Template10Wrapper__2wSoT .Template10_Setting__nQJR9{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template10_Template10Wrapper__2wSoT .Template10_Template10__Toc8O{height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template10_Template10Wrapper__2wSoT .Template10_Template10__Toc8O::-webkit-scrollbar{display:none}.Template10_Template10Wrapper__2wSoT .Template10_Template10__Toc8O section{scroll-snap-align:start;scroll-snap-stop:always}.Template10_Container1__rKCnT{height:100vh;position:relative;scroll-behavior:smooth;width:100%}.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;left:2.6%;position:absolute;top:6%;width:5.52rem;z-index:10}.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M span{color:#fff;font-family:Poppins;font-size:1.1rem;position:absolute;text-align:center}@media screen and (min-width:3840px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M span{font-size:3rem;left:43%;position:absolute}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M span{font-size:2rem;left:43%;position:absolute}}@media screen and (min-width:1920px)and (max-height:1440px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M span{font-size:2rem}}@media screen and (min-width:1856px)and (max-height:1392px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M span{font-size:1.9rem}}@media screen and (min-width:1792px)and (max-height:1344px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M span{font-size:1.8rem}}.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M img{height:100%;width:100%}@media screen and (min-width:3840px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M{height:15rem;left:3.5%;position:absolute;top:6%;width:15rem;z-index:10}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M{height:10rem;left:3.5%;position:absolute;top:6%;width:10rem;z-index:10}}@media screen and (min-width:1920px)and (max-height:1440px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M{height:10rem;position:absolute;top:5%;width:10rem}}@media screen and (min-width:1856px)and (max-height:1392px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M{height:8rem;position:absolute;top:5%;width:8rem}}@media screen and (min-width:1792px)and (max-height:1344px){.Template10_Container1__rKCnT .Template10_RatingCon__YgV1M{height:8rem;position:absolute;top:5%;width:8rem}}.Template10_Container1__rKCnT .Template10_CoverUploadBtn__IRIDP{right:10%;top:15%}.Template10_Container1__rKCnT .Template10_ImageContainer__zbJDh img{height:100vh;overflow:hidden;position:relative;width:100%;z-index:1}.Template10_Container1__rKCnT .Template10_BlurOverlay__ldprH{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:100%;left:0;position:absolute;top:0;width:50%;z-index:2}@media screen and (min-width:3840px){.Template10_Container1__rKCnT .Template10_BlurOverlay__ldprH{-webkit-backdrop-filter:blur(1.8rem);backdrop-filter:blur(1.8rem)}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__rKCnT .Template10_BlurOverlay__ldprH{-webkit-backdrop-filter:blur(1.5rem);backdrop-filter:blur(1.5rem)}}.Template10_Container1__rKCnT .Template10_DarkOverlay2__S1UyS{background:linear-gradient(270deg,#0000,#0000 50%,#00000080 0,#00000080);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:8px solid #fff;border-radius:0 95px 0 95px;height:93%;left:1.5%;position:absolute;top:3%;width:96%;z-index:2}@media screen and (min-width:3840px){.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:1.8rem solid #fff;border-radius:0 400px 0 400px}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:1.2rem solid #fff;border-radius:0 250px 0 250px}}@media screen and (min-width:1920px)and (max-height:1440px){.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:1rem solid #fff;border-radius:0 250px 0 250px}}@media screen and (min-width:1920px)and (max-height:1200px){.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:.8rem solid #fff;border-radius:0 220px 0 220px}}@media screen and (min-width:1920px)and (max-height:1080px){.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:.8rem solid #fff;border-radius:0 200px 0 200px}}@media screen and (min-width:1856px)and (max-height:1392px){.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:.8rem solid #fff;border-radius:0 200px 0 200px}}@media screen and (min-width:1792px)and (max-height:1344px){.Template10_Container1__rKCnT .Template10_BorderBox__1G-3O{border:.8rem solid #fff;border-radius:0 200px 0 200px}}.Template10_Container1__rKCnT .Template10_ContentBox__QVBle{align-items:flex-end;bottom:8%;display:flex;height:83%;justify-content:space-between;left:4%;position:absolute;width:95%}.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_left__sbXaj{display:flex;font-size:1.5rem;justify-content:space-between;width:31%}@media screen and (max-width:800px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_left__sbXaj{width:100%}}.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_left__sbXaj button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:120%;font-style:italic;height:100%;letter-spacing:.2rem;padding:0 1rem}@media screen and (min-width:3840px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_left__sbXaj button{font-size:5rem;letter-spacing:.5rem}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_left__sbXaj button{font-size:2.5rem;letter-spacing:.5rem}}.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_right__6vl7p h1{font-style:italic}.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_right__6vl7p{color:#fff;font-size:1.4rem;font-weight:600;letter-spacing:.05rem;text-align:right}@media screen and (min-width:3840px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_right__6vl7p{font-size:3.5rem;letter-spacing:.3rem}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_right__6vl7p{font-size:2rem;letter-spacing:.3rem}}@media screen and (max-width:800px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_right__6vl7p{bottom:30%;left:88%;position:absolute}}@media screen and (max-width:650px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_right__6vl7p{bottom:30%;left:80%;position:absolute}}@media screen and (max-width:450px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle .Template10_right__6vl7p{font-size:1rem}}@media screen and (min-width:3840px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle{width:93%}}@media screen and (min-width:2048px)and (max-width:3000px){.Template10_Container1__rKCnT .Template10_ContentBox__QVBle{width:93%}}.Template10_NameBox__iUcSb{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-bottom:100px;transform:rotate(270deg)}.Template10_NameBox__iUcSb::-webkit-scrollbar{display:none}@media screen and (max-height:500px){.Template10_NameBox__iUcSb{padding-bottom:50px}}.Template10_nameCon1__\+VWgK{display:flex;flex-direction:row}.Template10_nameCon1__\+VWgK::-webkit-scrollbar{display:none}.Template10_TextWidth__zCz7S{color:#fff;font-family:Poppins,sans-serif;font-size:400%;font-weight:400;padding-right:6px}.Template10_TextWidth__zCz7S::-webkit-scrollbar{display:none}@media screen and (min-width:3000px){.Template10_TextWidth__zCz7S{font-size:800%}}@media screen and (max-width:800px){.Template10_TextWidth__zCz7S{font-size:500%}}@media screen and (max-width:450px){.Template10_TextWidth__zCz7S{font-size:400%}}@media screen and (max-height:500px){.Template10_TextWidth__zCz7S{font-size:300%}}.Template10_TextWidth2__h-wkd{color:#fff;font-family:Poppins,sans-serif;font-size:400%;font-weight:400}.Template10_TextWidth2__h-wkd::-webkit-scrollbar{display:none}@media screen and (min-width:3000px){.Template10_TextWidth2__h-wkd{font-size:800%}}@media screen and (max-width:800px){.Template10_TextWidth2__h-wkd{font-size:500%}}@media screen and (max-width:450px){.Template10_TextWidth2__h-wkd{font-size:400%}}@media screen and (max-height:500px){.Template10_TextWidth2__h-wkd{font-size:300%}}.Template10_HR1__i6ywd{background-color:#fff;color:#fff;font-weight:500;height:5px;width:150px}@media screen and (min-width:3000px){.Template10_HR1__i6ywd{width:300px}}@media screen and (max-width:800px){.Template10_HR1__i6ywd{height:3px;width:100px}}@media screen and (max-width:1200px){.Template10_HR1__i6ywd{height:3px;width:100px}}@media screen and (max-width:550px){.Template10_HR1__i6ywd{height:2px;width:100px}}@media screen and (max-width:350px){.Template10_HR1__i6ywd{height:2px;width:80px}}@media screen and (max-height:600px){.Template10_HR1__i6ywd{width:100px}}@media screen and (max-height:500px){.Template10_HR1__i6ywd{width:80px}}.Template10_HR1flex__WyRxH{display:flex;justify-content:flex-start;width:44%}@media screen and (min-width:1200px){.Template10_HR1flex__WyRxH{width:38%}}@media screen and (max-width:1200px){.Template10_HR1flex__WyRxH{width:45%}}@media screen and (max-width:800px){.Template10_HR1flex__WyRxH{width:70%}}@media screen and (max-width:600px){.Template10_HR1flex__WyRxH{width:80%}}@media screen and (max-width:550px){.Template10_HR1flex__WyRxH{width:90%}}@media screen and (max-width:450px){.Template10_HR1flex__WyRxH{width:95%}}@media screen and (max-width:350px){.Template10_HR1flex__WyRxH{width:120%}}@media screen and (max-height:500px){.Template10_HR1flex__WyRxH{width:50%}}.Template10_HR2flex__wNoxA{display:flex;justify-content:flex-end;width:40%}@media screen and (min-width:3000px){.Template10_HR2flex__wNoxA{margin-top:30px}}@media screen and (max-width:1200px){.Template10_HR2flex__wNoxA{width:58%}}@media screen and (max-width:800px){.Template10_HR2flex__wNoxA{width:78%}}@media screen and (max-width:600px){.Template10_HR2flex__wNoxA{width:80%}}@media screen and (max-width:550px){.Template10_HR2flex__wNoxA{width:105%}}@media screen and (max-height:600px){.Template10_HR2flex__wNoxA{width:70%}}@media screen and (max-height:500px){.Template10_HR2flex__wNoxA{width:40%}}.Template10_HR2__u2Ihx{background-color:#fff;color:#fff;font-weight:500;height:5px;position:absolute;top:50%;width:200px}@media screen and (min-width:3000px){.Template10_HR2__u2Ihx{width:300px}}@media screen and (max-width:800px){.Template10_HR2__u2Ihx{height:3px;width:150px}}@media screen and (max-width:1200px){.Template10_HR2__u2Ihx{height:3px;width:150px}}@media screen and (max-width:350px){.Template10_HR2__u2Ihx{height:2px;width:150px}}@media screen and (max-height:600px){.Template10_HR2__u2Ihx{width:100px}}@media screen and (max-height:500px){.Template10_HR2__u2Ihx{width:80px}}.Template10_contain2__-6TlB{background-color:#000;height:100vh;overflow:hidden;position:relative;scroll-behavior:smooth;width:100%}.Template10_imageContainer2__AhpVL{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;width:100%}.Template10_Con2Background__Rj2So{height:100vh;left:0;position:absolute;top:0;width:100%;z-index:2}.Template10_introImg1Btn__V\+bYO{right:41%;top:8%}.Template10_introImg2Btn__fjGE5{left:50%;top:50%}.Template10_introImg1mBtn__2sOjZ{right:40%;top:4%}.Template10_introImg2mBtn__jrLL9{left:55%;top:55%}.Template10_EditTextIcon__wq5-3{top:33%}.Template10_EditTextIconM__bdW8i,.Template10_EditTextIcon__wq5-3{cursor:pointer;height:4rem;left:8%;position:absolute;width:4rem;z-index:2}.Template10_EditTextIconM__bdW8i{top:35%}.Template10_Con2Image1__TeYUH{display:flex;height:45rem;margin-left:20px;object-fit:cover;width:100%;z-index:-1}@media screen and (min-width:3000px){.Template10_Con2Image1__TeYUH{height:130rem}}@media(min-width:2000px)and (max-width:2900px){.Template10_Con2Image1__TeYUH{height:60rem}}@media(min-width:1000px)and (max-width:2000px){.Template10_Con2Image1__TeYUH{height:60rem}}@media screen and (max-width:800px){.Template10_Con2Image1__TeYUH{margin-left:0;width:120%}}@media screen and (min-height:1200px){.Template10_Con2Image1__TeYUH{height:90rem}}@media screen and (min-width:800px)and (max-width:900px){.Template10_Con2Image1__TeYUH{height:80rem}}@media screen and (max-height:1000px){.Template10_Con2Image1__TeYUH{height:70rem}}.Template10_Con2Image2__fvpiw{left:3.7%;position:absolute;top:45%;width:100%}@media screen and (min-height:1200px){.Template10_Con2Image2__fvpiw{height:90rem}}@media screen and (max-height:1000px){.Template10_Con2Image2__fvpiw{height:70rem}}@media screen and (min-width:3000px){.Template10_Con2Image2__fvpiw{height:120rem}}@media(min-width:2000px)and (max-width:2900px){.Template10_Con2Image2__fvpiw{clip-path:polygon(0 0,50% 1%,100% 100%,100% 70%,100% 100%,0 100%,0 70%,0 30%);height:60rem}}@media(min-width:1700px)and (max-width:2000px){.Template10_Con2Image2__fvpiw{clip-path:polygon(0 0,50% 1%,100% 100%,100% 70%,100% 100%,0 100%,0 70%,0 30%);height:50rem;top:45.5%}}@media screen and (max-width:800px){.Template10_Con2Image2__fvpiw{clip-path:polygon(0 0,50% 1%,100% 50%,100% 80%,100% 100%,0 100%,0 70%,0 30%);left:0;top:0;width:150%}}.Template10_h4__XHnwY{box-sizing:border-box;color:#f5eded;font-family:Poppins,sans-serif;font-size:300%;font-weight:700;left:70%;margin-bottom:2.88rem;position:absolute;top:55%;transform:rotate(318deg) translate(0);z-index:3}@media screen and (min-width:3000px){.Template10_h4__XHnwY{font-size:650%;left:68%;top:33%;transform:rotate(320deg) translate(0);width:45%}}@media(min-width:2000px)and (max-width:2900px){.Template10_h4__XHnwY{font-size:400%;left:65%;top:33%;transform:rotate(305deg) translate(0);width:45%}}@media screen and (min-width:1700px)and (max-width:2000px){.Template10_h4__XHnwY{font-size:350%;transform:rotate(309deg) translate(0)}}@media screen and (min-width:1120px){.Template10_h4__XHnwY{transform:rotate(318deg) translate(0)}}@media screen and (max-width:1120px){.Template10_h4__XHnwY{transform:rotate(315deg) translate(0)}}@media screen and (max-width:950px){.Template10_h4__XHnwY{transform:rotate(308deg) translate(0)}}@media screen and (max-width:800px){.Template10_h4__XHnwY{font-size:200%;left:74%;top:88%;transform:rotate(335deg) translate(0)}}@media screen and (max-width:350px){.Template10_h4__XHnwY{font-size:200%;left:74%;top:88%;transform:rotate(330deg) translate(0)}}@media screen and (max-width:450px){.Template10_h4__XHnwY{font-size:200%;left:74%;top:88%;transform:rotate(318deg) translate(0)}}.Template10_Con2Text__tnKNO{height:100%;width:100%;z-index:3}.Template10_IntroContain2__TJMIV{color:#f8f5f5;font-family:Poppins,sans-serif;font-size:150%;font-style:normal;font-weight:300;left:100px;margin-bottom:2rem;min-height:20rem;position:absolute;top:40%;width:100%;width:35%;z-index:3}.Template10_IntroContain2__TJMIV::-webkit-scrollbar{display:none}@media screen and (min-width:3000px){.Template10_IntroContain2__TJMIV{font-size:300%;min-height:30rem;width:45%}}@media(min-width:2000px)and (max-width:2900px){.Template10_IntroContain2__TJMIV{font-size:200%;min-height:30rem}}@media screen and (max-width:800px){.Template10_IntroContain2__TJMIV{font-size:100%;left:30px;min-height:35rem}}.Template10_ButtonCont2__oHVyj{align-items:flex-start;color:#fff;display:flex;flex-direction:row;height:100%;justify-content:space-between;left:70%;padding-bottom:1rem;position:absolute;top:80%;width:20%;z-index:3}@media screen and (max-width:800px){.Template10_ButtonCont2__oHVyj{flex-direction:column;height:10%;left:10%;top:65%}}.Template10_ButtonCont2__oHVyj button{background:#0000;border:none;color:#fff;cursor:pointer;display:block;font-family:Poppins,sans-serif;font-size:1.4rem;font-style:italic;font-weight:500;position:relative}@media screen and (min-width:3000px){.Template10_ButtonCont2__oHVyj button{font-size:300%}}@media(min-width:2000px)and (max-width:2900px){.Template10_ButtonCont2__oHVyj button{font-size:200%}}@media screen and (max-width:800px){.Template10_ButtonCont2__oHVyj button{font-size:150%;letter-spacing:4px}}.Template10_BottomImgSection__tgxxg,.Template10_TopImgSection__1AySF{height:50vh;width:100%}.Template10_contain3__kvEel{height:100vh;overflow:hidden;position:relative;scroll-behavior:smooth;width:100%}.Template10_contain3__kvEel .Template10_IntroImageBtn__l1sCv{right:30%;top:20%}.Template10_BackgroundCon3__X0FEQ{background-image:url(/static/media/Con3Bg.87468a4d44fc9c8dcd55.png);background-size:cover;border-bottom:4px solid #fff;height:100vh;left:-1px;position:absolute;top:-1px;width:101%;z-index:1}@media screen and (max-width:800px){.Template10_BackgroundCon3__X0FEQ{background-image:url(/static/media/Con3Mobile.b16d456f5055d5c9a307.png);border-bottom:4px solid #fff0;height:101vh}}.Template10_ImageCon3__GRJdv{height:150vh;width:99%;z-index:-1}.Template10_Con4Bg__yzxlE{background-color:#040911;box-sizing:border-box;display:flex;flex-direction:column;height:auto;overflow:hidden;position:relative;scroll-behavior:smooth;width:100%}.Template10_top__Wheam{display:flex;font-family:Poppins,sans-serif;justify-content:space-around;padding-top:2%}.Template10_topText1__a1EhO{color:#fff;font-size:x-large}@media screen and (min-width:3000px){.Template10_topText1__a1EhO{font-size:500%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_topText1__a1EhO{font-size:300%}}@media screen and (max-width:800px){.Template10_topText1__a1EhO{font-size:200%}}.Template10_topText2__bAW6x{color:#6d6d6d;cursor:pointer}@media screen and (min-width:3000px){.Template10_topText2__bAW6x{font-size:300%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_topText2__bAW6x{font-size:200%}}.Template10_middle__DwN\+7{padding-left:5%;padding-right:5%;padding-top:3%;width:100%}.Template10_bottom__hJmkV,.Template10_middle__DwN\+7{align-items:center;display:flex;justify-content:center}.Template10_bottom__hJmkV{flex-direction:column;position:relative}.Template10_bottom__hJmkV .Template10_ShortEditTextIcon__5a2vO{cursor:pointer;height:4rem;left:20%;position:absolute;top:15%;width:4rem;z-index:2}.Template10_bottom__hJmkV .Template10_ShortEditTextIconM__m4ea2{cursor:pointer;height:4rem;left:10%;position:absolute;top:10%;width:4rem;z-index:2}.Template10_footerText1__K2q2E{color:#fff;flex-wrap:wrap;font-family:Poppins,sans-serif;font-size:120%;font-weight:300;height:100%;margin-bottom:3rem;padding-left:10%;padding-right:10%;padding-top:2%;text-align:center;width:70%}.Template10_footerText1__K2q2E::-webkit-scrollbar{display:none}@media screen and (min-height:1000px){.Template10_footerText1__K2q2E{padding-top:10%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_footerText1__K2q2E{font-size:150%}}@media screen and (min-width:3000px){.Template10_footerText1__K2q2E{font-size:300%}}@media screen and (max-width:800px){.Template10_footerText1__K2q2E{margin-bottom:2rem}}.Template10_footerText2__Ql9ar{color:#fff;font-family:Playball,cursive;font-size:150%;height:auto;margin-bottom:3rem;text-align:center}@media screen and (min-width:3000px){.Template10_footerText2__Ql9ar{font-size:400%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_footerText2__Ql9ar{font-size:250%}}@media screen and (min-height:1000px){.Template10_footerText2__Ql9ar{padding-top:10%}}.Template10_imageSlider__1wLhV{border-radius:5%;height:300px;position:relative;right:50%;width:510px}@media screen and (min-width:800px){.Template10_imageSlider__1wLhV{left:20%}}@media screen and (max-width:800px){.Template10_imageSlider__1wLhV{height:200px;left:0;right:0;width:95%}}@media screen and (min-width:550px){.Template10_imageSlider__1wLhV{height:300px;left:0;right:0;width:95%}}@media screen and (min-width:800px){.Template10_imageSlider__1wLhV{height:300px;left:-50%;width:500px}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_imageSlider__1wLhV{height:450px;width:900px}}@media screen and (min-width:3000px){.Template10_imageSlider__1wLhV{height:1000px;width:2000px}}@media screen and (max-width:350px){.Template10_imageSlider__1wLhV{height:150px;left:0;right:0;width:95%}}.Template10_sliderContainer__iD4Tv{height:100%;width:100%}:root{--swiper-pagination-color:#fff;--swiper-pagination-bullet-size:8px;--swiper-pagination-bullet-width:20px;--swiper-pagination-bullet-height:4px;--swiper-pagination-bullet-inactive-color:#fff9f9;--swiper-pagination-bullet-inactive-opacity:0.1;--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-horizontal-gap:4px;--swiper-pagination-bullet-vertical-gap:6px;--swiper-pagination-bullet-border-radius:2px;--swiper-pagination-bottom:10px}@media screen and (min-width:2000px)and (max-width:3000px){:root{--swiper-pagination-bullet-width:60px;--swiper-pagination-bullet-horizontal-gap:10px;--swiper-pagination-bullet-height:8px}}@media screen and (min-width:3000px){:root{--swiper-pagination-bullet-width:100px;--swiper-pagination-bullet-height:12px;--swiper-pagination-bullet-horizontal-gap:10px}}.Template10_bulletheight__3xRAd{height:30px}@media screen and (min-height:900px){.Template10_bulletheight__3xRAd{height:100px}}.Template10_ImageFooter__9kqMg{align-items:center;background-color:#00000082;border-radius:0 0 10px 10px;-webkit-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;display:flex;flex-direction:row;height:45px;justify-content:space-between;left:-50%;padding-left:4%;padding-right:4%;padding-top:3%;position:absolute;top:80.7%;width:500px}@media screen and (min-width:800px){.Template10_ImageFooter__9kqMg{left:20%}}@media screen and (max-width:800px){.Template10_ImageFooter__9kqMg{align-items:center;height:50px;left:0;right:0;text-align:center;top:75%;width:95%}}@media screen and (min-width:550px){.Template10_ImageFooter__9kqMg{align-items:center;height:58px;left:0;right:0;text-align:center;top:80%;width:95%}}@media screen and (min-width:800px){.Template10_ImageFooter__9kqMg{height:45px;left:-50%;top:85%;width:500px}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_ImageFooter__9kqMg{border-radius:0 0 30px 30px;-webkit-border-radius:0 0 30px 30px;-moz-border-radius:0 0 30px 30px;height:90px;top:80%;width:900px}}@media screen and (min-width:3000px){.Template10_ImageFooter__9kqMg{border-radius:0 0 50px 50px;-webkit-border-radius:0 0 50px 50px;-moz-border-radius:0 0 50px 50px;height:180px;padding-left:2%;padding-right:2%;width:2000px}}@media screen and (max-width:350px){.Template10_ImageFooter__9kqMg{align-items:center;height:50px;left:0;right:0;text-align:center;top:70%;width:95%}}.Template10_RightPart__RQXfS{display:flex;flex-direction:row;justify-content:flex-end;width:50%}.Template10_Iconcontainer__FxcAq{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;margin-right:5%}.Template10_LeftPart__NCFBl{color:#fff;font-family:Poppins,sans-serif;font-size:80%;width:50%}@media screen and (max-width:500px){.Template10_LeftPart__NCFBl{font-size:30%}}@media screen and (min-width:800px){.Template10_LeftPart__NCFBl{font-size:50%}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_LeftPart__NCFBl{font-size:110%}}@media screen and (min-width:3000px){.Template10_LeftPart__NCFBl{font-size:200%}}.Template10_styleiconLike__NTizU{height:22px}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_styleiconLike__NTizU{height:44px}}@media screen and (min-width:3000px){.Template10_styleiconLike__NTizU{height:80px}}@media screen and (max-width:800px){.Template10_styleiconLike__NTizU{height:20px}}@media screen and (max-width:500px){.Template10_styleiconLike__NTizU{height:12px}}.Template10_styleiconComment__FTS-C{height:24px}@media screen and (max-width:800px){.Template10_styleiconComment__FTS-C{height:20px}}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_styleiconComment__FTS-C{height:46px}}@media screen and (max-width:500px){.Template10_styleiconComment__FTS-C{height:12px}}@media screen and (min-width:3000px){.Template10_styleiconComment__FTS-C{height:85px}}.Template10_styleiconShare__Qem2R{height:25px}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_styleiconShare__Qem2R{height:50px}}@media screen and (min-width:3000px){.Template10_styleiconShare__Qem2R{height:100px}}@media screen and (max-width:800px){.Template10_styleiconShare__Qem2R{height:24px}}@media screen and (max-width:500px){.Template10_styleiconShare__Qem2R{height:14px}}.Template10_count__P3wKE{color:#fff;font-family:Poppins,sans-serif;font-size:100%}@media screen and (min-width:2000px)and (max-width:3000px){.Template10_count__P3wKE{font-size:200%}}@media screen and (min-width:3000px){.Template10_count__P3wKE{font-size:300%}}.Template11_TemplateWrapper__FPnx7{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template11_TemplateWrapper__FPnx7::-webkit-scrollbar{display:none}.Template11_TemplateWrapper__FPnx7 .Template11_Setting__mqVtF{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template11_TemplateWrapper__FPnx7 .Template11_Template11__4v79R{background:#1e1e1e;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template11_TemplateWrapper__FPnx7 .Template11_Template11__4v79R::-webkit-scrollbar{display:none}.Template11_TemplateWrapper__FPnx7 .Template11_Template11__4v79R section{scroll-snap-align:start;scroll-snap-stop:always}.Template11_Container1__HRQCn{display:flex;height:100vh;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn{flex-direction:column;gap:3rem}}.Template11_Container1__HRQCn .Template11_background__jdvDZ{filter:grayscale(5);left:0;max-height:150vh;min-height:100vh;object-fit:cover;position:absolute;top:0;width:100vw;z-index:1}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N{align-items:center;background-color:#0000;display:flex;flex:1 1;justify-content:flex-end;padding:0 3rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N{align-items:flex-end;flex:3 1;justify-content:flex-start;padding-left:10vw}}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE{border-color:#ffc701 #0000;border-style:solid;border-width:3.123px;height:55.22775rem;max-height:80vh;max-width:30vw;position:relative;width:30.28394rem;z-index:1}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_leftOne__FQc1S{background-color:#ffc701;height:5rem;left:-2.2px;position:absolute;top:-2px;width:3.123px}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_leftTwo__FLBOx{background-color:#ffc701;bottom:-2px;height:calc(100% - 15rem);left:-2.2px;position:absolute;width:3.123px}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_rightOne__TYWIZ{background-color:#ffc701;height:calc(100% - 10.2rem);position:absolute;right:-2.2px;top:-2px;width:3.123px}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_rightTwo__faWbi{background-color:#ffc701;bottom:-2px;height:4.5rem;position:absolute;right:-2.2px;width:3.123px}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE{height:35.372rem;min-height:60vh;min-width:75vw;width:19.39613rem}}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE:before{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:22.0865rem;position:absolute;right:-5rem;top:-6rem;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE:before{height:12.0865rem;right:-4rem;top:-3.5rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE:before{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);height:6.60694rem;right:-2rem;top:-4rem;width:5.48963rem}}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE:after{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;bottom:-6rem;content:"";height:22.0865rem;left:-5rem;position:absolute;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE:after{bottom:-3.5rem;height:12.0865rem;left:-4rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE:after{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);bottom:-3.8rem;height:6.60694rem;left:-3rem;width:5.48963rem}}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_coverChangeIcon__XeAwv{height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_name__efhPg{color:#fff;display:flex;flex-direction:column;font-family:Secular One;font-size:2.75131rem;font-style:normal;font-weight:400;left:-5rem;line-height:103.4%;position:absolute;top:5rem;width:10.25669rem}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_name__efhPg span{font-family:Secular One;font-size:2.75131rem;font-style:normal;font-weight:400;line-height:103.4%}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_follower__Ou2DJ{bottom:5rem;position:absolute;right:-4.3rem}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_follower__Ou2DJ .Template11_followerCount__q--ID{color:#fff;font-family:Poppins;font-size:4.49569rem;font-style:normal;font-weight:600;line-height:76.4%;text-align:center}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_follower__Ou2DJ .Template11_textFollower__KyfNU{color:#fff;font-family:Poppins;font-size:.84681rem;font-style:normal;font-weight:400;letter-spacing:.56313rem;line-height:76.4%}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_RatingContainer__17t4N{align-items:center;bottom:-4%;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:absolute;right:-22%;width:5.52rem}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_RatingContainer__17t4N{right:-19%}}@media(max-width:930px)and (max-height:600px){.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_RatingContainer__17t4N{bottom:-10%;right:-25%}}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_RatingContainer__17t4N span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE .Template11_RatingContainer__17t4N img,.Template11_Container1__HRQCn .Template11_leftSection__LcL-N .Template11_hero__n4SgE img{height:100%;width:100%}.Template11_Container1__HRQCn .Template11_rightSection__YQlBg{align-items:flex-start;background-color:#0000;display:flex;flex:1 1;flex-direction:column;gap:3rem;justify-content:center;margin:auto;padding-top:13rem;position:relative;z-index:2}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_rightSection__YQlBg{padding-top:0}}.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_TextareaWrapper__\+Lu4e{height:max-content;position:relative;width:max-content}.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_TextareaWrapper__\+Lu4e .Template11_coverText__Zgw\+v{color:#fff;font-family:Poppins;font-size:1.34175rem;font-style:normal;font-weight:300;line-height:174%;max-width:40vw;position:relative;text-align:center;width:99.91525rem}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_TextareaWrapper__\+Lu4e .Template11_coverText__Zgw\+v{max-width:80vw}}.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_TextareaWrapper__\+Lu4e .Template11_EditTextIcon__g3oOV{aspect-ratio:1/1;height:3.5rem;left:0;position:absolute;top:-4rem;z-index:3}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_TextareaWrapper__\+Lu4e .Template11_EditTextIcon__g3oOV{left:-3rem;top:2rem}}.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_buttons__e5Kb2{align-items:flex-end;display:flex;justify-content:space-around;max-width:40vw;width:99.91525rem}.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_buttons__e5Kb2 button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.45669rem;font-style:normal;font-weight:600;line-height:76.4%;outline:none}@media(max-width:930px)and (min-height:600px){.Template11_Container1__HRQCn .Template11_rightSection__YQlBg .Template11_buttons__e5Kb2{max-width:80vw}}.Template11_Container2__IP8u-{display:flex;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u-{flex-direction:column}}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:3rem;height:100%;justify-content:center;padding-left:8rem;width:100%}@media(max-width:1420px)and (max-height:570px){.Template11_Container2__IP8u- .Template11_leftSection__LcL-N{gap:1rem;height:100%}}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_leftSection__LcL-N{align-items:center;padding-left:0}}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_myGallery__rMTdL{bottom:4rem;left:8rem;position:absolute;z-index:2}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_myGallery__rMTdL{left:10vw}}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_myGallery__rMTdL .Template11_editGalleryText__uInQE{aspect-ratio:1/1;height:4rem;left:40rem;position:absolute;top:1vh}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_myGallery__rMTdL .Template11_editGalleryText__uInQE{bottom:17vh;left:80%}}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_myGallery__rMTdL h1{color:#fff;font-family:Secular One;font-size:4.67925rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_myGallery__rMTdL .Template11_galleryText__KFTT1{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#fff;font-family:Poppins;font-size:1.14788rem;font-style:normal;font-weight:300;line-height:174%;max-width:80vw;overflow:hidden;width:48.95063rem}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_myIntro__VQNyN{color:#fff;font-family:Secular One;font-size:5.43775rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_TextWrapper__zIQ1D{height:max-content;position:relative;width:max-content}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_TextWrapper__zIQ1D .Template11_editIntroText__gBuLA{aspect-ratio:1/1;height:4rem;position:absolute;right:2rem;top:-4.5rem}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_TextWrapper__zIQ1D .Template11_editIntroText__gBuLA{right:0}}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_TextWrapper__zIQ1D .Template11_introText__EupDU{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.33394rem;font-style:normal;font-weight:300;line-height:174%;max-width:80vw;overflow:hidden;width:40.10113rem}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_TextWrapper__zIQ1D .Template11_introText__EupDU{min-width:75vw}}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_buttons__e5Kb2{display:flex;gap:4rem}.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_buttons__e5Kb2 button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Noto Serif;font-size:2.88875rem;font-style:normal;font-weight:400;line-height:normal;outline:none}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_leftSection__LcL-N .Template11_buttons__e5Kb2{display:none}}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg{flex:1.3 1;position:relative}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_rightSection__YQlBg{flex:3 1}}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY{align-items:center;display:flex;gap:2rem;height:70%;justify-content:center;margin-top:4rem;width:100%}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV,.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn{border:1.832px solid #ffc701;height:32.10113rem;max-height:55vh;max-width:25vw;width:18.52819rem}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV,.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn{max-width:40vw}}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV img,.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn img{height:100%;object-fit:cover;width:100%}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV{margin-bottom:4rem;position:relative;z-index:1}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV .Template11_intro1ChangeIcon__OspBv{bottom:-6%;height:3.5rem;left:-10%;position:absolute;width:3.5rem}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV button{background-color:#0000;border:none;bottom:-5rem;color:#fff;cursor:pointer;display:none;font-family:Noto Serif;font-size:2.88875rem;font-style:normal;font-weight:400;left:10%;line-height:normal;outline:none;position:absolute;white-space:nowrap;z-index:1}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV button:before{background-color:#ffaf14;border-radius:50%;content:"";height:.84738rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.84738rem;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV button{display:block}}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV:before{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:22.0865rem;left:-4.5rem;max-height:63.54%;max-width:68.03%;position:absolute;top:-4rem;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV:before{height:12.0865rem;left:-4rem;top:-3.5rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg1__ksDxV:before{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);height:6.60694rem;left:-2rem;top:-4rem;width:5.48963rem}}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn{position:relative;z-index:1}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn .Template11_intro2ChangeIcon__yRh8J{bottom:-6%;height:3.5rem;left:-10%;position:absolute;width:3.5rem}.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn:before{background-image:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;bottom:-4rem;content:"";height:22.0865rem;position:absolute;right:-4.5rem;width:13.66175rem;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn:before{bottom:-3.5rem;height:12.0865rem;right:-4rem;width:9.66175rem}}@media(max-width:930px)and (min-height:600px){.Template11_Container2__IP8u- .Template11_rightSection__YQlBg .Template11_introImages__ztAlY .Template11_introImg2__eLnLn:before{background-image:url(/static/media/mobileDots.de3143f741cae444736f.svg);bottom:-4rem;height:6.60694rem;right:-2rem;width:5.48963rem}}.Template11_Container3__9xtG4{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;width:100vw}.Template11_Container3__9xtG4 .Template11_myGallery__rMTdL{padding-left:9rem;position:relative}@media(max-width:930px)and (min-height:600px){.Template11_Container3__9xtG4 .Template11_myGallery__rMTdL{padding-left:4rem}}.Template11_Container3__9xtG4 .Template11_myGallery__rMTdL .Template11_editGalleryText__uInQE{aspect-ratio:1/1;height:4rem;left:40rem;position:absolute;top:1vh}@media(max-width:930px)and (min-height:600px){.Template11_Container3__9xtG4 .Template11_myGallery__rMTdL .Template11_editGalleryText__uInQE{bottom:17vh}}.Template11_Container3__9xtG4 .Template11_myGallery__rMTdL h1{color:#fff;font-family:Secular One;font-size:4.67925rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container3__9xtG4 .Template11_myGallery__rMTdL .Template11_galleryText__KFTT1{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#fff;font-family:Poppins;font-size:1.14788rem;font-style:normal;font-weight:300;line-height:174%;max-width:80vw;overflow:hidden;width:48.95063rem}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF{display:flex;height:80%;width:100%}@media(max-width:930px)and (min-height:600px){.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF{flex-direction:column}}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N{align-items:center;display:flex;flex:1 1;justify-content:center}@media(max-width:930px)and (min-height:600px){.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N{flex:3 1}}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+{border:1.657px solid #ffaf14;border-radius:112.69056rem;height:42.398rem;max-height:90%;position:relative;width:23.08525rem}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+ img{border-radius:112.69056rem;height:100%;object-fit:cover;width:100%}@media(max-width:930px)and (min-height:600px){.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+{min-height:60vh;min-width:60vw}}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+ .Template11_leftImg__vltlm{border:1.657px solid #ffaf14;border-radius:40.29563rem;height:16.93294rem;left:-20%;position:absolute;top:20%;width:8.25475rem}@media(max-width:930px)and (min-height:600px){.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+ .Template11_leftImg__vltlm{min-height:20vh;min-width:20vw}}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+ .Template11_leftImg__vltlm img{border-radius:40.29563rem;height:100%;object-fit:cover;width:100%}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+ .Template11_rightImg__Gvdkv{border:1.657px solid #ffaf14;border-radius:40.29563rem;bottom:20%;height:16.93294rem;position:absolute;right:-20%;width:8.25475rem}@media(max-width:930px)and (min-height:600px){.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+ .Template11_rightImg__Gvdkv{min-height:20vh;min-width:20vw}}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_leftSection__LcL-N .Template11_mainImage__wihR\+ .Template11_rightImg__Gvdkv img{border-radius:40.29563rem;height:100%;object-fit:cover;width:100%}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_rightSection__YQlBg{align-items:center;display:flex;flex:1.3 1;flex-direction:column;gap:2vh;justify-content:center}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_rightSection__YQlBg .Template11_postContainer__5tPmm{grid-gap:10px;grid-row-gap:10px;align-content:center;display:grid;grid-template-columns:repeat(4,5.62294rem);justify-content:center}@media(max-width:930px){.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_rightSection__YQlBg .Template11_postContainer__5tPmm{align-items:flex-start;display:flex;gap:2vw;justify-content:flex-start;overflow:scroll;padding-left:2vw;width:69vw}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_rightSection__YQlBg .Template11_postContainer__5tPmm .Template11_smallCards__ceOrT img{border-radius:50%;height:15vw;width:15vw}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_rightSection__YQlBg .Template11_postContainer__5tPmm::-webkit-scrollbar{display:none}}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_rightSection__YQlBg .Template11_ViewAll__KigHp{align-self:flex-end;padding-right:10rem;width:max-content}.Template11_Container3__9xtG4 .Template11_galleryItems__DmNkF .Template11_rightSection__YQlBg .Template11_ViewAll__KigHp p{color:#686868;cursor:pointer;font-size:1.3rem}.Template11_Container4__1yHAJ{align-items:center;display:flex;flex-direction:column;gap:2rem;height:auto;max-height:100vh;max-width:100vw;padding:2rem 0;position:relative;width:100vw}.Template11_Container4__1yHAJ h1{color:#eee;font-family:Italiana;font-size:4.2895rem;font-style:normal;font-weight:400;line-height:normal}.Template11_Container4__1yHAJ .Template11_TextWrapper__zIQ1D{height:max-content;position:relative;width:max-content}.Template11_Container4__1yHAJ .Template11_TextWrapper__zIQ1D .Template11_shortMessage__lkXxK{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:#686868;display:-webkit-box;font-family:Poppins;font-size:1.90856rem;font-style:normal;font-weight:400;line-height:normal;overflow:hidden;text-align:center;width:47.26275rem}.Template11_Container4__1yHAJ .Template11_TextWrapper__zIQ1D .Template11_editShortText__vIon7{aspect-ratio:1/1;height:3.5rem;left:4rem;position:absolute;top:-4rem;width:3.5rem}.Template11_Container4__1yHAJ .Template11_thankYou__umbuS{color:#686868;font-family:Noto Serif;font-size:1.986rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Template11_smallCards__ceOrT img{border-radius:5.62294rem;height:5.62294rem;width:5.62294rem}.Template12_TemplateWrapper__LNjKE{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template12_TemplateWrapper__LNjKE::-webkit-scrollbar{display:none}.Template12_TemplateWrapper__LNjKE .Template12_Setting__ILgS7{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template12_TemplateWrapper__LNjKE .Template12_Template12__jYnHJ{background:url(/static/media/background.5d66c10cce3065e393a2.png),#d3d3d3 50%/cover no-repeat;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;margin:0 auto;mix-blend-mode:multiply;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template12_TemplateWrapper__LNjKE .Template12_Template12__jYnHJ::-webkit-scrollbar{display:none}.Template12_TemplateWrapper__LNjKE .Template12_Template12__jYnHJ section{scroll-snap-align:start;scroll-snap-stop:always}.Template12_Container1__m7J5R{background:linear-gradient(90deg,rgba(19,17,175,.733),rgba(19,17,175,.733));display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R{flex-direction:column}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c{align-items:center;display:flex;height:100%;justify-content:center;width:60%}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c{align-items:flex-end;height:70%;padding-right:0;width:100%}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY{height:69.8vh;position:relative;width:26vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY{height:62.9vh;width:67.8vw}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY img{height:100%;object-fit:cover;width:100%}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_coverChangeIcon__7tIAe{aspect-ratio:1/1;height:3.5rem;position:absolute;right:1rem;top:1rem}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx{fill:#fff3;align-items:center;aspect-ratio:1/1;-webkit-backdrop-filter:blur(12.3246498108px);backdrop-filter:blur(12.3246498108px);background-image:url(/static/media/followerSvg.fffa1bfaef782ae614df.svg);background-position:50%;background-size:cover;border-radius:50%;display:flex;flex-direction:column;justify-content:center;position:absolute;right:-25%;top:55%;width:13.48031rem}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx{right:0;top:55%;width:26vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx{right:-17%;top:55%;width:10rem}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_rating__tYOAs{fill:linear-gradient(180deg,#51515129,#35343400);align-items:center;aspect-ratio:1/1;-webkit-backdrop-filter:blur(4.8769454956px);backdrop-filter:blur(4.8769454956px);bottom:-75%;cursor:pointer;display:flex;justify-content:center;left:60%;position:absolute;width:9.49056rem;z-index:10}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_rating__tYOAs{bottom:-65%;left:95%;width:15.7vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_rating__tYOAs{width:7.49056rem}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_rating__tYOAs span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_rating__tYOAs img{height:100%;width:100%}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_followerCount__tJVAF{color:#fff;font-family:Poppins;font-size:3.86838rem;font-style:normal;font-weight:700;line-height:101.4%}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_followerCount__tJVAF{font-size:2.86838rem}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_textFollower__MjbXt{color:#fff;font-family:Poppins;font-size:1.28369rem;font-style:normal;font-weight:400;line-height:101.4%}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_followers__Diltx .Template12_textFollower__MjbXt{font-size:.86838rem}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_overlay1__Nb6qt{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;max-width:29.2vh;position:absolute;right:-6vw;top:-9vh;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_overlay1__Nb6qt{max-width:22vh;right:-9vw;top:2vh;width:47.84vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_overlay1__Nb6qt{right:-16%;top:-15%}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_overlay2__hE4xk{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;bottom:-9vh;left:-6vw;max-width:29.2vh;position:absolute;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_overlay2__hE4xk{bottom:8vh;left:-9vw;max-width:22vh;width:47.84vw}}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY .Template12_overlay2__hE4xk{bottom:-15%;left:-16%}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY:before{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:21.4vh;left:-13vw;position:absolute;top:-3vh;width:26vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY:before{left:-9vw;top:8vh}}.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY:after{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;bottom:-3vh;content:"";height:21.4vh;position:absolute;right:-13vw;width:26vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_leftSection__iJT3c .Template12_hero__\+eBJY:after{bottom:2vh;right:-9vw}}.Template12_Container1__m7J5R .Template12_rightSection__emRaW{align-items:center;display:flex;flex-direction:column;gap:.4rem;height:100%;justify-content:center;padding-right:4rem;position:relative;width:40%}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_rightSection__emRaW{gap:.21rem;height:30%;padding-right:0;width:100%}}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_iam__8tUXL{color:#fff;font-family:Poppins;font-size:1.75981rem;font-style:normal;font-weight:500;line-height:99.5%}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_name__hRvgS{color:#fff;font-family:Poppins;font-size:2.37638rem;font-style:normal;font-weight:500;line-height:174%}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_email__s1gcB{color:#fff;font-family:Poppins;font-size:.89744rem;font-style:normal;font-weight:300;line-height:174%}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u{height:max-content;position:relative;width:max-content}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_EditTextIcon__Xhmga{aspect-ratio:1/1;height:3.5rem;left:-2rem;position:absolute;top:-4rem}@media(max-width:1420px)and (max-height:580px){.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_EditTextIcon__Xhmga{left:7rem}}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_coverText__Ot9E5{color:#fff;font-family:Poppins;font-size:.83806rem;font-style:normal;font-weight:300;line-height:174%;max-width:28vw;text-align:center;width:30.27263rem}@media(max-width:930px)and (min-height:600px){.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_coverText__Ot9E5{max-width:83.8vw;width:83.8vw}}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_buttons__A-R-P{display:flex;justify-content:space-around;margin-top:2rem;width:70%}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_buttons__A-R-P button{background-color:#0000;border:none;cursor:pointer;outline:none}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_buttons__A-R-P button:first-child{position:relative;z-index:1}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_buttons__A-R-P button:first-child:before{-webkit-backdrop-filter:blur(11.4521284103px);backdrop-filter:blur(11.4521284103px);background:#fff3;border-radius:.42944rem;bottom:-.4rem;content:"";height:2.81494rem;left:-1.5rem;position:absolute;width:2.92075rem;z-index:-1}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_buttons__A-R-P .Template12_follow__aIbtA{color:#fff;font-family:Poppins;font-size:2.30938rem;font-style:normal;font-weight:400;line-height:76.4%}.Template12_Container1__m7J5R .Template12_rightSection__emRaW .Template12_buttons__A-R-P .Template12_message__501F6{color:#fff;font-family:Poppins;font-size:1.58231rem;font-style:normal;font-weight:400;line-height:76.4%}.Template12_Container2__AaKnR{background:radial-gradient(50% 50% at 50% 50%,rgba(89,26,138,.557) 0,rgba(19,17,175,.733) 100%);display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR{flex-direction:column}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c{align-items:center;display:flex;height:100%;justify-content:center;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c{height:45%;width:100%}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd{display:flex;height:auto;padding-bottom:10%;padding-right:28%;position:relative;width:auto}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd{padding-top:8%}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx{height:47.2vh;position:relative;width:18.36vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx{height:33.25vh;width:42.3vw}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx img{height:100%;object-fit:cover;width:100%}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx .Template12_intro1ChangeIcon__BPUBt{bottom:-1rem;left:-1rem;position:absolute}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:before{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:34.68vh;left:-3vw;position:absolute;top:-4vh;width:14.12vw;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:before{left:-4.2vw;top:-4vh}}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:before{height:24.42vh;left:-10vw;top:-3vh;width:32.7vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:before{height:24.42vh;left:-7vw;top:-3vh;width:32.7vw}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:after{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;content:"";max-width:29.2vh;position:absolute;right:4vw;top:29vh;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:after{max-width:22vh;right:-66%;top:-10%;width:47.84vw}}@media(max-width:630px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:after{max-width:22vh;right:-62%;top:-12%;width:47.84vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx:after{max-width:22vh;right:-74%;top:-2%;width:47.84vw}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx .Template12_overlay__r1uuf{aspect-ratio:1/1;background:radial-gradient(50% 50% at 50% 50%,#fff 0,#ffffff21 100%);border-radius:23.61725rem;max-width:29.2vh;position:absolute;right:-15.6vw;top:-5vh;width:21.82vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx .Template12_overlay__r1uuf{max-width:22vh;right:34%;top:52%;width:47.84vw}}@media(max-width:630px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx .Template12_overlay__r1uuf{max-width:22vh;right:43%;top:52%;width:47.84vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg1__t3rNx .Template12_overlay__r1uuf{max-width:22vh;right:8%;top:52%;width:47.84vw}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy{height:47.2vh;left:48%;margin-top:4rem;position:absolute;width:18.36vw;z-index:1}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy{height:33.25vh;left:40%;width:42.3vw}}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy img{height:100%;object-fit:cover;width:100%}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy .Template12_intro2ChangeIcon__U5-Va{bottom:-1rem;left:-1rem;position:absolute}.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy:before{background:url(/static/media/dotSvg.0fbd73353306ad17301f.svg);background-position:50%;background-size:100% 100%;content:"";height:34.68vh;position:absolute;right:-3vw;top:6vh;width:14.12vw;z-index:-1}@media(max-width:1420px)and (max-height:580px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy:before{right:-4.2vw;top:6vh}}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy:before{height:24.42vh;left:19vw;top:4.2vh;width:32.7vw}}@media(max-width:530px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_leftSection__iJT3c .Template12_imgContainer__3zrxd .Template12_introImg2__-cFzy:before{height:24.42vh;left:16vw;top:4.2vh;width:32.7vw}}.Template12_Container2__AaKnR .Template12_rightSection__emRaW{align-items:center;display:flex;flex-direction:column;gap:3rem;height:100%;justify-content:center;position:relative;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_rightSection__emRaW{height:55%;width:100%}}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u{height:max-content;position:relative;width:max-content}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_introText__J-yMX{-webkit-box-orient:vertical;-webkit-line-clamp:4;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.75169rem;font-style:normal;font-weight:300;line-height:174%;overflow:hidden;text-align:center;width:41vw}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_introText__J-yMX{width:83.2vw}}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_EditTextIcon__Xhmga{aspect-ratio:1/1;height:3.5rem;left:4rem;position:absolute;top:-4rem}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_TextWrapper__gO77u .Template12_EditTextIcon__Xhmga{left:-3rem;top:0}}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_buttons__A-R-P{display:flex;justify-content:space-evenly;width:41vw}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_buttons__A-R-P button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.8975rem;font-style:normal;font-weight:300;line-height:174%;text-align:center;text-transform:uppercase}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5{display:flex;gap:.5rem;height:auto;margin-top:3rem;width:auto}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg3__7IAA-,.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg4__czcZu,.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg5__xeEnD{height:26vh;width:11.11vw}@media(max-width:930px)and (min-height:600px){.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg3__7IAA-,.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg4__czcZu,.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg5__xeEnD{height:20vh;width:27.8vw}}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg3__7IAA- img,.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg4__czcZu img,.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg5__xeEnD img{height:100%;object-fit:cover;width:100%}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg3__7IAA-{position:relative}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg3__7IAA- .Template12_intro3ChangeIcon__7A-eW{bottom:-2rem;left:4rem;position:absolute}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg4__czcZu{margin-top:2rem;position:relative}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg4__czcZu .Template12_intro4ChangeIcon__Om1WR{bottom:-2rem;left:4rem;position:absolute}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg5__xeEnD{margin-top:1rem;position:relative}.Template12_Container2__AaKnR .Template12_rightSection__emRaW .Template12_introImages__NP4i5 .Template12_introImg5__xeEnD .Template12_intro5ChangeIcon__sDwNQ{bottom:-2rem;left:4rem;position:absolute}.Template12_Container3__L-6kf{background:radial-gradient(50% 50% at 50% 50%,rgba(89,26,138,.557) 0,rgba(19,17,175,.733) 100%);display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%}.Template12_Container3__L-6kf .Template12_header__PNKwU{align-items:center;display:flex;height:17.56519rem;justify-content:space-between;margin:auto;max-height:15vh;width:80%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_header__PNKwU{height:7.72138rem}}.Template12_Container3__L-6kf .Template12_header__PNKwU .Template12_mygallery__nRPMH{color:#fff;font-family:Poppins;font-size:3.30025rem;font-style:normal;font-weight:600;line-height:76.4%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_header__PNKwU .Template12_mygallery__nRPMH{font-size:2.72138rem}}.Template12_Container3__L-6kf .Template12_header__PNKwU .Template12_viewall__HoLUz{cursor:pointer;height:1.8975rem;width:1.8975rem}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_header__PNKwU .Template12_viewall__HoLUz{height:1.18975rem;width:1.18975rem}}.Template12_Container3__L-6kf .Template12_header__PNKwU .Template12_viewall__HoLUz img{height:100%;object-fit:cover;width:100%}.Template12_Container3__L-6kf .Template12_mobileView__E4IB8{display:none}.Template12_Container3__L-6kf .Template12_mobileView__E4IB8 .Template12_smallContainer__89LpN{display:flex;overflow-y:scroll;padding:0 2rem}.Template12_Container3__L-6kf .Template12_mobileView__E4IB8 .Template12_smallContainer__89LpN::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_mobileView__E4IB8{display:block}}.Template12_Container3__L-6kf .Template12_desktopView__Y8EGO{margin-top:3rem}.Template12_Container3__L-6kf .Template12_desktopView__Y8EGO .Template12_alice-carousel__prev-btn__WJP\+Z{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_desktopView__Y8EGO{display:none}}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU{min-height:58vh}}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_imageSection__jdeAS{height:100%;width:100%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_imageSection__jdeAS img,.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_imageSection__jdeAS video{border-radius:2.57763rem;height:100%;object-fit:cover;width:100%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_upper__OA09W{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_upper__OA09W{padding:1.8rem}}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_upper__OA09W .Template12_profileLogo__KZBYq{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_upper__OA09W .Template12_profileLogo__KZBYq img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_upper__OA09W .Template12_nameUsername__N5aiU .Template12_name__hRvgS{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_upper__OA09W .Template12_nameUsername__N5aiU .Template12_userName__oHAZk{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR{align-content:center;background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;height:11.48619rem;justify-content:space-between;max-height:19%;padding:0 2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR{padding:0 .71rem}}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_desc__fYwMz{color:#fff;font-family:Poppins;font-size:1.87994rem;font-style:normal;font-weight:400;height:4.56231rem;line-height:123.4%;margin:auto;overflow:hidden;padding:0 8rem;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_desc__fYwMz{padding:0 2rem}}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt{align-items:center;display:flex;gap:3rem;justify-content:flex-end;width:50%}@media(max-width:930px)and (min-height:600px){.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt{gap:.8rem}}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_like__L1EFx{align-items:center;display:flex;justify-content:center}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_like__L1EFx .Template12_likeIcon__sBedp{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_like__L1EFx .Template12_likeIcon__sBedp img{height:100%;object-fit:cover;width:100%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_like__L1EFx .Template12_likeIcon__sBedp .Template12_likeCount__UudRW{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_comment__UrBGE{align-items:center;display:flex;justify-content:center}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_comment__UrBGE .Template12_commentIcon__RqJr4{aspect-ratio:1/1;width:4rem}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_comment__UrBGE .Template12_commentIcon__RqJr4 img{height:100%;object-fit:cover;width:100%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_comment__UrBGE .Template12_commentCount__TRNrm{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_shareIcon__KWhnO{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;width:4rem}.Template12_Container3__L-6kf .Template12_activeContainer__7yrTU .Template12_details__D7hjL .Template12_below__5NfxR .Template12_icons__CwMRt .Template12_shareIcon__KWhnO img{height:100%;object-fit:cover;width:100%}.Template12_Container3__L-6kf .Template12_cardContainer__CPKxD{border-radius:1.25rem;height:10.99963rem;min-height:22vh;min-width:31vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template12_Container3__L-6kf .Template12_cardContainer__CPKxD{min-height:29vh;min-width:40vw}}.Template12_Container3__L-6kf .Template12_cardContainer__CPKxD img,.Template12_Container3__L-6kf .Template12_cardContainer__CPKxD video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template12_Container4__Pk6Cd{background:linear-gradient(90deg,rgba(19,17,175,.733),rgba(19,17,175,.733));height:auto;max-height:100vh;max-width:100vw;padding-top:6rem;width:100vw}.Template12_Container4__Pk6Cd .Template12_ShortMessageCon__Ma\+KC{align-items:center;-webkit-backdrop-filter:blur(7.4188723564px);backdrop-filter:blur(7.4188723564px);background:#ffffff05;display:flex;flex-direction:column;gap:1rem;height:15.01838rem;justify-content:center;margin:auto;position:relative;width:33.65106rem;z-index:1}.Template12_Container4__Pk6Cd .Template12_ShortMessageCon__Ma\+KC .Template12_EditTextIcon__Xhmga{aspect-ratio:1/1;height:4rem;left:1rem;position:absolute;top:1rem}.Template12_Container4__Pk6Cd .Template12_ShortMessageCon__Ma\+KC .Template12_heading__1ttea{color:#fff;font-family:Poppins;font-size:2.91794rem;font-style:normal;font-weight:500;line-height:normal}.Template12_Container4__Pk6Cd .Template12_ShortMessageCon__Ma\+KC .Template12_shortMessage__sNQ9p{color:#f9f9f9;font-family:Poppins;font-size:1.11281rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Template12_Container4__Pk6Cd .Template12_thankYou__NurCf{color:#fff;font-family:Noto Serif;font-size:1.73938rem;font-style:normal;font-weight:400;line-height:normal;padding:3rem 0;text-align:center}.Template13_TemplateWrapper__FYMsC{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template13_TemplateWrapper__FYMsC::-webkit-scrollbar{display:none}.Template13_TemplateWrapper__FYMsC .Template13_Setting__gsb\+F{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template13_TemplateWrapper__FYMsC .Template13_Template13__I9aoJ{background:#282525;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template13_TemplateWrapper__FYMsC .Template13_Template13__I9aoJ::-webkit-scrollbar{display:none}.Template13_TemplateWrapper__FYMsC .Template13_Template13__I9aoJ section{scroll-snap-align:start;scroll-snap-stop:always}.Template13_Container1__ikNm8{height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template13_Container1__ikNm8 .Template13_hero__8VuDl{height:90%;position:relative;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container1__ikNm8 .Template13_hero__8VuDl{height:95%}}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_background__CMSJd,.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_background__CMSJd img{height:100%;width:100%}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_background__CMSJd .Template13_backgroundChangeIcon__UtNUl{height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_coverChangeIcon__rGJ8e{height:3.5rem;left:40%;position:absolute;top:50%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_coverChangeIcon__rGJ8e{left:30%}}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_heroImg__lCkje{bottom:0;height:89.43vh;left:50%;margin-top:15%;position:absolute;transform:translateX(-50%);width:58.05vw;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_heroImg__lCkje{height:70.2vh;width:140vw}}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_heroImg__lCkje img{height:100%}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb{align-items:center;bottom:-10%;display:flex;height:40%;justify-content:space-between;padding:0 4rem;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb{bottom:-4vh;height:30%}}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_rating__qsznq{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:relative;width:5.52rem}@media(max-width:930px)and (min-height:600px){.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_rating__qsznq{align-self:flex-start}}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_rating__qsznq span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_rating__qsznq img{height:100%;width:100%}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_name__ncUCH{align-self:flex-end;height:min-content;position:relative;width:min-content}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_name__ncUCH .Template13_EditTextIcon__GJP3Z{height:4rem;position:absolute;right:1rem;top:1rem;width:4rem}@media(max-width:930px)and (min-height:600px){.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_name__ncUCH .Template13_EditTextIcon__GJP3Z{height:3rem;width:3rem}}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_name__ncUCH h3{color:#fff;font-family:Poppins;font-size:2.95931rem;font-style:normal;font-weight:800;line-height:normal}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_name__ncUCH .Template13_coverText__bpS1n{color:#fff;font-family:Poppins;font-size:6.3745rem;font-style:normal;font-weight:800;line-height:normal;padding:0 1.5rem}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_followers__MYjpS{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_followers__MYjpS h2{color:#fff;cursor:pointer;font-family:Poppins;font-size:6.3745rem;font-style:normal;font-weight:800;line-height:100%}.Template13_Container1__ikNm8 .Template13_hero__8VuDl .Template13_mainCon__zQMFr .Template13_details__i8Wqb .Template13_followers__MYjpS p{color:#fff;cursor:pointer;font-family:Poppins;font-size:2.37213rem;font-style:normal;font-weight:500;line-height:100%}.Template13_Container2__tJgjY{display:flex;flex-direction:column;height:100vh;justify-content:space-between;max-height:100vh;max-width:100vw;padding:.4rem 7rem;width:100vw}@media(max-width:930px)and (min-height:600px){.Template13_Container2__tJgjY{gap:3rem;height:auto;padding:2rem 3rem 10.4rem}}.Template13_Container2__tJgjY .Template13_upper__Vvv76{align-items:center;display:flex;flex-direction:column;gap:2rem;position:relative}.Template13_Container2__tJgjY .Template13_upper__Vvv76 .Template13_EditTextIcon__GJP3Z{height:3.5rem;left:12%;position:absolute;top:1rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template13_Container2__tJgjY .Template13_upper__Vvv76 .Template13_EditTextIcon__GJP3Z{height:3rem;left:-5%;top:-30%;width:3rem}}.Template13_Container2__tJgjY .Template13_upper__Vvv76 .Template13_introText__HY2I1{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#656060;display:-webkit-box;font-family:Poppins;font-size:2.16356rem;font-style:normal;font-weight:300;line-height:normal;min-height:5rem;overflow:hidden;text-align:center;width:54.13vw}@media(max-width:930px)and (min-height:600px){.Template13_Container2__tJgjY .Template13_upper__Vvv76 .Template13_introText__HY2I1{width:85vw}}.Template13_Container2__tJgjY .Template13_upper__Vvv76 .Template13_buttons__KUiHr{align-items:flex-end;display:flex;gap:4rem}.Template13_Container2__tJgjY .Template13_upper__Vvv76 .Template13_buttons__KUiHr button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.98413rem;font-style:normal;font-weight:600;line-height:normal;text-align:center}.Template13_Container2__tJgjY .Template13_myIntro__6muM7{color:#fff;font-family:Poppins;font-size:4.95669rem;font-style:normal;font-weight:600;line-height:normal;margin-left:3rem}@media(max-width:930px)and (min-height:600px){.Template13_Container2__tJgjY .Template13_myIntro__6muM7{margin-top:4rem}}.Template13_Container2__tJgjY .Template13_introPics__ugk16{display:flex;justify-content:center;width:100%}.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg1__vH2bV,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg2__ISwAD,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg3__LRRAa{border-radius:13.10094rem;height:49.8vh;position:relative;width:14.58vw}@media(max-width:930px)and (min-height:600px){.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg1__vH2bV,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg2__ISwAD,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg3__LRRAa{border-radius:23.36vw;height:34.12vh;width:28.3vw}}.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg1__vH2bV img,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg2__ISwAD img,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg3__LRRAa img{border-radius:13.10094rem;height:100%;object-fit:cover;width:100%}.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg1__vH2bV .Template13_introChangeIcon__Y5kQ6,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg2__ISwAD .Template13_introChangeIcon__Y5kQ6,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg3__LRRAa .Template13_introChangeIcon__Y5kQ6{height:3.5rem;left:50%;position:absolute;top:1rem;transform:translateX(-50%);width:3.5rem}.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg1__vH2bV .Template13_introChangeIcon__Y5kQ6 img,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg2__ISwAD .Template13_introChangeIcon__Y5kQ6 img,.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg3__LRRAa .Template13_introChangeIcon__Y5kQ6 img{border-radius:0}.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg2__ISwAD{margin-right:1.2rem;margin-top:6rem}.Template13_Container2__tJgjY .Template13_introPics__ugk16 .Template13_introImg1__vH2bV{margin-right:1.2rem;margin-top:2rem}.Template13_Container3__0O2zh{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100vh;justify-content:flex-start;max-height:100vh;max-width:100vw;padding:1rem 3rem;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template13_Container3__0O2zh{align-items:center;gap:4rem;height:auto;padding-bottom:10vh}}.Template13_Container3__0O2zh .Template13_EditTextIcon__GJP3Z{height:3.5rem;position:absolute;right:1rem;top:1rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template13_Container3__0O2zh .Template13_EditTextIcon__GJP3Z{left:12%;top:-4rem}}.Template13_Container3__0O2zh .Template13_galleryText__kyuec{-webkit-box-orient:vertical;-webkit-line-clamp:7;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.64175rem;font-style:normal;font-weight:300;line-height:normal;min-height:5.2vh;overflow:hidden;width:84.49vw}@media(max-width:1440px)and (max-height:580px){.Template13_Container3__0O2zh .Template13_galleryText__kyuec{-webkit-line-clamp:5}}.Template13_Container3__0O2zh .Template13_buttons__KUiHr{align-items:center;display:flex;justify-content:space-between;margin-top:3rem;padding:0 8rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container3__0O2zh .Template13_buttons__KUiHr{padding-left:1rem;width:90%}}.Template13_Container3__0O2zh .Template13_buttons__KUiHr button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.98238rem;font-style:normal;font-weight:500;line-height:normal;position:relative;text-align:center}.Template13_Container3__0O2zh .Template13_buttons__KUiHr button:after{background-image:url(/static/media/viewAll.ec6a937ed9853205393d.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:1.702675rem;position:absolute;right:-6rem;top:50%;transform:translateY(-50%);width:1.702675rem}.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA{display:flex;padding-right:30%}.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg1__kLqOb,.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg2__ZdUTh{aspect-ratio:1/1;border:5.367px solid #282525;border-radius:28.18431rem;max-width:36vh;width:23.31vw}@media(max-width:930px)and (min-height:600px){.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg1__kLqOb,.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg2__ZdUTh{aspect-ratio:1/1;border-radius:50%;width:52.8vw}}.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg1__kLqOb img,.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg2__ZdUTh img{border-radius:28.18431rem;height:100%;object-fit:cover;width:100%}.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg1__kLqOb .Template13_introChangeIcon__Y5kQ6,.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg2__ZdUTh .Template13_introChangeIcon__Y5kQ6{height:3.5rem;left:15%;position:absolute;top:50%;transform:translateY(-50%);width:3.5rem}.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg1__kLqOb .Template13_introChangeIcon__Y5kQ6 img,.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg2__ZdUTh .Template13_introChangeIcon__Y5kQ6 img{border-radius:0}.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg1__kLqOb{position:relative}.Template13_Container3__0O2zh .Template13_galleryImages__qdRxA .Template13_galleryImg2__ZdUTh{bottom:-44%;position:absolute;right:-64%}.Template13_Container4__LWyFZ{display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%}.Template13_Container4__LWyFZ .Template13_header__M2okV{align-items:center;display:flex;height:17.56519rem;justify-content:space-between;margin:auto;max-height:15vh;width:80%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_header__M2okV{height:7.72138rem}}.Template13_Container4__LWyFZ .Template13_header__M2okV .Template13_mygallery__eEdX6{color:#fff;font-family:Poppins;font-size:3.30025rem;font-style:normal;font-weight:600;line-height:76.4%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_header__M2okV .Template13_mygallery__eEdX6{font-size:2.72138rem}}.Template13_Container4__LWyFZ .Template13_header__M2okV .Template13_viewall__N3cOC{cursor:pointer;height:1.8975rem;width:1.8975rem}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_header__M2okV .Template13_viewall__N3cOC{height:1.18975rem;width:1.18975rem}}.Template13_Container4__LWyFZ .Template13_header__M2okV .Template13_viewall__N3cOC img{height:100%;object-fit:cover;width:100%}.Template13_Container4__LWyFZ .Template13_mobileView__VpS2Y{display:none}.Template13_Container4__LWyFZ .Template13_mobileView__VpS2Y .Template13_smallContainer__sOS6i{display:flex;overflow-y:scroll;padding:0 2rem}.Template13_Container4__LWyFZ .Template13_mobileView__VpS2Y .Template13_smallContainer__sOS6i::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_mobileView__VpS2Y{display:block}}.Template13_Container4__LWyFZ .Template13_desktopView__7pTKT{margin-top:3rem}.Template13_Container4__LWyFZ .Template13_desktopView__7pTKT .Template13_alice-carousel__prev-btn__kuKu2{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_desktopView__7pTKT{display:none}}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus{min-height:58vh}}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_imageSection__ihEK3{height:100%;width:100%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_imageSection__ihEK3 img,.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_imageSection__ihEK3 video{border-radius:2.57763rem;height:100%;object-fit:cover;width:100%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_upper__Vvv76{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_upper__Vvv76{padding:1.8rem}}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_upper__Vvv76 .Template13_profileLogo__JIcOn{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_upper__Vvv76 .Template13_profileLogo__JIcOn img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_upper__Vvv76 .Template13_nameUsername__SUQf6 .Template13_name__ncUCH{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_upper__Vvv76 .Template13_nameUsername__SUQf6 .Template13_userName__tkQX8{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI{align-content:center;background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;height:11.48619rem;justify-content:space-between;max-height:19%;padding:0 2rem;width:100%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI{padding:0 .71rem}}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_desc__5FOuL{color:#fff;font-family:Poppins;font-size:1.87994rem;font-style:normal;font-weight:400;height:4.56231rem;line-height:123.4%;margin:auto;overflow:hidden;padding:0 8rem;width:50%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_desc__5FOuL{padding:0 2rem}}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1{align-items:center;display:flex;gap:2rem;justify-content:flex-end;width:50%}@media(max-width:930px)and (min-height:600px){.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1{gap:.8rem}}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_like__i3UJk{align-items:center;display:flex;justify-content:center}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_like__i3UJk .Template13_likeIcon__b-6mG{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_like__i3UJk .Template13_likeIcon__b-6mG img{height:100%;object-fit:cover;width:100%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_like__i3UJk .Template13_likeIcon__b-6mG .Template13_likeCount__IDR\+-{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_comment__gRfqb{align-items:center;display:flex;justify-content:center}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_comment__gRfqb .Template13_commentIcon__Zcfg3{aspect-ratio:1/1;width:4.4rem}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_comment__gRfqb .Template13_commentIcon__Zcfg3 img{height:100%;object-fit:cover;width:100%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_comment__gRfqb .Template13_commentCount__bEZN7{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_shareIcon__pODAt{align-items:center;aspect-ratio:1/1;display:flex;justify-content:center;width:4.4rem}.Template13_Container4__LWyFZ .Template13_activeContainer__jKxus .Template13_details__i8Wqb .Template13_below__iWGqI .Template13_icons__9Rnh1 .Template13_shareIcon__pODAt img{height:100%;object-fit:cover;width:100%}.Template13_Container4__LWyFZ .Template13_cardContainer__xYgwR{border-radius:1.25rem;height:10.99963rem;min-height:22vh;min-width:31vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template13_Container4__LWyFZ .Template13_cardContainer__xYgwR{min-height:29vh;min-width:40vw}}.Template13_Container4__LWyFZ .Template13_cardContainer__xYgwR img,.Template13_Container4__LWyFZ .Template13_cardContainer__xYgwR video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template13_Container5__ut\+ut{height:auto;max-height:100vh;max-width:100vw;padding-top:6rem;width:100vw}.Template13_Container5__ut\+ut .Template13_ShortMessageCon__BmhKJ{align-items:center;-webkit-backdrop-filter:blur(9.712436676px);backdrop-filter:blur(9.712436676px);background:#ffffff05;display:flex;flex-direction:column;gap:1rem;height:19.66131rem;justify-content:center;margin:auto;position:relative;width:44.05444rem;z-index:1}.Template13_Container5__ut\+ut .Template13_ShortMessageCon__BmhKJ:after{background:radial-gradient(50% 50% at 50% 50%,hsla(0,0%,100%,.286) 0,#fff0 100%);border-radius:24.84506rem;content:"";height:24.84506rem;left:50%;mix-blend-mode:overlay;position:absolute;top:50%;transform:translate(-50%,-50%);width:24.84506rem;z-index:-1}.Template13_Container5__ut\+ut .Template13_ShortMessageCon__BmhKJ .Template13_EditTextIcon__GJP3Z{aspect-ratio:1/1;height:3.5rem;left:1rem;position:absolute;top:1rem}.Template13_Container5__ut\+ut .Template13_ShortMessageCon__BmhKJ .Template13_heading__4V5tN{color:#fff;font-family:Poppins;font-size:2.91794rem;font-style:normal;font-weight:500;line-height:normal}.Template13_Container5__ut\+ut .Template13_ShortMessageCon__BmhKJ .Template13_shortMessage__Vi7VQ{color:#f9f9f9;font-family:Poppins;font-size:1.11281rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}.Template13_Container5__ut\+ut .Template13_thankYou__HIFPA{color:#fff;font-family:Noto Serif;font-size:1.73938rem;font-style:normal;font-weight:400;line-height:normal;padding:3rem 0;text-align:center}.Template14_TemplateWrapper__WHoag{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template14_TemplateWrapper__WHoag::-webkit-scrollbar{display:none}.Template14_TemplateWrapper__WHoag .Template14_Setting__cRhJA{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template14_TemplateWrapper__WHoag textarea::-webkit-scrollbar{display:none}.Template14_TemplateWrapper__WHoag .Template14_Template14__vSf9K{background:#010135;height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template14_TemplateWrapper__WHoag .Template14_Template14__vSf9K::-webkit-scrollbar{display:none}.Template14_TemplateWrapper__WHoag .Template14_Template14__vSf9K section{scroll-snap-align:start;scroll-snap-stop:always}.Template14_Container1__CYd8U{align-items:flex-start;-webkit-backdrop-filter:blur(21.6653594971px);backdrop-filter:blur(21.6653594971px);background:linear-gradient(180deg,#0000,#010135 80.93%);display:flex;height:auto;justify-content:center;max-width:100vw;min-height:100vh;position:relative;width:100vw}@media(orientation:portrait){.Template14_Container1__CYd8U{align-items:center}}.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc{align-items:center;bottom:4rem;display:flex;gap:1rem;position:absolute;right:4rem}.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_RatingContainer__unr7l{align-items:center;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:relative;width:5.52rem}.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_RatingContainer__unr7l span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_RatingContainer__unr7l img{height:100%;width:100%}.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_followers__dcMRE{display:flex;flex-direction:column}.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_followers__dcMRE h3{color:#fff;font-family:Poppins;font-size:5.826rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_followers__dcMRE h3{font-size:2.86575rem}}.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_followers__dcMRE h4{color:#fff;font-family:Poppins;font-size:2.01606rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_ratingFollower__Sk0sc .Template14_followers__dcMRE h4{font-size:.99169rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq{height:55.11081rem;margin-top:3rem;max-height:80vh;position:relative;width:43.10131rem;z-index:1}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_coverChangeIcon__-SVM2{height:3.5rem;left:10%;position:absolute;top:20%;transform:translateY(-40%);width:3.5rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_coverChangeIcon__-SVM2{height:2.5rem;top:30%;width:2.5rem}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq{height:29.19331rem;width:22.83163rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq img{height:100%;width:100%}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_NameMobile__d3jH3{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#34027f 10.42%,#fff 73.44%);background:var(--color-sec,linear-gradient(180deg,#34027f 10.42%,#fff 73.44%));background-clip:text;-webkit-background-clip:text;display:none;font-family:Poppins;font-size:6rem;font-style:normal;font-weight:800;line-height:94.5%;position:absolute;top:-3rem;transform:rotate(90deg)}@media(max-width:930px)and (min-height:600px){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_NameMobile__d3jH3{display:block}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_follow__KLFWd{align-items:flex-end;background:#6218ff;border-radius:0 0 2.70819rem 2.70819rem;bottom:-17%;display:flex;flex-shrink:0;height:22.31713rem;justify-content:center;left:10%;position:absolute;width:5.48706rem;z-index:-1}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_follow__KLFWd{background:#6218ff;border-radius:0 0 1.875rem 1.875rem;bottom:-20%;height:15.45125rem;width:3.79894rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_follow__KLFWd button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.26381rem;font-style:normal;font-weight:400;line-height:normal;padding:3rem;text-align:center;transform:rotate(-90deg)}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_follow__KLFWd button{font-size:.875rem;padding:2rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_message__rda01{align-items:flex-end;background:#fff;border-radius:0 0 2.70819rem 2.70819rem;bottom:-11%;display:flex;flex-shrink:0;height:20.69488rem;justify-content:center;left:25%;position:absolute;width:5.48706rem;z-index:-1}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_message__rda01{background:#fff;border-radius:0 0 1.875rem 1.875rem;bottom:-13%;height:14.32806rem;left:28%;width:3.79894rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_message__rda01 button{background:#0000;border:none;color:#000;cursor:pointer;font-family:Poppins;font-size:.72219rem;font-style:normal;font-weight:400;line-height:normal;padding:2rem;text-align:center;transform:rotate(-90deg)}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_message__rda01 button{font-size:.5rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ{align-items:center;-webkit-backdrop-filter:blur(28.9028453827px);backdrop-filter:blur(28.9028453827px);background:#00000038;border-radius:3.01069rem;bottom:0;display:flex;flex-direction:column;gap:3rem;height:25.47556rem;justify-content:center;left:50%;max-height:40vh;position:absolute;transform:translateX(-50%);width:43.99331rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#00000038;border-radius:1.5625rem;height:13.22131rem;width:22.83163rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_fullName__wHZnT{display:flex;flex-direction:column}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_fullName__wHZnT .Template14_Iam__sMUjc{color:#fff;font-family:Poppins;font-size:2.06706rem;font-style:normal;font-weight:500;line-height:99.5%}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_fullName__wHZnT .Template14_Iam__sMUjc{font-size:1.09419rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_fullName__wHZnT .Template14_name__SGYoS{color:#fff;font-family:Poppins;font-size:4.74675rem;font-style:normal;font-weight:800;line-height:94.5%}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_fullName__wHZnT .Template14_name__SGYoS{font-size:2.4635rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_fullName__wHZnT .Template14_name__SGYoS span{color:#fff;display:block;font-family:Poppins;font-size:2.15338rem;font-style:normal;font-weight:600;line-height:94.5%;margin-left:5rem;margin-top:.4rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_fullName__wHZnT .Template14_name__SGYoS span{font-size:1.11756rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_TextWrapper__dRN5z{height:max-content;position:relative;width:max-content}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_TextWrapper__dRN5z .Template14_EditTextIcon__uleAo{height:3.5rem;left:1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_TextWrapper__dRN5z .Template14_EditTextIcon__uleAo{height:2.5rem;left:0;top:-3rem;width:2.5rem}}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_TextWrapper__dRN5z .Template14_coverText__bC4pb{color:#fff;font-family:Poppins;font-size:1.04506rem;font-style:normal;font-weight:300;height:5rem;line-height:normal;text-align:center;width:33.17681rem}.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_TextWrapper__dRN5z .Template14_coverText__bC4pb::-webkit-scrollbar{display:none}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_heroImage__dPDaq .Template14_details__TCaeZ .Template14_TextWrapper__dRN5z .Template14_coverText__bC4pb{font-size:.54238rem;height:4rem;width:17.21813rem}}.Template14_Container1__CYd8U .Template14_dot1__gppeG{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUgAAAB+CAYAAABGQIg3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAvCSURBVHgB7Z0xVxtHF4avKEwaK42pTGU3gSo0wY1x48+VK/wjU9GRJk4T3IQ0UEEaUpEKGssVbvj2ohlYVjsjuHdHWonnOUcHe4e5c/edWbGa1bmvCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMBTYBD/cX19/bL68XP1WqteF9XrcDAYXIqTKq7GfFW9Vmtxv4mDKuZQxrlq3FH1Oq1inooTNCiqwS/Vj3UxatDIaxT6/ydOCs2NxtqWsnODBuO4ByWv0UFo1IaPLf32q1/6V4xUcd9WP7Yah/Wkfq3iXomB8MawW72GjaajKuYXMYIGWQ32PBeiV4MlmZuTKuYfYgQN5qPBSvjPTqLvttgHfdkyqBLvfKxsy6TwylYY0woapDXYESMdaZAa/39ipMpL70BKzM3P0j43m4XmBg0KarAS3u2Hif5rVftzsbGWaVsXO7l8hmIADfqrQfiolsprtYdz80JsYyZBg/lpoHeQ2dtox17E90yb6da9YFw0WDwNHhJ/HuTyGcnsx5wHS6PBSthnOE+0n4idM0lfAGdiJ5WTCn8hBhZQg1Rf1cC0V9hXDUJeqc39E+s+meTz8pzvUeK4d32mtEKDghrEPcjfZDJxvdDMG/4h4T2Z/Itx6HmaFTZjDxuHdYx955O3RdJA+6Y08NyV9VWDA5l889a8DsVIwblpy0vH8q5PfbiBBjPWYFA/Un2O130H/Zw/qhrPpSOquK9l/Pj8zHkB12NqnnH/4LzDuJ1rEPZP4ldc0MCoAesTDULchdEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACeKlpxRSvzhsorXcZ97qj4Oy1u17miQU81YG7QIMScmQZ1V8OmcY3LACrE1JJE7+WufHt0ITMb7IS4P1U/3sm4NJGiJY8+d+DE1tTgryrm3+IADbrRIOS1KXfn2+f1qeZS6pMSc9Uam/sdzQ0azFCDldqgTeMaNYAyG1YFduW+t4Um8tFj3FP1Vb+LD3InkIQxPomDhAZv0GD+GlyPLWM1r/r59nV93sSQ+7lqTcRPnjseNJiPBrGi+Faio9nZLPwFSZnsbIidN4njw2ufYxoa9FeDZF7WC25KXltiJ3Wx6livxM6sNfCsz6XRILoapvC4heXi/ih2noltzCQFNcg5pqHBAzQIeaUWvx5/JjZ+yLR59rZKOU7OWgPP+lwaDdS0Sz9vp8qLjxx7Bjlznq9i55uxLUlBDXLl4NHgARoUzOursW0al5k2q2HVMmlgNZWbiwbxI3bK9MZr3NN2cVyJw2Qn9G0T6sLpT4EG6ZyOxUhHGizS3BxLem48Dz6WRYOFukbrT7F1n0lfw9vGwcB8YYSYGkv3I+J+hibzZxX3UhzUNoFfhFxPQ74uox006K8GVYyNEKPLvPSj2Y6M98VWpdu50Se4L0Ouai36pYO5QYMF0gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJR6uTMt8xPLj2sBSnONtTohrpYo0p/nof5aF3G1jJL6SNyUUvKaAYWYaNBTDZgbNAgxZ6rBIDTqYLtyvxy6VvDd85xUi/Oe0oULmTqQbTYO/17F/UeMFNbgQ+MwGjxCA9YnGoSYM9cgVhR/L5NeEbHgpXVQ7d903lO2QtFLa1ztu9nS9M7jmCZlNWiCBo/T4K2Uyat5UTw2r7a4peYGDcppkHyfWgkJryf6rztOKOeu91rspCYu3no/GjQoqkEun6kahHFTv+fJSyuxr1rzylBqbtCgnAYpXusdpOcdPceqsW0eoMF88pmnBqVcDb9LmbglQIMpGkRXw5SRzoXDQyLn4HYidnIbyCZDoKBBKl80mKMGYdzUOY0ceZ0Z26Zx0XXcghrk1goaVLnGPcgDmXQh0//vi5HwFKjNhezC+eRJDXpGLccPnU/JPgsa9FWDEusz5dynF7d3btreILxzU0IDXUNokNGg/jUf3ayMbnba6aijx/K6HxH3Ds5vBnU6mzXiXoWYHjvJGBMNeqpBwbw0pw1rXpm4izQ3aFDoGgUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgHq5M7UH0DJCazIuI3QwGAwuxUkVV2NqmXWtJKw11rw14eolj16FXE+7cDcrqMEvMrYzWBQNtuWunFSXGsRyUo/WoGVuDrtw3yu0PjXWtpRfn2hQWIPoaqgNH1v67Ve/9K8YqeKqyc5W47Ce1K/WWmsJZzPF5cSGBv3VYEnm5qSK+YcYQYP5aBAriu8k+qaOP2TQly2DKvHOx0q8u2myFca0spMZzwQadKZBKi+Pm53egZSYm1jMtclmoblBA58G2fW5Et7th4n+w6r9udhYy7Sti51cPkMxMEWDNTRwabBubLshfFRL5bXaw7l5YRwzCRoU1eDHTNu63kFmb6MdexE5ZzNPKfMScdGgnAbfrGM+kO/SL3L5jGT2Y86DpdFgZYpbmMd5T93LrjJtVlI5qfCmzdoF1CDVd+k0CHmlNvdPBj5Xw1Rfz/keJY7nXCOzoMGtBqn1UkyDuAf5m0xeHHqhmTf8Q8J7MvkX49DzNCtsxjZdyHSMfafJjmrQnLy+aqB9n5IG6mbXtj4PxUjBuWnL68Z5rwNHv6eugT7gmen71KB+pPocr/sON1/v6MKBrBZXv96hewhnXTmFhT2zuJ9x3mFcNOipBswNGoS4C6MBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8VbRqb/V6Ear3dhn3ucaVjglxu84VDXqqAXODBiHmzDSouxo2jWtcBlAhppYkei935dujS57ZYCfE/an68U7GpYkULXn0uQMnNjSY1OCvKubf4qALDUJem3J3vn2eGzWXUp+UmKvW2Nx/4utzITVYSQyqqAGU2awpsCv3vS00kY8e457wDv9B7oSXMMYncYAGSQ3ezFuD67FlrOZVP9++zs1NDLmfq9ZE/OS546lpUKfPGjTX50JqECuKbyU6mp3Nwl/RlMnOhth5kzg+vPY5pqFBfzVI5mW94KbktSV2UherjvVK7MxaA8/6XBoNoqthCo9bWC5uzklsGs/ENmaSghrkHNzQ4AEahLxSi1+PPxMbP2TaPHtbpRwnZ62BZ30ujQZq2qWft1PlxUeOPYOcOc9XsfPN2JakoAa5cvBo8AANCub11dg2jctMm9Wwapk0sJrKzUWD+BE7ZfzjNe5puziuxGE0FPq2CXXh9KdI5XQsRuagwX9LqsEirc9jSa9Pz4OPZdGgxPospkH9KbbuOejewfC2cTAwXxghpt767sh430H/rcn8WcW9FAfhdlufEr4MuZ6GfF1GO4U0GIaYpTXQPI870ED3G/Wl8fWv8lEfNFjw9anWol96uj7RoJAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACg1MudaZmfWH5cC1Caa6zVCWWPYhmh81B/rYu4WkZJfSRuSil5zYBCTDToqQYF89K4G/K05wYNEhoMQqMOtiv3y6FrBd89z0kFZ7MPjcNduJCpA9lm4/DvVdx/xAga9FeDwnnVnfcelVcm7qLNDRokNIgVxd/LpFdELHhpHTQ6mzXZCkUvrXG172ZL0zuPY5qggdJXDd5KmbyaF8Vj82qLW2pu0KDs+mzVYCUkvJ7ov+44oZy73muxk5q4eOv9aApqkMsHDR6gQRg39XuevNQ6d9WaV4ZSc4MGZdbni0zba72D9Lyj51g1ts2DeeSDBvPVoJSr4XcpE7cEaDBFg+hqmDLSuXB4SOQc3E7ETm4D2WQIFDRI5YsGc9QgjJs6p5EjrzNj2zQuuo6LBkU1yF0vZ3EP8kAmXcj0//tiJDwFanMhu3A+eVKDnrYJOHQ+Jfssi6XBqOX4smpQYn2mnPt0bfVxfaJBGQ30OjpsabrRoP41H92sjG522umoo8fyuh8R9zPObwZ1Ops14l6FmB47yRgTDXqqQcG8NKfbrx/J05wbNBhrEPdObzX4P0iboTppYPoCAAAAAElFTkSuQmCC);background-size:cover;height:8rem;left:2rem;position:absolute;top:-1rem;width:16rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_dot1__gppeG{display:none}}.Template14_Container1__CYd8U .Template14_dot2__YmxAn{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUgAAAB+CAYAAABGQIg3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAvCSURBVHgB7Z0xVxtHF4avKEwaK42pTGU3gSo0wY1x48+VK/wjU9GRJk4T3IQ0UEEaUpEKGssVbvj2ohlYVjsjuHdHWonnOUcHe4e5c/edWbGa1bmvCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMBTYBD/cX19/bL68XP1WqteF9XrcDAYXIqTKq7GfFW9Vmtxv4mDKuZQxrlq3FH1Oq1inooTNCiqwS/Vj3UxatDIaxT6/ydOCs2NxtqWsnODBuO4ByWv0UFo1IaPLf32q1/6V4xUcd9WP7Yah/Wkfq3iXomB8MawW72GjaajKuYXMYIGWQ32PBeiV4MlmZuTKuYfYgQN5qPBSvjPTqLvttgHfdkyqBLvfKxsy6TwylYY0woapDXYESMdaZAa/39ipMpL70BKzM3P0j43m4XmBg0KarAS3u2Hif5rVftzsbGWaVsXO7l8hmIADfqrQfiolsprtYdz80JsYyZBg/lpoHeQ2dtox17E90yb6da9YFw0WDwNHhJ/HuTyGcnsx5wHS6PBSthnOE+0n4idM0lfAGdiJ5WTCn8hBhZQg1Rf1cC0V9hXDUJeqc39E+s+meTz8pzvUeK4d32mtEKDghrEPcjfZDJxvdDMG/4h4T2Z/Itx6HmaFTZjDxuHdYx955O3RdJA+6Y08NyV9VWDA5l889a8DsVIwblpy0vH8q5PfbiBBjPWYFA/Un2O130H/Zw/qhrPpSOquK9l/Pj8zHkB12NqnnH/4LzDuJ1rEPZP4ldc0MCoAesTDULchdEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACeKlpxRSvzhsorXcZ97qj4Oy1u17miQU81YG7QIMScmQZ1V8OmcY3LACrE1JJE7+WufHt0ITMb7IS4P1U/3sm4NJGiJY8+d+DE1tTgryrm3+IADbrRIOS1KXfn2+f1qeZS6pMSc9Uam/sdzQ0azFCDldqgTeMaNYAyG1YFduW+t4Um8tFj3FP1Vb+LD3InkIQxPomDhAZv0GD+GlyPLWM1r/r59nV93sSQ+7lqTcRPnjseNJiPBrGi+Faio9nZLPwFSZnsbIidN4njw2ufYxoa9FeDZF7WC25KXltiJ3Wx6livxM6sNfCsz6XRILoapvC4heXi/ih2noltzCQFNcg5pqHBAzQIeaUWvx5/JjZ+yLR59rZKOU7OWgPP+lwaDdS0Sz9vp8qLjxx7Bjlznq9i55uxLUlBDXLl4NHgARoUzOursW0al5k2q2HVMmlgNZWbiwbxI3bK9MZr3NN2cVyJw2Qn9G0T6sLpT4EG6ZyOxUhHGizS3BxLem48Dz6WRYOFukbrT7F1n0lfw9vGwcB8YYSYGkv3I+J+hibzZxX3UhzUNoFfhFxPQ74uox006K8GVYyNEKPLvPSj2Y6M98VWpdu50Se4L0Ouai36pYO5QYMF0gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJR6uTMt8xPLj2sBSnONtTohrpYo0p/nof5aF3G1jJL6SNyUUvKaAYWYaNBTDZgbNAgxZ6rBIDTqYLtyvxy6VvDd85xUi/Oe0oULmTqQbTYO/17F/UeMFNbgQ+MwGjxCA9YnGoSYM9cgVhR/L5NeEbHgpXVQ7d903lO2QtFLa1ztu9nS9M7jmCZlNWiCBo/T4K2Uyat5UTw2r7a4peYGDcppkHyfWgkJryf6rztOKOeu91rspCYu3no/GjQoqkEun6kahHFTv+fJSyuxr1rzylBqbtCgnAYpXusdpOcdPceqsW0eoMF88pmnBqVcDb9LmbglQIMpGkRXw5SRzoXDQyLn4HYidnIbyCZDoKBBKl80mKMGYdzUOY0ceZ0Z26Zx0XXcghrk1goaVLnGPcgDmXQh0//vi5HwFKjNhezC+eRJDXpGLccPnU/JPgsa9FWDEusz5dynF7d3btreILxzU0IDXUNokNGg/jUf3ayMbnba6aijx/K6HxH3Ds5vBnU6mzXiXoWYHjvJGBMNeqpBwbw0pw1rXpm4izQ3aFDoGgUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgHq5M7UH0DJCazIuI3QwGAwuxUkVV2NqmXWtJKw11rw14eolj16FXE+7cDcrqMEvMrYzWBQNtuWunFSXGsRyUo/WoGVuDrtw3yu0PjXWtpRfn2hQWIPoaqgNH1v67Ve/9K8YqeKqyc5W47Ce1K/WWmsJZzPF5cSGBv3VYEnm5qSK+YcYQYP5aBAriu8k+qaOP2TQly2DKvHOx0q8u2myFca0spMZzwQadKZBKi+Pm53egZSYm1jMtclmoblBA58G2fW5Et7th4n+w6r9udhYy7Sti51cPkMxMEWDNTRwabBubLshfFRL5bXaw7l5YRwzCRoU1eDHTNu63kFmb6MdexE5ZzNPKfMScdGgnAbfrGM+kO/SL3L5jGT2Y86DpdFgZYpbmMd5T93LrjJtVlI5qfCmzdoF1CDVd+k0CHmlNvdPBj5Xw1Rfz/keJY7nXCOzoMGtBqn1UkyDuAf5m0xeHHqhmTf8Q8J7MvkX49DzNCtsxjZdyHSMfafJjmrQnLy+aqB9n5IG6mbXtj4PxUjBuWnL68Z5rwNHv6eugT7gmen71KB+pPocr/sON1/v6MKBrBZXv96hewhnXTmFhT2zuJ9x3mFcNOipBswNGoS4C6MBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8VbRqb/V6Ear3dhn3ucaVjglxu84VDXqqAXODBiHmzDSouxo2jWtcBlAhppYkei935dujS57ZYCfE/an68U7GpYkULXn0uQMnNjSY1OCvKubf4qALDUJem3J3vn2eGzWXUp+UmKvW2Nx/4utzITVYSQyqqAGU2awpsCv3vS00kY8e457wDv9B7oSXMMYncYAGSQ3ezFuD67FlrOZVP9++zs1NDLmfq9ZE/OS546lpUKfPGjTX50JqECuKbyU6mp3Nwl/RlMnOhth5kzg+vPY5pqFBfzVI5mW94KbktSV2UherjvVK7MxaA8/6XBoNoqthCo9bWC5uzklsGs/ENmaSghrkHNzQ4AEahLxSi1+PPxMbP2TaPHtbpRwnZ62BZ30ujQZq2qWft1PlxUeOPYOcOc9XsfPN2JakoAa5cvBo8AANCub11dg2jctMm9Wwapk0sJrKzUWD+BE7ZfzjNe5puziuxGE0FPq2CXXh9KdI5XQsRuagwX9LqsEirc9jSa9Pz4OPZdGgxPospkH9KbbuOejewfC2cTAwXxghpt767sh430H/rcn8WcW9FAfhdlufEr4MuZ6GfF1GO4U0GIaYpTXQPI870ED3G/Wl8fWv8lEfNFjw9anWol96uj7RoJAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACg1MudaZmfWH5cC1Caa6zVCWWPYhmh81B/rYu4WkZJfSRuSil5zYBCTDToqQYF89K4G/K05wYNEhoMQqMOtiv3y6FrBd89z0kFZ7MPjcNduJCpA9lm4/DvVdx/xAga9FeDwnnVnfcelVcm7qLNDRokNIgVxd/LpFdELHhpHTQ6mzXZCkUvrXG172ZL0zuPY5qggdJXDd5KmbyaF8Vj82qLW2pu0KDs+mzVYCUkvJ7ov+44oZy73muxk5q4eOv9aApqkMsHDR6gQRg39XuevNQ6d9WaV4ZSc4MGZdbni0zba72D9Lyj51g1ts2DeeSDBvPVoJSr4XcpE7cEaDBFg+hqmDLSuXB4SOQc3E7ETm4D2WQIFDRI5YsGc9QgjJs6p5EjrzNj2zQuuo6LBkU1yF0vZ3EP8kAmXcj0//tiJDwFanMhu3A+eVKDnrYJOHQ+Jfssi6XBqOX4smpQYn2mnPt0bfVxfaJBGQ30OjpsabrRoP41H92sjG522umoo8fyuh8R9zPObwZ1Ops14l6FmB47yRgTDXqqQcG8NKfbrx/J05wbNBhrEPdObzX4P0iboTppYPoCAAAAAElFTkSuQmCC);background-size:cover;height:8rem;position:absolute;right:0;top:-3rem;width:16rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_dot2__YmxAn{display:none}}.Template14_Container1__CYd8U .Template14_dot3__AtIwf{background:url(/static/media/dot2.94085548a1a1ef7fb709.png);background-size:cover;bottom:4rem;height:16rem;left:-2rem;position:absolute;width:8rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_dot3__AtIwf{display:none}}.Template14_Container1__CYd8U .Template14_dot4__Xxgka{background:url(/static/media/dot2.94085548a1a1ef7fb709.png);background-size:cover;height:16rem;position:absolute;right:-2rem;top:50%;transform:translateY(-50%);width:8rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_dot4__Xxgka{display:none}}.Template14_Container1__CYd8U .Template14_dot1Mob__Q-FlT{background:url(/static/media/dots.66588fc65ae9a4142e0b.svg);background-size:cover;display:none;height:5.48681rem;left:-2rem;position:absolute;top:6rem;transform:translateY(-50%);width:5.65175rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_dot1Mob__Q-FlT{display:block}}.Template14_Container1__CYd8U .Template14_dot2Mob__egUK2{background:url(/static/media/dots.66588fc65ae9a4142e0b.svg);background-size:cover;display:none;height:5.48681rem;position:absolute;right:-1rem;top:12rem;transform:translateY(-50%);width:5.65175rem}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_dot2Mob__egUK2{display:block}}.Template14_Container1__CYd8U .Template14_dot3Mob__7aZjv{background:url(/static/media/dots.66588fc65ae9a4142e0b.svg);background-size:cover;display:none;height:5.48681rem;left:2rem;position:absolute;top:6rem;transform:translateY(-50%);width:5.65175rem;z-index:-1}@media(orientation:portrait){.Template14_Container1__CYd8U .Template14_dot3Mob__7aZjv{display:block}}.Template14_Container2__zZUS6{align-items:center;display:flex;flex-direction:column;gap:2rem;height:auto;max-width:100vw;min-height:100vh;padding:2rem 0;width:100vw}.Template14_Container2__zZUS6 .Template14_myIntro__hFIwN{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#34027f 10.42%,#fff 73.44%);background:var(--color-sec,linear-gradient(180deg,#34027f 10.42%,#fff 73.44%));background-clip:text;-webkit-background-clip:text;font-family:Poppins;font-size:5.94506rem;font-style:normal;font-weight:800;line-height:94.5%;margin-bottom:1rem;position:relative;z-index:1}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_myIntro__hFIwN{font-size:4.11606rem}}.Template14_Container2__zZUS6 .Template14_myIntro__hFIwN:after{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#34027f 10.42%,#fff 73.44%);background:var(--color-sec,linear-gradient(180deg,#34027f 10.42%,#fff 73.44%));background-clip:text;-webkit-background-clip:text;bottom:-80%;content:"My Intro";filter:blur(2.8887145519px);font-family:Poppins;font-size:5.94506rem;font-style:normal;font-weight:800;left:0;line-height:94.5%;position:absolute;transform:rotateX(180deg);z-index:-1}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_myIntro__hFIwN:after{filter:blur(2px);font-size:4.11606rem}}.Template14_Container2__zZUS6 .Template14_content__AkToh{align-items:center;display:flex;justify-content:space-between;padding-left:2rem;width:100%}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_content__AkToh{padding:0;position:relative}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0{transform:translateX(-14%)}}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp{height:41.01813rem;position:relative;width:32.97706rem}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_intro1ChangeIcon__8oEYm{bottom:4rem;height:3.5rem;left:3rem;position:absolute;width:3.5rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_intro1ChangeIcon__8oEYm{bottom:20%;height:2.5rem;left:20%;width:2.5rem}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp{height:29.19331rem;width:22.83163rem}}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp img{height:100%;width:100%}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_introImg2__ejmK9{border:4.333px solid #010132;border-radius:50%;height:20.028rem;position:absolute;right:-15rem;top:3rem;width:20.58831rem}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_introImg2__ejmK9 .Template14_intro2ChangeIcon__KGUdx{height:3.5rem;position:absolute;right:1rem;top:1rem;width:3.5rem}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_introImg2__ejmK9 .Template14_intro2ChangeIcon__KGUdx img{border-radius:0}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_introImg2__ejmK9 .Template14_intro2ChangeIcon__KGUdx{height:2.5rem;width:2.5rem}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_introImg2__ejmK9{border:3px solid #010132;border-radius:14.25431rem;height:14.25431rem;right:-9rem;top:2rem;width:14.25431rem;z-index:20}}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_leftSection__dMhb0 .Template14_introImg1__B1Gwp .Template14_introImg2__ejmK9 img{border-radius:50%;height:100%;width:100%}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61{align-items:center;-webkit-backdrop-filter:blur(22.653421402px);backdrop-filter:blur(22.653421402px);background:#12121299;border-radius:1.79338rem;display:flex;flex-shrink:0;height:24.05644rem;justify-content:center;position:relative;width:52.28019rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61{-webkit-backdrop-filter:blur(12.635137558px);backdrop-filter:blur(12.635137558px);background:#12121299;border-radius:1.00031rem;bottom:20%;height:11.56231rem;position:absolute;right:0;width:21.53388rem}}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_TextWrapper__dRN5z{height:max-content;position:relative;width:max-content}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_TextWrapper__dRN5z .Template14_EditTextIcon__uleAo{height:3.5rem;left:1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_TextWrapper__dRN5z .Template14_EditTextIcon__uleAo{height:2.5rem;left:0;top:-3rem;width:2.5rem}}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_TextWrapper__dRN5z .Template14_desc__8K462{color:#fff;font-family:Poppins;font-size:1.34469rem;font-style:normal;font-weight:300;height:16.29706rem;line-height:normal;overflow:hidden;width:47.91494rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_TextWrapper__dRN5z .Template14_desc__8K462{font-size:.75rem;height:4.67081rem;width:16.03406rem}}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_buttons__S10L1{align-items:center;bottom:-2rem;display:flex;position:absolute;right:0}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_buttons__S10L1 button{align-items:center;background:#6218ff;border:none;border-radius:2.70819rem 0 0 2.70819rem;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Poppins;font-size:.78338rem;font-style:normal;font-weight:500;height:5.48706rem;line-height:normal;padding-left:2rem;text-align:center;width:16.41644rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_buttons__S10L1 button{background:#6218ff;border-radius:1.875rem 0 0 1.875rem;flex-shrink:0;font-size:.78338rem;height:3.79894rem;width:11.36594rem}}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_buttons__S10L1 button:first-child{transform:translateX(14%)}.Template14_Container2__zZUS6 .Template14_content__AkToh .Template14_rightSection__5zn61 .Template14_buttons__S10L1 button:nth-child(2){box-shadow:-4.333px 0 5.777px 0 #00000040;position:relative;z-index:2}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX{align-items:center;display:flex;gap:3rem;height:41.0625rem;justify-content:center;width:100%}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX{gap:2rem;height:21.7165rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg3__lZxj-,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl{border-radius:.96613rem;height:20.01113rem;position:relative;width:8.90125rem}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg3__lZxj- .Template14_introChangeIcon__TJCv8,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl .Template14_introChangeIcon__TJCv8{height:3.5rem;left:50%;position:absolute;top:-1.5rem;transform:translateX(-50%);width:3.5rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg3__lZxj- .Template14_introChangeIcon__TJCv8,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl .Template14_introChangeIcon__TJCv8{height:3rem;width:3rem}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg3__lZxj-,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl{border-radius:.51031rem;height:10.56969rem;width:4.70156rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg3__lZxj- img,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl img{border-radius:.96613rem;height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg3__lZxj- img,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl img{border-radius:.51031rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl .Template14_introChangeIcon__TJCv8{height:3.5rem;left:50%;position:absolute;top:60%;transform:translateX(-50%);width:3.5rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_left__8\+jvy .Template14_introImg4__lO9Hl .Template14_introChangeIcon__TJCv8{height:3rem;width:3rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_mid__ikCgo{border-radius:1.18331rem;height:41.0625rem;position:relative;width:40.0625rem}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_mid__ikCgo .Template14_introChangeIcon__TJCv8{height:4rem;left:50%;position:absolute;top:-1.5rem;transform:translateX(-50%);width:4rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_mid__ikCgo .Template14_introChangeIcon__TJCv8{height:3rem;width:3rem}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_mid__ikCgo{border-radius:.625rem;height:21.7165rem;width:13.71575rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_mid__ikCgo img{border-radius:1.18331rem;height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_mid__ikCgo img{border-radius:.625rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg6__yXdVl,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3{border-radius:.96613rem;height:20.01113rem;position:relative;width:8.90125rem}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg6__yXdVl .Template14_introChangeIcon__TJCv8,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3 .Template14_introChangeIcon__TJCv8{height:4rem;left:50%;position:absolute;top:-1.5rem;transform:translateX(-50%);width:4rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg6__yXdVl .Template14_introChangeIcon__TJCv8,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3 .Template14_introChangeIcon__TJCv8{height:3rem;width:3rem}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg6__yXdVl,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3{border-radius:.51031rem;height:10.56969rem;width:4.70156rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg6__yXdVl img,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3 img{border-radius:.96613rem;height:100%;object-fit:cover;width:100%}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg6__yXdVl img,.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3 img{border-radius:.51031rem}}.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3 .Template14_introChangeIcon__TJCv8{height:3.5rem;left:50%;position:absolute;top:60%;transform:translateX(-50%);width:3.5rem}@media(orientation:portrait){.Template14_Container2__zZUS6 .Template14_introGallery__kWjmX .Template14_right__ciUew .Template14_introImg7__tZWP3 .Template14_introChangeIcon__TJCv8{height:3rem;width:3rem}}.Template14_Container3__wP8jx{align-items:center;display:flex;flex-direction:column;gap:3rem;height:auto;max-width:100vw;min-height:100vh;width:100vw}.Template14_Container3__wP8jx h2{color:#fff;font-family:Poppins;font-size:4.31981rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}.Template14_Container3__wP8jx .Template14_carousel__l29PV{flex-shrink:0;height:52.82825rem;max-height:90vh;width:96%}@media(orientation:portrait){.Template14_Container3__wP8jx .Template14_carousel__l29PV{max-height:150vh;min-height:88vh}}.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG{align-items:center;-webkit-backdrop-filter:blur(9.7216205597px);backdrop-filter:blur(9.7216205597px);background:#ffffff05;display:flex;flex-direction:column;flex-shrink:0;gap:2rem;height:19.67994rem;justify-content:center;width:44.09606rem}@media(orientation:portrait){.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff05;height:10.12175rem;width:22.67938rem}}.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG h3{color:#fff;font-family:Poppins;font-size:3.82363rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG h3{font-size:1.96656rem}}.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG .Template14_TextWrapper__dRN5z{height:max-content;position:relative;width:max-content}.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG .Template14_TextWrapper__dRN5z .Template14_EditTextIcon__uleAo{height:3.5rem;left:-1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG .Template14_TextWrapper__dRN5z .Template14_EditTextIcon__uleAo{height:2.5rem;left:-1.2rem;top:-3rem;width:2.5rem}}.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG .Template14_TextWrapper__dRN5z .Template14_message__rda01{color:#f9f9f9;font-family:Poppins;font-size:1.45825rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;width:36.89613rem}@media(orientation:portrait){.Template14_Container3__wP8jx .Template14_shortMessage__0EhmG .Template14_TextWrapper__dRN5z .Template14_message__rda01{font-size:.75rem;width:18.97631rem}}.Template14_Container3__wP8jx .Template14_thankYou__3ibmi{color:#fff;font-family:Noto Serif;font-size:1.986rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:4rem;text-align:center}@media(orientation:portrait){.Template14_Container3__wP8jx .Template14_thankYou__3ibmi{font-size:1rem}}.Template14_galleryCard__moPBD{border-radius:2.00225rem;display:flex;flex-direction:column;height:52.82825rem;justify-content:space-between;max-height:80vh;position:relative;width:100%;z-index:1}.Template14_galleryCard__moPBD .Template14_backImage__uzjdY{border-radius:2.00225rem;height:100%;position:absolute;width:100%;z-index:-1}.Template14_galleryCard__moPBD .Template14_backImage__uzjdY img{border-radius:2.00225rem;height:100%;object-fit:cover;width:100%}.Template14_galleryCard__moPBD .Template14_profile__MilVV{align-items:center;display:flex;gap:.3rem;padding:2rem}.Template14_galleryCard__moPBD .Template14_profile__MilVV .Template14_profilePic__jMCiY{border-radius:50%;height:3.29456rem;width:3.29456rem}.Template14_galleryCard__moPBD .Template14_profile__MilVV .Template14_profilePic__jMCiY img{height:100%;width:100%}.Template14_galleryCard__moPBD .Template14_profile__MilVV .Template14_detail__TycXY{display:flex;flex-direction:column;gap:.1rem}.Template14_galleryCard__moPBD .Template14_profile__MilVV .Template14_detail__TycXY h3{color:#fff;font-family:Poppins;font-size:1.00669rem;font-style:normal;font-weight:500;line-height:normal}.Template14_galleryCard__moPBD .Template14_profile__MilVV .Template14_detail__TycXY h4{color:#fff;font-family:Poppins;font-size:.54913rem;font-style:normal;font-weight:400;line-height:normal}.Template14_galleryCard__moPBD .Template14_details__TCaeZ{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#fff3;display:flex;height:5.69688rem;justify-content:space-between;padding:0 4rem;width:100%}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_desc__8K462{color:#fff;flex-shrink:0;font-family:Poppins;font-size:1.48725rem;font-style:normal;font-weight:400;height:3.60938rem;line-height:123.4%;width:28.347rem}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv{align-items:center;display:flex;gap:3rem;justify-content:center}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb{align-items:center;display:flex;justify-content:center}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb .Template14_likeIcon__B8Z0q{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb .Template14_likeIcon__B8Z0q img{height:100%;object-fit:cover;width:100%}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb .Template14_likeIcon__B8Z0q .Template14_likeCount__KvpVO{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T{height:2.82131rem;width:3.13381rem}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id{height:2.57331rem;width:3.66781rem}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T,.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id{align-items:center;display:flex;gap:.1rem}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T p,.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id p{color:#fff;font-family:Poppins;font-size:2.846006rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T img,.Template14_galleryCard__moPBD .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id img{height:100%;width:100%}.Template14_MobileGallery__Cpo7z{align-items:center;display:flex;flex-direction:column;gap:1rem;position:relative}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:58vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_backImage__uzjdY{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_backImage__uzjdY img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_profile__MilVV{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_profile__MilVV .Template14_profilePic__jMCiY,.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_profile__MilVV .Template14_profilePic__jMCiY img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_profile__MilVV .Template14_detail__TycXY{display:flex;flex-direction:column;gap:.2rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_profile__MilVV .Template14_detail__TycXY h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_profile__MilVV .Template14_detail__TycXY h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;height:2.83844rem;justify-content:space-around;padding:0 1rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_desc__8K462{color:#fff;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%;width:14.12388rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv{align-items:center;display:flex;gap:2rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb{align-items:center;display:flex;justify-content:center}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb .Template14_likeIcon__B8Z0q{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:1.42rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb .Template14_likeIcon__B8Z0q img{height:100%;object-fit:cover;width:100%}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_like__8Qvxb .Template14_likeIcon__B8Z0q .Template14_likeCount__KvpVO{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T{height:.9075rem;width:1.06325rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id{height:.78394rem;width:1.32925rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T p,.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T,.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id{align-items:center;display:flex;gap:.2rem}.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_comment__ALk4T img,.Template14_MobileGallery__Cpo7z .Template14_activeItem__VmX\+M .Template14_details__TCaeZ .Template14_actions__GoBAv .Template14_share__O--id img{height:100%;width:100%}.Template14_MobileGallery__Cpo7z .Template14_allItems__x80e3{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:100%}.Template14_MobileGallery__Cpo7z .Template14_allItems__x80e3::-webkit-scrollbar{display:none}.Template14_MobileGallery__Cpo7z .Template14_allItems__x80e3 .Template14_smallCard__Mrex4{height:20vh;margin-right:2vw;min-width:31vw;width:31vw}.Template14_MobileGallery__Cpo7z .Template14_allItems__x80e3 .Template14_smallCard__Mrex4 img{height:100%;width:100%}#carousel14{height:52.82825rem;max-height:80vh}#carousel14 .alice-carousel__dots,#carousel14 .alice-carousel__next-btn,#carousel14 .alice-carousel__prev-btn{display:none}.Template15_TemplateWrapper__KwPzH{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template15_TemplateWrapper__KwPzH textarea::-webkit-scrollbar,.Template15_TemplateWrapper__KwPzH::-webkit-scrollbar{display:none}.Template15_TemplateWrapper__KwPzH .Template15_Setting__A0XUz{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template15_TemplateWrapper__KwPzH .Template15_Template15__QgZib{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template15_TemplateWrapper__KwPzH .Template15_Template15__QgZib::-webkit-scrollbar{display:none}.Template15_TemplateWrapper__KwPzH .Template15_Template15__QgZib section{scroll-snap-align:start;scroll-snap-stop:always}.Template15_Container1__RNh5X{align-items:center;background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Template15_Container1__RNh5X .Template15_background__r7cWv{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container1__RNh5X .Template15_background__r7cWv img{height:100%;width:100%}.Template15_Container1__RNh5X .Template15_heroSection__eASDj{align-items:center;background:radial-gradient(54.36% 71.71% at 50% 50%,#ed00d5 23.44%,#0e0257 89.06%);border-radius:1.79163rem;box-shadow:18.633px 21.499px 21.499px 0 #00000073;display:flex;flex-direction:column;gap:1rem;height:53.16444rem;justify-content:flex-end;position:relative;width:31.66088rem;z-index:1}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj{border-radius:1.25rem;height:37.09238rem;width:22.0895rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_background__r7cWv{background:url(/static/media/heroFrame.43eef9cba68b63f02c70.png);background-position:50%;background-size:cover;border-radius:1.79163rem;height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_background__r7cWv{border-radius:1.25rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP{height:33.81019rem;position:relative;width:24.56644rem;z-index:1}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP{height:26.52688rem;width:19.27438rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_coverChangeIcon__BAkUt{bottom:50%;height:3.5rem;left:30%;position:absolute;width:3.5rem}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_coverChangeIcon__BAkUt{height:2.5rem;width:2.5rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP img{height:100%;object-fit:cover;width:100%}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_firstLetter__GXqM0{color:#fff;font-family:Poppins;font-size:36.31169rem;font-style:normal;font-weight:500;left:50%;line-height:99.5%;position:absolute;top:-36%;transform:translateX(-50%);z-index:-1}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_firstLetter__GXqM0{font-size:26rem;top:-13%}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_nameContainer__prxwF{align-items:flex-start;bottom:1rem;display:flex;flex-direction:column;left:50%;max-width:100%;position:absolute;transform:translateX(-50%);width:max-content}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_nameContainer__prxwF .Template15_iam__I287n{color:#fff;font-family:Poppins;font-size:2.31169rem;font-style:normal;font-weight:500;line-height:99.5%}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_nameContainer__prxwF .Template15_iam__I287n{font-size:1.07481rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_nameContainer__prxwF .Template15_firstName__idhxb{color:#fff;font-family:Poppins;font-size:5.79106rem;font-style:normal;font-weight:700;line-height:normal}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_nameContainer__prxwF .Template15_firstName__idhxb{font-size:1.71825rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_nameContainer__prxwF .Template15_lastName__mAurj{align-self:flex-end;color:#fff;font-family:Poppins;font-size:2.58075rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_heroImage__GM-PP .Template15_nameContainer__prxwF .Template15_lastName__mAurj{font-size:.76575rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X{align-items:center;display:flex;justify-content:space-around;margin-bottom:2rem;width:100%}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X{margin-bottom:0}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_buttons__UicIK{display:flex;flex-direction:column;gap:1rem}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_buttons__UicIK button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.51181rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_buttons__UicIK button{font-size:1.00056rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_followers__1ycwI{align-items:center;display:flex;flex-direction:column}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_followers__1ycwI h4{color:#fff;font-family:Poppins;font-size:1.88869rem;font-style:normal;font-weight:800;line-height:normal}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_followers__1ycwI h4{font-size:1.25rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_followers__1ycwI h5{color:#fff;font-family:Poppins;font-size:.94438rem;font-style:normal;font-weight:400;letter-spacing:.28331rem;line-height:165%}@media(orientation:portrait){.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_actions__FAb-X .Template15_followers__1ycwI h5{font-size:.625rem;letter-spacing:.1875rem}}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_RatingContainer__ZenXs{align-items:center;bottom:-5rem;cursor:pointer;display:flex;height:5.52rem;justify-content:center;position:absolute;right:-2rem;width:5.52rem}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_RatingContainer__ZenXs span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template15_Container1__RNh5X .Template15_heroSection__eASDj .Template15_RatingContainer__ZenXs img{height:100%;width:100%}.Template15_Container2__FL0uv{align-items:center;background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));display:flex;flex-direction:column;height:100vh;justify-content:flex-end;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:3}.Template15_Container2__FL0uv .Template15_background__r7cWv{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container2__FL0uv .Template15_background__r7cWv img{height:100%;width:100%}.Template15_Container2__FL0uv .Template15_myIntro__pBU-G{color:#fff;font-family:Poppins;font-size:4.50981rem;font-style:normal;font-weight:700;left:4rem;line-height:normal;position:absolute;top:2rem}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_myIntro__pBU-G{font-size:1.71825rem;margin-top:2rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX{border-radius:1.79163rem;height:40.16663rem;position:relative;width:45.02556rem;z-index:1}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_introText__I\+TkX{border-radius:1.25rem;height:19.70575rem;margin-bottom:4rem;width:22.0895rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_introImage__pdBby{height:43.09238rem;left:50%;position:absolute;top:-75%;transform:translateX(-50%);width:63.27169rem;z-index:1}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_introImage__pdBby{height:22.10569rem;top:-100%;width:32.45738rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_introImage__pdBby img{height:100%;object-fit:cover;width:100%;z-index:-1}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_introImage__pdBby .Template15_introChangeIcon__hzrDO{height:3.5rem;position:absolute;right:25%;top:40%;width:3.5rem}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_introImage__pdBby .Template15_introChangeIcon__hzrDO{height:2.5rem;width:2.5rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_backgroundWrapper__vDy6L{background:radial-gradient(54.36% 71.71% at 50% 50%,#ed00d5 23.44%,#0e0257 89.06%);border-radius:1.79163rem;height:100%;position:absolute;width:100%;z-index:2}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_backgroundWrapper__vDy6L{border-radius:1.25rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_backgroundWrapper__vDy6L .Template15_EditTextIcon__L8x63{height:3.5rem;left:2rem;position:absolute;top:2rem;width:3.5rem}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_backgroundWrapper__vDy6L .Template15_EditTextIcon__L8x63{height:2.5rem;top:0;width:2.5rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_backgroundWrapper__vDy6L .Template15_background1__l6opW{background:url(/static/media/introFrame.f744bd8bec6551f6601c.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1.79163rem;height:100%;mix-blend-mode:screen;width:100%}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_backgroundWrapper__vDy6L .Template15_background1__l6opW{border-radius:1.25rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_text__RoSXY{bottom:5rem;color:#fff;font-family:Poppins;font-size:1.27806rem;font-style:normal;font-weight:300;height:23.40494rem;left:50%;line-height:normal;overflow-y:scroll;position:absolute;text-align:center;transform:translateX(-50%);width:38.02394rem}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_text__RoSXY{font-size:.627rem;height:11.48244rem;width:18.6545rem}}.Template15_Container2__FL0uv .Template15_introText__I\+TkX .Template15_text__RoSXY::-webkit-scrollbar{display:none}.Template15_Container2__FL0uv .Template15_buttons__UicIK{display:flex;justify-content:space-between;margin-bottom:3rem;width:80%}.Template15_Container2__FL0uv .Template15_buttons__UicIK button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.68575rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container2__FL0uv .Template15_buttons__UicIK button{font-size:1.00056rem}}.Template15_Container3__cDS9w{background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw;z-index:1}.Template15_Container3__cDS9w .Template15_background__r7cWv{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container3__cDS9w .Template15_background__r7cWv img{height:100%;width:100%}.Template15_Container3__cDS9w .Template15_introImages__5AYeo{align-items:center;display:flex;gap:2rem;height:100%;justify-content:center;width:100%}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo{gap:.8rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+{display:flex;flex-direction:column;gap:2rem}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+{gap:.8rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg2__5BeH-{border-radius:2.38981rem;height:25.5625rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg2__5BeH-{border-radius:1.875rem;height:20.03319rem;width:10.49719rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg2__5BeH- img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg2__5BeH- img{border-radius:1.875rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg2__5BeH- .Template15_introChangeIcon__hzrDO{height:3.5rem;left:2rem;position:absolute;top:1rem;width:3.5rem}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg2__5BeH- .Template15_introChangeIcon__hzrDO img{border-radius:0}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg2__5BeH- .Template15_introChangeIcon__hzrDO{height:2.5rem;width:2.5rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg3__oOm8l{border-radius:2.38981rem;height:39.75rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg3__oOm8l{border-radius:1.875rem;height:31.17588rem;width:10.49719rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg3__oOm8l img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg3__oOm8l img{border-radius:1.875rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg3__oOm8l .Template15_introChangeIcon__hzrDO{bottom:5rem;height:3.5rem;left:2rem;position:absolute;width:3.5rem}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg3__oOm8l .Template15_introChangeIcon__hzrDO img{border-radius:0}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_left__ESpy\+ .Template15_introImg3__oOm8l .Template15_introChangeIcon__hzrDO{height:2.5rem;width:2.5rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ{display:flex;flex-direction:column;gap:2rem}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ{gap:.8rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg4__yYjE3{border-radius:2.38981rem;height:44.75rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg4__yYjE3{border-radius:1.875rem;height:35.08769rem;width:10.49719rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg4__yYjE3 img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg4__yYjE3 img{border-radius:1.875rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg4__yYjE3 .Template15_introChangeIcon__hzrDO{height:3.5rem;left:2rem;position:absolute;top:1rem;width:3.5rem}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg4__yYjE3 .Template15_introChangeIcon__hzrDO img{border-radius:0}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg4__yYjE3 .Template15_introChangeIcon__hzrDO{height:2.5rem;width:2.5rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg5__BKIyF{border-radius:2.38981rem;height:20.375rem;position:relative;width:31.5rem}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg5__BKIyF{border-radius:1.875rem;height:16.00281rem;width:10.49719rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg5__BKIyF img{border-radius:2.38981rem;height:100%;width:100%}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg5__BKIyF img{border-radius:1.875rem}}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg5__BKIyF .Template15_introChangeIcon__hzrDO{bottom:5rem;height:3.5rem;left:2rem;position:absolute;width:3.5rem}.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg5__BKIyF .Template15_introChangeIcon__hzrDO img{border-radius:0}@media(orientation:portrait){.Template15_Container3__cDS9w .Template15_introImages__5AYeo .Template15_right__WXHSQ .Template15_introImg5__BKIyF .Template15_introChangeIcon__hzrDO{height:2.5rem;width:2.5rem}}.Template15_Container4__7pFmT{background:radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%);background:var(--radialasa,radial-gradient(90.01% 40.59% at 50% 50%,#ff07ba 55.66%,#2605f3 100%));height:auto;max-width:100vw;min-height:100vh;position:relative;width:100vw;z-index:1}.Template15_Container4__7pFmT .Template15_background__r7cWv{height:100%;mix-blend-mode:lighten;position:absolute;width:100%;z-index:-1}.Template15_Container4__7pFmT .Template15_background__r7cWv img{height:100%;width:100%}.Template15_Container4__7pFmT .Template15_content__F6hEw{align-items:center;-webkit-backdrop-filter:blur(7.7944264412px);backdrop-filter:blur(7.7944264412px);background:#0000004d;display:flex;flex-direction:column;gap:4rem;height:100%;min-height:100vh;width:100%}.Template15_Container4__7pFmT .Template15_content__F6hEw h2{color:#fff;font-family:Poppins;font-size:3.46344rem;font-style:normal;font-weight:800;line-height:normal;margin-top:2rem;text-align:center}@media(orientation:portrait){.Template15_Container4__7pFmT .Template15_content__F6hEw h2{font-size:2.01731rem}}.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_carousel__V763w{border-radius:2.38981rem;height:42.35569rem;width:73.235rem}@media(orientation:portrait){.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_carousel__V763w{max-height:150vh;min-height:88vh}}.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M h3{color:#fff;font-family:Poppins;font-size:3.06563rem;font-style:normal;font-weight:500;line-height:normal}@media(orientation:portrait){.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M h3{font-size:1.96656rem}}.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M .Template15_TextWrapper__cqPvM{height:max-content;position:relative;width:max-content}.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M .Template15_TextWrapper__cqPvM .Template15_EditTextIcon__L8x63{height:3.5rem;left:-1rem;position:absolute;top:-4rem;width:3.5rem}@media(orientation:portrait){.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M .Template15_TextWrapper__cqPvM .Template15_EditTextIcon__L8x63{height:2.5rem;left:-1.2rem;top:-3rem;width:2.5rem}}.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M .Template15_TextWrapper__cqPvM .Template15_message__cUsG-{color:#f9f9f9;font-family:Poppins;font-size:1.16919rem;font-style:normal;font-weight:400;line-height:normal;text-align:center;width:29.58188rem}@media(orientation:portrait){.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_shortMessage__-T48M .Template15_TextWrapper__cqPvM .Template15_message__cUsG-{font-size:.75rem;width:18.97631rem}}.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_thankYou__vwxsN{color:#fff;font-family:Noto Serif;font-size:1.7525rem;font-style:normal;font-weight:400;line-height:normal;padding-bottom:2rem;text-align:center}@media(orientation:portrait){.Template15_Container4__7pFmT .Template15_content__F6hEw .Template15_thankYou__vwxsN{font-size:1rem;padding-bottom:3rem}}.Template15_galleryCard__7y\+yw{border-radius:2.38981rem;border-radius:2.00225rem;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:42.35569rem;position:relative;width:73.235rem;z-index:1}.Template15_galleryCard__7y\+yw .Template15_backImage__23JkY{border-radius:2.38981rem;height:100%;position:absolute;width:100%;z-index:-1}.Template15_galleryCard__7y\+yw .Template15_backImage__23JkY img{border-radius:2.38981rem;height:100%;object-fit:cover;width:100%}.Template15_galleryCard__7y\+yw .Template15_backImage__23JkY video{border-radius:2.38981rem;height:100%;width:100%}.Template15_galleryCard__7y\+yw .Template15_profile__LyXJE{align-items:center;display:flex;gap:1rem;padding:2rem 3rem}.Template15_galleryCard__7y\+yw .Template15_profile__LyXJE .Template15_profilePic__C81mS{border-radius:50%;height:4.56956rem;width:4.56956rem}.Template15_galleryCard__7y\+yw .Template15_profile__LyXJE .Template15_profilePic__C81mS img{border-radius:50%;height:100%;width:100%}.Template15_galleryCard__7y\+yw .Template15_profile__LyXJE .Template15_detail__0uLJJ{display:flex;flex-direction:column;gap:.1rem}.Template15_galleryCard__7y\+yw .Template15_profile__LyXJE .Template15_detail__0uLJJ h3{color:#fff;font-family:Poppins;font-size:1.65813rem;font-style:normal;font-weight:500;line-height:normal}.Template15_galleryCard__7y\+yw .Template15_profile__LyXJE .Template15_detail__0uLJJ h4{color:#fff;font-family:Poppins;font-size:.87369rem;font-style:normal;font-weight:400;line-height:normal}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp{align-items:center;-webkit-backdrop-filter:blur(3.8229084015px);backdrop-filter:blur(3.8229084015px);background:#0003;border-radius:0 0 2.82519rem 3.5315rem;display:flex;height:8.37431rem;justify-content:space-between;padding:0 4rem;width:100%}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_desc__cnLHz{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#fff;display:-webkit-box;font-family:Poppins;font-size:1.37063rem;font-style:normal;font-weight:400;height:3.32631rem;line-height:123.4%;overflow:hidden;width:19.62738rem}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X{align-items:center;display:flex;gap:2rem;justify-content:center}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP{align-items:center;display:flex;justify-content:center}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP .Template15_likeIcon__KFmKl{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:4rem}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP .Template15_likeIcon__KFmKl img{height:100%;object-fit:cover;width:100%}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP .Template15_likeIcon__KFmKl .Template15_likeCount__Jozdv{color:#fff;font-family:Poppins;font-size:2.6rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY{height:2.84744rem;width:3.33563rem}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0{height:2.45969rem;width:4.17081rem}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY,.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0{align-items:center;display:flex;gap:.1rem}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY p,.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0 p{color:#fff;font-family:Poppins;font-size:2.28269rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY img,.Template15_galleryCard__7y\+yw .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0 img{height:100%;width:100%}.Template15_MobileGallery__MQqW\+{align-items:center;display:flex;flex-direction:column;gap:1rem;position:relative}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41{border-radius:1.417rem;display:flex;flex-direction:column;flex-shrink:0;height:20.62156rem;height:58vh;justify-content:space-between;position:relative;width:23.18644rem;width:90vw;z-index:1}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_backImage__23JkY{border-radius:1.417rem;height:100%;position:absolute;width:100%;z-index:-1}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_backImage__23JkY img{border-radius:1.417rem;height:100%;object-fit:cover;width:100%}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_profile__LyXJE{align-items:center;display:flex;gap:.4rem;padding:.5rem 1rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_profile__LyXJE .Template15_profilePic__C81mS,.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_profile__LyXJE .Template15_profilePic__C81mS img{border-radius:50%;height:1.6415rem;width:1.6415rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_profile__LyXJE .Template15_detail__0uLJJ{display:flex;flex-direction:column;gap:.2rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_profile__LyXJE .Template15_detail__0uLJJ h3{color:#fff;font-family:Poppins;font-size:.50156rem;font-style:normal;font-weight:500;line-height:normal}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_profile__LyXJE .Template15_detail__0uLJJ h4{color:#fff;font-family:Poppins;font-size:.27356rem;font-style:normal;font-weight:400;line-height:normal}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp{align-items:center;-webkit-backdrop-filter:blur(1.9151055813px);backdrop-filter:blur(1.9151055813px);background:#fff3;display:flex;height:2.83844rem;justify-content:space-around;padding:0 1rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_desc__cnLHz{color:#fff;font-family:Poppins;font-size:.741rem;font-style:normal;font-weight:400;height:1.79838rem;line-height:123.4%;width:14.12388rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X{align-items:center;display:flex;gap:2rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP{align-items:center;display:flex;justify-content:center}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP .Template15_likeIcon__KFmKl{align-items:center;aspect-ratio:1/1;cursor:pointer;display:flex;width:1.42rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP .Template15_likeIcon__KFmKl img{height:100%;object-fit:cover;width:100%}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_like__K-unP .Template15_likeIcon__KFmKl .Template15_likeCount__Jozdv{color:#fff;font-family:Poppins;font-size:1rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY{height:.9075rem;width:1.06325rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0{height:.78394rem;width:1.32925rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY p,.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0 p{color:#fff;font-family:Poppins;font-size:.7275rem;font-style:normal;font-weight:600;line-height:123.4%}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY,.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0{align-items:center;display:flex;gap:.2rem}.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_comment__ADbkY img,.Template15_MobileGallery__MQqW\+ .Template15_activeItem__gqm41 .Template15_details__zNfNp .Template15_actions__FAb-X .Template15_share__p2Rt0 img{height:100%;width:100%}.Template15_MobileGallery__MQqW\+ .Template15_allItems__VFFVQ{align-items:center;display:flex;height:30vh;overflow-y:scroll;scroll-behavior:smooth;width:96vw}.Template15_MobileGallery__MQqW\+ .Template15_allItems__VFFVQ::-webkit-scrollbar{display:none}.Template15_MobileGallery__MQqW\+ .Template15_allItems__VFFVQ .Template15_smallCard__epL3c{border-radius:1.875rem;height:20vh;margin-right:2vw;min-width:31vw;width:31vw}.Template15_MobileGallery__MQqW\+ .Template15_allItems__VFFVQ .Template15_smallCard__epL3c img{border-radius:1.875rem;height:100%;width:100%}#carousel15{border-radius:2.38981rem;height:42.35569rem}#carousel15 .alice-carousel__dots,#carousel15 .alice-carousel__next-btn,#carousel15 .alice-carousel__prev-btn{display:none}.Template2_TemplateWrapper__lLz\+L{background:#fff;height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template2_TemplateWrapper__lLz\+L::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__lLz\+L .Template2_Setting__nIeMH{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template2_TemplateWrapper__lLz\+L .Template2_Template2__gflGA{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template2_TemplateWrapper__lLz\+L .Template2_Template2__gflGA::-webkit-scrollbar{display:none}.Template2_TemplateWrapper__lLz\+L .Template2_Template2__gflGA section{scroll-snap-align:start;scroll-snap-stop:always}.Template2_Container1__JDdKX{align-items:center;background:#fff;display:flex;gap:1rem;height:100vh;justify-content:space-between;padding:4.5rem 8.125rem 7.125rem 5.625rem;position:relative;width:100%}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__JDdKX{flex-direction:column-reverse;padding:1rem 3rem 2rem 1rem;padding:1rem}}@media screen and (max-aspect-ratio:1/1){.Template2_Container1__JDdKX{flex-direction:column-reverse;padding:1rem}}.Template2_Container1__JDdKX .Template2_Left__-eK9l{align-items:center;display:flex;flex-basis:50%;flex-direction:column;height:100%;justify-content:center;position:relative}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__JDdKX .Template2_Left__-eK9l{flex-basis:30%;width:100%}}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_EditTextIcon__k95wS{cursor:pointer;height:4rem;left:10%;position:absolute;top:34%;width:4rem}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_EditTextIcon__k95wS{left:20%;top:20%}}@media screen and (max-width:455px){.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_EditTextIcon__k95wS{left:10%;top:20%}}.Template2_Container1__JDdKX .Template2_Left__-eK9l h3{color:#ddad51;font-family:Sedan SC;font-size:1.8rem;font-style:normal;font-weight:400;line-height:174%;text-align:center}.Template2_Container1__JDdKX .Template2_Left__-eK9l h3:first-letter{font-size:2.5rem}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_h1__n1b0t{align-items:center;display:flex;height:7rem;justify-content:center;width:100%}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_h1__n1b0t p{color:#ddad51;font-family:Sedan SC;font-style:normal;font-weight:400;padding-left:1rem;text-align:center;text-transform:uppercase}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_h1__n1b0t p:first-letter{font-size:4.8rem}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_h1__n1b0t::-webkit-scrollbar{display:none}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_h1__n1b0t{height:6rem}}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_p__YKHaZ{color:#000;font-family:Poppins;font-size:.81256rem;font-style:normal;font-weight:300;height:5.75rem;margin-bottom:1rem;text-align:center;width:34.65175rem}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_p__YKHaZ::-webkit-scrollbar{display:none}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_ButtonContainer__3VnIO{align-items:center;display:flex;gap:3.625rem;margin-top:3.08rem;position:relative}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_ButtonContainer__3VnIO button{background:#fafafa;border:none;border-radius:1.63906rem;box-shadow:1rem 1rem 1.5rem 0 #00000026;color:#000;cursor:pointer;font-family:Poppins;font-size:1.24219rem;font-style:normal;font-weight:400;height:6.55619rem;line-height:normal;width:14.27106rem}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_ButtonContainer__3VnIO .Template2_button__6PRIY{align-items:center;background:#ddad51;border-radius:2.58781rem;box-shadow:.5rem .5rem 1.5rem 0 #00000040;display:flex;flex-direction:column;height:10.35131rem;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10.35131rem;z-index:2}@media screen and (max-width:700px){.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_ButtonContainer__3VnIO .Template2_button__6PRIY{border-radius:2rem;height:9rem;width:9rem}}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_ButtonContainer__3VnIO .Template2_button__6PRIY h4{color:#fff;font-family:Poppins;font-size:3.19844rem;font-style:normal;font-weight:700;line-height:normal}.Template2_Container1__JDdKX .Template2_Left__-eK9l .Template2_ButtonContainer__3VnIO .Template2_button__6PRIY h5{color:#fff;font-family:Poppins;font-size:1.24219rem;font-style:normal;font-weight:400;line-height:normal}.Template2_Container1__JDdKX .Template2_Right__G7DqD{flex-basis:50%;flex-shrink:0;height:100%;overflow:hidden;position:relative}@media screen and (max-aspect-ratio:1/1){.Template2_Container1__JDdKX .Template2_Right__G7DqD{flex-basis:70%;max-width:100%;min-width:100%}}.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_coverImage__QSr10{left:24%;top:5%}.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm{height:100%;margin:0 auto;overflow:hidden;position:relative;width:100%}@media screen and (max-width:500px)and (max-height:930px){.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm{width:100%!important}}@media screen and (max-aspect-ratio:1/1){.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm{width:80%}}@media screen and (max-height:830px)and (min-height:500px){.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm{width:80%;width:70%}}@media screen and (max-height:600px){.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm{width:60%}}@media screen and (max-height:500px){.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm{width:50%}}@media screen and (max-width:1280px){.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm{width:80%}}.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm .Template2_img1__qB7Rd{bottom:1%;height:98%;left:1%;position:absolute;right:1%;top:1%;width:98%;z-index:2}.Template2_Container1__JDdKX .Template2_Right__G7DqD .Template2_ImageContainer__7fjIm .Template2_img2__0Tdoc{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.Template2_Container1__JDdKX .Template2_RatingImg__Al4AY{align-items:center;bottom:3%;cursor:pointer;display:flex;height:9.77025rem;justify-content:center;position:absolute;right:4%;width:9.77025rem;z-index:5}@media screen and (max-width:800px){.Template2_Container1__JDdKX .Template2_RatingImg__Al4AY{bottom:1rem;height:7.5rem;width:7.5rem}}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container1__JDdKX .Template2_RatingImg__Al4AY{bottom:30%;left:5%}}.Template2_Container1__JDdKX .Template2_RatingImg__Al4AY img{height:100%;width:100%}.Template2_Container1__JDdKX .Template2_RatingImg__Al4AY span{color:#fff;font-family:Poppins;font-size:2rem;font-style:normal;font-weight:600;line-height:normal;position:absolute}@media screen and (max-width:800px){.Template2_Container1__JDdKX .Template2_RatingImg__Al4AY span{font-size:1.5rem}}.Template2_Container2__NKfTF{display:flex;gap:3rem;height:100vh;overflow:hidden;width:100%}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container2__NKfTF{flex-direction:column}}.Template2_Container2__NKfTF .Template2_Left__-eK9l{align-items:center;display:flex;flex-basis:60%;flex-direction:column;height:100%;padding-top:2rem}@media screen and (max-width:830px)and (min-height:500px){.Template2_Container2__NKfTF .Template2_Left__-eK9l{flex-basis:55%;padding-top:5rem}}@media screen and (max-width:830px)and (min-height:500px)and (max-height:750px){.Template2_Container2__NKfTF .Template2_Left__-eK9l{padding-top:1rem}}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:50rem;position:relative;width:50rem}@media screen and (max-height:740px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:45rem;width:45rem}}@media screen and (max-height:665px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:42rem;width:42rem}}@media screen and (max-height:640px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:48rem;width:48rem}}@media screen and (max-height:600px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:45rem;width:45rem}}@media screen and (max-height:580px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:40rem;width:40rem}}@media screen and (max-width:425px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:45rem;width:45rem}}@media screen and (max-width:570px)and (max-height:750px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:45rem;width:45rem}}@media screen and (max-width:470px)and (max-height:930px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:40rem;width:40rem}}@media screen and (max-width:1410px)and (max-height:670px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:40rem;width:40rem}}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY-{height:38rem;width:38rem}}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_IntroImage__HyTCr{left:10%;top:40%}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_IntroImage1__b4Yjy{bottom:0;left:0}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_IntroImage2__DfSpG{bottom:-10%;left:45%}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_IntroImage3__FAqDw{bottom:12%;right:4%}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_MainImage__v25KY{align-items:center;background:#ddad51;border-radius:50%;display:flex;height:100%;justify-content:center;overflow:hidden;padding:1.2rem;position:relative;width:100%}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_MainImage__v25KY:after{background:#fff;bottom:0;content:"";height:20rem;position:absolute;right:0;width:70%;z-index:1}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_MainImage__v25KY div{z-index:2}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_MainImage__v25KY .Template2_pImg__50q6p{background:#ddad51;border-radius:50%;box-shadow:0 .5rem .5rem 0 #00000040;height:100%;width:100%;z-index:2}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r{background:#fff;border:.6rem solid #ddad51;border-radius:50%;box-shadow:1.25rem 1.25rem 1.93rem 0 #00000026;height:14rem;overflow:hidden;position:absolute;width:14rem;z-index:3}@media screen and (max-width:1410px)and (max-height:670px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r{height:12rem;width:12rem}}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r{height:10rem;width:10rem}}@media screen and (max-width:470px)and (max-height:930px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r{height:10rem;width:10rem}}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r img{height:100%;width:100%}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage1__GBSmW{bottom:-3.75rem;left:6.875rem}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage1__GBSmW{bottom:-2rem}}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-3.75rem;right:10rem}@media screen and (max-height:740px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-3.75rem;right:6rem}}@media screen and (max-width:1366px)and (max-height:665px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-3.75rem;right:4rem}}@media screen and (max-width:561px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-3.75rem;right:6rem}}@media screen and (max-width:425px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-3.75rem;right:6rem}}@media screen and (max-width:470px)and (max-height:700px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-3.75rem;right:2rem}}@media screen and (max-width:1410px)and (max-height:670px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-3.75rem;right:4rem}}@media screen and (max-width:1410px)and (max-height:600px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage2__6E2MU{bottom:-2rem}}.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage3__RW9\+z{bottom:11.25rem;right:-2.5rem}@media screen and (max-width:400px){.Template2_Container2__NKfTF .Template2_Left__-eK9l .Template2_ImageMainContainer__STYY- .Template2_subImage__cWO9r.Template2_subImage3__RW9\+z{right:-1.5rem}}.Template2_Container2__NKfTF .Template2_Right__G7DqD{flex-basis:40%;height:100%;padding-right:1rem;padding-top:20vh;position:relative}.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_EditTextIcon__k95wS{cursor:pointer;height:4rem;position:absolute;right:17%;top:23%;width:4rem}@media screen and (max-width:830px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_EditTextIcon__k95wS{left:20%;top:20%}}@media screen and (max-width:455px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_EditTextIcon__k95wS{left:10%;top:20%}}@media screen and (max-height:720px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:15vh}}@media screen and (max-width:830px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{flex-basis:45%;padding-left:2rem;padding-right:2rem;padding-top:0}}@media screen and (max-height:640px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:18vh}}@media screen and (max-height:640px)and (max-width:700px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:0}}@media screen and (max-height:600px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:15vh}}@media screen and (max-height:600px)and (max-width:700px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:0}}@media screen and (max-height:580px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:10vh}}@media screen and (max-height:580px)and (max-width:700px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:0}}@media screen and (max-height:550px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:0}}@media screen and (max-height:550px)and (max-width:900px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:0}}@media screen and (max-width:400px){.Template2_Container2__NKfTF .Template2_Right__G7DqD{padding-top:0}}.Template2_Container2__NKfTF .Template2_Right__G7DqD h2{color:#ddad51;font-family:Sedan SC;font-size:6rem;font-style:normal;font-weight:400;line-height:8rem}.Template2_Container2__NKfTF .Template2_Right__G7DqD h2 span{color:#ddad51;font-family:Sedan SC;font-size:4rem;font-style:normal;font-weight:400;line-height:8rem}.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_p__YKHaZ{color:#515151;font-family:Poppins;font-size:1.6rem;font-style:normal;font-weight:300;line-height:2.5rem;min-height:25rem;width:100%}.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_p__YKHaZ::-webkit-scrollbar{display:none}@media screen and (max-width:700px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_p__YKHaZ{font-size:1.4rem;min-height:15rem}}@media screen and (max-width:470px)and (max-height:700px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_p__YKHaZ{font-size:1.4rem;min-height:18rem}}.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO{align-items:center;display:flex;gap:5rem;justify-content:space-between;margin-top:1rem;padding-right:5.5rem}@media screen and (max-width:700px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO{padding-right:0}}@media screen and (max-width:700px)and (max-height:700px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO{margin-top:1rem}}@media screen and (max-height:600px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO{margin-top:2rem}}@media screen and (max-height:580px){.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO{margin-top:1rem}}.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO .Template2_button__6PRIY{align-items:center;background:#ddad51;border-radius:1.0015rem;box-shadow:6.6767368317px 6.6767368317px 20.030210495px 0 #00000040;cursor:pointer;display:flex;height:7.18694rem;justify-content:space-between;padding:0 4.125rem 0 2.437rem;width:17.88475rem}.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO .Template2_button__6PRIY h6{color:#fff;font-family:Poppins;font-size:1.46588rem;font-style:normal;font-weight:700;line-height:normal}.Template2_Container2__NKfTF .Template2_Right__G7DqD .Template2_ButtonContainer__3VnIO .Template2_button__6PRIY span{color:#fff;font-family:Poppins;font-size:1.46588rem;font-style:normal;font-weight:700;height:2.003rem;line-height:normal;width:2.003rem}.Template2_Container3__0h8qx{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding:1rem 0 4.81rem;width:100%}.Template2_Container3__0h8qx .Template2_Top__qsB0n{align-items:center;display:flex;gap:.562rem;justify-content:center;margin-bottom:1.687rem;position:relative;width:100%}@media screen and (max-width:460px){.Template2_Container3__0h8qx .Template2_Top__qsB0n{padding-bottom:2rem}}.Template2_Container3__0h8qx .Template2_Top__qsB0n h1{color:#ddad51;font-family:Sedan SC;font-size:3.85931rem;font-style:normal;font-weight:400;line-height:142%;text-transform:capitalize}@media screen and (max-width:460px){.Template2_Container3__0h8qx .Template2_Top__qsB0n h1{font-size:2.5rem}}.Template2_Container3__0h8qx .Template2_Top__qsB0n svg{height:4rem;width:16rem}@media screen and (max-width:460px){.Template2_Container3__0h8qx .Template2_Top__qsB0n svg{width:10rem}}.Template2_Container3__0h8qx .Template2_Top__qsB0n button{background:#0000;border:none;bottom:-10%;color:#ddad51;cursor:pointer;font-family:Sedan SC;font-size:1.6rem;font-style:normal;font-weight:400;letter-spacing:.1rem;line-height:142%;position:absolute;right:8%;text-decoration-line:underline}.Template2_Container3__0h8qx .Template2_Top__qsB0n button span{color:#ddad51;font-family:Sedan SC;font-size:2rem;font-weight:400;letter-spacing:.1rem}@media screen and (max-width:460px){.Template2_Container3__0h8qx .Template2_Top__qsB0n button{bottom:-5%;right:3%}}.Template2_Container3__0h8qx .Template2_Middle__C1Abm{align-items:center;display:flex;height:80vh;justify-content:center;margin-bottom:5.93rem;overflow:hidden;width:100%}@media screen and (max-width:725px){.Template2_Container3__0h8qx .Template2_Middle__C1Abm{height:70vh}}@media screen and (max-width:500px){.Template2_Container3__0h8qx .Template2_Middle__C1Abm{height:60vh}}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7{display:flex;gap:2.5rem;height:100%;overflow:hidden;position:relative;width:90.2rem}@media screen and (max-width:725px){.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7{width:100%}}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 input{display:none;position:absolute;top:0;z-index:10}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 input:first-child{left:1rem}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 input:nth-child(2){left:2rem}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 input:nth-child(3){left:3rem}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 input:nth-child(4){left:4rem}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 input:nth-child(5){left:5rem}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 .Template2_ImageWrapper__fGKa3{align-items:center;display:flex;justify-content:center;transition:.5s}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 .Template2_ImageWrapper__fGKa3 img{height:100%;object-fit:contain;width:100%}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 .Template2_ImageWrapper__fGKa3 video{max-height:100%;width:100%}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 .Template2_ImageWrapper__fGKa3 .Template2_ImgWrapperActive__FiZYF{align-items:center;background:#000;border-radius:6.6rem;box-shadow:14.4px 14.4px 21.6px 0 #11111126;display:flex;height:100%;justify-content:center;max-width:35rem;min-width:35rem;overflow:hidden;transition:.5s}.Template2_Container3__0h8qx .Template2_Middle__C1Abm .Template2_CarouseWrapper__dH9d7 .Template2_ImageWrapper__fGKa3 .Template2_ImgWrapperNormal__DvyLo{align-items:center;background:#000;border-radius:6.6rem;box-shadow:14.4px 14.4px 21.6px 0 #11111126;display:flex;height:80%;justify-content:center;max-width:25rem;min-width:25rem;overflow:hidden;transition:.5s}.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk .Template2_EditTextIcon__k95wS{cursor:pointer;height:4rem;left:38%;position:absolute;top:-8%;width:4rem}@media screen and (max-width:700px){.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk .Template2_EditTextIcon__k95wS{left:20%;top:20%}}@media screen and (max-width:455px){.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk .Template2_EditTextIcon__k95wS{left:10%;top:20%}}.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk h3{color:#ddad51;font-family:Sedan SC;font-size:1.98375rem;font-style:normal;font-weight:400;line-height:103.9%;margin-bottom:1.43rem;text-align:center}.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk .Template2_p__YKHaZ{color:#848484;font-family:Poppins;font-size:17.313px;font-style:normal;font-weight:300;line-height:162.4%;margin-bottom:1.7rem;min-height:10rem;text-align:center;width:30vw}@media screen and (max-width:725px){.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk .Template2_p__YKHaZ{width:90%}}.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk .Template2_p__YKHaZ::-webkit-scrollbar{display:none}.Template2_Container3__0h8qx .Template2_Bottom__\+QHNk h2{color:#ddad51;font-family:" Noto Serif";font-size:2.88919rem;font-style:normal;font-weight:400;line-height:101.4%}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}#Tem2post1:checked~#ActiveImageContainer{margin-left:27.5rem}@media screen and (max-width:500px){#Tem2post1:checked~#ActiveImageContainer{margin-left:17.5rem}}@media screen and (max-width:450px){#Tem2post1:checked~#ActiveImageContainer{margin-left:calc(50vw - 17.5rem)}}#Tem2post2:checked~#ActiveImageContainer{margin-left:0}@media screen and (max-width:500px){#Tem2post2:checked~#ActiveImageContainer{margin-left:-15rem}}@media screen and (max-width:450px){#Tem2post2:checked~#ActiveImageContainer{margin-left:calc(-50vw + 1.5rem)}}#Tem2post3:checked~#ActiveImageContainer{margin-left:-27.5rem}@media screen and (max-width:500px){#Tem2post3:checked~#ActiveImageContainer{margin-left:-40rem}}@media screen and (max-width:450px){#Tem2post3:checked~#ActiveImageContainer{margin-left:calc(-50vw - 26rem)}}#Tem2post4:checked~#ActiveImageContainer{margin-left:-55rem}@media screen and (max-width:500px){#Tem2post4:checked~#ActiveImageContainer{margin-left:-68.5rem}}@media screen and (max-width:450px){#Tem2post4:checked~#ActiveImageContainer{margin-left:calc(-50vw - 54rem)}}#Tem2post5:checked~#ActiveImageContainer{margin-left:-82.5rem}@media screen and (max-width:500px){#Tem2post5:checked~#ActiveImageContainer{margin-left:-95rem}}@media screen and (max-width:450px){#Tem2post5:checked~#ActiveImageContainer{margin-left:calc(-50vw - 80rem)}}.Template3_Template3Wrapper__PbCNb{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template3_Template3Wrapper__PbCNb::-webkit-scrollbar{display:none}.Template3_Template3Wrapper__PbCNb .Template3_Setting__1NFbE{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template3_Template3Wrapper__PbCNb .Template3_Template3__rQzbE{background:#fff;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template3_Template3Wrapper__PbCNb .Template3_Template3__rQzbE::-webkit-scrollbar{display:none}.Template3_Template3Wrapper__PbCNb .Template3_Template3__rQzbE section{scroll-snap-align:start;scroll-snap-stop:always}.Template3_container1__o\+upe{height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template3_container1__o\+upe .Template3_coverChangeIcon__1SXS-{height:3.5rem;left:47%;position:absolute;top:2%;width:3.5rem}.Template3_container1__o\+upe .Template3_coverImage__dS7Si{height:100%;width:100%}.Template3_container1__o\+upe .Template3_coverImage__dS7Si img{height:100%;object-fit:contain;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_coverImage__dS7Si img{height:70%;object-fit:cover}}.Template3_container1__o\+upe .Template3_coverFrame__Va6wX{height:100%;position:absolute;top:0;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_coverFrame__Va6wX{height:100%}}.Template3_container1__o\+upe .Template3_coverFrame__Va6wX img{height:100%;width:100%}.Template3_container1__o\+upe .Template3_RatingContainer__3BPAl{align-items:center;aspect-ratio:1/1;bottom:5%;cursor:pointer;display:flex;justify-content:center;position:absolute;right:16%;width:5.52rem;z-index:8}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_RatingContainer__3BPAl{bottom:22%;right:10%;width:6.52rem}}.Template3_container1__o\+upe .Template3_RatingContainer__3BPAl span{color:#fff;font-family:Poppins;font-size:.99213rem;font-style:normal;font-weight:500;line-height:normal;position:absolute}.Template3_container1__o\+upe .Template3_RatingContainer__3BPAl img{height:100%;width:100%}.Template3_container1__o\+upe .Template3_coverName__1H1PZ{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;display:flex;font-family:Poly;font-size:4.61106rem;font-style:normal;font-weight:400;height:6rem;justify-content:center;line-height:normal;max-width:80vh;position:absolute;right:8%;text-align:center;top:57%;transform:rotate(-90deg);white-space:nowrap;width:40rem}@media(max-width:1410px)and (max-height:562px){.Template3_container1__o\+upe .Template3_coverName__1H1PZ{right:10%}}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_coverName__1H1PZ{right:-6%;top:38%}}@media(max-width:670px)and (max-height:562px){.Template3_container1__o\+upe .Template3_coverName__1H1PZ{right:6%}}@media(max-width:630px)and (min-height:600px){.Template3_container1__o\+upe .Template3_coverName__1H1PZ{right:-21%;top:38%}}@media(max-width:400px){.Template3_container1__o\+upe .Template3_coverName__1H1PZ{right:-25%;top:38%}}.Template3_container1__o\+upe .Template3_buttons__e1eky{display:flex;flex-direction:column;gap:2rem;position:absolute;right:2rem;top:40%;z-index:10}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_buttons__e1eky{right:4rem;top:83%}}@media(max-width:380px){.Template3_container1__o\+upe .Template3_buttons__e1eky{top:81%}}.Template3_container1__o\+upe .Template3_buttons__e1eky .Template3_follow__tLBc\+{align-items:center;background:linear-gradient(117deg,#ff0000e6,#ff9c09 63.54%,#ff3d00);background:var(--gor,linear-gradient(117deg,#ff0000e6 0,#ff9c09 63.54%,#ff3d00 100%));border:none;border-radius:0 1.5625rem 0 0;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;gap:.6rem;letter-spacing:.07313rem;line-height:94.5%;padding:1rem 5rem 1rem 2rem;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_buttons__e1eky .Template3_follow__tLBc\+{font-size:2.3rem;padding:2rem 7rem 2rem 3rem}}@media(max-width:380px){.Template3_container1__o\+upe .Template3_buttons__e1eky .Template3_follow__tLBc\+{font-size:2.1rem;padding:2rem 6rem 2rem 3rem}}.Template3_container1__o\+upe .Template3_buttons__e1eky .Template3_message__PH994{border:1px solid #ffa41b;border-radius:0 0 0 1.5625rem;color:#ffa41b;cursor:pointer;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;letter-spacing:.07313rem;line-height:94.5%;padding:1.2rem 2rem 1.2rem 5rem;text-transform:uppercase}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_buttons__e1eky .Template3_message__PH994{font-size:2.3rem;padding:2rem 3rem 2rem 6rem}}@media(max-width:380px){.Template3_container1__o\+upe .Template3_buttons__e1eky .Template3_message__PH994{font-size:2.1rem;padding:2rem 3rem 2rem 6rem}}.Template3_container1__o\+upe .Template3_followerPost__wM7Wo{left:2rem;position:absolute;top:40%}@media(max-width:930px)and (min-height:600px){.Template3_container1__o\+upe .Template3_followerPost__wM7Wo{left:4rem;top:78%}}.Template3_container1__o\+upe .Template3_followerPost__wM7Wo h2{-webkit-text-fill-color:#0000;background:linear-gradient(117deg,#ff0000e6,#ff9c09 63.54%,#ff3d00);background:var(--gor,linear-gradient(117deg,#ff0000e6 0,#ff9c09 63.54%,#ff3d00 100%));background-clip:text;-webkit-background-clip:text;font-family:Inter;font-size:3.45438rem;font-style:normal;font-weight:800;line-height:94.5%}@media(max-width:650px){.Template3_container1__o\+upe .Template3_followerPost__wM7Wo h2{font-size:3.9155rem}}.Template3_container1__o\+upe .Template3_followerPost__wM7Wo h3{color:#000;font-family:Poppins;font-size:1.5155rem;font-style:normal;font-weight:500;letter-spacing:.13638rem;line-height:94.5%;text-transform:uppercase}@media(max-width:650px){.Template3_container1__o\+upe .Template3_followerPost__wM7Wo h3{font-size:1.9155rem}}.Template3_container1__o\+upe .Template3_followerPost__wM7Wo .Template3_follower__4AE0C{align-items:center;display:flex;flex-direction:column;gap:.6rem;margin-bottom:5rem}@media(max-width:380px){.Template3_container1__o\+upe .Template3_followerPost__wM7Wo .Template3_follower__4AE0C{margin-bottom:3rem}}.Template3_container1__o\+upe .Template3_followerPost__wM7Wo .Template3_post__N0IP3{align-items:center;display:flex;flex-direction:column;gap:.6rem;margin-left:6rem}.Template3_container2__hl4uO{height:100vh;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw}.Template3_container2__hl4uO .Template3_leftDot__bRyAO{height:3rem;left:1.22rem;position:absolute;top:1.22rem;width:8rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_leftDot__bRyAO{display:none}}.Template3_container2__hl4uO .Template3_leftDot__bRyAO img{height:100%;width:100%}.Template3_container2__hl4uO .Template3_rightDot__bF2Ma{bottom:1.22rem;height:3rem;position:absolute;right:1.22rem;width:8rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_rightDot__bF2Ma{display:none}}.Template3_container2__hl4uO .Template3_rightDot__bF2Ma img{height:100%;width:100%}.Template3_container2__hl4uO .Template3_myIntro__bng87{-webkit-text-fill-color:#0000;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;bottom:5.42vh;font-family:Poly;font-size:5.70681rem;font-style:italic;font-weight:400;line-height:normal;position:absolute;right:20rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_myIntro__bng87{display:none}}.Template3_container2__hl4uO .Template3_image_container__08sCo{display:flex;height:100%;position:absolute;width:100%}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame1__d3DUq{clip-path:polygon(40.5% 16%,41% 16%,29% 80%,28.5% 80%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame1__d3DUq{clip-path:polygon(50.5% 16%,51% 16%,18% 65%,17.5% 65%)}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame1__d3DUq img{height:98%;position:absolute;width:60%}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame2__pUGP9{clip-path:polygon(71.5% 16%,72% 16%,62% 70%,61.5% 70%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame2__pUGP9{clip-path:polygon(96.5% 16%,97% 16%,61.5% 70%,61% 70%)}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame2__pUGP9 img{height:98%;position:absolute;width:100%}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame3__R3p9X{clip-path:polygon(95.5% 42%,96% 42%,88.5% 81%,78% 81%,78% 80%,88% 80%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame3__R3p9X{clip-path:polygon(92% 87%,92.5% 87%,85.2% 99.3%,70% 99.3%,70% 99%,84.5% 99%)}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame3__R3p9X img{height:100%;position:absolute;width:100%}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame4__LpTtl{clip-path:polygon(90% 86%,90.5% 86%,88% 98%,9% 99%,9% 97%,87.5% 97%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame4__LpTtl{display:none}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame4__LpTtl img{height:98%;position:absolute;width:100%}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame5__IoSb5{clip-path:polygon(13% 6%,21% 6%,21% 7%,13.5% 7%,5% 51%,4.5% 51%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame5__IoSb5{clip-path:polygon(16% 1.3%,35% 1.3%,35% 1.5%,16.5% 1.5%,5% 20%,4.5% 20%)}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_frame5__IoSb5 img{height:98%;position:absolute;width:100%}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage1__S6nc7{clip-path:polygon(14% 8%,41.5% 8%,25% 96%,0 96%,0 81%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage1__S6nc7{clip-path:polygon(17% 2%,58% 2%,0 88%,0 29%)}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_editIntro1Icon__jeEJP{height:3.5rem;left:19%;position:absolute;top:12%;width:3.5rem}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage1__S6nc7 img{bottom:0;height:98%;position:absolute;width:42%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage1__S6nc7 img{height:87%;top:2%;width:58%}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage2__BI\+Ng{background:#b8d3dc;clip-path:polygon(44% 5%,73% 5%,56% 96%,27% 96%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage2__BI\+Ng{clip-path:polygon(63% 1%,100% 1%,100% 8%,40% 100%,0 100%,0 93%)}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_editIntro2Icon__7GeUv{height:3.5rem;left:49%;position:absolute;top:13%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_editIntro2Icon__7GeUv{left:58%}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage2__BI\+Ng img{height:100%;left:15%;position:absolute;width:64%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage2__BI\+Ng img{height:100%;left:0;top:0;width:100%}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage3__zrBv9{bottom:0;clip-path:polygon(100% 0,100% 12%,87% 79%,61.5% 79%,76% 0);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage3__zrBv9{clip-path:polygon(100% 14%,100% 73%,84% 98.5%,44% 98.5%)}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_editIntro3Icon__L2UOY{height:3.5rem;left:77%;position:absolute;top:10%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_editIntro3Icon__L2UOY{left:82%;top:42%}}.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage3__zrBv9 img{bottom:14rem;height:100%;position:absolute;right:0;width:40%}@media(max-width:930px)and (min-height:600px){.Template3_container2__hl4uO .Template3_image_container__08sCo .Template3_introImage3__zrBv9 img{bottom:0;height:87%;right:-6rem;width:67%}}.Template3_container3__qPklX{background-color:#fff;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX{max-height:200vh;min-height:160vh}}.Template3_container3__qPklX .Template3_EditTextIcon__hi48C{height:3.5rem;left:48vw;position:absolute;top:2vh;width:3.5rem;z-index:5}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_EditTextIcon__hi48C{left:8vw;top:99vh}}.Template3_container3__qPklX .Template3_bottomDot__cOIvo{bottom:3%;height:4rem;position:absolute;right:2%;width:8rem}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_bottomDot__cOIvo{bottom:6%;height:5rem;right:6%;width:12rem}}.Template3_container3__qPklX .Template3_bottomDot__cOIvo img{height:100%;width:100%}.Template3_container3__qPklX .Template3_myIntro__bng87{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;display:flex;display:none;font-family:Poly;font-size:5.70681rem;font-style:italic;font-weight:400;justify-content:center;line-height:normal;margin-top:4rem;position:absolute;top:0;width:100%;z-index:9}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_myIntro__bng87{display:flex}}.Template3_container3__qPklX .Template3_galleryImage__FFI99{height:100%;position:relative;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_galleryImage__FFI99{min-height:100vh;width:100%}}.Template3_container3__qPklX .Template3_galleryImage__FFI99 img{height:100%;object-fit:contain;width:50%}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_galleryImage__FFI99 img{height:100%;max-height:100vh;position:absolute;top:0;width:100%}}.Template3_container3__qPklX .Template3_introChangeIcon__2z6ns{height:3.5rem;left:3rem;position:absolute;top:2rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_introChangeIcon__2z6ns{left:28rem;top:24rem}}.Template3_container3__qPklX .Template3_galleryFrame__EOo9T{height:100%;position:absolute;top:0;width:100%}.Template3_container3__qPklX .Template3_galleryFrame__EOo9T img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_galleryFrame__EOo9T{height:100vh;max-height:100vh;min-width:100vw}}.Template3_container3__qPklX .Template3_galleryDesc__Hq3eB{-webkit-box-orient:vertical;-webkit-line-clamp:6;color:#000;display:-webkit-box;font-family:Inter;font-size:2rem;font-style:normal;font-weight:500;line-height:163.5%;max-width:50vw;overflow:hidden;position:absolute;right:5%;text-align:center;top:10%;width:49.244rem}.Template3_container3__qPklX .Template3_galleryDesc__Hq3eB::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_galleryDesc__Hq3eB{-webkit-line-clamp:11;min-width:80vw;right:10%;top:103%}}.Template3_container3__qPklX .Template3_buttons__e1eky{display:flex;flex-direction:column;gap:4rem;max-width:50vw;position:absolute;right:5rem;top:60%;width:50rem}@media(max-width:930px)and (min-height:600px){.Template3_container3__qPklX .Template3_buttons__e1eky{min-width:90vw;right:4rem;top:128%}}.Template3_container3__qPklX .Template3_buttons__e1eky button span{cursor:pointer}.Template3_container3__qPklX .Template3_buttons__e1eky button{-webkit-text-fill-color:#0000;background:linear-gradient(117deg,#ff0000e6,#ff9c09 63.54%,#ff3d00);background:var(--gor,linear-gradient(117deg,#ff0000e6 0,#ff9c09 63.54%,#ff3d00 100%));background-clip:text;-webkit-background-clip:text;border:none;font-family:Inter;font-size:4.23244rem;font-style:normal;font-weight:700;line-height:138%;position:relative;white-space:nowrap}.Template3_container3__qPklX .Template3_buttons__e1eky button:first-child{margin-right:32%}.Template3_container3__qPklX .Template3_buttons__e1eky button:before{border-top:2px solid #323232;bottom:-1rem;content:"";height:.1rem;position:absolute;width:25%}.Template3_container4__p53XO{display:flex;flex-direction:column;gap:2rem;height:100vh;position:relative;width:100%}.Template3_container4__p53XO h1{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;display:flex;font-family:Poly;font-size:5.70681rem;font-style:italic;font-weight:400;justify-content:space-between;line-height:normal;padding:0 10rem}@media screen and (max-width:700px){.Template3_container4__p53XO h1{flex-direction:column;padding:0 5rem}}@media screen and (max-width:550px){.Template3_container4__p53XO h1{padding:0 1rem}}.Template3_container4__p53XO h1 p{-webkit-text-fill-color:#0000;background:linear-gradient(179deg,#cc8d69,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%);background:var(--gold,linear-gradient(179deg,#cc8d69 0,#ed8a53 33.33%,#f86e42 63.02%,#e25629 92.19%));background-clip:text;-webkit-background-clip:text;color:#000;cursor:pointer;font-family:Poly;font-size:1.8rem;font-style:normal;font-weight:400;line-height:138%}.Template3_container4__p53XO .Template3_LeftArrow__e2KFL{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:2.5rem;height:3.5rem;justify-content:center;left:3%;position:absolute;top:40%;width:3.5rem}@media screen and (max-width:700px){.Template3_container4__p53XO .Template3_LeftArrow__e2KFL{left:1%}}@media screen and (max-width:550px){.Template3_container4__p53XO .Template3_LeftArrow__e2KFL{left:auto;right:15%;top:6.5%}}.Template3_container4__p53XO .Template3_RightArrow__bfzjC{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-size:2.5rem;height:3.5rem;justify-content:center;position:absolute;right:3%;top:40%;width:3.5rem}@media screen and (max-width:700px){.Template3_container4__p53XO .Template3_RightArrow__bfzjC{right:1%}}@media screen and (max-width:550px){.Template3_container4__p53XO .Template3_RightArrow__bfzjC{left:auto;right:6%;top:6.5%}}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ{height:100%;overflow:hidden;padding:0 10rem;width:100%}@media screen and (max-width:700px){.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ{padding:0 5rem}}@media screen and (max-width:550px){.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ{padding:0 1rem}}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI{height:100%;overflow:hidden;width:100%}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_CarouselContainer__Slx0e{display:flex;height:100%;position:relative;width:100%}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_CarouselContainer__Slx0e input{display:none}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveImageContainer__lp8RQ{align-items:center;background:#000;display:flex;height:100%;justify-content:center;max-width:50rem;min-width:50rem;overflow:hidden;position:relative;transition:.5s;z-index:2}@media screen and (max-width:550px){.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveImageContainer__lp8RQ{max-width:100%;min-width:100%}}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveImageContainer__lp8RQ img{height:100%;object-fit:contain;width:100%}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ImageContainer__irywN{align-items:center;background:#000;display:flex;height:100%;justify-content:center;margin-left:0;margin-right:-20rem;max-width:50rem;min-width:50rem;overflow:hidden;position:relative;transition:.5s;z-index:1}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ImageContainer__irywN img{height:100%;object-fit:cover;width:100%}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveFloatingContainer__d6C8P{align-items:center;-webkit-backdrop-filter:blur(3.8436608315px);backdrop-filter:blur(3.8436608315px);background:#0f0f0f99;bottom:1.86rem;display:flex;gap:4rem;height:5.69688rem;left:50%;padding:0 2.87rem 0 2.16rem;position:absolute;transform:translateX(-50%);transition:.5s;width:46.53575rem}@media screen and (max-width:500px){.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveFloatingContainer__d6C8P{max-width:100%;min-width:100%}}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveFloatingContainer__d6C8P .Template3_Left__waymt{color:#fff;flex:1 1;font-family:Poppins;font-size:1.125rem;font-style:normal;font-weight:400;line-height:123.4%}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveFloatingContainer__d6C8P .Template3_Right__X0Vu8{align-items:center;display:flex;gap:2rem;height:2rem}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveFloatingContainer__d6C8P .Template3_Right__X0Vu8 .Template3_Icon__aKsOf{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:100%;overflow:hidden}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveFloatingContainer__d6C8P .Template3_Right__X0Vu8 .Template3_Icon__aKsOf img{height:100%;object-fit:contain;width:100%}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_ActiveFloatingContainer__d6C8P .Template3_Right__X0Vu8 .Template3_Icon__aKsOf p{color:#fff;font-family:Poppins;font-size:1.46006rem;font-style:normal;font-weight:600;height:1.8rem;line-height:123.4%;width:1.8rem}.Template3_container4__p53XO .Template3_sliderContainer__rnxCQ .Template3_CarouselWrapper__Mm0vI .Template3_DisableFloatingContainer__bkALL{transition:.5s}.Template3_container4__p53XO .Template3_shortMessage__Hf-DO{color:#323232;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:10rem;margin:auto;max-height:12vh;text-align:center;width:50vw}.Template3_container4__p53XO .Template3_shortMessage__Hf-DO::-webkit-scrollbar{display:none}.Template3_container4__p53XO h4{color:#323232;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:400;line-height:94.5%;margin:0 auto;padding-bottom:2rem;text-align:center;width:100%}#temp3post1:checked~#ActiveImageContainer{margin-left:20rem}@media screen and (max-width:550px){#temp3post1:checked~#ActiveImageContainer{margin-left:0}}#temp3post2:checked~#ActiveImageContainer{margin-left:-10rem}@media screen and (max-width:550px){#temp3post2:checked~#ActiveImageContainer{margin-left:-30rem}}#temp3post3:checked~#ActiveImageContainer{margin-left:-40rem}@media screen and (max-width:550px){#temp3post3:checked~#ActiveImageContainer{margin-left:-60rem}}#temp3post4:checked~#ActiveImageContainer{margin-left:-70rem}@media screen and (max-width:550px){#temp3post4:checked~#ActiveImageContainer{margin-left:-90rem}}#temp3post5:checked~#ActiveImageContainer{margin-left:-100rem}@media screen and (max-width:550px){#temp3post5:checked~#ActiveImageContainer{margin-left:-120rem}}.Template4_Template4Wrapper__4aOsR{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template4_Template4Wrapper__4aOsR::-webkit-scrollbar{display:none}.Template4_Template4Wrapper__4aOsR .Template4_Setting__Hmd-7{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template4_Template4Wrapper__4aOsR .Template4_Template4__sY9KX{background:#fff;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template4_Template4Wrapper__4aOsR .Template4_Template4__sY9KX::-webkit-scrollbar{display:none}.Template4_Template4Wrapper__4aOsR .Template4_Template4__sY9KX section{scroll-snap-align:start;scroll-snap-stop:always}.Template4_container1__Adowh{background:#222321;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template4_container1__Adowh .Template4_coverChangeIcon__OQjeL{height:3.5rem;position:absolute;right:4rem;top:2rem;width:3.5rem}.Template4_container1__Adowh .Template4_coverImage__WMYtb{height:100%;position:relative;width:100%}.Template4_container1__Adowh .Template4_coverImage__WMYtb:after{aspect-ratio:1/1;border-right:5px solid #ff2727;border-top:5px solid #ff2727;content:"";position:absolute;right:0;top:0;width:7rem;z-index:1}@media(max-width:1410px)and (max-height:570px){.Template4_container1__Adowh .Template4_coverImage__WMYtb:after{width:4rem}}.Template4_container1__Adowh .Template4_coverImage__WMYtb:before{aspect-ratio:1/1;border-bottom:5px solid #ff2727;border-left:5px solid #ff2727;bottom:0;content:"";left:0;position:absolute;width:7rem;z-index:1}@media(max-width:1410px)and (max-height:580px){.Template4_container1__Adowh .Template4_coverImage__WMYtb:before{width:4rem}}.Template4_container1__Adowh .Template4_coverImage__WMYtb img{height:100%;width:100%}.Template4_container1__Adowh .Template4_coverFrame__02cu9{height:100%;position:absolute;top:0;width:100%}.Template4_container1__Adowh .Template4_coverFrame__02cu9 img{height:100%;width:100%}.Template4_container1__Adowh .Template4_buttons__FnOHY{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:50%;bottom:-5rem;display:flex;flex-direction:column;gap:4rem;justify-content:center;max-width:30vw;position:absolute;right:-4rem;width:36.84119rem}@media(max-width:930px)and (min-height:600px){.Template4_container1__Adowh .Template4_buttons__FnOHY{min-width:70vw}}.Template4_container1__Adowh .Template4_buttons__FnOHY button{background:#0000;border:none;color:#010101;cursor:pointer;font-family:Poppins;font-size:2.932rem;font-style:italic;font-weight:600;letter-spacing:.29319rem;line-height:normal;position:relative;text-transform:uppercase}.Template4_container1__Adowh .Template4_buttons__FnOHY button:first-child:after{border:2px solid #000;bottom:-25%;content:"";left:10%;position:absolute;width:50%}.Template4_container1__Adowh .Template4_followers__aimBy{align-items:center;aspect-ratio:1/1;background:#fff;border-radius:50%;bottom:13%;display:flex;flex-direction:column;justify-content:center;max-width:15vw;position:absolute;right:23%;width:18.28538rem}@media(max-width:1410px)and (max-height:570px){.Template4_container1__Adowh .Template4_followers__aimBy{bottom:14%;right:23%}}@media(max-width:930px)and (min-height:600px){.Template4_container1__Adowh .Template4_followers__aimBy{bottom:5%;min-width:30vw;right:54%}}.Template4_container1__Adowh .Template4_followers__aimBy .Template4_followerCount__PzU7Y{color:#010101;font-family:Poppins;font-size:4.31813rem;font-style:normal;font-weight:800;letter-spacing:.43181rem;line-height:normal;text-transform:uppercase}.Template4_container1__Adowh .Template4_followers__aimBy .Template4_textFollower__47XhQ{color:#010101;font-family:Poppins;font-size:1.37931rem;font-style:italic;font-weight:600;letter-spacing:.13794rem;line-height:normal;text-transform:uppercase}.Template4_container1__Adowh .Template4_nameIcon__pz5ej{background:#fff;border-radius:0 3.75rem 0 0;display:flex;flex-direction:column;height:56.58244rem;max-height:82vh;max-width:9rem;min-height:75vh;position:absolute;top:6%;width:11.04031rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template4_container1__Adowh .Template4_nameIcon__pz5ej{border-radius:0 3.28306rem 0 0;color:red;height:44.01763rem;max-height:70vh;max-width:24rem;min-height:70vh;top:17%;width:20vw}}.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_name__whVPl{align-items:center;display:flex;height:80%;justify-content:center;width:calc(85vh - 80%);width:100%}.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_name__whVPl .Template4_coverName__lrEf7{align-items:center;color:#000;display:flex;font-family:Poppins;font-size:2vh;font-style:normal;font-weight:500;height:-moz-fit-content;height:fit-content;justify-content:flex-start;line-height:100%;max-width:68vh;min-width:60vh;overflow:scroll;padding:1rem .2rem;text-align:center;transform:rotate(270deg);white-space:nowrap;width:35rem}@media(max-width:950px){.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_name__whVPl .Template4_coverName__lrEf7{font-size:4.726rem!important}}@media(max-width:930px)and (min-height:600px){.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_name__whVPl .Template4_coverName__lrEf7{font-size:5rem!important;min-width:55vh}}@media(max-width:380px){.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_name__whVPl .Template4_coverName__lrEf7{min-width:47vh}}@media(max-width:380px)and (max-height:680px){.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_name__whVPl .Template4_coverName__lrEf7{min-width:47vh}}.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_name__whVPl .Template4_coverName__lrEf7::-webkit-scrollbar{display:none}.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_icon__dZesF{align-items:center;display:flex;height:20%;justify-content:center;width:100%}.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_icon__dZesF .Template4_iconContainer__xShnT{fill:linear-gradient(180deg,#2f2f2f,#35343400);align-items:center;aspect-ratio:1/1;-webkit-backdrop-filter:blur(2.7964379787px);backdrop-filter:blur(2.7964379787px);background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;color:#fff;display:flex;font-family:Poppins;font-size:.97725rem;font-style:normal;font-weight:600;justify-content:center;line-height:normal;max-width:7vh;min-width:6.7vw;width:5.44188rem}@media(max-width:930px)and (min-height:600px){.Template4_container1__Adowh .Template4_nameIcon__pz5ej .Template4_icon__dZesF .Template4_iconContainer__xShnT{width:7.44rem}}.Template4_container2__wEsJV{align-items:center;display:flex;height:100vh;justify-content:center;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100vw}.Template4_container2__wEsJV .Template4_introImage__qde-H{height:100vh;position:relative;transform:rotate(-16deg) scaleX(1.32);width:100vw}.Template4_container2__wEsJV .Template4_introImage__qde-H img{height:100%;width:100%}.Template4_container2__wEsJV .Template4_introImage__qde-H .Template4_introFrame__lzZxV{height:100%;left:0;position:absolute;top:0;width:100%}.Template4_container2__wEsJV .Template4_introImage__qde-H .Template4_introFrame__lzZxV img{height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container2__wEsJV .Template4_introImage__qde-H{height:80%;top:-6%;transform:rotate(-16deg) scaleX(1.62)}}.Template4_container2__wEsJV .Template4_introImage__qde-H .Template4_introChangeIcon__xMO5v{height:3.5rem;position:absolute;right:25rem;top:16rem;transform:rotate(16deg);width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__wEsJV .Template4_introImage__qde-H .Template4_introChangeIcon__xMO5v{right:5rem;top:5rem}}.Template4_container2__wEsJV .Template4_introImage__qde-H .Template4_introChangeIcon__xMO5v img{border-radius:0}.Template4_container2__wEsJV .Template4_myIntro__Axj9g{color:#010101;font-family:Poppins;font-size:3.98863rem;font-style:italic;font-weight:600;left:2rem;letter-spacing:.39888rem;line-height:normal;position:absolute;text-transform:uppercase;top:4rem;transform:rotate(-16deg);z-index:2}@media(max-width:930px)and (min-height:600px){.Template4_container2__wEsJV .Template4_myIntro__Axj9g{font-size:2.3rem;letter-spacing:.15rem;top:2rem}}.Template4_container2__wEsJV .Template4_buttonWrapper__XURc6{bottom:2rem;display:flex;flex-direction:column;gap:.3rem;position:absolute;right:4rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__wEsJV .Template4_buttonWrapper__XURc6{bottom:4rem}}.Template4_container2__wEsJV .Template4_buttonWrapper__XURc6 button{background-color:#0000;border:none;color:#010101;cursor:pointer;font-family:Poppins;font-size:1.91088rem;font-style:normal;font-weight:700;letter-spacing:.19106rem;line-height:normal;text-transform:uppercase}.Template4_container2__wEsJV .Template4_buttonWrapper__XURc6 button:nth-child(2){margin-left:10rem}.Template4_container2__wEsJV .Template4_descWrapper__3bWpT{align-items:center;-webkit-backdrop-filter:blur(6.8477778435px);backdrop-filter:blur(6.8477778435px);background:#0c0c0c54;bottom:-1rem;display:flex;height:12.07075rem;position:absolute;transform:rotate(-16deg);width:164.74894rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__wEsJV .Template4_descWrapper__3bWpT{bottom:13rem;width:120vw}}.Template4_container2__wEsJV .Template4_descWrapper__3bWpT .Template4_EditTextIcon__Ilv-k{bottom:60%;height:3.5rem;left:40%;position:absolute;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container2__wEsJV .Template4_descWrapper__3bWpT .Template4_EditTextIcon__Ilv-k{bottom:80%;left:15%}}.Template4_container2__wEsJV .Template4_descWrapper__3bWpT .Template4_desc__UBmcu{color:#fff;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:500;left:46%;line-height:normal;max-height:10rem;overflow-y:scroll;position:relative;width:55.18331rem}.Template4_container2__wEsJV .Template4_descWrapper__3bWpT .Template4_desc__UBmcu::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template4_container2__wEsJV .Template4_descWrapper__3bWpT .Template4_desc__UBmcu{font-size:1.1875rem;left:10%;max-width:90vw}}.Template4_container3__-a3Qk{height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template4_container3__-a3Qk .Template4_int1ChangeIcon__XC6gb{height:3.5rem;left:4rem;position:absolute;top:2rem;width:3.5rem}.Template4_container3__-a3Qk .Template4_int2ChangeIcon__s4Mpk{height:3.5rem;position:absolute;right:4rem;top:2rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_int2ChangeIcon__s4Mpk{top:45%}}.Template4_container3__-a3Qk .Template4_int3ChangeIcon__VPwLR{height:3.5rem;position:absolute;right:4rem;top:50%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_int3ChangeIcon__VPwLR{right:3rem;top:90%}}.Template4_container3__-a3Qk .Template4_image_container__j2Abq{display:flex;height:100%;position:absolute;width:100%}.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage1__Z3MLS{clip-path:polygon(0 0,0 68%,68% 0);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage1__Z3MLS{clip-path:polygon(0 0,100% 0,100% 25%,0 43%)}}.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage1__Z3MLS img{height:70%;position:absolute;width:68%}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage1__Z3MLS img{height:44%;width:100%}}.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage2__fj\+DV{background:#b8d3dc;clip-path:polygon(70% 0,100% 0,100% 17%,18% 100%,0 100%,0 70%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage2__fj\+DV{clip-path:polygon(0 45%,100% 27%,100% 57%,0 75%)}}.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage2__fj\+DV img{height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage2__fj\+DV img{background-color:#000;height:51%;left:0;top:24.5%;width:100%}}.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage3__dOxP4{bottom:0;clip-path:polygon(100% 20%,20% 100%,100% 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage3__dOxP4{clip-path:polygon(0 77%,100% 59%,100% 100%,0 100%)}}.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage3__dOxP4 img{bottom:0;height:80%;position:absolute;right:0;width:80%}@media(max-width:930px)and (min-height:600px){.Template4_container3__-a3Qk .Template4_image_container__j2Abq .Template4_coverImage3__dOxP4 img{height:42%;width:100%}}.Template4_container4__kbZyc{height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template4_container4__kbZyc .Template4_headerSection__S2Sct{align-items:center;display:flex;height:10%;justify-content:space-between;padding:0 5rem;width:100%}.Template4_container4__kbZyc .Template4_headerSection__S2Sct .Template4_myGallery__9pUgo{color:#000;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:500;line-height:normal}.Template4_container4__kbZyc .Template4_headerSection__S2Sct .Template4_viewAll__j7gvG{color:#6d6d6d;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;line-height:normal}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb{height:65%;width:100%}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:50vh;max-width:50vw;min-height:50vh;position:relative;width:95.70431rem}@media(max-width:930px)and (min-height:600px){.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW{min-height:58vh;min-width:90vw}}@media(max-width:400px){.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW{max-height:55vh}}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_imageSection__mXW2B{background-color:#010101;border-radius:2.57763rem;height:100%;width:100%}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_imageSection__mXW2B img{border-radius:2.57763rem;height:100%;object-fit:contain;width:100%}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;bottom:0;display:flex;justify-content:space-between;position:absolute;width:100%}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_desc__UBmcu{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_like__arC4h{align-items:center;display:flex;justify-content:center}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_like__arC4h img{height:4.5rem;width:4.5rem}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_like__arC4h p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk{gap:1rem}}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_Icon__MzpN1{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:5.8rem;margin-top:.4rem;width:6.4rem}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_Icon__MzpN1 img{height:100%;width:100%}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_Icon__MzpN1 p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_comment__PD\+Kz{align-items:center;display:flex;justify-content:center}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_comment__PD\+Kz .Template4_commentIcon__6IcSF{height:5.185675rem;width:4.132rem}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_comment__PD\+Kz .Template4_commentIcon__6IcSF img{height:100%;object-fit:cover;width:100%}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_comment__PD\+Kz .Template4_commentCount__oETBM{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_shareIcon__nVkmp{height:6.285675rem;width:4rem}.Template4_container4__kbZyc .Template4_carouselSection__RSrfb .Template4_activeContainer__UyqAW .Template4_below__gBLv\+ .Template4_icons__HIIyk .Template4_shareIcon__nVkmp img{height:100%;object-fit:cover;width:100%}.Template4_container4__kbZyc .Template4_footer__yYMcW{align-items:center;display:flex;flex-direction:column;height:25%;justify-content:space-evenly;margin:auto;position:relative;width:max-content}.Template4_container4__kbZyc .Template4_footer__yYMcW .Template4_EditTextIcon__Ilv-k{height:3.5rem;left:-5rem;position:absolute;top:0;width:3.5rem;z-index:5}@media(max-width:930px)and (min-height:600px){.Template4_container4__kbZyc .Template4_footer__yYMcW .Template4_EditTextIcon__Ilv-k{bottom:92%;left:17%}}.Template4_container4__kbZyc .Template4_footer__yYMcW .Template4_thankDesc__ACLfM{color:#000;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:60%;line-height:172%;max-height:60%;max-width:70vw;text-align:center;width:48.51713rem}.Template4_container4__kbZyc .Template4_footer__yYMcW .Template4_thankDesc__ACLfM::-webkit-scrollbar{display:none}.Template4_container4__kbZyc .Template4_footer__yYMcW .Template4_thanku__9-WcT{color:#000;font-family:Playball;font-size:2rem;font-style:normal;font-weight:400;line-height:94.5%}html::-webkit-scrollbar{display:none}.Template5_Template5Wrapper__FidVS{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template5_Template5Wrapper__FidVS::-webkit-scrollbar{display:none}.Template5_Template5Wrapper__FidVS .Template5_Setting__\+Y21N{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template5_Template5Wrapper__FidVS .Template5_Template5__pJMXo{background:#fff;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template5_Template5Wrapper__FidVS .Template5_Template5__pJMXo::-webkit-scrollbar{display:none}.Template5_Template5Wrapper__FidVS .Template5_Template5__pJMXo section{scroll-snap-align:start;scroll-snap-stop:always}.Template5_container1__lhmug{background-color:#0000;height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template5_container1__lhmug .Template5_star__rfakS{align-items:center;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:2.30219rem;font-style:normal;font-weight:600;height:8.2565rem;justify-content:center;left:4%;line-height:normal;position:absolute;top:4%;width:8.2565rem;z-index:15}@media(max-width:930px)and (min-height:600px){.Template5_container1__lhmug .Template5_star__rfakS{height:3.98419rem;min-height:12vw;min-width:12vw;top:2%;width:3.98419rem}}@media(max-width:500px)and (min-height:600px){.Template5_container1__lhmug .Template5_star__rfakS{height:3.98419rem;min-height:16vw;min-width:16vw;top:2%;width:3.98419rem}}.Template5_container1__lhmug .Template5_follower__kYcAG{align-items:center;display:flex;flex-direction:column;left:6%;max-width:-moz-fit-content;max-width:fit-content;position:absolute;top:75%;transform:rotate(-21.387deg);z-index:6}@media(max-width:1410px)and (max-height:570px){.Template5_container1__lhmug .Template5_follower__kYcAG{left:6%;transform:rotate(-14.995deg)}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__lhmug .Template5_follower__kYcAG{left:7%;transform:rotate(-15.995deg)}}@media(max-width:930px)and (min-height:600px){.Template5_container1__lhmug .Template5_follower__kYcAG{left:38%;top:5%}}@media(max-width:440px){.Template5_container1__lhmug .Template5_follower__kYcAG{left:38%;top:5%;transform:rotate(-29.995deg)}}.Template5_container1__lhmug .Template5_follower__kYcAG .Template5_followerCount__ueCpb{align-items:center;color:#010101;display:flex;font-family:Poppins;font-size:4.49138rem;font-size:minmax(2rem,6rem);font-style:italic;font-weight:700;height:4rem;justify-content:center;line-height:normal;overflow:hidden;width:12rem}.Template5_container1__lhmug .Template5_follower__kYcAG .Template5_textFollower__lJcMc{color:#010101;font-family:Poppins;font-size:1.37538rem;font-style:normal;font-weight:600;line-height:normal}.Template5_container1__lhmug .Template5_nameFrame__Vt572{align-items:center;background-color:#140a29;border:1px solid #000;border-radius:4rem;bottom:17%;display:flex;height:8vh;justify-content:center;left:25%;min-height:4.3rem;position:absolute;width:55vw;z-index:5}@media(max-width:1950px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:18%}}@media(max-width:1420px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:16.7%}}@media(max-width:1280px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:18%}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:16.5%}}@media(max-width:1024px)and (max-height:500px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:18.15%}}@media(max-width:854px)and (max-height:500px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:17.55%}}@media(max-width:754px)and (max-height:500px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:16.55%}}@media(max-width:930px)and (min-height:600px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{border-radius:5rem;bottom:10%;height:9.4vh;width:70vw}}@media(max-width:440px){.Template5_container1__lhmug .Template5_nameFrame__Vt572{bottom:11%;height:9vh;left:25%;width:75vw}}.Template5_container1__lhmug .Template5_nameFrame__Vt572 .Template5_coverName__xI3E1{color:#fff;font-family:Bebas Neue;font-size:3.97088rem;font-style:normal;font-weight:400;height:4.844rem;overflow-x:hidden;text-align:center;width:60vw}.Template5_container1__lhmug .Template5_nameFrame__Vt572 .Template5_coverName__xI3E1::-webkit-scrollbar{display:none}.Template5_container1__lhmug button{background:#0000;border:none;color:#010101;cursor:pointer;font-family:Inter;font-size:2.625rem;font-style:normal;font-weight:800;letter-spacing:.525rem;line-height:normal;text-transform:uppercase;transform:rotate(-18.995deg)}.Template5_container1__lhmug .Template5_message__8jTD4{position:absolute;right:14%;top:79%;z-index:6}@media(max-width:1420px)and (max-height:570px){.Template5_container1__lhmug .Template5_message__8jTD4{right:16%;top:78%}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__lhmug .Template5_message__8jTD4{right:16%;top:78%}}@media(max-width:930px)and (min-height:600px){.Template5_container1__lhmug .Template5_message__8jTD4{left:-45%;top:84%;transform:rotate(-22.688deg)}}@media(max-width:530px)and (min-height:600px){.Template5_container1__lhmug .Template5_message__8jTD4{left:-45%;top:84%;transform:rotate(-35.688deg)}}@media(max-width:440px){.Template5_container1__lhmug .Template5_message__8jTD4{font-size:2.6rem;left:-42%;top:83%;transform:rotate(-31.688deg)}}@media(max-width:380px){.Template5_container1__lhmug .Template5_message__8jTD4{font-size:2.4rem;font-size:2.3rem;left:-45%;top:83%;transform:rotate(-28.688deg)}}.Template5_container1__lhmug .Template5_follow__shrI5{position:absolute;right:2%;top:80%;z-index:6}@media(max-width:1420px)and (max-height:570px){.Template5_container1__lhmug .Template5_follow__shrI5{right:2%;top:76%}}@media(max-width:1280px)and (max-height:577px){.Template5_container1__lhmug .Template5_follow__shrI5{right:2%;top:76%}}@media(max-width:930px)and (min-height:600px){.Template5_container1__lhmug .Template5_follow__shrI5{right:3%;top:87%;transform:rotate(-21.688deg)}}@media(max-width:530px)and (min-height:600px){.Template5_container1__lhmug .Template5_follow__shrI5{right:5%;top:89%;transform:rotate(-35.688deg)}}@media(max-width:440px){.Template5_container1__lhmug .Template5_follow__shrI5{font-size:2.6rem;right:2%;top:88%;transform:rotate(-33.688deg)}}@media(max-width:380px){.Template5_container1__lhmug .Template5_follow__shrI5{font-size:2.2rem;right:2%;top:87%;transform:rotate(-30.688deg)}}.Template5_container1__lhmug .Template5_coverChangeIcon__RSWX1{filter:contrast(3);height:3.5rem;left:50%;position:absolute;top:10%;width:3.5rem;z-index:5}.Template5_container1__lhmug .Template5_editImageIcon__n3\+tO img{height:100%;object-fit:cover;width:100%}.Template5_container1__lhmug .Template5_coverImage__Ch1Mf{height:100%;overflow:hidden;position:absolute;top:0;width:100%}@media(max-width:650px){.Template5_container1__lhmug .Template5_coverImage__Ch1Mf{height:100%;width:100%}}.Template5_container1__lhmug .Template5_coverImage__Ch1Mf img{height:100%;width:100%}.Template5_container1__lhmug .Template5_frame__U3RLs{height:100%;position:absolute;top:0;width:100%}@media(max-width:930px)and (min-height:600px){.Template5_container1__lhmug .Template5_frame__U3RLs{height:100%;width:100%}.Template5_container1__lhmug .Template5_frame__U3RLs .Template5_desktopFrame__SJX7q{display:none}}.Template5_container1__lhmug .Template5_frame__U3RLs .Template5_mobileFrame__r5RLf{display:none}@media(max-width:930px)and (min-height:600px){.Template5_container1__lhmug .Template5_frame__U3RLs .Template5_mobileFrame__r5RLf{display:block}}.Template5_container1__lhmug .Template5_frame__U3RLs img{height:100%;width:100%}.Template5_container2__Alv1q{display:flex;height:100vh;max-height:100vh;max-width:100vw;width:100vw}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q{flex-direction:column}}.Template5_container2__Alv1q .Template5_hero__2sEqe{align-items:center;display:flex;height:100%;justify-content:center;width:45%}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q .Template5_hero__2sEqe{margin:auto;max-height:70vh;min-height:65vh;min-width:95%}}.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD{background-color:#fff;border-radius:2.92685rem;height:82.37925rem;max-height:95%;max-width:95%;overflow:hidden;position:relative;width:73.91375rem}.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{aspect-ratio:1/1;border:41.136px solid #ffffff4a;content:"";left:19%;position:absolute;top:15%;transform:rotate(-45deg);width:46%}@media(max-width:1950px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{left:20.5%;top:15%}}@media(max-width:1420px)and (max-height:570px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{border:27.598px solid #ffffff4a;left:23%;top:19%;width:42%}}@media(max-width:1280px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{border:33.598px solid #ffffff4a;width:44%}}@media(max-width:1280px)and (max-height:577px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{border:23.598px solid #ffffff4a;left:24%;top:18%;width:44%}}@media(max-width:1080px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{border:26.598px solid #ffffff4a;left:22%;width:44%}}@media(max-width:1080px)and (max-height:500px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{border:18.598px solid #ffffff4a;left:26%;width:38%}}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{border:23.598px solid #ffffff4a;left:24%;top:16%;width:45%}}@media(max-width:530px)and (min-height:600px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:after{border:23.598px solid #ffffff4a;left:21%;top:15%;width:45%}}.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:before{border:19.175px solid #fff;border-radius:3.2685rem;box-sizing:border-box;content:"";height:95%;left:2.5%;position:absolute;top:2.5%;width:95%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD:before{border:11px solid #fff;border-radius:1.875rem}}.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD .Template5_introChangeIcon__gSKYO{filter:contrast(3);height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD .Template5_editImageIcon__n3\+tO img{height:100%;width:100%}.Template5_container2__Alv1q .Template5_hero__2sEqe .Template5_leftImage__5NUfD img{border-radius:3.12685rem;height:100%;object-fit:cover;width:100%}.Template5_container2__Alv1q .Template5_content__Bxcxw{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:10rem 0;position:relative;width:55%}.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_EditTextIcon__9555y{height:3.5rem;left:1vw;position:absolute;top:28vh;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_EditTextIcon__9555y{left:2vw;top:4vh}}@media(max-width:1280px)and (max-height:577px){.Template5_container2__Alv1q .Template5_content__Bxcxw{padding:7rem 0}}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q .Template5_content__Bxcxw{margin-bottom:3rem;padding:0;width:100%}}.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_myIntro__\+4KbL{align-items:center;background:#140a29;border-radius:15.29869rem;color:#fff;display:flex;font-family:Poppins;font-size:3.67169rem;font-style:italic;font-weight:600;height:9.53944rem;justify-content:center;letter-spacing:.36719rem;line-height:normal;max-height:14vh;max-width:45vw;text-transform:uppercase;width:49.24769rem}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_myIntro__\+4KbL{height:7vh;min-width:68%}}.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_introDesc__BC2xM{color:#010101;font-family:Poppins;font-size:2.14181rem;font-style:normal;font-weight:500;line-height:normal;max-height:50vh;max-width:50vw;min-height:40vh;min-width:45vw;text-align:center;width:45.60706rem}.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_introDesc__BC2xM::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_introDesc__BC2xM{border:2px solid green;max-height:15vh;min-height:15vh;min-width:90%}}.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_buttons__7hrJE{display:flex;justify-content:space-evenly;width:100%}.Template5_container2__Alv1q .Template5_content__Bxcxw .Template5_buttons__7hrJE button{background:#0000;border:none;color:#010101;cursor:pointer;font-family:Poppins;font-size:2.44781rem;font-style:normal;font-weight:700;letter-spacing:.24475rem;line-height:normal;text-transform:uppercase}.Template5_container3__PG30Y{height:100vh;max-height:100vh;max-width:100vw;position:relative;width:100vw}.Template5_container3__PG30Y .Template5_intro2ChangeIcon__XUs5j{filter:contrast(3);height:3.5rem;position:absolute;right:2rem;top:2rem;width:3.5rem}.Template5_container3__PG30Y .Template5_editImageIcon__n3\+tO img{height:100%;object-fit:cover;width:100%}.Template5_container3__PG30Y .Template5_galleryImage__AZaae{height:100%;max-height:100vh;max-width:100vw;overflow:hidden;width:100%}.Template5_container3__PG30Y .Template5_galleryImage__AZaae img{height:100%;object-fit:cover;width:100%}.Template5_container3__PG30Y .Template5_frame__U3RLs{height:100%;left:0;max-height:100vh;max-width:100vw;position:absolute;top:0;width:100%}.Template5_container3__PG30Y .Template5_frame__U3RLs img{height:100%;object-fit:100% 100%;width:100%}.Template5_container3__PG30Y .Template5_border__2MyW6{border:8px solid #000;border-radius:2.6875rem 12.49544rem;height:63.01444rem;height:95vh;left:2.5vw;max-height:95vh;max-width:95vw;position:absolute;top:2.5vh;width:95vw}@media(max-width:930px)and (min-height:600px){.Template5_container3__PG30Y .Template5_border__2MyW6{border:8px solid #000;border-radius:2.6875rem 12.49544rem;height:56.28363rem;min-height:95vh;min-width:95vw;width:24.99088rem}}.Template5_container4__hKBzW{height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template5_container4__hKBzW .Template5_headerSection__XVRof{align-items:center;display:flex;height:10%;justify-content:space-between;padding:0 5rem;width:100%}.Template5_container4__hKBzW .Template5_headerSection__XVRof .Template5_myGallery__PXuCr{color:#000;font-family:Poppins;font-size:2.625rem;font-style:normal;font-weight:500;line-height:normal}.Template5_container4__hKBzW .Template5_headerSection__XVRof .Template5_viewAll__XVI8Y{color:#6d6d6d;font-family:Poppins;font-size:1.625rem;font-style:normal;font-weight:500;line-height:normal}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0{height:65%;width:100%}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:50vh;max-width:50vw;min-height:50vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG{min-height:58vh;min-width:90vw}}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_imageSection__MA8Tn{background-color:#010101;border-radius:2.57763rem;height:100%;width:100%}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_imageSection__MA8Tn img{border-radius:2.57763rem;height:100%;object-fit:contain;width:100%}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;bottom:0;display:flex;justify-content:space-between;position:absolute;width:100%}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_desc__XS92Q{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_like__yq7Zr{align-items:center;display:flex;justify-content:center}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_like__yq7Zr img{height:4.5rem;width:4.5rem}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_like__yq7Zr p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1{gap:1rem}}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_Icon__zQSU7{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:5.8rem;margin-top:.4rem;width:6.4rem}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_Icon__zQSU7 img{height:100%;width:100%}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_Icon__zQSU7 p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_comment__FGtql{align-items:center;display:flex;justify-content:center}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_comment__FGtql .Template5_commentIcon__Lu3LL{height:5.185675rem;width:4.132rem}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_comment__FGtql .Template5_commentIcon__Lu3LL img{height:100%;object-fit:cover;width:100%}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_comment__FGtql .Template5_commentCount__Orcs0{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_shareIcon__8Iipn{height:6.285675rem;width:4rem}.Template5_container4__hKBzW .Template5_carouselSection__g-Nb0 .Template5_activeContainer__rhHbG .Template5_below__xCQar .Template5_icons__nLBJ1 .Template5_shareIcon__8Iipn img{height:100%;object-fit:cover;width:100%}.Template5_container4__hKBzW .Template5_footer__z222k{align-items:center;display:flex;flex-direction:column;height:25%;justify-content:space-evenly;position:relative;width:100%}.Template5_container4__hKBzW .Template5_footer__z222k .Template5_EditTextIcon__9555y{bottom:18vh;height:3.5rem;left:18vw;position:absolute;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template5_container4__hKBzW .Template5_footer__z222k .Template5_EditTextIcon__9555y{bottom:23vh;left:4vw}}.Template5_container4__hKBzW .Template5_footer__z222k .Template5_thankDesc__hn\+VJ{color:#000;font-family:Poppins;font-size:1.375rem;font-style:normal;font-weight:400;height:60%;line-height:172%;max-height:60%;max-width:70vw;text-align:center;width:48.51713rem}@media(max-width:1950px)and (max-height:577px){.Template5_container4__hKBzW .Template5_footer__z222k .Template5_thankDesc__hn\+VJ{min-height:75%}}.Template5_container4__hKBzW .Template5_footer__z222k .Template5_thankDesc__hn\+VJ::-webkit-scrollbar{display:none}.Template5_container4__hKBzW .Template5_footer__z222k .Template5_thanku__Yvg3X{color:#000;font-family:Playball;font-size:2rem;font-style:normal;font-weight:400;line-height:94.5%}.Template6_Template6Wrapper__e4I9U{height:100%;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template6_Template6Wrapper__e4I9U::-webkit-scrollbar{display:none}.Template6_Template6Wrapper__e4I9U .Template6_Setting__tB\+7l{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template6_Template6Wrapper__e4I9U .Template6_saveButton__xFHJD{background:#0000;border:none;color:#2f7a7a;cursor:pointer;font-size:larger;font-weight:700;left:2.913%;position:absolute;top:38%;z-index:10}.Template6_Template6__MDrXb{height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template6_Template6__MDrXb::-webkit-scrollbar{display:none}.Template6_Template6__MDrXb section{scroll-snap-align:start;scroll-snap-stop:always}.Template6_container1__YrrE3{background:#fff;background:linear-gradient(90deg,#fff 38%,#07080a 62%,#07080a);height:80.96044rem;max-height:100vh;max-width:100vw;min-width:100vw;position:relative;width:108rem}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3{min-height:100vh;min-width:100vw}}.Template6_container1__YrrE3 .Template6_Reel1UploadBtn__zmxge{height:3.5rem;position:absolute;right:3%;top:3%;width:3.5rem;z-index:10}.Template6_container1__YrrE3 .Template6_coverImage__ltcZw{height:81.41456rem;margin-left:auto;max-height:100vh;position:relative;width:62.76338rem;width:100vw}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_coverImage__ltcZw{max-height:80vh;max-width:100vw;min-height:80vh}}.Template6_container1__YrrE3 .Template6_coverImage__ltcZw .Template6_editImageIcon__NDDRk{background-color:hsla(0,0%,100%,.027);font-size:xx-large;position:absolute;right:0;top:0;z-index:2}.Template6_container1__YrrE3 .Template6_coverImage__ltcZw .Template6_structure__h4PUM{height:100%;left:0;position:absolute;top:0;width:100%}.Template6_container1__YrrE3 .Template6_coverImage__ltcZw .Template6_structure__h4PUM img{height:100%;width:100%}.Template6_container1__YrrE3 .Template6_coverImage__ltcZw img{height:100%;object-fit:contain;position:relative;width:100%;z-index:55;z-index:1}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_coverImage__ltcZw img{object-fit:cover}}.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9{align-items:center;bottom:56%;color:#000;display:flex;height:10rem;justify-content:flex-start;left:16%;max-height:12vw;max-width:65vh;position:absolute;transform:rotate(-90deg);white-space:nowrap;width:42rem;z-index:2}.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9 span{font-family:Italiana;font-size:13.98263rem;font-style:normal;font-weight:400;line-height:normal;z-index:5}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9 span{font-size:7.5rem!important}}.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9:before{color:#000;content:"I'm";font-family:Italiana;font-size:5.08231rem;font-style:normal;font-weight:400;left:10%;line-height:normal;position:absolute;top:-30%}@media(max-width:650px){.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9:before{font-size:4.47863rem;top:-80%}}.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9::-webkit-scrollbar{display:none}@media(max-width:1410px)and (max-height:577px){.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9{left:24%}}@media(max-width:1280px){.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9{bottom:59%}}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9{bottom:52%;left:7%}}@media(max-width:630px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_nameContainer__4QAs9{bottom:52%;left:-19%}}.Template6_container1__YrrE3 .Template6_shadow__czKFQ{color:#ededed;font-family:Poppins;font-size:15rem;font-style:normal;font-weight:800;left:-5%;line-height:normal;position:absolute;text-align:center;text-transform:uppercase;top:25%;z-index:4}@media(max-width:1410px)and (max-height:580px){.Template6_container1__YrrE3 .Template6_shadow__czKFQ{font-size:9.5rem}}@media(max-width:1250px){.Template6_container1__YrrE3 .Template6_shadow__czKFQ{font-size:15.5rem}}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_shadow__czKFQ{left:-40%;top:-30%}}.Template6_container1__YrrE3 .Template6_leftStructure__v9J6I{background-image:url(/static/media/desktop.96b2fd415db3c4abdd34.png);background-position:50%;background-size:cover;border:5px solid red!important;left:0;max-height:100vh;max-width:100vw;min-height:100vh;min-width:100vw;position:absolute;top:0;z-index:2}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_leftStructure__v9J6I{background-image:url(/static/media/mobileStructure.a0662596e6936126239d.png)}}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1{align-items:center;bottom:0;display:flex;justify-content:space-between;padding:0 5rem;position:absolute;width:100vw;z-index:9}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_coverFooter__WVij1{align-items:center;display:flex;justify-content:center;max-width:100vw;min-height:20vh;position:relative}}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4{background:#383a39;height:24.06531rem;margin-bottom:1rem;max-height:29.7246vh;max-width:47.3447vw;width:51.09525rem}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4{max-height:20vh;min-height:20vh;min-width:100vw}}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_nameusername__yVCJ-{align-items:center;display:flex;flex-direction:column;height:60%;justify-content:center;max-height:60%;width:100%}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_nameusername__yVCJ- .Template6_name__-ejY1{color:#fff;font-family:Poppins;font-size:4.33081rem;font-style:normal;font-weight:400;line-height:normal}@media(max-width:1410px)and (max-height:570px){.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_nameusername__yVCJ- .Template6_name__-ejY1{font-size:3.89rem}}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_nameusername__yVCJ- .Template6_username__bRldg{color:#fff;font-family:Poppins;font-size:2.03163rem;font-style:normal;font-weight:400;line-height:normal}@media(max-width:1410px)and (max-height:570px){.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_nameusername__yVCJ- .Template6_username__bRldg{font-size:1.89rem}}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_coverbuttons__nt0jA{align-items:flex-end;display:flex;height:40%;justify-content:space-evenly;padding:2rem;width:100%}@media(max-width:1410px)and (max-height:570px){.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_coverbuttons__nt0jA{justify-content:space-around;padding:.3rem}}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverLeft__DzYh4 .Template6_coverbuttons__nt0jA button{background:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:1.563rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverRight__ntAUt{align-items:center;display:flex;gap:2.3145rem;justify-content:center}@media(max-width:930px)and (min-height:600px){.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverRight__ntAUt{justify-content:space-between;padding:1rem 4.5rem;position:absolute;top:-60%;width:100vw}}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverRight__ntAUt .Template6_star__3VqF8{align-items:center;background-color:515151;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.72663rem;font-style:normal;font-weight:600;height:9.615rem;justify-content:center;line-height:normal;width:9.615rem}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverRight__ntAUt .Template6_followers__lp0O6{align-items:center;display:flex;flex-direction:column;justify-content:center}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverRight__ntAUt .Template6_followers__lp0O6 .Template6_followerCount__DYwsh{color:#fff;font-family:Poppins;font-size:5.01513rem;font-style:normal;font-weight:600;line-height:5rem}.Template6_container1__YrrE3 .Template6_coverFooter__WVij1 .Template6_coverRight__ntAUt .Template6_followers__lp0O6 .Template6_textFollower__N7hsW{color:#fff;font-family:Poppins;font-size:1.34181rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container2__noVzx{background-color:#fff;height:80.96044rem;max-height:100vh;max-width:100vw;min-width:100vw;position:relative}@media(max-width:930px)and (min-height:600px){.Template6_container2__noVzx{max-height:100vh;max-width:100vw;min-height:100vh;min-width:100vw}}.Template6_container2__noVzx .Template6_hero__2zMRn{height:57.24463rem;max-height:65.7373vh;max-width:100vw;position:relative;width:108.60581rem;width:100vw}@media(max-width:930px)and (min-height:600px){.Template6_container2__noVzx .Template6_hero__2zMRn{max-height:100vh;max-width:100vw;min-height:70vh;min-width:100vw}}.Template6_container2__noVzx .Template6_hero__2zMRn .Template6_editImageIcon__NDDRk{height:3.5rem;position:absolute;right:4rem;top:2rem;width:3.5rem}.Template6_container2__noVzx .Template6_hero__2zMRn .Template6_IntroImage__-927s{right:10%;top:8%}@media(max-width:650px){.Template6_container2__noVzx .Template6_hero__2zMRn .Template6_IntroImage__-927s{top:0}}.Template6_container2__noVzx .Template6_hero__2zMRn img{height:100%;object-fit:cover;width:100%}.Template6_container2__noVzx .Template6_introFooter__ChCYV{align-items:flex-start;background-color:#fff;display:flex;flex-direction:column;height:30%;justify-content:space-between;max-height:29vh;padding:0 6.6574rem;transform:translateY(-10%)}@media(max-width:650px){.Template6_container2__noVzx .Template6_introFooter__ChCYV{bottom:0;height:40vh;max-height:40vh;position:absolute}}.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_EditTextIcon__G\+s45{cursor:pointer;height:3.5rem;left:30%;position:absolute;top:7%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_EditTextIcon__G\+s45{left:75%;top:5%}}.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introTitle__ui8bV{border:none;color:#000;font-family:Italiana;font-size:6.38463rem;font-style:normal;font-weight:400;line-height:6.7rem}.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introDescription__3smS5{border:none;color:#000;font-family:Inter;font-size:1.5rem;font-style:normal;font-weight:400;height:23rem;line-height:138%;margin-bottom:2rem;min-height:7rem;overflow-y:scroll;width:100%}.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introDescription__3smS5::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introDescription__3smS5{color:#000;font-family:Poppins;font-style:normal;font-weight:300;height:25vh;line-height:174%;min-width:70vw;width:20.37825rem}}.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introButtons__PBEhE{align-items:center;display:flex;gap:6rem;justify-content:flex-start}@media(max-width:930px)and (min-height:600px){.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introButtons__PBEhE{flex-direction:column;gap:1rem}}.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introButtons__PBEhE .Template6_buttonContainer__qsZ0D{border:2px solid gray;height:100%;white-space:nowrap;width:100%}.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introButtons__PBEhE button{background:#0000;border:none;color:#3f3f3f;cursor:pointer;font-family:Poppins;font-size:1.50625rem;font-style:normal;font-weight:400;line-height:normal;padding:.6rem 5.6rem}@media(max-width:930px)and (min-height:600px){.Template6_container2__noVzx .Template6_introFooter__ChCYV .Template6_introButtons__PBEhE button{padding:1rem 13rem;white-space:nowrap}}.Template6_container2__noVzx .Template6_bottomStructure__ACDyU{background-image:url(/static/media/structure2.1b8158457441d6d3d9db.png);background-position:50%;background-size:cover;min-height:100%;min-width:100%;position:absolute;top:28vh}@media(max-width:930px)and (min-height:600px){.Template6_container2__noVzx .Template6_bottomStructure__ACDyU{top:13vh}}.Template6_container3__AWQu2{background-color:#fff;height:80.96044rem;max-height:100vh;max-width:100vw;width:108rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2{max-height:100vh;min-height:100vh;min-width:100vw}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F{align-items:center;display:flex;height:100%;width:100%}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F{flex-direction:column}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:50%}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS{min-height:70%;min-width:100%;transform:translateY(11vh)}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_galleryHero__tySiW{align-items:center;background:#000;border-radius:170.70488rem;display:flex;height:64.22494rem;justify-content:center;max-height:79.33vh;max-width:32.43vw;overflow:hidden;width:34.96975rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_galleryHero__tySiW{height:35.27194rem;min-height:60vh;min-width:72vw;width:19.20519rem}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_galleryHero__tySiW img{height:100%;object-fit:cover;width:100%}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_heroLeft__uyn1B{align-items:center;background:#000;border-radius:61.04025rem;display:flex;height:25.65025rem;justify-content:center;max-height:31.6761vh;max-width:11.59vw;overflow:hidden;position:absolute;right:70%;top:20%;width:12.50438rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_heroLeft__uyn1B{min-height:25vh;min-width:22vw;right:75%;top:10%}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_heroLeft__uyn1B img{height:100%;object-fit:cover;width:100%}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_heroRight__cj6pu{border-radius:61.04025rem;bottom:20%;height:25.65025rem;left:70%;max-height:31.6761vh;max-width:11.59vw;position:absolute;width:12.50438rem}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_heroRight__cj6pu{bottom:10%;left:75%;min-height:25vh;min-width:22vw}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryLeft__nt8BS .Template6_heroRight__cj6pu img{border-radius:61.04025rem;height:100%;object-fit:cover;width:100%}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;position:relative;width:50%}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_gallery__HagZ\+{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;height:auto;justify-content:center;width:30vw}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_gallery__HagZ\+{flex-wrap:nowrap;gap:1.7rem;justify-content:flex-start;margin-top:6rem;min-width:80vw;overflow:scroll}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_gallery__HagZ\+::-webkit-scrollbar{display:none}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_galleryText__TpB9Y{left:0;max-height:10vh;min-width:100vw;position:absolute;top:0;width:100%}@media(max-width:930px)and (min-height:600px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_galleryText__TpB9Y{padding:0 3rem;transform:translatey(-69vh) translateX(-24vw)}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_galleryText__TpB9Y .Template6_EditTextIcon__G\+s45{bottom:-2rem;cursor:pointer;height:4rem;left:-5%;position:absolute;width:4rem}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_galleryText__TpB9Y .Template6_myGallery__7D29\+{color:#000;font-family:Italiana;font-size:4.48931rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_galleryText__TpB9Y .Template6_galleryDesc__hsL5K{border:none;color:#686868;font-family:Poppins;font-size:1.11306rem;font-style:normal;font-weight:400;height:3.92331rem;line-height:normal;margin-bottom:2rem;overflow-y:scroll;width:27.564rem}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_galleryText__TpB9Y .Template6_galleryDesc__hsL5K::-webkit-scrollbar{display:none}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_ViewAll__Tmkli{align-items:center;display:flex;justify-content:flex-end;padding-right:4rem;width:100%}@media screen and (max-width:700px){.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_ViewAll__Tmkli{bottom:10%;position:absolute;right:-8rem}}.Template6_container3__AWQu2 .Template6_galleryContainer__bQg\+F .Template6_galleryRight__UZvSC .Template6_ViewAll__Tmkli p{color:#000;cursor:pointer;font-size:1.3rem}.Template6_container4__Ivdtf{align-items:center;background-color:#fff;display:flex;flex-direction:column;gap:.5rem;padding-bottom:5rem;position:relative}.Template6_container4__Ivdtf .Template6_EditTextIcon__G\+s45{cursor:pointer;height:3.5rem;left:30%;position:absolute;top:2%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template6_container4__Ivdtf .Template6_EditTextIcon__G\+s45{left:13vw;top:2%}}.Template6_container4__Ivdtf .Template6_shortMessage__CnK33{color:#000;font-family:Italiana;font-size:3.82219rem;font-style:normal;font-weight:400;line-height:normal}.Template6_container4__Ivdtf .Template6_galleryDesc__hsL5K{border:none;color:#686868;font-family:Poppins;font-size:1.70063rem;font-style:normal;font-weight:400;line-height:normal;min-height:10rem;overflow-y:scroll;text-align:center;width:35.616rem}.Template6_container4__Ivdtf .Template6_galleryDesc__hsL5K::-webkit-scrollbar{display:none}.Template6_container4__Ivdtf .Template6_thankYou__KEkR2{color:#686868;font-family:Noto Serif;font-size:1.74913rem;font-style:normal;font-weight:400;line-height:normal;margin-top:1.7rem}.Template6_smallContainer__T7nGQ{border-radius:6.748rem;cursor:pointer;height:6.748rem;width:6.748rem}@media(max-width:930px)and (min-height:600px){.Template6_smallContainer__T7nGQ{min-height:6.748rem;min-width:6.748rem}}.Template6_smallContainer__T7nGQ img{border-radius:6.748rem;height:100%;object-fit:cover;width:100%}:root{box-sizing:border-box}.Template_Template7Wrapper__eQwUS{height:100%;overflow:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none}.Template_Template7Wrapper__eQwUS::-webkit-scrollbar{display:none}.Template_Template7Wrapper__eQwUS .Template_Setting__qdyOJ{cursor:pointer;height:3.5rem;left:5%;position:absolute;top:45%;width:3.5rem;z-index:10}.Template_Template7Wrapper__eQwUS .Template_Template7__Dd77e{height:100%;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template_Template7Wrapper__eQwUS .Template_Template7__Dd77e::-webkit-scrollbar{display:none}.Template_Template7Wrapper__eQwUS .Template_Template7__Dd77e section{scroll-snap-align:start;scroll-snap-stop:always}.Template_Container1__w0-A3{background-color:#0000;height:100vh;overflow:hidden;position:relative;width:100vw}.Template_Container1__w0-A3 .Template_Top__jFcLx{height:75%;position:relative;width:100%}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_backgroundImage__fdA1a{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_backgroundImage__fdA1a img{height:100%;width:100%}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_coverImageIcon__Lqdaj{right:8%;top:18%}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH{display:flex;flex-direction:column;height:100vh;left:50%;position:absolute;top:0;transform:translateX(-50%);width:65rem}@media screen and (max-width:660px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH{width:90%}}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB{align-items:center;display:flex;flex:1 1;justify-content:center;max-height:70vh;min-height:35vh;overflow:hidden;position:relative}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_ImageWrapper__J15mc{bottom:0;max-height:100%;overflow:hidden;position:absolute;width:30rem}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_ImageWrapper__J15mc:after{background:#fff;bottom:11.8rem;content:"";height:4px;left:0;position:absolute;width:100%;z-index:-1}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_ImageWrapper__J15mc img{height:100%;object-fit:contain;position:relative;width:100%;z-index:2}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_ImageWrapper__J15mc .Template_coverPNGImageIcon__gPW8u{bottom:0;flex-direction:row;left:50%;transform:translateX(-60%)}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_TextWrapper__GJWTw{align-items:center;border-bottom:4px solid #fff;border-left:4px solid #fff;border-right:4px solid #fff;bottom:1.8rem;display:flex;height:10rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:30rem;z-index:2}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_TextWrapper__GJWTw p{color:#fff;display:flex;flex-wrap:wrap;font-family:Poppins;font-size:4rem;font-style:normal;font-weight:700;letter-spacing:1.5rem;line-height:normal;text-align:center;text-transform:uppercase}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_TextWrapper__GJWTw p span:nth-child(odd){margin-top:-1rem}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainTop__615PB .Template_TextWrapper__GJWTw p span:nth-child(2n){margin-top:1rem}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG{max-height:20rem;min-height:20rem;position:relative;width:100%}@media screen and (max-height:750px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG{max-height:25vh;min-height:25vh}}@media screen and (max-height:550px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG{max-height:30vh;min-height:30vh}}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_MainTopWrapper__kw9Ce{align-items:center;background:#fff;border-radius:1.43231rem;box-shadow:17.18764px 17.18764px 11.45843px 11.45843px #00000040,0 4.58337px 4.58337px 0 #00000040;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-top:2rem;position:relative;width:100%;z-index:2}@media screen and (max-height:750px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_MainTopWrapper__kw9Ce{padding-top:1rem}}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_MainTopWrapper__kw9Ce p{color:#000;font-family:Poppins;font-size:2.57544rem;font-style:normal;font-weight:300;line-height:normal}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_MainTopWrapper__kw9Ce h1{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;background-position:100% 50%;font-family:Poppins;font-size:4.17069rem;font-style:italic;font-weight:700;line-height:193.9%;text-align:center;text-transform:uppercase;width:100%}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_MainTopWrapper__kw9Ce .Template_FollowersWrapper1__XUblO{bottom:-5rem;color:#7d7d7d;font-family:Poppins;font-size:13rem;font-style:normal;font-weight:600;height:10rem;left:50%;line-height:76.4%;position:absolute;text-align:center;transform:translateX(-50%);width:24rem}@media screen and (max-height:750px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_MainTopWrapper__kw9Ce .Template_FollowersWrapper1__XUblO{bottom:-6rem;font-size:10rem}}@media screen and (max-height:550px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_MainTopWrapper__kw9Ce .Template_FollowersWrapper1__XUblO{bottom:-8rem;font-size:5rem}}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_FollowersWrapper2__o4QO7{bottom:-5rem;color:#303030;font-family:Poppins;font-size:13rem;font-style:normal;font-weight:600;height:10rem;left:50%;line-height:76.4%;position:absolute;text-align:center;transform:translateX(-50%);width:24rem;z-index:1}@media screen and (max-height:750px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_FollowersWrapper2__o4QO7{bottom:-6rem;font-size:10rem}}@media screen and (max-height:550px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_FollowersWrapper2__o4QO7{bottom:-8rem;font-size:5rem}}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_FollowersWrapper2__o4QO7 .Template_FollowersText__9a3Dm{color:#303030;font-family:Poppins;font-size:2.49619rem;font-style:normal;font-weight:400;left:50%;letter-spacing:1.65994rem;line-height:76.4%;position:absolute;transform:translateX(-50%)}@media screen and (max-width:500px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainMiddle__5bGdG .Template_FollowersWrapper2__o4QO7 .Template_FollowersText__9a3Dm{font-size:2rem}}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainBottom__P5bdW{align-items:flex-end;display:flex;justify-content:space-between;padding-bottom:2rem;padding-top:3rem;width:100%}@media screen and (max-height:930px)and (max-width:660px){.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainBottom__P5bdW{margin-top:7rem}}.Template_Container1__w0-A3 .Template_Top__jFcLx .Template_MainWrapper__-gGvH .Template_MainBottom__P5bdW button{background:#0000;border:none;color:#252525;cursor:pointer;font-family:Poppins;font-size:1.88356rem;font-style:normal;font-weight:400;line-height:76.4%;padding:1.17725rem}.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW{align-items:center;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:100% 100%;bottom:5%;cursor:pointer;display:flex;height:8rem;justify-content:center;position:absolute;right:6%;width:8rem}@media screen and (max-height:930px)and (max-width:500px){.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW{bottom:7%!important;left:5%!important;right:auto}}@media screen and (max-height:670px)and (max-width:500px){.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW{bottom:9%!important;left:5%!important;right:auto}}@media screen and (max-width:700px){.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW{bottom:9%;height:7rem;left:5%;right:auto;width:7rem}}@media screen and (max-width:500px){.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW{bottom:12%;height:5rem;left:2%;right:auto;width:5rem}}.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW p{leading-trim:both;text-edge:cap;color:#fff;font-family:Poppins;font-size:1.56913rem;font-style:normal;font-weight:600;line-height:normal}@media screen and (max-width:700px){.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW p{font-size:1.2rem}}@media screen and (max-width:500px){.Template_Container1__w0-A3 .Template_RatingContainer__JhwkW p{font-size:1rem}}.Template_Container2__ppmBf{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;overflow:hidden;padding-bottom:2rem;position:relative;width:100%}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__ppmBf{height:100vh}}.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd{height:100vh;overflow:hidden;position:relative;width:100%}@media screen and (max-width:650px){.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd{height:100vh}}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd{height:50vh}}.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_IntroImageIcon__moGc0{left:15%;top:10%}.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_introImage__Q\+cgM{clip-path:polygon(0 0,50% 0,100% 75%,100% 100%,60% 100%,0 10%);filter:drop-shadow(-27.5584602356px 41.3376922607px 41.3376922607px rgba(0,0,0,.25));height:100%;width:100%}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_introImage__Q\+cgM{clip-path:polygon(0 0,70% 0,100% 34%,100% 100%,60% 100%,0 15%)}}.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_introImage__Q\+cgM img{height:100%;width:100%}.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_introText__pXA3w{bottom:2rem;left:5rem;position:absolute}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_introText__pXA3w{bottom:1rem;left:3rem}}.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_introText__pXA3w p{color:#000;font-family:Poppins;font-size:9.64006rem;font-style:normal;font-weight:700;line-height:76.4%;text-align:center}@media screen and (max-width:650px)and (max-height:930px){.Template_Container2__ppmBf .Template_IntroImageWrapper__Mnpkd .Template_introText__pXA3w p{font-size:6rem}}.Template_Container2__ppmBf .Template_IntroTextWrapper__zVnIj{position:relative;width:100%}.Template_Container2__ppmBf .Template_IntroTextWrapper__zVnIj .Template_EditTextIcon__X8Hot{cursor:pointer;height:3.5rem;left:10%;position:absolute;top:5%;width:3.5rem}@media screen and (max-width:750px)and (max-height:750px){.Template_Container2__ppmBf .Template_IntroTextWrapper__zVnIj .Template_EditTextIcon__X8Hot{left:2%;top:0}}.Template_Container2__ppmBf .Template_IntroTextWrapper__zVnIj .Template_Text__F0\+c5{color:#626262;font-family:\ ;font-size:2.64688rem;font-style:normal;font-weight:300;line-height:218.5%;margin:9rem auto 0;min-height:27rem;text-align:center;width:88.02031rem}.Template_Container2__ppmBf .Template_IntroTextWrapper__zVnIj .Template_Text__F0\+c5::-webkit-scrollbar{display:none}@media screen and (max-width:750px){.Template_Container2__ppmBf .Template_IntroTextWrapper__zVnIj .Template_Text__F0\+c5{line-height:140%;margin-top:5rem;width:90%}}@media screen and (max-width:750px)and (max-height:750px){.Template_Container2__ppmBf .Template_IntroTextWrapper__zVnIj .Template_Text__F0\+c5{line-height:120%;margin-top:4rem}}.Template_Container2__ppmBf .Template_ButtonWrapper__sT9\+H{align-items:center;display:flex;justify-content:space-between;padding:0 11rem}@media screen and (max-width:750px){.Template_Container2__ppmBf .Template_ButtonWrapper__sT9\+H{padding:0 5rem}}.Template_Container2__ppmBf .Template_ButtonWrapper__sT9\+H button{background:#0000;border:none;color:#000;font-family:Poppins;font-size:3.4375rem;font-style:normal;font-weight:400;line-height:76.4%;padding:1rem;position:relative;text-align:center}.Template_Container2__ppmBf .Template_ButtonWrapper__sT9\+H button:after{background:#000;bottom:-1rem;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:70%}.Template_Container3__VzcZI{display:flex;flex-direction:column;height:100vh;width:100%}.Template_Container3__VzcZI .Template_MYGalleryWrapper__mBg0U{align-items:center;display:flex;justify-content:center}.Template_Container3__VzcZI .Template_MYGalleryWrapper__mBg0U h1{color:#000;font-family:Poppins;font-size:7.07463rem;font-style:normal;font-weight:300;line-height:200%;position:relative;text-align:center;text-transform:uppercase}.Template_Container3__VzcZI .Template_MYGalleryWrapper__mBg0U h1:after{background:#c5c5c5;content:"";height:4px;left:0;position:absolute;top:3rem;width:40%}.Template_Container3__VzcZI .Template_MYGalleryWrapper__mBg0U h1:before{background:#c5c5c5;bottom:3rem;content:"";height:4px;position:absolute;right:0;width:40%}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3{display:flex;flex:1 1;flex-direction:column;gap:1rem;height:100%;justify-content:space-between;overflow:hidden;width:100%}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_MainImageCarouselCont__rdvWB{display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_MainImageCarouselCont__rdvWB .Template_MainImageWrapper__m2Ama{align-items:center;background:#000;border-radius:2.47731rem;display:flex;height:100%;justify-content:center;overflow:hidden;width:80vw}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_MainImageCarouselCont__rdvWB .Template_MainImageWrapper__m2Ama img,.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_MainImageCarouselCont__rdvWB .Template_MainImageWrapper__m2Ama video{max-height:100%;max-width:100%;object-fit:cover}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_SubImageCarouselCont__lPd5z{display:flex;height:30%;justify-content:center;width:100%}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_SubImageCarouselCont__lPd5z .Template_InnerSubImageCarousel__Uf4Xr{display:flex;overflow:hidden;padding:0 5rem;width:80vw}@media screen and (max-width:1200px){.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_SubImageCarouselCont__lPd5z .Template_InnerSubImageCarousel__Uf4Xr{width:100vw}}@media screen and (max-width:700px){.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_SubImageCarouselCont__lPd5z .Template_InnerSubImageCarousel__Uf4Xr{padding:0 0 0 2rem}}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_SubImageCarouselCont__lPd5z .Template_InnerSubImageCarousel__Uf4Xr .Template_BoxWrapper__ao5iF{background:#000;border-radius:1.41594rem;height:12rem;margin-right:1rem;max-height:12rem;min-height:100%;overflow:hidden;width:15rem}.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_SubImageCarouselCont__lPd5z .Template_InnerSubImageCarousel__Uf4Xr .Template_BoxWrapper__ao5iF img,.Template_Container3__VzcZI .Template_CarouselWrapper__eWAH3 .Template_SubImageCarouselCont__lPd5z .Template_InnerSubImageCarousel__Uf4Xr .Template_BoxWrapper__ao5iF video{height:100%;width:100%}.Template_Container3__VzcZI .Template_ViewAllWrapper__Bd9cK{align-items:center;display:flex;justify-content:center;margin-bottom:1rem;margin-top:1rem;padding-right:2rem}@media screen and (max-width:600px){.Template_Container3__VzcZI .Template_ViewAllWrapper__Bd9cK{justify-content:flex-end}}.Template_Container3__VzcZI .Template_ViewAllWrapper__Bd9cK button{background:#0000;border:none;color:#252525;cursor:pointer;font-family:Poppins;font-size:2.33131rem;font-style:normal;font-weight:400;line-height:103.9%;padding:0 1rem;text-align:center}.Template_Container4__F6GZr{align-items:center;display:flex;flex-direction:column;overflow:hidden;padding-bottom:5rem;padding-top:5rem;position:relative;width:100%}.Template_Container4__F6GZr h1{color:#252525;font-family:Poppins;font-size:4.01556rem;font-style:normal;font-weight:600;line-height:103.9%;margin-bottom:5rem;text-align:center}@media screen and (max-width:600px){.Template_Container4__F6GZr h1{font-size:3.8rem}}@media screen and (max-width:400px){.Template_Container4__F6GZr h1{font-size:3rem}}.Template_Container4__F6GZr .Template_EditTextIcon__X8Hot{cursor:pointer;height:4rem;left:23%;position:absolute;top:20%;width:4rem}@media screen and (max-width:700px){.Template_Container4__F6GZr .Template_EditTextIcon__X8Hot{left:10%;top:20%}}.Template_Container4__F6GZr .Template_ShortSMS__u2ai5{color:#252525;font-family:Poppins;font-size:2.88144rem;font-style:normal;font-weight:300;height:9rem;line-height:103.9%;margin-bottom:6rem;text-align:center;width:65.67769rem}@media screen and (max-width:600px){.Template_Container4__F6GZr .Template_ShortSMS__u2ai5{font-size:2rem;width:80%}}@media screen and (max-width:400px){.Template_Container4__F6GZr .Template_ShortSMS__u2ai5{font-size:1.8rem}}.Template_Container4__F6GZr .Template_ShortSMS__u2ai5::-webkit-scrollbar{display:none}.Template_Container4__F6GZr h4{color:#252525;font-family:"Noto Serif";font-size:5.84838rem;font-style:normal;font-weight:400;line-height:101.4%}@media screen and (max-width:600px){.Template_Container4__F6GZr h4{font-size:4rem}}@media screen and (max-width:400px){.Template_Container4__F6GZr h4{font-size:3rem}}.Template8_Template8Wrapper__zSeed{background:radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%);background:var(--frsd,radial-gradient(50% 50% at 50% 50%,#0e2138 0,#0a1b30 100%));height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template8_Template8Wrapper__zSeed::-webkit-scrollbar{display:none}.Template8_Template8Wrapper__zSeed .Template8_Setting__NbCRZ{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:12}.Template8_Template8Wrapper__zSeed .Template8_saveButton__xEgXs{background:#0000;border:none;color:#2f7a7a;cursor:pointer;font-size:larger;font-weight:700;left:2.913%;position:absolute;top:38%;z-index:12}.Template8_Template8Wrapper__zSeed .Template8_Template8__gyij0{height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template8_Template8Wrapper__zSeed .Template8_Template8__gyij0::-webkit-scrollbar{display:none}.Template8_Template8Wrapper__zSeed .Template8_Template8__gyij0 section{scroll-snap-align:start;scroll-snap-stop:always}.Template8_container1__2daLv{height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%;z-index:2}.Template8_container1__2daLv .Template8_background__VYTr7{height:100%;overflow:hidden;width:100%}.Template8_container1__2daLv .Template8_background__VYTr7 img{filter:blur(7px);height:100%;object-fit:cover;width:100%}.Template8_container1__2daLv .Template8_cover__Te\+Yc{color:#fff;display:flex;height:100%;left:0;position:absolute;top:0;width:100%}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T{align-items:center;display:flex;justify-content:center;width:30%}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T .Template8_name__rVZIZ{transform:rotate(-90deg);white-space:nowrap;z-index:2}@media(max-width:930px)and (min-height:600px){.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T .Template8_name__rVZIZ{margin-bottom:32rem}}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T .Template8_name__rVZIZ .Template8_sur__i09xI{color:#fff;font-family:Noto Serif;font-size:2.9965rem;font-style:normal;font-weight:700;line-height:normal;margin-left:3rem}@media(max-width:930px)and (min-height:600px){.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T .Template8_name__rVZIZ .Template8_sur__i09xI{font-size:3.5rem}}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T .Template8_name__rVZIZ .Template8_full__286sT{color:#fff;font-family:Noto Serif;font-size:5.02019rem;font-style:normal;font-weight:400;height:7rem;line-height:normal;width:90vh}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T .Template8_name__rVZIZ .Template8_full__286sT::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_left__1kP8T .Template8_name__rVZIZ .Template8_full__286sT{color:#fff;font-family:Noto Serif;font-style:normal;font-weight:400;line-height:normal}}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT{align-items:center;display:flex;justify-content:center;width:70%}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F{height:56.934rem;max-height:85vh;max-width:40vw;position:relative;width:46.23213rem}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_CoverImage__YacTJ{right:10rem;top:5rem}@media(max-width:930px)and (min-height:600px){.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F{height:70vh;left:-4.3rem;min-width:82vw}}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_editImageIcon__l9t9\+{filter:contrast(3);height:3.5rem;left:calc(100% - 6rem);position:absolute;top:0;width:3.5rem}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR{align-items:flex-end;border:3px solid #ff0;border-radius:0 7.13456rem 7.13456rem 7.13456rem;bottom:-3.5rem;display:flex;height:66.49788rem;justify-content:center;left:25%;max-height:95vh;max-width:30vw;position:absolute;width:24.35275rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR{bottom:-8.4rem;height:80vh;min-width:53vw}}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA{align-items:center;background-color:#ff0;border-radius:7.13456rem;color:#333;display:flex;height:9.44219rem;justify-content:space-around;width:24.33469rem;width:100%}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA .Template8_buttons__MWChI{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;height:70%;justify-content:space-evenly;z-index:5}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA .Template8_buttons__MWChI .Template8_follow__SqqoM{color:#000;cursor:pointer;font-family:Poppins;font-size:1.07581rem;font-style:normal;font-weight:600;line-height:normal;padding:.5rem;position:relative}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA .Template8_buttons__MWChI .Template8_follow__SqqoM:after{border:1px solid #000;bottom:0;content:"";left:10%;position:absolute;width:1.84625rem}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA .Template8_buttons__MWChI .Template8_message__WcRhB{color:#000;cursor:pointer;font-family:Poppins;font-size:.91138rem;font-style:normal;font-weight:600;line-height:normal;padding:.5rem}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA .Template8_buttons__MWChI button{background-color:#0000;border:none;cursor:pointer;outline:none}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA .Template8_followers__XZe6B .Template8_count__f0aoS{color:#000;font-family:Poppins;font-size:3.35581rem;font-style:normal;font-weight:600;line-height:normal;text-align:center}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_frame__THEmR .Template8_inner__-wIwA .Template8_followers__XZe6B .Template8_text__eU\+Rv{color:#000;font-family:Poppins;font-size:1.07581rem;font-style:normal;font-weight:600;line-height:normal}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_right__nxUgT .Template8_hero__gYq6F img{height:100%;object-fit:cover;width:100%}.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_star__dkxVf{align-items:center;background-color:#2f2f2f;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;bottom:0;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:2.30219rem;font-style:normal;font-weight:600;height:10.82019rem;justify-content:center;line-height:normal;position:absolute;right:6rem;width:10.82019rem;z-index:15}@media(max-width:1410px)and (max-height:577px){.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_star__dkxVf{right:7rem}}@media(max-width:930px)and (min-height:600px){.Template8_container1__2daLv .Template8_cover__Te\+Yc .Template8_star__dkxVf{bottom:7.2rem;height:3.98419rem;left:5.7rem;min-height:18vw;min-width:18vw;width:3.98419rem}}.Template8_container2__qofgD{background-color:#000;display:flex;height:70.33956rem;max-height:100vh;max-width:100%;min-height:100vh;min-width:100vw;position:relative;width:107.875rem;z-index:1}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD{flex-direction:column-reverse}}.Template8_container2__qofgD .Template8_left__1kP8T{align-items:center;display:flex;flex-direction:column;gap:5rem;height:100%;justify-content:center;max-width:45vw;position:relative;width:45%}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_left__1kP8T{height:30%;min-width:100vw}}.Template8_container2__qofgD .Template8_left__1kP8T .Template8_Text__Fvtv8{height:max-content;position:relative;width:max-content}.Template8_container2__qofgD .Template8_left__1kP8T .Template8_Text__Fvtv8 .Template8_EditTextIcon__CGzV5{cursor:pointer;height:3.5rem;left:5%;position:absolute;top:-5rem;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_left__1kP8T .Template8_Text__Fvtv8 .Template8_EditTextIcon__CGzV5{left:-3vw;top:-4vh}}.Template8_container2__qofgD .Template8_left__1kP8T .Template8_Text__Fvtv8 .Template8_desc__3W37r{color:#fff;font-family:Poppins;font-size:2.01063rem;font-style:normal;font-weight:300;height:48vh;line-height:normal;max-height:55vh;max-width:42vw;overflow:hidden;text-align:center;width:40vw}.Template8_container2__qofgD .Template8_left__1kP8T .Template8_Text__Fvtv8 .Template8_desc__3W37r::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_left__1kP8T .Template8_Text__Fvtv8 .Template8_desc__3W37r{height:10.5625rem;min-height:16vh;min-width:85vw;text-align:center;width:23.1875rem}}.Template8_container2__qofgD .Template8_left__1kP8T .Template8_buttons__MWChI{align-items:center;display:flex;gap:10rem;justify-content:center;position:relative}.Template8_container2__qofgD .Template8_left__1kP8T .Template8_buttons__MWChI button:first-child:before,.Template8_container2__qofgD .Template8_left__1kP8T .Template8_buttons__MWChI button:last-child:before{bottom:-33%;color:#3e3e3e;content:"About me";filter:blur(2.2029826641px);position:absolute;transform:rotateX(180deg)}.Template8_container2__qofgD .Template8_left__1kP8T .Template8_buttons__MWChI button{background-color:#0000;border:1px solid #ff0;border-bottom:none;color:#fff;font-family:Poppins;font-size:1.98125rem;font-style:normal;font-weight:600;line-height:normal;padding:.2rem 1rem;text-transform:uppercase}.Template8_container2__qofgD .Template8_right__nxUgT{height:100%;max-width:55vw;position:relative;width:100%;z-index:10}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_right__nxUgT{height:70%;max-height:70vh;min-width:100vw}}.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F{bottom:-10vh;height:53.00794rem;left:17%;max-height:75vh;max-width:33vw;position:absolute;width:33.773rem;z-index:2}.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F:before{word-wrap:break-word;align-items:flex-start;border:7.548px solid #ffaf14;color:#fff;content:"my\aintro";display:flex;font-family:Poppins;font-size:3.27181rem;font-style:normal;font-weight:600;height:42.52125rem;left:50%;line-height:normal;max-height:60vh;padding:2rem 4rem;position:absolute;text-transform:capitalize;top:-40%;white-space:pre-wrap;width:38.95306rem;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F:before{top:-38%}}.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F:after{align-items:center;color:#333;content:"M";display:flex;font-family:Poppins;font-size:33.96806rem;font-style:normal;font-weight:600;height:100%;justify-content:center;left:9%;line-height:normal;position:absolute;text-transform:capitalize;top:-60%;width:97%;z-index:-2}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F:after{left:-2%}}.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_triangle__p0ZB9{fill:#00000005;-webkit-backdrop-filter:blur(16.8920898438px);backdrop-filter:blur(16.8920898438px);bottom:2%;clip-path:polygon(100% 0,0 100%,100% 100%);height:30.59038rem;position:absolute;right:2%;width:30.07481rem;z-index:10}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_triangle__p0ZB9{bottom:2vh;height:30vh;right:5%;width:70vw}}.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F .Template8_IntroImage__VSQnF{right:1rem;top:1rem}@media(max-width:930px)and (min-height:600px){.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F{bottom:0;max-height:50vh;min-height:50vh;min-width:80vw;position:absolute;transform:translateX(-5%) translateY(0)}}.Template8_container2__qofgD .Template8_right__nxUgT .Template8_hero__gYq6F img{height:100%;object-fit:cover;width:100%}.Template8_container3__Rg-Pc{background-color:#000;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;position:relative;width:100%}.Template8_container3__Rg-Pc .Template8_header__Wjs1F{align-items:flex-start;display:flex;flex-direction:column;height:17.56519rem;justify-content:space-evenly;margin-left:5.6547vw;max-height:15vh;position:relative;width:23.02363rem;z-index:4}.Template8_container3__Rg-Pc .Template8_header__Wjs1F:before{border:1px solid #ffaf14;border-bottom:0;content:"";height:15.38738rem;max-height:5vh;position:absolute;top:-1.2rem;width:18.417rem;z-index:-1}@media(max-width:930px)and (min-height:600px){.Template8_container3__Rg-Pc .Template8_header__Wjs1F{align-items:center;margin:2rem 0;max-height:8vh;width:100%}}.Template8_container3__Rg-Pc .Template8_header__Wjs1F .Template8_mygallery__thr8P{color:#fff;font-family:Poppins;font-size:4.30506rem;font-style:normal;font-weight:600;line-height:100%;margin-left:0;text-align:center;white-space:nowrap}@media(max-width:930px)and (min-height:600px){.Template8_container3__Rg-Pc .Template8_header__Wjs1F .Template8_mygallery__thr8P{font-size:3.30506rem}}.Template8_container3__Rg-Pc .Template8_header__Wjs1F .Template8_viewall__fnvnf{color:#fff;cursor:pointer;font-family:Poppins;font-size:1.68006rem;font-style:normal;font-weight:300;line-height:100%;margin-top:2rem;text-align:center}@media(max-width:1440px)and (max-height:580px){.Template8_container3__Rg-Pc .Template8_header__Wjs1F .Template8_viewall__fnvnf{margin-top:1rem}}.Template8_container3__Rg-Pc .Template8_mobileView__wWRbS{display:none}.Template8_container3__Rg-Pc .Template8_mobileView__wWRbS .Template8_smallContainer__-O12D{display:flex;overflow-y:scroll;padding:0 2rem}.Template8_container3__Rg-Pc .Template8_mobileView__wWRbS .Template8_smallContainer__-O12D::-webkit-scrollbar{display:none}@media(max-width:931px)and (min-height:600px){.Template8_container3__Rg-Pc .Template8_mobileView__wWRbS{display:block}}.Template8_container3__Rg-Pc .Template8_desktopView__x9H9U .Template8_alice-carousel__prev-btn__ZM\+8m{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template8_container3__Rg-Pc .Template8_desktopView__x9H9U{display:none}}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL-{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL-{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL-{min-height:58vh}}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_imageSection__it2cC{height:100%;width:100%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_imageSection__it2cC img,.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_imageSection__it2cC video{border-radius:2.57763rem;height:100%;object-fit:cover;width:100%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_upper__krNHF{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_upper__krNHF{padding:1.8rem}}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_upper__krNHF .Template8_profileLogo__2-\+ap{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_upper__krNHF .Template8_profileLogo__2-\+ap img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_upper__krNHF .Template8_nameUsername__cYBWz .Template8_name__rVZIZ{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_upper__krNHF .Template8_nameUsername__cYBWz .Template8_userName__E5lmz{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;justify-content:space-between;width:100%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_desc__3W37r{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr{gap:1rem}}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_like__mWbh1{align-items:center;display:flex;justify-content:center}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_like__mWbh1 .Template8_likeIcon__bhQHW{align-items:center;cursor:pointer;display:flex;height:6.85675rem}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_like__mWbh1 .Template8_likeIcon__bhQHW img{height:100%;object-fit:cover;width:100%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_like__mWbh1 .Template8_likeIcon__bhQHW .Template8_likeCount__i2Bn6{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_comment__hRou3{align-items:center;display:flex;justify-content:center}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_comment__hRou3 .Template8_commentIcon__uKaLU{height:6.85675rem;width:4.32rem}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_comment__hRou3 .Template8_commentIcon__uKaLU img{height:100%;object-fit:cover;width:100%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_comment__hRou3 .Template8_commentCount__RAh6N{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_shareIcon__AMN9L{height:6.85675rem;width:4.32rem}.Template8_container3__Rg-Pc .Template8_activeContainer__JWmL- .Template8_details__FcdAV .Template8_below__2cKCt .Template8_icons__VX6Xr .Template8_shareIcon__AMN9L img{height:100%;object-fit:cover;width:100%}.Template8_container3__Rg-Pc .Template8_cardContainer__KXlVd{border-radius:1.25rem;height:10.99963rem;min-height:20vh;min-width:50vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template8_container3__Rg-Pc .Template8_cardContainer__KXlVd{min-height:23vh;min-width:47vw}}.Template8_container3__Rg-Pc .Template8_cardContainer__KXlVd img,.Template8_container3__Rg-Pc .Template8_cardContainer__KXlVd video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template8_container4__6d4hb{background-color:#000;padding-bottom:4.7rem}.Template8_container4__6d4hb .Template8_footer__Bpr5b{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}@media(max-width:650px){.Template8_container4__6d4hb .Template8_footer__Bpr5b{max-height:12%;transform:translateY(-5vh)}}.Template8_container4__6d4hb .Template8_footer__Bpr5b .Template8_shortMessage__tiEkH{align-items:center;display:flex;flex-direction:column;position:relative}.Template8_container4__6d4hb .Template8_footer__Bpr5b .Template8_shortMessage__tiEkH .Template8_EditTextIcon__CGzV5{cursor:pointer;height:3.5rem;left:2%;position:absolute;top:10%;width:3.5rem}.Template8_container4__6d4hb .Template8_footer__Bpr5b .Template8_shortMessage__tiEkH .Template8_textShort__xKSgs{color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:3.3rem}.Template8_container4__6d4hb .Template8_footer__Bpr5b .Template8_shortMessage__tiEkH .Template8_shortDesc__J3rY1{border:none;color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:300;height:8.13581rem;line-height:normal;margin-bottom:4.2rem;overflow:scroll;text-align:center;width:46.84544rem}.Template8_container4__6d4hb .Template8_footer__Bpr5b .Template8_shortMessage__tiEkH .Template8_shortDesc__J3rY1::-webkit-scrollbar{display:none}.Template8_container4__6d4hb .Template8_footer__Bpr5b .Template8_thankYou__E\+op3{color:#fff;font-family:Poppins;font-size:1.71231rem;font-style:normal;font-weight:300;line-height:normal;text-align:center}.Template9_Template9Wrapper__MKAIk{background:#010101;height:100vw;height:100vh;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none}.Template9_Template9Wrapper__MKAIk::-webkit-scrollbar{display:none}.Template9_Template9Wrapper__MKAIk .Template9_Setting__9h4ux{cursor:pointer;height:48px;left:5%;position:absolute;top:45%;width:48px;z-index:10}.Template9_Template9Wrapper__MKAIk .Template9_saveButton__Ubg49{background:#0000;border:none;color:#2f7a7a;cursor:pointer;font-size:larger;font-weight:700;left:2.913%;position:absolute;top:38%;z-index:10}.Template9_Template9Wrapper__MKAIk .Template9_Template9__TPX3\+{background:#010101;height:100vh;margin:0 auto;overflow:hidden;overflow-y:scroll;position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;scrollbar-width:none;width:100%}.Template9_Template9Wrapper__MKAIk .Template9_Template9__TPX3\+::-webkit-scrollbar{display:none}.Template9_Template9Wrapper__MKAIk .Template9_Template9__TPX3\+ section{scroll-snap-align:start;scroll-snap-stop:always}.Template9_container1__YBBkL{background-color:#0000;height:100vh;max-height:100vh;max-width:100vw;width:100vw}.Template9_container1__YBBkL .Template9_CoverImage1Icon__He3ZX{height:3.5rem;left:16%;position:absolute;top:6%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_CoverImage1Icon__He3ZX{left:10%;top:36%}}.Template9_container1__YBBkL .Template9_CoverImage2Icon__2KCzA{height:3.5rem;left:54%;position:absolute;top:6%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_CoverImage2Icon__2KCzA{left:52%;top:36%}}.Template9_container1__YBBkL .Template9_CoverImage3Icon__Ad2T2{height:3.5rem;left:88%;position:absolute;top:6%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_CoverImage3Icon__Ad2T2{left:88%;top:36%}}.Template9_container1__YBBkL .Template9_image_container__SzDsl{display:flex;height:65%;position:absolute;width:100%}.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage1__ZKCBp{clip-path:polygon(0 0,42% 0,16% 100%,0 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage1__ZKCBp{clip-path:polygon(0 0,82% 0,0 85%)}}.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage1__ZKCBp img{max-height:150%;min-height:100%;position:absolute;width:43%}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage1__ZKCBp img{width:82%}}.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage2__W\+zZ5{clip-path:polygon(42% 0,78% 0,56% 100%,16% 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage2__W\+zZ5{clip-path:polygon(82% 0,100% 0,100% 26%,30% 100%,0 100%,0 85%)}}.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage2__W\+zZ5 img{left:10%;min-height:100%;position:absolute;top:-60%;transform:rotate(28.646deg);width:68%}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage2__W\+zZ5 img{height:146%;left:16%;top:-20%;width:69%}}@media(max-width:630px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage2__W\+zZ5 img{height:130%;left:16%;top:-10%;width:69%}}@media(max-width:400px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage2__W\+zZ5 img{height:133%;left:16%;top:-15%;width:69%}}.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage3__rV5w\+{clip-path:polygon(78% 0,100% 0,100% 100%,56% 100%);height:100%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage3__rV5w\+{clip-path:polygon(100% 26%,100% 100%,30% 100%)}}.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage3__rV5w\+ .Template9_Overlay3__VVF1-{background:#00000026;box-shadow:-20.443px 20.443px 30.66449px 0 #00000026;height:100%;position:absolute;width:100%;z-index:2}.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage3__rV5w\+ img{max-height:150%;min-height:140%;position:absolute;right:-35%;top:-4%;transform:rotate(28.646deg);width:100%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage3__rV5w\+ img{min-height:71vh;min-width:64vw;right:-11%;top:17%;width:40%}}@media(max-width:630px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage3__rV5w\+ img{min-height:65vh;min-width:64vw;right:-21%;top:20%;width:40%}}@media(max-width:400px)and (min-height:600px){.Template9_container1__YBBkL .Template9_image_container__SzDsl .Template9_coverImage3__rV5w\+ img{min-height:69vh;min-width:64vw;right:-14%;top:20%;width:40%}}.Template9_container1__YBBkL .Template9_nameDesc__14yfH{bottom:8%;position:absolute;width:100%}@media(max-width:1420px)and (max-height:600px){.Template9_container1__YBBkL .Template9_nameDesc__14yfH{transform:translateY(-10%)}}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_EditTextIcon__LDzCZ{bottom:30%;cursor:pointer;height:3.5rem;left:25%;position:absolute;width:3.5rem}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R{height:auto;margin:auto;width:-moz-fit-content;width:fit-content}@media(max-width:1410px)and (max-height:600px){.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R{transform:translateY(18%)}}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K{border:none;color:#fff;font-family:Poppins;font-size:11.49563rem;font-style:normal;font-weight:800;height:17rem;line-height:normal;position:relative;width:45rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K{font-size:10.48563rem}}@media(max-width:380px){.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K{font-size:9.848563rem}}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K::-webkit-scrollbar{display:none}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K .Template9_surName__RE7a7{border:none;bottom:-3.612rem;color:#ff031b;font-family:Noto Serif;font-size:9.49738rem;font-style:normal;font-weight:400;height:11.4rem;left:7.18rem;line-height:100%;overflow-y:scroll;position:absolute;width:44rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K .Template9_surName__RE7a7{font-size:8.48563rem}}@media(max-width:380px){.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K .Template9_surName__RE7a7{font-size:7.848563rem}}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K .Template9_surName__RE7a7::-webkit-scrollbar{display:none}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_name__lkF9R .Template9_fullName__KYB9K .Template9_suf__Z4n5b{color:#fff;font-family:Poppins;font-size:2.86125rem;font-style:normal;font-weight:500;left:6.9rem;line-height:99.5%;position:absolute;top:0;top:2rem}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_desc__EgVX8{border:none;color:#fff;font-family:Poppins;font-size:1.69463rem;font-style:normal;font-weight:300;height:7.687rem;line-height:normal;margin:3.9rem auto auto;outline:none;overflow:scroll;text-align:center;width:53.79675rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_desc__EgVX8{margin-left:14%;padding:.1rem 4rem;width:90%}}.Template9_container1__YBBkL .Template9_nameDesc__14yfH .Template9_desc__EgVX8::-webkit-scrollbar{display:none}.Template9_container1__YBBkL .Template9_buttons__UP7yL{align-items:flex-end;bottom:.21rem;display:flex;gap:20%;justify-content:center;position:absolute;width:100%}.Template9_container1__YBBkL .Template9_buttons__UP7yL button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.49331rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}.Template9_container1__YBBkL .Template9_star__8y0xa{align-items:center;background-color:515151;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;bottom:21%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.72663rem;font-style:normal;font-weight:600;height:9.615rem;justify-content:center;left:5%;line-height:normal;position:absolute;width:9.615rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_star__8y0xa{bottom:7%;left:2%}}.Template9_container1__YBBkL .Template9_followers__QPI3M{left:62%;position:absolute;top:26%;transform:rotate(-59.811deg)}@media(max-width:1410px)and (max-height:600px){.Template9_container1__YBBkL .Template9_followers__QPI3M{left:68%;top:8%;transform:rotate(-48.811deg)}}@media(max-width:1280px)and (max-height:600px){.Template9_container1__YBBkL .Template9_followers__QPI3M{left:67%;top:11%;transform:rotate(-54.811deg)}}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_followers__QPI3M{left:53%;top:35%;transform:rotate(-55.811deg)}}.Template9_container1__YBBkL .Template9_followers__QPI3M .Template9_count__R1nG6{color:#fff;font-family:Poppins;font-size:9.41981rem;font-style:normal;font-weight:800;line-height:100%;text-align:center}.Template9_container1__YBBkL .Template9_followers__QPI3M .Template9_buttons__UP7yL button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Poppins;font-size:2.49331rem;font-style:normal;font-weight:800;line-height:normal;text-align:center}.Template9_container1__YBBkL .Template9_followers__QPI3M .Template9_star__8y0xa{align-items:center;background-color:#515151;background-image:url(/static/media/rating.d5d80a460344035ad53d.png);background-position:50%;background-size:cover;border-radius:50%;bottom:24%;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:1.72663rem;font-style:normal;font-weight:600;height:9.615rem;justify-content:center;left:5%;line-height:normal;position:absolute;width:9.615rem}@media(max-width:930px)and (min-height:600px){.Template9_container1__YBBkL .Template9_followers__QPI3M .Template9_star__8y0xa{bottom:7%;left:2%}}.Template9_container1__YBBkL .Template9_followers__QPI3M .Template9_textFollower__p0N5E{color:#fff;font-family:Poppins;font-size:1.60869rem;font-style:normal;font-weight:800;line-height:100%;text-align:center}.Template9_container2__0A8sL{height:100vh;max-height:100vh;max-width:100vw;padding-top:2rem;position:relative;width:100vw}.Template9_container2__0A8sL .Template9_myIntro__STBq8{background:#fff;background-clip:text;-webkit-background-clip:text;background-image:url(/static/media/Amber.f0d380ddc8ed1bc1c940.png);background-repeat:no-repeat;background-size:93% 93%;color:#fff;color:#0000;font-family:Poppins;font-size:7.10456rem;font-style:normal;font-weight:800;line-height:7rem;max-height:-moz-fit-content;max-height:fit-content;min-height:10vh;padding-left:10rem;padding-top:5%}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_myIntro__STBq8{padding-bottom:2rem;padding-left:0;padding-top:0;text-align:center}}@media(max-width:1420px)and (max-height:600px){.Template9_container2__0A8sL .Template9_myIntro__STBq8{padding-top:0}}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_myIntro__STBq8{padding-top:0}}@media(max-height:500px){.Template9_container2__0A8sL .Template9_myIntro__STBq8{padding-top:0}}.Template9_container2__0A8sL .Template9_introContainer__N84T5{bottom:0;display:flex;height:80%;position:absolute;width:100%}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5{flex-direction:column;height:90vh}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw{align-items:center;background-color:#0000;display:flex;gap:2rem;height:90%;justify-content:center;margin:auto;width:45%}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw{height:55vh;width:100%}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_my__Rvl7Q{position:relative}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_my__Rvl7Q .Template9_textMy__DJMkc{-webkit-text-stroke:1px #fff;bottom:-4.9912vh;color:#000;font-family:Poppins;font-size:7.10456rem;font-style:normal;font-weight:800;left:18%;line-height:normal;position:absolute;text-align:center;z-index:1}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_my__Rvl7Q .Template9_textMy__DJMkc{bottom:-6%;left:18%}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_my__Rvl7Q .Template9_introImage1__hKMgY{height:32.37513rem;margin-bottom:3rem;max-height:52.13861vh;max-width:18.16615vw;position:relative;width:17.7085rem;z-index:2}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_my__Rvl7Q .Template9_introImage1__hKMgY{height:42vh;max-height:42vh;min-width:42vw;width:42vw}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_my__Rvl7Q .Template9_introImage1__hKMgY .Template9_IntroImageIcon1__F6vPz{bottom:-2rem;height:3.5rem;left:-2rem;width:3.5rem}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_my__Rvl7Q .Template9_introImage1__hKMgY img{height:100%;object-fit:cover;width:100%}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_intro__MyIiY{position:relative}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_intro__MyIiY .Template9_textIntro__UPs7x{-webkit-text-stroke:1px #fff;color:#000;font-family:Poppins;font-size:7.10456rem;font-style:normal;font-weight:800;line-height:normal;position:absolute;text-align:center;top:-8.8%;z-index:1}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_intro__MyIiY .Template9_textIntro__UPs7x{left:5%;top:-7%}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_intro__MyIiY .Template9_introImage2__SxQri{height:32.37513rem;margin-top:3rem;max-height:52.13861vh;max-width:18.16615vw;position:relative;width:17.7085rem;z-index:5}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_intro__MyIiY .Template9_introImage2__SxQri{height:42vh;max-height:42vh;min-width:42vw;width:42vw}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_intro__MyIiY .Template9_introImage2__SxQri .Template9_IntroImageIcon2__bA6c9{bottom:-2rem;height:3.5rem;left:-2rem;width:3.5rem}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_left__a\+ehw .Template9_intro__MyIiY .Template9_introImage2__SxQri img{height:100%;object-fit:cover;width:100%}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;width:55%}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61{height:35vh;width:100%}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_EditTextIcon__LDzCZ{cursor:pointer;height:3.5rem;left:12%;position:absolute;top:12%;width:3.5rem}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_EditTextIcon__LDzCZ{top:1%}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introDesc__ir9cm{border:none;color:#fff;font-family:Poppins;font-size:1.14219rem;font-style:normal;font-weight:300;height:21rem;line-height:normal;max-height:40vh;max-width:44vw;outline:none;overflow:scroll;padding:1rem;scroll-behavior:smooth;text-align:center;width:41.01463rem;width:44vw}@media(max-width:1280px)and (max-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introDesc__ir9cm{max-height:47vh}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introDesc__ir9cm::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introDesc__ir9cm{font-size:1.54219rem;min-height:25vh;min-width:100%;padding:2rem 4rem}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introButtons__0ksVG{align-items:center;display:flex;justify-content:space-between;margin-top:-7rem;width:48vw}@media(max-width:1280px)and (max-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introButtons__0ksVG{margin-top:.21rem}}@media(max-width:930px)and (min-height:600px){.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introButtons__0ksVG{margin-top:0;width:90%}}.Template9_container2__0A8sL .Template9_introContainer__N84T5 .Template9_right__U3l61 .Template9_introButtons__0ksVG button{background-color:#0000;border:none;color:#fff;cursor:pointer;font-family:Noto Serif;font-size:4.07125rem;font-style:normal;font-weight:400;line-height:normal}.Template9_container3__5xxyH{height:100vh;width:100vw}.Template9_container3__5xxyH .Template9_threeImage__TMg5N{align-items:center;display:flex;gap:1rem;height:100%;justify-content:center;width:100%}@media(max-width:650px){.Template9_container3__5xxyH .Template9_threeImage__TMg5N{gap:1rem}}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image1__0K6Tw{border-radius:1.59863rem;height:55.54563rem;max-height:80vh;position:relative;width:35.08169rem}@media(max-width:930px)and (min-height:600px){.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image1__0K6Tw{max-height:57vh;max-width:50vw}}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image1__0K6Tw .Template9_IntroImageIcon3__pS5u6{bottom:-2rem;height:3.5rem;left:10%;width:3.5rem}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image1__0K6Tw .Template9_IntroImageIcon3__pS5u6 img{border-radius:0}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image1__0K6Tw img{border-radius:1.59863rem;height:100%;object-fit:cover;width:100%}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image2__PTwPk{border-radius:1.59863rem;height:55.54563rem;max-height:80vh;position:relative;width:11.17794rem}@media(max-width:930px)and (min-height:600px){.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image2__PTwPk{max-height:57vh;max-width:20vw}}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image2__PTwPk .Template9_IntroImageIcon4__KPrco{bottom:-2rem;height:3.5rem;left:50%;transform:translateX(-50%);width:3.5rem}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image2__PTwPk .Template9_IntroImageIcon4__KPrco img{border-radius:0}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image2__PTwPk img{border-radius:1.59863rem;height:100%;object-fit:cover;width:100%}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image3__1E6Pz{border-radius:1.59863rem;height:55.54563rem;max-height:80vh;position:relative;width:11.17794rem}@media(max-width:930px)and (min-height:600px){.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image3__1E6Pz{max-height:57vh;max-width:20vw}}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image3__1E6Pz .Template9_IntroImageIcon5__z-xxW{bottom:-2rem;height:3.5rem;left:50%;transform:translateX(-50%);width:3.5rem}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image3__1E6Pz .Template9_IntroImageIcon5__z-xxW img{border-radius:0}.Template9_container3__5xxyH .Template9_threeImage__TMg5N .Template9_image3__1E6Pz img{border-radius:1.59863rem;height:100%;object-fit:cover;width:100%}.Template9_container4__OkL5x{display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:100vh;max-width:100vw;overflow:hidden;position:relative;width:100%}.Template9_container4__OkL5x .Template9_header__fHF1r{align-items:flex-start;display:flex;flex-direction:column;height:17.56519rem;justify-content:space-evenly;margin-left:5.6547vw;max-height:15vh;position:relative;width:23.02363rem}@media(max-width:1280px)and (max-height:600px){.Template9_container4__OkL5x .Template9_header__fHF1r{margin-top:1.3rem}}@media(max-width:930px)and (min-height:600px){.Template9_container4__OkL5x .Template9_header__fHF1r{align-items:center;margin:2rem 0;max-height:8vh;width:100%}}.Template9_container4__OkL5x .Template9_header__fHF1r .Template9_mygallery__kAzMG{color:#fff;font-family:Poppins;font-size:6.30506rem;font-style:normal;font-weight:600;line-height:100%;margin-left:0;text-align:center;white-space:nowrap}.Template9_container4__OkL5x .Template9_header__fHF1r .Template9_viewall__5dLsw{color:#fff;cursor:pointer;font-family:Poppins;font-size:1.68006rem;font-style:normal;font-weight:300;line-height:100%;margin-top:2rem;text-align:center}.Template9_container4__OkL5x .Template9_mobileView__J7oE1{display:none}.Template9_container4__OkL5x .Template9_mobileView__J7oE1 .Template9_smallContainer__LwF7x{display:flex;overflow-y:scroll;padding:0 2rem}.Template9_container4__OkL5x .Template9_mobileView__J7oE1 .Template9_smallContainer__LwF7x::-webkit-scrollbar{display:none}@media(max-width:930px)and (min-height:600px){.Template9_container4__OkL5x .Template9_mobileView__J7oE1{display:block}}.Template9_container4__OkL5x .Template9_desktopView__DpBrv{margin-top:3rem}.Template9_container4__OkL5x .Template9_desktopView__DpBrv .Template9_alice-carousel__prev-btn__rYejv{font-size:4rem}@media(max-width:930px)and (min-height:600px){.Template9_container4__OkL5x .Template9_desktopView__DpBrv{display:none}}.Template9_container4__OkL5x .Template9_activeContainer__Ressr{border-radius:2.57763rem;height:55.35088rem;margin:auto;max-height:70vh;max-width:90vw;min-height:70vh;position:relative;width:95.70431rem}@media(max-width:400px){.Template9_container4__OkL5x .Template9_activeContainer__Ressr{max-height:55vh}}@media(max-width:930px)and (min-height:600px){.Template9_container4__OkL5x .Template9_activeContainer__Ressr{min-height:58vh}}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_imageSection__91q7p{background-color:rgba(31,30,30,.486);border-radius:2.57763rem;height:100%;width:100%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_imageSection__91q7p img,.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_imageSection__91q7p video{border-radius:2.57763rem;height:100%;object-fit:contain;width:100%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx-{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:absolute;top:0;width:100%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_upper__e0ubg{align-items:center;display:flex;gap:1.22rem;padding:2.2rem}@media(max-width:930px)and (min-height:600px){.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_upper__e0ubg{padding:1.8rem}}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_upper__e0ubg .Template9_profileLogo__h3sEX{border-radius:5.97156rem;height:5.97156rem;width:5.97156rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_upper__e0ubg .Template9_profileLogo__h3sEX img{border-radius:5.97156rem;height:100%;object-fit:cover;width:100%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_upper__e0ubg .Template9_nameUsername__o7KUQ .Template9_name__lkF9R{color:#fff;font-family:Poppins;font-size:2.16688rem;font-style:normal;font-weight:500;line-height:normal}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_upper__e0ubg .Template9_nameUsername__o7KUQ .Template9_userName__2p\+lz{color:#fff;font-family:Poppins;font-size:1.14175rem;font-style:normal;font-weight:400;line-height:normal}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9{background-color:#0003;border-radius:0 0 2.57763rem 2.57763rem;display:flex;justify-content:space-between;width:100%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_desc__EgVX8{color:#fff;font-family:Poppins;font-size:1.79113rem;font-style:normal;font-weight:400;height:4.34688rem;line-height:123.4%;margin:auto auto auto 2rem;max-width:40%;overflow:hidden;width:25.64925rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_like__rRMNU{align-items:center;display:flex;justify-content:center}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_like__rRMNU img{height:4.5rem;width:4.5rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_like__rRMNU p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU{display:flex;gap:2rem;padding-right:1rem}@media(max-width:930px)and (min-height:600px){.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU{gap:1rem}}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_Icon__YrApL{align-items:center;cursor:pointer;display:flex;gap:.31rem;height:5.8rem;margin-top:.4rem;width:6.4rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_Icon__YrApL img{height:100%;width:100%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_Icon__YrApL p{color:#fff;font-family:Poppins;font-size:2.46006rem;font-style:normal;font-weight:600;height:3.2rem;line-height:123.4%;width:3.2rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_comment__jtI4q{align-items:center;display:flex;justify-content:center}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_comment__jtI4q .Template9_commentIcon__FiRoj{height:5.185675rem;width:4.132rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_comment__jtI4q .Template9_commentIcon__FiRoj img{height:100%;object-fit:cover;width:100%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_comment__jtI4q .Template9_commentCount__DE6Xn{color:#fff;font-family:Poppins;font-size:2.983rem;font-style:normal;font-weight:600;line-height:123.4%}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_shareIcon__hFyYG{height:6.285675rem;width:4rem}.Template9_container4__OkL5x .Template9_activeContainer__Ressr .Template9_details__Lqgx- .Template9_below__ncFy9 .Template9_icons__YFTVU .Template9_shareIcon__hFyYG img{height:100%;object-fit:cover;width:100%}.Template9_container4__OkL5x .Template9_cardContainer__kPBr2{border-radius:1.25rem;height:10.99963rem;min-height:20vh;min-width:50vw;padding:2rem 1rem;width:13.53394rem}@media(max-width:400px){.Template9_container4__OkL5x .Template9_cardContainer__kPBr2{min-height:23vh;min-width:47vw}}.Template9_container4__OkL5x .Template9_cardContainer__kPBr2 img,.Template9_container4__OkL5x .Template9_cardContainer__kPBr2 video{border-radius:1.875rem;height:100%;object-fit:cover;width:100%}.Template9_container5__gBfev{padding-bottom:4.7rem}.Template9_container5__gBfev .Template9_footer__A3GCC{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly}@media(max-width:930px)and (min-height:600px){.Template9_container5__gBfev .Template9_footer__A3GCC{max-height:12%;transform:translateY(-7vh)}}.Template9_container5__gBfev .Template9_footer__A3GCC .Template9_shortMessage__j3cPC{align-items:center;-webkit-backdrop-filter:blur(10.1858406067px);backdrop-filter:blur(10.1858406067px);background:#ffffff05;display:flex;flex-direction:column;height:20.61969rem;justify-content:center;margin-top:2rem;max-height:23vh;position:relative}.Template9_container5__gBfev .Template9_footer__A3GCC .Template9_shortMessage__j3cPC .Template9_EditTextIcon__LDzCZ{cursor:pointer;height:3.5rem;left:2%;position:absolute;top:10%;width:3.5rem}.Template9_container5__gBfev .Template9_footer__A3GCC .Template9_shortMessage__j3cPC .Template9_textShort__YVvxn{color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:500;line-height:normal;margin-bottom:3.3rem}.Template9_container5__gBfev .Template9_footer__A3GCC .Template9_shortMessage__j3cPC .Template9_shortDesc__jXrYl{border:none;color:#fff;font-family:Poppins;font-size:1.75019rem;font-style:normal;font-weight:300;height:8.13581rem;line-height:normal;overflow:scroll;text-align:center;width:46.84544rem}.Template9_container5__gBfev .Template9_footer__A3GCC .Template9_shortMessage__j3cPC .Template9_shortDesc__jXrYl::-webkit-scrollbar{display:none}.Template9_container5__gBfev .Template9_footer__A3GCC .Template9_thankYou__rNgN3{color:#fff;font-family:Poppins;font-size:1.71231rem;font-style:normal;font-weight:300;line-height:normal;margin-top:1rem;text-align:center}.alice-carousel .animated{animation-fill-mode:both}.alice-carousel .animated-out{z-index:1}.alice-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.alice-carousel{direction:ltr;margin:auto;position:relative;width:100%}.alice-carousel__wrapper{height:auto;overflow-x:hidden;overflow-y:hidden}.alice-carousel__stage,.alice-carousel__wrapper{box-sizing:border-box;position:relative;width:100%}.alice-carousel__stage{backface-visibility:hidden;-webkit-backface-visibility:hidden;height:100%;margin:0;padding:0;transform-style:flat;-webkit-transform-style:flat;white-space:nowrap}.alice-carousel__stage-item{box-sizing:border-box;display:inline-block;height:100%;line-height:0;margin:0;padding:0;position:relative;vertical-align:top;white-space:normal;width:100%}.alice-carousel__stage-item *{line-height:normal}.alice-carousel__stage-item.__hidden{opacity:0;overflow:hidden}.alice-carousel__next-btn,.alice-carousel__prev-btn{box-sizing:border-box;display:inline-block;padding:10px 5px;width:50%}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{content:attr(data-area);position:relative;text-transform:capitalize}.alice-carousel__prev-btn{text-align:right}.alice-carousel__next-btn-item,.alice-carousel__prev-btn-item{color:#465798;cursor:pointer;display:inline-block;margin:0;padding:5px}.alice-carousel__next-btn-item:hover,.alice-carousel__prev-btn-item:hover{color:darkred}.alice-carousel__next-btn-item.__inactive,.alice-carousel__prev-btn-item.__inactive{opacity:.4;pointer-events:none}.alice-carousel__play-btn{display:inline-block;left:20px;position:absolute;top:30px}.alice-carousel__play-btn:hover{cursor:pointer}.alice-carousel__play-btn-wrapper{background-color:#fff;border-radius:50%;height:32px;padding:10px;position:relative;width:32px}.alice-carousel__play-btn-item{background:#0000;border:0;cursor:pointer;height:32px;outline:none;position:absolute;width:32px}.alice-carousel__play-btn-item:after,.alice-carousel__play-btn-item:before{border-color:#0000 #0000 #0000 #465798;border-style:solid;border-width:8px 0 8px 15px;content:"";display:block;height:0;pointer-events:none;position:absolute;transition:all .4s linear;width:0}.alice-carousel__play-btn-item:before{height:14px;left:5px}.alice-carousel__play-btn-item:after{left:18px;top:7px}.alice-carousel__play-btn-item.__pause:after,.alice-carousel__play-btn-item.__pause:before{border-width:0 0 0 10px;height:30px}.alice-carousel__play-btn-item.__pause:after{left:18px;top:0}.alice-carousel__dots{list-style:none;margin:30px 3px 5px;padding:0;text-align:center}.alice-carousel__dots>li{display:inline-block}.alice-carousel__dots-item:not(.__custom){background-color:#e0e4fb;border-radius:50%;cursor:pointer;height:8px;width:8px}.alice-carousel__dots-item:not(.__custom):not(:last-child){margin-right:20px}.alice-carousel__dots-item:not(.__custom).__active,.alice-carousel__dots-item:not(.__custom):hover{background-color:#6e7ebc}.alice-carousel__slide-info{background-color:#e0e4fb99;border-radius:5px;color:#465798;display:inline-block;padding:5px 10px;position:absolute;right:20px;top:20px}.alice-carousel__slide-info-item{line-height:0;vertical-align:middle}*{box-sizing:border-box;font-family:poppins,sans-serif;margin:0;padding:0}:root{--base-font-size:100%;--font-Poppins:"Poppins",sans-serif;--font-Inter:"Inter",sans-serif;--font-Chilanka:"Chilanka",cursive;--font-Roboto:"Roboto",sans-serif;--font-Bellefair:"Bellefair",serif;--font-Noto:"Noto Serif",serif;--color-text:#fff;--color-t09-text1:#000;--color-t09-text2:#525252;--color-t09-text3:#959595;--color-t09-text4:#202020;--color-t09-text5:#8c8c8c;--color-t09-text6:#262626;--color-t09-text7:#454545;--color-t09-icon1:#161111;--color-t09-background1:#7a7a7a;--color-t09-background2:#fff;--color-t09-background3:#f7ba1f;--color-t09-background4:#e7e7e7;font-size:100%;font-size:var(--base-font-size)}#root{height:100vh;overflow:hidden;width:100vw}.Toastify{font-size:16px;position:absolute;z-index:99999}.Toastify .Toastify__toast-theme--colored.Toastify__toast--default,.Toastify .Toastify__toast-theme--colored.Toastify__toast--error,.Toastify .Toastify__toast-theme--colored.Toastify__toast--info,.Toastify .Toastify__toast-theme--colored.Toastify__toast--success,.Toastify .Toastify__toast-theme--colored.Toastify__toast--warning{-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;background:linear-gradient(134deg,#1e1e1e94,#33333394)!important;border:2px solid #09e1d4!important;border-radius:10px!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--success .Toastify__toast-icon svg{fill:lime!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--error .Toastify__toast-icon svg{fill:red!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__toast-icon svg{fill:#e1ff00!important}.Toastify .Toastify__toast-theme--colored.Toastify__toast--info .Toastify__toast-icon svg{fill:#3498db!important}.Toastify .Toastify__toast-body{-webkit-text-fill-color:#0000!important;background:linear-gradient(156deg,#09e1d4,#00feef)!important;background-clip:text!important;-webkit-background-clip:text!important}.react-transform-wrapper,.react-transform-wrapper .react-transform-component{height:100%!important;width:100%!important}
/*# sourceMappingURL=main.f6e2bd18.css.map*/