@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:wght@100;200&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: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-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:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);font-family:sans-serif;max-height:800px;min-height:64px;padding:8px}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.footer-section{background:#000;color:#fff;display:flex;flex-direction:column;padding:0 6.25em;width:100vw}@media only screen and (max-width:900px){.footer-section{padding:0 3.5rem}}@media only screen and (max-width:600px){.footer-section{padding:2em 2em 0}}.footer-section .footer{display:flex;flex-wrap:wrap;gap:13.75rem;justify-content:space-between;padding:6rem 0}@media only screen and (max-width:900px){.footer-section .footer{gap:5rem}}@media only screen and (max-width:600px){.footer-section .footer{gap:2rem}}.footer-section .footer__logo{align-items:center;display:flex}.footer-section .footer__logo img{height:5.8rem;width:5.4rem}.footer-section .footer__newsletter{display:flex;flex-direction:column;gap:2.5rem;min-width:21.25rem}@media screen and (max-width:900px){.footer-section .footer__newsletter{min-width:100%}}.footer-section .footer__newsletter-form-title{font-size:1rem;font-weight:400}.footer-section .footer__newsletter-form form{align-items:flex-end;border-bottom:1px solid hsla(0,0%,100%,.75);display:flex;padding:0 0 .5em}.footer-section .footer__newsletter-form form input{background:transparent;border:0;font-size:.8em;padding:0 0 0 1em}.footer-section .footer__newsletter-form form input::-webkit-input-placeholder{color:#666}.footer-section .footer__newsletter-form form input:-ms-input-placeholder{color:#666}.footer-section .footer__newsletter-form form input::placeholder{color:#666}.footer-section .footer__newsletter-form form button{align-items:center;background:#fff;border:0;border-radius:50%;display:flex;font-size:1.25em;font-weight:300;justify-content:center;margin-left:-2em;padding:.4em;transition:.4s ease-in-out}.footer-section .footer__newsletter-form form button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer-section .footer__links-section{display:flex;flex-grow:1;gap:2em;justify-content:space-between}@media screen and (max-width:600px){.footer-section .footer__links-section{flex-direction:column;gap:2em}}.footer-section .footer__links-section .footer__email{color:#fff!important;font-size:.875rem!important;font-weight:400;opacity:1!important;transition:.4s ease-in-out!important}.footer-section .footer__links-section .footer__email:hover{color:#fff;-webkit-transform:translateX(.5rem)!important;transform:translateX(.5rem)!important}.footer-section .footer__links-section .footer__columns{display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:200;gap:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer-section .footer__links-section .footer__columns h3{font-family:"DM Serif Display",sans-serif;font-size:1rem}@media screen and (min-width:1600px){.footer-section .footer__links-section .footer__columns h3 *{-webkit-transform:scale(1.2);transform:scale(1.2)}}.footer-section .footer__links-section .footer__columns p{font-size:.875rem;font-weight:400;opacity:.8}.footer-section .footer__links-section .footer__columns a{color:#f5f5f5;font-size:.875rem;font-weight:400;opacity:.8;transition:.2s ease-in-out}.footer-section .footer__links-section .footer__columns a:hover{color:#666;-webkit-transform:translateX(1em);transform:translateX(1em)}.footer-section .footer__links-section .footer__columns .footer__social-links{display:flex;gap:1rem}.footer-section .footer__links-section .footer__columns .footer__social-links a{color:#fff;opacity:1;transition:.4s}.footer-section .footer__links-section .footer__columns .footer__social-links a *{color:#fff;font-size:1.5rem;opacity:1}.footer-section .footer__links-section .footer__columns .footer__social-links a:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.footer-section .footer__links-section .social-links-section{gap:1.5rem}.footer-section .footer__copyright-section{border-top:1px solid hsla(0,0%,77%,.2);color:#a0a0a0;display:flex;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:200;font-weight:500;justify-content:space-between;padding:2.5rem 0;width:100%}.footer-section .footer__copyright-section .copyright{font-size:.875rem}@media only screen and (max-width:600px){.footer-section .footer__copyright-section .copyright{text-align:center}}@media screen and (min-width:1600px){.footer-section .footer__copyright-section{font-size:1rem}}@media only screen and (max-width:600px){.footer-section .footer__copyright-section{align-items:center;flex-direction:column;gap:1rem}}.footer-section .footer__copyright-section-links{display:flex;gap:1rem}.footer-section .footer__copyright-section-links a{font-size:.875rem;font-weight:500;text-transform:uppercase}.header{align-items:center;background-color:transparent;box-shadow:0 1px 20px rgba(0,0,0,.07);display:flex;justify-content:space-between;padding:1.125rem 5rem;position:fixed;transition:.4s ease-in-out;width:100%;z-index:1100}@media only screen and (max-width:900px){.header{padding:1.125rem 2rem}}@media only screen and (max-width:600px){.header{padding:.625rem 1rem}}.header__brand{background:transparent}.header__brand img{height:2.25rem}.header__login{align-items:center;background-color:#e67818;border-radius:32px;display:flex;margin-left:auto;padding:.55rem 1.45rem}.header__login>*{color:#fff}.header__login a{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.header__login a span *{font-size:.9375rem}@media only screen and (max-width:600px){.header__login{padding:.5rem 1rem}}.header__menu{align-items:center;background:none;display:flex;margin-left:2.5rem;margin-right:2rem}@media only screen and (max-width:600px){.header__menu{margin-left:.5rem;margin-right:0}}.header__menu_btn{align-items:flex-end;border:1px solid #e67818;border-radius:50%;color:#333;display:flex;flex-direction:column;gap:.375rem;height:2.25rem;justify-content:center;margin-right:4px;padding-right:.5rem;width:2.25rem}.header__menu_btn .barline{background:#fff;height:.125rem;max-height:.125rem;min-height:.125rem;width:1.25rem}.header__menu_btn .barline:nth-child(2){width:1rem}.header__menu_text{color:#fff;font-size:.875rem}@media only screen and (max-width:600px){.header__menu_text{display:none}}.active .header__login{background-color:#470368}.active .header__menu_text{color:#333}.active .header__menu_btn{border:1px solid #e67818}.active .header__menu_btn .barline{background:#333}.nav{align-items:center;background-color:#fff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;height:100vh;overflow:hidden;position:absolute;right:0;top:0;transition:1s ease-in-out;width:0;z-index:1210}.nav.is-open{padding:2rem 4rem;width:51%}.nav__header{align-items:center;display:flex;margin-left:auto;padding:1.5rem 5rem;transition:.4s ease-in-out}.nav__header:hover{-webkit-transform:translateX(-.5rem);transform:translateX(-.5rem)}.nav__header:hover>*{font-weight:500}.nav__header>*{cursor:pointer}@media only screen and (max-width:600px){.nav__header{padding:1.5rem}}.nav__header img{color:#333;margin-right:.4rem;width:2.25rem}.nav__list{display:flex;flex-direction:column;flex-grow:1;gap:.25rem;justify-content:center;margin-right:auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:2.5rem 5rem;white-space:nowrap}@media screen and (max-height:720px){.nav__list{padding:1.5rem 5rem .5rem}}@media only screen and (max-width:600px){.nav__list{gap:.5rem;padding:3rem 2.5rem 2.5rem}}.nav__list>*{color:#333;font-weight:500;text-transform:uppercase;transition:all .3s ease-in-out}.nav__list>:hover{color:#e67818;-webkit-transform:translateX(.6rem);transform:translateX(.6rem)}.nav__list>* .subHeaderText2:hover{color:#e67818}@media screen and (max-height:720px){.nav__list>* .subHeaderText2{font-size:2rem}}@media screen and (min-height:720px){.nav__list>* .subHeaderText2{font-size:2.375rem}}@media screen and (max-height:520px){.nav__list>* .subHeaderText2{font-size:1.75rem}}@media only screen and (max-width:600px){.nav__list>* .subHeaderText2{font-size:1.5rem}}.nav__list .activeNavLink .subHeaderText2{color:#e67818}.nav__footer{align-items:center;border-top:1px solid #e8e8e8;color:rgba(0,0,0,.4);display:flex;font-size:14px;justify-content:space-between;padding:1.5rem 5rem;width:100%}.nav__footer .d-f{gap:1.5rem}.nav__footer .bodyText{text-transform:uppercase}@media only screen and (max-width:600px){.nav__footer{align-items:center;flex-direction:column;gap:1rem;justify-content:center}}.nav__footer_socials{align-items:center;display:flex;gap:1rem}.nav__footer_socials>*{font-size:1.5rem}.nav .hr{background-color:red;height:1px;margin-bottom:1rem;width:100%}.HeaderText{color:#333;font-family:"DM Serif Display",serif;font-size:2.25rem;font-weight:400;transition:all .3s ease-in-out}@media only screen and (max-width:600px){.HeaderText{font-size:1.5rem}}.bodyText{font-family:Poppins,sans-serif;font-size:1rem;font-weight:300;line-height:1.8;transition:all .3s ease-in-out}@media only screen and (max-width:600px){.bodyText{font-size:.85rem;font-weight:400}}.subHeaderText{color:#333;font-family:"DM Serif Display",serif;font-size:2rem;font-weight:400;transition:all .3s ease-in-out}@media only screen and (max-width:600px){.subHeaderText{font-size:1.25rem}}.subHeaderTextSmall{color:#333;font-family:"DM Serif Display",serif;font-size:1.25rem;font-weight:400;transition:all .3s ease-in-out}.white{color:#fff}.subHeaderText2{color:#333;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;transition:all .3s ease-in-out}@media only screen and (max-width:600px){.subHeaderText2{font-size:1rem}}.about{color:#333;display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-weight:300;gap:7.5rem;line-height:30px;overflow:hidden;padding-top:4rem}@media only screen and (max-width:900px){.about{gap:6rem}}@media only screen and (max-width:600px){.about{font-size:12px;gap:3rem;line-height:17px}}.about .section__header{margin:1.2rem 0}@media only screen and (max-width:600px){.about .section__header{margin:0}}.about__intro{height:94vh;position:relative}@media only screen and (max-width:1200px){.about__intro{height:40vh}}@media only screen and (max-width:600px){.about__intro{height:25vh}}.about__intro:after{background-color:rgba(0,0,0,.6);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.about__intro iframe{height:100%;object-fit:cover;width:100%}.about__intro button{background:none;border:none;position:absolute;transition:all .3s ease-in-out}.about__intro button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width:600px){.about__intro button{width:50px}}.about__content{margin-top:-2.5rem;padding:0 5rem}@media only screen and (max-width:900px){.about__content{padding:0 3rem}}@media only screen and (max-width:600px){.about__content{margin-top:0;padding:1rem}}.about__content .caption{width:48.375rem}@media only screen and (max-width:900px){.about__content .caption{width:34rem}}@media only screen and (max-width:600px){.about__content .caption{width:100%}}.about__content .subHeaderText{font-size:1.5rem;margin-bottom:1rem}.about__content_row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);width:100%}@media only screen and (max-width:1200px){.about__content_row{grid-template-columns:1fr}}.about__content_row .text_child{width:34.5rem}@media only screen and (max-width:900px){.about__content_row .text_child{width:100%}}@media only screen and (max-width:600px){.about__content_row .text_child{width:100%}}.about__content_row .first{display:flex;flex-direction:column;gap:2rem;justify-content:center}@media only screen and (max-width:900px){.about__content_row .first{gap:1.5rem}}@media only screen and (max-width:600px){.about__content_row .first{gap:1rem}}.about__content_row .second{display:flex;flex-direction:column;gap:2rem}.about__content_row .text{display:flex;flex-direction:column;justify-content:space-evenly;padding-right:4rem}@media only screen and (max-width:1200px){.about__content_row .text{height:60vh;padding:0;width:100%}.about__content_row .text>*{margin:1rem 0}}.about__content_row .img{cursor:pointer;display:flex;grid-column-start:2;grid-row-end:3;grid-row-start:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-end;width:100%}@media only screen and (max-width:900px){.about__content_row .img{grid-column-start:1;grid-row-end:3;grid-row-start:2;height:30.75rem;overflow:hidden}}@media only screen and (max-width:600px){.about__content_row .img{height:18.75rem;width:100%}}.about__content_row .img .aboutImg__wrapper{height:100%;width:39.5rem}@media only screen and (max-width:900px){.about__content_row .img .aboutImg__wrapper{width:100%}}.about__content_row .img img{height:100%;object-fit:cover;object-position:center;transition:all .3s ease-in-out;width:100%}@media only screen and (max-width:900px){.about__content_row .img img{height:auto;object-fit:contain}}.about__content_core{grid-gap:2.75rem;background-color:#fff;display:grid;grid-template-columns:repeat(3,minmax(24.5rem,1fr));overflow-x:scroll;padding:4rem 1rem 2rem}@media only screen and (max-width:600px){.about__content_core{grid-template-columns:repeat(3,minmax(17.5rem,1fr))}}.about__content_core::-webkit-scrollbar{display:none}.about__content_core_item{background-color:#fff;border:1px solid transparent;box-shadow:0 4px 3.125rem 3px rgba(0,0,0,.05);cursor:pointer;padding:2rem;transition:all .3s ease-in-out}.about__content_core_item:hover,.about__content_core_item:hover .circle{border-color:#470368}.about__content_core_item .circle{background:rgba(71,3,104,.2);border:1px solid rgba(71,34,88,.1);border-radius:50%;height:50px;margin:0 0 1.5rem;transition:all .3s ease-in-out;width:50px}@media only screen and (max-width:600px){.about__content_core_item .circle{height:30px;margin:1rem 0;width:30px}}.about__team{background-color:rgba(71,3,104,.1);padding:2rem 4rem}@media only screen and (max-width:900px){.about__team{padding:2rem 3rem}}@media only screen and (max-width:600px){.about__team .section__header{padding:1rem 0}.about__team{padding:1rem}}.about__team_wrapper{position:relative}.about__team_wrapper .swiper{height:100%;margin:2rem 0;width:100%}.about__team_wrapper .swiper-slide{color:#fff!important;cursor:pointer}.about__team_wrapper .swiper-button-next{background-image:url(/static/media/nextBtn.f08b77f15f5549037cc6.svg);background-position:50%;background-repeat:no-repeat;background-size:100% auto;border:1px solid #e67818;border-radius:50%;height:4rem;right:0;top:50%;width:4rem}@media only screen and (max-width:600px){.about__team_wrapper .swiper-button-next{height:2.5rem;width:2.5rem}}.about__team_wrapper .swiper-button-next:after{display:none}.about__team_wrapper .swiper-button-prev{background-image:url(/static/media/prevBtn.38525fbe041c7b5ed2fc.svg);background-position:50%;background-repeat:no-repeat;background-size:100% auto;border:1px solid #e67818;border-radius:50%;height:4rem;left:0;top:50%;width:4rem}@media only screen and (max-width:600px){.about__team_wrapper .swiper-button-prev{height:2.5rem;width:2.5rem}}.about__team_wrapper .swiper-button-prev:after{display:none}.about__team_wrapper .swiper .img{height:30.75rem;overflow:hidden}@media only screen and (max-width:600px){.about__team_wrapper .swiper .img{height:25.25rem}}.about__team_wrapper .swiper .img img{display:block;height:100%!important;object-fit:cover;object-position:center;transition:all .3s ease-in-out;width:100%}@media only screen and (min-width:1600px){.about__team_wrapper .swiper .img img{height:48rem;width:100%}}@media only screen and (max-width:900px){.about__team_wrapper .swiper .img img{object-position:top}}.about__team_wrapper .swiper .img img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.about__team_wrapper .swiper .team-text{bottom:4rem;color:#fff;left:2rem;padding:0 1rem;position:absolute;text-align:left}.about__team_wrapper .swiper .team-text .subHeaderText{color:#fff}@media only screen and (max-width:600px){.about__team_wrapper .swiper .team-text{left:0}}.about .my_row{grid-gap:3rem;grid-row-gap:.2rem;display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));justify-content:space-between;padding-bottom:5rem}@media only screen and (max-width:900px){.about .my_row{gap:1rem;grid-template-columns:1fr;padding-bottom:3rem}}.about .my_row .content{display:flex;flex-direction:column;gap:2em;width:29.375rem}@media only screen and (max-width:900px){.about .my_row .content{width:100%}}.about .my_row .mission__header{display:flex;flex-direction:column;justify-content:flex-end}.about .my_row .image{grid-column-start:1;grid-row-end:3;grid-row-start:1;max-height:36rem;max-width:45rem}@media only screen and (min-width:1600px){.about .my_row .image{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media only screen and (max-width:900px){.about .my_row .image{grid-column-start:1;grid-row-end:3;grid-row-start:2;max-width:100%}}.about .my_row .image img{height:100%;width:100%}.team{margin-top:5rem;padding:2rem 5rem}@media only screen and (max-width:900px){.team{padding:2rem 3rem}}@media only screen and (max-width:600px){.team{padding:3rem 1rem}}.team__header{margin-bottom:2rem}@media only screen and (max-width:600px){.team__header{margin-bottom:1rem;margin-top:2rem}}.team__header a{align-items:center;display:flex;transition:.4s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.team__header a:hover{-webkit-transform:translateX(10%);transform:translateX(10%)}.team__header a:hover .bodyText{color:#333;font-weight:400}.team__row{display:flex;gap:3rem;margin-top:2rem}.team__row .image{width:40%}@media only screen and (max-width:900px){.team__row .image{width:100%}}.team__row .image img{object-fit:cover;width:100%}.team__row .info{width:60%}.team__row .info .bodyText{margin-bottom:.7rem}@media only screen and (max-width:900px){.team__row .info{width:100%}.team__row{flex-direction:column}}@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}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-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:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.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-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;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%;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: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);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:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);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{-webkit-appearance:none;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:#007aff;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{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);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%;-webkit-transform:translateY(-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%;-webkit-transform:translateX(-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-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;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;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}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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 transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin: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{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}.section__header{align-items:center;display:flex;gap:clamp(.75em,1.2vw,3em);line-height:2.5rem;vertical-align:center}@media screen and (max-width:900px){.section__header{padding:0 .5em}}@media screen and (max-width:600px){.section__header{line-height:2rem}}.section__header img{width:4rem}@media screen and (max-width:900px){.section__header img{width:1.5rem}}.postLabel{background:rgba(232,120,22,.05);color:#e67818;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;padding:.5rem 1.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:600px){.postLabel{font-size:.8125rem}}.post__info{color:#470368;font-family:Poppins,sans-serif;font-weight:600}@media only screen and (max-width:600px){.post__info .post__author,.post__info .post__date{font-size:.8125rem}}.featuredPosts{border-top:1px solid #e8e8e8;display:flex;flex-direction:column;gap:2rem;padding:1.5rem 0}.singleFeaturedPost{grid-gap:1rem;grid-column-gap:2rem;display:grid;gap:1rem;grid-template-columns:32.5rem auto}@media only screen and (max-width:900px){.singleFeaturedPost{grid-template-columns:100%}}.singleFeaturedPost__img{grid-row-end:3;grid-row-start:1}.singleFeaturedPost__img img{width:100%}@media only screen and (max-width:900px){.singleFeaturedPost__img{grid-row-end:3;grid-row-start:2}.singleFeaturedPost__img img{width:100%}}.singleFeaturedPost__article{display:flex;flex-direction:column;gap:1rem}.blogOverview{display:flex;flex-direction:column;gap:2rem}.blogOverview__header{display:flex;flex-direction:column;gap:.5rem;padding:4rem 0}.blogOverview__header .bodyText{width:55.5rem}@media only screen and (max-width:900px){.blogOverview__header .bodyText{width:100%}}.blogOverview__filters{align-items:center;display:flex;gap:1rem;padding-left:10rem;padding-top:1rem}@media only screen and (max-width:900px){.blogOverview__filters{padding-left:0}}@media only screen and (max-width:600px){.blogOverview__filters{gap:.5rem}}.blogOverview__filters .filters__search{align-items:center;background:hsla(0,0%,63%,.29);color:#470368;display:flex;gap:2rem;padding:.75rem 1.5rem;width:30rem}@media only screen and (max-width:600px){.blogOverview__filters .filters__search{gap:1rem;padding:.75rem 1rem;width:15rem}}.blogOverview__filters .filters__search *{font-size:1.25rem}.blogOverview__filters .filters__search input{background:transparent;border:none;font-size:.875rem;padding:0}.blogOverview__filters .filters__category{color:#fff;position:relative;width:15rem}@media only screen and (max-width:600px){.blogOverview__filters .filters__category{width:9rem}}.blogOverview__filters .filters__value{align-items:center;background:#470368;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:.875rem;gap:1rem;justify-content:space-between;opacity:.9;padding:.75rem 1.5rem;text-transform:capitalize;transition:.3s ease-in-out}.blogOverview__filters .filters__value:hover{opacity:1}.blogOverview__filters .category__list{background:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:0 0 0 1px rgba(0,0,0,.025);color:#333;height:0;overflow:hidden;padding:0 1.5rem;position:absolute;transition:.3s ease-in-out;width:100%}.blogOverview__filters .category__list ul{display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:1rem;list-style:none}.trendingPosts{overflow-x:hidden}.trendingPosts__header{border-bottom:1px solid #e8e8e8;padding:.5rem 0}.trendingPosts .trending__posts{overflow-x:scroll;width:100%}.trendingPosts .trending__posts .grid-col-3{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,25rem);justify-content:space-between}@media only screen and (max-width:600px){.trendingPosts .trending__posts .grid-col-3{grid-template-columns:repeat(6,80%)}}.singleTrendingPost{display:flex;flex-direction:column;gap:.5rem;overflow-x:hidden;padding:2rem 0;width:100%}.singleTrendingPost .post__banner{width:100%}.singleTrendingPost .post__banner img{height:22.25rem}@media only screen and (max-width:600px){.singleTrendingPost .post__banner img{height:15.25rem}.singleTrendingPost .subHeaderTextSmall{font-size:1rem;font-weight:500}}.singleTrendingPost .bodyText{font-size:.875rem}.singleVideoPost{display:flex;flex-direction:column;gap:.5rem;height:100%;width:100%}.singleVideoPost__video{flex-grow:1;height:auto;min-height:14rem;width:100%}.singleVideoPost__description{width:100%}.videosSection__header{border-bottom:1px solid #e8e8e8;padding:.5rem 0}.videosSection__posts{display:flex;gap:2rem;padding:2rem 0}@media only screen and (max-width:900px){.videosSection__posts{flex-direction:column}}.videosSection__posts__left{max-width:66%;min-width:52.5rem!important}@media only screen and (max-width:900px){.videosSection__posts__left{min-width:100%!important}}.videosSection__posts__right{flex-grow:1}.videosSection__posts__right .right__posts{display:flex;flex-direction:column;gap:2rem;width:100%}@media only screen and (max-width:600px){.videosSection__posts__right .right__posts{flex-direction:row;gap:2rem;overflow-x:scroll}.videosSection__posts__right .right__posts .singleVideoPost{min-width:80%!important}.videosSection__posts__right .right__posts .subHeaderTextSmall{font-size:1rem}}.singlePost{display:flex;flex-direction:column;gap:2.5rem;padding:4rem 1rem;width:100%}@media only screen and (max-width:600px){.singlePost{padding:2.5rem 0}}.singlePost__title .postDuration{color:#a0a0a0;font-family:Poppins,sans-serif;margin-top:.25rem;padding-left:5rem}@media only screen and (max-width:600px){.singlePost__title .postDuration{padding-left:2.5rem}}.singlePost__banner{height:36rem;overflow-y:hidden;width:100%}@media only screen and (max-width:900px){.singlePost__banner{height:auto}}.singlePost__banner img{object-fit:cover;object-position:center;width:100%}.singlePost__post-details{display:flex;gap:2rem;padding:0 2rem}@media only screen and (max-width:900px){.singlePost__post-details{flex-direction:column-reverse;padding:0 1rem}}.singlePost__post-details .post__info{color:#333;display:flex;flex-direction:column;gap:6.25rem;min-width:12.5rem!important}@media only screen and (max-width:900px){.singlePost__post-details .post__info{gap:2rem}}.singlePost__post-details .post__info .info{display:flex;flex-direction:column;gap:1.5rem}.singlePost__post-details .post__info h6{font-family:"DM Serif Display",sans-serif;font-size:.875rem;font-weight:400;line-height:2rem}.singlePost__post-details .post__info p{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5rem}.singlePost .post__article{padding:0 5rem}@media only screen and (max-width:600px){.singlePost .post__article{padding:0}}.singlePost .post__article .post__description{border-bottom:1px solid #e8e8e8;display:flex;flex-direction:column;gap:1.25rem;padding:0 0 2rem}.singlePost .post__article .post__description .bodyText{font-weight:500;line-height:2.5rem}@media only screen and (max-width:900px){.singlePost .post__article .post__description .bodyText{line-height:1.8rem}}.singlePost .post__article .post__body{display:flex;flex-direction:column;gap:1.25rem;padding:2rem 0}.singlePost .post__article .post__body .bodyText{line-height:2.5rem}@media only screen and (max-width:900px){.singlePost .post__article .post__body .bodyText{line-height:1.8rem}}.singlePost .socials{display:flex}.singlePost .socials>*{color:#470368;font-size:1.5rem;margin-right:.7rem}.relatedBlogs{overflow-x:scroll;width:100%}.relatedBlogs__header{border-bottom:1px solid #e8e8e8;padding:.25rem 0}.relatedBlogs .relatedBlogsPosts__wrapper{overflow:scroll;width:100%}.relatedBlogs .relatedBlogsPosts__wrapper .grid-col-3{gap:2rem;grid-template-columns:repeat(3,25rem)}@media only screen and (max-width:600px){.relatedBlogs .relatedBlogsPosts__wrapper .grid-col-3{grid-template-columns:repeat(3,18rem)}}.blog{padding:4rem;width:100%}@media only screen and (max-width:600px){.blog{padding:4rem 1rem}}.primaryButton{background-color:#470368;border:1px solid transparent;color:#fff;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:600;outline:none;overflow:hidden!important;padding:1rem 3rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out;z-index:10}.primaryButton:before{background:#e67818;opacity:1;transition:all .7s cubic-bezier(.77,0,.175,1);z-index:-12}.primaryButton:after,.primaryButton:before{box-shadow:2px 0 14px rgba(0,0,0,.6);content:"";display:block;height:100%;left:-10%;position:absolute;top:0;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);width:0}.primaryButton:after{background:#fff;opacity:0;transition:all .4s cubic-bezier(.2,.95,.57,.99);z-index:-15}.primaryButton:hover{border:1px solid #e67818;color:#fff}.primaryButton:hover:before{opacity:1;width:116%}.primaryButton:hover:after{opacity:1;width:120%}.tango{background-color:#e67818}.radiusButton{border-radius:8px}.threadedButton,.threadedButton:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAAAcCAYAAAApxUKlAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH9SURBVHgB5Zk/b8IwEMUvFhudwwwzzHQuc5lh7969X4i9O8ztDHOYYW7m9F37oloqCX9im2B+0slJCI7u5Xy+2Im0hKIoumhS2IDtIXLYju02SZJcApLIFYFAQzQjnqrje1imx4eEoKA9mLZ9tmoZ7l+JZ64iliXSBk6upSHoT6NxDNuFEC0IGhmwGWwkHkC/E9izxAAceYOl4hHt/+YFgwNT30JZzxrCxuIYg06fmDi9QZG+kE/2EgA8Z4Nm4Nwvhu1cRRNPhIwq65maH6fiEKNvG7bA8d7jWE9DRVVJWXq4jC5jda6hu/UkWNDi0WIJm4gjjH1CwR5857BQMLq6rlKAOXDtXRy+jRag/szFAf/E4tsImox9Qn+WLtKLqbi+Rud9iQSml6TpjF8llnbu5ZPkWkAwHY6aj2dyIZ2KjvNYkryNClbWlTgtYJ+4tq26nxODjrCe/rcjdwbrvQWDYYT2seZ2vVfF1JEmdWL9RFfoBbZQ0K8P2kmYmt90RbLxrMhQjkLwOrE0/AbSHJ0oTn57baZSLI5tF/VWP/R3oS+MeIRDMJNIOCZW0xLiNZo18WM0WRPieng0n01KbWRxes3PdZpFXxZLrjoLrnQeXdPm2vdLbBFVcvK+oQ4r+S39Ndoy+auddNMzpa1c7AO2lYs2WbmpWSb+3b0Mt2/DeQdkuXI7FAAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAAAcCAYAAAAk2zLiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHkSURBVHgB5Vk9b8IwEH2p2NjTGWY6l7nMZW737t2797d0705ndphhLntm+k55EUglJMTOh+wnHaeg2JHP7+znc4JIcDweU7pUj1mSJHs0RIKAwUDN6Ba0w5kZxrSJ/I4B/EHsMFbR3mgPNd6d05aIGQzAhPZ6Y5v01jbBQIN/QgOw3ULpHBc46E84gO3fERPElBQOsBSljRELbOGHIyxgdTaFOwQAMWwHR1B6ZMhlyFUEETRiTtvCD7KqFA0laGOy5AA/MMZOrr0wsh9F1ig+xemoUdbhVjQOEhzbVpqtlLkj+eKosbk2Y+zMgrqkt8eVx9mNA9qenzEA+FbzVUK38ZpGln0hXzQHETjPWCNfqi7CaSNQdSAJ7fhRJT2cd09+4JtuEaCS3pSdY31JDkvVoMortovSTS+RwUvQtItmAbLNsugfGXyK2xVy6dIHWpkskcHS9OX8f29BKwRv12zTubM1vag03bemElQl6LQC6qMkVPM7qbRpoyJnVeePXUkQDaTTDai1CbKBtD37CtgHQoIC55/Ked+zPqusrd572nqDvGqydrmcPevP0t6u5azSskFP6OSyWMGzGlUm28kfLpWZxKDiQvceJ0nRa7AKdH7DroDYYbio4ZWlmMkIY+fv0Op3f/MeGX/7kaleAAAAAElFTkSuQmCC);background-position-x:0,100%;background-position-y:50%;background-repeat:no-repeat}.threadedButton:hover{border:1px solid #e67818}.orangeButton{background-color:rgba(232,120,22,.05);border:1px solid transparent;border-radius:8px;color:#e67818;cursor:pointer;display:inline-block;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;outline:none;overflow:hidden!important;padding:.7rem 3rem;position:relative;text-decoration:none;transition:all .3s ease-in-out;z-index:10}.orangeButton:hover{background-color:#e67818;color:#fff}.orangeButton:hover:before{opacity:1;width:116%}.orangeButton:hover:after{opacity:1;width:120%}.orangeButton:before{background:#e67818;opacity:1;transition:all .7s cubic-bezier(.77,0,.175,1);z-index:-12}.orangeButton:after,.orangeButton:before{box-shadow:2px 0 14px rgba(0,0,0,.6);content:"";display:block;height:100%;left:-10%;position:absolute;top:0;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);width:0}.orangeButton:after{background:#fff;opacity:0;transition:all .4s cubic-bezier(.2,.95,.57,.99);z-index:-15}.fitButton{align-items:center;background:#470368;border:1px solid #470368;border-radius:8px;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.25rem;padding:.625rem 2.5rem;position:relative;transition:.4s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.fitButton:before{background:#e67818;opacity:1;transition:all .7s cubic-bezier(.77,0,.175,1);z-index:-12}.fitButton:after,.fitButton:before{box-shadow:2px 0 14px rgba(0,0,0,.6);content:"";display:block;height:100%;left:-10%;position:absolute;top:0;-webkit-transform:skewX(-20deg);transform:skewX(-20deg);width:0}.fitButton:after{background:#fff;opacity:0;transition:all .4s cubic-bezier(.2,.95,.57,.99);z-index:-15}.fitButton:hover{background:#e67818;border:1px solid #e67818;color:#fff}.fitButton:hover:before{opacity:1;width:116%}.fitButton:hover:after{opacity:1;width:120%}.trans{background:transparent;color:#470368}.trans:hover{background:#e67818;border:1px solid #e67818;color:#fff}.trans:hover:before{opacity:1;width:116%}.trans:hover:after{opacity:1;width:120%}.cosmicButton{background:#470368!important;border-radius:8px;color:#fff!important;font-size:.8em;font-weight:400;padding:.75em;transition:.4s}.cosmicButton:hover{background:#e67818!important}.capsule{border-radius:50px}.not-allowed{background:#d1d1d6!important;border:1px solid #d1d1d6!important;cursor:not-allowed!important;pointer-events:none!important}.primaryInput,.primaryTextarea,.select,input{-webkit-appearance:none;appearance:none;background-color:#f8f8f8;border:none;border-bottom:2px solid #c4c4c4;color:#666;cursor:pointer;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:300;outline:none;padding:.7rem 1rem;transition:all .3s;width:100%}.primaryInput::-webkit-input-placeholder,.primaryTextarea::-webkit-input-placeholder,.select::-webkit-input-placeholder,input::-webkit-input-placeholder{color:#4d4d4d;opacity:.5}.primaryInput:-ms-input-placeholder,.primaryTextarea:-ms-input-placeholder,.select:-ms-input-placeholder,input:-ms-input-placeholder{color:#4d4d4d;opacity:.5}.primaryInput::placeholder,.primaryTextarea::placeholder,.select::placeholder,input::placeholder{color:#4d4d4d;opacity:.5}.primaryInput:focus,.primaryTextarea:focus,.select:focus,input:focus{border-bottom:2px solid #e67818;color:#666}.dashboardCheckbox{color:red}.dashboardTextarea{min-height:5.625rem}.dashboardTextarea:out-of-range{border:1px solid red}.dashboardInput,.dashboardTextarea{background-color:transparent;border:1px solid #e5e5ea;border-radius:.25rem;color:#666;font-family:Poppins,sans-serif;font-size:.8125rem;font-weight:400;min-width:200px;outline:none;padding:.625rem 1rem;transition:.5s;width:100%}.dashboardInput::-webkit-input-placeholder,.dashboardTextarea::-webkit-input-placeholder{color:#4d4d4d;font-weight:300}.dashboardInput:-ms-input-placeholder,.dashboardTextarea:-ms-input-placeholder{color:#4d4d4d;font-weight:300}.dashboardInput::placeholder,.dashboardTextarea::placeholder{color:#4d4d4d;font-weight:300}.dashboardInput:focus,.dashboardTextarea:focus{border-bottom:1px solid #e67818;border-right:1px solid #e67818;color:#333}.dashboardSelect{-webkit-appearance:none;appearance:none;min-width:auto}.checkboxList{align-items:center;color:#4d4d4d;display:flex;font-size:.75rem;font-weight:300;margin-right:1rem}.checkboxList input[type=checkbox]{display:none}.checkboxList input[type=checkbox]:checked~.checkboxList__label span{align-items:center;background:#e67818;border-color:#e67818;color:#fff;display:flex;justify-content:center}.checkboxList input[type=checkbox]:checked~.checkboxList__label span:after{content:"✓";vertical-align:middle}.checkboxList .checkboxList__label{align-items:center;color:#666;cursor:pointer;display:flex;font-size:.875rem;font-weight:400}.checkboxList .checkboxList__label span{border:.125rem solid #666;border-radius:3px;height:.875rem;margin-right:.5rem;width:.875rem}.file-upload{display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:.5rem;width:100%}.file-upload__label{color:#333;font-size:.8125rem;font-weight:600}.file-upload label,.file-upload__file{background:#f5f5f5;width:100%}.file-upload label{align-items:center;color:#a0a0a0;cursor:pointer;display:flex;font-size:.7rem;font-style:italic;font-weight:300;gap:2em;transition:.3s ease-in-out}.file-upload label:before{background:#fff;border:1px solid #4d4d4d;color:#4d4d4d;content:"Choose File";font-size:.8125rem;font-style:normal;font-weight:600;padding:.652em 1.375em;transition:.3s ease-in-out}.file-upload label:hover:before{background:#4d4d4d;color:#fff}.file-upload label button{background:transparent;color:#659bec;font-size:.75rem;font-style:normal;font-weight:500;opacity:.75}.file-upload input[type=file]{border:0;display:none}.primaryTextarea{min-height:11rem}.searchbar{align-items:center;background-color:#fff;border-radius:32px;color:#a0a0a0;display:flex;justify-content:center;margin-left:auto;padding:.25rem 1rem}.searchbar svg{font-size:1.25rem}.searchbar input{background-color:transparent;border:none;font-size:.875rem;line-height:1.25rem;margin-left:5px;padding:0}@-webkit-keyframes required{0%{background:transparent}25%{background:#e67818}50%{background:#470368}75%{background:#e67818}to{background:transparent}}@keyframes required{0%{background:transparent}25%{background:#e67818}50%{background:#470368}75%{background:#e67818}to{background:transparent}}.dashboard__input--validation{-webkit-animation:required 1s;animation:required 1s}.primarySelect{-webkit-appearance:none;appearance:none}.formGroup{display:flex;flex-direction:column;gap:.4em;justify-content:space-between;position:relative;width:100%}.formGroup .label{color:#333;font-family:Poppins,sans-serif;font-size:.8125rem;font-weight:600;text-transform:capitalize}.formGroup .checkboxList__wrapper{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(auto-fill,120px)}.formGroup .PhoneInputInput{background:transparent;border:0}.formGroup .primaryInput input{padding:0 1rem}.formGroup .primaryInput input:focus::-webkit-input-placeholder{color:#e67818}.formGroup .primaryInput input:focus:-ms-input-placeholder{color:#e67818}.formGroup .primaryInput input:focus::placeholder{color:#e67818}.formGroup .dashboard__phone-input{border:1px solid #e5e5ea;border-radius:.25rem;padding:0 1rem}.career__header{height:16rem;position:relative;width:100vw}@media only screen and (max-width:600px){.career__header{height:14rem}}.career__header:before{background-color:rgba(0,0,0,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.career__header img{height:100%;object-fit:cover;width:100%}.career__header_text{color:#fff;left:50%;padding:2rem;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:5}.career__header_text .subHeaderText{color:#fff;margin-bottom:.3rem}.career__search{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;margin:2rem auto;padding:1rem;width:90%}@media only screen and (max-width:900px){.career__search{flex-direction:column-reverse;padding:2rem 1rem}.career__search_filters{grid-gap:0;grid-template-columns:none;margin-bottom:.5rem;width:100%}}.career__search_filters{grid-gap:1.5rem;display:grid;grid-template-columns:repeat(2,1fr)}.career__search .searchbar{align-items:center;border:1px solid #e8e8e8;border-radius:5px;display:flex;padding:0 1rem;position:relative;width:25%}.career__search .searchbar svg{color:#333}.career__search .searchbar input{background:none;border:none}@media only screen and (max-width:900px){.career__search .searchbar{width:100%}}.career__list{margin:2rem 0;padding:1rem 5rem}.career__list_item{border-bottom:.5px solid #e8e8e8;border-top:.5px solid #e8e8e8;display:flex;justify-content:space-between;padding:1.5rem 0}@media only screen and (max-width:600px){.career__list_item{flex-direction:column}}.career__list_item .fitButton{padding:.5rem 1.5rem}.career__list_item .job-location{margin:.6rem 0}.career__list_item .job-title{display:flex;flex-direction:column;text-align:left}.career__list_item .job-title .line{display:none;margin:0 .6rem}@media only screen and (max-width:600px){.career__list_item .job-title{align-items:center;flex-direction:row}.career__list_item .job-title .line{display:inline}.career__list{padding:2rem}}.career__details{margin:3rem 0;padding:3rem}.career__details_wrapper{border:1px solid #e8e8e8;border-radius:5px;margin:auto;padding:1rem;width:80%}.career__details_header{align-items:center;display:flex;justify-content:space-between}.career__details_header .left .bodyText{font-size:.8125rem;opacity:.4}.career__details_header .right img{margin-right:4rem;width:4rem}.contact{display:flex;flex-direction:column;gap:3.75rem;margin-top:5rem;padding:5rem;width:100%}@media only screen and (max-width:1200px){.contact{gap:2.25rem;padding:3rem;width:100%}}@media only screen and (max-width:600px){.contact{gap:1.5rem;padding:2.5rem 1.25rem 1rem}}.contact__header{display:flex;flex-direction:column;gap:1.5rem}.contact__header .bodyText{width:35.25rem}@media only screen and (max-width:600px){.contact__header .bodyText{width:100%}}.contact__row{display:flex;padding:0 3.75rem;width:100%}@media only screen and (max-width:900px){.contact__row{flex-direction:column-reverse;gap:3.5rem;padding:0}.contact__row>*{padding:10px;width:100%}}.contact__row_address{background-blend-mode:multiply;background-image:url(/static/media/contactImg.0d0e6772ef0ed9559577.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;flex-grow:1;gap:2.5rem;justify-content:center;max-width:50%;padding:5rem 2.25rem;position:relative}@media only screen and (max-width:900px){.contact__row_address{max-width:100%;padding:2rem;width:100%}}@media only screen and (max-width:600px){.contact__row_address{gap:1.5rem;height:24rem;justify-content:center}.contact__row_address div:nth-child(2) svg{font-size:3rem!important;margin-right:.75rem}}.contact__row_address div:nth-child(3) .bodyText{display:flex;flex-direction:column;gap:1rem}.contact__row_address:after{background-color:rgba(0,0,0,.7);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.contact__row_address .bodyText,.contact__row_address a{color:#fff;font-size:1rem;font-weight:500;line-height:28px;margin-left:10px!important;max-width:25rem;z-index:12}@media only screen and (max-width:600px){.contact__row_address .bodyText,.contact__row_address a{font-size:.9375rem;font-weight:400}}.contact__row_address a{text-decoration:underline}.contact__row_form{background-color:#fff;box-shadow:0 .25rem 3.125rem .25rem rgba(0,0,0,.05);min-width:36.375rem;padding:2.5rem;width:50%}@media only screen and (max-width:900px){.contact__row_form{min-width:100%;padding:1.75rem;width:100%}}@media only screen and (max-width:600px){.contact__row_form{padding:1rem}}.contact__row_form form{display:flex;flex-direction:column;gap:1rem}.contact__row_form form input{font-size:.875rem}.contact__row_form form textarea{font-size:.875rem;min-height:14.25rem}@media only screen and (max-width:600px){.contact__row_form form textarea{height:10rem}}.contact__row_form form button{margin:1rem 0}@media only screen and (max-width:600px){.contact__row_form form button{margin-bottom:0}}.contact__map{padding-top:4rem}@media only screen and (max-width:600px){.contact__map{height:15rem;padding-top:0}}.contact__map .mapouter{height:410px;position:relative;text-align:right;width:100%}@media only screen and (max-width:600px){.contact__map .mapouter{height:100%}}.contact__map .mapouter .gmap_canvas{background:none!important;height:100%;overflow:hidden;width:100%}.contact__map .mapouter .gmap_canvas iframe{height:100%;width:100%}.contact__map img{border-radius:10px;height:410px;margin-top:2rem;width:100%}@media only screen and (max-width:600px){.contact__map img{height:300px;margin-top:0}}.estates{margin-top:5rem;padding:4rem}@media only screen and (max-width:900px){.estates{padding:3rem}}@media only screen and (max-width:600px){.estates{padding:1rem}}.estates .section__header{margin-bottom:1rem}.estates .subHeaderText{margin-left:3.5rem;position:relative}.estates .subHeaderText:before{background-color:#333;content:"";height:2px;left:-3.5rem;position:absolute;top:50%;width:3rem}@media only screen and (max-width:600px){.estates .subHeaderText{margin-left:2rem}.estates .subHeaderText:before{height:1px;left:-2rem;width:1.5rem}}.estates .subHeaderTextSmall{color:#fff;font-size:1.5rem}.estates .img{position:relative}.estates .img img{width:100%}.estates .img:after{background-color:rgba(0,0,0,.5);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%}.estates .location{align-items:center;display:flex}.estates .location img{height:1.1rem;margin-right:.5rem}.estates .estate-text{bottom:1.5rem;color:#fff;display:flex;flex-direction:column;left:50%;padding:0 1rem;position:absolute;text-align:left;-webkit-transform:translate(-40%,-50%);transform:translate(-40%,-50%);width:100%}.estates .estate-text .subHeaderText{color:#fff}@media only screen and (max-width:900px){.estates .estate-text{left:0;right:0;-webkit-transform:translate(0);transform:translate(0)}}.unavailable__overlay{align-items:center;background:rgba(0,0,0,.5);color:hsla(0,0%,100%,.5);display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.unavailable__overlay svg{font-size:7.5rem}.unavailable__overlay p{font-family:Poppins,sans-serif;font-size:1rem}@-webkit-keyframes animateLogo{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes animateLogo{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}@-webkit-keyframes animateLogoEight{0%{height:0%;opacity:0}25%{height:100%;opacity:1}75%{height:100%;opacity:1}90%{opacity:0}to{opacity:0}}@keyframes animateLogoEight{0%{height:0%;opacity:0}25%{height:100%;opacity:1}75%{height:100%;opacity:1}90%{opacity:0}to{opacity:0}}.loader__logo{grid-gap:.25rem;display:grid;gap:.25rem;grid-template-columns:repeat(3,1rem);grid-template-rows:repeat(3,1rem)}.loader__logo .cosmic{background:#470368}.loader__logo .tango{background:#e67818}.loader__logo__one{-webkit-animation:animateLogo .8s linear infinite;animation:animateLogo .8s linear infinite;-webkit-animation-delay:0s;animation-delay:0s;grid-column-start:1;grid-row-start:3}.loader__logo__two{-webkit-animation:animateLogo .8s linear infinite;animation:animateLogo .8s linear infinite;-webkit-animation-delay:.1s;animation-delay:.1s;grid-column-start:1;grid-row-start:2}.loader__logo__three{-webkit-animation:animateLogo .8s linear infinite;animation:animateLogo .8s linear infinite;-webkit-animation-delay:.2s;animation-delay:.2s;grid-column-start:1;grid-row-start:1}.loader__logo__four{-webkit-animation:animateLogo .8s linear infinite;animation:animateLogo .8s linear infinite;-webkit-animation-delay:.3s;animation-delay:.3s;grid-column-start:2;grid-row-start:1}.loader__logo__five{-webkit-animation:animateLogo .8s linear infinite;animation:animateLogo .8s linear infinite;-webkit-animation-delay:.4s;animation-delay:.4s;grid-column-start:3;grid-row-start:1}.loader__logo__six{-webkit-animation:animateLogo .8s linear infinite;animation:animateLogo .8s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s;grid-column-start:3;grid-row-start:2}.loader__logo__seven{-webkit-animation:animateLogo .8s linear infinite;animation:animateLogo .8s linear infinite;-webkit-animation-delay:.6s;animation-delay:.6s;grid-column-start:3;grid-row-start:3}.loader__logo__eight{-webkit-animation:animateLogoEight .8s linear infinite;animation:animateLogoEight .8s linear infinite;-webkit-animation-delay:1s;animation-delay:1s;grid-column-start:2;grid-row-end:4;grid-row-start:2}.failedToLoad,.loaderWrapper{align-items:center;display:flex;height:calc(100vh - 15rem);justify-content:center;width:100%}.failedToLoad{flex-direction:column;font-family:Poppins,sans-serif;font-size:1rem;gap:1rem;padding:0 1.5rem;text-align:center}.failedToLoad button{background:transparent;border:.125rem solid #470368;border-radius:2rem;color:#470368;padding:.625rem 1.5rem;text-transform:uppercase;transition:.4s ease-in-out}.failedToLoad button:hover{background:#470368;color:#fff}.buttonLoader{align-self:center;justify-self:center;margin:0;padding:0}@-webkit-keyframes animateText{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes animateText{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.heroSection{background:url(/static/media/living-room-desktop.95bfcdcfff2a61029f90.svg) no-repeat 50%;background-size:cover;color:#fff;height:100vh;position:relative;width:100vw}.heroSection__bgVideo{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.heroSection__bgVideo video{min-height:100%;min-width:100%}.heroSection__scrollingText{-webkit-text-stroke:1px hsla(0,0%,100%,.1);-webkit-text-fill-color:transparent;-webkit-animation:animateText 60s linear infinite;animation:animateText 60s linear infinite;font-family:Poppins,sans-serif;font-size:10.625rem;font-weight:500;letter-spacing:0;margin-bottom:-.5em;overflow:visible;text-align:center;text-transform:uppercase;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.heroSection__overlay{align-items:center;background:rgba(0,0,0,.7);color:#fff;display:flex;flex-direction:column;gap:1.5em;height:100%;padding-top:clamp(2em,4em,12vh);position:relative;width:100%}.heroSection__overlay .heroSection__call-to-action{align-items:center;display:flex;flex-direction:column;gap:1em;margin-top:-20%;position:absolute;top:50%}@media screen and (max-width:600px)and (min-height:600px){.heroSection__overlay .heroSection__call-to-action{margin-top:-50%;top:40%}}.heroSection__overlay h1{font-family:"DM Serif Display",sans-serif;font-size:4em;font-weight:200;text-align:center}@media only screen and (max-width:600px){.heroSection__overlay h1{font-size:2.5em}}.heroSection__overlay .caption{margin-top:-.5em;text-align:center;width:40ch}@media only screen and (min-width:1600px){.heroSection__overlay .caption{width:19.5rem}}@media only screen and (max-width:600px){.heroSection__overlay .caption{width:30ch}}.heroSection__overlay .propertyOptionButton{max-width:20rem;width:100%}@media only screen and (max-width:600px){.heroSection__overlay .propertyOptionButton{width:15.25rem}}.heroSection__overlay .propertyOptionButton .primaryButton{font-weight:600}.heroSection__overlay .propertyOptionList{background:#fff;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;display:flex;flex-direction:column;height:0;max-width:20rem;overflow-y:hidden;padding:0 .5em;transition:.4s ease-in-out;width:100%}.heroSection__overlay .propertyOptionList a{border-top:1px solid #d1d1d6;color:#666;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;padding-block:.9em;text-align:center;text-transform:uppercase;width:100%}@media only screen and (max-width:600px){.heroSection__overlay .propertyOptionList a{padding-block:.5rem}}.heroSection__overlay .propertyOptionList a:hover{color:#e67818}.heroSection__overlay .propertyOptionList a:nth-child(odd):first-child{background:url(/static/media/thread-tango-inv.b9aacd7d20c134f7b434.svg);background-position-x:left;background-position-y:center;background-repeat:no-repeat}.heroSection__overlay .propertyOptionList a:nth-child(odd):nth-child(3){background:url(/static/media/thread-tango.9c76d84d69cb28a7fc4b.svg);background-position-x:right;background-position-y:center;background-repeat:no-repeat}.propertySection{background:rgba(71,3,104,.05);display:flex;flex-direction:column;gap:1em;padding:5em clamp(1em,6%,4em) 10rem;width:100%;z-index:-1}@media only screen and (max-width:900px){.propertySection{padding:5em clamp(1em,6%,4em) 7rem}}@media only screen and (max-width:600px){.propertySection{padding:5em clamp(1em,6%,4em) 3.5rem}}.propertySection__description{line-height:2;max-width:76ch;width:100%}.propertySection__properties{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,minmax(18.5rem,1fr));margin-top:1em;overflow-x:scroll;width:100%}.propertySection__properties::-webkit-scrollbar{display:none}.singleProperty{background:#fff;border-bottom:2px solid #c4c4c4;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;transition:all .3s ease-in-out}.singleProperty__imageWrapper{height:20.25rem;overflow:hidden;width:100%}.singleProperty__imageWrapper img{height:100%;object-fit:cover;transition:all .3s ease-in-out;width:100%}.singleProperty__label{padding:1em 2em}.singleProperty:hover{border-bottom:2px solid #470368}.singleProperty:hover .singleProperty__imageWrapper img{-webkit-transform:scale(1.025);transform:scale(1.025)}.singleProperty:hover .singleProperty__label .subHeaderText2{color:#470368}.homepageInvestmentSection{background:#fff;overflow-y:visible;padding:17rem 0 10rem;position:relative}@media only screen and (max-width:600px){.homepageInvestmentSection{padding:8.75rem 0 4em}}.homepageInvestmentSection .marquee{margin-top:-80px;position:absolute;top:-60px;z-index:1}@media only screen and (max-width:600px){.homepageInvestmentSection .marquee{margin-top:-30px;top:-40px}}.homepageInvestmentSection .marquee .investment__slidingText{-webkit-text-stroke:1px #666;-webkit-text-fill-color:transparent;-webkit-animation:animateText 100s linear infinite;animation:animateText 100s linear infinite;color:transparent;font-family:"DM Serif Display",sans-serif;font-size:15em;font-weight:400;opacity:.1;white-space:nowrap}@media only screen and (max-width:600px){.homepageInvestmentSection .marquee .investment__slidingText{font-size:5rem}}.homepageInvestmentSection__content{grid-gap:2em;display:grid;gap:2em;grid-template-columns:repeat(2,1fr);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:-110px;width:100%;z-index:10}@media only screen and (max-width:900px){.homepageInvestmentSection__content{gap:2em;grid-template-columns:1fr}}@media only screen and (max-width:600px){.homepageInvestmentSection__content{gap:2em;grid-template-columns:1fr}}.homepageInvestmentSection__first{display:flex;flex-direction:column;flex-grow:1;gap:2em}@media only screen and (max-width:600px){.homepageInvestmentSection__first{gap:1rem}.homepageInvestmentSection__first .section__header{padding:0}}.homepageInvestmentSection__first .description{width:38.75rem}@media only screen and (max-width:1200px){.homepageInvestmentSection__first .description{width:55ch}}@media only screen and (max-width:900px){.homepageInvestmentSection__first .description{width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__first .description{width:100%}}.homepageInvestmentSection__second{-ms-grid-column-span:2;display:flex;grid-column:2;grid-row-end:4;grid-row-start:1;justify-content:flex-end;position:relative}@media only screen and (max-width:900px){.homepageInvestmentSection__second{grid-column:1;grid-row-start:2;width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__second{grid-column:1;grid-row-start:2;width:100%}}.homepageInvestmentSection__second .second__inner{cursor:pointer;height:31.25rem;position:relative;width:30.25rem}.homepageInvestmentSection__second .second__inner--main{height:100%;overflow:hidden;width:100%}.homepageInvestmentSection__second .second__inner--main:hover img{-webkit-transform:translateX(-20rem);transform:translateX(-20rem)}@media only screen and (max-width:900px){.homepageInvestmentSection__second .second__inner--main:hover img{-webkit-transform:translateX(0);transform:translateX(0)}}.homepageInvestmentSection__second .second__inner--main img{height:100%;transition:4s ease-in-out;width:auto}@media only screen and (max-width:900px){.homepageInvestmentSection__second .second__inner--main img{width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__second .second__inner--main img{width:100%}}@media only screen and (max-width:900px){.homepageInvestmentSection__second .second__inner{height:360px;overflow:hidden;width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__second .second__inner{display:flex;height:240px;overflow:hidden;width:100%}}.homepageInvestmentSection__second .second__inner .mansfield{bottom:-3rem;height:17rem;left:-12.25rem;overflow:hidden;position:absolute;width:23rem}@media only screen and (max-width:1200px){.homepageInvestmentSection__second .second__inner .mansfield{bottom:-100px;height:220px;left:-120px;width:250px}}@media only screen and (max-width:900px){.homepageInvestmentSection__second .second__inner .mansfield{display:none}}@media only screen and (max-width:600px){.homepageInvestmentSection__second .second__inner .mansfield{display:none}}.homepageInvestmentSection__second .second__inner .mansfield img{height:100%;width:100%}.homepageInvestmentSection__third{align-items:center;cursor:pointer;display:flex;gap:2em}@media only screen and (max-width:900px){.homepageInvestmentSection__third{justify-content:center}}@media only screen and (max-width:600px){.homepageInvestmentSection__third{gap:1em;justify-content:center}}.homepageInvestmentSection__third .bodyText{color:#470368;font-weight:500}.homepageInvestmentSection__third button{align-items:center;background:transparent;border:1px solid #470368;border-radius:50%;color:#470368;display:flex;font-size:2.5rem;font-weight:300;height:7.5rem;justify-content:center;width:7.5rem}.homepageInvestmentSection__third button *{font-size:3rem}@media only screen and (max-width:900px){.homepageInvestmentSection__third button{height:75px;width:75px}.homepageInvestmentSection__third button *{font-size:2rem}}@media only screen and (max-width:600px){.homepageInvestmentSection__third button{height:60px;width:60px}.homepageInvestmentSection__third button *{font-size:1.5rem}}.investmentsAndInspection{background:#fff;display:flex;flex-direction:column;gap:8em;padding:0 clamp(1em,6%,5rem);width:100%}@media only screen and (max-width:900px){.investmentsAndInspection{gap:2em}}@media only screen and (max-width:600px){.investmentsAndInspection{gap:2em}}.homepageInvestmentSection__scheduleInspection{display:flex;gap:4em;height:40rem;margin:auto;padding:6em 0 0;width:75%}@media only screen and (min-width:1600px){.homepageInvestmentSection__scheduleInspection{max-height:56rem}}@media only screen and (max-width:900px){.homepageInvestmentSection__scheduleInspection{flex-direction:column-reverse;padding:4em 0;width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__scheduleInspection{gap:2em;height:auto;padding:2em 0}}.homepageInvestmentSection__scheduleInspection .inspectionImages{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-end;position:relative;width:50%}@media only screen and (max-width:900px){.homepageInvestmentSection__scheduleInspection .inspectionImages{height:360px;overflow:hidden;width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__scheduleInspection .inspectionImages{height:240px;overflow:hidden;width:100%}}.homepageInvestmentSection__scheduleInspection .inspectionImages .main{height:31.25rem;overflow:hidden;width:30rem}@media only screen and (max-width:900px){.homepageInvestmentSection__scheduleInspection .inspectionImages .main{width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__scheduleInspection .inspectionImages .main{width:100%}}.homepageInvestmentSection__scheduleInspection .inspectionImages .main img{height:100%;object-fit:cover;object-position:center;width:100%}@media only screen and (max-width:900px){.homepageInvestmentSection__scheduleInspection .inspectionImages .main img{width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__scheduleInspection .inspectionImages .main img{width:100%}}.homepageInvestmentSection__scheduleInspection .inspectionImages__float{bottom:-3.6rem;height:14.6rem;overflow:hidden;position:absolute;right:-8rem;width:20.6rem}.homepageInvestmentSection__scheduleInspection .inspectionImages__float img{height:100%;width:100%}@media only screen and (max-width:900px){.homepageInvestmentSection__scheduleInspection .inspectionImages__float{display:none}}@media only screen and (max-width:600px){.homepageInvestmentSection__scheduleInspection .inspectionImages__float{display:none}}.homepageInvestmentSection__scheduleInspection .inspectionContent{display:flex;flex-direction:column;gap:1em;width:25rem}.homepageInvestmentSection__scheduleInspection .inspectionContent .HeaderText{width:15ch}@media only screen and (max-width:900px){.homepageInvestmentSection__scheduleInspection .inspectionContent .HeaderText{width:100%}}@media only screen and (min-width:1600px){.homepageInvestmentSection__scheduleInspection .inspectionContent{width:64ch}}@media only screen and (max-width:900px){.homepageInvestmentSection__scheduleInspection .inspectionContent{align-items:center;text-align:center;width:100%}}@media only screen and (max-width:600px){.homepageInvestmentSection__scheduleInspection .inspectionContent{align-items:center;text-align:center;width:100%}}h3{font-weight:400}.works{margin-top:5rem;padding:3.5rem 0 0}@media only screen and (max-width:600px){.works{padding:0}}.works>*{color:#333;padding:0 5rem}@media only screen and (max-width:900px){.works>*{padding:0 2rem}}@media only screen and (max-width:600px){.works>*{padding:1rem}}.works__intro{position:relative}@media only screen and (max-width:600px){.works__intro{padding:0}}.works__intro img{width:100%}.works__intro img:after{background-color:rgba(0,0,0,.4);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.works__intro button{background:none;border:none;position:absolute;right:50%;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);transition:all .3s ease-in-out;z-index:45}.works__intro button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width:600px){.works__intro button{width:50px}}.works__intro-video{height:33rem;position:relative;width:100%}.works__intro-video iframe{height:100%;width:100%}.works__row{grid-gap:3rem;display:grid;grid-template-columns:repeat(2,1fr);margin:5rem 0}@media only screen and (max-width:1200px){.works__row{grid-template-columns:1fr}}@media only screen and (max-width:900px){.works__row{margin:3rem 0}}@media only screen and (max-width:600px){.works__row{margin:1.5rem 0 0}}.works__row_img{height:38rem}@media only screen and (max-width:1200px){.works__row_img{display:none}}.works__row_img img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:600px){.works__row_text .section__header{margin-bottom:1rem!important}.works__row_text .HeaderText{font-size:1.25rem;line-height:1.75rem}.works__row_text .bodyText{font-weight:400;line-height:1.875rem}.works__row_text-list{padding-left:1rem}}.works__row_text-list>*{align-items:center;display:flex;margin:1rem 0}.works__row_text-list>* img{height:20px;margin-right:10px;width:20px}.works__steps{display:flex;flex-direction:row;flex-wrap:wrap;gap:9.5rem;justify-content:space-between;margin-top:6rem;padding:0 5rem 5rem}.works__steps-header{display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width:600px){.works__steps-header .HeaderText{font-size:1rem}}.works__steps-header .bodyText{width:59rem}@media only screen and (max-width:900px){.works__steps-header .bodyText{width:100%}}@media only screen and (max-width:600px){.works__steps-header .bodyText{font-size:.8rem}}@media only screen and (max-width:1200px){.works__steps{gap:3rem;padding:0 3rem 5rem}}@media only screen and (max-width:900px){.works__steps{gap:2rem;padding:0 3rem 8rem}}@media only screen and (max-width:600px){.works__steps{flex-direction:column;gap:3.75rem;padding:0 3rem}}.works__steps_item{align-items:center;background-color:#fff;border:1px solid #fff;box-shadow:0 4px 50px 3px rgba(0,0,0,.05);cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;max-width:32.875rem;padding:4rem 4.5rem 2rem;position:relative;text-align:center;width:100%;z-index:12}@media only screen and (max-width:900px){.works__steps_item{max-width:20rem;padding:4rem 2rem 2rem}}@media screen and (max-width:720px){.works__steps_item{max-width:100%;width:100%}}.works__steps_item:nth-child(2){-webkit-transform:translateY(7rem);transform:translateY(7rem)}@media screen and (max-width:720px){.works__steps_item:nth-child(2){-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (max-width:1200px){.works__steps_item:nth-child(3){-webkit-transform:translateY(4rem);transform:translateY(4rem)}}@media only screen and (max-width:900px){.works__steps_item:nth-child(3){-webkit-transform:translateY(4rem);transform:translateY(4rem)}}@media screen and (max-width:720px){.works__steps_item:nth-child(3){-webkit-transform:translateY(0);transform:translateY(0)}}.works__steps_item:nth-child(4){-webkit-transform:translateY(15rem);transform:translateY(15rem)}@media screen and (max-width:720px){.works__steps_item:nth-child(4){-webkit-transform:translateY(0);transform:translateY(0)}}.works__steps_item:nth-child(5){-webkit-transform:translateY(2rem);transform:translateY(2rem)}@media only screen and (max-width:1200px){.works__steps_item:nth-child(5){-webkit-transform:translateY(6rem);transform:translateY(6rem)}}@media only screen and (max-width:900px){.works__steps_item:nth-child(5){-webkit-transform:translateY(8rem);transform:translateY(8rem)}}@media screen and (max-width:720px){.works__steps_item:nth-child(5){-webkit-transform:translateY(0);transform:translateY(0)}}@media only screen and (max-width:600px){.works__steps_item{padding:3rem 2rem 2rem}}.works__steps_item .subHeaderText{font-size:1.4rem}.works__steps_item .bodyText{width:23.25rem}@media only screen and (max-width:900px){.works__steps_item .bodyText{width:100%}}@media only screen and (max-width:600px){.works__steps_item .bodyText{padding:.5rem 0;width:100%}}.works__steps_item:hover{border-color:#470368}.works__steps_item:hover .num{border:1px solid #470368}.works__steps_item .num{align-items:center;background:#e8e5ea;border-radius:50%;color:#470368;display:flex;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;height:5rem;justify-content:center;position:absolute;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:5rem}@media only screen and (max-width:600px){.works__steps_item .num{font-size:1.25rem;height:3.5rem;width:3.5rem}}.works__product{background-color:rgba(71,34,88,.1);margin:4rem 0 0;padding:4rem 5rem;position:relative;width:100%}@media only screen and (max-width:900px){.works__product{padding:4rem 3rem}}@media only screen and (max-width:600px){.works__product{padding:1.625rem 0}.works__product .section__header{padding:0 1rem}}.works__product .btm{bottom:0;left:0;position:absolute}.works__products{display:flex;gap:3rem;justify-content:center;margin:1rem auto;overflow-x:scroll;width:100%}.works__products::-webkit-scrollbar{display:none}@media only screen and (max-width:900px){.works__products{justify-content:flex-start}}@media only screen and (max-width:600px){.works__products{gap:2rem;padding:0 1rem}}.works__products_item{background-color:#fff;border:1px solid #fff;box-shadow:0 .25rem 3.125rem .25rem rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;margin:2rem 0 4rem;min-width:21.25rem;padding:2rem;transition:all .3s ease-in-out;width:30.625rem}@media only screen and (max-width:600px){.works__products_item{padding:1.5rem 1rem}}.works__products_item>*{margin:.5rem 0}.works__products_item .circle{background:rgba(71,34,88,.1);border-radius:50%;display:flex;height:3.5rem;justify-content:center;width:3.5rem}.works__products_item .subHeaderText{font-size:1.5rem;margin-top:1rem}@media only screen and (max-width:600px){.works__products_item .subHeaderText{font-size:1.25rem}}.works__products_item .bodyText{line-height:30px;margin-bottom:auto}.works__products_item:hover,.works__products_item:hover .circle{border:1px solid #470368}.works .section__header{margin-bottom:.9rem}@media only screen and (max-width:600px){.works .section__header{margin-bottom:0}}.inspection{display:flex;flex-direction:column;gap:2em;margin-top:5rem;padding:4rem 5rem}@media screen and (max-width:900px){.inspection{padding:4rem 0}}.inspection__mobile-back{display:none}@media screen and (max-width:900px){.inspection__mobile-back{background:url(/static/media/living-room-mobile.6bd8e528ffcd3c1efed3.svg) no-repeat 50%;background-size:cover;display:block;min-height:200px;position:relative;width:100%}.inspection__mobile-back-overlay{background:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%}}.inspection__main{background:#fff;box-shadow:0 4px 3.125rem 3px rgba(0,0,0,.05);display:flex;gap:3em;padding:2em 5em}@media screen and (max-width:900px){.inspection__main{margin:-100px auto auto;padding:1.5em;width:85%;z-index:10}}@media only screen and (max-width:600px){.inspection__main{margin:-100px 1.25rem auto;padding:1rem;width:auto}}.inspection__main--left{background:url(/static/media/living-room.b9b6b0cbafa679bea765.svg) no-repeat 50%;background-size:cover;min-height:100%;position:relative;width:55%}@media screen and (max-width:900px){.inspection__main--left{display:none}}.inspection__main--left-overlay{background:rgba(0,0,0,.6);height:100%;left:0;position:absolute;top:0;width:100%}.inspection__main--right{width:45%}@media screen and (max-width:900px){.inspection__main--right{margin:auto;width:100%}}.inspection__main--right form{background:#fff;display:flex;flex-direction:column;gap:1em;width:100%}.inspection__main--right form .inspection-form__row{display:flex;gap:1em}@media screen and (max-width:900px){.inspection__main--right form .inspection-form__row{flex-direction:column}}.onboarding{background:url(/static/media/Background.5ef98949c79e775bc0f1.png);background-size:cover;height:100vh;overflow:scroll;overflow-x:hidden;overflow-y:overlay;padding:0!important;width:100vw}@media only screen and (max-width:1200px){.onboarding{background-position:center 0,center 120%}}@media only screen and (max-width:600px){.onboarding{background-position:center -50%,center 175%;background-size:600px 600px}}.onboarding .wrapper{background-color:rgba(0,0,0,.025);display:flex;flex-direction:column;height:100vh;overflow:scroll;overflow-x:hidden;overflow-y:overlay;position:relative;width:100%}.onboarding__header{padding:1.125rem 5rem}@media only screen and (max-width:900px){.onboarding__header{background-color:#fff;box-shadow:0 1px 20px rgba(0,0,0,.07);left:0;padding:.875rem 2.5rem;position:fixed;top:0;width:100%;z-index:2}}@media only screen and (max-width:600px){.onboarding__header{box-shadow:0 1px 20px rgba(0,0,0,.07);left:0;padding:.625rem 1.25rem;position:fixed;top:0;width:100%;z-index:5}}.onboarding__body{display:flex;flex-direction:column;padding-bottom:2rem;padding-top:2rem}@media only screen and (max-width:900px){.onboarding__body{padding-top:5rem}}@media only screen and (max-width:600px){.onboarding__body{padding:5rem 1.25rem 2rem}}.onboarding__bg{pointer-events:none;top:0}.onboarding__bg,.onboarding__bg2{object-fit:cover;position:absolute;right:0;width:100%}.onboarding__bg2{bottom:0!important}.onboarding__login{display:flex;justify-content:center;padding:10px;width:100%}.onboarding__login .subHeaderText{color:#470368;font-size:1.5rem;font-weight:500;margin:.4rem auto;text-align:center}@media only screen and (max-width:600px){.onboarding__login .subHeaderText{font-size:1.1rem;margin-bottom:1rem;padding:0}}.onboarding__login.onboard{margin:0 auto;padding-top:2rem;width:32rem}.onboarding__login.onboard form{display:flex;flex-direction:column;gap:1.5rem;padding:2.25rem 3.5rem 3.5rem}@media only screen and (max-width:600px){.onboarding__login.onboard form{padding:1rem}}.onboarding__login.onboard .onboard__user{gap:1rem}.onboarding__login.onboard .onboard__user button{margin-top:1rem}@media only screen and (max-width:1200px){.onboarding__login.onboard{margin:auto;width:45%}}@media only screen and (max-width:900px){.onboarding__login.onboard{margin:auto;width:70%}}.onboarding__login .bodyText{color:#e67818;font-size:1rem;font-weight:400;line-height:1.5rem;text-align:center}.onboarding__login form{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;padding:2rem 1.5rem 1.5rem}.onboarding__login form .row{grid-gap:1rem;display:grid;grid-template-columns:1fr 1fr}@media only screen and (max-width:600px){.onboarding__login form .row{grid-template-columns:1fr}}.onboarding__login .onboarding__login--form{display:flex;flex-direction:column;gap:1rem;padding:2rem;width:25rem}@media only screen and (max-width:600px){.onboarding__login .onboarding__login--form{padding:1rem}}.onboarding__login .onboarding__login--form-header{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:100%}.onboarding__login .onboarding__login--form .subHeaderText{margin:0 0 .25rem}.onboarding__login .onboarding__login--form .bodyText{font-size:.875rem;width:13.75rem}.onboarding__login .onboarding__login--form button{font-weight:500;margin-top:1rem}@media only screen and (max-width:600px){.onboarding__login .onboarding__login--form{width:100%}}.onboarding__login .onboarding__forgotPassword .subHeaderText{margin:0}.onboarding__login .onboarding__forgotPassword button{margin-top:.5rem}@media only screen and (max-width:600px){.onboarding__login{margin:auto;padding:2rem 0 0!important;width:100%!important}}@media only screen and (max-width:1200px){.onboarding__login{margin:auto;width:50%}}.onboarding .backToHome{padding-top:3.5rem}.onboarding .backToLogin{padding-top:2rem}.onboarding .password{align-items:center;display:flex;position:relative;width:100%}.onboarding a{color:#470368;cursor:pointer;font-family:poppins,sans-serif;font-size:.8125rem;font-weight:600;line-height:20px;text-decoration:underline;transition:all .3s ease-in-out;z-index:121}.onboarding a:hover{-webkit-transform:translateX(5px);transform:translateX(5px)}.onboarding a.text-center{margin-bottom:auto}.onboarding__terms--wrapper{align-items:center;background:rgba(0,0,0,.5);display:flex;flex-direction:column;justify-content:center;left:0;padding:5rem 0 3rem;position:absolute;top:0;width:100%}@media only screen and (max-width:900px){.onboarding__terms--wrapper{padding:6rem 1.25rem 3rem}}@media only screen and (max-width:600px){.onboarding__terms--wrapper{padding:3rem 1.25rem}}.onboarding__terms{background-color:#fff;border-radius:8px;box-shadow:0 .25rem 3.125rem .25rem rgba(0,0,0,.1);font-size:.8125rem;margin:1rem auto auto;max-width:72.5rem;overflow-y:scroll;padding:3rem;text-align:center;width:90%}@media only screen and (max-width:600px){.onboarding__terms{padding:1.75rem .875rem 3rem}}.onboarding__terms .subHeaderText{color:#470368;margin:1.3rem 0}@media only screen and (max-width:600px){.onboarding__terms .subHeaderText{font-size:2rem;margin:0 0 1rem}}.onboarding__terms .subHeaderTextSmall{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:300;line-height:3rem}@media only screen and (max-width:900px){.onboarding__terms .subHeaderTextSmall{font-size:1rem;line-height:2rem}}@media only screen and (max-width:600px){.onboarding__terms .subHeaderTextSmall{font-size:1rem;line-height:1.5rem}}.onboarding__terms .subHeaderTextSmall strong{font-weight:600}@media only screen and (max-width:600px){.onboarding__terms .subHeaderTextSmall strong{font-size:.875rem}}.onboarding__terms ol{padding:0 5rem;text-align:left;text-align:justify}@media only screen and (max-width:900px){.onboarding__terms ol{padding:0 1.5rem}}@media only screen and (max-width:600px){.onboarding__terms ol{padding:0 .25rem 0 .75rem}}.onboarding__terms ol .subHeaderTextSmall{font-size:1.25rem;line-height:3rem}@media only screen and (max-width:900px){.onboarding__terms ol .subHeaderTextSmall{font-size:1rem;line-height:2rem}}@media only screen and (max-width:600px){.onboarding__terms ol .subHeaderTextSmall{font-size:.875rem;line-height:1.875rem;text-align:left}}.onboarding__terms ol li{margin:.7rem 0}.onboarding__terms ol li::marker{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:300}@media only screen and (max-width:900px){.onboarding__terms ol li::marker{font-size:1rem}}@media only screen and (max-width:600px){.onboarding__terms ol li::marker{font-size:.875rem}}.onboarding__terms .agreementWrapper{padding:0 2.5rem;text-align:left}@media only screen and (max-width:900px){.onboarding__terms .agreementWrapper{padding:0 1.5rem}}@media only screen and (max-width:600px){.onboarding__terms .agreementWrapper{padding:0}}.onboarding__terms .agreementWrapper input[type=checkbox]{display:none}.onboarding__terms .agreementWrapper input[type=checkbox]:checked~.agreement__label span{align-items:center;background:#e67818;border-color:#e67818;color:#fff;display:flex;justify-content:center}.onboarding__terms .agreementWrapper input[type=checkbox]:checked~.agreement__label span:after{content:"✓";vertical-align:middle}.onboarding__terms .agreementWrapper .agreement__label{align-items:flex-start;color:#666;cursor:pointer;display:flex;font-size:.875rem;font-weight:400}.onboarding__terms .agreementWrapper .agreement__label span{border:.125rem solid #666;border-radius:3px;height:1.125rem;margin-right:.5rem;margin-top:1rem;width:1.125rem}@media only screen and (max-width:900px){.onboarding__terms .agreementWrapper .agreement__label span{height:1rem;margin-top:.5rem;min-width:1rem}}@media only screen and (max-width:600px){.onboarding__terms .agreementWrapper .agreement__label span{height:.875rem;margin-top:.375rem;min-width:.875rem}}.onboarding__terms .formGroup{align-items:center;justify-content:center;width:100%}.onboarding__terms .primaryButton{max-width:25rem;width:100%}@media only screen and (max-width:600px){.onboarding__terms{margin-top:3rem;width:100%}}.onboarding__buy .col-2{grid-gap:1rem;display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:900px){.onboarding__buy .col-2{grid-template-columns:1fr}}.onboarding__buy .buy-property__form{width:100%}.onboarding__buy .buy-property__form .step-wizard{margin-bottom:.75rem;margin-top:-.75rem}.onboarding__buy .agreement{align-items:flex-start;display:flex;margin-top:1rem}.onboarding__buy .agreement .checkboxList .checkboxList__label{align-items:flex-start}.onboarding__buy .agreement .checkboxList .checkboxList__label span{margin-top:.5rem;min-height:.875rem;min-width:.875rem}.onboarding__buy .agreement>*{margin:0}.onboarding__buy .agreement .bodyText{color:#333!important;opacity:.8}.onboarding__buy .agreement a{font-weight:700;margin:0 .1rem;padding:0}.onboarding__buy .indexedStep{align-items:center;background-color:#c4c4c4;border-radius:50%;color:#fff;display:flex;font-size:12px;height:20px;justify-content:center;width:20px}.onboarding__buy .indexedStep.accomplished{background-color:#470368}.onboarding__buy_wrapper .bodyText{font-size:.875rem}.onboarding .accountNumberWrapper{display:flex;position:relative;width:100%}.onboarding .accountNumberWrapper input{width:100%}.onboarding .accountNumberWrapper button{background:transparent;bottom:.5rem;cursor:pointer;outline:none;position:absolute;right:2rem}.onboarding .accountNumberWrapper button svg{color:#666;font-size:1.25rem;transition:.4s ease-in-out}.onboarding .accountNumberWrapper button:hover svg{color:#333;-webkit-transform:scale(1.2) rotate(315deg);transform:scale(1.2) rotate(315deg)}.onboarding .error{color:#e67818;font-size:.8125rem!important;margin-bottom:0}button{border:none;cursor:pointer}.w-50{width:50%}@media only screen and (max-width:600px){.w-50{width:100%}}@media only screen and (max-width:1200px){.w-50{width:100%}}.w-70{width:70%}@media only screen and (max-width:600px){.w-70{width:100%}}@media only screen and (max-width:1200px){.w-70{width:100%}}.text-cosmic{color:rgba(58,12,80,.7)!important;font-weight:600!important}.m-1{margin:1em}.mx-1{margin:0 1em}.my-1{margin:1em 0}.p-1{padding:1em}.px-1,.py-1{padding:1em 0}.m-2{margin:2em}.mx-2{margin:0 2em}.my-2{margin:2em 0}.p-2{padding:2em}.px-2,.py-2{padding:2em 0}.m-3{margin:3em}.mx-3{margin:0 3em}.my-3{margin:3em 0}.p-3{padding:3em}.px-3,.py-3{padding:3em 0}.m-4{margin:4em}.mx-4{margin:0 4em}.my-4{margin:4em 0}.p-4{padding:4em}.px-4,.py-4{padding:4em 0}.m-5{margin:5em}.mx-5{margin:0 5em}.my-5{margin:5em 0}.p-5{padding:5em}.px-5,.py-5{padding:5em 0}.m-6{margin:6em}.mx-6{margin:0 6em}.my-6{margin:6em 0}.p-6{padding:6em}.px-6,.py-6{padding:6em 0}.d-f{display:flex}.text-center{text-align:center}.mt-2,.privacy{margin-top:2rem}.privacy{padding:5.3em}@media only screen and (max-width:900px){.privacy{padding:2rem}}.privacy__header{margin-bottom:2rem}.privacy__header .bodyText{margin-left:6rem!important;opacity:.4}.privacy .bodyText{line-height:40px;margin:7px 0}.privacy .subHeaderTextSmall{line-height:40px;margin:10px 0 2px}.public-pages__layout{background:#fff;height:100vh;overflow:scroll;overflow-x:hidden;overflow-y:overlay;width:100vw}@media only screen and (max-width:600px){.pub-apartment__details{display:none}.pub-propertyOverview__singleProjectDetails{grid-template-columns:repeat(4,-webkit-max-content);grid-template-columns:repeat(4,max-content)}.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item{gap:.25rem}}.pub-properties{color:#333;padding:8rem 5rem 7.5rem}@media only screen and (max-width:900px){.pub-properties{padding:8rem 2rem 7.5rem}}@media only screen and (max-width:600px){.pub-properties{padding:6rem 0 7.5rem}}.pub-properties .pub-propertyOverview{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}@media only screen and (max-width:900px){.pub-properties .pub-propertyOverview{flex-direction:column-reverse;margin-top:1.5rem}}.pub-properties .pub-propertyOverview a{border:.09375rem solid #470368;border-radius:2rem;color:#470368;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:1.375rem;margin-left:1rem;padding:.875rem 1.25rem;text-transform:uppercase}.pub-properties .pub-propertyOverview__details{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}@media only screen and (max-width:600px){.pub-properties .pub-propertyOverview__details{overflow-x:scroll;padding:0 1.25rem}}.pub-properties .pub-propertyOverview__details::-webkit-scrollbar{display:none}.pub-properties .pub-propertyOverview__details .singleDetail{align-items:center;display:flex;gap:1.5rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.pub-properties .pub-propertyOverview__details .singleDetail__wrapper{display:flex;gap:1.5rem}.pub-properties .pub-propertyOverview__details .singleDetail__iconWrapper{align-items:center;background:rgba(71,3,104,.05);border-radius:50%;color:#470368;display:flex;font-size:1.25rem;height:2rem;justify-content:center;width:2rem}@media only screen and (max-width:600px){.pub-properties .pub-propertyOverview__details .singleDetail__iconWrapper{font-size:.875rem;height:1.5rem;width:1.5rem}}.pub-properties .pub-propertyOverview__details .singleDetail__text{color:#333;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600}@media only screen and (max-width:600px){.pub-properties .pub-propertyOverview__details .singleDetail__text{font-size:.875rem}}@media only screen and (max-width:900px){.pub-properties .pub-propertyOverview__details .singleDetail__topDownload{display:none}}.pub-properties .pub-propertyOverview__image{max-height:35.5rem;min-height:14.5rem;overflow:hidden;position:relative;width:100%}.pub-properties .pub-propertyOverview__image img{min-height:14.5rem;width:100%}.pub-properties .pub-propertyOverview__image--overlay{align-items:center;background:rgba(0,0,0,.6);bottom:0;display:flex;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:2}.pub-properties .pub-propertyOverview__image--overlay button{align-items:center;background:hsla(0,0%,100%,.6);border:none;border-radius:50%;display:flex;height:7.5rem;justify-content:center;width:7.5rem}@media only screen and (max-width:600px){.pub-properties .pub-propertyOverview__image--overlay button{height:3.125rem;width:3.125rem}}.pub-properties .pub-propertyOverview__image--overlay button div{align-items:center;background:hsla(0,0%,100%,.8);border-radius:50%;color:#470368;cursor:pointer;display:flex;font-size:2rem;height:5rem;justify-content:center;padding-left:.5rem;width:5rem}.pub-properties .pub-propertyOverview__image--overlay button div svg{transition:.2s ease-in-out}.pub-properties .pub-propertyOverview__image--overlay button div svg:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}@media only screen and (max-width:600px){.pub-properties .pub-propertyOverview__image--overlay button div{font-size:1rem;height:1.875rem;padding-left:.25rem;width:1.875rem}}.pub-properties .pub-propertyOverview__bottomDownload{display:none}@media only screen and (max-width:900px){.pub-properties .pub-propertyOverview__bottomDownload{display:flex;justify-content:center}.pub-properties .pub-propertyOverview__bottomDownload a{border:.09375rem solid #470368;border-radius:2rem;color:#470368;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;line-height:1.375rem;margin-top:1.75rem;padding:.625rem 1rem;text-transform:uppercase}.pub-properties .pub-propertyOverview__bottomDownload a:hover{background:#470368;color:#fff}}.pub-properties .pub-propertyDescription{display:flex;flex-direction:column;gap:2rem;padding-top:5rem}@media only screen and (max-width:600px){.pub-properties .pub-propertyDescription{gap:1rem;padding-top:3.375rem}.pub-properties .pub-propertyDescription .bodyText{padding:0 1.25rem}}.pub-properties .pub-propertyTypes{display:flex;flex-direction:column;gap:3.75rem;padding-top:5rem}.pub-properties .pub-propertyTypes__list{display:flex;flex-wrap:wrap;gap:3.75rem;justify-content:center}@media only screen and (max-width:600px){.pub-properties .pub-propertyTypes__list{padding:0 2.5rem}}.pub-properties .pub-propertyTypes__list .singlePropertyType{background:#fff;box-shadow:0 4px 50px 3px rgba(0,0,0,.05);display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:1.5rem;padding:0 1.25rem 2rem;width:24rem}.pub-properties .pub-propertyTypes__list .singlePropertyType__title{background:#e8e8e8;font-family:"DM Serif Display";font-size:1.5rem;font-weight:400;margin:auto auto -2rem;min-width:17.5rem;padding:.75rem 1.25rem;text-align:center;text-transform:capitalize;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:600px){.pub-properties .pub-propertyTypes__list .singlePropertyType__title{font-size:1.25rem;padding:.5rem 1.25rem;-webkit-transform:translateY(-65%);transform:translateY(-65%)}}.pub-properties .pub-propertyTypes__list .singlePropertyType__item{align-items:flex-end;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;padding:1rem 1.5rem;width:100%}@media only screen and (max-width:600px){.pub-properties .pub-propertyTypes__list .singlePropertyType__item{padding:1rem .125rem}}.pub-properties .pub-propertyTypes__list .singlePropertyType__item__name{font-size:1rem;font-weight:400;max-width:8.25rem}@media only screen and (max-width:600px){.pub-properties .pub-propertyTypes__list .singlePropertyType__item__name{font-size:.875rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.pub-properties .pub-propertyTypes__list .singlePropertyType__item__value{font-size:1.5rem;font-weight:600}@media only screen and (max-width:600px){.pub-properties .pub-propertyTypes__list .singlePropertyType__item__value{font-size:.9375rem}}.pub-properties .pub-propertyTypes__list .singlePropertyType__item__action{display:flex;justify-content:center;width:100%}.pub-properties .pub-propertyTypes__list .singlePropertyType__item__action button{background-color:transparent;border:1px solid #470368;border-radius:2rem;color:#470368;padding:.75rem 3.25rem;text-transform:uppercase;transition:.2s ease-in-out}.pub-properties .pub-propertyTypes__list .singlePropertyType__item__action button:hover{background:#470368;color:#fff}.pub-properties .pub-propertySitemap{display:flex;flex-direction:column;padding-top:5rem}.pub-properties .pub-propertySitemap__caption{font-family:"DM Serif Display";font-size:1rem;font-weight:400;margin-top:1.25rem;padding:.75rem 0}@media only screen and (max-width:600px){.pub-properties .pub-propertySitemap__caption{font-size:.875rem;padding:.75rem}}.pub-properties .pub-propertySitemap__mapWrapper{background:rgba(71,3,104,.1);width:100%}.pub-properties .pub-propertySitemap__map{height:25.5rem;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:600px){.pub-properties .pub-propertySitemap__map{height:15rem;max-height:18rem}}.pub-properties .pub-propertySitemap__map-overlay{background:rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%}.pub-properties .pub-propertySitemap__details{display:grid;grid-template-columns:repeat(4,1fr);padding:2.5rem 2.125rem}@media only screen and (max-width:900px){.pub-properties .pub-propertySitemap__details{padding:1rem .75rem}}@media only screen and (max-width:600px){.pub-properties .pub-propertySitemap__details{grid-template-columns:repeat(4,-webkit-max-content);grid-template-columns:repeat(4,max-content);overflow-x:scroll;padding:.625rem .375rem}.pub-properties .pub-propertySitemap__details::-webkit-scrollbar{display:none}}.pub-properties .pub-propertySitemap__details .singleSitemapDetail{align-items:center;border-left:.25rem solid rgba(71,34,88,.1);display:flex;gap:1.25rem;padding-left:3.75rem}@media only screen and (max-width:900px){.pub-properties .pub-propertySitemap__details .singleSitemapDetail{gap:.75rem;padding-left:.5rem}}@media only screen and (max-width:600px){.pub-properties .pub-propertySitemap__details .singleSitemapDetail{gap:.375rem;padding:0 .5rem}}.pub-properties .pub-propertySitemap__details .singleSitemapDetail:first-child{border-left:none;padding-left:0}.pub-properties .pub-propertySitemap__details .singleSitemapDetail svg{color:#470368;font-size:2rem}@media only screen and (max-width:600px){.pub-properties .pub-propertySitemap__details .singleSitemapDetail svg{font-size:1rem}}.pub-properties .pub-propertySitemap__details .singleSitemapDetail p{font-family:"DM Serif Display",sans-serif;font-size:1rem;font-weight:700}@media only screen and (max-width:900px){.pub-properties .pub-propertySitemap__details .singleSitemapDetail p{font-size:.875rem;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}}@media only screen and (max-width:600px){.pub-properties .pub-propertySitemap__details .singleSitemapDetail p{font-family:Poppins,sans-serif;font-size:.7rem;font-weight:400}}.pub-properties .pub-propertyFacilities{display:flex;flex-direction:column;gap:2rem;padding-top:5rem}.pub-properties .pub-propertyFacilities__list{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(6,1fr);padding:0 3.375rem}@media only screen and (max-width:900px){.pub-properties .pub-propertyFacilities__list{grid-template-columns:repeat(6,-webkit-max-content);grid-template-columns:repeat(6,max-content);overflow-x:scroll;padding:0}}@media only screen and (max-width:600px){.pub-properties .pub-propertyFacilities__list{padding:0 1.25rem}.pub-properties .pub-propertyFacilities__list::-webkit-scrollbar{display:none}}.pub-properties .pub-propertyFacilities__list .facilityItem{align-items:center;border:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem 1rem;transition:.2s ease-in-out}@media only screen and (max-width:900px){.pub-properties .pub-propertyFacilities__list .facilityItem{width:10rem}}@media only screen and (max-width:600px){.pub-properties .pub-propertyFacilities__list .facilityItem{justify-content:flex-start;padding:2rem .5rem .5rem;width:8.25rem}}.pub-properties .pub-propertyFacilities__list .facilityItem:hover{border:1px solid rgba(230,120,24,.25)}.pub-properties .pub-propertyFacilities__list .facilityItem__icon{height:3rem;width:3rem}@media only screen and (max-width:600px){.pub-properties .pub-propertyFacilities__list .facilityItem__icon{height:2rem;width:2rem}}.pub-properties .pub-propertyFacilities__list .facilityItem__icon img{width:100%}.pub-properties .pub-propertyFacilities__list .facilityItem__title{font-family:"DM Serif Display";font-size:1rem;line-height:1.25rem;text-align:center}@media only screen and (max-width:600px){.pub-properties .pub-propertyFacilities__list .facilityItem__title{font-size:.875rem}.pub-properties .pub-apartment__details,.pub-properties .pub-terrace__details{display:none}}.pub-properties .pub-singleApartmentOverview{flex-direction:column}@media only screen and (max-width:600px){.pub-terrace__details{display:none}}.pub-propertyOverview__imageWrapper{background:#fff;box-shadow:0 4px 50px 3px rgba(0,0,0,.05)}.pub-propertyOverview__singleProjectDetails{display:grid;font-family:Poppins,sans-serif;grid-template-columns:repeat(4,1fr);overflow-x:scroll;padding:2rem 0;width:100%}.pub-propertyOverview__singleProjectDetails::-webkit-scrollbar{display:none;height:.125rem}@media only screen and (max-width:900px){.pub-propertyOverview__singleProjectDetails{grid-template-columns:repeat(4,-webkit-max-content);grid-template-columns:repeat(4,max-content);padding:.375rem 0}}.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item{align-items:center;border-left:.25rem solid rgba(71,3,104,.2);display:flex;flex-direction:column;gap:.625rem;padding:0 2rem}@media only screen and (max-width:600px){.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item{border-left:.125rem solid rgba(71,3,104,.2);gap:.25rem}}.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item:first-child{border-left:none}.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item--value{color:#470368;font-size:2rem;font-weight:600}@media only screen and (max-width:900px){.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item--value{font-size:1.25rem}}@media only screen and (max-width:600px){.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item--value{font-size:1rem;line-height:1.5rem}}.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item--title{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:1rem}@media only screen and (max-width:600px){.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item--title{font-size:.75rem;font-weight:500}}.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item--title .singleProjectIcon{align-items:center;cursor:pointer;display:flex;font-size:1.625rem}@media only screen and (max-width:600px){.pub-propertyOverview__singleProjectDetails .pub-apartmentDetails__item--title .singleProjectIcon{font-size:.875rem}}.pub-propertyOverview .threeColumns{grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:600px){.pub-propertyOverview .threeColumns{grid-template-columns:repeat(3,-webkit-max-content);grid-template-columns:repeat(3,max-content);padding:.375rem 0}}.pub-propertyOverview__buy{display:flex;justify-content:center;padding-top:1rem;width:100%}.pub-propertyOverview__buy .capsule{padding:.875rem 3.125rem;text-transform:uppercase}.pub-propertyLayout{display:flex;flex-direction:column;gap:3rem;padding-top:5rem}@media only screen and (max-width:600px){.pub-propertyLayout{gap:1.5rem}}.pub-propertyLayout__header{display:flex;gap:1rem}@media only screen and (max-width:600px){.pub-propertyLayout__header{padding:0 1.25rem}}.pub-propertyLayout__title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;padding:.25rem 0}@media only screen and (max-width:600px){.pub-propertyLayout__title{font-size:.75rem}}.pub-propertyLayout__separator{background:linear-gradient(180deg,#fff,rgba(51,51,51,.75),#fff);border-radius:50%;width:1px}.pub-propertyLayout__togglerWrapper{align-items:center;background:#e8e8e8;border-radius:3.125rem;box-shadow:inset 0 6px 8px 3px rgba(0,0,0,.1);cursor:pointer;display:flex;height:2rem;justify-content:flex-start;padding:.25rem;position:relative;transition:.4s ease-in-out;width:4.5rem}.pub-propertyLayout__togglerWrapper button{background:linear-gradient(180deg,#fff,#e8eaea);border-radius:50%;height:1.5rem;left:.25rem;pointer-events:none;position:absolute;transition:.4s ease-in-out;width:1.5rem}.pub-propertyLayout__togglerWrapper .activeLayoutToggler{left:auto;right:.25rem;transition:.4s ease-in-out}.pub-propertyLayout__imageWrapper{height:50.25rem;width:100%}@media only screen and (max-width:900px){.pub-propertyLayout__imageWrapper{height:35rem}}@media only screen and (max-width:600px){.pub-propertyLayout__imageWrapper{height:15.25rem}}.pub-propertyLayout__imageWrapper img{height:100%;width:100%}.pub-propertyFacilities{display:flex;flex-direction:column;gap:2rem;padding-top:4rem}.pub-propertyFacilities__table{font-family:Poppins,sans-serif;overflow-x:scroll}@media only screen and (max-width:1200px){.pub-propertyFacilities__table{padding:0 1.25rem}}.pub-propertyFacilities__table::-webkit-scrollbar{height:5px}.pub-propertyFacilities__table .pub-desktopTable{border:1px solid #c4c4c4;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}@media only screen and (max-width:600px){.pub-propertyFacilities__table .pub-desktopTable{display:none}}.pub-propertyFacilities__table .pub-desktopTable h4{font-size:1rem;font-weight:600;text-align:center}.pub-propertyFacilities__table .pub-desktopTable__head{background:#e8e8e8;display:grid;grid-template-columns:repeat(7,1fr);padding:1.75rem 0 1.25rem;text-align:center}@media only screen and (max-width:1200px){.pub-propertyFacilities__table .pub-desktopTable__head{grid-template-columns:repeat(7,10rem)}}.pub-propertyFacilities__table .pub-desktopTable__body{display:grid;grid-template-columns:repeat(7,1fr);min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:2.5rem 0;text-align:center}@media only screen and (max-width:1200px){.pub-propertyFacilities__table .pub-desktopTable__body{grid-template-columns:repeat(7,10rem)}}.pub-propertyFacilities__table .mobileTableFeatures{display:none}@media only screen and (max-width:600px){.pub-propertyFacilities__table .mobileTableFeatures{display:block;width:100%}.pub-propertyFacilities__table .mobileTableFeatures table{padding:0;width:100%}.pub-propertyFacilities__table .mobileTableFeatures table thead tr{background:#e8e8e8;border:.0625rem solid #e8e8e8;display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;padding:.625rem 1.5rem;width:100%}.pub-propertyFacilities__table .mobileTableFeatures table tbody tr{border:.0625rem solid #e8e8e8;border-top:0;display:flex;font-size:.875rem;font-weight:500;justify-content:space-between;padding:1.25rem 1.5rem .5rem;width:100%}}.pub-propertyFacilities .single-projectFacilities__list{display:flex!important;gap:3.25rem!important;justify-content:center!important;overflow-x:scroll;padding-top:4rem!important}@media only screen and (max-width:600px){.pub-propertyFacilities .single-projectFacilities__list{gap:2rem!important;justify-content:flex-start!important;padding-top:0!important}}.pub-propertyFacilities .single-projectFacilities__list .facilityItem{height:9.5rem;padding:2rem .5rem .75rem!important;width:10rem}@media only screen and (max-width:600px){.pub-propertyFacilities .single-projectFacilities__list .facilityItem{height:8rem;min-width:8.125rem;padding:1.25rem .25rem .75rem!important}}.pub-propertyFacilities .pub-propertyOverview__buy{padding-top:0}.allocation{align-items:center;flex-direction:column;font-family:Poppins,sans-serif;gap:1rem;justify-content:center}.allocation,.allocationLayout{display:flex;min-height:100vh;width:100%}@media only screen and (max-width:900px){.allocationLayout{flex-direction:column}}.allocationLayout .layoutAndDescription{display:flex;flex-direction:column;flex-grow:1;gap:1rem;padding:6.75rem 2.5rem 2rem}@media only screen and (max-width:900px){.allocationLayout .layoutAndDescription{flex-grow:0}}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription{gap:0;padding:6.75rem 1.25rem 0}}@media only screen and (max-width:300px){.allocationLayout .layoutAndDescription{padding:5rem .875rem 0}}.allocationLayout .layoutAndDescription__header{display:flex;gap:1rem}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__header{gap:.5rem}}.allocationLayout .layoutAndDescription__header__title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;padding:.25rem 0}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__header__title{font-size:.875rem}}.allocationLayout .layoutAndDescription__header__separator{background:linear-gradient(180deg,#fff,rgba(51,51,51,.75),#fff);border-radius:50%;width:1px}.allocationLayout .layoutAndDescription__header__togglerWrapper{align-items:center;align-self:center;background:#e8e8e8;border-radius:3.125rem;box-shadow:inset 0 6px 8px 3px rgba(0,0,0,.1);cursor:pointer;display:flex;height:2rem;justify-content:flex-start;padding:.25rem;position:relative;transition:.4s ease-in-out;width:4.5rem}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__header__togglerWrapper{height:1.5rem;width:3rem}}.allocationLayout .layoutAndDescription__header__togglerWrapper button{background:linear-gradient(180deg,#fff,#e8eaea);border-radius:50%;height:1.5rem;left:.25rem;pointer-events:none;position:absolute;transition:.4s ease-in-out;width:1.5rem}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__header__togglerWrapper button{height:1.25rem;width:1.25rem}}.allocationLayout .layoutAndDescription__header__togglerWrapper .activeLayoutToggler{left:auto;right:.25rem;transition:.4s ease-in-out}.allocationLayout .layoutAndDescription__selectionName{font-family:"DM Serif Display",sans-serif;font-size:2.5rem;font-weight:400}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__selectionName{font-size:2rem;padding-top:.375rem}}@media only screen and (max-width:300px){.allocationLayout .layoutAndDescription__selectionName{font-size:1.626rem}}.allocationLayout .layoutAndDescription__images{align-items:center;display:flex;justify-content:center;width:100%}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__images{padding-top:1rem}}.allocationLayout .layoutAndDescription__images__wrapper{display:flex;height:25rem;justify-content:center;width:100%}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__images__wrapper{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.allocationLayout .layoutAndDescription__images__wrapper img{height:100%}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__images__wrapper img{height:auto;width:100%}}.allocationLayout .layoutAndDescription__description{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__description{padding-top:2rem;padding-top:1rem}}.allocationLayout .layoutAndDescription__description__title{color:#3a3434;font-family:"DM Serif Display",sans-serif;font-size:1.5rem;line-height:2.5rem}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__description__title{font-size:1.375rem}}.allocationLayout .layoutAndDescription__description__description{max-width:57.5rem}.allocationLayout .layoutAndDescription__description__description .bodyText{color:#686868;line-height:1.625rem;text-align:justify}@media only screen and (max-width:600px){.allocationLayout .layoutAndDescription__description__description .bodyText{font-size:.875rem;font-size:.8125rem;line-height:1.5rem;text-align:left}}.allocationLayout .propertySelection{box-shadow:-4px 4px 20px 2px rgba(0,0,0,.07);min-width:20rem;padding:6.75rem 1.5rem 0;width:20rem}@media only screen and (max-width:900px){.allocationLayout .propertySelection{box-shadow:none;min-width:100%;padding:2rem 2.5rem;width:100%}}@media only screen and (max-width:600px){.allocationLayout .propertySelection{box-shadow:none;min-width:100%;padding:2rem 1.25rem 3.5rem;width:100%}}.allocationLayout .propertySelection form{display:flex;flex-direction:column;gap:1.5rem}.allocationLayout .propertySelection__inputs{border-bottom:.0625rem solid #e8e8e8;display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem}.init__profileUpdate{display:flex;justify-content:center;padding:1rem 1.5rem 3rem;width:100%;z-index:0}@media only screen and (max-width:600px){.init__profileUpdate{padding-bottom:3.5rem;padding-top:2.5rem}}.init__profileUpdate form{background:#fff;border-radius:.5rem;display:flex;flex-direction:column;gap:2.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3.5rem;width:55.25rem}@media only screen and (max-width:600px){.init__profileUpdate form{padding:1rem}}.init__profileUpdate form .profileUpdate__formHeader{align-items:center;display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width:600px){.init__profileUpdate form .profileUpdate__formHeader{gap:.25rem}}.init__profileUpdate form .profileUpdate__formHeader .subHeaderTextSmall{color:#470368;font-family:"DM Serif Display",sans-serif;font-size:1.5rem;line-height:2rem}@media only screen and (max-width:600px){.init__profileUpdate form .profileUpdate__formHeader .subHeaderTextSmall{font-size:1rem;line-height:1.25rem}}.init__profileUpdate form .profileUpdate__formHeader span{color:#333;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;text-align:center}@media only screen and (max-width:600px){.init__profileUpdate form .profileUpdate__formHeader span{font-size:.75rem;line-height:1.125rem}}.init__profileUpdate form .profileUpdate__formBody{display:flex;flex-direction:column;gap:1rem}.init__profileUpdate form .profileUpdate__formFooter{margin:auto;width:25rem}@media only screen and (max-width:600px){.init__profileUpdate form .profileUpdate__formFooter{width:100%}}.init__profileUpdate form .profileUpdate__formProgress{margin:auto;width:30rem}@media only screen and (max-width:600px){.init__profileUpdate form .profileUpdate__formProgress{max-width:26rem;width:100%}}.init__profileUpdate form .profileUpdate__personalProfile{display:flex;gap:2rem}@media only screen and (max-width:600px){.init__profileUpdate form .profileUpdate__personalProfile{align-items:center;flex-direction:column}}.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload{display:flex;flex-direction:column;font-family:Poppins,sans-serif;gap:1rem;min-width:11.25rem;width:11.25rem}@media only screen and (max-width:900px){.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload{flex-direction:column}}.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload .profilePictureTitle{color:#333;font-size:.875rem;font-weight:600}.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload .upload{align-items:center;border:1px dashed #e67818;display:flex;font-size:small;height:11.25rem;justify-content:center;position:relative;text-align:center;transition:.2s ease;width:100%}.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload .upload:hover{background-color:#f3f3f3}.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload .upload .upload-label{color:#a098ae;cursor:pointer;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;padding:0 .75rem;position:absolute;transition:.5s ease;width:100%}.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload .upload .dp-output{display:none;height:100%;object-fit:cover;object-position:top;pointer-events:none;position:absolute;width:100%}.init__profileUpdate form .profileUpdate__personalProfile .profileUpdate__pictureUpload .fitButton{width:100%}.init__profileUpdate form .profileUpdate__personalProfile__form{display:flex;flex-direction:column;flex-grow:1;gap:2.5rem}@media only screen and (max-width:600px){.init__profileUpdate form .profileUpdate__personalProfile__form{width:100%}}.init__profileUpdate form .profileUpdate__personalProfile__form input{text-transform:capitalize}.step-wizard{align-items:center;display:flex;justify-content:center;width:100%}.step-wizard-list{display:flex;list-style-type:none;position:relative;width:100%;z-index:10}.step-wizard-item{align-items:center;display:flex;flex-basis:0;flex-direction:column;flex-grow:1;gap:.25rem;justify-content:center;max-width:100%;position:relative;text-align:center}.step-wizard-item+.step-wizard-item:after{background:#470368;content:"";height:2px;left:0;position:absolute;top:25%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:-10}@media screen and (max-width:374px){.step-wizard-item+.step-wizard-item:after{top:43.75%}}.step-wizard-item .progress-count{align-items:center;border-radius:50%;color:#fff;display:flex;font-family:Montserrat,sans-serif;font-size:.625rem;font-weight:700;height:20px;justify-content:center;margin:0 auto;position:relative;transition:1s ease-in-out;width:20px;z-index:10}.step-wizard-item .progress-count:after{background:#470368;border-radius:50%;content:"";height:20px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:20px;z-index:-10}.step-wizard-item .progress-label{color:#470368;font-family:Poppins,sans-serif;font-size:.625rem;font-weight:600}@media screen and (max-width:374px){.step-wizard-item .progress-label{display:none}}.current-item .progress-count:before,.current-item~.step-wizard-item .progress-count:before{display:none}.current-item~.step-wizard-item .progress-count{color:#c4c4c4}.current-item~.step-wizard-item .progress-count:after{background:#fff;border:2px solid #c4c4c4;color:#c4c4c4}.current-item~.step-wizard-item .progress-label{color:#c4c4c4}.current-item .progress-count:after{background:#fff;border:2px solid #470368}.current-item .progress-count{color:#470368}:root{--toastify-color-warning:#fff;--toastify-color-success:#fff;--toastify-color-error:#fff;--toastify-text-color-success:#470368;--toastify-text-color-error:#d82410;--toastify-text-color-warning:#e67818;--toastify-color-progress-success:var(--toastify-text-color-success);--toastify-color-progress-error:var(--toastify-text-color-error);--toastify-color-progress-warning:var(--toastify-text-color-warning);--toastify-font-family:"Montserrat",sans-serif;--toastify-toast-width:24rem;--toastify-toast-min-height:3rem}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:.25rem .375rem}.Toastify__toast{border-radius:3.5rem;border-top-right-radius:0;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgb(0 0 0/5%);cursor:pointer;direction:ltr;display:flex;font-family:Montserrat,sans-serif;font-family:var(--toastify-font-family);font-size:.925rem;font-weight:400;justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:3rem;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:.75rem 1.5rem;position:relative}*,.Toastify__toast{box-sizing:border-box}*{margin:0;padding:0;scroll-behavior:smooth}html{font-size:100%}body{min-height:100vh;overflow:auto;width:100vw}a{color:gray;text-decoration:none}.App{align-items:center;display:flex;flex-direction:column;gap:1em;height:100vh;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100vw}@media screen and (min-width:56.25em) and (max-width:75em){html{font-size:75%}}@media screen and (min-width:75em) and (max-width:90em){html{font-size:87.5%}}@media screen and (min-width:90em) and (max-width:95em){html{font-size:100%}}@media screen and (min-width:95em) and (max-width:112em){html{font-size:106%}.Toastify__toast{font-size:.75rem}}@media screen and (min-width:112.5em){html{font-size:1.1vw}.Toastify__toast{font-size:.675rem}}::-webkit-scrollbar{background:transparent;height:5px;width:5px}::-webkit-scrollbar-thumb{background:#e67818;border-radius:5px}
/*# sourceMappingURL=main.8e41c89e.css.map*/