@charset "UTF-8";: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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{background-color:#edeae1;margin:70px 0 0;padding:0;font-family:Figtree,Figtree Fallback,sans-serif;overflow:auto;scroll-behavior:smooth;color:#2a2a2a}main{padding-bottom:100px;min-height:100vh}h1,h2,h3,h4,h5{letter-spacing:-1.2px}.pac-container{z-index:1000000000000000000000000000000000000000}input{font-family:Figtree,Figtree Fallback,sans-serif}.backgroundClear{background-color:transparent!important}.backgroundClear .profileView .profileView_controls_wrap .breadcrumbs_wrap{width:100%;display:flex;gap:10px}.backgroundClear .profileView .profileView_controls_wrap .breadcrumbs_wrap a{text-decoration:none;color:#2a2a2a!important;font-weight:300;font-style:italic}.backgroundClear .profileView .profileView_controls_wrap .breadcrumbs_wrap .breadcrumb{position:relative}.backgroundClear .profileView .profileView_controls_wrap .breadcrumbs_wrap .breadcrumb:hover img{display:block!important;position:absolute;left:0;bottom:-10px;width:100%}.backgroundClear .profileView .profileView_controls_wrap .breadcrumbs_wrap .breadcrumb img{display:none}.backgroundClear .profileView .profileView_controls_wrap .breadcrumbs_wrap .current_page{position:relative}.backgroundClear .profileView .profileView_controls_wrap .breadcrumbs_wrap .current_page img{display:block!important;position:absolute;left:0;bottom:-10px;width:100%}.backgroundBlue{background-color:#3881f1!important}.backgroundGreen{background-color:#01c476!important}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}@media screen and (max-width: 625px){.hideMobile{display:none!important}}.errorNote{display:block;width:100%;margin:10px 0;color:#ec3838;font-size:14px}.overflowHidden{overflow:hidden}.Toastify__toast-theme--light{border:3px solid #01C476;background-color:#edeae1;color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;border-radius:0;font-weight:300}.octagon-loader{width:100%;height:300px;background:#f0f0f0;margin-bottom:20px;position:relative;overflow:hidden;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}.octagon-loader .shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.loader_wrap{top:0;left:0;width:100%;height:100%;position:fixed;background-color:#edeae1;z-index:10000000000000000000;display:flex;justify-content:center;align-items:center}.loader_wrap .loader_center{width:100%;max-width:600px}.loader_wrap .loader_center .loader_block{width:100%;text-align:center}.loader_wrap .loader_center .loader_block .title h2{font-weight:400;font-size:32px;margin-bottom:10px}.loader_wrap .loader_center .loader_block .title p{margin-top:0;min-height:1.5em}.loader_wrap .loader_center .loader_block .title{width:100%;margin-bottom:20px}.loader_search{top:0;right:0;width:100%;height:100%;position:fixed;background-color:#edeae1;z-index:10000000000000000000;display:flex;justify-content:center;align-items:center}.loader_search .loader_center{width:100%;max-width:600px}.loader_search .loader_center .loader_block{width:100%;text-align:center}.loader_search .loader_center .loader_block .title h2{font-weight:400;font-size:32px;margin-bottom:10px}.loader_search .loader_center .loader_block .title p{margin-top:0;min-height:1.5em}.loader_search .loader_center .loader_block .title{width:100%;margin-bottom:20px}.homeMainSplash{height:100vh;padding:0;display:flex;position:sticky;top:74px}@media screen and (max-width: 900px){.homeMainSplash{position:static;height:auto}}.homeMainSplash .backgroundTransition{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000;transition:background-color .3s ease-in-out;z-index:9999;pointer-events:none}@media screen and (max-width: 900px){.homeMainSplash .backgroundTransition{background-color:transparent!important}}.homeMainSplash.scrolled .backgroundTransition{background-color:#00000080}@media screen and (max-width: 900px){.homeMainSplash.scrolled .backgroundTransition{background-color:transparent!important}}.backgroundLineEffect{display:flex;flex-direction:column;gap:50px;background-color:#edeae1;position:absolute;left:0;top:0;width:100%;height:100%;z-index:0}.backgroundLineEffect span{border-top:1px dashed #3881F1;height:1px;width:100%}section{padding:75px 30px;position:relative}@media screen and (max-width: 900px){section{padding:30px}}section .borderTopHome{position:absolute;top:-20px;width:100%;left:0}@media screen and (min-width: 2260px){section .borderTopHome{display:none}}@media screen and (min-width: 1570px){section .borderTopHome{top:-30px}}@media screen and (max-width: 900px){section .borderTopHome{display:none}}section .postItWrap{display:flex;width:100%;background-color:#edeae1;position:absolute;z-index:2;left:0;top:0;border-top:1px solid #3881F1;padding:30px 5px;box-sizing:border-box;align-items:center;justify-content:center;border-bottom:1px dashed #3881F1}section .postItWrap .postit_dots{display:flex;gap:10px;justify-content:center;align-items:center}section .postItWrap .postit_dots span{width:40px;height:40px;display:block;border-radius:40px;flex-shrink:0;border:1px solid #3881F1}section .homeSplash_wrap{width:100%;display:flex;max-width:1200px;margin:auto}@media screen and (max-width: 900px){section .homeSplash_wrap{flex-direction:column}}section .homeSplash_wrap .homeSplash_search{width:100%;display:flex;max-width:1200px;margin:-100px auto auto}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_search{flex-direction:column;margin-top:0}}section .homeSplash_wrap .homeSplash_search .envelopeWrap{max-width:850px;width:100%;position:relative}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_search .envelopeWrap{z-index:99999}}section .homeSplash_wrap .homeSplash_search .envelopeWrap .envelope{position:absolute;width:880px;top:-100px;left:-50px;will-change:transform}section .homeSplash_wrap .homeSplash_search .envelopeWrap .envelope img{display:block;width:100%!important;height:auto!important}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_search .envelopeWrap .envelope img{visibility:hidden}}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism{display:block;background-color:#edeae1;padding:100px 50px;box-sizing:border-box;width:100%;position:relative;transition:.4s}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism:hover{transform:rotate(-2deg)!important}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism img{position:absolute;right:20px;top:20px;width:120px!important;height:auto!important;transition:.2s}@media screen and (max-width: 1160px){section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism img{width:60px}}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism label{display:block;margin-bottom:50px;font-size:22px}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 h2{font-size:40px;font-weight:400;z-index:2;position:relative;letter-spacing:-2px;line-height:40px}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 h2{font-size:32px;letter-spacing:-1px}}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 h2 span{position:relative}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 h2 span img{width:100%;position:absolute;bottom:-5px;left:0;top:auto;z-index:-1}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 h2 span .zigZag{width:100%;position:absolute;bottom:-10px;left:0;top:auto;z-index:-1}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .search_input_wrap{width:100%;margin-bottom:30px}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .search_input_wrap input{border:none;border-bottom:1px dashed #3881F1;background:none;font-size:30px;width:100%;height:60px;font-weight:300}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .search_input_wrap input::placeholder{color:#2a2a2a;font-weight:300}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .search_input_wrap input:focus{outline:none}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .search_input_wrap .specialism-dropdown{border:3px solid #01C476!important;box-shadow:none!important;width:400px!important;font-family:Figtree,Figtree Fallback,sans-serif!important;background-color:#edeae1!important;list-style-type:none;font-size:22px;padding:0!important;max-height:290px;overflow:hidden;position:absolute;z-index:9999;margin-top:5px}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .search_input_wrap .specialism-dropdown li{font-size:22px;padding:15px 20px;cursor:pointer;border:none}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .search_input_wrap .specialism-dropdown li:hover{background-color:#01c476}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .selected-specialisms .selected-specialism{border:1px solid #01C476;padding:10px 15px 10px 20px;border-radius:30px;margin-right:10px;font-size:20px}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism .search_1 .selected-specialisms .selected-specialism button{border:none;padding:0 5px;margin-left:5px}section .homeSplash_wrap .homeSplash_search .envelopeWrap .search_wrap_specialism button{border:1px solid #3881F1;border-radius:30px;color:#3881f1;padding:10px 20px;background-color:#edeae1}section .homeSplash_wrap .homeSplash_search .search_wrap_location{display:block;background-color:transparent;padding:45px 30px;box-sizing:border-box;max-width:420px;min-width:380px;position:relative;color:#fff;margin-top:100px;margin-left:-50px;width:100%;z-index:1;transition:.4s}section .homeSplash_wrap .homeSplash_search .search_wrap_location:hover{transform:rotate(-8deg)!important}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_search .search_wrap_location{margin:auto;transform:rotate(-8deg)!important;padding:30px}}section .homeSplash_wrap .homeSplash_search .search_wrap_location .searchMask{overflow:hidden;-webkit-mask-box-image:url(../../images/borders/stampMask2.svg);mask-box-image:url(../../images/borders/stampMask.svg);mask:url(../../images/borders/stampMask2.svg);-webkit-mask:url(../../images/borders/stampMask2.svg);mask-size:cover;-webkit-mask-size:cover;background-color:#3881f1;position:absolute;height:100%;width:100%;top:0;left:0;z-index:-1}section .homeSplash_wrap .homeSplash_search .search_wrap_location .postit_dots{display:flex;gap:10px;overflow:hidden;position:absolute;left:-10px;top:20px}section .homeSplash_wrap .homeSplash_search .search_wrap_location .postit_dots span{width:20px;height:20px;display:block;border-radius:40px;flex-shrink:0;background-color:#edeae1}section .homeSplash_wrap .homeSplash_search .search_wrap_location img{position:absolute;right:20px;top:20px;width:120px}section .homeSplash_wrap .homeSplash_search .search_wrap_location label{display:block;margin-bottom:50px}section .homeSplash_wrap .homeSplash_search .search_wrap_location .search_2 h2{font-size:40px;font-weight:300;letter-spacing:-2px;line-height:40px}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_search .search_wrap_location .search_2 h2{font-size:32px;letter-spacing:-1px}}section .homeSplash_wrap .homeSplash_search .search_wrap_location .search_2 .search_input_wrap{width:100%;margin-bottom:30px}section .homeSplash_wrap .homeSplash_search .search_wrap_location .search_2 .search_input_wrap div .inputs_block{position:relative}section .homeSplash_wrap .homeSplash_search .search_wrap_location .search_2 .search_input_wrap input{border:none;border-bottom:1px dashed #EDEAE1;background:none;font-size:30px;width:100%;height:60px;color:#fff;font-weight:300;padding-right:30px;box-sizing:border-box}section .homeSplash_wrap .homeSplash_search .search_wrap_location .search_2 .search_input_wrap input::placeholder{color:#fff;font-weight:300}section .homeSplash_wrap .homeSplash_search .search_wrap_location .search_2 .search_input_wrap input:focus{outline:none}section .homeSplash_wrap .homeSplash_search .search_wrap_location a{border:1px solid white;color:#fff;border-radius:30px;padding:10px 20px;background-color:transparent;text-decoration:none}section .homeSplash_wrap .homeSplash_search .search_wrap_location button{font-size:16px}section .homeSplash_wrap .homeSplash_search .search_wrap_location .searchClear img{width:12px;top:5px;right:10px}section .homeSplash_wrap .homeSplash_illustration{width:100%}section .homeSplash_wrap .homeSplash_illustration img{width:100%}section .homeSplash_wrap .homeSplash_illustration .animation-container{width:100%}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_illustration{width:100%}}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_illustration img{width:100%}}section .homeSplash_wrap .homeSplash_title{width:100%}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_title{position:static;width:auto}}section .homeSplash_wrap .homeSplash_title h1{color:#2a2a2a;text-align:center;font-family:Figtree,Figtree Fallback,sans-serif;font-size:128px;font-style:normal;font-weight:400;margin:0;width:100%;letter-spacing:-5px}@media screen and (max-width: 900px){section .homeSplash_wrap .homeSplash_title h1{font-size:46px;letter-spacing:-3px}}section .homeSplash_articles{max-width:1400px!important}section .lineBackOverlay{position:relative;z-index:1}section .homeSplash_main{position:relative;flex-direction:column}section .homeSplash_content{display:flex;flex-direction:column;max-width:1400px;margin:auto}section .homeSplash_content .homeSplash_block{display:flex;width:100%;flex-direction:column;justify-content:center;gap:50px}section .homeSplash_content .homeSplash_block:last-of-type{align-items:center;flex-direction:row;margin-top:-100px}@media screen and (max-width: 900px){section .homeSplash_content .homeSplash_block:last-of-type{margin-top:-20px}}section .homeSplash_content .homeSplash_block .title{width:650px}@media screen and (max-width: 900px){section .homeSplash_content .homeSplash_block .title{width:auto}}section .homeSplash_content .homeSplash_block .title h2{color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;font-size:64px;font-style:normal;font-weight:400;line-height:88%;position:relative;z-index:1;line-height:64px;letter-spacing:-3px}@media screen and (max-width: 900px){section .homeSplash_content .homeSplash_block .title h2{font-size:40px;line-height:40px;letter-spacing:-2px}}section .homeSplash_content .homeSplash_block .title h2 span{position:relative;display:inline-block}section .homeSplash_content .homeSplash_block .title h2 span .underline{width:100%;position:absolute;bottom:-15px;left:0;top:auto;z-index:-1}section .homeSplash_content .homeSplash_block .description{width:100%;position:relative}@media screen and (max-width: 900px){section .homeSplash_content .homeSplash_block .description{width:auto}}section .homeSplash_content .homeSplash_block .description p{color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;font-size:40px;font-style:normal;font-weight:400}@media screen and (max-width: 900px){section .homeSplash_content .homeSplash_block .description p{font-size:16px;font-weight:300}}section .homeSplash_content .homeSplash_block .description p span{position:relative;display:inline-block}section .homeSplash_content .homeSplash_block .description p span .underline{width:100%;position:absolute;bottom:-10px;left:0;top:auto;z-index:-1}section .homeSplash_content .homeSplash_block .description p .line2 .underline{bottom:0}section .homeSplash_content .homeSplash_block .description .plantpot{width:100%;display:flex;align-items:end;justify-content:end;margin-top:-50px}@media screen and (max-width: 900px){section .homeSplash_content .homeSplash_block .description .plantpot{margin-top:0}}section .homeSplash_content .homeSplash_block .image{width:100%}@media screen and (max-width: 900px){section .homeSplash_content .homeSplash_block .image{display:none}}section .homeSplash_content .homeSplash_block .image .doorWrap{display:block;margin-right:30px;box-sizing:border-box}section .homeSplash_content .homeSplash_block .image .doorWrap lottie-player{width:100%}section .homeSplash_content .homeSplash_block .image .arrowWrap{display:flex;align-items:center;justify-content:end}section .homeSplash_content .homeSplash_block .image .arrowWrap .arrowPurple{max-width:200px}section .home_latestArticles{display:flex;width:100%;position:relative;gap:50px}@media screen and (max-width: 900px){section .home_latestArticles{flex-direction:column}}section .home_latestArticles .title{width:40%;position:sticky;top:100px;align-self:flex-start;height:auto}@media screen and (max-width: 900px){section .home_latestArticles .title{width:100%;position:relative;display:inline-block;top:auto;flex-direction:column;display:flex;margin-bottom:200px}}section .home_latestArticles .title h2{font-weight:400;font-size:64px;margin-top:0;line-height:64px;letter-spacing:-3px}@media screen and (max-width: 900px){section .home_latestArticles .title h2{font-size:40px;letter-spacing:-1px;line-height:40px}}section .home_latestArticles .title a{font-size:18px}@media screen and (max-width: 900px){section .home_latestArticles .title div{display:inline-block}section .home_latestArticles .title lottie-player{display:none}}@media screen and (max-width: 900px){section .home_latestArticles .title .lamp{width:200px!important;position:absolute;right:0}}section .home_latestArticles .animationWrap{position:absolute;left:0;bottom:0}section .home_latestArticles .latestArticles_wrap{width:60%;margin-top:200px}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap{width:100%;margin-top:0}}section .home_latestArticles .latestArticles_wrap .latestArticles{display:flex;width:100%;gap:40px;max-width:800px;margin:auto}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap .latestArticles{margin-bottom:30px;gap:15px;flex-direction:column-reverse}}section .home_latestArticles .latestArticles_wrap .latestArticles .column{width:100%;display:flex;flex-direction:column;gap:20px}section .home_latestArticles .latestArticles_wrap .latestArticles .column:last-of-type{margin-top:-200px}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap .latestArticles .column:last-of-type{margin-top:0}}@media screen and (max-width: 700px){section .home_latestArticles .latestArticles_wrap .latestArticles .column:last-of-type{margin-top:0}}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock{width:100%;margin-bottom:30px}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock{margin-bottom:0}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock:last-of-type{margin-bottom:0}}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a{position:relative;display:inline-block;text-decoration:none;color:#2a2a2a;cursor:pointer;width:100%}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a{display:flex}}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .octagon-container{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .octagon-container{max-width:75px}}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .octagon-container .octagon-image{width:100%;height:100%;object-fit:cover;clip-path:polygon(10% 0%,90% 0%,100% 10%,100% 90%,90% 100%,10% 100%,0% 90%,0% 10%);width:380px;height:380px}@media screen and (max-width: 1350px){section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .octagon-container .octagon-image{width:280px;height:280px}}@media screen and (max-width: 1080px){section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .octagon-container .octagon-image{width:200px;height:200px}}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .octagon-container .octagon-image{width:70px;height:70px}}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .articleText{display:flex;flex-direction:column;align-items:start;justify-content:start}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .articleText h3{font-weight:400;font-size:40px;color:#2a2a2a;padding:5px 20px;box-sizing:border-box;z-index:2;margin:0;letter-spacing:-2px;line-height:40px}@media screen and (max-width: 900px){section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .articleText h3{font-size:24px;line-height:24px;padding-right:0}}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .articleText p{padding:0 20px}section .home_latestArticles .latestArticles_wrap .latestArticles .column .articleBlock a .articleText p .author:hover{color:#3881f1;text-decoration:underline}section .home_YourGuide{width:100%;display:flex;flex-direction:column}section .home_YourGuide .title{position:relative;display:flex;align-items:center}@media screen and (max-width: 900px){section .home_YourGuide .title{margin-left:0;flex-direction:column}}section .home_YourGuide .title h2{font-size:128px;font-weight:400;margin:0;width:100%;max-width:750px;line-height:128px;letter-spacing:-5px}section .home_YourGuide .title h2 span{position:relative}section .home_YourGuide .title h2 span img{position:absolute;bottom:0;left:0;z-index:-1;width:100%}section .home_YourGuide .title h2 span span{z-index:1}section .home_YourGuide .title h2 span .zigZag{position:absolute;bottom:-20px;left:0;z-index:0;width:100%}@media screen and (max-width: 900px){section .home_YourGuide .title h2 span .zigZag{bottom:-40px}}@media screen and (max-width: 700px){section .home_YourGuide .title h2 span .zigZag{bottom:-10px}}@media screen and (max-width: 900px){section .home_YourGuide .title h2{font-size:40px;letter-spacing:-1px;line-height:40px;margin-bottom:100px}}@media screen and (max-width: 900px){section .home_YourGuide .title img{width:100%}}section .home_YourGuide .title .cabinet{margin-top:200px;width:300px}@media screen and (max-width: 900px){section .home_YourGuide .title .cabinet{margin-top:0;width:150px;position:absolute;right:0;top:40px}}section .home_YourGuide .content{position:relative}section .home_YourGuide .content .howTo_Steps{display:flex;width:100%;margin:50px auto auto;position:relative;max-width:1200px;gap:30px}@media screen and (max-width: 900px){section .home_YourGuide .content .howTo_Steps{flex-direction:column;gap:0}}section .home_YourGuide .content .howTo_Steps .row{display:flex;width:100%}@media screen and (max-width: 900px){section .home_YourGuide .content .howTo_Steps .row{margin-bottom:0}section .home_YourGuide .content .howTo_Steps .row:last-of-type{margin-bottom:20px}}section .home_YourGuide .content .howTo_Steps .row:nth-of-type(2){justify-content:end}section .home_YourGuide .content .howTo_Steps .row .wrap{position:relative;margin-bottom:80px;border:1px dashed #3881F1;border-radius:20px;max-width:1200px;background-color:#edeae1;transition:.5s ease-in}@media screen and (max-width: 900px){section .home_YourGuide .content .howTo_Steps .row .wrap{margin-bottom:0}}section .home_YourGuide .content .howTo_Steps .row .wrap:hover{transform:scale(1.1);transition:transform .3s ease}section .home_YourGuide .content .howTo_Steps .row .wrap .title{position:absolute;right:11px;top:-39px;width:215px;text-align:right;padding:10px 20px;box-sizing:border-box;border-radius:0 15px 0 0;border-top:1px dashed #3881F1;border-right:1px dashed #3881F1;background-color:#edeae1;display:flex;justify-content:end}section .home_YourGuide .content .howTo_Steps .row .wrap .title .label_angle{width:57px;height:39px;position:absolute;left:-37px;top:12px;transform:rotate(-44deg);border-radius:0 4px 0 0;border-top:1px dashed #3881F1;background-color:#edeae1}section .home_YourGuide .content .howTo_Steps .row .wrap .title label{position:relative;z-index:2;font-weight:300}section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock{display:flex;width:100%;padding:10px 30px;box-sizing:border-box;margin:auto;flex-direction:column}@media screen and (max-width: 900px){section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock{flex-direction:column;gap:0}}section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column{width:100%;display:flex;align-items:center;justify-content:center}section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column .blockWrap{display:flex;gap:40px;align-items:center;justify-content:start;width:100%}section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column .blockWrap .featureImage2{max-width:300px}section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column .blockWrap .text{display:flex;flex-direction:column}section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column .blockWrap .text h2{font-size:40px;font-weight:400;margin-bottom:0;line-height:40px;letter-spacing:-2px;margin-top:0}@media screen and (max-width: 900px){section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column .blockWrap .text h2{font-size:32px;line-height:32px}}section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column .blockWrap .text p{font-size:20px;font-weight:300}@media screen and (max-width: 900px){section .home_YourGuide .content .howTo_Steps .row .wrap .rowBlock .column .blockWrap .text p{margin-bottom:40px}}section .home_YourGuide .content .howTo_Steps .row.active{z-index:99}section .home_YourGuide .content .cabinet{position:absolute;right:0;bottom:-50px}section .home_YourGuide .mainCTAWrap{width:100%;display:flex;align-items:center;justify-content:center}section .home_YourGuide .mainCTAWrap a{font-size:18px}section .featuredIn_wrap{width:100%;display:flex;justify-content:center;position:relative;flex-direction:column}@media screen and (max-width: 900px){section .featuredIn_wrap{flex-direction:column;gap:20px}}section .featuredIn_wrap .title{align-self:flex-start;height:auto}@media screen and (max-width: 900px){section .featuredIn_wrap .title{position:relative}}section .featuredIn_wrap .title h2{font-size:64px;font-weight:400;margin-top:0;line-height:64px;letter-spacing:-3px}@media screen and (max-width: 900px){section .featuredIn_wrap .title h2{font-size:40px;letter-spacing:-1px;line-height:40px}}section .featuredIn_wrap .featuredIn_logos{height:190px;overflow:hidden}section .featuredIn_wrap .featuredIn_logos .row{margin-bottom:20px}section .featuredIn_wrap .featuredIn_logos .row img{max-width:150px;margin-bottom:20px}section .featuredIn_wrap .featuredIn_logos .row .imgSmaller{max-width:70px}section .featuredIn_wrap .featuredIn_logos .row label{font-size:14px;font-weight:300;display:none}section .homeTherapist_wrap{width:100%;display:flex;flex-direction:column;margin-top:90px}section .homeTherapist_wrap .block{display:flex;flex-direction:column;width:100%}section .homeTherapist_wrap .block:last-of-type{align-items:end}section .homeTherapist_wrap .block .description{width:50%}@media screen and (max-width: 900px){section .homeTherapist_wrap .block .description{width:100%}}section .homeTherapist_wrap .block .description .title{width:100%;display:block;position:relative;margin-top:-11px}section .homeTherapist_wrap .block .description .title h2{font-size:128px;font-weight:400;margin:0 0 15px;z-index:1;position:relative;line-height:128px;letter-spacing:-5px}@media screen and (max-width: 900px){section .homeTherapist_wrap .block .description .title h2{font-size:40px;letter-spacing:-1px;line-height:40px}}@media screen and (max-width: 610px){section .homeTherapist_wrap .block .description .title h2{margin-bottom:40px}}@media screen and (max-width: 410px){section .homeTherapist_wrap .block .description .title h2{font-size:38px;letter-spacing:-1px;line-height:38px}}section .homeTherapist_wrap .block .description .title img{width:100%}section .homeTherapist_wrap .block .description .title .zigWrapChair{position:absolute;bottom:-40px;z-index:0}@media screen and (max-width: 900px){section .homeTherapist_wrap .block .description .title .zigWrapChair{max-width:400px}}section .homeTherapist_wrap .block .description .content{display:inline-block}section .homeTherapist_wrap .block .description .content p{margin-top:0;font-size:40px;display:block}@media screen and (max-width: 900px){section .homeTherapist_wrap .block .description .content p{font-size:16px;font-weight:300;margin-bottom:20px}}section .homeTherapist_wrap .block .description .content a{font-size:18px;display:inline-block}section .homeTherapist_wrap .block .chair{margin-top:-250px}@media screen and (max-width: 1150px){section .homeTherapist_wrap .block .chair{margin-top:-100px}}@media screen and (max-width: 900px){section .homeTherapist_wrap .block .chair{width:100%;margin-top:50px}}section .homeTherapist_wrap .block .chair img{width:100%}section .whyJoinSplash_wrap{width:100%;display:flex;max-width:1400px;margin:auto;box-sizing:border-box;position:relative}@media screen and (max-width: 900px){section .whyJoinSplash_wrap{flex-direction:column}}section .whyJoinSplash_wrap .whyJoinSplash_title{width:100%;text-align:center}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title{position:static;width:auto}}section .whyJoinSplash_wrap .whyJoinSplash_title .row{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row{flex-direction:column}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:first-of-type{position:absolute;left:-25px;top:170px;width:450px;z-index:-1;transition:.8s}@media screen and (max-width: 1275px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:first-of-type{left:-180px}}@media screen and (max-width: 1190px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:first-of-type{bottom:160px}}@media screen and (max-width: 1120px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:first-of-type{bottom:300px}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:first-of-type img{width:100%}section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:first-of-type .plant1{width:100%}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:first-of-type{width:230px;left:0;top:auto}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:last-of-type{position:absolute;right:20px;top:200px;width:330px;transition:.8s}@media screen and (max-width: 1275px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:last-of-type{right:-100px}}@media screen and (max-width: 1120px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:last-of-type{bottom:300px}}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:last-of-type{width:130px;right:20px;top:auto}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .column:last-of-type .lamp4{width:100%}section .whyJoinSplash_wrap .whyJoinSplash_title .row .text{width:75%;text-align:center}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .text{width:100%;margin-bottom:300px}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .text label{font-size:40px;font-weight:300;letter-spacing:-2px;line-height:40px}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .text label{font-size:32px}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .text h1{color:#2a2a2a;text-align:center;font-family:Figtree,Figtree Fallback,sans-serif;font-size:128px;font-style:normal;font-weight:400;line-height:96%;margin:40px 0;position:relative;letter-spacing:-5px}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .text h1{font-size:46px;letter-spacing:-3px}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .text h1 span{position:relative;display:inline-block}section .whyJoinSplash_wrap .whyJoinSplash_title .row .text h1 span .zigZag{width:100%;position:absolute;bottom:-45px;left:0;top:auto;z-index:-1}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .text h1 span .zigZag{bottom:-18px}}section .whyJoinSplash_wrap .whyJoinSplash_title .row .text p{font-size:40px;max-width:80%;margin:auto auto 20px}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .row .text p{font-size:32px;max-width:none;letter-spacing:-1px;font-weight:300}}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:20px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSignMobile{display:none;margin-bottom:20px}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSignMobile{display:flex}}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile{display:flex;justify-content:center}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location{padding:65px 30px;box-sizing:border-box;max-width:330px;position:relative;color:#fff;width:100%;z-index:1;transition:.4s;transform:rotate(-8deg)!important;margin-left:150px;margin-top:25px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location:hover{transform:rotate(0)!important}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location{margin:auto;transform:rotate(-8deg)!important;padding:30px}}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .searchMask{overflow:hidden;-webkit-mask-box-image:url(../../images/borders/stampMask2.svg);mask-box-image:url(../../images/borders/stampMask.svg);mask:url(../../images/borders/stampMask2.svg);-webkit-mask:url(../../images/borders/stampMask2.svg);mask-size:cover;-webkit-mask-size:cover;background-color:#3881f1;position:absolute;height:100%;width:100%;top:0;left:0;z-index:-1}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .postit_dots{display:flex;gap:10px;overflow:hidden;position:absolute;left:-10px;top:20px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .postit_dots span{width:20px;height:20px;display:block;border-radius:40px;flex-shrink:0;background-color:#edeae1}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location img{position:absolute;right:20px;top:20px;width:120px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location label{display:block;margin-bottom:50px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .search_2 h2{font-size:40px;font-weight:300;letter-spacing:-2px;line-height:40px;border-bottom:1px dashed #EDEAE1;padding-bottom:20px}@media screen and (max-width: 900px){section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .search_2 h2{font-size:32px;letter-spacing:-1px}}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .search_2 .search_input_wrap{width:100%;margin-bottom:30px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location button{font-size:16px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .searchClear img{width:12px;top:5px;right:10px}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .therapistSign a:last-of-type{background-color:#edeae1;color:#3881f1}section .whyJoinSplash_wrap .whyJoinSplash_title .therapistSign_mobile .search_wrap_location .therapistSign a:last-of-type:hover{background-color:#3881f1;color:#edeae1}section .standOut_wrap{width:100%;display:flex;flex-direction:column;max-width:1200px;margin:auto;box-sizing:border-box}section .standOut_wrap .title{display:flex;align-items:end;position:relative;margin-bottom:50px}@media screen and (max-width: 900px){section .standOut_wrap .title{flex-direction:column;align-items:start;margin-bottom:0}}section .standOut_wrap .title h2{font-weight:400;font-size:128px;margin:0;max-width:900px;letter-spacing:-5px;line-height:128px}@media screen and (max-width: 900px){section .standOut_wrap .title h2{font-size:40px;letter-spacing:-2px;line-height:40px;margin-bottom:40px}}section .standOut_wrap .title h2 span{position:relative}section .standOut_wrap .title h2 span .zigZag{width:100%;position:absolute;bottom:-30px;left:0;top:auto;z-index:-1}@media screen and (max-width: 900px){section .standOut_wrap .title h2 span .zigZag{bottom:-7px}}section .standOut_wrap .title .sofa{position:absolute;right:0;top:210px}@media screen and (max-width: 1150px){section .standOut_wrap .title .sofa{top:300px}}@media screen and (max-width: 900px){section .standOut_wrap .title .sofa{position:static}}section .standOut_wrap .title .sofa .lamp4{width:500px}@media screen and (max-width: 1150px){section .standOut_wrap .title .sofa .lamp4{width:350px}}section .standOut_wrap .title img{max-width:400px;display:block;position:absolute;right:50px;bottom:-250px}@media screen and (max-width: 900px){section .standOut_wrap .title img{position:static;width:100%;max-width:none}}section .standOut_wrap .row{display:flex;gap:100px;align-items:center}@media screen and (max-width: 900px){section .standOut_wrap .row{flex-direction:column;gap:0}}section .standOut_wrap .row .column{display:flex;flex-direction:column;gap:50px;width:100%}@media screen and (max-width: 900px){section .standOut_wrap .row .column{gap:0}}section .standOut_wrap .row .column:last-of-type{margin-top:150px}@media screen and (max-width: 900px){section .standOut_wrap .row .column:last-of-type{margin-top:0}}section .standOut_wrap .row .column .block{position:relative}section .standOut_wrap .row .column .block p{font-size:32px}@media screen and (max-width: 900px){section .standOut_wrap .row .column .block p{font-size:16px;font-weight:300}}section .standOut_wrap .row .column .block p span{position:relative;display:inline-block}section .standOut_wrap .row .column .block p span .underline{width:100%;position:absolute;bottom:-10px;left:0;top:auto;z-index:-1}section .standOut_wrap .row .column .block .zigArrow{position:absolute;right:-50px;bottom:-100px;max-width:200px}@media screen and (max-width: 900px){section .standOut_wrap .row .column .block .zigArrow{display:none}}section .standOut_wrap .row .column .block .tickGreen{position:absolute;right:-60px;top:20px;max-width:50px}@media screen and (max-width: 900px){section .standOut_wrap .row .column .block .tickGreen{display:none}}section .standOut_wrap .row .column:first-of-type .imgWrap{display:flex;justify-content:end}section .standOut_wrap .row .column:first-of-type .imgWrap img{max-width:300px}section .whyJoin_latestArticles{display:flex;width:100%;position:relative;gap:50px;box-sizing:border-box}@media screen and (max-width: 900px){section .whyJoin_latestArticles{flex-direction:column}}section .whyJoin_latestArticles .title{width:45%;position:sticky;top:100px;align-self:flex-start;height:auto}@media screen and (max-width: 900px){section .whyJoin_latestArticles .title{width:100%;position:relative}}section .whyJoin_latestArticles .title h2{font-weight:400;font-size:64px;margin:0;line-height:64px;letter-spacing:-3px}@media screen and (max-width: 900px){section .whyJoin_latestArticles .title h2{font-size:40px;line-height:40px;letter-spacing:-2px}}section .whyJoin_latestArticles .title img{width:100%;max-width:500px}section .whyJoin_latestArticles .whyJoin_wrap{width:55%;margin-top:200px}@media screen and (max-width: 900px){section .whyJoin_latestArticles .whyJoin_wrap{width:100%}}@media screen and (max-width: 700px){section .whyJoin_latestArticles .whyJoin_wrap{margin-top:100px}}section .whyJoin_latestArticles .whyJoin_wrap .why{display:flex;width:100%;max-width:800px;margin:auto}@media screen and (max-width: 700px){section .whyJoin_latestArticles .whyJoin_wrap .why{flex-direction:column}}section .whyJoin_latestArticles .whyJoin_wrap .why .column{width:100%;display:flex;flex-direction:column;gap:80px;max-width:700px;margin:auto}section .whyJoin_latestArticles .whyJoin_wrap .why .column .listWrap{display:flex;align-items:start;justify-content:center;gap:20px}section .whyJoin_latestArticles .whyJoin_wrap .why .column .listWrap span{margin-top:10px}section .whyJoin_latestArticles .whyJoin_wrap .why .column .listWrap p{font-size:32px;margin:0}@media screen and (max-width: 900px){section .whyJoin_latestArticles .whyJoin_wrap .why .column .listWrap p{font-size:16px;font-weight:300}}.topPadding{padding-top:20px}.stampBorderTop{width:100%}.backgroundColor{background-color:#edeae1}.howTo_wrap{width:100%;display:flex;flex-direction:column;box-sizing:border-box}@media screen and (max-width: 900px){.howTo_wrap{padding:30px}}.howTo_wrap .title{border-top:1px dashed #3881F1;border-bottom:1px dashed #3881F1}.howTo_wrap .title h2{font-size:128px;font-weight:400;width:100%;text-align:center;line-height:128px;letter-spacing:-5px}@media screen and (max-width: 900px){.howTo_wrap .title h2{font-size:40px;line-height:40px;letter-spacing:-2px}}.howTo_wrap .howTo_Steps{display:flex;width:100%;flex-direction:column;align-items:center;margin:auto}.howTo_wrap .howTo_Steps .row{display:flex;width:100%;border-bottom:1px dashed #3881F1}.howTo_wrap .howTo_Steps .row:last-of-type{border-bottom:none}.howTo_wrap .howTo_Steps .row .rowBlock{display:flex;width:100%;padding:70px 0;box-sizing:border-box;gap:50px;max-width:1200px;margin:auto}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .rowBlock{flex-direction:column;gap:0}}.howTo_wrap .howTo_Steps .row .rowBlock .column{width:100%;display:flex;align-items:center;justify-content:center}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap{display:flex;gap:40px;align-items:center;justify-content:center;width:100%;position:relative}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .number{max-width:115px}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .number{max-width:90px}}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .text{display:flex;flex-direction:column}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .text h2{font-size:64px;font-weight:400;margin-bottom:0;line-height:64px;letter-spacing:-3px}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .text h2{font-size:40px;line-height:40px}}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .text p{font-size:32px}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .text p{font-size:16px;font-weight:300}}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .featureImage1{width:100%;display:flex}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .featureImage1{margin-top:-100px}}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .featureImage2{width:100%}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .featureImage3{width:100%;max-width:330px}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .featureImage3{height:220px}}.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .featureImage4{width:100%;max-width:300px}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .rowBlock .column .blockWrap .featureImage4{height:220px}}@media screen and (max-width: 900px){.howTo_wrap .howTo_Steps .row .changeOrder{flex-direction:column-reverse}}.pricesWrap{display:flex;width:100%;align-items:center;justify-content:center;padding:25px 0 100px;box-sizing:border-box;position:relative}@media screen and (max-width: 900px){.pricesWrap{flex-direction:column;padding:25px 30px}}.pricesWrap .title{text-align:center;margin-bottom:50px;position:relative}.pricesWrap .title h2{font-size:40px;font-weight:400;line-height:40px;letter-spacing:-2px}.pricesWrap .pricesBlocks{width:100%;display:flex;gap:50px;align-items:center}@media screen and (max-width: 900px){.pricesWrap .pricesBlocks{flex-direction:column}}.pricesWrap .pricesBlocks .block{width:350px;height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-mask-box-image:url(../images/borders/stampMask.svg);mask-box-image:url(../images/borders/stampMask.svg);color:#edeae1;transition:.8s}.pricesWrap .pricesBlocks .block:first-of-type{background-color:#3881f1}.pricesWrap .pricesBlocks .block:last-of-type{background-color:#01c476}.pricesWrap .pricesBlocks .block .price{font-size:64px;font-weight:600;letter-spacing:-3px}.pricesWrap .pricesBlocks .block .period{font-size:40px;font-weight:300;letter-spacing:-2px;line-height:40px}.pricesWrap .pricesBlocks .block .smallPrint{font-weight:300;font-size:16px}.pricesWrap .pricesBlocks a.block,.pricesWrap .pricesBlocks a.block label{cursor:pointer}.pricesWrap .pricesBlocks a.block:hover{margin-top:-20px}.signBanner{width:100%;background-color:transparent;display:flex;padding:10px 30px;box-sizing:border-box;position:sticky;top:70px;z-index:9999}@media screen and (max-width: 900px){.signBanner{background-color:#edeae1}}.signBanner .content{display:flex;gap:10px;width:100%;align-items:center;justify-content:end}@media screen and (max-width: 900px){.signBanner .content{justify-content:center}}.signBanner .content label{font-weight:300;font-size:14px;color:#3881f1}.signBanner .content a{padding:10px}.signBanner .content a:first-of-type{background-color:#edeae1;font-weight:400}.signBanner .content a:first-of-type:hover{background-color:#3881f1}.signUp_Wrap{width:100%;display:flex;padding:20px 0 70px;box-sizing:border-box}@media screen and (max-width: 900px){.signUp_Wrap{padding:20px}}.signUp_Wrap .content{display:flex;gap:20px;width:100%;align-items:center;justify-content:center;flex-direction:column;text-align:center}.signUp_Wrap .content p{font-size:12px;font-weight:300;color:#3881f1;max-width:400px}.featuredTherapists_wrap{background-color:#3881f1;width:100%;display:flex;flex-direction:column;color:#fff}.featuredTherapists_wrap .featured_controls{width:100%;display:flex;padding:20px 45px;box-sizing:border-box;align-items:center}.featuredTherapists_wrap .featured_controls .title{width:100%}.featuredTherapists_wrap .featured_controls .title h2{font-weight:300;font-size:40px;line-height:40px;letter-spacing:-2px}.featuredTherapists_wrap .featured_controls .controls{width:100%;align-items:end}.featuredTherapists_wrap .featured_controls .controls a{float:right}.featuredTherapists_wrap .featuredTherapists{width:100%;padding:20px 0 0;display:flex;box-sizing:border-box}@media screen and (max-width: 900px){.featuredTherapists_wrap .featuredTherapists{flex-direction:column}}.featuredTherapists_wrap .featuredTherapists .block{width:100%;align-items:center;justify-content:center;text-align:center;border-top:1px dashed white;border-right:1px dashed white;padding:40px 0}.featuredTherapists_wrap .featuredTherapists .block:last-of-type{border-right:none}.featuredTherapists_wrap .featuredTherapists .block .image{border-bottom:1px dashed white;padding-bottom:40px;width:100%}.featuredTherapists_wrap .featuredTherapists .block .image img{width:100%;max-width:220px}.featuredTherapists_wrap .featuredTherapists .block label{width:100%;font-weight:400;padding:20px;display:block;box-sizing:border-box}.search_results_wrap{width:100%;display:flex;justify-content:right;position:relative}.navBar_wrap{width:100%;border-bottom:1px dashed #3881F1;padding:7px 30px;align-items:center;box-sizing:border-box;position:fixed;top:0;background-color:#edeae1;z-index:999999999;transition:opacity .3s ease-in-out;display:block}.navBar_wrap .navBar_center{width:100%;max-width:1400px;margin:auto;display:flex}.navBar_wrap .navBar_center .navBar_logo{width:100%;max-width:120px}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_logo{z-index:999}}.navBar_wrap .navBar_center .navBar_logo img{width:100%!important;height:auto!important}.navBar_wrap .navBar_center .navBar_mobile{display:none}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_mobile{display:block;position:fixed;top:20px;right:20px;z-index:9999}}.navBar_wrap .navBar_center .navBar_mobile button{border:none;background-color:transparent}.navBar_wrap .navBar_center .navBar_links{width:100%;display:flex;justify-content:right;align-items:center}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links{position:fixed;width:100%;height:100%;top:0;left:0;background-color:#edeae1;flex-direction:column;gap:30px;display:none;justify-content:center}}.navBar_wrap .navBar_center .navBar_links ul{list-style-type:none;color:#2a2a2a;display:flex;gap:30px}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul{flex-direction:column;padding:0;align-items:start;width:100%;gap:0}}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li{width:100%;display:inline-block;border-top:1px dashed #3881F1}.navBar_wrap .navBar_center .navBar_links ul li:last-of-type{border-bottom:1px dashed #3881F1}}.navBar_wrap .navBar_center .navBar_links ul li .link_wrap{position:relative}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .link_wrap{width:100%;text-align:center;display:block}}.navBar_wrap .navBar_center .navBar_links ul li .link_wrap a{color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-decoration:none}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .link_wrap a{font-size:22px;font-weight:600;padding:40px 0;display:block;box-sizing:border-box}}@media screen and (max-height: 560px){.navBar_wrap .navBar_center .navBar_links ul li .link_wrap a{padding:20px 0}}.navBar_wrap .navBar_center .navBar_links ul li .link_wrap .underline-container{position:relative;display:inline-block;overflow:hidden;width:0;height:16px;position:absolute;left:0;bottom:-15px;z-index:-1}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .link_wrap .underline-container{height:25px;transition:none;position:static;display:block}}.navBar_wrap .navBar_center .navBar_links ul li .link_wrap .underline-container img{width:150px}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .link_wrap .underline-container img{bottom:-15px}}.navBar_wrap .navBar_center .navBar_links ul li .link_wrap:hover .underline-container{width:100%;height:25px;transition:width .5s ease}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .link_wrap:hover .underline-container{transition:none}}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .link_wrap:hover .underline-container img{max-width:200px;position:static;height:20px}}.navBar_wrap .navBar_center .navBar_links ul li .active .underline-container{width:100%;height:25px;transition:width .5s ease}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .active .underline-container{width:100%;position:static;height:25px;transition:none}}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links ul li .active .underline-container img{max-width:200px;position:static;height:20px}}.navBar_wrap .navBar_center .navBar_links .navBar_main{display:block;margin-left:40px}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links .navBar_main{margin:0}}.navBar_wrap .navBar_center .navBar_links .navBar_main .cta_nav{color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:normal;text-decoration:none;border:2px solid #2A2A2A;border-radius:30px;text-align:center;box-sizing:border-box;-webkit-box-shadow:0px 3px 0px 0px rgb(42,42,42);-moz-box-shadow:0px 3px 0px 0px rgb(42,42,42);box-shadow:0 3px #2a2a2a;background-color:#edeae1;position:relative;transition:.25s}.navBar_wrap .navBar_center .navBar_links .navBar_main .cta_nav:hover{cursor:pointer;box-shadow:0 0 #000;transform:translateY(.25em);-webkit-animation:out}.navBar_wrap .navBar_center .navBar_links .navBar_main .cta_nav a{color:#2a2a2a;padding:10px 15px;box-sizing:border-box;display:block;z-index:1;font-weight:500}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links .navBar_main .cta_nav{font-size:22px}}.navBar_wrap .navBar_center .navBar_links .navBar_main .cta_nav img{display:none}.navBar_wrap .navBar_center .navBar_links .navBar_main .cta_nav:hover img,.navBar_wrap .navBar_center .navBar_links .navBar_main .active-link img{display:block;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.navBar_wrap .navBar_center .navBar_links .logOut{color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;font-size:15px;font-style:normal;font-weight:300;line-height:normal;text-decoration:none;border:none;text-align:center;box-sizing:border-box;background-color:#edeae1;position:relative;margin-left:20px}@media screen and (max-width: 1160px){.navBar_wrap .navBar_center .navBar_links .logOut{margin-left:0}}.navBar_wrap .navBar_center .navBar_links.visible{display:flex}.navBar_signUp{background-color:transparent!important;border:none!important;opacity:1!important}.navBar_signUp .navBar_logo{margin-top:40px;margin-left:20px}@media screen and (max-width: 1160px){.navBar_signUp .navBar_logo{margin-top:20px;margin-left:0}}.navBar_wrap.show{transition:opacity .3s ease-in-out;opacity:1}a,button{cursor:pointer;font-weight:300;text-decoration:none;font-family:Figtree,Figtree Fallback,sans-serif}.cta_default{border:2px solid #3881F1;font-weight:500;color:#3881f1;padding:15px 20px;cursor:pointer;display:inline-block;background-color:transparent;font-size:14px;border-radius:30px}.cta_default:hover{background-color:#3881f1;color:#edeae1}.cta_ghost_blue{border:2px solid #3881F1;font-weight:500;color:#3881f1;padding:15px 20px;cursor:pointer;display:inline-block;background-color:transparent;font-size:14px;border-radius:30px}.cta_ghost_blue:hover{background-color:#3881f1;color:#edeae1}.cta_ghost_blue2{border:2px solid #3881F1;font-weight:500;color:#3881f1;padding:15px 20px;border-radius:10px;cursor:pointer;display:inline-block;background-color:transparent;font-size:14px}.cta_ghost_blue2:hover{background-color:#3881f1;color:#edeae1}.cta_ghost_white{border:2px solid #EDEAE1;font-weight:500;color:#edeae1;padding:15px 20px;cursor:pointer;display:inline-block;font-size:14px;background:none;border-radius:30px}.cta_ghost_white:hover{background-color:#edeae1;color:#3881f1}.cta_blue{border:2px solid #3881F1;font-weight:500;background-color:#3881f1;color:#edeae1;padding:15px 20px;font-size:14px;border-radius:30px}.cta_blue:hover{background-color:#edeae1;color:#3881f1}.cta_green{border:2px solid #01C476;background-color:#01c476;color:#edeae1;padding:15px 20px;border-radius:10px;display:block;font-size:14px;font-weight:500}.cta_green:hover{background-color:transparent;color:#01c476}.cta_orange{border:2px solid #F6612E;background-color:#f6612e;color:#edeae1;padding:15px 20px;border-radius:10px;font-size:14px;font-weight:500}.cta_orange:hover{background-color:transparent;color:#f6612e}.cta_shadow{color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;border:2px solid #2A2A2A;border-radius:30px;padding:10px 20px;text-align:center;box-sizing:border-box;-webkit-box-shadow:0px 5px 0px 0px rgb(42,42,42);-moz-box-shadow:0px 5px 0px 0px rgb(42,42,42);box-shadow:0 5px #2a2a2a;background-color:#edeae1}.cta_shadow_white{color:#2a2a2a;font-family:Figtree,Figtree Fallback,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;border:2px solid #EDEAE1;border-radius:30px;padding:10px 20px;text-align:center;box-sizing:border-box;-webkit-box-shadow:0px 5px 0px 0px rgb(255,255,255);-moz-box-shadow:0px 5px 0px 0px rgb(255,255,255);box-shadow:0 5px #fff;background-color:transparent;color:#edeae1}.searchClear{border:none;background-color:transparent;color:#edeae1;position:absolute;right:0;top:21px}input,textarea{caret-color:#01c476;font-family:Figtree,Figtree Fallback,sans-serif}select{font-family:Figtree,Figtree Fallback,sans-serif}.edit_input{border:none;background:none;width:100%;font-size:16px;font-weight:300}.edit_input:focus{outline:none}.edit_textarea{border:none;background:none;width:100%;font-family:Figtree,Figtree Fallback,sans-serif;font-weight:300;font-size:16px}.edit_textarea:focus{outline:none}.edit_name{font-size:32px;font-weight:400}@media screen and (max-width: 450px){.edit_name{text-align:center}}.edit_bio{height:150px;resize:none}.address_edit_wrap .edit_address{margin-bottom:10px}.uploadImage_wrap{width:40%}.uploadImage_wrap .uploadImage{position:relative;background-color:#c4c4c4;width:100%;-webkit-mask-box-image:url(../images/borders/stampMask.svg);mask-box-image:url(../images/borders/stampMask.svg);text-align:center;cursor:pointer;width:200px;height:200px}.uploadImage_wrap .uploadImage .image_border{width:100%}.uploadImage_wrap .uploadImage label{cursor:pointer}.uploadImage_wrap .uploadImage input{display:none}.feeTitle_input{font-weight:400;font-size:24px;text-align:center}.feePrice_input{font-weight:600;font-size:24px;text-align:center}.answer_input{font-size:20px;font-weight:400;height:150px;resize:none}.qualifications_upload{display:flex;flex-direction:column;gap:10px;max-width:200px;margin:auto}.qualifications_upload .qual_upload{display:block;width:auto}.qualifications_upload input{display:none}.profileView_wrap{width:100%;display:block;margin:auto;padding:0 20px;box-sizing:border-box}@media screen and (max-width: 1160px){.profileView_wrap{margin-top:110px}}.profileView_wrap .profileView{width:100%;display:flex;max-width:1400px;margin:auto auto 100px;flex-direction:column}.profileView_wrap .profileView .profileView_controls_wrap{display:flex;width:100%;padding:40px 0}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profileView_controls_wrap{flex-direction:column}}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap{width:100%;display:flex;gap:10px;align-items:center}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap{padding:30px 10px}}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap a{text-decoration:none;font-weight:300;font-style:italic;color:#2a2a2a}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap .breadcrumb{position:relative}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap .breadcrumb:hover img{display:block!important;position:absolute;left:0;bottom:-10px;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap .breadcrumb img{display:none}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap .chevron{height:20px}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap .current_page{position:relative}.profileView_wrap .profileView .profileView_controls_wrap .breadcrumbs_wrap .current_page img{display:block!important;position:absolute;left:0;bottom:-10px;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .controls{width:100%;display:flex;justify-content:end;gap:10px;box-sizing:border-box;align-items:center}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profileView_controls_wrap .controls{padding:0 10px}}.profileView_wrap .profileView .profileView_controls_wrap .controls .deleteArticle{border:1px solid #F6612E;color:#f6612e;background-color:transparent;border-radius:6px;padding:10px 20px}.profileView_wrap .profileView .profileView_controls_wrap .controls .deleteArticle:hover{background-color:#f6612e;color:#fff}.profileView_wrap .profileView .profileView_controls_wrap .profileView_page_title{display:block;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .profileView_page_title .title h1{font-weight:400;font-size:64px;margin-bottom:0;letter-spacing:-3px}.profileView_wrap .profileView .profileView_controls_wrap .profileView_page_title .title p{font-weight:300;margin-top:0;margin-bottom:40px;font-size:12px}.profileView_wrap .profileView .profileView_controls_wrap .adminNav{display:flex;flex-direction:column;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links{display:flex;width:100%;align-items:center;min-height:50px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links{flex-direction:column}}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links{display:flex;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links ul{margin:0;padding:0;display:flex;gap:30px;font-style:italic;list-style:none}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links ul li{position:relative}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links ul li a{color:gray}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links ul li img{display:none}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links ul li:hover img{display:block;position:absolute;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links ul .active a{color:#3881f1}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .links ul .active img{display:block;position:absolute;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .controls{width:100%;display:flex;justify-content:end;gap:10px;box-sizing:border-box}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .controls{padding:0 10px}}.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .editCTA{width:100%}@media screen and (max-width: 500px){.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .editCTA{padding:0}}@media screen and (max-width: 500px){.profileView_wrap .profileView .profileView_controls_wrap .adminNav .adminNav_links .editCTA a{width:100%;margin-top:40px;text-align:center}}.profileView_wrap .profileView .profileView_controls_wrap .titleEdit{width:100%;display:flex;gap:10px}.profileView_wrap .profileView .profileView_controls_wrap .titleEdit h2{font-weight:400;margin:0}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor{display:flex;gap:20px;align-items:center;justify-content:center;width:100%}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .title label{font-weight:400}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor button{color:#fff}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .colorOptions{display:flex;gap:10px}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .colorOptions button{width:40px;height:40px;border-radius:10px;cursor:pointer}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .colorOptions button:hover{border:1px solid #2A2A2A!important}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .colorOptions button:nth-child(1){background-color:#f6612e;border:1px solid #F6612E}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .colorOptions button:nth-child(2){background-color:#d7bced;border:1px solid #D7BCED}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .colorOptions button:nth-child(3){background-color:#01c476;border:1px solid #01C476}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor .colorOptions button:nth-child(4){background-color:#3881f1;border:1px solid #3881F1}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor button{background-color:transparent;border:none;border-radius:10px;width:40px;height:40px;font-size:8px;text-align:center;padding:0}.profileView_wrap .profileView .profileView_controls_wrap .chooseThemeColor button:hover{background-color:#2a2a2a;color:#fff}.profileView_wrap .profileView .editProfile_navFix{position:fixed;top:0;left:0;right:0;background-color:#edeae1;z-index:99999;max-width:1400px;margin:auto;border-bottom:1px dashed #3881F1;align-items:center;padding:20px 0}@media screen and (max-width: 1160px){.profileView_wrap .profileView .editProfile_navFix{position:static}}@media screen and (max-width: 1160px){.profileView_wrap .profileView .editProfile_navFix .titleEdit{justify-content:center;align-items:center}}@media screen and (max-width: 1160px){.profileView_wrap .profileView .editProfile_navFix .chooseThemeColor{justify-content:center;align-items:center;margin:20px 0}}@media screen and (max-width: 1160px){.profileView_wrap .profileView .editProfile_navFix .controls{justify-content:center;align-items:center}}.profileView_wrap .profileView .profile_wrap{width:100%;background-color:#edeae1;box-sizing:border-box;margin:auto}@media screen and (min-width: 1600px){.profileView_wrap .profileView .profile_wrap{max-width:1400px}}.profileView_wrap .profileView .profile_wrap .profilePage_split{display:flex;gap:30px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split{gap:0px;flex-direction:column}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section{width:65%}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section{width:100%}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:last-of-type{border-left:1px dashed #3881F1;margin-top:-101px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:last-of-type{border-left:none;margin-top:0}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type{width:35%;position:sticky;top:135px;align-self:flex-start;margin-left:40px;box-sizing:border-box}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type{width:100%;position:static;margin-left:0}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main{width:100%;display:flex;flex-direction:column}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main{flex-direction:column;max-width:600px;margin:auto}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap{display:flex;width:100%;align-items:center}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap svg{position:absolute;top:0;left:15px}@media screen and (max-width: 450px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap{flex-direction:column}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border{position:relative;width:48%}@media screen and (max-width: 450px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border .image_wrap{width:100%;position:relative;-webkit-mask-box-image:url(../../images/borders/stampMask.svg);mask-box-image:url(../../images/borders/stampMask.svg);mask:url(../../images/borders/stampMask.svg);-webkit-mask:url(../../images/borders/stampMask.svg);mask-size:cover;-webkit-mask-size:cover;background-color:#c4c4c4!important;text-align:center;width:200px;height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border .image_wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border .image_wrap .iconPlaceholder{width:40px;height:auto}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border .image_wrap input{display:none}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border .image_wrap label{width:100%;height:100%;position:absolute;cursor:pointer;display:block;top:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border .recommended{width:100%;font-size:12px;max-width:140px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .image_wrap_border .image_border{position:absolute;z-index:1;width:100%;margin-left:-1px;margin-top:-1px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .userName{position:relative;z-index:1;width:55%}@media screen and (max-width: 1205px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .userName{margin-left:10px}}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .userName{margin-left:0}}@media screen and (max-width: 450px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .userName{width:100%;margin:0;text-align:center}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .userName h1{font-weight:400;font-size:48px;margin:0;line-height:48px;display:inline-block;position:relative}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .userName h1{font-size:42px;line-height:52px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .userName_wrap .userName svg{position:absolute;top:0;left:-30px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profileScribble{width:100%;margin-top:20px}@media screen and (max-height: 615px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profileScribble{display:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profileScribble svg{width:100%;max-width:400px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profileScribble svg{max-width:initial!important}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profileScribble svg{width:100%;max-width:450px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image{width:100%;display:flex;align-items:center}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name{width:100%;display:flex}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title{position:relative}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title label{margin-bottom:20px;display:block;font-weight:300;font-size:22px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title .address{display:flex;gap:10px;align-items:center}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title .address img{position:static}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title .address svg{width:20px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title .address p{font-weight:300;margin:10px 0;font-size:22px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title .address p a{text-decoration:none;color:#2a2a2a}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .title .address p a:hover{text-decoration:underline}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit{line-height:40px;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .edit_qual{font-size:22px;margin-top:20px;margin-bottom:20px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .address{margin:20px 0;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .address div{width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .address div .inputs_block{width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .address div input{font-size:22px;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .address .inputs_block{width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .address input{font-size:22px;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name .titleEdit .address .pac-container{max-height:190px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_image .name{justify-content:center}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .controls{display:flex;width:100%;gap:10px;margin:20px 0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .controls a{width:100%;text-align:center}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info{width:100%;display:flex;flex-direction:column}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info{border:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .featured_image{width:100%;display:flex;margin-top:10px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .featured_image{justify-content:center}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .featured_image img{width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .details{width:100%;padding:0 20px;box-sizing:border-box;position:relative}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .details{border:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .details p{font-weight:300;font-size:42px;margin:10px 0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .details img{position:absolute}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .details img:first-of-type{left:0;top:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .details img:last-of-type{right:0;bottom:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type .profile_section_main .profile_info .profile_info_edit{align-items:start}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom{width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row{border:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details{width:100%;box-sizing:border-box;position:relative;max-width:600px;margin-bottom:50px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details{border:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details p{font-weight:300;font-size:42px;margin:10px 0;font-style:italic}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details img{position:absolute}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details img:first-of-type{left:-10px;top:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details img:last-of-type{right:0;bottom:0;margin-bottom:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details svg{position:absolute}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details svg:first-of-type{left:-20px;top:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .details svg:last-of-type{right:-20px;top:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .sloganViewWrap{text-align:center}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .profile_info_row .profile_info_edit{align-items:start}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .titlePage{width:100%;padding:20px;box-sizing:border-box}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .titlePage h2{font-size:32px;font-weight:400;box-sizing:border-box;margin:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag:first-of-type .qa_wrap .qa h2{font-size:32px;font-weight:400}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap{display:flex;align-items:center;justify-content:center;width:100%;padding-top:50px;flex-direction:column;padding-bottom:50px}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap{padding-top:0}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage{max-width:600px;width:100%;display:flex;margin:auto;align-items:end;justify-content:center}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage{max-width:350px;margin-top:50px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage img{width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .section{position:relative}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .section img{width:100%;max-width:none}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .section .selectImage_wrap{display:flex;align-items:center;justify-content:center;position:absolute;bottom:-30px;gap:10px;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .section .selectImage_wrap button{max-width:100px;border:none;background-color:transparent}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .section .selectImage_wrap button img{width:100%;margin:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .section .selectImage_wrap button:first-of-type img{transform:rotate(180deg)}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .lamp{width:100%;margin-bottom:15px;margin-right:-50px}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .lamp{margin-right:0}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .lamp img{width:200px}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .lamp img{width:100px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .sofa{position:relative;z-index:2;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .sofa img{width:350px}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .sofa img{width:175px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .plant{width:100%;margin-left:-60px;position:relative;z-index:1;margin-bottom:20px}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .plant{margin-left:0}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .plant img{width:240px}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredImage .plant img{width:120px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredLayout{flex-direction:column}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredLayout button{border:1px solid #3881F1;color:#3881f1;border-radius:10px;padding:10px 20px;font-weight:300;cursor:pointer;font-size:12px;background-color:transparent;margin-top:20px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .featuredLayout button:hover{background-color:#3881f1;color:#fff}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap .image{width:100%;height:300px;max-width:600px;overflow:hidden}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap .image img{width:100%;margin-bottom:0;max-width:none}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap .chooseImage{display:flex;margin-top:50px;justify-content:center;max-width:600px;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap .chooseImage input{display:none}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap .chooseImage label{border:1px solid #3881F1;color:#3881f1;border-radius:10px;padding:10px 20px;font-weight:300;cursor:pointer;font-size:12px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap .chooseImage label:hover{background-color:#3881f1;color:#fff}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .featuredImage_wrap .customImage_wrap label{font-size:12px;margin-top:10px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap{display:flex;width:100%;border-top:1px dashed #3881F1;border-bottom:1px dashed #3881F1;flex-wrap:wrap;position:relative}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap{flex-direction:column;border:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap slot:nth-of-type(3) slot .fees_block{border-right:none}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap slot:nth-of-type(3) slot .fees_block{border-bottom:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap .fees_block{width:100%;text-align:center;padding:60px 10px;box-sizing:border-box;flex:1 0 20%;border-right:1px dashed #3881F1}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap .fees_block{border-right:none;border-bottom:1px dashed #3881F1}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap .fees_block .error{font-size:12px;color:red;margin-top:10px;display:block;font-weight:400}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap .fees_block .fees_content h2{font-weight:400;font-size:24px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap .fees_block .fees_content .fee{display:block;margin-top:40px;font-weight:600;font-size:24px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .fees_wrap .fold{width:0;height:0;border-left:1px solid transparent;border-right:50px solid transparent;border-top:50px solid #01C476;position:absolute;bottom:0;right:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap{width:100%;display:flex;align-items:center;flex-direction:column;padding:40px 0;border-top:1px dashed #3881F1}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap:hover .qa .showHide_wrap{opacity:1}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa{max-width:600px;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .titleExpand{display:flex;align-items:center}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .title{display:flex;align-items:center;gap:5px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .title h2{font-size:32px;font-weight:400}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .title img{margin:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .qa_answer img{max-width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .qa_answer iframe{display:block;max-width:100%;width:100%;aspect-ratio:16/9;border:0}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap{box-sizing:border-box;border:1px dashed #3881F1;flex-direction:column;display:flex;position:absolute;left:15px;top:50%;transform:translateY(-50%);border-radius:15px;width:55px;opacity:0;transition:opacity .8s ease}@media screen and (max-width: 1400px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap{opacity:1;position:initial;transform:none;flex-direction:row;width:fit-content;gap:50px;padding:0 50px 0 0;margin-top:20px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group{position:relative;border-radius:15px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group:hover{background-color:#cbd5e2}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group .drag-icon{width:100%;height:60px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1400px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group .drag-icon{width:60px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group .drag-icon img{max-width:40px}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group button{background-color:transparent!important;border:none!important;color:#3881f1!important;width:100%;height:60px;box-sizing:border-box;padding:0}@media screen and (max-width: 1400px){.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group button{width:60px}}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag .qa_wrap .qa .showHide_wrap .button_label_group label{color:#3881f1;font-size:10px;position:absolute;top:50%;left:110%;transform:translateY(-50%)}.profileView_wrap .profileView .profile_wrap .profilePage_split .profile_section_custom .section_drag.dragging{background-color:#cbd5e2;border:1px dashed #3881F1}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable{width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div img{max-width:600px;margin-bottom:50px}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap{display:flex;width:100%;border-top:1px dashed #3881F1;border-bottom:1px dashed #3881F1;flex-wrap:wrap;position:relative}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap{flex-direction:column;border:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap slot:nth-of-type(5) slot .fees_block{border-right:none}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap slot:nth-of-type(5) slot .fees_block{border-bottom:none}}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap .fees_block{width:100%;text-align:center;padding:60px 10px;box-sizing:border-box;flex:1 0 20%;border-right:1px dashed #3881F1}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap .fees_block{border-right:none;border-bottom:1px dashed #3881F1}}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap .fees_block .fees_content h2{font-weight:400;font-size:24px}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap .fees_block .fees_content .fee{display:block;margin-top:40px;font-weight:600;font-size:24px}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .fees_wrap .fold{width:0;height:0;border-left:1px solid transparent;border-right:50px solid transparent;border-top:50px solid #01C476;position:absolute;bottom:0;right:0}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .qa_wrap{width:100%;display:flex;align-items:center;flex-direction:column;padding:40px 0;border-top:1px dashed #3881F1}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .qa_wrap .qa{max-width:600px;width:100%}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .qa_wrap .qa h2{font-size:24px;color:#3881f1;font-weight:600}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .qa_wrap .qa .qa_answer p{font-size:20px}.profileView_wrap .profileView .profile_wrap .profilePage_split #droppable .div .qa_wrap .qa .showHide_wrap{display:flex;gap:10px;align-items:start;width:100%;padding-top:40px;box-sizing:border-box}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth{width:100%;display:flex;flex-direction:column;max-width:1400px;margin:auto}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types{width:100%;display:flex;gap:50px;align-items:center;padding:100px 20px 50px;box-sizing:border-box;flex-direction:column;margin-top:70px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap{width:100%;position:relative;display:flex;border-radius:15px 0 15px 15px;margin-top:-60px;border-top:1px solid white}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .title{position:absolute;right:0;top:-39px;width:215px;text-align:right;padding:10px 20px;box-sizing:border-box;border-radius:0 15px 0 0;border-top:1px solid white}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .title .label_angle{width:57px;height:39px;position:absolute;left:-37px;top:12px;transform:rotate(-44deg);border-radius:0 4px 0 0;border-top:1px solid white}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content{width:100%;padding:30px 20px 40px;overflow:hidden;transition:max-height .8s ease-in-out;max-height:50px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content:hover{max-height:none}@media screen and (max-width: 900px){.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content{padding:30px 20px 75px}}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content .types_tags{display:flex;width:100%;gap:10px;flex-wrap:wrap}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content .types_tags label{border:1px dashed white;border-radius:30px;padding:10px 20px;color:#fff;cursor:pointer;text-transform:capitalize}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content .types_tags label:hover{background-color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content .types_tags .types_tag_custom{border:1px dashed white;border-radius:30px;padding:10px 20px;color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content .types_tags .types_tag_custom button{border:none;background:transparent;color:#fff;margin-left:10px;cursor:pointer}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content .types_tags .types_tag_custom button img{width:10px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content input{border:none;border-bottom:2px solid white;background:none;font-size:22px;height:60px;font-weight:300;color:#fff!important}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content input:focus{outline:none}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content input::placeholder{color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content input{caret-color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content ul{border:3px solid #01C476!important;box-shadow:none!important;width:400px!important;font-family:Figtree,Figtree Fallback,sans-serif!important;background-color:#edeae1!important;list-style-type:none;font-size:22px;padding:0!important}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content ul li{font-size:22px;padding:15px 20px;cursor:pointer;border:none}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content ul li:hover{background-color:#01c476}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_wrap .types_content_edit{height:auto!important;max-height:none!important}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_orange{background-color:#f6612e}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_orange .title{background-color:#f6612e;color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_orange .title .label_angle{background-color:#f6612e}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_orange .types_content .types_tags label:hover{color:#f6612e}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_blue{background-color:#3881f1}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_blue .title{background-color:#3881f1;color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_blue .title .label_angle{background-color:#3881f1}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_blue .types_content .types_tags label:hover{color:#3881f1}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_green{background-color:#01c476}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_green .title{background-color:#01c476;color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_green .title .label_angle{background-color:#01c476}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_green .types_content .types_tags label:hover{color:#01c476}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_purple{background-color:#d7bced}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_purple .title{background-color:#d7bced;color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_purple .title .label_angle{background-color:#d7bced}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_purple .types_content .types_tags label:hover{color:#d7bced}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_black{background-color:#2a2a2a}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_black .title{background-color:#2a2a2a;color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_black .title .label_angle{background-color:#2a2a2a}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_types .types_black .types_content .types_tags label:hover{color:#2a2a2a}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .typesView .types_wrap .types_content .types_tags label:hover{background-color:initial!important;color:#fff!important;cursor:initial}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .title{position:relative;display:inline-block}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .title h2{font-weight:400;font-size:32px;padding:20px;box-sizing:border-box}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .title svg{position:absolute;bottom:0;left:0;width:100%;z-index:-1px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap{display:flex;width:100%;border-top:1px dashed #3881F1;border-bottom:1px dashed #3881F1;flex-wrap:wrap;position:relative}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap{flex-direction:column;border:none}}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap slot:last-of-type .fees_block{border:none}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap .fees_block{width:100%;text-align:center;padding:60px 10px;box-sizing:border-box;flex:1 0 20%;border-right:1px dashed #3881F1}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap .fees_block{border-right:none;border-bottom:1px dashed #3881F1}}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap .fees_block .fees_content img{max-width:150px;width:100%}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap .fees_block .fees_content h2{font-weight:400;font-size:24px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_qualifications .fees_wrap .fold{width:0;height:0;border-left:1px solid transparent;border-right:50px solid transparent;border-top:50px solid #01C476;position:absolute;bottom:0;right:0}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles{margin:50px 0;padding:20px;box-sizing:border-box}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles{max-width:600px;margin:auto}}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .profile_section_heading{display:flex;width:100%;align-items:center;padding:20px 0}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .profile_section_heading .title{display:block}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .profile_section_heading .title .titleUnderline{position:relative;display:inline-block}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .profile_section_heading .title .titleUnderline h2{font-weight:400;font-size:32px;position:relative;z-index:2}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .profile_section_heading .title .titleUnderline svg{position:absolute;bottom:0;left:0;width:100%;height:50px;z-index:1}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .profile_section_heading .controls{width:100%;display:block;text-align:right}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles h2{font-weight:400;font-size:32px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap{display:flex;justify-content:center;align-items:center;width:100%}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap{flex-direction:column}}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block{width:100%;display:flex;gap:20px;margin-bottom:50px;align-items:center;flex-direction:column}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .thumbnail{width:100%;height:520px;max-width:500px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .thumbnail img{width:100%;object-fit:cover;height:100%}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content{width:100%}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .statusWrap{width:100%;display:flex;margin-top:20px;font-size:400;font-style:italic}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .statusWrap .green{color:#01c476}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .statusWrap .orange{color:#f6612e}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .statusWrap .blue{color:#3881f1}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .title h2{font-size:34px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .title img{width:100%}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .title svg{width:100%}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .info{display:block}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .info p{font-size:26px;font-weight:300;margin-bottom:20px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .articles_block .content .info a{display:inline-block}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle{width:100%;display:flex;flex-direction:column;max-width:600px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .wrapIllustration{display:inline-block;position:relative}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .wrapIllustration h2{z-index:2;position:relative}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .wrapIllustration svg{position:absolute;bottom:-40px;left:0;width:100%;z-index:1}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .wrapIllustration2{display:inline-block;position:relative}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .wrapIllustration2 h2{z-index:2;position:relative}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .wrapIllustration2 svg{position:absolute;top:15px;left:0;width:100%;z-index:1}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .title h2{margin-bottom:0}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .title{margin-bottom:30px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect{width:100%;display:flex;flex-direction:column;gap:40px;align-items:center;max-width:600px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .selectBlock{width:100%;display:flex;align-items:center;gap:20px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .selectBlock label{width:140px;font-weight:500;font-size:18px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .selectBlock select{border:1px solid #01C476;background-color:transparent;font-size:22px;width:100%;padding:20px 50px 20px 10px;font-weight:400;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:url(../../images/icons/chevron_down_green.svg);background-repeat:no-repeat;background-position-x:96%;background-position-y:26px;background-size:25px;box-sizing:border-box}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .selectBlock input{border:1px solid #01C476;background-color:transparent;font-size:22px;width:100%;padding:20px 10px;font-weight:400}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .uploadFileWrap{display:flex;gap:20px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .uploadFileWrap input{display:inline-block;width:175px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .uploadFileWrap .filePreview{display:flex;flex-direction:column;gap:20px;align-items:start}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .bodyMembershipWrap:first-of-type .deleteCTA{display:none}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .multipleOptionsWrap{display:flex;gap:20px;flex-direction:column;align-items:end}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .multipleOptionsWrap .selectBlock{width:100%;display:flex;align-items:center;gap:20px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .multipleOptionsWrap .selectBlock label{width:140px;font-weight:500;font-size:18px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .multipleOptionsWrap .selectBlock select{border:1px solid #01C476;background-color:transparent;font-size:22px;width:100%;padding:20px 50px 20px 10px;font-weight:400;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:url(../../images/icons/chevron_down_green.svg);background-repeat:no-repeat;background-position-x:96%;background-position-y:26px;background-size:25px;box-sizing:border-box}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .multipleOptionsWrap .selectBlock input{border:1px solid #01C476;background-color:transparent;font-size:22px;width:100%;padding:20px 10px;font-weight:400}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .multipleOptionsWrap .deleteCTA{border:1px solid #3881F1;color:#3881f1;padding:5px 20px;border-radius:10px;cursor:pointer;display:inline-block;background-color:transparent;font-size:14px}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .multipleOptionsWrap .deleteCTA:hover{background-color:#3881f1;color:#fff}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .cta_blue{border:1px solid #3881F1!important;font-weight:400!important;border-radius:9px!important}.profileView_wrap .profileView .profile_wrap .profile_section_fullWidth .profile_section_articles .articles_wrap .chooseArticle .articleSelect .cta_blue:hover{background-color:transparent;color:#3881f1}.profileView_wrap .profileView .profile_wrap .profile_section_articles{margin:50px 0;padding:20px;box-sizing:border-box}.profileView_wrap .profileView .profile_wrap .profile_section_articles .profile_section_heading{display:flex;width:100%;align-items:center;padding:20px 0}.profileView_wrap .profileView .profile_wrap .profile_section_articles .profile_section_heading .title{width:100%;display:block}.profileView_wrap .profileView .profile_wrap .profile_section_articles .profile_section_heading .controls{width:100%;display:block;text-align:right}.profileView_wrap .profileView .profile_wrap .profile_section_articles .titleUnderline{position:relative;display:inline-block}.profileView_wrap .profileView .profile_wrap .profile_section_articles .titleUnderline h2{font-weight:400;font-size:32px;position:relative;z-index:2}.profileView_wrap .profileView .profile_wrap .profile_section_articles .titleUnderline svg{position:absolute;bottom:0;left:0;width:100%;height:50px;z-index:1}.profileView_wrap .profileView .profile_wrap .profile_section_articles h2{font-weight:400;font-size:32px}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap{display:flex;justify-content:start;align-items:center;width:100%;flex-wrap:wrap}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap{flex-direction:column}}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block{width:100%;display:flex;gap:20px;margin-bottom:50px;align-items:center;flex-direction:column;flex:0 0 50%;box-sizing:border-box;padding:20px 80px}@media screen and (max-width: 1160px){.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block{padding:0}}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .thumbnail{width:100%;height:520px}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .thumbnail img{width:100%;object-fit:cover;height:100%}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content{width:100%}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .statusWrap{width:100%;display:flex;margin-top:20px;font-size:400;font-style:italic}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .statusWrap label{display:inline-block}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .statusWrap .green{color:#01c476}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .statusWrap .orange{color:#f6612e}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .statusWrap .blue{color:#3881f1}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .title h2{font-size:34px;margin-bottom:0}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .title img{width:100%}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .info,.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .info:hover .deleteArticle{display:block}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .info p{font-size:26px;font-weight:300;margin-bottom:20px}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .info a{display:inline-block}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .info .deleteArticle{background-color:transparent;border:none;color:#3881f1;float:right;width:40px;display:flex;height:49px;align-items:center;border-radius:6px;justify-content:center;cursor:pointer;display:none}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .info .deleteArticle img{width:100%;max-width:20px}.profileView_wrap .profileView .profile_wrap .profile_section_articles .articles_wrap .articles_block .content .info .deleteArticle:hover{border:1px solid #3881F1}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap{display:flex;margin-top:50px;flex-direction:column;gap:70px}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow{display:flex;width:100%;max-width:1200px}@media screen and (max-width: 800px){.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow{flex-direction:column;gap:20px}}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn{display:flex;width:100%;flex-direction:column;flex-wrap:wrap;justify-content:center}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn h3{font-weight:400;font-size:26px;margin-top:0;margin-bottom:10px}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn a,.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn button{align-self:flex-start}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn .danger{background-color:red;border:1px solid red}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn .danger:hover{background-color:transparent;color:red}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn .settingsInputSelect{border:1px dashed #3881F1;background-color:transparent;border-radius:30px;padding:10px 20px;color:#3881f1;box-sizing:border-box;background:transparent;font-size:22px;width:100%;margin-bottom:20px}.profileView_wrap .profileView .profile_wrap .profile_section_articles .accountSettings_wrap .settingsRow .settingsColumn .settingsInput{border:none;border-bottom:2px solid #01c476;background:none;font-size:22px;width:100%;height:40px;font-weight:300;margin-bottom:20px;box-sizing:border-box;padding:10px 20px}.profileView_wrap .profileView .profile_wrap .seeAllArticles{margin-top:0}.profileView_wrap .profileView .profile_wrap .seeAllArticles .titleUnderline h2{font-size:40px;margin-top:0;letter-spacing:-2px}.profileView_wrap .profileView .profile_wrap .seeAllArticles .titleUnderline svg{bottom:20px!important}.profileView_wrap .profileView_full{max-width:none}.profileView_wrap .profileView_full .profileView_controls_wrap{max-width:1400px;margin:auto}.profileView_wrap .navProfile{transition:opacity .5s ease-in-out;background-color:#edeae1;position:fixed;top:70px;width:100%;left:0;padding:10px 20px;box-sizing:border-box;z-index:99999;border-bottom:1px solid #3881F1;align-items:center;justify-content:center;opacity:0;visibility:hidden}.profileView_wrap .navProfile.visible{opacity:1!important;display:flex!important;visibility:visible!important}.profileView_wrap .profileNavWrap{width:100%;display:flex;align-items:center;max-width:1400px}.profileView_wrap .profileNavWrap .title{width:100%;display:flex;gap:10px}.profileView_wrap .profileNavWrap .title span{width:30px;height:30px;border-radius:30px;overflow:hidden}@media screen and (max-width: 600px){.profileView_wrap .profileNavWrap .title span{display:none}}.profileView_wrap .profileNavWrap .title span img{width:100%}.profileView_wrap .profileNavWrap .title h2{font-weight:400;margin:0}@media screen and (max-width: 600px){.profileView_wrap .profileNavWrap .title h2{font-size:16px}}.profileView_wrap .profileNavWrap .controls{width:100%;display:flex;justify-content:end;gap:10px}.profileView_wrap .profileNavWrap .controls a{flex:0}.profileView_wrap .navEditStyle{top:0}.signedIn{background-color:#edeae1;margin-top:0!important}.signedIn .profileView .profile_wrap{border-top:1px dashed #3881F1}.signedIn .profileView .profile_wrap .profilePage_split .profile_section{margin-top:0!important}.signedIn .profileView .profile_wrap .profilePage_split .profile_section:first-of-type{padding-top:55px}.profileEdit_wrap .profileView .profileView_controls_wrap .controls button,.profileEdit_wrap .profileView .profileView_controls_wrap .controls a{border-width:1px;border-radius:9px;font-weight:400}.profileEdit_wrap .profileView .profile_wrap .profilePage_split{padding-top:50px}.profileEdit_wrap .profileView .profile_wrap .profilePage_split .profile_section{margin-top:0!important}.profileEdit_wrap .profileView .profile_wrap .profilePage_split .profile_section:first-of-type{padding-top:55px}.profileEdit_wrap .profileView .profile_wrap .profilePage_split .profile_section .sloganWrap{display:flex;flex-direction:column;max-width:600px;width:100%;margin:100px auto}.profileEdit_wrap .profileView .profile_wrap .profilePage_split .profile_section .sloganWrap label{font-size:32px;font-weight:400;margin-bottom:20px}.profileEdit_wrap .profileView .profile_wrap .profilePage_split .profile_section .sloganWrap input{border:none;border-bottom:2px solid #01C476;background:none;font-size:30px;width:100%;height:60px;font-weight:300}.profileEdit_wrap .profileView .profile_wrap .profilePage_split .profile_section .sloganWrap input:focus{outline:none}.profileEdit_wrap .profileView .profile_wrap .profilePage_split .profile_section .sloganWrap .error{font-size:12px;color:red;margin-top:10px;display:block;font-weight:400}.edit_title{text-align:left;width:100%;margin-left:20px;max-width:600px}.edit_title h2{font-weight:400;font-size:32px}.qa_answer{transition:max-height .3s ease-out}.qa_answer.collapsed{max-height:0}.titleExpand h2{font-size:32px;font-weight:400}.titleExpand .chevron{display:inline-block;transition:transform .3s;width:20px;height:20px;margin-right:10px}.titleExpand .chevron img{width:100%;height:100%;margin:0!important}.titleExpand .chevron.collapsed{transform:rotate(-90deg)}.titleExpand .chevron.expanded{transform:rotate(0)}.status_wrap{top:0;left:0;display:flex}.status_wrap .status_center{width:100%;max-width:600px}.status_wrap .status_center .status_block{background-color:#edeae1;padding:50px 70px;box-sizing:border-box;width:100%}.status_wrap .status_center .status_block .title h2{font-weight:400;font-size:32px;margin-bottom:10px}.status_wrap .status_center .status_block .title p{margin-top:0}.status_wrap .status_center .status_block .title{width:100%;margin-bottom:20px}.status_wrap .status_center .status_block .content textarea{background-color:transparent;border:2px solid #01C476;width:100%;font-size:22px;padding:20px;box-sizing:border-box;min-height:150px}.status_wrap .status_center .status_block .control{display:flex;gap:5px;margin-top:30px}.pac-container{border:3px solid #01C476;box-shadow:none;width:400px!important;font-family:Figtree,Figtree Fallback,sans-serif;background-color:#edeae1;max-height:230px;overflow-y:scroll}@media screen and (max-width: 900px){.pac-container{width:350px!important;max-height:135px}}.pac-container .pac-item{font-size:22px;padding:10px 20px;cursor:pointer;border:none;box-sizing:border-box}.pac-container .pac-item .pac-icon{display:none}.pac-container .pac-item .pac-item-query{font-size:22px}.pac-container .pac-item:hover{background-color:#01c476}.pac-logo:after{display:none}.overlay_wrap{top:0;left:0;width:100%;height:100%;position:fixed;background-color:#00000085;z-index:10000000000000000000000;display:flex;justify-content:center;align-items:center}.overlay_wrap .overlay_center{width:100%;max-width:600px}.overlay_wrap .overlay_center .overlay_block{border:2px solid #2A2A2A;background-color:#edeae1;padding:50px 70px;box-sizing:border-box;width:100%}.overlay_wrap .overlay_center .overlay_block .title h2{font-weight:400;font-size:32px;margin-bottom:10px}.overlay_wrap .overlay_center .overlay_block .title p{margin-top:0}.overlay_wrap .overlay_center .overlay_block .title{width:100%;margin-bottom:20px}.overlay_wrap .overlay_center .overlay_block .content textarea{background-color:transparent;border:2px solid #01C476;width:100%;font-size:22px;padding:20px;box-sizing:border-box;min-height:150px}.overlay_wrap .overlay_center .overlay_block .control{display:flex;gap:5px;margin-top:20px}.overlay_wrap .overlay_center .overlay_block .inputControls{flex-direction:column;gap:10px}.overlay_wrap .overlay_center .overlay_block .inputControls input{border:none;border-bottom:2px solid #01C476;background:none;font-size:22px;width:100%;height:40px;font-weight:300}.overlay_wrap .overlay_center .overlay_block .inputControls .settingsCTA{margin-top:20px;display:flex;gap:10px}.articlesWrap{width:100%;display:flex;max-width:1400px;margin:auto;justify-content:center;flex-direction:column;padding:0 20px;box-sizing:border-box}.articlesWrap .title{position:relative;display:inline-block;margin-top:20px}.articlesWrap .title h1{font-size:40px;font-weight:400;letter-spacing:-2px}.articlesWrap .title img{position:absolute;left:-39px;top:-49px;width:305px;z-index:-1}.articlesWrap .articlesControls{display:flex;width:100%;padding:50px 0;box-sizing:border-box;gap:20px}.articlesWrap .articlesControls .searchArticles{display:flex;width:100%;align-items:center;gap:20px}@media screen and (max-width: 600px){.articlesWrap .articlesControls .searchArticles{flex-direction:column;align-items:start}}.articlesWrap .articlesControls .searchArticles label{font-size:22px;width:15%;letter-spacing:-1.2px}@media screen and (max-width: 600px){.articlesWrap .articlesControls .searchArticles label{width:100%}}.articlesWrap .articlesControls .searchArticles input{border:2px solid #2A2A2A;border-radius:30px;padding:10px 20px 10px 40px;box-sizing:border-box;background:none;font-size:24px;width:90%;font-weight:300;background:#fff url(../images/icons/searchicon.svg) no-repeat 10px center;background-size:20px 20px;background-color:transparent}@media screen and (max-width: 600px){.articlesWrap .articlesControls .searchArticles input{width:100%}}.articlesWrap .articlesControls .searchArticles input:focus{outline:none}.articlesWrap .articlesContent{width:100%;display:flex;flex-direction:column;margin-bottom:70px;border-top:1px dashed #3881f1;padding-top:40px;margin-top:40px}.articlesWrap .articlesContent .title{position:relative;display:inline-block}.articlesWrap .articlesContent .title h1{font-size:64px;font-weight:400;letter-spacing:-3px}.articlesWrap .articlesContent .title img{position:absolute;top:-20px;left:-35px;width:275px;z-index:-1}.wall{column-count:3;column-width:20ch;column-gap:40px;-webkit-column-count:3;-webkit-column-width:20ch;-webkit-column-gap:40px}.wall a{color:#2a2a2a}.wall-post{display:inline-block;margin-bottom:3rem;width:100%}.wall-post:hover{transition:.5s;margin-top:-10px;cursor:pointer}.wall-post .articleImage_wrap img{width:100%}.wall-post .wall-post-header h2{font-weight:500}.wall-post .authorDetails{display:flex;align-items:center}.wall-post .authorDetails .date{width:100%}.wall-post .authorDetails .date label{font-style:italic;color:#3881f1;font-weight:300;font-size:12px}.wall-post .topSection{display:flex;align-items:center;margin-top:10px;gap:10px}@media screen and (max-width: 1050px){.wall-post .topSection{flex-direction:column;gap:10px}}@media screen and (max-width: 490px){.wall-post .topSection{flex-direction:row;gap:10px}}.wall-post .topSection .date{width:100%}.wall-post .topSection .date label{font-style:italic;color:#3881f1;font-weight:400;font-size:12px}.wall-post .topSection .profile{display:flex;align-items:center;gap:10px;justify-content:end;width:100%}@media screen and (max-width: 1050px){.wall-post .topSection .profile{justify-content:start}}.wall-post .topSection .profile .image{display:flex;justify-content:center;align-items:center;-webkit-mask-box-image:url(../images/borders/stampMask.svg);mask-box-image:url(../images/borders/stampMask.svg);width:40px;height:40px;overflow:hidden}.wall-post .topSection .profile .image img{width:100%;height:100%;object-fit:cover}.wall-post .topSection .profile .author{display:flex;flex-direction:column;gap:5px;width:150px}.wall-post .topSection .profile .author label{font-style:italic;color:#3881f1;font-weight:400;font-size:12px}.wall-post .topSection .profile .author label:last-of-type{font-weight:600}.wall-post .wall-post-content p{font-weight:400;word-wrap:break-word}.wall-post .wall-post-content .bottomSection{display:flex;align-items:center;margin-top:10px}.wall-post .wall-post-content .bottomSection .postTag{display:flex;gap:10px;flex-wrap:wrap;width:100%}.wall-post .wall-post-content .bottomSection .postTag label{border:2px dashed #F6612E;font-weight:500;border-radius:30px;padding:10px 20px;color:#f6612e}.narrowColumn_wrap{width:100%;display:flex;max-width:1000px;margin:auto;flex-direction:column;padding:0 10px;position:relative}.narrowColumn_wrap .title{width:100%;margin-bottom:50px}.narrowColumn_wrap .title h1{font-weight:500;margin-bottom:0}.narrowColumn_wrap .searchfilter_wrap{display:flex;margin-bottom:50px;align-items:center}.narrowColumn_wrap .searchfilter_wrap .search-container{width:80%;display:flex}.narrowColumn_wrap .searchfilter_wrap .search-container input{border:none;border-bottom:2px solid #01C476;background:none;font-size:30px;width:100%;height:60px;font-weight:300;max-width:500px}.narrowColumn_wrap .searchfilter_wrap .filter-container{width:20%}.narrowColumn_wrap .searchfilter_wrap .filter-container select{border:1px dashed #3881F1;background-color:transparent;border-radius:30px;padding:20px;color:#3881f1;width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:url(images/icons/chevron_down.svg);background-repeat:no-repeat;background-position-x:90%;background-position-y:15px;background-size:15px}.narrowColumn_wrap .availableArticles_wrap{display:flex;width:100%;flex-direction:column;gap:75px;margin-bottom:100px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block{display:flex;gap:50px}@media screen and (max-width: 900px){.narrowColumn_wrap .availableArticles_wrap .availableArticles_block{flex-direction:column}}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism{display:block;background-color:#edeae1;padding:50px;box-sizing:border-box;width:100%;position:relative}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism img{position:absolute;right:20px;top:20px;width:120px;transition:.2s}@media screen and (max-width: 1160px){.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism img{width:60px}}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism label{display:block;margin-bottom:50px;font-size:22px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 h2{font-size:64px;font-weight:400;z-index:2;position:relative;letter-spacing:-3px}@media screen and (max-width: 900px){.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 h2{font-size:40px;letter-spacing:-2px}}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 h2 span{position:relative}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 h2 span img,.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 h2 span .zigZag{width:100%;position:absolute;bottom:-5px;left:0;top:auto;z-index:-1}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .search_input_wrap{width:100%;margin-bottom:30px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .search_input_wrap input{border:none;border-bottom:2px solid #01C476;background:none;font-size:30px;width:100%;height:60px;font-weight:300}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .search_input_wrap input::placeholder{color:#2a2a2a;font-weight:300}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .search_input_wrap input:focus{outline:none}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .search_input_wrap .specialism-dropdown{border:3px solid #01C476!important;box-shadow:none!important;width:400px!important;font-family:Figtree,Figtree Fallback,sans-serif!important;background-color:#edeae1!important;list-style-type:none;font-size:22px;padding:0!important;max-height:290px;overflow:hidden;position:absolute;z-index:9999;margin-top:5px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .search_input_wrap .specialism-dropdown li{font-size:22px;padding:15px 20px;cursor:pointer;border:none}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .search_input_wrap .specialism-dropdown li:hover{background-color:#01c476}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .selected-specialisms .selected-specialism{border:1px solid #01C476;padding:10px 15px 10px 20px;border-radius:30px;margin-right:10px;font-size:20px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism .search_1 .selected-specialisms .selected-specialism button{border:none;padding:0 5px;margin-left:5px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .search_wrap_specialism button{border:1px solid #3881F1;border-radius:30px;color:#3881f1;padding:10px 20px;background-color:#edeae1}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .topic{display:flex;flex-direction:column;gap:10px;width:15%;align-items:start}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .topic label{background-color:#3881f1;color:#fff;border-radius:40px;padding:15px 20px;box-sizing:border-box;display:block}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .about h2{font-weight:500;font-size:40px;margin:0;letter-spacing:-2px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .about p{font-weight:300;font-style:italic;margin-bottom:20px}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .about button{border:1px solid #3881F1;color:#3881f1;padding:15px 20px;border-radius:10px;cursor:pointer;display:inline-block;background-color:transparent;font-weight:500;font-size:16px;box-sizing:border-box}.narrowColumn_wrap .availableArticles_wrap .availableArticles_block .about button:hover{background-color:#3881f1;color:#fff}.articlesPage_wrap{width:100%;display:flex;max-width:1400px;margin:100px auto 200px;flex-direction:column}.articlesPage_wrap .breadcrumbs_wrap{width:100%;display:flex;gap:10px;align-items:center;padding:40px 0;box-sizing:border-box}@media screen and (max-width: 1160px){.articlesPage_wrap .breadcrumbs_wrap{padding:30px 10px}}.articlesPage_wrap .breadcrumbs_wrap a{text-decoration:none;font-weight:300;font-style:italic;color:#2a2a2a}.articlesPage_wrap .breadcrumbs_wrap .breadcrumb{position:relative}.articlesPage_wrap .breadcrumbs_wrap .breadcrumb:hover img{display:block!important;position:absolute;left:0;bottom:-10px;width:100%;z-index:-1}.articlesPage_wrap .breadcrumbs_wrap .breadcrumb img{display:none}.articlesPage_wrap .breadcrumbs_wrap .breadcrumb_elipses p{width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.articlesPage_wrap .breadcrumbs_wrap .chevron{height:20px}.articlesPage_wrap .breadcrumbs_wrap .current_page{position:relative}.articlesPage_wrap .breadcrumbs_wrap .current_page img{display:block!important;position:absolute;left:0;bottom:-10px;width:100%;z-index:-1}.articlesPage_wrap .articleView_wrap{width:100%;display:flex;max-width:800px;margin:auto;flex-direction:column;padding:0 10px;box-sizing:border-box}.articlesPage_wrap .articleView_wrap .articleView{display:flex;width:100%}@media screen and (max-width: 1400px){.articlesPage_wrap .articleView_wrap .articleView{padding:0 20px;box-sizing:border-box}}.articlesPage_wrap .articleView_wrap .articleView .articleContent{display:flex;flex-direction:column;width:100%}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .title{margin-bottom:30px}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .title h1{font-size:62px;font-weight:500}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile{display:flex;gap:10px}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile .image{display:flex;justify-content:center;align-items:center;width:50px;height:50px;overflow:hidden;-webkit-mask-box-image:url(../../images/borders/stampMask.svg);mask-box-image:url(../../images/borders/stampMask.svg);mask:url(../../images/borders/stampMask.svg);-webkit-mask:url(../../images/borders/stampMask.svg);mask-size:cover;-webkit-mask-size:cover}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile .image img{width:100%}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile .details{display:flex;flex-direction:column;justify-content:center;gap:5px}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile .details label{font-size:16px;color:#2a2a2a}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile .details label:last-of-type{font-weight:300;font-size:14px}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile .details label a{color:#2a2a2a}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .writerProfile .details label a:hover{color:#3881f1;text-decoration:underline;cursor:pointer}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .featured_image{width:100%;height:300px;overflow:hidden;display:flex;align-items:center}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .featured_image{height:200px}}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .featured_image img{width:100%}.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .fullWidthFeatured{position:absolute;left:0}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .articleView .articleContent .article_start .fullWidthFeatured{position:static}}.articlesPage_wrap .articleView_wrap .articleView .articleContent .fullWidthStarted{margin-bottom:320px}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .articleView .articleContent .fullWidthStarted{margin:0}}.articlesPage_wrap .articleView_wrap .articleView .articleContent .content{line-height:32px}.articlesPage_wrap .articleView_wrap .articleView .articleContent .content .wp-block-embed{margin:20px 0}.articlesPage_wrap .articleView_wrap .articleView .articleContent .content iframe{display:block;max-width:100%;width:100%;aspect-ratio:16/9;border:0;margin:20px 0}.articlesPage_wrap .articleView_wrap .articleView .articleContent .content p,.articlesPage_wrap .articleView_wrap .articleView .articleContent .content ul,.articlesPage_wrap .articleView_wrap .articleView .articleContent .content ol{font-size:22px;font-weight:300}.articlesPage_wrap .articleView_wrap .articleView .articleContent .content a{color:#3881f1;font-size:22px}.articlesPage_wrap .articleView_wrap .articleView .articleContent .content a:hover{text-decoration:underline}.articlesPage_wrap .articleView_wrap .writerProfileWidget{display:flex;gap:10px;border-top:1px dashed #3881F1;padding:40px 20px;box-sizing:border-box;gap:20px}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .writerProfileWidget{flex-direction:column}}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block{display:flex;gap:20px;align-items:center;width:60%}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .writerProfileWidget .block{width:100%}}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block:last-of-type{width:40%}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .writerProfileWidget .block:last-of-type{width:100%}}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .image{display:flex;justify-content:center;align-items:center;width:50px;height:50px;overflow:hidden;-webkit-mask-box-image:url(../../images/borders/stampMask.svg);mask-box-image:url(../../images/borders/stampMask.svg);mask:url(../../images/borders/stampMask.svg);-webkit-mask:url(../../images/borders/stampMask.svg);mask-size:cover;-webkit-mask-size:cover}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .image img{width:100%}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details{display:flex;flex-direction:column;justify-content:center;gap:5px}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details{justify-content:start}}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details label{font-size:26px}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details label:last-of-type{font-weight:300;font-size:14px}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details label a{color:#2a2a2a}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details label a:hover{color:#3881f1;text-decoration:underline}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details .qualificationSymbols{font-weight:300;font-size:14px}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .details .more{display:flex;flex-direction:column;margin-top:10px}.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .controls{display:flex;gap:10px;justify-content:end;align-items:center;width:100%}@media screen and (max-width: 900px){.articlesPage_wrap .articleView_wrap .writerProfileWidget .block .controls{justify-content:start}}.blogThumnail .ql-editor{padding:0;margin-bottom:10px}.blogThumnail .ql-tooltip{display:none}.blogThumnail p{font-size:16px;margin-top:5px!important}.blogThumnail .blogDate{font-weight:500}.blogContent .quill .ql-container .ql-editor{line-height:32px;padding:0}.blogContent .quill .ql-container .ql-editor h3,.blogContent .quill .ql-container .ql-editor h4,.blogContent .quill .ql-container .ql-editor h5{font-size:26px;font-weight:500;display:block}.blogContent .quill .ql-container .ql-editor h2,.blogContent .quill .ql-container .ql-editor h3,.blogContent .quill .ql-container .ql-editor h4,.blogContent .quill .ql-container .ql-editor h5,.blogContent .quill .ql-container .ql-editor p{display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;unicode-bidi:isolate}.blogContent .quill .ql-container .ql-editor ul{margin:20px 0}.blogContent .quill .ql-container .ql-editor iframe,.blogContent .quill .ql-container .ql-editor video{max-width:100%;height:auto;aspect-ratio:16/9;margin:1rem 0}.adminView_wrap{width:100%;display:flex;position:relative;margin-bottom:100px}@media screen and (max-width: 900px){.adminView_wrap{flex-direction:column-reverse}}.adminView_wrap .adminTable_wrap{width:80%}@media screen and (max-width: 900px){.adminView_wrap .adminTable_wrap{width:100%}}.adminView_wrap .adminTable_wrap .adminTable{display:flex;flex-direction:column;gap:20px;width:90%}@media screen and (max-width: 900px){.adminView_wrap .adminTable_wrap .adminTable{width:100%}}.adminView_wrap .adminTable_wrap .adminTable .row{display:flex;width:100%;align-items:center;border:1px dashed #3881F1;border-radius:10px}.adminView_wrap .adminTable_wrap .adminTable .row a{display:flex;width:100%;text-decoration:none;color:#2a2a2a;padding:20px;box-sizing:border-box;border-radius:10px}.adminView_wrap .adminTable_wrap .adminTable .row a .imageName{display:flex;width:100%;align-items:center;gap:20px}.adminView_wrap .adminTable_wrap .adminTable .row a .imageName .image{width:50px;height:50px;overflow:hidden;border-radius:10px}.adminView_wrap .adminTable_wrap .adminTable .row a .imageName .image img{width:100%;border-radius:10px}.adminView_wrap .adminTable_wrap .adminTable .row a .imageName .context{display:flex;flex-direction:column;gap:10px}.adminView_wrap .adminTable_wrap .adminTable .row a .imageName .context label{font-size:20px;font-weight:300}.adminView_wrap .adminTable_wrap .adminTable .row a .imageName .context label:last-of-type{font-size:16px;font-weight:400}.adminView_wrap .adminTable_wrap .adminTable .row a .imageName label{font-size:20px;font-weight:300}.adminView_wrap .adminTable_wrap .adminTable .row a .controlsWrap{display:flex;width:100%;align-items:center;gap:20px;justify-content:end}.adminView_wrap .adminTable_wrap .adminTable .row a .controlsWrap label{font-size:14px;font-weight:300}.adminView_wrap .adminTable_wrap .adminTable .row a .controlsWrap a{font-size:14px;font-weight:400;border-radius:30px}.adminView_wrap .adminTable_wrap .adminTable .row a:hover{background-color:#3881f1;color:#edeae1}.adminControls_wrap{display:block;background-color:#3881f1;color:#fff;padding:150px 40px 0;box-sizing:border-box;height:100vh;width:20%;position:fixed;top:0!important;right:0;min-width:200px}@media screen and (max-width: 900px){.adminControls_wrap{width:100%;min-width:none;margin-bottom:20px;padding-top:20px;padding-bottom:20px;height:auto}}@media screen and (max-width: 900px){.adminControls_wrap{position:initial}}.adminControls_wrap .adminControls{display:flex;flex-direction:column;gap:20px}.adminControls_wrap .adminControls .block{display:flex;flex-direction:column;gap:10px}.adminControls_wrap .adminControls .block h2{color:#fff;font-weight:400}.adminControls_wrap .adminControls .block a{border:1px dashed white;background-color:transparent;border-radius:30px;padding:10px 20px}.adminControls_wrap .adminControls .block select{border:1px dashed white;background-color:transparent;border-radius:30px;padding:10px 20px;color:#fff;width:100%;box-sizing:border-box;font-size:16px;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:url(images/icons/chevron_down.svg);background-repeat:no-repeat;background-position-x:90%;background-position-y:15px;background-size:15px}.adminControls_wrap .adminControls .block select::placeholder{color:#fff}.adminControls_wrap .adminControls .block select:focus{outline:none}.adminAvailableArticles{display:flex;flex-direction:column;gap:30px;width:100%}.adminAvailableArticles input{background-color:transparent;border:2px solid #01C476;width:100%;font-size:22px;padding:20px;box-sizing:border-box}.adminAvailableArticles textarea{background-color:transparent;border:2px solid #01C476;width:100%;font-size:22px;padding:20px;box-sizing:border-box;min-height:200px}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}.switch input:checked+.slider{background-color:#2196f3}.switch input:checked+.slider:before{transform:translate(26px)}.editorWrap{width:100%;display:flex;flex-direction:column}.editorWrap .editor{width:100%;font-family:Figtree,Figtree Fallback,sans-serif;position:relative}.editorWrap .editorControls{display:flex;width:100%;padding:50px 0;gap:10px;justify-content:center;align-items:center}.ql-toolbar.ql-snow{border-radius:10px 10px 0 0}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-radius:0 0 10px 10px;max-height:500px;overflow:auto}.articleEditor .ql-toolbar.ql-snow+.ql-container.ql-snow{max-height:750px!important}.ql-editor{font-size:18px;font-weight:300}.uploadFeaturedImage{width:100%;border:1px dashed #01C476;display:block;margin-bottom:20px}.uploadFeaturedImage .upload_area{display:flex;justify-content:center;align-items:center;height:200px}.uploadFeaturedImage .upload_area label{border-radius:40px;border:1px solid #3881F1;color:#3881f1;padding:10px 20px;cursor:pointer}.uploadFeaturedImage .upload_area label:hover{background-color:#3881f1;color:#fff}.uploadFeaturedImage input{display:none}.ql-editor{font-family:Figtree,Figtree Fallback,sans-serif}.ql-editor .ql-video{width:100%;aspect-ratio:16/9;border:0}.profileOutput .qa_wrap .qa .quill .ql-container .ql-editor{padding:0}.profileOutput .qa_wrap .qa .quill .ql-container .ql-editor img{max-width:100%}.footer_wrap{width:100%!important;height:auto!important;background-color:#3881f1;position:relative;min-height:425px;visibility:hidden;opacity:0;transition:opacity .5s ease-in;z-index:99}.footer_wrap .borderTop{width:100%!important;height:auto!important;position:absolute;top:-17px}@media screen and (max-width: 620px){.footer_wrap .borderTop{display:none}}.footer_wrap .footer_banner{padding:0 75px;box-sizing:border-box;display:flex;max-width:1600px;margin:auto}@media screen and (max-width: 1095px){.footer_wrap .footer_banner{flex-direction:column}}@media screen and (max-width: 1000px){.footer_wrap .footer_banner{padding:30px}}.footer_wrap .footer_banner .footer_column_wrap{background-color:transparent;width:60%;display:flex;box-sizing:border-box;position:relative;flex-direction:column;justify-content:end}@media screen and (max-width: 1095px){.footer_wrap .footer_banner .footer_column_wrap{width:100%}}.footer_wrap .footer_banner .footer_column_wrap:last-of-type{flex-direction:row;width:40%}@media screen and (max-width: 1095px){.footer_wrap .footer_banner .footer_column_wrap:last-of-type{width:100%}}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap:last-of-type{flex-direction:column;gap:20px}}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap{display:flex}@media screen and (max-width: 620px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap{flex-direction:column}}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column{border:1px dashed #3881F1;box-sizing:border-box;padding:30px 20px;width:100%;max-width:380px;background-color:#edeae1;position:relative;z-index:99}@media screen and (max-width: 1095px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column{justify-content:center}}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column:first-of-type{border:1px solid #3881F1;top:-50px}@media screen and (max-width: 620px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column:first-of-type{top:auto}}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column:last-of-type{border:1px dashed #3881F1;top:-95px;left:-60px}@media screen and (max-width: 1095px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column:last-of-type{top:-70px}}@media screen and (max-width: 620px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column:last-of-type{left:20px;top:-20px}}@media screen and (max-width: 1000px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column{width:100%}}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .stacked{flex-direction:column}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_heading{box-sizing:border-box;padding:10px 30px}@media screen and (max-width: 620px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_heading{padding:10px}}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_heading h5{font-family:Figtree,Figtree Fallback,sans-serif;font-size:20px;font-weight:600;color:#2a2a2a;margin:0;letter-spacing:-1.2px}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_links{box-sizing:border-box;padding:20px 30px}@media screen and (max-width: 620px){.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_links{padding:10px}}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_links ul li a{color:#2a2a2a;text-decoration:none;font-weight:400}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_stacked .footer_column_links ul li a:hover{color:#01c476;cursor:pointer}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_column_links ul li a:hover{color:#01c476;cursor:pointer}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_column_heading{box-sizing:border-box;padding:10px 30px}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_column_heading h5{font-family:Figtree,Figtree Fallback,sans-serif;font-size:20px;font-weight:600;color:#2a2a2a;margin:0;letter-spacing:-1.2px}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_column_links{box-sizing:border-box;padding:20px 30px}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_column_links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .footer_column_links ul li a{color:#2a2a2a;text-decoration:none;font-weight:400}.footer_wrap .footer_banner .footer_column_wrap .columnLeft_wrap .footer_column .fold{width:0;height:0;border-left:1px solid transparent;border-right:50px solid transparent;border-top:50px solid #01C476;position:absolute;bottom:0;right:0}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap{display:block;width:100%;padding-bottom:20px;box-sizing:border-box;color:#fff}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap{display:none}}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower{display:flex;width:100%}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower{flex-direction:column;align-items:center;justify-content:center;gap:20px}}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower .footer_content{width:100%;display:flex;align-items:center;justify-content:start}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower .footer_content:first-of-type{flex-direction:column}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower .footer_content{justify-content:center}}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower .footer_content label{font-weight:200;font-size:18px;width:100%;color:#edeae1}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower .footer_content label:last-of-type{margin-top:5px;font-size:12px}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower .footer_content label:last-of-type a{color:#edeae1}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap .footer_lower .footer_content label:last-of-type a:hover{text-decoration:underline}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile{display:block;width:100%;padding-bottom:20px;box-sizing:border-box;color:#fff;display:none}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile{display:block}}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower{display:flex;width:100%}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower{flex-direction:column;align-items:center;justify-content:center;gap:20px}}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower .footer_content{width:100%;display:flex;align-items:center;justify-content:start}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower .footer_content:first-of-type{flex-direction:column}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower .footer_content{justify-content:center}}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower .footer_content label{font-weight:200;font-size:18px;width:100%;color:#edeae1}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower .footer_content label:last-of-type{margin-top:5px;font-size:12px}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower .footer_content label:last-of-type a{color:#edeae1}.footer_wrap .footer_banner .footer_column_wrap .footer_lower_wrap_mobile .footer_lower .footer_content label:last-of-type a:hover{text-decoration:underline}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap{position:relative;width:100%;border-left:1px dashed #EDEAE1;padding:0 20px;box-sizing:border-box}@media screen and (max-width: 1095px){.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap{border:none}}@media screen and (max-width: 1000px){.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap{width:100%}}@media screen and (max-width: 620px){.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap{padding:0}}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .footerTitle{display:block;width:100%}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .footerTitle h5{font-size:64px;color:#edeae1;font-weight:500;line-height:1.2em;letter-spacing:-.1em}@media screen and (max-width: 620px){.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .footerTitle h5{margin:0}}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .footerTitle h5{margin-bottom:20px;font-size:48px;line-height:64px}}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap{display:flex;position:absolute;bottom:20px;left:25px;width:100%;justify-content:start;align-items:end}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap{position:static}}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap ul{list-style:none;display:flex;gap:15px;margin:0;padding:0;width:100%}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap ul li a{background-color:#edeae1;width:30px;height:30px;border-radius:30px;display:flex;align-items:center;justify-content:center}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap ul li a img{width:20px;height:auto!important}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap ul li:first-of-type a img{width:15px}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap .footer_logo{align-items:center;width:80px;margin-bottom:-5px}@media screen and (max-width: 900px){.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap .footer_logo{display:none}}.footer_wrap .footer_banner .footer_column_wrap .footer_map_wrap .social_wrap .footer_logo img{width:100%!important;height:auto!important}.footer_wrap.visible{visibility:visible;opacity:1}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.notificationBanner_wrap{background-color:#3881f1;margin-top:50px;padding:0 50px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;-webkit-mask-box-image:url(../images/borders/maskTherpist.svg);mask-box-image:url(../images/borders/maskTherpist.svg)}@media screen and (max-width: 960px){.notificationBanner_wrap{-webkit-mask-box-image:none;mask-box-image:none}}.notificationBanner_wrap .content{display:flex;gap:20px}@media screen and (max-width: 960px){.notificationBanner_wrap .content{flex-direction:column}}.notificationBanner_wrap .content .title{width:70%;display:flex;flex-direction:column;gap:20px;border-right:1px dashed white;padding:40px 0;position:relative;box-sizing:border-box}@media screen and (max-width: 960px){.notificationBanner_wrap .content .title{border-right:none;width:100%;padding-bottom:0}}.notificationBanner_wrap .content .title h3{color:#fff;font-weight:500;font-size:86px;margin:0;line-height:90px;padding-right:100px;box-sizing:border-box}@media screen and (max-width: 960px){.notificationBanner_wrap .content .title h3{padding:0;font-size:45px;line-height:45px}}.notificationBanner_wrap .content .title p{font-weight:300;color:#fff;margin-top:0;font-size:24px;max-width:400px}.notificationBanner_wrap .content .title .controls{display:flex}.notificationBanner_wrap .content .title .controls a{border:2px dashed #3881F1;background-color:#edeae1;color:#3881f1;font-weight:500;border-radius:30px;font-size:18px}.notificationBanner_wrap .content .title .controls a:hover{background-color:#3881f1;color:#fff;border:2px dashed white}.notificationBanner_wrap .content .title img{max-width:200px;position:absolute;right:20px}@media screen and (max-width: 960px){.notificationBanner_wrap .content .title img{display:none}}.notificationBanner_wrap .content .todoList{width:40%;display:flex;justify-content:center;flex-direction:column;position:relative;box-sizing:border-box}@media screen and (max-width: 960px){.notificationBanner_wrap .content .todoList{width:100%}}.notificationBanner_wrap .content .todoList h3{color:#fff;position:absolute;top:30px;display:inline-block;width:100%;font-weight:500;left:10px}@media screen and (max-width: 960px){.notificationBanner_wrap .content .todoList h3{position:initial;margin-bottom:30px}}.notificationBanner_wrap .content .todoList ul{display:inline-block;list-style:none;color:#fff;font-weight:300;margin:0;padding:0;position:absolute;bottom:20px;left:10px;width:100%;font-size:20px;line-height:34px}@media screen and (max-width: 960px){.notificationBanner_wrap .content .todoList ul{position:initial;margin-bottom:30px}}.notificationBanner_wrap .content .todoList ul li{margin-bottom:15px;display:flex;align-items:center}.notificationBanner_wrap .content .todoList ul li span{margin-right:10px;display:flex;align-items:center}.notificationBanner_wrap .content .todoList ul li span img{height:30px}.notificationBanner_wrap .content .todoList .rejectedMessage{color:#fff}.notificationBanner_wrap .content .todoList .rejectedMessage h3{position:initial;margin-bottom:0}.notificationBanner_wrap .content .todoList .rejectedMessage p{font-style:italic}.bannerReject{background-color:#f6612e}.bannerReject .content .title .controls .cta_blue{background-color:transparent;border:2px dashed white;color:#fff}.status_wrap{display:flex}.status_wrap label{display:flex;align-items:center;justify-content:center;gap:5px}.status_wrap label span{height:5px;width:5px;display:block;border-radius:30px}.status_wrap .status_green{color:#01c476}.status_wrap .status_green span{background-color:#01c476}.status_wrap .status_blue{color:#3881f1}.status_wrap .status_blue span{background-color:#3881f1}.status_wrap .status_red{color:#f6612e}.status_wrap .status_red span{background-color:#f6612e}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.search_results_filters{transform:translate(-100%);transition:transform .3s ease-in-out;position:fixed;top:0;left:0;height:100vh;z-index:1000;display:block;background-color:#3881f1;color:#fff;padding:0 40px;box-sizing:border-box;width:20%;min-width:200px}@media screen and (min-width: 1161px){.search_results_filters{position:static;transform:none;height:auto}}@media screen and (max-width: 1160px){.search_results_filters{width:100%;height:100%;z-index:9999999999;box-sizing:border-box;min-width:auto!important;position:absolute}}.search_results_filters .close-filters-mobile{position:absolute;top:15px;right:10px;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;display:none;z-index:1001}@media screen and (max-width: 1160px){.search_results_filters .close-filters-mobile{display:block}}.search_results_filters .close-filters-mobile img{width:15px}.search_results_filters.show{transform:translate(0)}.search_results_filters .postit_dots{display:flex;gap:10px;overflow:hidden;position:absolute;left:-10px;top:-10px}@media screen and (max-width: 1160px){.search_results_filters .postit_dots{display:none}}.search_results_filters .postit_dots span{width:20px;height:20px;display:block;border-radius:40px;flex-shrink:0;background-color:#edeae1}.search_results_filters .filter_title{display:block;margin-top:10px}@media screen and (max-width: 1160px){.search_results_filters .filter_title{display:flex;gap:20px;align-items:center}}.search_results_filters .filter_title h2{font-size:20px;font-weight:500;width:100%}.search_results_filters .filter_title a{border:1px solid white;background:transparent;color:#fff;border-radius:10px;cursor:pointer;display:inline-block;background-color:transparent;font-weight:400;font-size:14px;width:100%;text-align:center;display:none}@media screen and (max-width: 1160px){.search_results_filters .filter_title a{display:block}}.search_results_filters .filter_title button{width:100%}.search_results_filters .filter_block_wrap{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 1160px){.search_results_filters .filter_block_wrap .updateDesktop{display:none}}.search_results_filters .filter_block_wrap .updateFiltersCTA{margin-top:40px}.search_results_filters .filter_block_wrap .filter_block{display:flex;flex-direction:column}.search_results_filters .filter_block_wrap .filter_block h3{font-size:16px;font-weight:400}.search_results_filters .filter_block_wrap .filter_block h3 .chevron img{width:10px}.search_results_filters .filter_block_wrap .filter_block div .inputs_block{position:relative}.search_results_filters .filter_block_wrap .filter_block div .searchClear{top:12px;right:15px;width:25px}.search_results_filters .filter_block_wrap .filter_block div .searchClear img{width:14px}.search_results_filters .filter_block_wrap .filter_block input{border:1px dashed white;background-color:transparent;border-radius:30px;padding:10px 45px 10px 20px;color:#fff;width:100%;box-sizing:border-box}.search_results_filters .filter_block_wrap .filter_block input::placeholder{color:#fff}.search_results_filters .filter_block_wrap .filter_block input:focus{outline:none}.search_results_filters .filter_block_wrap .filter_block select{border:1px dashed white;background-color:transparent;border-radius:30px;padding:10px 40px 10px 20px;color:#fff;width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:url(/images/icons/chevron_down.svg);background-repeat:no-repeat;background-position-x:90%;background-position-y:15px;background-size:15px}.search_results_filters .filter_block_wrap .filter_block select::placeholder{color:#fff}.search_results_filters .filter_block_wrap .filter_block select:focus{outline:none}.search_results_filters .filter_block_wrap .filter_block .radio_wrap{display:flex;gap:10px;width:100%;flex-wrap:wrap}.search_results_filters .filter_block_wrap .filter_block .radio_wrap .radio_toggle{display:inline-block}.search_results_filters .filter_block_wrap .filter_block .radio_wrap .radio_toggle span{border:1px dashed white;border-radius:30px;padding:10px 20px;display:block;font-size:14px;cursor:pointer}.search_results_filters .filter_block_wrap .filter_block .radio_wrap .radio_toggle span:hover,.search_results_filters .filter_block_wrap .filter_block .radio_wrap .radio_toggle .active{background-color:#fff;color:#3881f1}.search_results_filters .filter_block_wrap .filter_block .radio_wrap .radio_toggle input{display:none}.search_results_filters .filter_block_wrap .filter_block .selected-options{display:block;margin-top:10px}.search_results_filters .filter_block_wrap .filter_block .selected-options .selected-option{border:1px solid white;border-radius:30px;padding:5px 3px 5px 10px;display:inline-block;font-size:12px;background-color:#fff;color:#3881f1;margin-right:5px;margin-bottom:5px}.search_results_filters .filter_block_wrap .filter_block .selected-options .selected-option:last-of-type{margin-bottom:0}.search_results_filters .filter_block_wrap .filter_block .selected-options .selected-option button{border:none;background-color:transparent;color:#3881f1}.search_results_filters .filter_block_wrap .filter_block .radiusWrap{display:flex;align-items:center;gap:10px}.search_results_filters .filter_block_wrap .filter_block .radiusWrap input{max-width:70px;padding:10px 20px;text-align:center}.search_results_therapists{width:80%;padding:40px 50px;box-sizing:border-box;position:relative}@media screen and (min-width: 1161px){.search_results_therapists{width:80%}}@media screen and (max-width: 1160px){.search_results_therapists{width:100%}}.search_results_therapists .breadcrumbs_wrap{width:100%;display:flex;gap:10px}.search_results_therapists .breadcrumbs_wrap a{text-decoration:none;color:#2a2a2a;font-weight:300;font-style:italic}.search_results_therapists .breadcrumbs_wrap .breadcrumb{position:relative}.search_results_therapists .breadcrumbs_wrap .breadcrumb:hover img{display:block!important;position:absolute;left:0;bottom:-3px;width:100%;z-index:1}.search_results_therapists .breadcrumbs_wrap .breadcrumb img{display:none;z-index:-1;bottom:-3px}.search_results_therapists .breadcrumbs_wrap .current_page{position:relative}.search_results_therapists .breadcrumbs_wrap .current_page img{display:block!important;position:absolute;left:0;z-index:-1;bottom:-3px;width:100%}.search_results_therapists .filtersToggle{display:flex;width:100%;margin-top:30px;display:none}@media screen and (max-width: 1160px){.search_results_therapists .filtersToggle{display:block}}.search_results_therapists .filtersToggle a{border:1px solid #3881F1;background:transparent;color:#3881f1;padding:15px 20px;border-radius:10px;cursor:pointer;display:inline-block;background-color:transparent;font-weight:400;font-size:16px}.search_results_therapists .search_results_articles{display:flex;margin:20px 0;padding:30px 0;border-bottom:1px dashed #3881F1;flex-wrap:wrap;flex-direction:column}.search_results_therapists .search_results_articles h2{font-weight:500;margin-top:0;margin-bottom:30px}.search_results_therapists .search_results_articles .wrap{display:flex;flex-wrap:wrap}@media screen and (max-width: 1160px){.search_results_therapists .search_results_articles .wrap{gap:20px}}.search_results_therapists .search_results_articles .wrap .article_block{width:100%;flex:1 0 33%}.search_results_therapists .search_results_articles .wrap .article_block a{display:flex;gap:15px;text-decoration:none;transition:.5s;align-items:center;color:#2a2a2a}.search_results_therapists .search_results_articles .wrap .article_block a:hover{margin-top:-10px;cursor:pointer}.search_results_therapists .search_results_articles .wrap .article_block a .image_wrap_border{position:relative}.search_results_therapists .search_results_articles .wrap .article_block a .image_wrap_border .image_wrap{width:130px;position:relative;--mask: radial-gradient(20px at 40px 40px, #0000 98%, #000) -40px -40px;-webkit-mask:var(--mask);mask:var(--mask)}.search_results_therapists .search_results_articles .wrap .article_block a .image_wrap_border .image_wrap img{width:100%}.search_results_therapists .search_results_articles .wrap .article_block a .image_wrap_border .octagon-container{width:130px;height:130px;position:relative;overflow:hidden}.search_results_therapists .search_results_articles .wrap .article_block a .image_wrap_border .octagon-container .octagon-image{width:100%;height:100%;object-fit:cover;clip-path:polygon(10% 0%,90% 0%,100% 10%,100% 90%,90% 100%,10% 100%,0% 90%,0% 10%)}.search_results_therapists .search_results_articles .wrap .article_block a .article_details{max-width:150px}.search_results_therapists .search_results_articles .wrap .article_block a .article_details h3{color:#2a2a2a;letter-spacing:-1.2px;font-weight:500;margin:0 0 10px}.search_results_therapists .search_results_articles .wrap .article_block a .article_details label{color:#3881f1;font-weight:300;font-style:italic;font-size:14px}.search_results_therapists .search_results_articles .wrap .article_block a .article_details label a{color:#3881f1}.search_results_therapists .search_results_articles .wrap .article_block a .article_details label a:hover{margin-top:0;cursor:pointer;text-decoration:underline}.search_results_therapists .search_results_profiles .titleWrap{position:relative;display:inline-block}.search_results_therapists .search_results_profiles .titleWrap h1{font-weight:500;font-size:44px}.search_results_therapists .search_results_profiles .titleWrap img{position:absolute;top:0;left:-25px;width:250px;z-index:-1}.search_results_therapists .search_results_profiles .profiles{display:flex;flex-basis:auto;margin:40px 0;gap:30px;flex-wrap:wrap}.search_results_therapists .search_results_profiles .profiles .therapist_block{flex:0 1 calc(33.333% - 20px);margin:0;box-sizing:border-box}@media (max-width: 768px){.search_results_therapists .search_results_profiles .profiles .therapist_block{flex:0 1 calc(50% - 15px)}}@media (max-width: 480px){.search_results_therapists .search_results_profiles .profiles .therapist_block{flex:0 1 100%}}.search_results_therapists .search_results_profiles .profiles .therapist_block a{display:flex;gap:15px;text-decoration:none;flex-direction:column;transition:.5s;padding:0 25px}@media (max-width: 980px){.search_results_therapists .search_results_profiles .profiles .therapist_block a{padding:0}}.search_results_therapists .search_results_profiles .profiles .therapist_block a:hover{margin-top:-10px;cursor:pointer}.search_results_therapists .search_results_profiles .profiles .therapist_block a .image_wrap_border{position:relative}.search_results_therapists .search_results_profiles .profiles .therapist_block a .image_wrap_border .image_wrap{width:100%;padding-top:100%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;-webkit-mask-box-image:url(../images/borders/stampMask.svg);mask-box-image:url(../images/borders/stampMask.svg);-moz-mask-box-image:url(../../images/borders/stampMask.svg);mask:url(../images/borders/stampMask.svg);-webkit-mask:url(../images/borders/stampMask.svg);mask-size:cover;-webkit-mask-size:cover}.search_results_therapists .search_results_profiles .profiles .therapist_block a .image_wrap_border .image_wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.search_results_therapists .search_results_profiles .profiles .therapist_block a .image_wrap_border .image_border{position:absolute;z-index:1;width:100%;height:100%;top:0;left:0}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details{width:100%;margin-bottom:20px}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .main{display:flex;flex-direction:column;margin-bottom:15px;padding-bottom:20px;border-bottom:.5px dashed #3881F1}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .main h3{color:#2a2a2a;letter-spacing:-1.2px;font-size:32px;font-weight:400;margin:0;max-width:100%;width:fit-content;position:relative;display:flex;gap:5px}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .main h3 span{background-color:#3881f1;display:inline-block;border-radius:30px;width:15px;height:15px;min-width:15px;min-height:15px;align-items:center;justify-content:center;display:flex;position:relative}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .main h3 span img{height:8px}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .main h3 span label{position:absolute;top:2px;left:20px;font-size:12px;display:none;white-space:nowrap}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .main h3 span:hover label{display:block}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .main label{color:#2a2a2a;font-size:14px}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .custom_info h4{color:#3881f1;font-style:italic;font-weight:500;margin:0;overflow:hidden}.search_results_therapists .search_results_profiles .profiles .therapist_block a .therapist_details .custom_info p{font-weight:300;font-size:14px;color:#2a2a2a;margin-top:10px;font-style:italic;max-height:86px;overflow-y:hidden;text-overflow:ellipsis;width:100%;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:5;overflow:hidden}.search_results_therapists .search_results_profiles .profiles .therapist_block a .border_bottom{width:100%;height:1px;border-bottom:1px dashed #3881F1}.search_results_therapists .results-compliance{margin-top:0}.search_results_therapists .results-compliance a{color:#3881f1;text-decoration:none}.search_results_therapists .results-compliance a:hover{text-decoration:underline}.load_more_indicator{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px 0;width:100%}.load_more_indicator p{margin:0;font-size:14px;color:#3881f1}.load_more_indicator .load_more_spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(56,129,241,.25);border-top-color:#3881f1;border-radius:50%;animation:spin .75s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.signUp_wrap{position:relative;height:100vh;width:100%;display:flex;margin-top:-100px;justify-content:center;align-items:center}.signUp_wrap .signUp_center{width:800px;position:relative}.signUp_wrap .signUp_center .pageTitle{position:relative;margin-bottom:70px}@media screen and (max-width: 1160px){.signUp_wrap .signUp_center .pageTitle{padding:20px;margin-bottom:0;margin-top:100px;box-sizing:border-box}}.signUp_wrap .signUp_center .pageTitle h1{font-size:40px;color:#fff;font-weight:300;display:block;letter-spacing:-2px}@media screen and (max-height: 750px){.signUp_wrap .signUp_center .pageTitle h1{text-align:right}}.signUp_wrap .signUp_center .signUp_block{background-color:#edeae1;padding:50px;box-sizing:border-box;transition:.5s}@media screen and (max-width: 1160px){.signUp_wrap .signUp_center .signUp_block{padding:50px 20px}}.signUp_wrap .signUp_center .signUp_block .count{font-size:16px;font-weight:300;margin-bottom:30px}.signUp_wrap .signUp_center .signUp_block .block{display:flex;flex-direction:column}.signUp_wrap .signUp_center .signUp_block .block .title{position:relative;margin-bottom:20px}.signUp_wrap .signUp_center .signUp_block .block .title h2{font-weight:400;font-size:40px;position:relative;z-index:1;letter-spacing:-2px}.signUp_wrap .signUp_center .signUp_block .block .title h2 span{position:relative}.signUp_wrap .signUp_center .signUp_block .block .title h2 span img{position:absolute;bottom:-5px;left:0;z-index:-1}@media screen and (max-width: 435px){.signUp_wrap .signUp_center .signUp_block .block .title h2 span img{position:static}}.signUp_wrap .signUp_center .signUp_block .block .title img{position:absolute;bottom:0}.signUp_wrap .signUp_center .signUp_block .block .input{margin-bottom:40px}.signUp_wrap .signUp_center .signUp_block .block .input input{border:none;border-bottom:2px solid #3881F1;background:none;font-size:30px;width:100%;height:60px;font-weight:300;background-color:transparent!important}.signUp_wrap .signUp_center .signUp_block .block .input input:focus{outline:none}.signUp_wrap .signUp_center .signUp_block .block .controls{height:52px}.signUp_wrap .signUp_center .signUp_block .block .controls a{border:2px solid #3881F1;font-weight:400}.signUp_wrap .signUp_center .signUp_block2{background-color:#01c476;padding:50px 30px;color:#fff;position:absolute;top:-500px;right:0;rotate:10deg;overflow:hidden;opacity:0;transition:.5s;-webkit-mask-box-image:url(../images/borders/stampMask2.svg);mask-box-image:url(../images/borders/stampMask.svg);min-width:340px;z-index:3}@media screen and (max-width: 1160px){.signUp_wrap .signUp_center .signUp_block2{rotate:3deg}}.signUp_wrap .signUp_center .signUp_block2 .count{font-size:16px;font-weight:300;margin-bottom:30px}.signUp_wrap .signUp_center .signUp_block2 .block{display:flex;flex-direction:column}.signUp_wrap .signUp_center .signUp_block2 .block .title{position:relative;margin-bottom:20px}.signUp_wrap .signUp_center .signUp_block2 .block .title h2{font-weight:300;font-size:40px;letter-spacing:-2px;position:relative;z-index:1}.signUp_wrap .signUp_center .signUp_block2 .block .title h2 span{position:relative}.signUp_wrap .signUp_center .signUp_block2 .block .title h2 span img{position:absolute;bottom:-5px;left:0;z-index:-1}@media screen and (max-width: 435px){.signUp_wrap .signUp_center .signUp_block2 .block .title h2 span img{position:static}}.signUp_wrap .signUp_center .signUp_block2 .block .title img{position:absolute;bottom:0}.signUp_wrap .signUp_center .signUp_block2 .block .input{margin-bottom:40px}.signUp_wrap .signUp_center .signUp_block2 .block .input input{border:none;border-bottom:2px solid white;background:none;font-size:30px;width:100%;height:60px;font-weight:300;color:#fff;caret-color:#fff!important}.signUp_wrap .signUp_center .signUp_block2 .block .input input:focus{outline:none}.signUp_wrap .signUp_center .signUp_block2 .block .input input::placeholder{color:#fff}.signUp_wrap .signUp_center .signUp_block2 .block .input .errorNote{color:#fff!important}.signUp_wrap .signUp_center .signUp_block2 .block .controls{display:flex;gap:10px}.signUp_wrap .signUp_center .signUp_block2 .block .controls a{border:2px solid white;font-weight:400}.signUp_wrap .signUp_center .signUp_block2 .block .controls a:hover{color:#01c476}.signUp_wrap .signUp_center .signUp_block2 .block .controls button{border-width:2px!important}.signUp_wrap .signUp_center .signUp_block2 .block .controls button:hover{color:#01c476}.signUp_wrap .signUp_center .signUp_block2 .block .forgotPassword{font-size:12px;text-decoration:underline;margin-top:20px}.signUp_wrap .signUp_center .signUp_block2 .block .forgotPassword a{color:#fff}.signUp_wrap .signUp_center .signUp_block2 .postit_dots{display:flex;gap:10px;overflow:hidden;margin-top:-20px}.signUp_wrap .signUp_center .signUp_block2 .postit_dots span{width:20px;height:20px;display:block;border-radius:40px;flex-shrink:0;background-color:#edeae1}.signUp_wrap .signUp_center .signUp_block3{background-color:#edeae1;padding:50px;box-sizing:border-box;position:absolute;width:100%;border:1px solid #01C476;top:-500px;rotate:-4deg;opacity:0;transition:.5s;-webkit-mask-box-image:url(../images/borders/stampMask2.svg);mask-box-image:url(../images/borders/stampMask.svg);z-index:2}@media screen and (max-width: 1160px){.signUp_wrap .signUp_center .signUp_block3{padding:50px 20px}}.signUp_wrap .signUp_center .signUp_block3 .count{font-size:16px;font-weight:300;margin-bottom:30px}.signUp_wrap .signUp_center .signUp_block3 .block{display:flex;flex-direction:column}.signUp_wrap .signUp_center .signUp_block3 .block .title{position:relative;margin-bottom:20px}.signUp_wrap .signUp_center .signUp_block3 .block .title h2{font-weight:400;font-size:40px;position:relative;z-index:1;letter-spacing:-2px}.signUp_wrap .signUp_center .signUp_block3 .block .title h2 span{position:relative}.signUp_wrap .signUp_center .signUp_block3 .block .title h2 span img{position:absolute;bottom:0;left:0;z-index:-1;width:100%}@media screen and (max-width: 435px){.signUp_wrap .signUp_center .signUp_block3 .block .title h2 span img{position:static}}.signUp_wrap .signUp_center .signUp_block3 .block .title img{position:absolute;bottom:0}.signUp_wrap .signUp_center .signUp_block3 .block .input{margin-bottom:40px}.signUp_wrap .signUp_center .signUp_block3 .block .input input{border:none;border-bottom:2px solid #01C476;background:none;font-size:30px;width:100%;height:60px;font-weight:300}.signUp_wrap .signUp_center .signUp_block3 .block .input input:focus{outline:none}.signUp_wrap .signUp_center .signUp_block3 .block .input select{border:2px solid #3881F1;background-color:transparent;width:100%;padding:20px;font-size:30px;font-weight:300;-webkit-appearance:none;-moz-appearance:none;background:transparent;background-image:url(../images/icons/chevron_down_blue.svg);background-repeat:no-repeat;background-position-x:97%;background-position-y:28px;background-size:30px;cursor:pointer}.signUp_wrap .signUp_center .signUp_block3 .block .input select:focus{outline:none}.signUp_wrap .signUp_center .signUp_block3 .block .controls{height:52px;display:flex;gap:10px}.signUp_wrap .signUp_center .signUp_block3 .block .controls a{border:2px solid #3881F1;font-weight:400}.signUp_wrap .signUp_center .signUp_block4{background-color:#f6612e;padding:50px 30px;color:#fff;position:absolute;top:-500px;right:0;rotate:10deg;overflow:hidden;opacity:0;transition:.5s;-webkit-mask-box-image:url(../images/borders/stampMask2.svg);mask-box-image:url(../images/borders/stampMask.svg);z-index:4}@media screen and (max-width: 1160px){.signUp_wrap .signUp_center .signUp_block4{rotate:3deg}}.signUp_wrap .signUp_center .signUp_block4 .count{font-size:16px;font-weight:300;margin-bottom:30px}.signUp_wrap .signUp_center .signUp_block4 .block{display:flex;flex-direction:column}.signUp_wrap .signUp_center .signUp_block4 .block .title{position:relative;margin-bottom:20px}.signUp_wrap .signUp_center .signUp_block4 .block .title h2{font-weight:300;font-size:40px;letter-spacing:-2px}.signUp_wrap .signUp_center .signUp_block4 .block .title img{position:absolute;bottom:0}.signUp_wrap .signUp_center .signUp_block4 .block .input{margin-bottom:40px}.signUp_wrap .signUp_center .signUp_block4 .block .input input{border:none;border-bottom:2px solid white;background:none;font-size:30px;width:100%;height:60px;font-weight:300;color:#fff;caret-color:#fff!important}.signUp_wrap .signUp_center .signUp_block4 .block .input input:focus{outline:none}.signUp_wrap .signUp_center .signUp_block4 .block .input input::placeholder{color:#fff}.signUp_wrap .signUp_center .signUp_block4 .block .controls{display:flex;gap:10px}.signUp_wrap .signUp_center .signUp_block4 .block .controls a{border:2px solid white;font-weight:400}.signUp_wrap .signUp_center .signUp_block4 .block .forgotPassword{font-size:12px;text-decoration:underline;margin-top:20px}.signUp_wrap .signUp_center .signUp_block4 .block .forgotPassword a{color:#fff}.signUp_wrap .signUp_center .signUp_block4 .block .errorNote{color:#fff!important}.signUp_wrap .signUp_center .signUp_block4 .postit_dots{display:flex;gap:10px;overflow:hidden;margin-top:-20px}.signUp_wrap .signUp_center .signUp_block4 .postit_dots span{width:20px;height:20px;display:block;border-radius:40px;flex-shrink:0;background-color:#edeae1}.signUp_wrap .signUp_center .signUp_block5{background-color:#f6612e;padding:50px 30px;color:#fff;position:absolute;top:-500px;overflow:hidden;opacity:0;transition:.5s;-webkit-mask-box-image:url(../images/borders/stampMask2.svg);mask-box-image:url(../images/borders/stampMask.svg);z-index:5;left:150px;rotate:-3deg}@media screen and (max-width: 1160px){.signUp_wrap .signUp_center .signUp_block5{rotate:3deg}}.signUp_wrap .signUp_center .signUp_block5 .count{font-size:16px;font-weight:300;margin-bottom:30px}.signUp_wrap .signUp_center .signUp_block5 .block{display:flex;flex-direction:column}.signUp_wrap .signUp_center .signUp_block5 .block .title{position:relative;margin-bottom:20px}.signUp_wrap .signUp_center .signUp_block5 .block .title h2{font-weight:300;font-size:40px;letter-spacing:-2px}.signUp_wrap .signUp_center .signUp_block5 .block .title img{position:absolute;bottom:0}.signUp_wrap .signUp_center .signUp_block5 .block .input input{border:none;border-bottom:2px solid white;background:none;font-size:30px;width:100%;height:60px;font-weight:300;color:#fff!important;caret-color:#fff!important}.signUp_wrap .signUp_center .signUp_block5 .block .input input:focus{outline:none}.signUp_wrap .signUp_center .signUp_block5 .block .input input::placeholder{color:#fff}.signUp_wrap .signUp_center .signUp_block5 .block .termsInput{display:flex;align-items:center;margin-top:10px;margin-bottom:25px;gap:5px}.signUp_wrap .signUp_center .signUp_block5 .block .termsInput input{border:none;border-bottom:2px solid #3881F1;background:none;width:100%;height:20px;background-color:transparent!important;width:5%;margin:0;cursor:pointer}.signUp_wrap .signUp_center .signUp_block5 .block .termsInput input:focus{outline:none}.signUp_wrap .signUp_center .signUp_block5 .block .termsInput label{width:95%;font-size:12px}.signUp_wrap .signUp_center .signUp_block5 .block .termsInput label a{color:#fff;text-decoration:underline}.signUp_wrap .signUp_center .signUp_block5 .block .controls{display:flex;gap:10px}.signUp_wrap .signUp_center .signUp_block5 .block .controls a{font-weight:400}.signUp_wrap .signUp_center .signUp_block5 .block .forgotPassword{font-size:12px;text-decoration:underline;margin-top:20px}.signUp_wrap .signUp_center .signUp_block5 .block .forgotPassword a{color:#fff}.signUp_wrap .signUp_center .signUp_block5 .block .errorNote{color:#fff!important}.signUp_wrap .signUp_center .signUp_block5 .postit_dots{display:flex;gap:10px;overflow:hidden;margin-top:-20px}.signUp_wrap .signUp_center .signUp_block5 .postit_dots span{width:20px;height:20px;display:block;border-radius:40px;flex-shrink:0;background-color:#edeae1}.signUp_wrap .signUp_center .passwordSentBlock{max-width:420px}.signUp_wrap .signUp_center .fade-in,.signUp_wrap .signUp_center .fade-in-2{opacity:1;top:160px}.signUp_wrap .signUp_center .fade-in-3{opacity:1;top:150px}.signUp_wrap .signUp_center .fade-in-5{opacity:1;top:150px;left:150px;right:auto;rotate:-3deg}.signUp_wrap .subLink{padding:20px 50px;display:flex;gap:10px;align-items:center}.signUp_wrap .subLink label{color:#fff;font-size:12px}.signUp_wrap .subLink a{font-size:12px;padding:10px}input{background-color:transparent!important}input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{background-color:transparent!important}input:-moz-autofill,textarea:-moz-autofill,select:-moz-autofill{background-color:transparent!important}.fhf_wrap{width:100%;display:flex;max-width:1400px;margin:auto;flex-direction:column;padding:0 20px;box-sizing:border-box}.fhf_wrap .fhf .fhf_controls{display:block;margin:20px 0}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .title{position:relative;display:inline-block}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .title h1{font-size:40px;color:#2a2a2a;font-weight:400;letter-spacing:-2px}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .title p{font-size:20px;font-weight:300;line-height:30px}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .title img{position:absolute;left:-39px;top:-67px;width:345px;z-index:-1}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap h1{font-size:40px;color:#2a2a2a;font-weight:400;letter-spacing:-2px}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap p{font-size:20px;font-weight:300;line-height:30px}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap{width:100%;position:relative;display:flex;border-radius:15px 0 15px 15px;border-top:1px solid white;background-color:#f6612e}@media screen and (max-width: 800px){.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap{display:none}}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .title{position:absolute;right:0;top:-20px;width:215px;text-align:right;padding:10px 20px;box-sizing:border-box;border-radius:0 15px 0 0;border-top:1px solid white;background-color:#f6612e}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .title .label_angle{width:30px;height:40px;position:absolute;left:-12px;top:3px;transform:rotate(-44deg);border-radius:0 4px 0 0;border-top:1px solid white;background-color:#f6612e}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .types_content{width:100%;padding:30px 20px}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .types_content .types_tags{display:flex;width:100%;gap:10px;flex-wrap:wrap}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .types_content .types_tags .alphabet-links{display:flex;width:100%;justify-content:center;align-items:center}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .types_content .types_tags .alphabet-links a{width:100%;color:#edeae1;font-weight:400;text-align:center;font-size:22px;cursor:pointer}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .types_content .types_tags .alphabet-links a:hover{color:#fff;font-weight:700;font-size:26px;transition:.4s}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .types_wrap .types_content .types_tags .alphabet-links .active{color:#edeae1;font-weight:700;font-size:26px}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls{display:flex;width:100%;padding:50px 0;box-sizing:border-box;gap:20px}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls .searchArticles{display:flex;width:100%;align-items:center;gap:20px}@media screen and (max-width: 600px){.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls .searchArticles{flex-direction:column;align-items:start}}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls .searchArticles label{font-size:22px;width:15%;letter-spacing:-1.2px}@media screen and (max-width: 600px){.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls .searchArticles label{width:100%}}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls .searchArticles input{border:2px solid #2A2A2A;border-radius:30px;padding:10px 20px 10px 40px;box-sizing:border-box;background:none;font-size:24px;width:90%;font-weight:300;background:#fff url(../images/icons/searchicon.svg) no-repeat 10px center;background-size:20px 20px;background-color:transparent}@media screen and (max-width: 600px){.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls .searchArticles input{width:100%}}.fhf_wrap .fhf .fhf_controls .alphabet_links_wrap .articlesControls .searchArticles input:focus{outline:none}.fhf_wrap .fhf .fhf_content_wrap{width:100%;margin:20px 0;padding:40px 0;border-top:1px dashed #3881F1}.fhf_wrap .fhf .fhf_content_wrap .fhf_content{display:flex;gap:30px;flex-wrap:wrap}@media screen and (max-width: 900px){.fhf_wrap .fhf .fhf_content_wrap .fhf_content{flex-direction:column}}.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block{width:calc(33.33% - 20px);flex:1 0 calc(33.33% - 20px);max-width:calc(33.33% - 20px);transition:.5s}.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block:hover{margin-top:-10px;cursor:pointer}@media screen and (max-width: 900px){.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block{width:100%;max-width:none}}.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block a{color:#2a2a2a}.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block a .image{height:130px;overflow:hidden;display:flex;align-items:center}.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block a .image img{width:100%}.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block a h2{margin-top:15px;margin-bottom:0;font-weight:500;font-size:24px}.fhf_wrap .fhf .fhf_content_wrap .fhf_content .block a p{margin-top:10px}.fhfArticleWrap{max-width:1400px!important;padding:0!important}.fhfArticleWrap .articleView{gap:150px;box-sizing:border-box}@media screen and (max-width: 900px){.fhfArticleWrap .articleView{flex-direction:column;padding:0 20px;gap:30px}}.fhfArticleWrap .articleView .articleContent .article_start .title .titleWrap{display:inline-block;position:relative}.fhfArticleWrap .articleView .articleContent .article_start .title .titleWrap h1{margin-bottom:20px;font-weight:500}.fhfArticleWrap .articleView .articleContent .article_start .title .titleWrap img{margin-bottom:20px;width:100%;position:absolute;bottom:-20px;z-index:-1}@media screen and (max-width: 1105px){.fhfArticleWrap .articleView .articleContent .article_start .title .titleWrap img{position:static}}@media screen and (max-width: 900px){.fhfArticleWrap .articleView .articleContent .article_start .title .titleWrap img{position:absolute}}@media screen and (max-width: 535px){.fhfArticleWrap .articleView .articleContent .article_start .title .titleWrap img{position:static}}.fhfArticleWrap .articleView .content h2{font-weight:600;font-size:32px;line-height:42px}.fhfArticleWrap .articleView .content ul{font-size:22px;font-weight:300}.fhfArticleWrap .fhfPostit{display:flex;background-color:#3881f1;padding:25px 30px;box-sizing:border-box;max-width:420px;width:100%;position:relative;color:#fff;overflow:hidden;align-self:flex-start;position:sticky;top:120px}.fhfArticleWrap .fhfPostit .postit_dots{display:flex;gap:10px;overflow:hidden;position:absolute;left:-15px;top:-10px}.fhfArticleWrap .fhfPostit .postit_dots span{width:25px;height:25px;display:block;border-radius:40px;flex-shrink:0;background-color:#edeae1}.fhfArticleWrap .fhfPostit .postit_content h3{font-size:32px;font-weight:400}.fhfArticleWrap .fhfPostit .postit_content p{font-size:16px;font-weight:300}.fhfArticleWrap .fhfPostit .postit_content ul{list-style:none;padding:0;margin-bottom:30px}.fhfArticleWrap .fhfPostit .postit_content ul li{border-bottom:1px dashed white;padding:10px 0;font-size:16px;font-weight:300}.slideUp_wrap{height:4em;overflow:hidden}.loader_wrap{z-index:1000000000000000000000}.loader_wrap .loader_center .loader_block .title img{animation:rotateLeftRight 2s linear infinite}@keyframes rotateLeftRight{0%{transform:rotate(0)}25%{transform:rotate(-10deg)}50%{transform:rotate(0)}75%{transform:rotate(10deg)}to{transform:rotate(0)}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}.fhf_wrap{width:100%;display:flex;max-width:1400px;margin:auto;flex-direction:column}.fhf_wrap .fhf{width:100%;display:flex;flex-direction:column}.fhf_wrap .fhf .tot_content_wrap{width:100%;margin:20px 0;padding:40px 0;border-top:1px dashed #3881F1}.fhf_wrap .fhf .tot_content_wrap .tot_content{display:flex;gap:30px;flex-wrap:wrap}@media screen and (max-width: 900px){.fhf_wrap .fhf .tot_content_wrap .tot_content{flex-direction:column}}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward{display:flex;gap:100px;align-items:center;color:#2a2a2a;transition:.5s}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward:hover{margin-top:-10px;cursor:pointer}@media screen and (max-width: 900px){.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward{flex-direction:column;gap:50px}}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block{display:flex;flex-direction:column;width:100%}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block:last-of-type{align-items:end}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description{width:100%}@media screen and (max-width: 900px){.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description{width:100%}}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .title{width:100%;display:block}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .title h2{font-size:128px;font-weight:400;margin-bottom:20px;line-height:128px;letter-spacing:-5px}@media screen and (max-width: 900px){.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .title h2{font-size:64px;line-height:64px;margin-top:0}}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .title h2 span{display:inline-block;position:relative}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .title h2 span img{position:absolute;bottom:-10px;left:0;width:100%;z-index:-1}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .title img{width:100%}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .content p{margin-top:0;font-size:40px;font-weight:300}@media screen and (max-width: 900px){.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .description .content p{font-size:32px}}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .image{width:100%}@media screen and (max-width: 900px){.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .image{width:100%;margin-top:20px}}.fhf_wrap .fhf .tot_content_wrap .tot_content .row-forward .block .image img{width:100%}.freeprivacypolicy-com---nb-interstitial-overlay{font-family:Figtree,Figtree Fallback,sans-serif}.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb{border:2px solid #3881F1;box-sizing:border-box;background-color:#edeae1!important;width:100%;max-width:none}.freeprivacypolicy-com---nb .cc-nb-title,.freeprivacypolicy-com---nb .cc-nb-text{font-family:Figtree,Figtree Fallback,sans-serif}.freeprivacypolicy-com---palette-light .cc-nb-okagree{background-color:#3881f1!important;border-radius:30px;font-family:Figtree,Figtree Fallback,sans-serif;border:2px solid #3881F1}.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover{background-color:#edeae1!important;color:#3881f1}.freeprivacypolicy-com---palette-light .cc-nb-changep{border:1px solid #3881F1;border-radius:30px;background-color:transparent;color:#3881f1!important;font-family:Figtree,Figtree Fallback,sans-serif}.freeprivacypolicy-com---palette-light .cc-nb-changep:hover{background-color:#3881f1!important;color:#edeae1!important}table{width:100%;border-collapse:collapse;margin:20px 0;font-size:16px;text-align:left}th,td{padding:12px 15px;border:1px solid #ddd}tbody td{vertical-align:top}@media screen and (max-width: 768px){table{border:0}thead{display:none}tbody tr{display:block;margin-bottom:20px}tbody td{display:block;text-align:right;font-size:14px;border-bottom:1px solid #ddd;position:relative;padding-left:50%}tbody td:before{content:attr(data-label);position:absolute;left:0;width:50%;padding-left:15px;font-weight:700;text-align:left}.cc-nb-text-container{display:none!important}.freeprivacypolicy-com---nb-simple{position:sticky!important;top:0!important;bottom:auto!important}.freeprivacypolicy-com---nb .cc-nb-title{font-size:20px;text-align:center}}.freeprivacypolicy-com---nb-simple{right:0;top:auto;position:fixed;bottom:0;left:50%;transform:translate(0)!important}.freeprivacypolicy-com---nb .cc-nb-main-container{padding:.3rem 2rem!important}
