.Layout_main___AFNx{min-width:100%;position:relative;height:100%;background:#000}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GuestPost_submitGuestPostPage__3f1hJ{overflow:hidden;background:linear-gradient(180deg,#070711,#0a0b1a 50%,#070711);position:relative}.GuestPost_submitGuestPostPage__3f1hJ:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(100,102,242,.1) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(18,181,222,.1) 0,transparent 50%);pointer-events:none;z-index:0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI{background:transparent;position:relative;z-index:1;padding:100px 0 140px;min-height:100vh}@media(max-width:768px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI{padding:70px 0 100px}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x{text-align:center;margin-bottom:5rem}@media(max-width:768px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x{margin-bottom:3.5rem}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x h4{font-weight:600;letter-spacing:.5px;line-height:20px;font-size:15px;border-radius:8px;margin-bottom:1.5rem;display:inline-block;padding:10px 20px;background:rgba(15,16,33,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1)}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x h4>span{background:linear-gradient(90deg,#12b5de,#7130c3 50%,#ff3bd4);text-transform:capitalize;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x h2{font-size:52px;line-height:1.2;color:#fff;margin-bottom:1.5rem;font-weight:800;letter-spacing:-1px;text-shadow:0 2px 20px rgba(0,0,0,.3)}@media(max-width:768px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x h2{font-size:36px;margin-bottom:1.25rem}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x p{color:#a0aec0;margin:0 auto;font-size:19px;line-height:1.7;max-width:700px;font-weight:400}@media(max-width:768px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_groupTitle__Hfe7x p{font-size:17px;padding:0 10px}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA{width:100%;margin-top:4rem;padding:0;box-sizing:border-box}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCards__7N_BI{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto;padding:0 20px;box-sizing:border-box}@media(max-width:768px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCards__7N_BI{grid-template-columns:1fr;gap:2rem;padding:0 15px;max-width:100%}}@media(min-width:769px)and (max-width:1024px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCards__7N_BI{max-width:800px;gap:1.5rem}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E{position:relative;box-shadow:0 4px 10px 0 rgba(0,0,0,.3);padding:15px;box-sizing:border-box;margin:0;flex-direction:row;flex-grow:0;max-width:100%;transition:transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);border:2px solid hsla(0,0%,100%,.1);border-radius:25px;height:100%;display:flex;flex-direction:column;background:rgba(15,16,33,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E.GuestPost_pricingCardAdvanced__lMGAJ{border:2px solid #6466f2;box-shadow:0 8px 40px rgba(100,102,242,.3);background:rgba(15,16,33,.8)}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingCardContent___JUhI{background-color:rgba(15,16,33,.9);border-color:transparent!important;padding:20px 10px;position:relative;z-index:2;border:2px solid hsla(0,0%,100%,.1);border-radius:10px;transition:all .6s cubic-bezier(.33,.84,.31,.98);transform-style:preserve-3d;flex:1 1;display:flex;flex-direction:column}@media(max-width:768px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingCardContent___JUhI{padding:20px 10px}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingHeader__2ZxuG{text-align:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingHeader__2ZxuG h4{font-size:20px;margin-bottom:20px;color:#ccceef;font-weight:700}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_pricingWrapper__DSaze{display:flex;justify-content:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_pricingWrapper__DSaze .GuestPost_currency__lfkC8{font-size:17px;position:relative;bottom:-24px;left:5px;opacity:.7;color:#a0aec0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_pricingWrapper__DSaze .GuestPost_price__pnQLD{font-size:50px;color:#fff;line-height:1;font-weight:700;margin-bottom:10px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_subtitle__ejEVT{font-size:14px;color:#a0aec0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingHeader__2ZxuG p{color:#a0aec0;font-size:14px;margin-top:.5rem;margin-bottom:0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .separator-animated-black{margin:1.5rem 0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w{text-align:left;margin-bottom:30px;flex:1 1}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w ul{list-style:none;padding:0;margin:0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w ul li{font-size:15px;line-height:1.67;margin-top:10px;margin-bottom:10px;color:#ccceef;font-weight:400;display:flex;align-items:flex-start;justify-content:flex-start;padding-left:20px;gap:10px;text-align:left}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w ul li strong{font-weight:600;color:#fff;display:block;width:100%;margin-bottom:8px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w ul li svg{margin-right:0;width:15px;height:15px;flex-shrink:0;margin-top:3px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w ul li.GuestPost_emptyListItem__6W96R{height:0;margin:0;padding:0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w .GuestPost_notesBlock__kPKqs{margin-top:12px;text-align:left}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w .GuestPost_notesBlock__kPKqs p{color:#a0aec0;margin-bottom:6px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w .GuestPost_notesBlock__kPKqs ul{list-style:disc;padding-left:22px;margin:6px 0 0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingBody__dEL8w .GuestPost_notesBlock__kPKqs ul li{color:#ccceef;font-size:14px;line-height:1.6}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingFooter__TZxuf{display:flex;justify-content:center;margin-top:auto}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingFooter__TZxuf div{padding:0 100px;border:10px;font-size:14px;cursor:pointer}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_pricingSection__azCtA .GuestPost_pricingCard__RWx9E .GuestPost_pricingTag__ua5_h{position:absolute;right:25px;top:-15px;color:#fff;background:#6466f2;z-index:3;font-size:.8rem;line-height:1.25rem;padding:.25rem .5rem;border-radius:1.5rem}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_emptyListItem__6W96R{height:12px;margin:0;padding:0;list-style:none}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_infoSection__YAUYS{width:100%;max-width:900px;margin:0 auto 2rem;padding:24px 20px;background:rgba(15,16,33,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.08);border-radius:12px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_infoSection__YAUYS h3{color:#fff!important;font-size:24px;line-height:1.3;font-weight:700;margin-bottom:12px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_infoSection__YAUYS p{color:#e5e7eb!important;font-size:16px;line-height:1.7;margin-bottom:8px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_infoSection__YAUYS ul{list-style:disc;padding-left:22px;margin:8px 0 12px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_infoSection__YAUYS ul li{color:#e5e7eb!important;font-size:15px;line-height:1.7;margin:6px 0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_submitGuestPostBlock__Va3hI .GuestPost_infoSection__YAUYS strong{color:#fff!important;font-weight:700}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_container__ePYEs{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;position:relative;z-index:1}@media(max-width:768px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_container__ePYEs{padding-left:20px;padding-right:20px}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_row__O4dAC{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_colFull__Yk5Kf{padding-left:12px;padding-right:12px;flex:0 0 100%;max-width:100%;box-sizing:border-box}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_colHalf__IToe4{padding-left:12px;padding-right:12px;flex:0 0 50%;max-width:50%;box-sizing:border-box}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_mb4__g2ru_{margin-bottom:1.5rem}@media(max-width:767px){.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_colHalf__IToe4{flex:0 0 100%;max-width:100%}}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_borderTop__1Vy7E{width:100%;position:absolute;bottom:-1px;left:0;z-index:2;opacity:.8;transition:opacity .3s ease}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_borderTop__1Vy7E img{width:100%;height:auto;display:block}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_borderTop__1Vy7E:hover{opacity:1}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4{width:100%;position:absolute;bottom:-1px;left:0;z-index:1}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 img{width:100%}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4{position:relative;z-index:0;display:flex;align-items:center;justify-content:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1Content__ebwsS{margin-top:10rem;margin-bottom:6rem;max-width:768px;padding:0 20px;text-align:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1Content__ebwsS h1{color:#101827;font-size:3rem;line-height:1.1;font-weight:700;margin-bottom:1rem;text-wrap:balance}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1Content__ebwsS p{max-width:64rem;padding-left:2rem;padding-right:2rem;color:#6b7280}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1Content__ebwsS .GuestPost_btnGetStarted__1Y_qs{margin-top:35px;padding:0;height:40px;line-height:40px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1Content__ebwsS .GuestPost_btnGetStarted__1Y_qs a{max-width:270px;width:100%;display:inline-block;border-color:transparent;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-property:all;line-height:.5rem;padding:1rem 4rem;border-radius:9999px;text-decoration:none}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1Content__ebwsS .GuestPost_btnGetStarted__1Y_qs a span,.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1Content__ebwsS .GuestPost_btnGetStarted__1Y_qs a:hover span{color:#fff}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block1__134e4 .GuestPost_block1ContentBg__wyg4Y{position:absolute;z-index:-1;background-image:url(/images/detail-post-bg.svg);background-color:#fff;background-position:top;background-repeat:no-repeat;top:0;height:1969px;width:100%;margin:auto}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh{position:relative;z-index:0;padding:2rem;margin-top:13rem;max-width:1280px;width:100%;margin-left:auto;margin-right:auto}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh h2{max-width:1024px;font-size:2.25rem;line-height:2.5rem;color:#fff;text-wrap:balance}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ{margin-top:2rem;margin-bottom:2rem;display:grid;grid-gap:3rem;gap:3rem;grid-template-columns:repeat(3,minmax(0,1fr))}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemIcon__jEHzY{padding:3px;border-radius:9999px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemIcon__jEHzY .GuestPost_block2GridItemIconBg__rJ9Gc{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background-color:#0d0f14;border-radius:9999px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemIcon__jEHzY .GuestPost_block2GridItemIconBg__rJ9Gc svg{width:1.75rem;height:1.75rem}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemIcon__jEHzY .GuestPost_block2GridItemIconBg__rJ9Gc svg path{fill:#fff}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemIcon1__4sFlT{background-image:linear-gradient(247.23deg,#4af2c8,#2f4cb3)}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemIcon2__JpU57{background-image:linear-gradient(66.77deg,#d83333,#f041ff)}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemIcon3__qm0WM{background-image:linear-gradient(266.93deg,#f8e42e,#ff7d54)}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemName__6I4oR{margin-top:1rem}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemName__6I4oR h2{font-size:1rem;line-height:1.5rem;font-weight:700;margin-bottom:2px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block2__E0oXh .GuestPost_block2Grid__nWLzQ .GuestPost_block2GridItem__jj0UA .GuestPost_block2GridItemName__6I4oR p{color:#bfc1c9;font-size:.9rem;line-height:1.5rem;font-weight:400}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo{position:relative;z-index:0;padding:2rem;margin-top:4rem}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3Head__vBFHS{max-width:1280px;width:100%;margin-left:auto;margin-right:auto}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo h2{text-align:center;font-size:2rem!important;line-height:2rem!important;font-weight:600;margin-bottom:18px;color:#101827}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo p{text-align:center;color:#6b7280;font-size:1rem;line-height:1.5rem;font-weight:400;text-wrap:balance}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X{margin-top:60px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC{box-shadow:0 4px 10px 0 rgba(13,21,48,.05);padding:15px;box-sizing:border-box;margin:0;flex-direction:row;flex-grow:0;max-width:100%;transition:transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);border:2px solid #d1d5db;border-radius:25px;position:relative}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6{background-color:#fff;border-color:transparent!important;padding:20px 10px;position:relative;z-index:2;border:2px solid #d1d5db;border-radius:10px;transition:all .6s cubic-bezier(.33,.84,.31,.98);transform-style:preserve-3d}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingHeader__2ZxuG{text-align:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingHeader__2ZxuG h4{font-size:20px;margin-bottom:20px;color:#101827;font-weight:700}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_pricingWrapper__DSaze{display:flex;justify-content:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_pricingWrapper__DSaze .GuestPost_currency__lfkC8{font-size:17px;position:relative;bottom:-24px;left:5px;opacity:.7;color:#4b5563}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_pricingWrapper__DSaze .GuestPost_price__pnQLD{font-size:50px;color:#101827;line-height:1;font-weight:700;margin-bottom:10px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingHeader__2ZxuG .GuestPost_pricing__XtO3e .GuestPost_subtitle__ejEVT{font-size:14px;color:#7376aa}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingBody__dEL8w{text-align:center;margin-bottom:30px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingBody__dEL8w ul{list-style:none;padding:0;margin:0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingBody__dEL8w ul li{font-size:15px;line-height:1.67;margin-top:10px;margin-bottom:10px;color:#101827;font-weight:400;display:flex;align-items:center;justify-content:flex-start;padding-left:20px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingBody__dEL8w ul li svg{margin-right:5px;width:15px;height:15px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingFooter__TZxuf{display:flex;justify-content:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_pricingTable__TYMU6 .GuestPost_pricingFooter__TZxuf div{padding:0 100px;border:10px;font-size:14px;cursor:pointer}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxOps__Poq9X .GuestPost_toolPricing__fjyGC .GuestPost_toolPricingTag__h_2e1{position:absolute;right:25px;top:-15px;color:#fff;background:#6466f2;z-index:3;font-size:.8rem;line-height:1.25rem;padding:.25rem .5rem;border-radius:1.5rem}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3List__zAivp{max-width:777px;width:100%;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:repeat(2,1fr)}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3List__zAivp .GuestPost_block3ListItem__6eYcn{border-radius:10px;padding:10px;height:-moz-fit-content;height:fit-content}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxForm__1PMmm{display:flex;justify-content:center;align-items:center;background-color:#121212;border:1px solid hsla(221,8%,56%,.2);padding:2rem;border-radius:1rem;margin-top:2rem}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxForm__1PMmm .GuestPost_block3BoxFormStyle__JgLPa{width:100%;max-width:36rem}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxForm__1PMmm .GuestPost_block3BoxFormStyle__JgLPa p{font-size:15px;color:#bfc1c9;text-wrap:wrap!important}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxForm__1PMmm .GuestPost_block3BoxFormStyle__JgLPa label{color:#fff}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxForm__1PMmm .GuestPost_block3BoxFormStyle__JgLPa .GuestPost_note__yrogA{color:#858b98}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block3__9WlUo .GuestPost_block3BoxForm__1PMmm .GuestPost_block3BoxFormStyle__JgLPa button{background-image:linear-gradient(247.23deg,#4af2c8,#2f4cb3);border:0 solid transparent;color:#fff;border-radius:5px;padding:.5rem 1rem;min-width:150px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4{position:relative;z-index:0;padding:2rem;max-width:1280px;width:100%;margin-left:auto;margin-right:auto}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 h2{max-width:1024px;font-size:2.25rem;line-height:2.5rem;color:#4f46e5;text-wrap:balance}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 p{color:#bfc1c9;font-size:.9rem;line-height:1.5rem;font-weight:400;max-width:750px;text-wrap:balance}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx{gap:30px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx .GuestPost_block4Grid1__gxf8s{max-width:400px;width:100%;margin-bottom:20px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx .GuestPost_block4Grid1__gxf8s img{border-radius:15px;width:100%}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx .GuestPost_block4Grid2__AgOCk h2{font-size:1.5rem!important;line-height:2rem!important;font-weight:600;margin-bottom:18px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx .GuestPost_block4Grid2__AgOCk .GuestPost_block4Grid2Item__6oZj8{display:flex;margin-top:12px;gap:.625rem!important}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx .GuestPost_block4Grid2__AgOCk .GuestPost_block4Grid2Item__6oZj8 svg{width:28px;height:28px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx .GuestPost_block4Grid2__AgOCk .GuestPost_block4Grid2Item__6oZj8 .GuestPost_block4Grid2ItemText__x7Uib strong{color:#111827}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block4__Tsch4 .GuestPost_block4Grid__UygMx .GuestPost_block4Grid2__AgOCk .GuestPost_block4Grid2Item__6oZj8 .GuestPost_block4Grid2ItemText__x7Uib p{color:#4b5563}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde{position:relative;z-index:0;padding:2rem 2rem 14rem;margin-top:4rem;width:100%;margin-left:auto;margin-right:auto}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde h2{text-align:center;width:100%;font-size:2rem;line-height:2.5rem;color:#101827;font-weight:600;text-wrap:balance;margin-bottom:50px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde p{text-align:center}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde .GuestPost_accordion__S8tOf{max-width:83%;padding:20px 15px 0;margin:0 auto;position:relative;z-index:0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde .GuestPost_accordion__S8tOf .GuestPost_aijourneyAccordionStyle__G_WTl .GuestPost_itemStyle__E_Mvt{background:#fff;border:0;border-radius:10px!important;position:relative;z-index:0}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde .GuestPost_accordion__S8tOf .GuestPost_aijourneyAccordionStyle__G_WTl .GuestPost_itemStyle__E_Mvt .GuestPost_itemHeaderStyle__YrRGc{background-color:transparent;box-shadow:none;padding:20px 30px;margin-bottom:0;border:1px solid #e5e7eb;border-radius:10px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde .GuestPost_accordion__S8tOf .GuestPost_aijourneyAccordionStyle__G_WTl .GuestPost_itemStyle__E_Mvt .GuestPost_itemHeaderStyle__YrRGc button{color:#101827;font-size:18px;line-height:27px;outline:none;text-decoration:none;box-shadow:none;width:100%;text-align:left;padding:0;background:transparent;position:relative}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde .GuestPost_accordion__S8tOf .GuestPost_aijourneyAccordionStyle__G_WTl .GuestPost_itemStyle__E_Mvt .GuestPost_itemHeaderStyle__YrRGc button:after{background-image:url(/images/icons/chevron-down-ccceef.png);background-size:cover;width:30px;height:30px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde .GuestPost_accordion__S8tOf .GuestPost_aijourneyAccordionStyle__G_WTl .GuestPost_itemStyle__E_Mvt .GuestPost_itemBodyStyle__0ZqCq{font-size:16px;line-height:1.7;font-weight:300;color:#101827;padding:30px 20px;border:1px solid #e5e7eb;border-top-color:transparent;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.GuestPost_submitGuestPostPage__3f1hJ .GuestPost_block5__IaWde .GuestPost_accordion__S8tOf .GuestPost_aijourneyAccordionStyle__G_WTl .GuestPost_itemStyle__E_Mvt+.GuestPost_itemStyle__E_Mvt{margin-top:20px}.GuestPost_itemhover__GlPHM{background-color:#0f1021;position:relative;transition:transform .65s cubic-bezier(.05,.2,.1,1),box-shadow .65s cubic-bezier(.05,.2,.1,1);z-index:2;overflow:hidden;border-radius:10px}.GuestPost_itemhover__GlPHM:before{top:var(--y);left:var(--x);transform:translate(-50%,-50%);background:radial-gradient(#7064e9,transparent,transparent);width:200%;height:200%;opacity:0;transition:.5s,top 0s,left 0s}.GuestPost_itemhover__GlPHM:after,.GuestPost_itemhover__GlPHM:before{content:"";position:absolute;z-index:-1;border-radius:10px;box-sizing:border-box}.GuestPost_itemhover__GlPHM:after{inset:2px;background:#fff}.GuestPost_itemhover__GlPHM:hover:before{opacity:1}@media only screen and (min-width:1200px){.GuestPost_block4Grid__UygMx{display:flex}.GuestPost_block4Grid__UygMx .GuestPost_block4Grid1__gxf8s{max-width:none!important;width:40%!important}.GuestPost_accordionBg__WlGOU{position:absolute;z-index:-1;background-image:url(/images/detail-post-bg.svg);background-color:#fff;background-position:top;background-repeat:no-repeat;top:50px;right:-100px;height:500px;width:100%;margin:auto}}@media only screen and (max-width:768px){.GuestPost_block3List__zAivp{grid-template-columns:repeat(1,1fr)!important}}@media only screen and (max-width:767px){.GuestPost_block1Content__ebwsS h1{font-size:2.5rem!important}.GuestPost_accordion__S8tOf{padding:0!important;max-width:100%!important}}