/* Version: 1.0.0 || 2025-07-31 08:06:13 */
.CRCWidget{box-sizing:border-box}.CRCWidget *,.CRCWidget:before,.CRCWidget:after{box-sizing:inherit}.CRCWidget *{margin:0}.CRCWidget *:disabled{opacity:.5;cursor:auto!important;cursor:initial!important}.CRCWidget p,.CRCWidget h1,.CRCWidget h2,.CRCWidget h3,.CRCWidget h4,.CRCWidget h5,.CRCWidget h6{word-wrap:break-word}.CRCWidget ul[role=list],.CRCWidget ol[role=list]{list-style:none}.CRCWidget img,.CRCWidget picture{display:block;max-width:100%}.CRCWidget input,.CRCWidget button,.CRCWidget textarea,.CRCWidget select{font:inherit;font-size:inherit;color:inherit;letter-spacing:inherit;word-spacing:inherit}.CRCWidget{font-family:var(--crc-font-family);color:var(--crc-colors-primary);padding:64px 0;line-height:1.4em}.crc-submitErrorMessage{margin-top:8px;font-size:12px;color:var(--crc-colors-danger);text-align:center}.crc-spinner{height:18px;width:18px;animation:crc-rotation 1s linear infinite}.crc-spinner circle{opacity:.25}.crc-spinner path{opacity:.75}@keyframes crc-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.crc-errorUI_container{background-color:var(--crc-colors-danger);height:50px;display:flex;justify-content:space-between;align-items:center;gap:4px;max-width:600px;align-self:stretch}.crc-errorUI_message{color:var(--crc-colors-white);padding-left:8px}.crc-errorUI_cta{background-color:transparent;cursor:pointer;width:50px;height:50px;border:none;border-left:2px solid var(--crc-colors-white);display:flex;justify-content:center;align-items:center}.crc-formControl{position:relative;display:flex;flex-direction:column;gap:5px}.crc-formControl.crc-fieldset{border:0;padding:0}.crc-formControl.crc-error .crc-formLabel{color:var(--crc-colors-danger)}.crc-formControl.crc-error .crc-textInput,.crc-formControl.crc-error .crc-select,.crc-formControl.crc-error .crc-prefixInput,.crc-formControl.crc-error .crc-textarea{background-color:#b0002020;outline-color:var(--crc-colors-danger)}.crc-formLabel,.crc-legend{text-transform:uppercase;color:var(--crc-colors-gray);font-size:12px}.crc-legend{margin-bottom:5px;padding:0}.crc-textInput,.crc-select,.crc-prefixInput,.crc-textarea{background-color:var(--crc-colors-gray-light);border:0;outline:none;padding:8px}.crc-textInput:focus,.crc-select:focus,.crc-prefixInput:focus,.crc-textarea:focus{outline:1px solid var(--crc-colors-primary)}.crc-textarea{resize:vertical}.crc-textInput,.crc-prefixInput,.crc-select{height:54px}.crc-selectWrapper{position:relative}.crc-selectWrapper .crc-select{width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.crc-dropdownArrow{position:absolute;right:12px;top:50%;translate:0 -50%;pointer-events:none}.crc-fieldsetOptions{display:flex;gap:32px}.crc-prefix{position:relative}.crc-prefix .crc-prefixInput{padding-right:25px;max-width:90px;cursor:pointer}.crc-prefix .crc-prefixList{position:absolute;top:calc(100% + 2px);overflow-x:hidden;overflow-y:scroll;max-height:200px;width:auto;background-color:var(--crc-colors-gray-light);z-index:2;list-style:none;padding:0;box-shadow:0 4px 6px #0000001a,0 1px 3px #0000000f}.crc-prefix .crc-prefixList .crc-prefixOption{display:flex;gap:8px;padding:0 5px;border:1px solid var(--crc-colors-gray-light)}.crc-prefix .crc-prefixList .crc-prefixOption.crc-highlightedOption{border-color:var(--crc-colors-primary);cursor:pointer}.crc-prefix .crc-prefixList .crc-prefixOption.crc-selectedOption{font-weight:700}.crc-prefix .crc-prefixList .crc-prefixCode{width:40px}.crc-prefix .crc-prefixList .crc-prefixCountry{font-size:12px}.crc-checkContainer{display:flex;gap:10px}.crc-checkContainer .crc-checkLabel{line-height:1.4em}.crc-checkContainer .crc-checkLabel a{color:var(--crc-colors-primary)}.crc-checkContainer .crc-checkInput{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-color:#fff;font:inherit;color:currentColor;height:14px;width:14px;flex-shrink:0;border:2px solid currentColor;position:relative;top:calc((1.4em - 14px)/2);display:grid;align-content:center;justify-content:center;place-content:center}.crc-checkContainer .crc-checkInput:before{content:"";background-color:var(--crc-colors-primary);scale:0;transition:.2s scale ease-in-out;height:12px;width:12px}.crc-checkContainer .crc-checkInput[type=radio]{border-radius:50%}.crc-checkContainer .crc-checkInput[type=radio]:before{border-radius:50%}.crc-checkContainer .crc-checkInput:focus-visible{outline:1px solid var(--crc-colors-primary);outline-offset:3px}.crc-checkContainer .crc-checkInput:checked:before{scale:1}.crc-errorMessage{font-size:12px;color:var(--crc-colors-danger)}.crc-customScroll::-webkit-scrollbar{width:16px}.crc-customScroll::-webkit-scrollbar-track{background-color:var(--crc-colors-gray-light)}.crc-customScroll::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:16px;height:30px;border:4px solid var(--crc-colors-gray-light)}.crc-customScroll::-webkit-scrollbar-button{display:none}.crc-form{display:flex;flex-direction:column;gap:24px;max-width:600px;margin:0 auto}.crc-form .crc-phoneInput{flex:1}.crc-form .crc-phonePrefixWrapper{display:flex;gap:2px}.crc-form .crc-submitCta{position:relative;height:44px;background-color:var(--crc-colors-primary);color:var(--crc-colors-white);border:0;cursor:pointer}.crc-form .crc-submitCta:focus-visible{outline:2px solid var(--crc-colors-primary);outline-offset:3px}.crc-form .crc-submitCta:hover:not(:disabled){opacity:.9}.crc-form .crc-disclaimer{margin-top:16px;padding:16px 0;border-top:2px solid var(--crc-colors-gray-light);border-bottom:2px solid var(--crc-colors-gray-light)}.crc-form .crc-disclaimer a{color:var(--crc-colors-primary)}.crc-form .crc-spinner{position:absolute;right:16px}
