@charset "UTF-8";.container{max-width:1280px;margin:0 auto}.container--fluid{margin:0;max-width:100%}.content-wrapper{height:calc(100vh - 120px);overflow-y:auto}header{font-family:Comfortaa,cursive;color:#f5f5f5;width:100%;position:relative;overflow:visible}header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(196,165,35,.03) 0%,transparent 40%,transparent 60%,rgba(196,165,35,.02) 100%);pointer-events:none;z-index:0}header .header-content-wrapper{display:flex;align-items:center;gap:2rem;width:100%;padding:.35rem 0;position:relative;z-index:1;overflow:visible}header .header-logo{display:flex;justify-content:center;align-items:center;padding:0;margin:-.75rem 0;cursor:pointer;text-decoration:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),filter .3s ease;flex-shrink:0;position:relative;z-index:10}header .header-logo .image-wrapper{height:4.5rem;width:auto;display:block;filter:drop-shadow(0 0 0 transparent);transition:filter .3s ease}header .header-logo:hover{transform:scale(1.05)}header .header-logo:hover .image-wrapper{filter:drop-shadow(0 0 12px rgba(196,165,35,.6)) drop-shadow(0 0 20px rgba(196,165,35,.3))}header .header-logo:active{transform:scale(.98)}header .header-logo:focus-visible{outline:none}header .header-logo:focus,header .header-logo:active{outline:none}header .nav-wrapper{display:flex;justify-content:flex-end;align-items:center;gap:.25rem;flex:1}header .large-tabs{display:flex;justify-content:center;align-items:center;text-align:center;padding:.75rem 1.25rem;gap:.5rem;cursor:pointer;color:inherit;text-decoration:none;font-family:Bebas Neue,cursive;position:relative;background:transparent;border:none;transition:color .2s ease}header .large-tabs:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:calc(100% - 1.5rem);height:2px;background:linear-gradient(90deg,transparent,rgb(196,165,35),transparent);transition:transform .3s cubic-bezier(.34,1.56,.64,1);transform-origin:center}header .large-tabs.is-active{color:#c4a523}header .large-tabs.is-active:after{transform:translate(-50%) scaleX(1);box-shadow:0 0 8px #c4a52399}header .large-tabs:hover:not(.is-active){color:#d4b533}header .large-tabs:hover:not(.is-active):after{transform:translate(-50%) scaleX(.7);background:linear-gradient(90deg,transparent,rgb(212,181,51),transparent)}header .large-tabs:focus-visible{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}header .large-tabs:focus,header .large-tabs:active{outline:none}header .large-tabs .tab-label{font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;line-height:1;position:relative;transition:transform .15s ease}header .large-tabs:hover .tab-label{transform:translateY(-1px)}header .large-tabs a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}header .btn{display:flex;flex-direction:column;background-color:#0c0c0c;color:#f5f5f5}header nav{display:flex}header nav .user-info-wrapper{display:flex;align-items:center}header .members-login--wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}header .members-login--wrapper .members-login-text{font-size:1em;font-weight:700;text-transform:uppercase;color:#c4a624;text-shadow:0 0 8px rgba(196,166,36,.4);transition:text-shadow .2s ease}header .members-login--wrapper .members-login-text:hover{text-shadow:0 0 12px rgba(196,166,36,.6),0 0 20px rgba(196,166,36,.3)}@media(max-width:1024px){header .header-content-wrapper{gap:1rem}header .nav-wrapper{gap:.125rem}header .large-tabs{padding:.65rem 1rem}header .large-tabs .tab-label{font-size:1.1rem}}@media(max-width:812px){header .header-content-wrapper{gap:.5rem;padding:.25rem 0}header .header-logo{margin:-.5rem 0}header .header-logo .image-wrapper{height:3.5rem}header .nav-wrapper{gap:0}header .nav-wrapper .large-tabs{padding:.5rem}header .nav-wrapper .large-tabs .tab-label{font-size:.85rem;letter-spacing:.05em}header .nav-wrapper .large-tabs:after{width:calc(100% - .75rem);height:1.5px}header .members-login--wrapper .members-login-text{font-size:.85em}}@media(max-width:480px){header .large-tabs{padding:.5rem .35rem}header .large-tabs .tab-label{font-size:.75rem}}.login-out-wrapper{display:flex;flex-direction:column;text-align:center}.login-out-wrapper .login-out-text{color:#c4a523;font-weight:700;position:relative;font-size:.5em;text-transform:uppercase}.login-out-definition{background:none;border:none;padding:8px;font-family:inherit;font-size:inherit;opacity:.8;color:#c4a523;text-transform:uppercase;cursor:pointer;transition:opacity .6s ease-in-out,color .6s ease-in-out;width:100%}.login-out-definition:hover{opacity:1;color:#c4a523}.login-out-definition:focus-visible{outline:2px solid rgb(196,165,35);outline-offset:2px}.login-out-wrapper .link-comp{color:#f5f5f5}.link-comp{color:#c4a624;text-transform:uppercase;margin-right:.4em;width:100%}.link-comp.link-comp:hover{transition:opacity .6s ease-in-out;color:#c4a624}footer{min-height:40px;padding:.75rem 1.5rem;font-family:Comfortaa,cursive;font-size:.75rem;color:#f5f5f5;background-color:transparent;border-top:1px solid hsla(0,0%,78%,.2);position:relative;overflow:hidden}footer:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(196,165,35,.04) 0%,transparent 40%,transparent 60%,rgba(196,165,35,.02) 100%);pointer-events:none;z-index:0}footer:after{content:"";position:absolute;top:0;left:0;width:120px;height:2px;background:linear-gradient(90deg,rgb(196,165,35) 0%,rgba(196,165,35,.4) 70%,transparent 100%);box-shadow:0 0 8px #c4a52366}footer .footer-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;position:relative;z-index:1}footer .footer-copyright{font-size:.7rem;letter-spacing:.05em;opacity:.85;transition:opacity .2s ease,color .2s ease}footer .footer-copyright:hover{opacity:1;color:#d4b533}@media(max-width:1024px){footer{padding:.65rem 1.25rem}footer .footer-wrapper{gap:1.25rem}}@media(max-width:812px){footer{padding:.6rem 1rem;font-size:.7rem}footer:after{width:80px}footer .footer-wrapper{flex-direction:column;gap:.5rem;text-align:center}footer .footer-copyright{font-size:.65rem}}@media(max-width:480px){footer{padding:.5rem .75rem}footer:after{width:60px;height:1.5px}footer .footer-wrapper{gap:.4rem}footer .footer-copyright{font-size:.6rem}}.input-wrapper{padding:1.5rem;min-height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:flex-start;gap:1.5rem}.main-heading{font-family:Bebas Neue,cursive;font-size:2.6rem;text-transform:uppercase;text-align:center;letter-spacing:.1em}.sub-heading{font-family:Bebas Neue,cursive;font-size:1.6rem;text-transform:uppercase;text-align:center;letter-spacing:.1em}.search-input-position{position:relative;width:60%;margin:0 auto}.home-image-wrapper{width:20%;margin:auto}.keyword-length{font-size:1rem;background:#c4a62426;border:1px solid rgba(196,166,36,.4);border-radius:4px;padding:.75rem 1rem;margin-top:1rem;text-align:center}.keyword-length .keyword-length-highlight{color:#c4a624;font-size:1.3em;font-weight:700;padding:0 .3em}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}.loading-container p{color:#f5f5f5;font-size:1.1rem}.no-results{text-align:center;padding:2rem;background:#c4a6241a;border:1px solid rgba(196,166,36,.3);border-radius:8px;margin:1rem auto;max-width:600px}.no-results p:first-child{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#c4a624}.no-results p:last-child{font-size:1rem;color:#f5f5f5}.search-highlight{color:#c4a523;font-weight:700;background-color:#c4a52373;padding:0 2px;border-radius:2px}input[type=search]::placeholder{text-align:center}.home-view{padding:1rem 0}.home-view .card-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.home-view .card-inner-wrapper .item:first-child .specialisation{border:1px solid hsla(0,0%,78%,.2)}@media(max-width:812px){.search-input-position{width:100%}.home-image-wrapper{width:100%;margin:auto}.card-wrapper{flex-wrap:wrap;flex-direction:column}.card-wrapper .card-inner-wrapper{flex:1 1 100%;max-width:100%}.input-wrapper{padding:1.5rem}}.search-input-wrapper{width:100%;margin:0 auto}.search-input-wrapper input{display:block;width:100%;padding:.75rem 1rem;font-family:Comfortaa,cursive;font-size:1rem;color:#f5f5f5;line-height:1.5;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;transition:border-color .15s ease,box-shadow .15s ease}.search-input-wrapper input::placeholder{color:#969696;font-style:italic;opacity:1;text-align:center}.search-input-wrapper input:hover:not(:focus){border-color:#646464}.search-input-wrapper input{min-height:48px}.search-input-wrapper input:focus{border-color:#c4a523;outline:2px solid rgba(196,165,35,.3);outline-offset:2px;box-shadow:0 0 0 3px #c4a5231a}.search-input-wrapper label{color:#f5f5f5;font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;width:100%;margin:0 auto;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.search-input-wrapper input:focus~label,.search-input-wrapper input:valid~label{top:-20px;font-size:.875rem;color:#d4b533}.search-input-wrapper .bar{position:relative;display:block;width:100%;margin-top:6px;border-radius:2px}.search-input-wrapper .bar:before,.search-input-wrapper .bar:after{content:"";height:2px;width:0;bottom:1px;position:absolute;background:#c4a523;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.search-input-wrapper .bar:before{left:50%}.search-input-wrapper .bar:after{right:50%}.search-input-wrapper input:focus~.bar:before,.search-input-wrapper input:focus~.bar:after{width:50%}@-webkit-keyframes inputHighlighter{0%{background:#f5f5f5}to{width:0;background:transparent}}@-moz-keyframes inputHighlighter{0%{background:#f5f5f5}to{width:0;background:transparent}}@keyframes inputHighlighter{0%{background:#f5f5f5}to{width:0;background:transparent}}@media(max-width:812px){.search-input-wrapper{width:100%}.search-input-wrapper input{width:100%;padding:.875rem 1rem}}@media(max-width:480px){.search-input-wrapper input{padding:1rem;font-size:1rem}.search-input-wrapper label{font-size:.9rem}}@media(prefers-reduced-motion:reduce){.search-input-wrapper input,.search-input-wrapper label,.search-input-wrapper .bar:before,.search-input-wrapper .bar:after{transition:none}}.loading{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:4rem;height:4rem;transform-style:preserve-3d;perspective:800px}.loading .arc{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:50%;border-bottom:3px solid rgb(196,165,35)}.loading .arc:nth-child(1){animation:rotate1 1.15s linear infinite}.loading .arc:nth-child(2){animation:rotate2 1.15s linear infinite}.loading .arc:nth-child(3){animation:rotate3 1.15s linear infinite}.loading .arc:nth-child(1){animation-delay:-.8s}.loading .arc:nth-child(2){animation-delay:-.4s}.loading .arc:nth-child(3){animation-delay:0s}@keyframes rotate1{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes rotate2{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes rotate3{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}.message-wrapper{width:100%;border-radius:4px;animation:slideIn .3s ease-out forwards}.message-wrapper:focus{outline:2px solid rgb(196,165,35);outline-offset:2px}@media(prefers-reduced-motion:reduce){.message-wrapper{animation:none}}.message-content{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:4px;word-break:break-word}.message-text{flex:1;min-width:0;line-height:1.5}.message-error .message-content{background-color:#dc143c;color:#fff;border-left:4px solid rgba(255,255,255,.3)}.message-error .message-close-btn{color:#fff}.message-error .message-close-btn:hover{background-color:#ffffff1a}.message-error .message-close-btn:focus{outline:2px solid white;outline-offset:-6px}.message-error .message-close-btn:active{background-color:#ffffff26}.message-success .message-content{background-color:#5cb85c;color:#0c0c0c;border-left:4px solid rgba(12,12,12,.3)}.message-success .message-close-btn{color:#0c0c0c}.message-success .message-close-btn:hover{background-color:#0c0c0c1a}.message-success .message-close-btn:focus{outline:2px solid rgb(12,12,12);outline-offset:-6px}.message-success .message-close-btn:active{background-color:#0c0c0c26}.message-warning .message-content{background-color:#f0ad4e;color:#0c0c0c;border-left:4px solid rgba(12,12,12,.3)}.message-warning .message-close-btn{color:#0c0c0c}.message-warning .message-close-btn:hover{background-color:#0c0c0c1a}.message-warning .message-close-btn:focus{outline:2px solid rgb(12,12,12);outline-offset:-6px}.message-warning .message-close-btn:active{background-color:#0c0c0c26}.message-close-btn{all:unset;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;flex-shrink:0;border-radius:4px;transition:background-color .15s ease,outline .15s ease}.message-close-btn i{font-size:1.25rem;pointer-events:none}@media(prefers-reduced-motion:reduce){.message-close-btn{transition:none}}.card-inner-wrapper{padding:1rem;background-color:#3333334d;flex:1 1 calc(50% - .75rem);max-width:600px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(196,165,35);border-radius:4px;margin-bottom:1rem}.card-inner-wrapper .item{display:flex;align-items:center;justify-content:flex-end}.card-inner-wrapper .item .link{float:right}.card-inner-wrapper .item .specialisation{font-size:.75em;width:33.3333333333%;margin-left:.2em;text-align:center;background-color:#0c0c0c;text-transform:uppercase}.card-inner-wrapper .item .card-profile-image{width:260px;height:240px;margin:.4em}.card-inner-wrapper .item .card-name{font-family:Bebas Neue,cursive;font-size:1.5rem;text-transform:uppercase;letter-spacing:.1em;color:#d4b533;margin-bottom:.5rem}.card-inner-wrapper .link:focus-visible{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}@media(max-width:812px){.card-inner-wrapper{flex:1 1 100%;max-width:100%}.card-inner-wrapper .item .card-profile-image{width:140px;height:120px;margin:.2em}}.rating .small-text{font-size:.7em;color:#f5f5f5}.btn{color:#f5f5f5;background-color:transparent;opacity:.8;text-transform:uppercase;display:flex;align-items:center;justify-content:center;margin:.6rem 0;padding:8px;border:3px double hsla(0,0%,78%,.2);outline:0}.btn.disabled{border:3px double crimson;opacity:.4}.btn.not-disabled:hover{border:3px double whitesmoke;opacity:1;cursor:pointer;color:#c4a624;transition:border .6s ease-in-out}.bodyVantage-wrapper{background-color:#333c}.bodyVantage-wrapper .bodyVantage-text{font-family:Bebas Neue,cursive;padding:2px;letter-spacing:.2em}.contact-form-view-wrapper{max-width:1200px;margin:0 auto;padding:2rem;display:flex;gap:2rem}.contact-form-view-wrapper .success-message-container,.contact-form-view-wrapper .error-message-container{margin-bottom:2rem}.contact-form-view-wrapper .fieldSet{flex:1;padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2)}.contact-form-view-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}.contact-form-view-wrapper .form-fieldset,.contact-form-view-wrapper .contact-details-fieldset{border-left:1px solid rgb(212,181,51)}.contact-form-view-wrapper form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-view-wrapper .form-group{display:flex;flex-direction:column}.contact-form-view-wrapper label{font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;color:#f5f5f5;line-height:1.4}.contact-form-view-wrapper label .required-asterisk{color:#c4a523;margin-left:.25em}.contact-form-view-wrapper textarea{min-height:250px;padding:.75rem 1rem;font-family:Comfortaa,cursive;font-size:1rem;color:#f5f5f5;line-height:1.5;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.contact-form-view-wrapper textarea::placeholder{color:#bebebe;font-style:italic;opacity:1}.contact-form-view-wrapper textarea:hover:not(:focus){border-color:#646464}.contact-form-view-wrapper textarea:focus{border-color:#c4a523;border-left:3px solid rgb(196,165,35);outline:2px solid rgba(196,165,35,.3);outline-offset:2px;box-shadow:0 0 0 3px #c4a5231a}.contact-form-view-wrapper textarea.invalid{border:1px solid crimson;border-left:3px solid crimson}.contact-form-view-wrapper textarea.invalid:focus{outline:2px solid rgba(220,20,60,.3);box-shadow:0 0 0 3px #dc143c26}.contact-form-view-wrapper textarea.entered{border-bottom:2px solid rgb(92,184,92)}.contact-form-view-wrapper textarea.entered:focus{border-left:3px solid rgb(196,165,35);box-shadow:0 0 0 3px #c4a5231a}.contact-form-view-wrapper textarea:-webkit-autofill,.contact-form-view-wrapper textarea:-webkit-autofill:hover,.contact-form-view-wrapper textarea:-webkit-autofill:focus,.contact-form-view-wrapper textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:whitesmoke!important;caret-color:#f5f5f5!important;transition:background-color 5000s ease-in-out 0s}.contact-form-view-wrapper .field-hint{display:block;font-size:.85em;color:#f5be6e;margin-top:.5rem;line-height:1.4}.contact-form-view-wrapper .response-time-note{display:block;font-size:.9rem;color:#d4b533;margin-top:1.5rem;margin-bottom:.5rem;padding:.75rem 1rem;background-color:#d4b53314;border-left:3px solid rgb(212,181,51);border-radius:2px;line-height:1.5;font-style:italic}.contact-form-view-wrapper .validation-error{display:block;color:#dc143c;background-color:#dc143c1a;padding:.5rem .75rem;margin-top:.5rem;font-size:.875rem;font-weight:600;border-left:3px solid crimson;border-radius:2px;animation:slideIn .2s ease-out}.contact-form-view-wrapper .contact-details{font-style:normal;display:flex;flex-direction:column;gap:1rem;line-height:1.6}.contact-form-view-wrapper .contact-details .value-proposition{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,78%,.2)}.contact-form-view-wrapper .contact-details .value-proposition p{font-family:Comfortaa,cursive;font-size:.95rem;line-height:1.6;color:#f5f5f5;margin:0;font-weight:400;letter-spacing:.02em}.contact-form-view-wrapper .contact-details .contact-section{display:flex;flex-direction:column;gap:1rem}.contact-form-view-wrapper .contact-details .contact-section .contact-heading{font-family:Bebas Neue,cursive;font-size:1.1rem;font-weight:600;letter-spacing:.1em;color:#d4b533;margin:0;text-transform:uppercase;padding-bottom:.5rem}.contact-form-view-wrapper .contact-details .contact-detail-item{display:flex;flex-direction:column;gap:.25rem}.contact-form-view-wrapper .contact-details .contact-detail-item strong{color:#d4b533;font-weight:600;font-size:.95em;letter-spacing:.05em}.contact-form-view-wrapper .contact-details .contact-detail-item span{color:#f5f5f5}.contact-form-view-wrapper .contact-details .contact-detail-item a{color:#add8e6;text-decoration:none;transition:color .2s ease;display:inline-block;word-break:break-word;overflow-wrap:break-word}.contact-form-view-wrapper .contact-details .contact-detail-item a:hover{color:#d4b533;text-decoration:underline}.contact-form-view-wrapper .contact-details .contact-detail-item a:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}.contact-form-view-wrapper .contact-details .contact-detail-item a:active{color:#c4a523}.contact-form-view-wrapper .btn{margin-top:1rem;min-height:48px;text-align:center}.contact-form-view-wrapper .btn:focus{outline:2px solid rgb(196,165,35);outline-offset:4px}@media(max-width:812px){.contact-form-view-wrapper{flex-direction:column;padding:.75rem;gap:1.5rem}.contact-form-view-wrapper .fieldSet{padding:1rem}.contact-form-view-wrapper textarea{padding:.875rem 1rem}}@media(max-width:480px){.contact-form-view-wrapper textarea{padding:1rem;font-size:1rem}.contact-form-view-wrapper label{font-size:.9rem}}@media(prefers-reduced-motion:reduce){.contact-form-view-wrapper textarea{transition:none}.contact-form-view-wrapper .validation-error{animation:none}}.input-field-wrapper{margin-bottom:.4rem;margin-top:.4rem}.input-field-wrapper label{display:block;font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#f5f5f5;margin-bottom:.5rem;line-height:1.4}.input-field-wrapper label span[aria-label=required]{color:#c4a523;margin-left:.25em}.input-field-wrapper input[type=text],.input-field-wrapper input[type=email],.input-field-wrapper input[type=password],.input-field-wrapper input[type=search],.input-field-wrapper input[type=tel],.input-field-wrapper textarea{width:100%;padding:.75rem 1rem;margin:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;font-family:Comfortaa,cursive;font-size:1rem;color:#f5f5f5;line-height:1.5;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;transition:border-color .15s ease,box-shadow .15s ease}.input-field-wrapper input[type=text]::placeholder,.input-field-wrapper input[type=email]::placeholder,.input-field-wrapper input[type=password]::placeholder,.input-field-wrapper input[type=search]::placeholder,.input-field-wrapper input[type=tel]::placeholder,.input-field-wrapper textarea::placeholder{color:#bebebe;font-style:italic;opacity:1}.input-field-wrapper input[type=text]:hover:not(:focus),.input-field-wrapper input[type=email]:hover:not(:focus),.input-field-wrapper input[type=password]:hover:not(:focus),.input-field-wrapper input[type=search]:hover:not(:focus),.input-field-wrapper input[type=tel]:hover:not(:focus),.input-field-wrapper textarea:hover:not(:focus){background-color:transparent;border-color:#646464}.input-field-wrapper input[type=text]:focus,.input-field-wrapper input[type=email]:focus,.input-field-wrapper input[type=password]:focus,.input-field-wrapper input[type=search]:focus,.input-field-wrapper input[type=tel]:focus,.input-field-wrapper textarea:focus{background-color:transparent;border-color:#c4a523;border-left:3px solid rgb(196,165,35);outline:2px solid rgba(196,165,35,.3);outline-offset:2px;box-shadow:0 0 0 3px #c4a5231a}.input-field-wrapper input[type=text],.input-field-wrapper input[type=email],.input-field-wrapper input[type=password],.input-field-wrapper input[type=search],.input-field-wrapper input[type=tel],.input-field-wrapper textarea{min-height:48px}.input-field-wrapper input:-webkit-autofill,.input-field-wrapper input:-webkit-autofill:hover,.input-field-wrapper input:-webkit-autofill:focus,.input-field-wrapper input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:whitesmoke!important;caret-color:#f5f5f5!important;transition:background-color 5000s ease-in-out 0s}.input-field-wrapper input:-moz-autofill,.input-field-wrapper input:-moz-autofill:hover,.input-field-wrapper input:-moz-autofill:focus{box-shadow:0 0 0 30px transparent inset!important;-moz-text-fill-color:whitesmoke!important}.input-field-wrapper input[type=text].entered,.input-field-wrapper input[type=email].entered,.input-field-wrapper input[type=password].entered,.input-field-wrapper input[type=search].entered,.input-field-wrapper input[type=tel].entered,.input-field-wrapper textarea.entered{border-bottom:2px solid rgb(92,184,92)}.input-field-wrapper input[type=text].entered:focus,.input-field-wrapper input[type=email].entered:focus,.input-field-wrapper input[type=password].entered:focus,.input-field-wrapper input[type=search].entered:focus,.input-field-wrapper input[type=tel].entered:focus,.input-field-wrapper textarea.entered:focus{border-left:3px solid rgb(196,165,35);box-shadow:0 0 0 3px #c4a5231a}.input-field-wrapper input[type=text].invalid,.input-field-wrapper input[type=email].invalid,.input-field-wrapper input[type=password].invalid,.input-field-wrapper input[type=search].invalid,.input-field-wrapper input[type=tel].invalid,.input-field-wrapper textarea.invalid{border:1px solid crimson;border-left:3px solid crimson}.input-field-wrapper input[type=text].invalid:focus,.input-field-wrapper input[type=email].invalid:focus,.input-field-wrapper input[type=password].invalid:focus,.input-field-wrapper input[type=search].invalid:focus,.input-field-wrapper input[type=tel].invalid:focus,.input-field-wrapper textarea.invalid:focus{outline:2px solid rgba(220,20,60,.3);box-shadow:0 0 0 3px #dc143c26}.input-field-wrapper input[type=search]::placeholder{text-align:center}.input-field-wrapper .input-icon-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.input-field-wrapper .input-icon-wrapper div{font-size:1.4em;cursor:pointer;padding:6px;color:#f0ad4e;transition:color .15s ease,transform .15s ease;border-radius:4px;display:flex;align-items:center;justify-content:center}.input-field-wrapper .input-icon-wrapper div:hover{color:#d4b533;transform:scale(1.1)}.input-field-wrapper .input-icon-wrapper div:focus{outline:2px solid rgb(196,165,35);outline-offset:2px;color:#d4b533}.input-field-wrapper .input-icon-wrapper div:active{transform:scale(.95)}.input-field-wrapper .input-icon-wrapper .icon-colour{color:inherit}.input-field-wrapper .field-hint{display:block;font-size:.85em;color:#f5be6e;margin-top:.5rem;line-height:1.4}.input-field-wrapper .validation-error{display:block;color:#dc143c;background-color:#dc143c1a;padding:.5rem .75rem;margin-top:.5rem;font-size:.875rem;font-weight:600;border-left:3px solid crimson;border-radius:2px;animation:slideIn .2s ease-out}@media(max-width:812px){.input-field-wrapper input[type=text],.input-field-wrapper input[type=email],.input-field-wrapper input[type=password],.input-field-wrapper input[type=search],.input-field-wrapper input[type=tel],.input-field-wrapper textarea{padding:.875rem 1rem}}@media(max-width:480px){.input-field-wrapper input[type=text],.input-field-wrapper input[type=email],.input-field-wrapper input[type=password],.input-field-wrapper input[type=search],.input-field-wrapper input[type=tel],.input-field-wrapper textarea{padding:1rem;font-size:1rem}.input-field-wrapper label{font-size:.9rem}}@media(prefers-reduced-motion:reduce){.input-field-wrapper input[type=text],.input-field-wrapper input[type=email],.input-field-wrapper input[type=password],.input-field-wrapper input[type=search],.input-field-wrapper input[type=tel],.input-field-wrapper textarea,.input-field-wrapper .input-icon-wrapper div{transition:none}.input-field-wrapper .validation-error{animation:none}}.social-links-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,78%,.2)}.social-links-section .social-heading{font-family:Bebas Neue,cursive;font-size:1.1rem;font-weight:600;letter-spacing:.1em;color:#d4b533;margin:0 0 1rem;text-transform:uppercase;padding-bottom:.5rem}.social-links-section .social-links-container{display:flex;gap:1.25rem;flex-wrap:wrap}.social-links-section .social-link{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.25rem;background-color:#d4b53314;border:1px solid hsla(0,0%,78%,.2);border-radius:4px;color:#f5f5f5;text-decoration:none;transition:all .2s ease;min-height:48px}.social-links-section .social-link i{font-size:1.25rem;color:#d4b533;transition:color .2s ease}.social-links-section .social-link .social-label{font-family:Bebas Neue,cursive;font-size:1rem;letter-spacing:.05em;color:#f5f5f5;transition:color .2s ease}.social-links-section .social-link:hover{background-color:#d4b53326;border-color:#d4b533;transform:translateY(-2px)}.social-links-section .social-link:hover i{color:#c4a523}.social-links-section .social-link:hover .social-label{color:#d4b533}.social-links-section .social-link:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:4px;background-color:#c4a5231a}.social-links-section .social-link:active{transform:translateY(0);background-color:#c4a52333}.social-links-section .social-link:active i,.social-links-section .social-link:active .social-label{color:#c4a523}@media(max-width:812px){.social-links-section .social-links-container{gap:1rem}.social-links-section .social-link{padding:.75rem 1rem}.social-links-section .social-link i{font-size:1.15rem}.social-links-section .social-link .social-label{font-size:.95rem}}@media(max-width:480px){.social-links-section .social-links-container{flex-direction:column;gap:.75rem}.social-links-section .social-link{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.social-links-section .social-link{transition:none}.social-links-section .social-link:hover,.social-links-section .social-link:active{transform:none}}.login-form-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.login-form-wrapper .fieldSet{padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(212,181,51)}.login-form-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}.login-form-wrapper form{display:flex;flex-direction:column;gap:1.5rem}.login-form-wrapper .login-form-inner-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.login-form-wrapper .login-form-inner-wrapper p{line-height:1.6;margin:0;font-size:.95em}.login-form-wrapper .login-form-inner-wrapper a{color:#add8e6;text-decoration:none;transition:color .2s ease;display:inline-block;font-weight:500}.login-form-wrapper .login-form-inner-wrapper a:hover{color:#d4b533;text-decoration:underline}.login-form-wrapper .login-form-inner-wrapper a:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}.login-form-wrapper .btn{margin-top:1rem;min-height:48px}.login-form-wrapper .btn:focus{outline:2px solid rgb(196,165,35);outline-offset:4px}@media(max-width:812px){.login-form-wrapper{padding:.75rem}.login-form-wrapper .fieldSet{padding:1rem}.login-form-wrapper .login-form-inner-wrapper{flex-direction:column;gap:.75rem}}.forgot-password-wrapper .btn{width:100%}.password-strength-wrapper{margin:1rem 0;padding:1rem;background-color:#ffffff0d;border-radius:4px;border:1px solid rgba(255,255,255,.1)}.password-strength-meter{margin-bottom:1rem}.password-strength-meter .strength-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.password-strength-meter .strength-label .strength-text{font-weight:600}.password-strength-meter .strength-label .strength-text.strength-weak{color:#f44}.password-strength-meter .strength-label .strength-text.strength-medium{color:#fa0}.password-strength-meter .strength-label .strength-text.strength-strong{color:#0c6}.password-strength-meter .strength-bar-container{height:8px;background-color:#ffffff1a;border-radius:4px;overflow:hidden;position:relative}.password-strength-meter .strength-bar-container .strength-bar{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:4px}.password-strength-meter .strength-bar-container .strength-bar.strength-bar-weak{background-color:#f44}.password-strength-meter .strength-bar-container .strength-bar.strength-bar-medium{background-color:#fa0}.password-strength-meter .strength-bar-container .strength-bar.strength-bar-strong{background-color:#0c6}.password-requirements .requirements-title{font-size:.85rem;margin-bottom:.5rem;color:#fffc;font-weight:500}.password-requirements .requirements-list{list-style:none;padding:0;margin:0}.password-requirements .requirements-list .requirement-item{display:flex;align-items:center;padding:.3rem 0;font-size:.85rem}.password-requirements .requirements-list .requirement-item .requirement-icon{margin-right:.5rem;font-weight:700;width:1.2rem;text-align:center}.password-requirements .requirements-list .requirement-item.met,.password-requirements .requirements-list .requirement-item.met .requirement-icon{color:#0c6}.password-requirements .requirements-list .requirement-item.unmet{color:#fff9}.password-requirements .requirements-list .requirement-item.unmet .requirement-icon{color:#f44}@media(max-width:768px){.password-strength-wrapper{padding:.75rem}.password-requirements .requirements-list .requirement-item{font-size:.8rem}}.verify-email-wrapper{display:flex;justify-content:center;align-items:center;min-height:50vh;padding:2rem 1rem}.verify-email-wrapper .fieldSet{width:100%;max-width:600px;margin:0 auto;padding:2rem;background-color:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.verify-email-wrapper .fieldSet legend{font-size:1.5rem;padding:0 1rem;color:#fff}.verify-email-wrapper .fieldSet legend span{color:#0c6}.verify-email-wrapper .verification-actions,.verify-email-wrapper .verification-success{text-align:center;padding:1.5rem 0}.verify-email-wrapper .verification-actions p,.verify-email-wrapper .verification-success p{margin:1rem 0;font-size:1rem;line-height:1.6}.verify-email-wrapper .verification-actions .redirect-message,.verify-email-wrapper .verification-success .redirect-message{font-weight:600;color:#0c6;margin-top:1.5rem}@media(max-width:768px){.verify-email-wrapper{padding:1rem}.verify-email-wrapper .fieldSet{padding:1.5rem}.verify-email-wrapper .fieldSet legend{font-size:1.25rem}}.verify-email-change-wrapper{display:flex;justify-content:center;align-items:center;min-height:50vh;padding:2rem 1rem}.verify-email-change-wrapper .fieldSet{width:100%;max-width:600px;margin:0 auto;padding:2rem;background-color:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.verify-email-change-wrapper .fieldSet legend{font-size:1.5rem;padding:0 1rem;color:#fff}.verify-email-change-wrapper .fieldSet legend span{color:#0c6}.verify-email-change-wrapper .verification-actions,.verify-email-change-wrapper .verification-success{text-align:center;padding:1.5rem 0}.verify-email-change-wrapper .verification-actions p,.verify-email-change-wrapper .verification-success p{margin:1rem 0;font-size:1rem;line-height:1.6}.verify-email-change-wrapper .verification-actions .important-notice,.verify-email-change-wrapper .verification-success .important-notice{font-weight:600;color:#fa0;background-color:#ffaa001a;padding:.75rem;border-radius:4px;border:1px solid rgba(255,170,0,.3)}.verify-email-change-wrapper .verification-actions .redirect-message,.verify-email-change-wrapper .verification-success .redirect-message{font-weight:600;color:#0c6;margin-top:1.5rem}@media(max-width:768px){.verify-email-change-wrapper{padding:1rem}.verify-email-change-wrapper .fieldSet{padding:1.5rem}.verify-email-change-wrapper .fieldSet legend{font-size:1.25rem}}.error-view .help-text{text-align:center;margin:30px 0;color:#d4b533;font-size:3.5rem;line-height:89px;text-decoration:none}.registrationView-wrapper{max-width:1400px;margin:0 auto;padding:2rem}.registrationView-wrapper .registration-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.registrationView-wrapper .fieldSet{padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(212,181,51)}.registrationView-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}.registrationView-wrapper form{display:flex;flex-direction:column;gap:1.5rem}.registrationView-wrapper .btn{margin-top:1rem;min-height:48px}.registrationView-wrapper .btn:focus{outline:2px solid rgb(196,165,35);outline-offset:4px}.registrationView-wrapper .password-match{color:#5cb85c;font-size:.9em;margin-top:-.5rem}.registrationView-wrapper .password-mismatch{color:#dc143c;font-size:.9em;margin-top:-.5rem}@media(max-width:1024px){.registrationView-wrapper .registration-container{grid-template-columns:1fr;gap:2rem}}@media(max-width:812px){.registrationView-wrapper{padding:.75rem}.registrationView-wrapper .registration-container{gap:1.5rem}.registrationView-wrapper .fieldSet{padding:1rem}}@media(max-width:480px){.registrationView-wrapper{padding:.5rem}.registrationView-wrapper .registration-container{gap:1rem}.registrationView-wrapper .fieldSet{padding:.75rem}}.membership-proposition .hero-text{font-family:Bebas Neue,cursive;font-size:1.5rem;letter-spacing:.05em;color:#d4b533;text-align:center;margin-bottom:1rem}.membership-proposition .intro-text{margin-bottom:1.5rem;line-height:1.6;text-align:center}.membership-proposition p{margin-bottom:1.5rem;line-height:1.6}.membership-proposition h3{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;margin-bottom:1rem;color:#d4b533}.membership-proposition .pricing-section{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px;text-align:center}.membership-proposition .pricing-section .pricing-options{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.membership-proposition .pricing-section .price-item{text-align:center}.membership-proposition .pricing-section .price-item .price-amount{display:block;font-family:Bebas Neue,cursive;font-size:2.5rem;color:#c4a523;letter-spacing:.05em;line-height:1}.membership-proposition .pricing-section .price-item .price-period{display:block;font-size:.95rem;color:#f5f5f5;margin-top:.25rem}.membership-proposition .pricing-section .price-divider{font-size:1.1rem;color:#f5f5f599}.membership-proposition .pricing-section .pricing-disclaimer{margin-top:1rem;margin-bottom:0;font-size:.9rem;color:#f5f5f5b3}.membership-proposition .pricing-section button{display:block;margin:0 auto}.membership-proposition .benefits-section{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px}.membership-proposition .detailed-list{list-style:none;padding-left:0;margin:1rem 0}.membership-proposition .detailed-list li{display:flex;flex-direction:column;margin-bottom:1.25rem;padding-left:1.5em;position:relative;line-height:1.6}.membership-proposition .detailed-list li:before{content:"▸";position:absolute;left:0;color:#c4a523;font-weight:700}.membership-proposition .detailed-list li strong{display:block;margin-bottom:.25rem;color:#d4b533}.membership-proposition .detailed-list li span{display:inline-block;font-size:.95rem;line-height:1.6}.membership-proposition .cta-section{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px;text-align:center}.membership-proposition .cta-section .reassurance-text{font-family:Bebas Neue,cursive;font-size:1.25rem;letter-spacing:.05em;color:#d4b533;margin-bottom:1rem}.membership-proposition .cta-section button{display:block;margin:0 auto}@media(max-width:812px){.membership-proposition .pricing-section{padding:1rem}.membership-proposition .pricing-section .pricing-options{gap:1.5rem}.membership-proposition .pricing-section .price-item .price-amount{font-size:2rem}.membership-proposition .benefits-section,.membership-proposition .cta-section{padding:1rem}}@media(max-width:480px){.membership-proposition .pricing-section .pricing-options{flex-direction:column;gap:1rem}.membership-proposition .pricing-section .price-item .price-amount{font-size:1.75rem}}.profile-specialisation-header{width:100%;padding:0 20px}.profile-specialisation-header .specialisation-tags-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;border:1px solid rgba(255,255,255,.1)}.profile-specialisation-header .specialisation-tags-container .specialisation-tag{font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background-color:#1a1a1a;color:#fff;padding:6px 12px;border-radius:4px;white-space:nowrap}.full-profile-wrapper{display:flex;align-items:stretch}.full-profile-wrapper .item{flex:1;padding:.5em;display:flex;flex-direction:column}.full-profile-wrapper .item .full-profile-name{font-family:Bebas Neue,cursive;font-size:2.6em;text-transform:uppercase}.full-profile-wrapper .item .full-profile-time{justify-content:flex-start;font-size:.7em}.full-profile-wrapper .item .verified{display:flex;align-items:center;justify-content:flex-start}.full-profile-wrapper .item h1{margin-right:1em}.full-profile-wrapper .first-column .bg-image{flex:1;min-height:300px;background-position:center;background-repeat:no-repeat;background-size:cover}.full-profile-wrapper .profile-image-public-wrapper{display:flex;flex:1;gap:.5em}.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail{padding:0;border:2px solid transparent;border-radius:4px;background:none;cursor:pointer;transition:all .2s ease}.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail img{display:block;width:60px;height:60px;opacity:.6;transition:opacity .2s ease}.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail:hover img{opacity:1}.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail:focus{outline:2px solid whitesmoke;outline-offset:2px}.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail.active,.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail[aria-pressed=true]{border-color:#f5f5f5}.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail.active img,.full-profile-wrapper .profile-image-public-wrapper .gallery-thumbnail[aria-pressed=true] img{opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus{outline:2px solid whitesmoke;outline-offset:2px}button:focus{outline:2px solid whitesmoke;outline-offset:2px}@media(max-width:768px){.profile-specialisation-header{padding:0}.profile-specialisation-header .specialisation-tags-container{flex-wrap:nowrap;justify-content:space-between;gap:0}.profile-specialisation-header .specialisation-tags-container .specialisation-tag{font-size:9px;padding:4px 5px;flex:1;text-align:center}.full-profile-wrapper{flex-direction:column}}.review-wrapper{display:flex;flex-direction:column;color:#c8c8c880;padding:0 .4em .4em;border-left:1px solid rgb(196,166,36)}.review-wrapper .reviewer{text-transform:capitalize;color:#f5f5f5;letter-spacing:.1em}.review-wrapper .tagline:before{content:"❝"}.review-wrapper .tagline:after{content:"❞"}.review-wrapper .tagline:after,.review-wrapper .tagline:before{color:#f5f5f5;font-size:16px;margin:0 4px}.social-media-wrapper{display:flex;gap:.5em}.social-media-wrapper .social-media-icons{border-radius:50%}.social-media-wrapper .size{width:64px!important;height:64px!important}.user-profile-wrapper{display:flex;flex-wrap:wrap;gap:10px}.user-profile-wrapper .small-text{font-size:.7em}.user-profile-wrapper .item{width:calc(50% - 10px)}.user-profile-wrapper .item .profile-click-count{color:#c4a624}.user-profile-wrapper .image{width:120px;height:120px;border-radius:4px;object-fit:cover}.user-profile-wrapper .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.user-profile-wrapper .password-toggle-wrapper{margin-bottom:1rem}.user-profile-wrapper .password-toggle-wrapper label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500}.user-profile-wrapper .password-toggle-wrapper label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:rgb(196,165,35)}.user-profile-wrapper .password-toggle-wrapper label input[type=checkbox]:focus{outline:2px solid rgb(196,165,35);outline-offset:2px}.user-profile-wrapper #password-section{padding:1rem;margin-bottom:1rem;background-color:transparent;border-left:3px solid rgb(196,165,35);border-radius:4px}.user-profile-wrapper .status-item{display:flex;align-items:center;gap:1rem;margin:.5rem 0}.user-profile-wrapper .status-item .label{font-weight:600;min-width:140px}.user-profile-wrapper .status-item .status-indicator{display:flex;align-items:center;gap:.5rem}.user-profile-wrapper .status-item .status-indicator i{font-size:1.25rem}.user-profile-wrapper .status-item .status-indicator .status-text{font-weight:600}.user-profile-wrapper .status-item .status-indicator.confirmed{color:#5cb85c}.user-profile-wrapper .status-item .status-indicator.not-confirmed{color:#dc143c}.user-profile-wrapper .file-input-wrapper{margin-bottom:1rem}.user-profile-wrapper .file-input-wrapper .file-input-label{display:block;margin-bottom:.5rem;font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;color:#f5f5f5}.user-profile-wrapper .file-input-wrapper input[type=file]{display:block;width:100%;padding:.5rem;margin-bottom:.5rem;font-family:Comfortaa,cursive;font-size:.9rem;color:#f5f5f5;background-color:transparent;border:1px solid hsla(0,0%,78%,.2);border-radius:4px;cursor:pointer}.user-profile-wrapper .file-input-wrapper input[type=file]:focus{outline:2px solid rgb(196,165,35);outline-offset:2px}.user-profile-wrapper .file-input-wrapper input[type=file]:hover{border-color:#646464}.user-profile-wrapper .file-input-wrapper .field-hint{display:block;font-size:.85rem;color:#ffffffb3;font-style:italic}.user-profile-wrapper .image-preview-wrapper{margin-top:1rem;padding:1rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2)}.user-profile-wrapper .image-preview-wrapper h3{margin-bottom:1rem;font-size:1.1rem;color:#c4a523}.user-profile-wrapper .image-preview-wrapper .preview-image{display:block;width:120px;height:120px;margin:1rem auto;border-radius:4px;object-fit:cover;border:2px solid hsla(0,0%,78%,.2)}.user-profile-wrapper .image-preview-wrapper .button-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.user-profile-wrapper .image-preview-wrapper .button-group button{min-width:44px;min-height:44px}.user-profile-wrapper .fieldSet{margin-bottom:1rem}.user-profile-wrapper .fieldSet legend span{color:#c4a523}@media(max-width:812px){.user-profile-wrapper{flex-wrap:wrap;gap:.5rem}.user-profile-wrapper .item{width:100%;padding:0 1rem;box-sizing:border-box}.user-profile-wrapper .image{width:100px;height:100px}.user-profile-wrapper .status-item{flex-direction:column;align-items:flex-start;gap:.5rem}.user-profile-wrapper .status-item .label{min-width:auto}.user-profile-wrapper .image-preview-wrapper .preview-image{width:100px;height:100px}}@media(max-width:480px){.user-profile-wrapper{gap:.5rem}.user-profile-wrapper .item{width:100%;padding:0 .75rem}.user-profile-wrapper .image{width:80px;height:80px}.user-profile-wrapper button,.user-profile-wrapper .btn{min-height:48px;padding:.875rem 1rem}.user-profile-wrapper .image-preview-wrapper .preview-image{width:80px;height:80px}.user-profile-wrapper .image-preview-wrapper .button-group{flex-direction:column}.user-profile-wrapper .image-preview-wrapper .button-group button{width:100%}}.profile-edit-wrapper{display:flex;flex-wrap:wrap;gap:10px}.profile-edit-wrapper .item{width:calc(50% - 10px)}.profile-edit-wrapper .image{width:120px;height:120px}.profile-edit-wrapper .input-wrapper{border:1px solid rgba(200,200,200,.5)}.profile-edit-wrapper .quill{background-color:transparent}.profile-edit-wrapper .quill.invalid{border-left:rgb(196,166,36) 1px solid;min-height:120px}.profile-edit-wrapper .ql-editor:focus{background-color:transparent}.profile-edit-wrapper .input-border{border:1px solid rgba(200,200,200,.5)}.profile-edit-wrapper .profile-images-wrapper{border:1px solid rgba(200,200,200,.5);display:flex;flex-wrap:wrap;padding:.5em;justify-content:flex-start;align-items:center;gap:.1em}.profile-edit-wrapper .profile-images-wrapper .profile-image-container{position:relative;display:inline-block}.profile-edit-wrapper .profile-images-wrapper .profile-image-size{width:160px;height:160px}.profile-edit-wrapper .profile-images-wrapper .profile-image-delete{all:unset;position:absolute;top:5px;right:5px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;color:#fff;background-color:#dc143c;border-radius:50%;cursor:pointer;opacity:.9;transition:opacity .15s ease,transform .15s ease}.profile-edit-wrapper .profile-images-wrapper .profile-image-delete i{font-size:1rem}.profile-edit-wrapper .profile-images-wrapper .profile-image-delete:hover{opacity:1;transform:scale(1.1)}.profile-edit-wrapper .profile-images-wrapper .profile-image-delete:focus{outline:2px solid rgb(196,165,35);outline-offset:2px}.profile-edit-wrapper .profile-images-wrapper .profile-image-delete:active{transform:scale(.95)}.profile-edit-wrapper .summary-wrapper{border:1px solid rgba(200,200,200,.5);display:flex;flex-wrap:wrap;padding:.5em;justify-content:space-between;align-items:center}.profile-edit-wrapper .search-algorithm{max-height:200px;overflow-y:auto}.profile-edit-wrapper .fieldSet.item textarea{height:100px}.profile-edit-wrapper .status-item{display:flex;align-items:center;gap:.5rem}.profile-edit-wrapper .status-icon{font-size:1.25rem}.profile-edit-wrapper .status-icon.confirmed{color:#5cb85c}.profile-edit-wrapper .status-icon.not-confirmed{color:#dc143c}.profile-edit-wrapper .status-text{font-weight:500}.confirmed+.profile-edit-wrapper .status-text{color:#5cb85c}.not-confirmed+.profile-edit-wrapper .status-text{color:#dc143c}.profile-edit-wrapper .textarea-wrapper{margin-bottom:1rem}.profile-edit-wrapper .textarea-wrapper label{display:block;margin-bottom:.5rem;font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;color:#f5f5f5}.profile-edit-wrapper .textarea-wrapper textarea{width:100%;min-height:100px;padding:.75rem 1rem;font-family:Comfortaa,cursive;font-size:1rem;color:#f5f5f5;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;resize:vertical}.profile-edit-wrapper .textarea-wrapper textarea:focus{border-color:#c4a523;border-left:3px solid rgb(196,165,35);outline:2px solid rgba(196,165,35,.3);outline-offset:2px}.profile-edit-wrapper .textarea-wrapper textarea.invalid{border:1px solid crimson;border-left:3px solid crimson}.profile-edit-wrapper .textarea-wrapper textarea.entered{border-bottom:2px solid rgb(92,184,92)}.profile-edit-wrapper .textarea-wrapper .validation-error{display:block;color:#dc143c;background-color:#dc143c1a;padding:.5rem .75rem;margin-top:.5rem;font-size:.875rem;font-weight:600;border-left:3px solid crimson;border-radius:2px}.profile-edit-wrapper .image-preview-wrapper{margin-top:1rem;padding:1rem;background-color:#3333334d;border-radius:4px;border:1px solid rgba(200,200,200,.5)}.profile-edit-wrapper .image-preview-wrapper p{margin-bottom:.5rem;font-weight:500}.profile-edit-wrapper .image-preview-wrapper img{display:block;margin:1rem auto;border-radius:4px;border:2px solid rgba(200,200,200,.5)}.profile-edit-wrapper .image-preview-wrapper .button-group{display:flex;gap:1rem;justify-content:center;margin-top:1rem}@media(max-width:812px){.profile-edit-wrapper .image-preview-wrapper .button-group{flex-direction:column}}.profile-edit-wrapper .file-input-wrapper{margin-bottom:1rem}.profile-edit-wrapper .file-input-wrapper label{display:block;margin-bottom:.5rem;font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;color:#f5f5f5}.profile-edit-wrapper .file-input-wrapper input[type=file]{width:100%;padding:.5rem;font-family:Comfortaa,cursive;color:#f5f5f5;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;cursor:pointer}.profile-edit-wrapper .file-input-wrapper input[type=file]:focus{outline:2px solid rgb(196,165,35);outline-offset:2px}.profile-edit-wrapper .file-input-wrapper .field-hint{display:block;margin-top:.25rem;font-size:.875rem;color:#f5f5f5b3;font-style:italic}.profile-edit-wrapper .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:812px){.profile-edit-wrapper{flex-wrap:wrap}.profile-edit-wrapper .item{width:100%}}.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-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}.quill{background-color:transparent;color:#f5f5f5;min-height:250px}.quill.invalid{border-left:hsl(23,100%,50%) 1px solid}.quill.entered{border-left:greenyellow 1px solid}.info-wrapper{position:relative;display:inline-block}.info-wrapper .info-button{background:none;border:none;padding:.25rem;margin:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease}.info-wrapper .info-button:hover{opacity:.8;transform:scale(1.1)}.info-wrapper .info-button:focus,.info-wrapper .info-button:focus-visible{outline:2px solid rgb(196,165,35);outline-offset:2px;border-radius:2px}.info-wrapper .info-button svg{font-size:1.2rem;color:#c4a523}.info-wrapper .bubble{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#c4a523e6;color:#f5f5f5;text-align:center;width:max-content;max-width:250px;min-width:150px;border-radius:4px;padding:.6em .75em;margin:0;font-size:.9rem;line-height:1.4;z-index:1000;box-shadow:0 2px 8px #0000004d;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.info-wrapper .bubble:after{content:"";position:absolute;top:-10px;left:50%;margin-left:-10px;width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent rgba(196,165,35,.9) transparent;z-index:1}@media(prefers-reduced-motion:reduce){.info-wrapper .bubble{animation:none}.info-wrapper .info-button{transition:none}}.admin-view-wrapper .heading{position:-webkit-sticky;position:sticky;top:0;background-color:#f5f5f5;color:#0c0c0c;z-index:100;font-weight:700}.admin-view-wrapper .image{margin:0 auto;width:40px;height:40px;border-radius:50%}.admin-view-wrapper .admin-view-inner-wrapper{display:flex;padding:.75rem}.admin-view-wrapper Button{margin:0 auto}.admin-view-wrapper .item{height:auto;overflow-y:auto;text-align:center;width:20%;font-size:.8em;border-left:1px solid rgba(200,200,200,.5)}.admin-view-wrapper .isAdmin{display:none}.admin-view-wrapper .showIsAdmin{padding:1em;background-color:#0c0c0c;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid whitesmoke;border-width:40px;animation:animate 1s linear}@keyframes animate{0%{border-width:0px}to{border-width:40px}}.admin-view-wrapper .admin-view-inner-wrapper:nth-child(2n){background-color:#ffffff1a}@media(max-width:812px){.admin-view-wrapper .heading{display:none}.admin-view-wrapper .admin-view-inner-wrapper{flex-direction:column}.admin-view-wrapper .item{width:100%!important}.admin-view-wrapper .item+.wider-item{width:100%!important}}.admin-profile-view-wrapper .heading{position:-webkit-sticky;position:sticky;top:0;background-color:#f5f5f5;color:#0c0c0c;z-index:100;font-weight:700}.admin-profile-view-wrapper .image{margin:0 auto;width:80px;height:80px;border-radius:50%}.admin-profile-view-wrapper .admin-keyword-search{border-radius:4px 4px 0 0}.admin-profile-view-wrapper .admin-profile-inner-wrapper{display:flex;padding:.75rem}.admin-profile-view-wrapper .admin-profile-inner-wrapper .sort-wrapper{display:flex;justify-content:space-around}.admin-profile-view-wrapper .admin-profile-inner-wrapper .sort-wrapper .arrow{opacity:.4}.admin-profile-view-wrapper .admin-profile-inner-wrapper .sort-wrapper .arrow:hover{opacity:1;color:#c4a624}.admin-profile-view-wrapper .admin-profile-inner-wrapper:nth-child(2n){background-color:#ffffff1a}.admin-profile-view-wrapper Button{margin:0 auto}.admin-profile-view-wrapper .item{height:auto;overflow-y:auto;text-align:center;width:16.6666666667%;font-size:.8em;border-left:1px solid rgba(200,200,200,.5)}.admin-profile-view-wrapper .item+.wider-item{text-align:left;width:52%;padding:0 .6em}.admin-profile-view-wrapper .review-item{border:rgba(200,200,200,.5) 1px solid;padding:.4em;text-align:left}.admin-profile-view-wrapper h6{margin:0}@media(max-width:812px){.admin-profile-view-wrapper .heading{display:none}.admin-profile-view-wrapper .admin-profile-inner-wrapper{flex-direction:column}.admin-profile-view-wrapper .item{width:100%!important}.admin-profile-view-wrapper .item+.wider-item{width:100%!important}}.admin-reviewer-wrapper .heading{position:-webkit-sticky;position:sticky;top:0;background-color:#f5f5f5;color:#0c0c0c;z-index:100;font-weight:700}.admin-reviewer-wrapper .admin-reviewer-inner-wrapper{display:flex;padding:.75rem}.admin-reviewer-wrapper Button{margin:0 auto}.admin-reviewer-wrapper .item{height:auto;overflow-y:auto;text-align:center;width:20%;font-size:.8em;border-left:1px solid rgba(200,200,200,.5)}.admin-reviewer-wrapper .admin-reviewer-inner-wrapper:nth-child(2n){background-color:#ffffff1a}@media(max-width:812px){.admin-reviewer-wrapper .heading{display:none}.admin-reviewer-wrapper .admin-view-inner-wrapper{flex-direction:column}.admin-reviewer-wrapper .item{width:100%!important}.admin-reviewer-wrapper .item+.wider-item{width:100%!important}}.user-review-login-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border-radius:4px;width:auto;padding:0 1rem;margin:.4em .4em .4em 0;text-align:center}.user-review-login-wrapper select::-ms-expand{display:none}.user-review-login-wrapper select>option{background-color:#0c0c0c;border-radius:4px;text-align:center}.user-review-login-wrapper select:focus,.user-review-login-wrapper select:focus-visible{outline:2px solid rgb(196,165,35);outline-offset:2px;border:2px solid rgb(196,165,35)}.reviewer-wrapper{display:flex;flex-wrap:wrap;gap:10px}.reviewer-wrapper .item{width:calc(50% - 10px)}.reviewer-wrapper form{padding:.5em}.reviewer-wrapper .review-specialisation-wrapper{display:flex;justify-content:space-between}.reviewer-wrapper .review-specialisation-wrapper .review-specialisation{width:100%;font-size:.75em;padding:.5em;margin-left:.2em;text-align:center;background-color:#0c0c0c;text-transform:uppercase}.reviewer-wrapper .full-profile-name{font-family:Bebas Neue,cursive;font-size:2.6em;text-transform:uppercase}.reviewer-wrapper h3{color:#f0ad4e}.reviewer-wrapper input[type=checkbox]{height:20px;width:20px;padding:2em;border-radius:4px;cursor:pointer}.reviewer-wrapper input[type=checkbox]:focus,.reviewer-wrapper input[type=checkbox]:focus-visible{outline:2px solid rgb(196,165,35);outline-offset:2px}.reviewer-wrapper .userReviewInfo{padding-left:.5em;font-size:1.2em;color:#c4a624;font-weight:700}.reviewer-wrapper .select-wrapper{margin-bottom:1rem;margin-top:1rem}.reviewer-wrapper .select-wrapper label{display:block;font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#f5f5f5;margin-bottom:.5rem}.reviewer-wrapper .select-wrapper select{width:100%;padding:.75rem 1rem;font-family:Comfortaa,cursive;font-size:1rem;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;color:#f5f5f5;transition:border-color .15s ease}.reviewer-wrapper .select-wrapper select:hover{border-color:#646464}.reviewer-wrapper .select-wrapper select:focus{border-color:#c4a523;outline:2px solid rgba(196,165,35,.3);outline-offset:2px}.reviewer-wrapper .select-wrapper select:-webkit-autofill,.reviewer-wrapper .select-wrapper select:-webkit-autofill:hover,.reviewer-wrapper .select-wrapper select:-webkit-autofill:focus,.reviewer-wrapper .select-wrapper select:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:whitesmoke!important;transition:background-color 5000s ease-in-out 0s}.reviewer-wrapper .select-wrapper .field-hint{display:block;font-size:.85em;color:#f5be6e;margin-top:.5rem;line-height:1.4}.reviewer-wrapper .form-group{display:flex;flex-direction:column;margin-bottom:1rem}.reviewer-wrapper .form-group label{font-family:Comfortaa,cursive;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;color:#f5f5f5;line-height:1.4}.reviewer-wrapper .form-group textarea{min-height:150px;padding:.75rem 1rem;font-family:Comfortaa,cursive;font-size:1rem;color:#f5f5f5;line-height:1.5;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.reviewer-wrapper .form-group textarea::placeholder{color:#bebebe;font-style:italic;opacity:1}.reviewer-wrapper .form-group textarea:hover:not(:focus){border-color:#646464}.reviewer-wrapper .form-group textarea:focus{border-color:#c4a523;border-left:3px solid rgb(196,165,35);outline:2px solid rgba(196,165,35,.3);outline-offset:2px;box-shadow:0 0 0 3px #c4a5231a}.reviewer-wrapper .form-group textarea.invalid{border:1px solid crimson;border-left:3px solid crimson}.reviewer-wrapper .form-group textarea.invalid:focus{outline:2px solid rgba(220,20,60,.3);box-shadow:0 0 0 3px #dc143c26}.reviewer-wrapper .form-group textarea.entered{border-bottom:2px solid rgb(92,184,92)}.reviewer-wrapper .form-group textarea.entered:focus{border-left:3px solid rgb(196,165,35);box-shadow:0 0 0 3px #c4a5231a}.reviewer-wrapper .form-group textarea:-webkit-autofill,.reviewer-wrapper .form-group textarea:-webkit-autofill:hover,.reviewer-wrapper .form-group textarea:-webkit-autofill:focus,.reviewer-wrapper .form-group textarea:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:whitesmoke!important;caret-color:#f5f5f5!important;transition:background-color 5000s ease-in-out 0s}.reviewer-wrapper .form-group .field-hint{display:block;font-size:.85em;color:#f5be6e;margin-top:.5rem;line-height:1.4}.reviewer-wrapper .form-group .validation-error{display:block;color:#dc143c;background-color:#dc143c1a;padding:.5rem .75rem;margin-top:.5rem;font-size:.875rem;font-weight:600;border-left:3px solid crimson;border-radius:2px;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:812px){.reviewer-wrapper{flex-wrap:wrap}.reviewer-wrapper .item{width:100vw}}@media(prefers-reduced-motion:reduce){.reviewer-wrapper .form-group textarea{transition:none}.reviewer-wrapper .form-group .validation-error{animation:none}.reviewer-wrapper .select-wrapper select{transition:none}}.cookies-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.cookies-wrapper .fieldSet{padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(212,181,51)}.cookies-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}.cookies-wrapper h1{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:2rem;color:#d4b533;margin:0 0 1.5rem}.cookies-wrapper p{margin-bottom:1.5rem;line-height:1.6}.cookies-wrapper p strong{color:#d4b533;font-family:Bebas Neue,cursive;font-size:1.25rem;letter-spacing:.05em;display:block;margin-bottom:.5rem}.cookies-wrapper ul{list-style:none;padding-left:0;margin:1rem 0}.cookies-wrapper ul li{margin-bottom:1.25rem;padding-left:1.5em;position:relative;line-height:1.6}.cookies-wrapper ul li:before{content:"▸";position:absolute;left:0;color:#c4a523;font-weight:700}.cookies-wrapper ul li p{margin:.5rem 0}.cookies-wrapper ul li p:first-child{font-weight:600;color:#d4b533}.cookies-wrapper a{color:#add8e6;text-decoration:none;transition:color .2s ease}.cookies-wrapper a:hover{color:#d4b533;text-decoration:underline}.cookies-wrapper a:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}@media(max-width:812px){.cookies-wrapper{padding:.75rem}.cookies-wrapper .fieldSet{padding:1rem}.cookies-wrapper h1{font-size:1.75rem}.cookies-wrapper p strong{font-size:1.1rem}}.privacy-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.privacy-wrapper .fieldSet{padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(212,181,51)}.privacy-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}.privacy-wrapper h1{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:2rem;color:#d4b533;margin:0 0 1.5rem}.privacy-wrapper h2{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;margin:2rem 0 1rem}.privacy-wrapper p{margin-bottom:1.5rem;line-height:1.6}.privacy-wrapper ul{list-style:none;padding-left:0;margin:1rem 0}.privacy-wrapper ul li{margin-bottom:.75rem;padding-left:1.5em;position:relative;line-height:1.6}.privacy-wrapper ul li:before{content:"▸";position:absolute;left:0;color:#c4a523;font-weight:700}.privacy-wrapper a{color:#add8e6;text-decoration:none;transition:color .2s ease}.privacy-wrapper a:hover{color:#d4b533;text-decoration:underline}.privacy-wrapper a:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}@media(max-width:812px){.privacy-wrapper{padding:.75rem}.privacy-wrapper .fieldSet{padding:1rem}.privacy-wrapper h1{font-size:1.75rem}.privacy-wrapper h2{font-size:1.25rem}}.cookies-wrapper{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:none}.cookies-wrapper:before{content:"";position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);pointer-events:all;animation:fadeIn .3s ease-out}.cookies-wrapper .fieldSet{position:relative;z-index:1;pointer-events:all;max-width:600px;width:100%;padding:2rem;background:linear-gradient(135deg,#222327fa,#0c0c0cf2);border:1px solid hsla(0,0%,78%,.2);border-top:2px solid rgb(196,165,35);border-radius:8px;box-shadow:0 8px 32px #00000080,0 0 0 1px #c4a5231a;animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1)}.cookies-wrapper .fieldSet:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(196,165,35,.06) 0%,transparent 40%,transparent 60%,rgba(196,165,35,.03) 100%);pointer-events:none;border-radius:8px}.cookies-wrapper .fieldSet legend{padding:0 .75rem;font-family:Bebas Neue,cursive;font-size:1.1rem;letter-spacing:.1em;color:#d4b533;text-transform:uppercase}.cookies-wrapper .fieldSet legend span{color:#c4a523}.cookies-wrapper .fieldSet h1{font-family:Bebas Neue,cursive;font-size:1.8rem;letter-spacing:.08em;color:#f5f5f5;margin-bottom:.75rem;text-transform:uppercase}.cookies-wrapper .fieldSet p{font-family:Comfortaa,cursive;font-size:.95rem;line-height:1.6;color:#f5f5f5e6;margin-bottom:1rem}.cookies-wrapper .fieldSet a{color:#d4b533;text-decoration:none;transition:color .2s ease;font-weight:600}.cookies-wrapper .fieldSet a:hover{color:#c4a523;text-decoration:underline}.cookies-wrapper .link-wrapper{display:flex;gap:1.5rem;margin:1.5rem 0;flex-wrap:wrap}.cookies-wrapper .link-wrapper p{margin:0;flex:1;min-width:120px}.cookies-wrapper .button-wrapper{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.cookies-wrapper .button-wrapper button{flex:1;min-width:140px}.cookies-wrapper .small-text{display:block;margin:1.5rem 0 0;padding-top:1.5rem;border-top:1px solid hsla(0,0%,78%,.2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:812px){.cookies-wrapper{padding:1rem}.cookies-wrapper .fieldSet{padding:1.5rem}.cookies-wrapper .fieldSet h1{font-size:1.5rem}.cookies-wrapper .fieldSet legend{font-size:1rem}.cookies-wrapper .fieldSet p{font-size:.9rem}.cookies-wrapper .link-wrapper{flex-direction:column;gap:1rem}.cookies-wrapper .button-wrapper{flex-direction:column}.cookies-wrapper .button-wrapper button{width:100%}}@media(max-width:480px){.cookies-wrapper{padding:.75rem}.cookies-wrapper .fieldSet{padding:1.25rem}.cookies-wrapper .fieldSet h1{font-size:1.3rem}.cookies-wrapper .fieldSet legend{font-size:.9rem}.cookies-wrapper .fieldSet p{font-size:.85rem}}.about-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.about-wrapper .fieldSet{padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(212,181,51)}.about-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}.about-wrapper p{margin-bottom:1.5rem;line-height:1.6}.about-wrapper h3{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;margin-bottom:1rem;color:#d4b533}.about-wrapper ul{list-style:none;padding-left:0;margin:1rem 0}.about-wrapper ul li{margin-bottom:.75rem;padding-left:1.5em;position:relative;line-height:1.6}.about-wrapper ul li:before{content:"▸";position:absolute;left:0;color:#c4a523;font-weight:700}.about-wrapper .content-section,.about-wrapper .member-benefits{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px}.about-wrapper .member-benefits .emphasis{text-align:center;font-style:italic;margin-top:1.5rem;color:#d4b533}.about-wrapper .visitor-features{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px}.about-wrapper .cta-section{margin-top:1.5rem;text-align:center}.about-wrapper .faq-link{margin-top:2rem;text-align:center}.about-wrapper .faq-link p{margin-bottom:0}.about-wrapper .faq-link a:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}.about-wrapper .faq-link a:hover{text-decoration:underline;color:#d4b533}@media(max-width:812px){.about-wrapper{padding:.75rem}.about-wrapper .fieldSet,.about-wrapper .content-section,.about-wrapper .member-benefits,.about-wrapper .visitor-features{padding:1rem}}.faqs-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.faqs-wrapper .fieldSet{padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(212,181,51)}.faqs-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}@media(max-width:812px){.faqs-wrapper{padding:.75rem}.faqs-wrapper .fieldSet{padding:1rem}}.accordion-wrapper{margin-bottom:1rem;background:#3333;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(196,165,35)}.accordion-wrapper .question{background:none;border:none;width:100%;text-align:left;font:inherit;color:inherit;padding:1rem;min-height:48px;display:flex;align-items:center;transition:background-color .2s ease}.accordion-wrapper .question:hover{background-color:#3336;cursor:pointer}.accordion-wrapper .question:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}.accordion-wrapper .answer{padding:1rem;background-color:#33333380;line-height:1.6}.accordion-wrapper .answer p{margin:0;line-height:1.6}.accordion-wrapper .drop{animation:animate .3s ease-in-out}@keyframes animate{0%{opacity:0}to{opacity:1}}.accordion-wrapper .accordion-inner-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.accordion-wrapper .accordion-heading{font-family:Bebas Neue,cursive;text-transform:uppercase;font-size:1.5rem;letter-spacing:.1em;color:#f5f5f5;margin:0}.accordion-wrapper i{color:#c4a523;font-size:1.2rem;flex-shrink:0}.pre-registration-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.pre-registration-wrapper .fieldSet{padding:1.5rem;background-color:#3333334d;border-radius:4px;border:1px solid hsla(0,0%,78%,.2);border-left:1px solid rgb(212,181,51)}.pre-registration-wrapper .fieldSet legend{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;color:#d4b533;padding:0 .5rem}.pre-registration-wrapper .intro-text{margin-bottom:1.5rem;line-height:1.6;text-align:center}.pre-registration-wrapper p{margin-bottom:1.5rem;line-height:1.6}.pre-registration-wrapper h3{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.5rem;margin-bottom:1rem;color:#d4b533}.pre-registration-wrapper h4{font-family:Bebas Neue,cursive;letter-spacing:.1em;font-size:1.2rem;margin-bottom:.5rem;color:#d4b533}.pre-registration-wrapper ul{list-style:none;padding-left:0;margin:1rem 0}.pre-registration-wrapper ul li{margin-bottom:.75rem;padding-left:1.5em;position:relative;line-height:1.6}.pre-registration-wrapper ul li:before{content:"▸";position:absolute;left:0;color:#c4a523;font-weight:700}.pre-registration-wrapper ul li strong{color:#d4b533}.pre-registration-wrapper .content-section,.pre-registration-wrapper .benefits-section,.pre-registration-wrapper .includes-section,.pre-registration-wrapper .pricing-section,.pre-registration-wrapper .commitment-section{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px}.pre-registration-wrapper .detailed-list li{display:flex;flex-direction:column;margin-bottom:1.25rem}.pre-registration-wrapper .detailed-list li strong{display:block;margin-bottom:.25rem}.pre-registration-wrapper .detailed-list li span{display:inline-block;font-size:.95rem;line-height:1.6}.pre-registration-wrapper .timeline-section{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px}.pre-registration-wrapper .timeline-section .timeline-container{margin-top:1rem}.pre-registration-wrapper .timeline-section .timeline-step{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.pre-registration-wrapper .timeline-section .timeline-step:last-child{margin-bottom:0}.pre-registration-wrapper .timeline-section .step-number{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:#c4a523;font-family:Bebas Neue,cursive;font-size:1.2rem;color:#0c0c0c;font-weight:700}.pre-registration-wrapper .timeline-section .step-content{flex:1}.pre-registration-wrapper .timeline-section .step-content strong{color:#d4b533;display:block;margin-bottom:.25rem}.pre-registration-wrapper .timeline-section .step-content p{margin:0;font-size:.95rem}.pre-registration-wrapper .faq-section{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px}.pre-registration-wrapper .faq-section .faq-container{margin-top:1rem}.pre-registration-wrapper .cta-section{margin:2rem 0;padding:1.5rem;background-color:transparent;border-radius:4px;text-align:center}.pre-registration-wrapper .cta-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.pre-registration-wrapper .support-link{margin-top:2rem;text-align:center}.pre-registration-wrapper .support-link p{margin-bottom:0}.pre-registration-wrapper .support-link a:focus{outline:2px solid rgb(196,165,35);outline-offset:4px;border-radius:2px}.pre-registration-wrapper .support-link a:hover{text-decoration:underline;color:#d4b533}@media(max-width:812px){.pre-registration-wrapper{padding:.75rem}.pre-registration-wrapper .fieldSet,.pre-registration-wrapper .content-section,.pre-registration-wrapper .benefits-section,.pre-registration-wrapper .includes-section,.pre-registration-wrapper .pricing-section,.pre-registration-wrapper .commitment-section,.pre-registration-wrapper .timeline-section,.pre-registration-wrapper .cta-section{padding:1rem}.pre-registration-wrapper .timeline-section .timeline-step{margin-bottom:1rem}.pre-registration-wrapper .timeline-section .step-number{width:1.75rem;height:1.75rem;font-size:1rem}.pre-registration-wrapper .cta-section .cta-buttons{flex-direction:column;gap:.75rem}.pre-registration-wrapper .cta-section .cta-buttons button{width:100%}}::-webkit-scrollbar{width:.5em}::-webkit-scrollbar-track{background:#0c0c0c;border-radius:100vw;margin-block:.2em}::-webkit-scrollbar-thumb{background:#c4a624;border:.25em solid rgb(196,166,36);border-radius:100vw}*,*:before,*:after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0;padding:0}html,body{height:100%}body{font-family:Signika,sans-serif;font-family:Comfortaa,cursive;background-color:#0c0c0c;color:#f5f5f5;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5;font-size:"min(18px, 4.2vw)";margin:0;padding:0;overflow:hidden;display:flex;flex-direction:column}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}a:link{text-decoration:none}a{color:#f5f5f5}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}h1,h2,h3,h4,h5,h6{padding-bottom:2px;font-family:Bebas Neue,cursive;letter-spacing:.1em}fieldset.fieldSet{border:1px solid hsla(0,0%,78%,.2);background-color:#222327}fieldset legend{text-transform:uppercase;font-weight:700;color:#f5f5f5}fieldset legend span{color:#c4a624}textarea{width:100%;padding:.75rem 1rem;margin:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;min-height:50px;font-family:Comfortaa,cursive;font-size:1rem;color:#f5f5f5;line-height:1.5;background-color:transparent;border:1px solid rgb(75,75,75);border-radius:4px;transition:border-color .15s ease,box-shadow .15s ease}textarea::placeholder{color:#969696;font-style:italic;opacity:1}textarea:hover:not(:focus){border-color:#646464}textarea:focus{border-color:#c4a523;border-left:3px solid rgb(196,165,35);outline:2px solid rgba(196,165,35,.3);outline-offset:2px;box-shadow:0 0 0 3px #c4a5231a}textarea.invalid{border:1px solid rgb(196,166,36);border-left:3px solid rgb(196,166,36);min-height:50px}textarea.invalid:focus{outline:2px solid rgba(196,166,36,.3);box-shadow:0 0 0 3px #c4a62426}textarea.entered{border-bottom:2px solid rgb(92,184,92);min-height:50px}textarea.entered:focus{border-left:3px solid rgb(196,165,35);box-shadow:0 0 0 3px #c4a5231a}.small-text{font-size:.85em;color:#c4a624;font-weight:700}hr.style-one{margin:.5em 0;border:0;height:4px;background-image:linear-gradient(to right,#0000,#000000bf,#0000)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
