﻿body main{height:100vh;width:100vw;display:flex;justify-content:center;overflow-x:hidden;overflow-y:auto;color:#4e4e4f;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;}button{display:flex;align-items:center;padding:0 2em;height:3em;background:#b0ce59;color:#fff;border-radius:31px;border:0;box-shadow:4px 4px 8px rgba(0,0,0,.2196078431);transition:box-shadow 150ms cubic-bezier(.25,.46,.45,.94),transform 50ms ease-out;}button:hover{box-shadow:3px 3px 5px rgba(0,0,0,.2196078431),inset 4px 4px 0 rgba(0,0,0,0);transform:translateY(.5px);}button:active,button.noevents{box-shadow:2px 2px 1px rgba(0,0,0,0),inset 4px 4px 8px rgba(0,0,0,.1607843137);transform:translateY(2px);}button:disabled{background:#d6d5d5;color:#fff;box-shadow:none;cursor:default;transform:translateY(0);}#agreementSignup{display:flex;flex-direction:column;width:100%;max-width:90rem;min-width:70em;gap:3em;align-items:center;height:fit-content;min-height:calc(100% - 4rem);margin:2rem 8rem;padding:2rem 12rem;border-radius:2em;background:rgba(255,255,255,.8);box-shadow:4px 4px 10px rgba(0,0,0,.1019607843),inset 7px 7px 5px #fff;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);}.agreement-section{min-height:6em;display:block;background:#fff;width:100%;border-radius:2rem;box-shadow:2px 2px 20px rgba(0,0,0,.1019607843);scroll-margin-top:2em;}.agreement-section[data-completed=true] .agreement-section-header{cursor:pointer;}.agreement-section[data-completed=true] .agreement-section-header i{display:block;}.agreement-section .agreement-section-header{display:flex;gap:.8em;align-items:center;justify-content:space-between;padding-right:1em;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;}.agreement-section .agreement-section-header .agreement-number{border-radius:1.6rem 0 1.6rem 0;display:flex;justify-content:center;align-items:center;align-self:flex-start;background:#f9f9f9;color:#b0ce59;box-shadow:inset -1px 1px 6px rgba(95,95,95,.18);width:2em;height:2em;}.agreement-section .agreement-section-header .agreement-title{display:flex;flex:1;}.agreement-section .agreement-section-header i{display:none;font-size:3em;text-align:center;}.agreement-section .agreement-section-header i.chevron-down{transform:rotate(180deg);transform-origin:center;}.agreement-section .agreement-section-body{border-top:2px solid #e9e9e9;margin:.6em 3em 2em 3em;padding-top:1em;}.agreement-section p,.agreement-section ul{margin-bottom:1em;}#agreement-header-container{display:flex;flex-direction:column;align-items:center;}#agreement-header-container .agreement-header{font-size:3.4em;font-family:AvenirNext-Bold,AvenirNext-Demi,Helvetica,Arial,Sans-Serif;}#honesty-declaration-name-label,#checkEmail-label{font-family:AvenirNext-Demi,Helvetica,Arial,Sans-Serif;font-weight:600;}#honesty-declaration-name,.text-inp{border:0;border-radius:1rem;padding:.75rem 1rem;font-size:1rem;font-family:inherit;background:#f9f9f9;box-shadow:inset 2px 2px 5px rgba(0,0,0,.1);transition:box-shadow .2s;min-width:26em;width:50%;text-align:center;}#honesty-declaration-name:focus-visible,.text-inp:focus-visible{outline:0;}#honesty-declaration-confirm-checkbox{accent-color:#b0ce59;}.prevue-select select{font-size:1em!important;font-family:AvenirNext-Regular,Helvetica,Arial,Sans-Serif;min-width:14em!important;border:.8rem solid #fff!important;background:#fff!important;border-radius:.8rem!important;margin:.4rem 0!important;outline:1px solid #353535!important;outline-offset:-.2rem!important;}.prevue-select option{font-size:1em!important;}#StartAssessment .startAssessment-body{margin:.6em 3em 2em 3em;padding-top:1em;display:flex;flex-direction:column;align-items:center;}#StartAssessment .startAssessment-body #check{font-size:5em;width:1.6em;height:1.6em;margin:.2em;display:flex;justify-content:center;align-items:center;border-radius:1em;background:#b0ce59;color:#fff;}@media(max-width:800px){#agreementSignup{min-width:100%;margin:1rem 2rem;padding:1.5rem 3rem;gap:2em;}#agreement-header-container .agreement-header{font-size:2.5em;}.agreement-section .agreement-section-body{margin:.6em 1.5em 1.5em 1.5em;}#StartAssessment .startAssessment-body{margin:.6em 1.5em 1.5em 1.5em;}}@media(max-width:550px){#agreementSignup{min-width:100%;margin:.5rem;padding:1rem;gap:1.5em;border-radius:1em;}#agreement-header-container .agreement-header{font-size:1.8em;text-align:center;}.agreement-section{border-radius:1rem;}.agreement-section .agreement-section-header{gap:.5em;padding-right:.5em;}.agreement-section .agreement-section-header .agreement-number{border-radius:1.2rem 0 1.2rem 0;width:1.8em;height:1.8em;}.agreement-section .agreement-section-header i{font-size:2em;}.agreement-section .agreement-section-body{margin:.5em 1em 1em 1em;}.prevue-select select{min-width:100%!important;}#StartAssessment .startAssessment-body{margin:.5em 1em 1em 1em;}#StartAssessment .startAssessment-body #check{font-size:3em;}button{padding:0 1.5em;height:2.5em;font-size:.9em;}#honesty-declaration-name{min-width:100%;width:100%;}.honesty-declaration-name{scroll-margin-bottom:300px;}#Honesty .agreement-section-body{padding-bottom:2em;}}[dir=rtl]{text-align:right!important;}[dir=rtl] .form-check{padding-right:1.25rem!important;padding-left:0!important;}[dir=rtl] .form-check .form-check-input{margin-right:-1.1em;}[dir=rtl] ul{padding-right:1.5em!important;padding-left:unset!important;}[dir=rtl] button>.material-icons-outlined{transform:scaleX(-1);}[dir=rtl] .agreement-section-header{padding-right:unset;padding-left:1em;}[dir=rtl] .agreement-section-header .agreement-number{border-radius:0 1.6rem 0 1.6rem;}