@axa-fr/design-system-slash-css 0.2.0-beta.278 → 0.2.0-beta.279

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- .af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:1.5rem 0 1.5rem 7.5rem}.af-header-previous-link-icon{cursor:pointer;height:1rem;margin-top:.1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link{color:#5f5f5f;cursor:pointer;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center;text-decoration:none}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}
1
+ .af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:1.5rem 0 1.5rem 7.5rem}.af-header-previous-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;text-decoration:none}.af-header-previous-link__icon{height:1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link__text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/Layout/Header/Client/PreviousLink/PreviousLink.scss%23sass","../../../../../src/Layout/Header/Client/PreviousLink/PreviousLink.scss","../../../../../src/common/common.client.scss"],"names":[],"mappings":"AAEA,mCAGE,kBAAA,CAFA,YAAA,CAGA,UAAA,CCJF,8BAGA,CDIA,8BAIE,cAAA,CCJF,WAAA,CDGE,gBAAA,CAFA,UAAA,CAIA,YCDF,CDIA,yBAOE,aAAA,CACA,cAAA,CAPA,4CElBuB,CDiBzB,cAAA,CDGE,eAAA,CACA,mBAAA,CACA,iBAAA,CACA,oBCCF,CDGE,+BACE,YCDJ,CDIE,8DAGE,aEDa,CFAb,oBCFJ","file":"PreviousLink.css","sourcesContent":["@use \"../../../../common/common.client.scss\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1.5rem 0 1.5rem 7.5rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link-icon {\n width: 1rem;\n height: 1rem;\n margin-top: 0.1rem;\n cursor: pointer;\n fill: common.$color-gray-700;\n}\n\n.af-header-previous-link {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-700;\n cursor: pointer;\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n","@use \"../../../../common/common.client.scss\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1.5rem 0 1.5rem 7.5rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link-icon {\n width: 1rem;\n height: 1rem;\n margin-top: 0.1rem;\n cursor: pointer;\n fill: common.$color-gray-700;\n}\n\n.af-header-previous-link {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-700;\n cursor: pointer;\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error: #c91432 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$component-border-radius: 8px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n"]}
1
+ {"version":3,"sources":["../../../../../src/Layout/Header/Client/PreviousLink/PreviousLink.scss%23sass","../../../../../src/Layout/Header/Client/PreviousLink/PreviousLink.scss"],"names":[],"mappings":"AAEA,mCAGE,kBAAA,CAFA,YAAA,CAGA,UAAA,CCJF,8BAGA,CDIA,yBAGE,kBAAA,CAGA,cAAA,CALA,YAAA,CCDF,kBAAA,CDIE,SAAA,CACA,oBCAF,CDGE,+BAEE,WAAA,CADA,UAAA,CAEA,YCDJ,CDIE,+BAME,aAAA,CALA,4CAAA,CACA,cAAA,CACA,eAAA,CACA,mBAAA,CACA,iBCDJ,CDKE,+BACE,YCHJ,CDME,8DAGE,aAAA,CADA,oBCJJ","file":"PreviousLink.css","sourcesContent":["@use \"../../../../common/common.client.scss\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1.5rem 0 1.5rem 7.5rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n","@use \"../../../../common/common.client.scss\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1.5rem 0 1.5rem 7.5rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n"]}
@@ -7,24 +7,29 @@
7
7
  gap: 0.25rem;
8
8
  }
9
9
 
10
- .af-header-previous-link-icon {
11
- width: 1rem;
12
- height: 1rem;
13
- margin-top: 0.1rem;
14
- cursor: pointer;
15
- fill: common.$color-gray-700;
16
- }
17
-
18
10
  .af-header-previous-link {
19
- font-family: common.$font-family-sans-serif;
20
- font-size: 1rem;
21
- font-weight: normal;
22
- line-height: 1.25rem;
23
- text-align: center;
11
+ display: flex;
12
+ flex-direction: row;
13
+ align-items: center;
14
+ gap: 0.5rem;
24
15
  text-decoration: none;
25
- color: common.$color-gray-700;
26
16
  cursor: pointer;
27
17
 
18
+ &__icon {
19
+ width: 1rem;
20
+ height: 1rem;
21
+ fill: common.$color-gray-700;
22
+ }
23
+
24
+ &__text {
25
+ font-family: common.$font-family-sans-serif;
26
+ font-size: 1rem;
27
+ font-weight: normal;
28
+ line-height: 1.25rem;
29
+ text-align: center;
30
+ color: common.$color-gray-700;
31
+ }
32
+
28
33
  &:focus {
29
34
  outline: none;
30
35
  }
package/dist/client.css CHANGED
@@ -1 +1 @@
1
- .af-btn-client{align-items:center;background-color:#00008f;border:0;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:600;gap:1rem;justify-content:center;min-height:3.5rem;min-width:11.25rem;padding:.8rem 1.2rem;transition-duration:.2s;transition-property:width,height,border,color,background-color,outline,box-shadow;transition-timing-function:linear}.af-btn-client:hover{background-color:#000072;color:#fff}.af-btn-client:active,.af-btn-client:focus{background-color:#3333a5;color:#fff}.af-btn-client:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-btn-client>svg{aspect-ratio:1;height:1.5rem;width:1.5rem}.af-btn-client--ghost{background-color:initial;color:#00008f;gap:.25rem;min-height:auto;min-width:auto;padding:.25rem}.af-btn-client--ghost:hover{background-color:initial;color:#000072}.af-btn-client--ghost:active,.af-btn-client--ghost:focus{background-color:initial;color:#3333a5}.af-btn-client--primary-business{background-color:#c94e14}.af-btn-client--primary-business:hover{background-color:#a8391c}.af-btn-client--primary-business:focus{background-color:#df7e65}.af-btn-client--tertiary{background-color:#eef;color:#00008f}.af-btn-client--tertiary:hover{background-color:#e4e4ff;color:#00008f}.af-btn-client--tertiary:active,.af-btn-client--tertiary:focus{background-color:#f8f8ff;color:#00008f}.af-btn-client--secondary{background-color:#fff;box-shadow:inset 0 0 0 1px #00008f;color:#00008f}.af-btn-client--secondary:active,.af-btn-client--secondary:focus,.af-btn-client--secondary:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #000072;color:#000072}.af-btn-client--secondary:active{background-color:#f8f8ff}.af-btn-client--secondary-error{background-color:#fff;box-shadow:inset 0 0 0 1px #c91432;color:#c91432}.af-btn-client--secondary-error:active,.af-btn-client--secondary-error:focus,.af-btn-client--secondary-error:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #a11028;color:#a11028}.af-btn-client--secondary-error:active{background-color:#fff3f5}.af-btn-client__wrapper{align-items:center;display:flex;justify-content:center;line-height:1}.af-btn-client:disabled,.af-btn-client[aria-disabled=true]{background-color:#e9ecf2;box-shadow:none;color:#999;cursor:not-allowed}.af-btn-client:disabled:focus,.af-btn-client:disabled:hover,.af-btn-client[aria-disabled=true]:focus,.af-btn-client[aria-disabled=true]:hover{background-color:#e9ecf2;border-color:#0000;color:#999}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#333;font-family:Source Sans Pro,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#00008f;text-decoration:none}a:hover{color:#000043;text-decoration:underline}a:not([href],[tabindex]),a:not([href],[tabindex]):focus,a:not([href],[tabindex]):hover{color:inherit;text-decoration:none}a:not([href],[tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox;appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.af-card{background-color:#fff;border:1px solid #e9ecf2;border-radius:.5rem;box-shadow:0 .25rem .5rem 0 #10184114;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.af-card>:last-child{margin-block-end:0}.af-card:focus-visible{border:2px solid #36f;outline:none}.af-card--elevation-2:not(:focus){box-shadow:0 .25rem .5rem 0 #10184129}.af-card__title{color:#00008f;font-size:1.125rem;font-weight:600;line-height:1.4rem}button.af-card{cursor:pointer;text-align:initial}button.af-card:active{box-shadow:none}button.af-card:focus{outline:none}.af-footer{background-color:#4976ba;color:#fff;display:flex;flex-direction:column;justify-content:space-around;text-transform:uppercase;z-index:100}.af-footer__menuLinks{background:#0000;height:0;overflow:hidden;padding:0;transition:background 0ms,padding 0ms}.af-footer__menuLinks--display{height:auto;padding:0 2rem;transition:background .25s,padding 125ms}.af-footer__iconTrigger{align-self:center;justify-content:center;transform:rotate3d(var(--rotate-x,0),0,0,180deg)!important;transition:transform .25s ease-in-out!important}.af-footer__iconTrigger--display{--rotate-x:1}.af-footer__linkItem{color:#fff;display:block;padding:1.2rem 2.4rem;text-decoration:none}.af-footer__linkItem:hover{color:#000072}.af-footer__footerMenuIcons{border:1px solid #fff3;border-width:1px 0;display:flex;flex-direction:row;gap:2.4rem;justify-content:center;padding:1.6rem .8rem}.af-footer__menuIconLinks{align-self:center;color:#fff;fill:#fff}.af-footer__menuIconLinks:hover{color:#000072;fill:#000072}.af-footer__menuAboutTrigger{all:unset;box-sizing:border-box;display:flex;justify-content:space-between;padding:1.6rem 3.2rem;width:100%}.af-footer__menuAboutTriggerText{color:#fff;font-weight:700}.af-footer__footerBottom{padding:.8rem}.af-footer__textCopyright{font-size:.875rem}.af-footer__icon{align-self:center;height:16px;width:16px;fill:#fff}@media only screen and (width >= 1024px){.af-footer__menuLinks{background:#0000;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:1.2rem 0}.af-footer__menuLinks :first-child{border-left:unset}.af-footer__linkItem{align-self:center;border-left:1px solid #fff3;color:#fff;padding:0 1.6rem}.af-footer__footerMenuIcons{border:none;gap:1.6rem;padding:1.6rem 3.2rem 1.6rem .8rem}.af-footer__footerTop{margin:0 auto;max-width:128rem;width:100%}.af-footer__footerTop,.af-footer__menuTop{display:flex;flex-direction:row;justify-content:space-between}.af-footer__menuTop{padding:.8rem;text-decoration:none}.af-footer__menuAboutTrigger{display:none;padding:1.6rem 1.6rem 1.6rem 3.2rem}.af-footer__footerBottom{border-top:1px solid #fff3;padding:0;text-align:right}.af-footer__footerBottomWidth{margin:0 auto;max-width:128rem;width:100%}.af-footer__textCopyright{display:flex;justify-content:flex-end;padding:.8rem 3.2rem .8rem 0}}.af-stepper-client{background-color:initial;display:flex;flex-direction:column;width:100%}.af-stepper-client__title{color:#333;font-family:Publico Headline Bold,Source Sans Pro,arial,sans-serif;font-size:2rem;font-weight:700;line-height:2.5rem;margin-bottom:.5rem;text-align:left}.af-stepper-client__subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem;margin-bottom:1.5rem;text-align:left}.af-stepper-client__content{align-items:flex-end;display:flex;gap:1rem}.af-stepper-client__progressbar{background-color:#e5e5e5;border-radius:4px;height:.375rem;width:100%}.af-stepper-client__progress{background-color:#00008f;border-radius:4px;height:100%;height:.375rem;text-align:left;transition:.75s ease-out,background-color .75s;width:50%}.af-header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.af-header-container{background-color:#fff;border-bottom:1px solid #ccc;border-top:2px solid #00008f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.25rem;font-weight:600;justify-content:space-between;padding:0 4rem}.af-header-container,.af-header-left-item{align-items:center;display:flex;flex-direction:row}.af-header-left-item{gap:1.5rem;height:5rem}.af-logo{height:3.5rem;width:3.5rem}.af-header-right-item{align-items:center;display:flex;flex-direction:row;gap:1.5rem}.af-radio{font-family:Source Sans Pro,arial,sans-serif}.af-radio *{box-sizing:border-box}.af-radio__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-radio__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-radio__content .af-radio__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-radio__content .af-radio__content-description>span:first-child{color:#333;font-size:1.125rem;line-height:1.4rem}.af-radio__content .af-radio__content-description>span:not(:first-child){color:#5f5f5f}.af-radio-select--horizontal .af-radio__content{flex-direction:column;gap:.5rem}.af-radio__group-description,.af-radio~.af-radio__error{font-size:1rem;line-height:1.25rem}.af-radio~.af-radio__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;margin-left:3.2rem}.af-radio~.af-radio__error>svg{color:#c91432;height:1rem;width:1rem;fill:#c91432}.af-radio-select~.af-radio__error{margin:1rem 0 0}.af-radio label{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;font-size:1.125rem;gap:.75rem;margin:0;padding:.25rem .5rem}.af-radio-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-radio[aria-invalid=true] *{color:#c91432;fill:#c91432}.af-radio-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-radio-select--horizontal label .af-radio__icons{left:1rem;position:absolute;top:1rem}.af-radio-select[aria-invalid=true] label{--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-radio label input[type=radio]{margin-right:.5rem;opacity:0;position:absolute}.af-radio label input[type=radio]~.af-radio__icons{align-items:center;display:flex;gap:.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked{display:none}.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-radio label:has(input[type=radio]:checked) .af-radio__checked{color:#00008f;display:block;fill:#00008f}.af-radio label:has(input[type=radio]:checked) .af-radio__unchecked{display:none}.af-radio label:has(input[type=radio]:disabled){cursor:default}.af-radio label:has(input[type=radio]:disabled) .af-radio__checked,.af-radio label:has(input[type=radio]:disabled) .af-radio__content>svg,.af-radio label:has(input[type=radio]:disabled) .af-radio__unchecked{color:#999;fill:#999}.af-radio-select label:has(input[type=radio]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-radio-select[aria-invalid=false] label:has(input[type=radio]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__unchecked{outline:2px solid #36f;outline-offset:3px}.af-radio label:hover:not(:has(input[type=radio]:disabled)) .af-radio__unchecked{color:#00008f;fill:#00008f}.af-radio-select label:hover:not(:has(input[type=radio]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-radio-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem;margin-top:1rem}.af-radio-select--horizontal{flex-direction:row}.af-tabs-client{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0;width:100%}.af-tabs-client>[role=tablist]{box-shadow:inset 0 -2px 0 0 #e9ecf2;display:flex;margin-bottom:.8rem;width:100%}.af-tabs-client [role=tab]{all:unset;cursor:pointer;font-size:1.25rem;line-height:1.6rem;padding:1rem;position:relative;text-align:center}.af-tabs-client [role=tab]>span{display:block;height:100%;width:100%}.af-tabs-client [role=tab][aria-selected=true]{border-bottom:4px solid #00008f;color:#00008f;font-weight:600}.af-tabs-client--center>[role=tablist]{justify-content:center}.af-tabs-client--center [role=tab]{flex-grow:1;width:100%}.af-tabs-client [role=tab]:focus{outline:unset}.af-tabs-client [role=tab]:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-tabs-client>[role=tabpanel][aria-hidden=true]{display:none}.af-checkbox{font-family:Source Sans Pro,arial,sans-serif}.af-checkbox *{box-sizing:border-box}.af-checkbox__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-checkbox__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-checkbox__content .af-checkbox__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-checkbox__content .af-checkbox__content-description>span:first-child{color:#333;font-size:1.125rem;line-height:1.4rem}.af-checkbox__content .af-checkbox__content-description>span:not(:first-child){color:#5f5f5f}.af-checkbox-select--horizontal .af-checkbox__content{flex-direction:column;gap:.5rem}.af-checkbox__group-description,.af-checkbox~.af-checkbox__error{font-size:1rem;line-height:1.25rem}.af-checkbox~.af-checkbox__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;margin-left:3.2rem}.af-checkbox~.af-checkbox__error>svg{color:#c91432;height:1rem;width:1rem;fill:#c91432}.af-checkbox-select~.af-checkbox__error{margin:1rem 0 0}.af-checkbox label{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;font-size:1.125rem;gap:.75rem;margin:0;padding:.25rem .5rem}.af-checkbox-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-checkbox-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-checkbox-select--horizontal label .af-checkbox__icons{left:1rem;position:absolute;top:1rem}.af-checkbox label input[type=checkbox]{margin-right:.5rem;opacity:0;position:absolute}.af-checkbox label input[type=checkbox]~.af-checkbox__icons{align-items:center;display:flex;gap:.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked{display:none}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__unchecked{color:#c91432;fill:#c91432}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__checked{color:#00008f;display:block;fill:#00008f}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__unchecked{display:none}.af-checkbox-select label:has(input[type=checkbox]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-checkbox label:has(input[type=checkbox]:disabled){cursor:default}.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__content>svg,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__unchecked{color:#999;fill:#999}.af-checkbox-select label:has(input[type=checkbox]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-checkbox-select label:has(input[type=checkbox][aria-invalid=true]){--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__unchecked{outline:2px solid #36f;outline-offset:3px}.af-checkbox label:hover:not(:has(input[type=checkbox]:disabled)) .af-checkbox__unchecked{color:#00008f;fill:#00008f}.af-checkbox-select label:hover:not(:has(input[type=checkbox]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-checkbox-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem;margin-top:1rem}.af-checkbox-select--horizontal{flex-direction:row}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (width >= 576px){.container{max-width:540px}}@media (width >= 768px){.container{max-width:720px}}@media (width >= 992px){.container{max-width:960px}}@media (width >= 1200px){.container{max-width:1440px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.3333%;max-width:8.3333%}.col-2{flex:0 0 16.6667%;max-width:16.6667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333%;max-width:33.3333%}.col-5{flex:0 0 41.6667%;max-width:41.6667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333%;max-width:58.3333%}.col-8{flex:0 0 66.6667%;max-width:66.6667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333%;max-width:83.3333%}.col-11{flex:0 0 91.6667%;max-width:91.6667%}.col-12{flex:0 0 100%;max-width:100%}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}@media (width >= 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.3333%;max-width:8.3333%}.col-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.col-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.col-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.col-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}}@media (width >= 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.3333%;max-width:8.3333%}.col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}}@media (width >= 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.3333%;max-width:8.3333%}.col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}}@media (width >= 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.3333%;max-width:8.3333%}.col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}}.af-form__select-label{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.af-form__select-single-value{color:#333}.af-form__select-single-value-disabled{color:#999}.af-form__select-error{color:#c91432;display:flex;gap:.5rem;margin-top:.5rem}.af-form__select-error-icon path{fill:#c91432}.af-form__input-select{color:#5f5f5f;font-size:1rem;min-height:unset!important}.af-form__input-select-container{background-color:#fff;border:1px solid #5f5f5f;border-radius:4px;color:#5f5f5f;font-size:1.125rem;padding:.75rem 1rem}.af-form__input-select-container-error{border-color:#c91432;border-width:2px}.af-form__input-select-container-error:active,.af-form__input-select-container-error:hover{box-shadow:inset 0 0 0 1px #c91432!important}.af-form__input-select-container:active,.af-form__input-select-container:hover{box-shadow:inset 0 0 0 2px #00008f}.af-form__input-select-container-focused,.af-form__input-select-container:focus-visible{box-shadow:inset 0 0 0 2px #00008f;outline:2px solid #36f;outline-offset:3px}.af-form__input-select-container-disabled{background-color:#f3f3f3;border-color:#e5e5e5}.af-form__input-select-container-icon-disabled path{fill:#999}.af-form__input-select-menu{background-color:#fff;box-shadow:0 4px 16px -2px rgba(0,0,143,.251);margin-left:-1rem;margin-top:.4rem}.af-form__input-select-menu-options{border:1px solid #0000;box-shadow:none;color:#333;font-size:1.125rem;font-weight:400;padding:.75rem 1rem}.af-form__input-select-menu-options-selected{color:#00008f;font-weight:600}.af-form__input-select-menu-options-focused{border:1px solid #00008f}.af-form__input-select-menu-options:nth-child(odd){background-color:#f8f8ff}.af-form__input-select-menu-options:nth-child(2n){background-color:#fff}.af-form__group--label{color:#333;font-size:1.125rem;font-weight:600}.af-form__file-input{align-items:center;background-color:#fff;border:2px dashed #00008f;border-radius:8px;color:#333;cursor:pointer;display:flex;flex-direction:column;font-weight:400;justify-content:space-between;margin-bottom:.6rem;margin-top:.5rem;padding:1rem 1rem 2rem;position:relative;text-align:center}.af-form__file-input.is-mobile{padding-bottom:1rem}.af-form__file-input:hover{border-color:#5f5f5f}.af-form__file-input--error{border-color:#c91432}.af-form__file-input input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;top:0;width:100%}.af-form__file-input-dropdown-text{line-height:5px;padding-top:1rem}.af-form__file-input-help{color:#5f5f5f;font-size:1rem;font-weight:400}.af-form__file-input-icon path{fill:#00008f}.af-form__file-input .af-btn-client{width:50%}.af-form__file-list{display:flex;flex-wrap:wrap;font-size:.9rem;list-style:none;margin-top:1.125rem;padding:0}.af-form__file-title-container{align-items:center;display:flex;gap:.5rem;justify-content:center}.af-form__file-title-container-icon-error path{fill:#c91432}.af-form__file-title-container-icon-success path{fill:#118635}.af-form__file-title{display:flex;flex-direction:column}.af-form__file-name{color:#333;font-size:1.125rem}.af-form__file-size{color:#5f5f5f;font-size:1rem}.af-form__file-error{align-items:center;color:#c91432;display:flex;font-size:1rem;gap:.25rem;margin-bottom:.9rem;margin-top:-.9rem}.af-form__file-error-icon path{fill:#c91432}.af-form__file-line{align-items:center;background:#fff;border:1px solid #5f5f5f;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem;width:100%}.af-form__file-line--error{border-color:#c91432}.af-form__file-actions{align-items:baseline;cursor:pointer;display:flex;gap:1rem;justify-content:center}.af-form__file-actions-icon path{fill:#5f5f5f}.is-mobile .af-form__file-input-dropdown-text{display:none}.is-mobile .af-btn-client{width:100%}.af-accordion-client{background-color:#fff;border-radius:8px;display:block;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0}.af-accordion-client__item:not(:last-child){border-bottom:1px solid #e9ecf2}.af-accordion-client__item>h3{font-size:1.125rem;font-weight:600;margin:0;width:100%}.af-accordion-client__item>h3:has(button[aria-expanded=true]){border-bottom:none;color:#00008f}.af-accordion-client__item>h3>button{align-items:center;background-color:inherit;border:0;color:inherit;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;padding:15px 20px;text-align:start;width:100%}.af-accordion-client__item>h3>button:focus{outline:unset}.af-accordion-client__item>h3>button:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-accordion-client__item>h3>button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300008F' d='m24 13.333-1.88-1.88L16 17.56l-6.12-6.107L8 13.333l8 8z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M32 0v32H0V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;content:"";flex-shrink:0;height:32px;margin-left:auto;transition:transform .2s ease-in-out;width:32px}.af-accordion-client__item>h3>button[aria-expanded=true]:after{transform:rotate(180deg)}.af-accordion-client__item>[role=region]{margin-bottom:1rem;padding:0 20px}.af-modal{background-color:#fff;border:none;border-radius:.5rem;margin:0 auto;padding:1.5rem 0;position:fixed;width:100%}.af-modal::backdrop{background:#333;opacity:.4}.af-modal__top{align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;display:flex;gap:1rem;padding:0 1.5rem 1.5rem;position:-webkit-sticky;position:sticky;top:0}.af-modal__top-title{align-items:start;color:#333;display:flex;justify-content:space-between;margin:0;width:100%}.af-modal__top-title-text{font-family:Publico Headline;font-size:1.5rem;line-height:1.875rem}.af-modal__top-title-subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem}.af-modal__top-title-close-btn{all:unset;align-items:center;cursor:pointer;display:flex;height:2rem;justify-content:center;width:2rem;fill:#00008f}.af-modal__top-title :hover{background:none}.af-modal__top-title :focus{background:none;border:none}.af-modal__content{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;gap:2.5rem;margin-top:2.5rem;padding:0 1.5rem}.af-modal__actions{align-items:flex-end;display:flex;flex-direction:column-reverse;gap:1rem;justify-content:flex-end;padding-top:0}.af-modal__actions *,.af-modal__actions--fullWidth *{flex-grow:1;width:100%}@media only screen and (width >= 1024px){.af-modal{margin:auto;max-width:48rem;min-width:48rem}.af-modal__actions{flex-direction:row-reverse;justify-content:flex-start}.af-modal__actions *{flex-grow:unset;width:auto}.af-modal__actions--fullWidth *{flex-grow:1;width:100%}}.af-alert{align-items:flex-start;background-color:#fff;border-radius:12px;display:flex;flex:1 1;font-family:Source Sans Pro,arial,sans-serif;margin-top:1rem;padding:1rem}.af-alert .af-alert__icon{aspect-ratio:1;flex-shrink:0;margin-right:1rem;width:1.5rem}.af-alert--information{border:1px solid #00008f}.af-alert--information .af-alert__icon{color:#00008f;transform:rotate(180deg);fill:#00008f}.af-alert--information .af-alert__title{color:#00008f}.af-alert--error{border:1px solid #c91432}.af-alert--error .af-alert__icon{color:#c91432;fill:#c91432}.af-alert--error .af-alert__title{color:#c91432}.af-alert--neutral{border:1px solid #5f5f5f}.af-alert--neutral .af-alert__icon{color:#5f5f5f;fill:#5f5f5f}.af-alert--neutral .af-alert__title{color:#5f5f5f}.af-alert--warning{border:1px solid #c94e14}.af-alert--warning .af-alert__icon{color:#c94e14;fill:#c94e14}.af-alert--warning .af-alert__title{color:#c94e14}.af-alert--validation{border:1px solid #118635}.af-alert--validation .af-alert__icon{color:#118635;fill:#118635}.af-alert--validation .af-alert__title{color:#118635}.af-alert .af-alert-client__content{width:100%}.af-alert .af-alert-client__content .af-alert__link{text-align:right}.af-alert .af-alert-client__content .af-alert__title{font-weight:600;line-height:1.5rem;padding-bottom:.25rem}.af-alert *{font-size:1.125rem;font-weight:400;margin:0}.af-link{align-items:center;color:#00008f;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;fill:#00008f}.af-link:active,.af-link:focus,.af-link:hover{color:#000072;fill:#000072}.af-link:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-link--openInNewTab{font-weight:600;text-decoration:none}.af-link--openInNewTab:hover{text-decoration:none}.af-link--openInNewTab svg{aspect-ratio:1;height:1.25rem;margin-left:.2rem;width:1.25rem}.af-container-pagination>div{border:1px solid #f3f3f3;border-radius:41px;display:flex;padding:.5rem}.af-loader__container{align-items:center;animation:spin 2s linear infinite;border:1px solid #f3f3f3;border-radius:50%;border-top-color:#00008f;container-type:inline-size;display:flex;flex-direction:column;justify-content:center;margin:auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.af-card--list{box-shadow:none;padding:0 1rem}.af-card--large{width:100%}.af-list{flex-direction:column;list-style-type:none;padding:0}.af-list__item{padding:1rem 0}.af-list__separator{border:1px solid #e9ecf2;margin:0}.af-card--click-list{padding:0}.af-card--click-list .af-list__separator{margin:auto;width:calc(100% - 2rem)}.af-card--click-list .af-list__item{padding:0}.af-card--click-list .af-list__item .af-list-item__content{align-items:inherit;display:inherit;gap:12px}.af-card--click-list .af-list__item .af-list-item-content__icon svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list .af-list__item .af-list-item-content__label{text-align:left}.af-card--click-list .af-list__item .af-list-item-content-label__title{color:#333;font-size:1rem;font-weight:600;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__secondary{color:#5f5f5f;font-size:.875rem;font-weight:400;line-height:1.1rem;margin:0}.af-card--click-list .af-list__item .af-list-item__action{margin-left:auto}.af-card--click-list .af-list__item .af-list-item__action svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1.125rem;line-height:1.4rem}.af-card--click-list .af-list__item .af-list-item__button{align-items:center;background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;display:flex;gap:.5rem;padding:1rem;width:100%}.af-card--click-list .af-list__item .af-list-item__button:disabled{cursor:default}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__icon svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__secondary,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__subtitle,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__title,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__label{color:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item__action svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:enabled:hover{box-shadow:0 4px 8px 0 #10184114}.af-card--click-list .af-list__item .af-list-item__button:enabled:active{box-shadow:inset 0 2px 8px 0 #00000026;outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus{outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus-visible{border:2px solid #36f;outline:none}@media (width <= 667px){.af-card--click-list .af-list-item-content__label{font-size:.875rem;line-height:1.1rem}.af-card--click-list .af-list-item-content-label__subtitle,.af-card--click-list .af-list-item-content-label__title{font-size:.875rem;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1rem;font-weight:600;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1rem;line-height:1.25rem}.af-card--click-list .af-list-item__button:enabled,.af-card--click-list .af-list-item__button:enabled:hover{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item__label{color:#00008f}.af-card--click-list .af-list-item__button:enabled:active{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:active .af-list-item__label{color:#000072}.af-card--click-list .af-list-item__button:enabled:focus-visible{border:1px solid #36f}}.af-card--content-tab-list{padding:.5rem 1.5rem}.af-card--content-tab-list .af-list{display:flex;flex-direction:column;justify-content:center}.af-card--content-tab-list .af-list__item{align-items:center;display:flex;flex-direction:row;gap:2.5rem;justify-content:space-between}.af-card--content-tab-list .af-list__item span{display:block;margin:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container,.af-card--content-tab-list .af-list__item .af-list-item__left-container,.af-card--content-tab-list .af-list__item .af-list-item__right-container{all:inherit;padding:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{grid-area:content-tab__additional-data-container}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{grid-area:content-tab__tag}.af-card--content-tab-list .af-list__item .af-list-item__label{color:#333;grid-area:content-tab__label}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__date{color:#5f5f5f;font-size:1.125rem;font-weight:600;grid-area:content-tab__date;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item__value{color:#118635;font-size:1.125rem;font-weight:600;justify-self:end;line-height:1.4rem;text-align:right}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0 .625rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container svg{height:1.25rem;width:1.25rem;fill:#00008f}.af-card--content-tab-list .af-list__item:not(:has(.af-list-item__value)) .af-tag{margin:0 1.34rem}@media (width <= 667px){.af-card--content-tab-list{padding:.25rem 1rem}.af-card--content-tab-list .af-list__item{gap:1.5rem;padding:.75rem 0}.af-card--content-tab-list .af-list__item .af-list-item__left-container{align-items:start;display:grid;gap:.25rem;grid-template:"content-tab__additional-data-container" "content-tab__label";justify-content:start}.af-card--content-tab-list .af-list__item .af-list-item__right-container{gap:1.5rem}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{align-items:center;display:block}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container:has(.af-list-item__date):has(.af-tag){display:grid;gap:.75rem;grid-template:"content-tab__tag content-tab__date"}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{margin:0}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{font-size:.875rem;line-height:1.1rem}.af-card--content-tab-list .af-list__item .af-list-item__date,.af-card--content-tab-list .af-list__item .af-list-item__value{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0}.af-card--content-tab-list .af-list__item .af-list-item__button-container button{font-size:0;gap:0;padding:0}.af-card--content-tab-list .af-list__item:has(.af-list-item__value){align-items:start}}.af-tag{align-items:center;background-color:#fff;border:1px solid #5f5f5f;border-radius:.25rem;color:#5f5f5f;cursor:default;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;gap:.625rem;justify-content:center;padding:.125rem .5rem}.af-tag span{font-size:1rem;font-weight:600;line-height:1.25rem}.af-tag--success{border-color:#118635;color:#118635}.af-tag--error{border-color:#c91432;color:#c91432}.af-tag--warning{border-color:#c94e14;color:#c94e14}.af-tag--info{border-color:#00008f;color:#00008f}@media (width <= 667px){.af-tag span{font-size:.875rem;line-height:1.094rem}}.af-input-error{align-items:center;display:flex;gap:.25rem}.af-input-error__icon{color:#c91432;width:1rem;fill:#c91432}.af-input-error__message{color:#c91432;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem}.af-icon-bg{background-color:#fff;border-radius:.75rem;display:grid;height:-webkit-min-content;height:min-content;padding:.75rem;width:-webkit-min-content;width:min-content}.af-icon-bg svg{height:2rem;width:2rem;fill:#00008f}.af-icon-bg--secondary{background-color:#00008f}.af-icon-bg--secondary svg{fill:#fff}.af-icon-bg--disabled{background-color:#f3f3f3}.af-icon-bg--disabled svg{fill:#999}@media (width <= 667px){.af-icon-bg{padding:.5rem}}.af-navbar-container{align-items:center;display:flex;flex-direction:row;gap:1.6rem;height:5rem;list-style-type:none;margin:0;padding:0}.af-navbar-item{cursor:pointer;height:100%}.af-navbar-item__link{box-sizing:border-box;color:#333;display:inline-block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;height:100%;line-height:1.4rem;min-width:8.4rem;padding:1.75rem 1rem;text-align:center;text-decoration:none}.af-navbar-item__link--active,.af-navbar-item__link:focus{border-bottom:4px solid #00008f;color:#00008f;font-weight:600;line-height:1.6rem;outline:none;text-decoration:none}.af-navbar-item__link:not(:focus,--active):hover{border-bottom:2px solid #e9ecf2;color:#333;font-weight:400;line-height:1.4rem;text-decoration:none}.af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:1.5rem 0 1.5rem 7.5rem}.af-header-previous-link-icon{cursor:pointer;height:1rem;margin-top:.1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link{color:#5f5f5f;cursor:pointer;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center;text-decoration:none}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}
1
+ .af-btn-client{align-items:center;background-color:#00008f;border:0;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:600;gap:1rem;justify-content:center;min-height:3.5rem;min-width:11.25rem;padding:.8rem 1.2rem;transition-duration:.2s;transition-property:width,height,border,color,background-color,outline,box-shadow;transition-timing-function:linear}.af-btn-client:hover{background-color:#000072;color:#fff}.af-btn-client:active,.af-btn-client:focus{background-color:#3333a5;color:#fff}.af-btn-client:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-btn-client>svg{aspect-ratio:1;height:1.5rem;width:1.5rem}.af-btn-client--ghost{background-color:initial;color:#00008f;gap:.25rem;min-height:auto;min-width:auto;padding:.25rem}.af-btn-client--ghost:hover{background-color:initial;color:#000072}.af-btn-client--ghost:active,.af-btn-client--ghost:focus{background-color:initial;color:#3333a5}.af-btn-client--primary-business{background-color:#c94e14}.af-btn-client--primary-business:hover{background-color:#a8391c}.af-btn-client--primary-business:focus{background-color:#df7e65}.af-btn-client--tertiary{background-color:#eef;color:#00008f}.af-btn-client--tertiary:hover{background-color:#e4e4ff;color:#00008f}.af-btn-client--tertiary:active,.af-btn-client--tertiary:focus{background-color:#f8f8ff;color:#00008f}.af-btn-client--secondary{background-color:#fff;box-shadow:inset 0 0 0 1px #00008f;color:#00008f}.af-btn-client--secondary:active,.af-btn-client--secondary:focus,.af-btn-client--secondary:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #000072;color:#000072}.af-btn-client--secondary:active{background-color:#f8f8ff}.af-btn-client--secondary-error{background-color:#fff;box-shadow:inset 0 0 0 1px #c91432;color:#c91432}.af-btn-client--secondary-error:active,.af-btn-client--secondary-error:focus,.af-btn-client--secondary-error:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #a11028;color:#a11028}.af-btn-client--secondary-error:active{background-color:#fff3f5}.af-btn-client__wrapper{align-items:center;display:flex;justify-content:center;line-height:1}.af-btn-client:disabled,.af-btn-client[aria-disabled=true]{background-color:#e9ecf2;box-shadow:none;color:#999;cursor:not-allowed}.af-btn-client:disabled:focus,.af-btn-client:disabled:hover,.af-btn-client[aria-disabled=true]:focus,.af-btn-client[aria-disabled=true]:hover{background-color:#e9ecf2;border-color:#0000;color:#999}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#333;font-family:Source Sans Pro,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#00008f;text-decoration:none}a:hover{color:#000043;text-decoration:underline}a:not([href],[tabindex]),a:not([href],[tabindex]):focus,a:not([href],[tabindex]):hover{color:inherit;text-decoration:none}a:not([href],[tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox;appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.af-card{background-color:#fff;border:1px solid #e9ecf2;border-radius:.5rem;box-shadow:0 .25rem .5rem 0 #10184114;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.af-card>:last-child{margin-block-end:0}.af-card:focus-visible{border:2px solid #36f;outline:none}.af-card--elevation-2:not(:focus){box-shadow:0 .25rem .5rem 0 #10184129}.af-card__title{color:#00008f;font-size:1.125rem;font-weight:600;line-height:1.4rem}button.af-card{cursor:pointer;text-align:initial}button.af-card:active{box-shadow:none}button.af-card:focus{outline:none}.af-footer{background-color:#4976ba;color:#fff;display:flex;flex-direction:column;justify-content:space-around;text-transform:uppercase;z-index:100}.af-footer__menuLinks{background:#0000;height:0;overflow:hidden;padding:0;transition:background 0ms,padding 0ms}.af-footer__menuLinks--display{height:auto;padding:0 2rem;transition:background .25s,padding 125ms}.af-footer__iconTrigger{align-self:center;justify-content:center;transform:rotate3d(var(--rotate-x,0),0,0,180deg)!important;transition:transform .25s ease-in-out!important}.af-footer__iconTrigger--display{--rotate-x:1}.af-footer__linkItem{color:#fff;display:block;padding:1.2rem 2.4rem;text-decoration:none}.af-footer__linkItem:hover{color:#000072}.af-footer__footerMenuIcons{border:1px solid #fff3;border-width:1px 0;display:flex;flex-direction:row;gap:2.4rem;justify-content:center;padding:1.6rem .8rem}.af-footer__menuIconLinks{align-self:center;color:#fff;fill:#fff}.af-footer__menuIconLinks:hover{color:#000072;fill:#000072}.af-footer__menuAboutTrigger{all:unset;box-sizing:border-box;display:flex;justify-content:space-between;padding:1.6rem 3.2rem;width:100%}.af-footer__menuAboutTriggerText{color:#fff;font-weight:700}.af-footer__footerBottom{padding:.8rem}.af-footer__textCopyright{font-size:.875rem}.af-footer__icon{align-self:center;height:16px;width:16px;fill:#fff}@media only screen and (width >= 1024px){.af-footer__menuLinks{background:#0000;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:1.2rem 0}.af-footer__menuLinks :first-child{border-left:unset}.af-footer__linkItem{align-self:center;border-left:1px solid #fff3;color:#fff;padding:0 1.6rem}.af-footer__footerMenuIcons{border:none;gap:1.6rem;padding:1.6rem 3.2rem 1.6rem .8rem}.af-footer__footerTop{margin:0 auto;max-width:128rem;width:100%}.af-footer__footerTop,.af-footer__menuTop{display:flex;flex-direction:row;justify-content:space-between}.af-footer__menuTop{padding:.8rem;text-decoration:none}.af-footer__menuAboutTrigger{display:none;padding:1.6rem 1.6rem 1.6rem 3.2rem}.af-footer__footerBottom{border-top:1px solid #fff3;padding:0;text-align:right}.af-footer__footerBottomWidth{margin:0 auto;max-width:128rem;width:100%}.af-footer__textCopyright{display:flex;justify-content:flex-end;padding:.8rem 3.2rem .8rem 0}}.af-stepper-client{background-color:initial;display:flex;flex-direction:column;width:100%}.af-stepper-client__title{color:#333;font-family:Publico Headline Bold,Source Sans Pro,arial,sans-serif;font-size:2rem;font-weight:700;line-height:2.5rem;margin-bottom:.5rem;text-align:left}.af-stepper-client__subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem;margin-bottom:1.5rem;text-align:left}.af-stepper-client__content{align-items:flex-end;display:flex;gap:1rem}.af-stepper-client__progressbar{background-color:#e5e5e5;border-radius:4px;height:.375rem;width:100%}.af-stepper-client__progress{background-color:#00008f;border-radius:4px;height:100%;height:.375rem;text-align:left;transition:.75s ease-out,background-color .75s;width:50%}.af-header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.af-header-container{background-color:#fff;border-bottom:1px solid #ccc;border-top:2px solid #00008f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.25rem;font-weight:600;justify-content:space-between;padding:0 4rem}.af-header-container,.af-header-left-item{align-items:center;display:flex;flex-direction:row}.af-header-left-item{gap:1.5rem;height:5rem}.af-logo{height:3.5rem;width:3.5rem}.af-header-right-item{align-items:center;display:flex;flex-direction:row;gap:1.5rem}.af-radio{font-family:Source Sans Pro,arial,sans-serif}.af-radio *{box-sizing:border-box}.af-radio__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-radio__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-radio__content .af-radio__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-radio__content .af-radio__content-description>span:first-child{color:#333;font-size:1.125rem;line-height:1.4rem}.af-radio__content .af-radio__content-description>span:not(:first-child){color:#5f5f5f}.af-radio-select--horizontal .af-radio__content{flex-direction:column;gap:.5rem}.af-radio__group-description,.af-radio~.af-radio__error{font-size:1rem;line-height:1.25rem}.af-radio~.af-radio__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;margin-left:3.2rem}.af-radio~.af-radio__error>svg{color:#c91432;height:1rem;width:1rem;fill:#c91432}.af-radio-select~.af-radio__error{margin:1rem 0 0}.af-radio label{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;font-size:1.125rem;gap:.75rem;margin:0;padding:.25rem .5rem}.af-radio-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-radio[aria-invalid=true] *{color:#c91432;fill:#c91432}.af-radio-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-radio-select--horizontal label .af-radio__icons{left:1rem;position:absolute;top:1rem}.af-radio-select[aria-invalid=true] label{--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-radio label input[type=radio]{margin-right:.5rem;opacity:0;position:absolute}.af-radio label input[type=radio]~.af-radio__icons{align-items:center;display:flex;gap:.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked{display:none}.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-radio label:has(input[type=radio]:checked) .af-radio__checked{color:#00008f;display:block;fill:#00008f}.af-radio label:has(input[type=radio]:checked) .af-radio__unchecked{display:none}.af-radio label:has(input[type=radio]:disabled){cursor:default}.af-radio label:has(input[type=radio]:disabled) .af-radio__checked,.af-radio label:has(input[type=radio]:disabled) .af-radio__content>svg,.af-radio label:has(input[type=radio]:disabled) .af-radio__unchecked{color:#999;fill:#999}.af-radio-select label:has(input[type=radio]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-radio-select[aria-invalid=false] label:has(input[type=radio]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__unchecked{outline:2px solid #36f;outline-offset:3px}.af-radio label:hover:not(:has(input[type=radio]:disabled)) .af-radio__unchecked{color:#00008f;fill:#00008f}.af-radio-select label:hover:not(:has(input[type=radio]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-radio-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem;margin-top:1rem}.af-radio-select--horizontal{flex-direction:row}.af-tabs-client{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0;width:100%}.af-tabs-client>[role=tablist]{box-shadow:inset 0 -2px 0 0 #e9ecf2;display:flex;margin-bottom:.8rem;width:100%}.af-tabs-client [role=tab]{all:unset;cursor:pointer;font-size:1.25rem;line-height:1.6rem;padding:1rem;position:relative;text-align:center}.af-tabs-client [role=tab]>span{display:block;height:100%;width:100%}.af-tabs-client [role=tab][aria-selected=true]{border-bottom:4px solid #00008f;color:#00008f;font-weight:600}.af-tabs-client--center>[role=tablist]{justify-content:center}.af-tabs-client--center [role=tab]{flex-grow:1;width:100%}.af-tabs-client [role=tab]:focus{outline:unset}.af-tabs-client [role=tab]:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-tabs-client>[role=tabpanel][aria-hidden=true]{display:none}.af-checkbox{font-family:Source Sans Pro,arial,sans-serif}.af-checkbox *{box-sizing:border-box}.af-checkbox__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-checkbox__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-checkbox__content .af-checkbox__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-checkbox__content .af-checkbox__content-description>span:first-child{color:#333;font-size:1.125rem;line-height:1.4rem}.af-checkbox__content .af-checkbox__content-description>span:not(:first-child){color:#5f5f5f}.af-checkbox-select--horizontal .af-checkbox__content{flex-direction:column;gap:.5rem}.af-checkbox__group-description,.af-checkbox~.af-checkbox__error{font-size:1rem;line-height:1.25rem}.af-checkbox~.af-checkbox__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;margin-left:3.2rem}.af-checkbox~.af-checkbox__error>svg{color:#c91432;height:1rem;width:1rem;fill:#c91432}.af-checkbox-select~.af-checkbox__error{margin:1rem 0 0}.af-checkbox label{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;font-size:1.125rem;gap:.75rem;margin:0;padding:.25rem .5rem}.af-checkbox-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-checkbox-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-checkbox-select--horizontal label .af-checkbox__icons{left:1rem;position:absolute;top:1rem}.af-checkbox label input[type=checkbox]{margin-right:.5rem;opacity:0;position:absolute}.af-checkbox label input[type=checkbox]~.af-checkbox__icons{align-items:center;display:flex;gap:.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked{display:none}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__unchecked{color:#c91432;fill:#c91432}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__checked{color:#00008f;display:block;fill:#00008f}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__unchecked{display:none}.af-checkbox-select label:has(input[type=checkbox]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-checkbox label:has(input[type=checkbox]:disabled){cursor:default}.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__content>svg,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__unchecked{color:#999;fill:#999}.af-checkbox-select label:has(input[type=checkbox]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-checkbox-select label:has(input[type=checkbox][aria-invalid=true]){--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__unchecked{outline:2px solid #36f;outline-offset:3px}.af-checkbox label:hover:not(:has(input[type=checkbox]:disabled)) .af-checkbox__unchecked{color:#00008f;fill:#00008f}.af-checkbox-select label:hover:not(:has(input[type=checkbox]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-checkbox-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem;margin-top:1rem}.af-checkbox-select--horizontal{flex-direction:row}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (width >= 576px){.container{max-width:540px}}@media (width >= 768px){.container{max-width:720px}}@media (width >= 992px){.container{max-width:960px}}@media (width >= 1200px){.container{max-width:1440px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.3333%;max-width:8.3333%}.col-2{flex:0 0 16.6667%;max-width:16.6667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333%;max-width:33.3333%}.col-5{flex:0 0 41.6667%;max-width:41.6667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333%;max-width:58.3333%}.col-8{flex:0 0 66.6667%;max-width:66.6667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333%;max-width:83.3333%}.col-11{flex:0 0 91.6667%;max-width:91.6667%}.col-12{flex:0 0 100%;max-width:100%}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}@media (width >= 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.3333%;max-width:8.3333%}.col-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.col-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.col-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.col-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}}@media (width >= 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.3333%;max-width:8.3333%}.col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}}@media (width >= 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.3333%;max-width:8.3333%}.col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}}@media (width >= 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.3333%;max-width:8.3333%}.col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}}.af-form__select-label{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.af-form__select-single-value{color:#333}.af-form__select-single-value-disabled{color:#999}.af-form__select-error{color:#c91432;display:flex;gap:.5rem;margin-top:.5rem}.af-form__select-error-icon path{fill:#c91432}.af-form__input-select{color:#5f5f5f;font-size:1rem;min-height:unset!important}.af-form__input-select-container{background-color:#fff;border:1px solid #5f5f5f;border-radius:4px;color:#5f5f5f;font-size:1.125rem;padding:.75rem 1rem}.af-form__input-select-container-error{border-color:#c91432;border-width:2px}.af-form__input-select-container-error:active,.af-form__input-select-container-error:hover{box-shadow:inset 0 0 0 1px #c91432!important}.af-form__input-select-container:active,.af-form__input-select-container:hover{box-shadow:inset 0 0 0 2px #00008f}.af-form__input-select-container-focused,.af-form__input-select-container:focus-visible{box-shadow:inset 0 0 0 2px #00008f;outline:2px solid #36f;outline-offset:3px}.af-form__input-select-container-disabled{background-color:#f3f3f3;border-color:#e5e5e5}.af-form__input-select-container-icon-disabled path{fill:#999}.af-form__input-select-menu{background-color:#fff;box-shadow:0 4px 16px -2px rgba(0,0,143,.251);margin-left:-1rem;margin-top:.4rem}.af-form__input-select-menu-options{border:1px solid #0000;box-shadow:none;color:#333;font-size:1.125rem;font-weight:400;padding:.75rem 1rem}.af-form__input-select-menu-options-selected{color:#00008f;font-weight:600}.af-form__input-select-menu-options-focused{border:1px solid #00008f}.af-form__input-select-menu-options:nth-child(odd){background-color:#f8f8ff}.af-form__input-select-menu-options:nth-child(2n){background-color:#fff}.af-form__group--label{color:#333;font-size:1.125rem;font-weight:600}.af-form__file-input{align-items:center;background-color:#fff;border:2px dashed #00008f;border-radius:8px;color:#333;cursor:pointer;display:flex;flex-direction:column;font-weight:400;justify-content:space-between;margin-bottom:.6rem;margin-top:.5rem;padding:1rem 1rem 2rem;position:relative;text-align:center}.af-form__file-input.is-mobile{padding-bottom:1rem}.af-form__file-input:hover{border-color:#5f5f5f}.af-form__file-input--error{border-color:#c91432}.af-form__file-input input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;top:0;width:100%}.af-form__file-input-dropdown-text{line-height:5px;padding-top:1rem}.af-form__file-input-help{color:#5f5f5f;font-size:1rem;font-weight:400}.af-form__file-input-icon path{fill:#00008f}.af-form__file-input .af-btn-client{width:50%}.af-form__file-list{display:flex;flex-wrap:wrap;font-size:.9rem;list-style:none;margin-top:1.125rem;padding:0}.af-form__file-title-container{align-items:center;display:flex;gap:.5rem;justify-content:center}.af-form__file-title-container-icon-error path{fill:#c91432}.af-form__file-title-container-icon-success path{fill:#118635}.af-form__file-title{display:flex;flex-direction:column}.af-form__file-name{color:#333;font-size:1.125rem}.af-form__file-size{color:#5f5f5f;font-size:1rem}.af-form__file-error{align-items:center;color:#c91432;display:flex;font-size:1rem;gap:.25rem;margin-bottom:.9rem;margin-top:-.9rem}.af-form__file-error-icon path{fill:#c91432}.af-form__file-line{align-items:center;background:#fff;border:1px solid #5f5f5f;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem;width:100%}.af-form__file-line--error{border-color:#c91432}.af-form__file-actions{align-items:baseline;cursor:pointer;display:flex;gap:1rem;justify-content:center}.af-form__file-actions-icon path{fill:#5f5f5f}.is-mobile .af-form__file-input-dropdown-text{display:none}.is-mobile .af-btn-client{width:100%}.af-accordion-client{background-color:#fff;border-radius:8px;display:block;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0}.af-accordion-client__item:not(:last-child){border-bottom:1px solid #e9ecf2}.af-accordion-client__item>h3{font-size:1.125rem;font-weight:600;margin:0;width:100%}.af-accordion-client__item>h3:has(button[aria-expanded=true]){border-bottom:none;color:#00008f}.af-accordion-client__item>h3>button{align-items:center;background-color:inherit;border:0;color:inherit;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;padding:15px 20px;text-align:start;width:100%}.af-accordion-client__item>h3>button:focus{outline:unset}.af-accordion-client__item>h3>button:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-accordion-client__item>h3>button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300008F' d='m24 13.333-1.88-1.88L16 17.56l-6.12-6.107L8 13.333l8 8z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M32 0v32H0V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;content:"";flex-shrink:0;height:32px;margin-left:auto;transition:transform .2s ease-in-out;width:32px}.af-accordion-client__item>h3>button[aria-expanded=true]:after{transform:rotate(180deg)}.af-accordion-client__item>[role=region]{margin-bottom:1rem;padding:0 20px}.af-modal{background-color:#fff;border:none;border-radius:.5rem;margin:0 auto;padding:1.5rem 0;position:fixed;width:100%}.af-modal::backdrop{background:#333;opacity:.4}.af-modal__top{align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;display:flex;gap:1rem;padding:0 1.5rem 1.5rem;position:-webkit-sticky;position:sticky;top:0}.af-modal__top-title{align-items:start;color:#333;display:flex;justify-content:space-between;margin:0;width:100%}.af-modal__top-title-text{font-family:Publico Headline;font-size:1.5rem;line-height:1.875rem}.af-modal__top-title-subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem}.af-modal__top-title-close-btn{all:unset;align-items:center;cursor:pointer;display:flex;height:2rem;justify-content:center;width:2rem;fill:#00008f}.af-modal__top-title :hover{background:none}.af-modal__top-title :focus{background:none;border:none}.af-modal__content{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;gap:2.5rem;margin-top:2.5rem;padding:0 1.5rem}.af-modal__actions{align-items:flex-end;display:flex;flex-direction:column-reverse;gap:1rem;justify-content:flex-end;padding-top:0}.af-modal__actions *,.af-modal__actions--fullWidth *{flex-grow:1;width:100%}@media only screen and (width >= 1024px){.af-modal{margin:auto;max-width:48rem;min-width:48rem}.af-modal__actions{flex-direction:row-reverse;justify-content:flex-start}.af-modal__actions *{flex-grow:unset;width:auto}.af-modal__actions--fullWidth *{flex-grow:1;width:100%}}.af-alert{align-items:flex-start;background-color:#fff;border-radius:12px;display:flex;flex:1 1;font-family:Source Sans Pro,arial,sans-serif;margin-top:1rem;padding:1rem}.af-alert .af-alert__icon{aspect-ratio:1;flex-shrink:0;margin-right:1rem;width:1.5rem}.af-alert--information{border:1px solid #00008f}.af-alert--information .af-alert__icon{color:#00008f;transform:rotate(180deg);fill:#00008f}.af-alert--information .af-alert__title{color:#00008f}.af-alert--error{border:1px solid #c91432}.af-alert--error .af-alert__icon{color:#c91432;fill:#c91432}.af-alert--error .af-alert__title{color:#c91432}.af-alert--neutral{border:1px solid #5f5f5f}.af-alert--neutral .af-alert__icon{color:#5f5f5f;fill:#5f5f5f}.af-alert--neutral .af-alert__title{color:#5f5f5f}.af-alert--warning{border:1px solid #c94e14}.af-alert--warning .af-alert__icon{color:#c94e14;fill:#c94e14}.af-alert--warning .af-alert__title{color:#c94e14}.af-alert--validation{border:1px solid #118635}.af-alert--validation .af-alert__icon{color:#118635;fill:#118635}.af-alert--validation .af-alert__title{color:#118635}.af-alert .af-alert-client__content{width:100%}.af-alert .af-alert-client__content .af-alert__link{text-align:right}.af-alert .af-alert-client__content .af-alert__title{font-weight:600;line-height:1.5rem;padding-bottom:.25rem}.af-alert *{font-size:1.125rem;font-weight:400;margin:0}.af-link{align-items:center;color:#00008f;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;fill:#00008f}.af-link:active,.af-link:focus,.af-link:hover{color:#000072;fill:#000072}.af-link:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-link--openInNewTab{font-weight:600;text-decoration:none}.af-link--openInNewTab:hover{text-decoration:none}.af-link--openInNewTab svg{aspect-ratio:1;height:1.25rem;margin-left:.2rem;width:1.25rem}.af-container-pagination>div{border:1px solid #f3f3f3;border-radius:41px;display:flex;padding:.5rem}.af-loader__container{align-items:center;animation:spin 2s linear infinite;border:1px solid #f3f3f3;border-radius:50%;border-top-color:#00008f;container-type:inline-size;display:flex;flex-direction:column;justify-content:center;margin:auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.af-card--list{box-shadow:none;padding:0 1rem}.af-card--large{width:100%}.af-list{flex-direction:column;list-style-type:none;padding:0}.af-list__item{padding:1rem 0}.af-list__separator{border:1px solid #e9ecf2;margin:0}.af-card--click-list{padding:0}.af-card--click-list .af-list__separator{margin:auto;width:calc(100% - 2rem)}.af-card--click-list .af-list__item{padding:0}.af-card--click-list .af-list__item .af-list-item__content{align-items:inherit;display:inherit;gap:12px}.af-card--click-list .af-list__item .af-list-item-content__icon svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list .af-list__item .af-list-item-content__label{text-align:left}.af-card--click-list .af-list__item .af-list-item-content-label__title{color:#333;font-size:1rem;font-weight:600;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__secondary{color:#5f5f5f;font-size:.875rem;font-weight:400;line-height:1.1rem;margin:0}.af-card--click-list .af-list__item .af-list-item__action{margin-left:auto}.af-card--click-list .af-list__item .af-list-item__action svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1.125rem;line-height:1.4rem}.af-card--click-list .af-list__item .af-list-item__button{align-items:center;background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;display:flex;gap:.5rem;padding:1rem;width:100%}.af-card--click-list .af-list__item .af-list-item__button:disabled{cursor:default}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__icon svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__secondary,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__subtitle,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__title,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__label{color:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item__action svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:enabled:hover{box-shadow:0 4px 8px 0 #10184114}.af-card--click-list .af-list__item .af-list-item__button:enabled:active{box-shadow:inset 0 2px 8px 0 #00000026;outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus{outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus-visible{border:2px solid #36f;outline:none}@media (width <= 667px){.af-card--click-list .af-list-item-content__label{font-size:.875rem;line-height:1.1rem}.af-card--click-list .af-list-item-content-label__subtitle,.af-card--click-list .af-list-item-content-label__title{font-size:.875rem;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1rem;font-weight:600;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1rem;line-height:1.25rem}.af-card--click-list .af-list-item__button:enabled,.af-card--click-list .af-list-item__button:enabled:hover{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item__label{color:#00008f}.af-card--click-list .af-list-item__button:enabled:active{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:active .af-list-item__label{color:#000072}.af-card--click-list .af-list-item__button:enabled:focus-visible{border:1px solid #36f}}.af-card--content-tab-list{padding:.5rem 1.5rem}.af-card--content-tab-list .af-list{display:flex;flex-direction:column;justify-content:center}.af-card--content-tab-list .af-list__item{align-items:center;display:flex;flex-direction:row;gap:2.5rem;justify-content:space-between}.af-card--content-tab-list .af-list__item span{display:block;margin:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container,.af-card--content-tab-list .af-list__item .af-list-item__left-container,.af-card--content-tab-list .af-list__item .af-list-item__right-container{all:inherit;padding:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{grid-area:content-tab__additional-data-container}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{grid-area:content-tab__tag}.af-card--content-tab-list .af-list__item .af-list-item__label{color:#333;grid-area:content-tab__label}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__date{color:#5f5f5f;font-size:1.125rem;font-weight:600;grid-area:content-tab__date;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item__value{color:#118635;font-size:1.125rem;font-weight:600;justify-self:end;line-height:1.4rem;text-align:right}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0 .625rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container svg{height:1.25rem;width:1.25rem;fill:#00008f}.af-card--content-tab-list .af-list__item:not(:has(.af-list-item__value)) .af-tag{margin:0 1.34rem}@media (width <= 667px){.af-card--content-tab-list{padding:.25rem 1rem}.af-card--content-tab-list .af-list__item{gap:1.5rem;padding:.75rem 0}.af-card--content-tab-list .af-list__item .af-list-item__left-container{align-items:start;display:grid;gap:.25rem;grid-template:"content-tab__additional-data-container" "content-tab__label";justify-content:start}.af-card--content-tab-list .af-list__item .af-list-item__right-container{gap:1.5rem}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{align-items:center;display:block}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container:has(.af-list-item__date):has(.af-tag){display:grid;gap:.75rem;grid-template:"content-tab__tag content-tab__date"}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{margin:0}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{font-size:.875rem;line-height:1.1rem}.af-card--content-tab-list .af-list__item .af-list-item__date,.af-card--content-tab-list .af-list__item .af-list-item__value{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0}.af-card--content-tab-list .af-list__item .af-list-item__button-container button{font-size:0;gap:0;padding:0}.af-card--content-tab-list .af-list__item:has(.af-list-item__value){align-items:start}}.af-tag{align-items:center;background-color:#fff;border:1px solid #5f5f5f;border-radius:.25rem;color:#5f5f5f;cursor:default;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;gap:.625rem;justify-content:center;padding:.125rem .5rem}.af-tag span{font-size:1rem;font-weight:600;line-height:1.25rem}.af-tag--success{border-color:#118635;color:#118635}.af-tag--error{border-color:#c91432;color:#c91432}.af-tag--warning{border-color:#c94e14;color:#c94e14}.af-tag--info{border-color:#00008f;color:#00008f}@media (width <= 667px){.af-tag span{font-size:.875rem;line-height:1.094rem}}.af-input-error{align-items:center;display:flex;gap:.25rem}.af-input-error__icon{color:#c91432;width:1rem;fill:#c91432}.af-input-error__message{color:#c91432;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem}.af-icon-bg{background-color:#fff;border-radius:.75rem;display:grid;height:-webkit-min-content;height:min-content;padding:.75rem;width:-webkit-min-content;width:min-content}.af-icon-bg svg{height:2rem;width:2rem;fill:#00008f}.af-icon-bg--secondary{background-color:#00008f}.af-icon-bg--secondary svg{fill:#fff}.af-icon-bg--disabled{background-color:#f3f3f3}.af-icon-bg--disabled svg{fill:#999}@media (width <= 667px){.af-icon-bg{padding:.5rem}}.af-navbar-container{align-items:center;display:flex;flex-direction:row;gap:1.6rem;height:5rem;list-style-type:none;margin:0;padding:0}.af-navbar-item{cursor:pointer;height:100%}.af-navbar-item__link{box-sizing:border-box;color:#333;display:inline-block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;height:100%;line-height:1.4rem;min-width:8.4rem;padding:1.75rem 1rem;text-align:center;text-decoration:none}.af-navbar-item__link--active,.af-navbar-item__link:focus{border-bottom:4px solid #00008f;color:#00008f;font-weight:600;line-height:1.6rem;outline:none;text-decoration:none}.af-navbar-item__link:not(:focus,--active):hover{border-bottom:2px solid #e9ecf2;color:#333;font-weight:400;line-height:1.4rem;text-decoration:none}.af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:1.5rem 0 1.5rem 7.5rem}.af-header-previous-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;text-decoration:none}.af-header-previous-link__icon{height:1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link__text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Button/Button.client.scss","../src/client.scss","../src/common/common.client.scss","../src/common/reboot.scss","../src/Card/Card.client.scss","../src/Layout/Footer/Footer.client.scss","../src/Stepper/Stepper.client.scss","../src/Layout/Header/Client/Header.client.scss","../src/Form/Radio/Client/Radio.scss","../src/Tabs/Tabs.client.scss","../src/Form/Checkbox/Client/Checkbox.scss","../src/common/grid.scss","../src/Form/Select/Client/Select.client.scss","../src/Form/FileUpload/Client/FileUpload.client.scss","../src/Accordion/Accordion.client.scss","../src/Modal/Modal.client.scss","../src/Alert/Alert.client.scss","../src/Link/Link.client.scss","../src/Pagination/Pagination.client.scss","../src/Loader/Loader.client.scss","../src/List/List.scss","../src/List/ClickList/ClickList.client.scss","../src/List/ContentTabList/ContentTabList.client.scss","../src/Tag/Tag.client.scss","../src/Form/InputError/InputError.client.scss","../src/IconBg/IconBg.client.scss","../src/Layout/Header/Client/NavBar/NavBar.scss","../src/Layout/Header/Client/PreviousLink/PreviousLink.scss"],"names":[],"mappings":"AAEA,eCKA,kBAAA,CAOA,wBAAA,CATA,QAAA,CACA,iBAAA,CAOA,UAAA,CAKA,cAAA,CAjBA,YAAA,CASA,4CCVyB,CDWzB,cAAA,CACA,eAAA,CAHA,QAAA,CADA,sBAAA,CALA,iBAAA,CADA,kBAAA,CAEA,oBAAA,CAWA,uBAAA,CACA,iFDEE,CCDF,iCAEA,CDIE,qBCDF,wBAAA,CADA,UAEA,CDKE,2CAGE,wBEhBc,CFed,UCHJ,CDOE,6BACE,sBAAA,CACA,kBCLJ,CDQE,mBAGE,cAAA,CADA,aAAA,CADA,YCJJ,CDSE,sBAME,wBAAA,CADA,aE3CQ,CF0CR,UAAA,CAFA,eAAA,CADA,cAAA,CAEA,cCJJ,CDSI,4BAEE,wBAAA,CADA,aCNN,CDUI,yDAGE,wBAAA,CADA,aCRN,CDaE,iCACE,wBCXJ,CDaI,uCACE,wBCXN,CDcI,uCACE,wBCZN,CDgBE,yBAEE,qBEvDoB,CFsDpB,aCbJ,CDgBI,+BAEE,wBE1DyB,CFyDzB,aCbN,CDiBI,+DAGE,wBE/D0B,CF8D1B,aCfN,CDoBE,0BAEE,qBEvFU,CFwFV,kCAAA,CAFA,aChBJ,CDoBI,iGAIE,qBE9FQ,CF+FR,kCAAA,CAFA,aClBN,CDuBI,iCACE,wBCrBN,CDyBE,gCAEE,qBEzGU,CF0GV,kCAAA,CAFA,aCrBJ,CDyBI,mHAIE,qBEhHQ,CFiHR,kCAAA,CAFA,aCvBN,CD4BI,uCACE,wBC1BN,CD8BE,wBAEE,kBAAA,CADA,YAAA,CAEA,sBAAA,CACA,aC5BJ,CD+BE,2DAGE,wBE7Ga,CF8Gb,eAAA,CAFA,UEvHsB,CF0HtB,kBC9BJ,CDgCI,8IAIE,wBErHW,CFmHX,kBAAA,CACA,UC9BN,CEpHA,iBAGE,qBFuHF,CEpHA,KACE,sBAAA,CACA,gBAAA,CACA,6BAAA,CAAA,0BAAA,CAAA,qBAAA,CACA,uCFuHF,CEpHA,sEAUE,aFuHF,CEpHA,KAQE,qBAAA,CADA,UAAA,CALA,4CAAA,CACA,cAAA,CACA,eAAA,CACA,eAAA,CAJA,QAAA,CAKA,eFyHF,CEpHA,sBACE,mBFuHF,CEpHA,GACE,kBAAA,CACA,QAAA,CACA,gBFuHF,CEpHA,kBAOE,mBAAA,CADA,YFwHF,CEpHA,EAEE,kBAAA,CADA,YFwHF,CEpHA,sCAEE,eAAA,CAIA,WAAA,CAHA,yBAAA,CACA,wCAAA,CAAA,gCAAA,CACA,qCAAA,CAAA,6BFwHF,CEpHA,QAEE,iBAAA,CACA,mBFuHF,CEpHA,iBALE,kBFgIF,CE3HA,SAGE,YFwHF,CEpHA,wBAIE,eFuHF,CEpHA,GACE,eFuHF,CEpHA,GACE,mBAAA,CACA,aFuHF,CEpHA,WACE,eFuHF,CEpHA,SAEE,kBFuHF,CEpHA,MACE,aFuHF,CEpHA,QAIE,aAAA,CACA,aAAA,CAHA,iBAAA,CACA,sBFyHF,CEpHA,IACE,aFuHF,CEpHA,IACE,SFuHF,CEpHA,EAGE,wBAAA,CADA,aAAA,CADA,oBFyHF,CEpHA,QAEE,aAAA,CADA,yBFwHF,CE/GA,uFAGE,aAAA,CADA,oBFwHF,CEpHA,+BACE,SFuHF,CEpHA,kBAIE,sFAAA,CAEA,aFsHF,CEnHA,IAEE,kBAAA,CADA,YAAA,CAEA,aFsHF,CEnHA,OACE,eFsHF,CEnHA,IACE,iBFuHF,CEnHA,QAHE,qBF2HF,CExHA,IAEE,eFsHF,CEnHA,MACE,wBFsHF,CEnHA,QAGE,mBAAA,CAEA,aAAA,CAHA,oBAAA,CADA,iBAAA,CAGA,eFuHF,CEnHA,GACE,kBFsHF,CEnHA,MACE,oBAAA,CACA,mBFsHF,CEnHA,OACE,eFsHF,CEnHA,sCAME,mBAAA,CACA,iBAAA,CACA,mBAAA,CAHA,QFyHF,CEnHA,aAEE,gBFsHF,CEnHA,cAEE,mBFsHF,CEnHA,OACE,gBFsHF,CEnHA,gDAIE,yBAAA,CAAA,iBFsHF,CEnHA,aACE,kBAAA,CACA,yCFsHF,CEnHA,4GAIE,cFsHF,CEnHA,wHAKE,iBAAA,CADA,SFuHF,CEnHA,uCAEE,qBAAA,CACA,SFsHF,CEnHA,+EAIE,0BAAA,CAAA,kBFsHF,CEnHA,SACE,aAAA,CACA,eFsHF,CEnHA,SAIE,QAAA,CAFA,QAAA,CADA,WAAA,CAEA,SFuHF,CEnHA,OASE,aAAA,CARA,aAAA,CAKA,gBAAA,CACA,mBAAA,CAHA,mBAAA,CADA,cAAA,CAEA,SAAA,CAGA,kBAAA,CANA,UF6HF,CEnHA,SACE,sBFsHF,CEnHA,kFAEE,WFsHF,CEnHA,cAEE,uBAAA,CAAA,eAAA,CADA,mBFuHF,CEnHA,yCACE,uBAAA,CAAA,eFsHF,CEnHA,6BAEE,yBAAA,CAAA,iBAAA,CADA,YFuHF,CEnHA,OACE,oBFsHF,CEnHA,QAEE,cAAA,CADA,iBFuHF,CEnHA,SACE,YFsHF,CEnHA,SACE,sBFsHF,CGlcA,SASE,qBFJY,CEFZ,wBAAA,CACA,mBAAA,CAMA,qCAAA,CALA,4CFRuB,CESvB,cAAA,CACA,eAAA,CACA,mBAAA,CANA,YAAA,CADA,yBAAA,CAAA,sBAAA,CAAA,iBH8cF,CGncE,qBACE,kBHqcJ,CGlcE,uBACE,qBAAA,CACA,YHocJ,CGjcE,kCACE,qCHmcJ,CGhcE,gBAIE,aFzBQ,CEsBR,kBAAA,CACA,eAAA,CACA,kBHmcJ,CG9bA,eAEE,cAAA,CADA,kBHkcF,CG/bE,sBACE,eHicJ,CG9bE,qBACE,YHgcJ,CI3eA,WAOE,wBHkBgB,CGnBhB,UAAA,CAJA,YAAA,CACA,qBAAA,CACA,4BAAA,CACA,wBAAA,CAJA,WJofF,CI5eE,sBAIE,gBAAA,CAHA,QAAA,CAEA,eAAA,CADA,SAAA,CAGA,qCJ8eJ,CI1eI,+BACE,WAAA,CACA,cAAA,CACA,wCJ4eN,CIteE,wBACE,iBAAA,CACA,sBAAA,CACA,0DAAA,CACA,+CJweJ,CIteI,iCACE,YJweN,CIpeE,qBAIE,UHpCU,CGiCV,aAAA,CACA,qBAAA,CACA,oBJueJ,CIpeI,2BACE,aJseN,CIleE,4BAIE,sBAAA,CAAA,kBAAA,CAHA,YAAA,CAIA,kBAAA,CAEA,UHKS,CGNT,sBAAA,CAJA,oBJyeJ,CIjeE,0BACE,iBAAA,CACA,UHvDU,CGwDV,SJmeJ,CIjeI,gCACE,aHvDS,CGwDT,YJmeN,CI/dE,6BACE,SAAA,CAEA,qBAAA,CADA,YAAA,CAIA,6BAAA,CADA,qBAAA,CADA,UJmeJ,CI9dE,iCAEE,UH3EU,CG0EV,eJieJ,CI7dE,yBACE,aJ+dJ,CI5dE,0BACE,iBJ8dJ,CI3dE,iBAGE,iBAAA,CADA,WAAA,CADA,UAAA,CAGA,SJ6dJ,CIzdA,yCAEI,sBAME,gBAAA,CALA,YAAA,CAGA,kBAAA,CAFA,WAAA,CAGA,6BAAA,CAFA,gBJ8dJ,CIzdI,mCACE,iBJ2dN,CIvdE,qBAGE,iBAAA,CADA,2BAAA,CAEA,UHjHQ,CG8GR,gBJ4dJ,CItdE,4BAGE,WAAA,CACA,UHlEO,CG+DP,kCJ0dJ,CIpdE,sBAIE,aAAA,CADA,gBAAA,CADA,UJ0dJ,CIndE,0CARE,YAAA,CAIA,kBAAA,CACA,6BJ6dJ,CI1dE,oBAEE,aHjFO,CGoFP,oBJqdJ,CIldE,6BACE,YAAA,CACA,mCJodJ,CIhdE,yBAEE,0BAAA,CADA,SAAA,CAEA,gBJkdJ,CI/cE,8BAGE,aAAA,CADA,gBAAA,CADA,UJmdJ,CI9cE,0BACE,YAAA,CAEA,wBAAA,CADA,4BJidJ,CACF,CKxnBA,mBAIE,wBAAA,CAHA,YAAA,CAEA,qBAAA,CADA,UL4nBF,CKxnBE,0BAOE,UJmBa,CIxBb,kEAAA,CACA,cAAA,CACA,eAAA,CACA,kBAAA,CAJA,mBAAA,CAKA,eL2nBJ,CKvnBE,6BAOE,aJQa,CIbb,4CJpBqB,CIqBrB,kBAAA,CACA,eAAA,CACA,oBAAA,CAJA,oBAAA,CAKA,eL0nBJ,CKtnBE,4BAEE,oBAAA,CADA,YAAA,CAEA,QLwnBJ,CKrnBE,gCAIE,wBJlBwB,CIiBxB,iBAAA,CADA,cAAA,CADA,UL0nBJ,CKpnBE,6BAME,wBJxCQ,CIsCR,iBAAA,CAFA,WAAA,CACA,cAAA,CAEA,eAAA,CAEA,8CACE,CAPF,SL4nBJ,CMpqBA,WACE,uBAAA,CAAA,eAAA,CAEA,KAAA,CADA,WNwqBF,CMpqBA,qBAWE,qBLXY,CKIZ,4BAAA,CADA,4BAAA,CAKA,4CLhBuB,CKiBvB,iBAAA,CACA,eAAA,CAHA,6BAAA,CALA,cNgrBF,CMpqBA,0CARE,kBAAA,CALA,YAAA,CAIA,kBNqrBF,CM5qBA,qBAKE,UAAA,CAHA,WN0qBF,CMpqBA,SAEE,aAAA,CADA,YNwqBF,CMpqBA,sBAGE,kBAAA,CAFA,YAAA,CACA,kBAAA,CAEA,UNuqBF,CO5sBA,UACE,4CP+sBF,CO7sBE,YACE,qBP+sBJ,CO5sBE,mBAEE,kBAAA,CADA,YAAA,CAGA,QAAA,CADA,sBP+sBJ,CO5sBI,uBAGE,aNXM,CMUN,cAAA,CADA,aAAA,CAGA,YP8sBN,CO3sBI,kDACE,YAAA,CACA,qBAAA,CACA,UAAA,CACA,mBP6sBN,CO3sBM,mEAGE,UNGS,CMLT,kBAAA,CACA,kBP8sBR,CO1sBM,yEACE,aP4sBR,COvsBE,gDACE,qBAAA,CACA,SPysBJ,COjsBE,wDAJE,cAAA,CACA,mBPktBJ,CO/sBE,2BAGE,kBAAA,CAKA,aNrCc,CM8Bd,YAAA,CAIA,4CAAA,CADA,SAAA,CAFA,kBP6sBJ,COrsBI,+BAGE,aN1CY,CMyCZ,WAAA,CADA,UAAA,CAGA,YPusBN,COnsBE,kCACE,ePqsBJ,COlsBE,gBAKE,sBAAA,CADA,iBAAA,CAIA,cAAA,CAPA,YAAA,CAMA,kBAAA,CADA,UAAA,CAJA,QAAA,CACA,oBPysBJ,COjsBE,uBAGE,kBAAA,CACA,kDAAA,CAHA,aAAA,CACA,YAAA,CAIA,0BPksBJ,CO9rBI,+BACE,aNzEY,CM0EZ,YPgsBN,CO5rBE,mCAKE,qBAAA,CAEA,KAAA,CAJA,WAAA,CAGA,0BAAA,CAFA,YAAA,CAHA,iBAAA,CAOA,iBAAA,CANA,WPosBJ,CO5rBI,oDAGE,SAAA,CAFA,iBAAA,CACA,QP+rBN,CO1rBE,0CACE,0BAAA,CAEA,kDP2rBJ,COxrBE,kCAEE,kBAAA,CACA,SAAA,CAFA,iBP4rBJ,COxrBI,mDAEE,kBAAA,CADA,YAAA,CAEA,UP0rBN,COxrBM,8IAIE,kBAAA,CADA,cAAA,CADA,aP2rBR,COtrBM,sEACE,YPwrBR,COrrBM,wEACE,aN/GS,CMgHT,YPurBR,COjrBI,kEAEE,aNlJM,CMiJN,aAAA,CAEA,YPmrBN,COhrBI,oEACE,YPkrBN,CO9qBE,gDACE,cPgrBJ,CO9qBI,+MAGE,UNrJoB,CMsJpB,SP8qBN,CO1qBE,uDAEE,wBNlJa,CMmJb,kDAAA,CAFA,UN3JsB,CM+JtB,0BP2qBJ,COxqBE,0EACE,wBNzKW,CM0KX,kCP0qBJ,COtqBI,0KAEE,sBAAA,CACA,kBPuqBN,COlqBI,iFACE,aN7LM,CM8LN,YPoqBN,COhqBE,mEACE,0BAAA,CAEA,kDPiqBJ,CO9pBE,iBASE,aNvLa,CM+Kb,YAAA,CAEA,qBAAA,CAEA,4CNpNqB,CMqNrB,iBAAA,CACA,eAAA,CAHA,QAAA,CAIA,mBAAA,CANA,ePuqBJ,CO9pBI,6BACE,kBPgqBN,CQz3BA,gBACE,YAAA,CAIA,qBAAA,CACA,4CAAA,CAHA,QAAA,CACA,SAAA,CAFA,URg4BF,CQ13BE,+BAIE,mCAAA,CAHA,YAAA,CAEA,mBPgDS,COjDT,UR83BJ,CQz3BE,2BACE,SAAA,CAMA,cAAA,CAHA,iBAAA,CACA,kBP4BQ,CO9BR,YAAA,CADA,iBAAA,CAIA,iBR43BJ,CQz3BI,gCACE,aAAA,CAEA,WAAA,CADA,UR43BN,CQx3BI,+CACE,+BAAA,CAEA,aP5BM,CO2BN,eR23BN,CQr3BI,uCACE,sBRu3BN,CQp3BI,mCAEE,WAAA,CADA,URu3BN,CQl3BE,iCACE,aRo3BJ,CQj3BE,yCACE,sBAAA,CACA,kBRm3BJ,CQh3BE,kDACE,YRk3BJ,CS56BA,aACE,4CT+6BF,CS76BE,eACE,qBT+6BJ,CS56BE,sBAEE,kBAAA,CADA,YAAA,CAGA,QAAA,CADA,sBT+6BJ,CS56BI,0BAGE,aRXM,CQUN,cAAA,CADA,aAAA,CAGA,YT86BN,CS36BI,wDACE,YAAA,CACA,qBAAA,CACA,UAAA,CACA,mBT66BN,CS36BM,yEAGE,URGS,CQLT,kBAAA,CACA,kBT86BR,CS16BM,+EACE,aT46BR,CSv6BE,sDACE,qBAAA,CACA,STy6BJ,CSj6BE,iEAJE,cAAA,CACA,mBTk7BJ,CS/6BE,iCAGE,kBAAA,CAKA,aRrCc,CQ8Bd,YAAA,CAIA,4CAAA,CADA,SAAA,CAFA,kBT66BJ,CSr6BI,qCAGE,aR1CY,CQyCZ,WAAA,CADA,UAAA,CAGA,YTu6BN,CSn6BE,wCACE,eTq6BJ,CSl6BE,mBAKE,sBAAA,CADA,iBAAA,CAIA,cAAA,CAPA,YAAA,CAMA,kBAAA,CADA,UAAA,CAJA,QAAA,CACA,oBTy6BJ,CSj6BE,0BAGE,kBAAA,CACA,kDAAA,CAHA,aAAA,CACA,YAAA,CAIA,0BTk6BJ,CS/5BE,sCAKE,qBAAA,CAEA,KAAA,CAJA,WAAA,CAGA,0BAAA,CAFA,YAAA,CAHA,iBAAA,CAOA,iBAAA,CANA,WTu6BJ,CS/5BI,0DAGE,SAAA,CAFA,iBAAA,CACA,QTk6BN,CS75BE,wCAEE,kBAAA,CACA,SAAA,CAFA,iBTi6BJ,CS75BI,4DAEE,kBAAA,CADA,YAAA,CAEA,UT+5BN,CS75BM,sKAIE,kBAAA,CADA,cAAA,CADA,aTg6BR,CS35BM,kFACE,YT65BR,CS15BM,oFACE,aRlGS,CQmGT,YT45BR,CSt5BI,8KAEE,aRvHY,CQwHZ,YTu5BN,CSl5BI,2EAEE,aR7IM,CQ4IN,aAAA,CAEA,YTo5BN,CSj5BI,6EACE,YTm5BN,CS/4BE,4DACE,wBRjJW,CQkJX,kCTi5BJ,CS94BE,sDACE,cTg5BJ,CS94BI,0OAGE,URrJoB,CQsJpB,ST84BN,CS14BE,6DAEE,wBRlJa,CQmJb,kDAAA,CAFA,UR3JsB,CQ+JtB,0BT24BJ,CSx4BE,uEACE,0BAAA,CAEA,kDTy4BJ,CSr4BI,kMAEE,sBAAA,CACA,kBTs4BN,CSj4BI,0FACE,aR9LM,CQ+LN,YTm4BN,CS/3BE,yEACE,0BAAA,CAEA,kDTg4BJ,CS73BE,oBASE,aRxLa,CQgLb,YAAA,CAEA,qBAAA,CAEA,4CRrNqB,CQsNrB,iBAAA,CACA,eAAA,CAHA,QAAA,CAIA,mBAAA,CANA,eTs4BJ,CS73BI,gCACE,kBT+3BN,CU3lCA,WAGE,gBAAA,CADA,iBAAA,CAGA,iBAAA,CADA,kBAAA,CAHA,UVkmCF,CU5lCA,wBACE,WACE,eV+lCF,CACF,CU7lCA,wBACE,WACE,eV+lCF,CACF,CU7lCA,wBACE,WACE,eV+lCF,CACF,CU7lCA,yBACE,WACE,gBV+lCF,CACF,CU5lCA,iBAGE,gBAAA,CADA,iBAAA,CAGA,iBAAA,CADA,kBAAA,CAHA,UVkmCF,CU3lCA,KACE,YAAA,CAGA,cAAA,CADA,iBAAA,CADA,kBVgmCF,CU3lCA,YAEE,aAAA,CADA,cV+lCF,CU3lCA,sqBAyEE,iBAAA,CADA,kBAAA,CAFA,iBAAA,CACA,UVgmCF,CU3lCA,KAEE,YAAA,CACA,WAAA,CAFA,cVgmCF,CU3lCA,UAGE,aAAA,CADA,cAAA,CADA,UVgmCF,CU3lCA,OAEE,gBAAA,CADA,iBV+lCF,CU3lCA,OAEE,iBAAA,CADA,kBV+lCF,CU3lCA,OAEE,YAAA,CADA,aV+lCF,CU3lCA,OAEE,iBAAA,CADA,kBV+lCF,CU3lCA,OAEE,iBAAA,CADA,kBV+lCF,CU3lCA,OAEE,YAAA,CADA,aV+lCF,CU3lCA,OAEE,iBAAA,CADA,kBV+lCF,CU3lCA,OAEE,iBAAA,CADA,kBV+lCF,CU3lCA,OAEE,YAAA,CADA,aV+lCF,CU3lCA,QAEE,iBAAA,CADA,kBV+lCF,CU3lCA,QAEE,iBAAA,CADA,kBV+lCF,CU3lCA,QAEE,aAAA,CADA,cV+lCF,CU3lCA,2CAGE,cAAA,CADA,eV+lCF,CU3lCA,aACE,QV8lCF,CU3lCA,YACE,QV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,SACE,OV8lCF,CU3lCA,UACE,QV8lCF,CU3lCA,UACE,QV8lCF,CU3lCA,UACE,QV8lCF,CU3lCA,UACE,mBV8lCF,CU3lCA,UACE,oBV8lCF,CU3lCA,UACE,eV8lCF,CU3lCA,UACE,oBV8lCF,CU3lCA,UACE,oBV8lCF,CU3lCA,UACE,eV8lCF,CU3lCA,UACE,oBV8lCF,CU3lCA,UACE,oBV8lCF,CU3lCA,UACE,eV8lCF,CU3lCA,WACE,oBV8lCF,CU3lCA,WACE,oBV8lCF,CU5lCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVimCF,CU5lCA,aAGE,aAAA,CADA,cAAA,CADA,UVgmCF,CU3lCA,UAEE,gBAAA,CADA,iBV8lCF,CU1lCA,UAEE,iBAAA,CADA,kBV6lCF,CUzlCA,UAEE,YAAA,CADA,aV4lCF,CUxlCA,UAEE,iBAAA,CADA,kBV2lCF,CUvlCA,UAEE,iBAAA,CADA,kBV0lCF,CUtlCA,UAEE,YAAA,CADA,aVylCF,CUrlCA,UAEE,iBAAA,CADA,kBVwlCF,CUplCA,UAEE,iBAAA,CADA,kBVulCF,CUnlCA,UAEE,YAAA,CADA,aVslCF,CUllCA,WAEE,iBAAA,CADA,kBVqlCF,CUjlCA,WAEE,iBAAA,CADA,kBVolCF,CUhlCA,WAEE,aAAA,CADA,cVmlCF,CU/kCA,gBACE,QVilCF,CU9kCA,eACE,QVglCF,CU7kCA,YACE,OV+kCF,CU5kCA,YACE,OV8kCF,CU3kCA,YACE,OV6kCF,CU1kCA,YACE,OV4kCF,CUzkCA,YACE,OV2kCF,CUxkCA,YACE,OV0kCF,CUvkCA,YACE,OVykCF,CUtkCA,YACE,OVwkCF,CUrkCA,YACE,OVukCF,CUpkCA,YACE,OVskCF,CUnkCA,aACE,QVqkCF,CUlkCA,aACE,QVokCF,CUjkCA,aACE,QVmkCF,CUhkCA,aACE,aVkkCF,CU/jCA,aACE,mBVikCF,CU9jCA,aACE,oBVgkCF,CU7jCA,aACE,eV+jCF,CU5jCA,aACE,oBV8jCF,CU3jCA,aACE,oBV6jCF,CU1jCA,aACE,eV4jCF,CUzjCA,aACE,oBV2jCF,CUxjCA,aACE,oBV0jCF,CUvjCA,aACE,eVyjCF,CUtjCA,cACE,oBVwjCF,CUrjCA,cACE,oBVujCF,CACF,CUrjCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVyjCF,CUpjCA,aAGE,aAAA,CADA,cAAA,CADA,UVwjCF,CUnjCA,UAEE,gBAAA,CADA,iBVsjCF,CUljCA,UAEE,iBAAA,CADA,kBVqjCF,CUjjCA,UAEE,YAAA,CADA,aVojCF,CUhjCA,UAEE,iBAAA,CADA,kBVmjCF,CU/iCA,UAEE,iBAAA,CADA,kBVkjCF,CU9iCA,UAEE,YAAA,CADA,aVijCF,CU7iCA,UAEE,iBAAA,CADA,kBVgjCF,CU5iCA,UAEE,iBAAA,CADA,kBV+iCF,CU3iCA,UAEE,YAAA,CADA,aV8iCF,CU1iCA,WAEE,iBAAA,CADA,kBV6iCF,CUziCA,WAEE,iBAAA,CADA,kBV4iCF,CUxiCA,WAEE,aAAA,CADA,cV2iCF,CUviCA,gBACE,QVyiCF,CUtiCA,eACE,QVwiCF,CUriCA,YACE,OVuiCF,CUpiCA,YACE,OVsiCF,CUniCA,YACE,OVqiCF,CUliCA,YACE,OVoiCF,CUjiCA,YACE,OVmiCF,CUhiCA,YACE,OVkiCF,CU/hCA,YACE,OViiCF,CU9hCA,YACE,OVgiCF,CU7hCA,YACE,OV+hCF,CU5hCA,YACE,OV8hCF,CU3hCA,aACE,QV6hCF,CU1hCA,aACE,QV4hCF,CUzhCA,aACE,QV2hCF,CUxhCA,aACE,aV0hCF,CUvhCA,aACE,mBVyhCF,CUthCA,aACE,oBVwhCF,CUrhCA,aACE,eVuhCF,CUphCA,aACE,oBVshCF,CUnhCA,aACE,oBVqhCF,CUlhCA,aACE,eVohCF,CUjhCA,aACE,oBVmhCF,CUhhCA,aACE,oBVkhCF,CU/gCA,aACE,eVihCF,CU9gCA,cACE,oBVghCF,CU7gCA,cACE,oBV+gCF,CACF,CU7gCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVihCF,CU5gCA,aAGE,aAAA,CADA,cAAA,CADA,UVghCF,CU3gCA,UAEE,gBAAA,CADA,iBV8gCF,CU1gCA,UAEE,iBAAA,CADA,kBV6gCF,CUzgCA,UAEE,YAAA,CADA,aV4gCF,CUxgCA,UAEE,iBAAA,CADA,kBV2gCF,CUvgCA,UAEE,iBAAA,CADA,kBV0gCF,CUtgCA,UAEE,YAAA,CADA,aVygCF,CUrgCA,UAEE,iBAAA,CADA,kBVwgCF,CUpgCA,UAEE,iBAAA,CADA,kBVugCF,CUngCA,UAEE,YAAA,CADA,aVsgCF,CUlgCA,WAEE,iBAAA,CADA,kBVqgCF,CUjgCA,WAEE,iBAAA,CADA,kBVogCF,CUhgCA,WAEE,aAAA,CADA,cVmgCF,CU//BA,gBACE,QVigCF,CU9/BA,eACE,QVggCF,CU7/BA,YACE,OV+/BF,CU5/BA,YACE,OV8/BF,CU3/BA,YACE,OV6/BF,CU1/BA,YACE,OV4/BF,CUz/BA,YACE,OV2/BF,CUx/BA,YACE,OV0/BF,CUv/BA,YACE,OVy/BF,CUt/BA,YACE,OVw/BF,CUr/BA,YACE,OVu/BF,CUp/BA,YACE,OVs/BF,CUn/BA,aACE,QVq/BF,CUl/BA,aACE,QVo/BF,CUj/BA,aACE,QVm/BF,CUh/BA,aACE,aVk/BF,CU/+BA,aACE,mBVi/BF,CU9+BA,aACE,oBVg/BF,CU7+BA,aACE,eV++BF,CU5+BA,aACE,oBV8+BF,CU3+BA,aACE,oBV6+BF,CU1+BA,aACE,eV4+BF,CUz+BA,aACE,oBV2+BF,CUx+BA,aACE,oBV0+BF,CUv+BA,aACE,eVy+BF,CUt+BA,cACE,oBVw+BF,CUr+BA,cACE,oBVu+BF,CACF,CUr+BA,yBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVy+BF,CUp+BA,aAGE,aAAA,CADA,cAAA,CADA,UVw+BF,CUn+BA,UAEE,gBAAA,CADA,iBVs+BF,CUl+BA,UAEE,iBAAA,CADA,kBVq+BF,CUj+BA,UAEE,YAAA,CADA,aVo+BF,CUh+BA,UAEE,iBAAA,CADA,kBVm+BF,CU/9BA,UAEE,iBAAA,CADA,kBVk+BF,CU99BA,UAEE,YAAA,CADA,aVi+BF,CU79BA,UAEE,iBAAA,CADA,kBVg+BF,CU59BA,UAEE,iBAAA,CADA,kBV+9BF,CU39BA,UAEE,YAAA,CADA,aV89BF,CU19BA,WAEE,iBAAA,CADA,kBV69BF,CUz9BA,WAEE,iBAAA,CADA,kBV49BF,CUx9BA,WAEE,aAAA,CADA,cV29BF,CUv9BA,gBACE,QVy9BF,CUt9BA,eACE,QVw9BF,CUr9BA,YACE,OVu9BF,CUp9BA,YACE,OVs9BF,CUn9BA,YACE,OVq9BF,CUl9BA,YACE,OVo9BF,CUj9BA,YACE,OVm9BF,CUh9BA,YACE,OVk9BF,CU/8BA,YACE,OVi9BF,CU98BA,YACE,OVg9BF,CU78BA,YACE,OV+8BF,CU58BA,YACE,OV88BF,CU38BA,aACE,QV68BF,CU18BA,aACE,QV48BF,CUz8BA,aACE,QV28BF,CUx8BA,aACE,aV08BF,CUv8BA,aACE,mBVy8BF,CUt8BA,aACE,oBVw8BF,CUr8BA,aACE,eVu8BF,CUp8BA,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","file":"client.css","sourcesContent":["@use \"../common/common.client.scss\" as common;\n\n.af-btn-client {\n display: flex;\n min-width: 11.25rem;\n min-height: 3.5rem;\n padding: 0.8rem 1.2rem;\n border: 0;\n border-radius: common.$component-border-radius;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 600;\n color: common.$color-white;\n background-color: common.$color-axa;\n transition-duration: common.$transition-duration;\n transition-property: width, height, border, color, background-color, outline,\n box-shadow;\n transition-timing-function: linear;\n cursor: pointer;\n\n &:hover {\n color: common.$color-white;\n background-color: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-white;\n background-color: common.$color-btn-light;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > svg {\n width: 1.5rem;\n height: 1.5rem;\n aspect-ratio: 1;\n }\n\n &--ghost {\n min-width: auto;\n min-height: auto;\n padding: 0.25rem;\n gap: 0.25rem;\n color: common.$color-axa;\n background-color: transparent;\n\n &:hover {\n color: common.$color-blue-1;\n background-color: transparent;\n }\n\n &:focus,\n &:active {\n color: common.$color-btn-light;\n background-color: transparent;\n }\n }\n\n &--primary-business {\n background-color: common.$color-btn-business;\n\n &:hover {\n background-color: common.$color-btn-business-dark;\n }\n\n &:focus {\n background-color: common.$color-btn-business-light;\n }\n }\n\n &--tertiary {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg;\n\n &:hover {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-darker;\n }\n\n &:focus,\n &:active {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-lighter;\n }\n }\n\n &--secondary {\n color: common.$color-axa;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-axa inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-blue-1;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-blue-1 inset;\n }\n\n &:active {\n background-color: common.$color-blue-2;\n }\n }\n\n &--secondary-error {\n color: common.$color-btn-error;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-btn-error inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-btn-error-text;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-btn-error-text inset;\n }\n\n &:active {\n background-color: common.$color-btn-error-bg;\n }\n }\n\n &__wrapper {\n display: flex;\n align-items: center;\n justify-content: center;\n line-height: 1;\n }\n\n &:disabled,\n &[aria-disabled=\"true\"] {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n box-shadow: none;\n cursor: not-allowed;\n\n &:hover,\n &:focus {\n border-color: transparent;\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n }\n }\n}\n","@use \"./Button/Button.client\";\n@use \"./Card/Card.client\";\n@use \"./Layout/Footer/Footer.client\";\n@use \"./Stepper/Stepper.client\";\n@use \"./Layout/Header/Client/Header.client\";\n@use \"./Form/Radio/Client/Radio\";\n@use \"./Tabs/Tabs.client\";\n@use \"./Form/Checkbox/Client/Checkbox\";\n@use \"./Form/Select/Client/Select.client\";\n@use \"./Form/FileUpload/Client/FileUpload.client\";\n@use \"./Accordion/Accordion.client\";\n@use \"./Modal/Modal.client\";\n@use \"./Alert/Alert.client\";\n@use \"./Link/Link.client\";\n@use \"./Pagination/Pagination.client\";\n@use \"./Loader/Loader.client\";\n@use \"./List/List\";\n@use \"./List/ClickList/ClickList.client\";\n@use \"./List/ContentTabList/ContentTabList.client\";\n@use \"./Tag/Tag.client\";\n@use \"./Form/InputError/InputError.client\";\n@use \"./IconBg/IconBg.client\";\n@use \"./Layout/Header/Client/NavBar/NavBar\";\n@use \"./Layout/Header/Client/PreviousLink/PreviousLink\";\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error: #c91432 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$component-border-radius: 8px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n","*,\n::after,\n::before {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n text-size-adjust: 100%;\n -webkit-tap-highlight-color: transparent;\n}\n\narticle,\naside,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Source Sans Pro\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n color: #333;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[data-original-title],\nabbr[title] {\n border-bottom: 0;\n text-decoration: underline;\n text-decoration: underline dotted;\n text-decoration-skip-ink: none;\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\ndl,\nol,\nul {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nol ul,\nul ol,\nul ul {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n text-decoration: none;\n color: #00008f;\n background-color: transparent;\n}\n\na:hover {\n text-decoration: underline;\n color: #000043;\n}\n\na:not([href], [tabindex]) {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus,\na:not([href], [tabindex]):hover {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus {\n outline: 0;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n border-style: none;\n vertical-align: middle;\n}\n\nsvg {\n vertical-align: middle;\n overflow: hidden;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n caption-side: bottom;\n text-align: left;\n color: #6c757d;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"],\nbutton {\n appearance: button;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled),\nbutton:not(:disabled) {\n cursor: pointer;\n}\n\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner,\nbutton::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"],\ninput[type=\"time\"] {\n appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n margin-bottom: 0.5rem;\n padding: 0;\n font-size: 1.5rem;\n line-height: inherit;\n white-space: normal;\n color: inherit;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n","@use \"../common/reboot\";\n@use \"../common/common.client.scss\" as common;\n\n.af-card {\n width: fit-content;\n padding: 1rem;\n border: 1px solid common.$color-gray-300;\n border-radius: 0.5rem;\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n background-color: common.$color-white;\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 8%);\n\n > *:last-child {\n margin-block-end: 0;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n\n &--elevation-2:not(:focus) {\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 16%);\n }\n\n &__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-axa;\n }\n}\n\nbutton.af-card {\n text-align: initial;\n cursor: pointer;\n\n &:active {\n box-shadow: none;\n }\n\n &:focus {\n outline: none;\n }\n}\n","@use \"../../common/common.client.scss\" as common;\n\n.af-footer {\n z-index: 100;\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n text-transform: uppercase;\n color: common.$color-white;\n background-color: common.$color-oceanBlue;\n\n &__menuLinks {\n height: 0;\n padding: 0;\n overflow: hidden;\n background: transparent;\n transition:\n background 0ms,\n padding 0ms;\n\n &--display {\n height: auto;\n padding: 0 2rem;\n transition:\n background 250ms,\n padding 125ms;\n }\n }\n\n &__iconTrigger {\n align-self: center;\n justify-content: center;\n transform: rotate3d(var(--rotate-x, 0), 0, 0, 180deg) !important;\n transition: transform 250ms ease-in-out !important;\n\n &--display {\n --rotate-x: 1;\n }\n }\n\n &__linkItem {\n display: block;\n padding: 1.2rem common.$spacing-u3;\n text-decoration: none;\n color: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n }\n }\n\n &__footerMenuIcons {\n display: flex;\n padding: common.$spacing-u2 common.$spacing-u1;\n border: 1px solid rgba(255, 255, 255, 20%);\n border-width: 1px 0;\n flex-direction: row;\n justify-content: center;\n gap: common.$spacing-u3;\n }\n\n &__menuIconLinks {\n align-self: center;\n color: common.$color-white;\n fill: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n }\n\n &__menuAboutTrigger {\n all: unset;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n padding: common.$spacing-u2 common.$spacing-u4;\n justify-content: space-between;\n }\n\n &__menuAboutTriggerText {\n font-weight: bold;\n color: common.$color-white;\n }\n\n &__footerBottom {\n padding: common.$spacing-u1;\n }\n\n &__textCopyright {\n font-size: 0.875rem;\n }\n\n &__icon {\n width: 16px;\n height: 16px;\n align-self: center;\n fill: common.$color-white;\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-footer {\n &__menuLinks {\n display: flex;\n height: auto;\n padding: 1.2rem 0;\n flex-direction: row;\n justify-content: space-between;\n background: transparent;\n\n & :first-child {\n border-left: unset;\n }\n }\n\n &__linkItem {\n padding: 0 common.$spacing-u2;\n border-left: 1px solid rgba(255, 255, 255, 20%);\n align-self: center;\n color: common.$color-white;\n }\n\n &__footerMenuIcons {\n padding: common.$spacing-u2 common.$spacing-u4 common.$spacing-u2\n common.$spacing-u1;\n border: none;\n gap: common.$spacing-u2;\n }\n\n &__footerTop {\n display: flex;\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n }\n\n &__menuTop {\n display: flex;\n padding: common.$spacing-u1;\n flex-direction: row;\n justify-content: space-between;\n text-decoration: none;\n }\n\n &__menuAboutTrigger {\n display: none;\n padding: common.$spacing-u2 common.$spacing-u2 common.$spacing-u2\n common.$spacing-u4;\n }\n\n &__footerBottom {\n padding: 0;\n border-top: 1px solid rgba(255, 255, 255, 20%);\n text-align: right;\n }\n\n &__footerBottomWidth {\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n }\n\n &__textCopyright {\n display: flex;\n padding: common.$spacing-u1 common.$spacing-u4 common.$spacing-u1 0;\n justify-content: flex-end;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-stepper-client {\n display: flex;\n width: 100%;\n flex-direction: column;\n background-color: transparent;\n\n &__title {\n margin-bottom: 0.5rem;\n font-family: common.$font-family-publico-bold, common.$font-family-base;\n font-size: 2rem;\n font-weight: 700;\n line-height: 2.5rem;\n text-align: left;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin-bottom: 1.5rem;\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n text-align: left;\n color: common.$color-gray-700;\n }\n\n &__content {\n display: flex;\n align-items: flex-end;\n gap: 1rem;\n }\n\n &__progressbar {\n width: 100%;\n height: 0.375rem;\n border-radius: 4px;\n background-color: common.$color-btn-disabled-border;\n }\n\n &__progress {\n width: 50%;\n height: 100%;\n height: 0.375rem;\n border-radius: 4px;\n text-align: left;\n background-color: common.$color-axa;\n transition:\n 0.75s ease-out,\n background-color 0.75s;\n }\n}\n","@use \"../../../common/common.client.scss\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n}\n\n.af-header-container {\n display: flex;\n padding: 0 4rem;\n border-top: 2px solid common.$color-axa;\n border-bottom: 1px solid common.$color-gray-1;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-base;\n font-size: 1.25rem;\n font-weight: 600;\n background-color: common.$color-white;\n}\n\n.af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n}\n\n.af-logo {\n width: 3.5rem;\n height: 3.5rem;\n}\n\n.af-header-right-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n}\n","@use \"./../../../common/common.client.scss\" as common;\n\n.af-radio {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ &__error {\n display: flex;\n margin-left: 3.2rem;\n align-items: center;\n gap: 0.5rem;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-btn-error;\n\n & > svg {\n width: 1rem;\n height: 1rem;\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n &-select ~ &__error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n padding: 0.25rem 0.5rem;\n border-radius: 4px;\n align-items: flex-start;\n gap: 0.75rem;\n font-size: 1.125rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &[aria-invalid=\"true\"] {\n * {\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-radio__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n &-select[aria-invalid=\"true\"] label {\n --box-shadow-color: #{common.$color-btn-error};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"radio\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-radio__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-radio__checked,\n & .af-radio__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-radio__checked {\n display: none;\n }\n\n & .af-radio__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"radio\"]:checked) {\n & .af-radio__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-radio__unchecked {\n display: none;\n }\n }\n\n & label:has(input[type=\"radio\"]:disabled) {\n cursor: default;\n\n & .af-radio__content > svg,\n & .af-radio__checked,\n & .af-radio__unchecked {\n color: common.$color-btn-disabled-text;\n fill: common.$color-btn-disabled-text;\n }\n }\n\n &-select label:has(input[type=\"radio\"]:disabled) {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n &-select[aria-invalid=\"false\"] label:has(input[type=\"radio\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n & label input[type=\"radio\"]:focus-visible ~ .af-radio__icons {\n & .af-radio__unchecked,\n & .af-radio__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"radio\"]:disabled)) {\n & .af-radio__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select label:hover:not(:has(input[type=\"radio\"]:disabled)) {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n &-select {\n display: flex;\n margin-top: 1rem;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-tabs-client {\n display: flex;\n width: 100%;\n margin: 0;\n padding: 0;\n flex-direction: column;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n & > [role=\"tablist\"] {\n display: flex;\n width: 100%;\n margin-bottom: common.$spacing-u1;\n box-shadow: inset 0 -2px 0 0 common.$color-gray-300;\n }\n\n & [role=\"tab\"] {\n all: unset;\n position: relative;\n padding: 1rem;\n font-size: 1.25rem;\n line-height: common.$sizing-u2;\n text-align: center;\n cursor: pointer;\n\n & > span {\n display: block;\n width: 100%;\n height: 100%;\n }\n\n &[aria-selected=\"true\"] {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n color: common.$color-axa;\n }\n }\n\n &--center {\n & > [role=\"tablist\"] {\n justify-content: center;\n }\n\n & [role=\"tab\"] {\n width: 100%;\n flex-grow: 1;\n }\n }\n\n & [role=\"tab\"]:focus {\n outline: unset;\n }\n\n & [role=\"tab\"]:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > [role=\"tabpanel\"][aria-hidden=\"true\"] {\n display: none;\n }\n}\n","@use \"./../../../common/common.client.scss\" as common;\n\n.af-checkbox {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ &__error {\n display: flex;\n margin-left: 3.2rem;\n align-items: center;\n gap: 0.5rem;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-btn-error;\n\n & > svg {\n width: 1rem;\n height: 1rem;\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n &-select ~ &__error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n padding: 0.25rem 0.5rem;\n border-radius: 4px;\n align-items: flex-start;\n gap: 0.75rem;\n font-size: 1.125rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-checkbox__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n & label input[type=\"checkbox\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-checkbox__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-checkbox__checked {\n display: none;\n }\n\n & .af-checkbox__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n & label:has(input[type=\"checkbox\"]:checked) {\n & .af-checkbox__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-checkbox__unchecked {\n display: none;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n & label:has(input[type=\"checkbox\"]:disabled) {\n cursor: default;\n\n & .af-checkbox__content > svg,\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-btn-disabled-text;\n fill: common.$color-btn-disabled-text;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:disabled) {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n &-select label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n --box-shadow-color: #{common.$color-btn-error};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"checkbox\"]:focus-visible ~ .af-checkbox__icons {\n & .af-checkbox__unchecked,\n & .af-checkbox__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n & .af-checkbox__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n &-select {\n display: flex;\n margin-top: 1rem;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n",".container {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n@media (width >= 576px) {\n .container {\n max-width: 540px;\n }\n}\n@media (width >= 768px) {\n .container {\n max-width: 720px;\n }\n}\n@media (width >= 992px) {\n .container {\n max-width: 960px;\n }\n}\n@media (width >= 1200px) {\n .container {\n max-width: 1440px;\n }\n}\n\n.container-fluid {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.row {\n display: flex;\n margin-right: -15px;\n margin-left: -15px;\n flex-wrap: wrap;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.col,\n.col-1,\n.col-10,\n.col-11,\n.col-12,\n.col-2,\n.col-3,\n.col-4,\n.col-5,\n.col-6,\n.col-7,\n.col-8,\n.col-9,\n.col-auto,\n.col-lg,\n.col-lg-1,\n.col-lg-10,\n.col-lg-11,\n.col-lg-12,\n.col-lg-2,\n.col-lg-3,\n.col-lg-4,\n.col-lg-5,\n.col-lg-6,\n.col-lg-7,\n.col-lg-8,\n.col-lg-9,\n.col-lg-auto,\n.col-md,\n.col-md-1,\n.col-md-10,\n.col-md-11,\n.col-md-12,\n.col-md-2,\n.col-md-3,\n.col-md-4,\n.col-md-5,\n.col-md-6,\n.col-md-7,\n.col-md-8,\n.col-md-9,\n.col-md-auto,\n.col-sm,\n.col-sm-1,\n.col-sm-10,\n.col-sm-11,\n.col-sm-12,\n.col-sm-2,\n.col-sm-3,\n.col-sm-4,\n.col-sm-5,\n.col-sm-6,\n.col-sm-7,\n.col-sm-8,\n.col-sm-9,\n.col-sm-auto,\n.col-xl,\n.col-xl-1,\n.col-xl-10,\n.col-xl-11,\n.col-xl-12,\n.col-xl-2,\n.col-xl-3,\n.col-xl-4,\n.col-xl-5,\n.col-xl-6,\n.col-xl-7,\n.col-xl-8,\n.col-xl-9,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n}\n\n.col-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n}\n\n.col-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n}\n\n.col-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n}\n\n.col-3 {\n max-width: 25%;\n flex: 0 0 25%;\n}\n\n.col-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n}\n\n.col-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n}\n\n.col-6 {\n max-width: 50%;\n flex: 0 0 50%;\n}\n\n.col-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n}\n\n.col-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n}\n\n.col-9 {\n max-width: 75%;\n flex: 0 0 75%;\n}\n\n.col-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n}\n\n.col-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n}\n\n.col-12 {\n max-width: 100%;\n flex: 0 0 100%;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.3333%;\n}\n\n.offset-2 {\n margin-left: 16.6667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.3333%;\n}\n\n.offset-5 {\n margin-left: 41.6667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.3333%;\n}\n\n.offset-8 {\n margin-left: 66.6667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.3333%;\n}\n\n.offset-11 {\n margin-left: 91.6667%;\n}\n@media (width >= 576px) {\n .col-sm {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-sm-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-sm-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-sm-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-sm-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-sm-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-sm-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-sm-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-sm-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-sm-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-sm-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-sm-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-sm-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-sm-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-sm-first {\n order: -1;\n }\n\n .order-sm-last {\n order: 13;\n }\n\n .order-sm-0 {\n order: 0;\n }\n\n .order-sm-1 {\n order: 1;\n }\n\n .order-sm-2 {\n order: 2;\n }\n\n .order-sm-3 {\n order: 3;\n }\n\n .order-sm-4 {\n order: 4;\n }\n\n .order-sm-5 {\n order: 5;\n }\n\n .order-sm-6 {\n order: 6;\n }\n\n .order-sm-7 {\n order: 7;\n }\n\n .order-sm-8 {\n order: 8;\n }\n\n .order-sm-9 {\n order: 9;\n }\n\n .order-sm-10 {\n order: 10;\n }\n\n .order-sm-11 {\n order: 11;\n }\n\n .order-sm-12 {\n order: 12;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.3333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.6667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.3333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.6667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.3333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.6667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.3333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 768px) {\n .col-md {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-md-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-md-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-md-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-md-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-md-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-md-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-md-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-md-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-md-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-md-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-md-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-md-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-md-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-md-first {\n order: -1;\n }\n\n .order-md-last {\n order: 13;\n }\n\n .order-md-0 {\n order: 0;\n }\n\n .order-md-1 {\n order: 1;\n }\n\n .order-md-2 {\n order: 2;\n }\n\n .order-md-3 {\n order: 3;\n }\n\n .order-md-4 {\n order: 4;\n }\n\n .order-md-5 {\n order: 5;\n }\n\n .order-md-6 {\n order: 6;\n }\n\n .order-md-7 {\n order: 7;\n }\n\n .order-md-8 {\n order: 8;\n }\n\n .order-md-9 {\n order: 9;\n }\n\n .order-md-10 {\n order: 10;\n }\n\n .order-md-11 {\n order: 11;\n }\n\n .order-md-12 {\n order: 12;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.3333%;\n }\n\n .offset-md-2 {\n margin-left: 16.6667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.3333%;\n }\n\n .offset-md-5 {\n margin-left: 41.6667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.3333%;\n }\n\n .offset-md-8 {\n margin-left: 66.6667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.3333%;\n }\n\n .offset-md-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 992px) {\n .col-lg {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-lg-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-lg-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-lg-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-lg-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-lg-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-lg-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-lg-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-lg-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-lg-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-lg-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-lg-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-lg-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-lg-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-lg-first {\n order: -1;\n }\n\n .order-lg-last {\n order: 13;\n }\n\n .order-lg-0 {\n order: 0;\n }\n\n .order-lg-1 {\n order: 1;\n }\n\n .order-lg-2 {\n order: 2;\n }\n\n .order-lg-3 {\n order: 3;\n }\n\n .order-lg-4 {\n order: 4;\n }\n\n .order-lg-5 {\n order: 5;\n }\n\n .order-lg-6 {\n order: 6;\n }\n\n .order-lg-7 {\n order: 7;\n }\n\n .order-lg-8 {\n order: 8;\n }\n\n .order-lg-9 {\n order: 9;\n }\n\n .order-lg-10 {\n order: 10;\n }\n\n .order-lg-11 {\n order: 11;\n }\n\n .order-lg-12 {\n order: 12;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.3333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.6667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.3333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.6667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.3333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.6667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.3333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 1200px) {\n .col-xl {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-xl-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-xl-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-xl-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-xl-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-xl-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-xl-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-xl-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-xl-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-xl-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-xl-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-xl-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-xl-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-xl-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-xl-first {\n order: -1;\n }\n\n .order-xl-last {\n order: 13;\n }\n\n .order-xl-0 {\n order: 0;\n }\n\n .order-xl-1 {\n order: 1;\n }\n\n .order-xl-2 {\n order: 2;\n }\n\n .order-xl-3 {\n order: 3;\n }\n\n .order-xl-4 {\n order: 4;\n }\n\n .order-xl-5 {\n order: 5;\n }\n\n .order-xl-6 {\n order: 6;\n }\n\n .order-xl-7 {\n order: 7;\n }\n\n .order-xl-8 {\n order: 8;\n }\n\n .order-xl-9 {\n order: 9;\n }\n\n .order-xl-10 {\n order: 10;\n }\n\n .order-xl-11 {\n order: 11;\n }\n\n .order-xl-12 {\n order: 12;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.3333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.6667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.3333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.6667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.3333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.6667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.3333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.6667%;\n }\n}\n","@use \"../../../common/common.client.scss\" as common;\n@use \"../../../common/grid\";\n@use \"../../../common/reboot\";\n\n.af-form {\n &__select {\n &-label {\n margin-bottom: 0.5rem;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &-single-value {\n color: common.$color-gray-900;\n\n &-disabled {\n color: common.$color-gray-500;\n }\n }\n\n &-error {\n display: flex;\n margin-top: 0.5rem;\n gap: 0.5rem;\n color: common.$color-btn-error;\n\n &-icon {\n path {\n fill: common.$color-btn-error;\n }\n }\n }\n }\n\n &__input-select {\n min-height: unset !important;\n font-size: 1rem;\n color: common.$color-gray-700;\n\n &-container {\n padding: 0.75rem 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: 4px;\n font-size: 1.125rem;\n color: common.$color-gray-700;\n background-color: common.$color-white;\n\n &-error {\n border-width: 2px;\n border-color: common.$color-btn-error;\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 1px common.$color-btn-error inset !important;\n }\n }\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n &-focused,\n &:focus-visible {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n outline: 2px solid common.$color-focus;\n outline-offset: 3px;\n }\n\n &-disabled {\n border-color: common.$color-gray-400;\n background-color: common.$color-gray-200;\n }\n\n &-icon {\n &-disabled {\n path {\n fill: common.$color-gray-500;\n }\n }\n }\n }\n\n &-menu {\n margin-top: 0.4rem;\n margin-left: -1rem;\n background-color: common.$color-white;\n box-shadow: 0 4px 16px -2px #00008f40;\n\n &-options {\n padding: 0.75rem 1rem;\n border: 1px solid transparent;\n font-size: 1.125rem;\n font-weight: 400;\n color: common.$color-gray-900;\n box-shadow: none;\n\n &-selected {\n font-weight: 600;\n color: common.$color-axa;\n }\n\n &-focused {\n border: 1px solid common.$color-axa;\n }\n\n &:nth-child(odd) {\n background-color: common.$color-blue-2;\n }\n\n &:nth-child(even) {\n background-color: common.$color-white;\n }\n }\n }\n }\n}\n","@use \"../../../common/common.client.scss\" as common;\n\n.af-form {\n &__group {\n &--label {\n font-size: 1.125rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n }\n\n &__file {\n &-input {\n position: relative;\n display: flex;\n margin-top: 0.5rem;\n margin-bottom: 0.6rem;\n padding: 1rem;\n padding-bottom: 2rem;\n border: 2px dashed common.$color-axa;\n border-radius: 8px;\n flex-direction: column;\n align-items: center;\n justify-content: space-between;\n font-weight: normal;\n text-align: center;\n color: common.$color-gray-900;\n background-color: common.$color-white;\n cursor: pointer;\n\n &.is-mobile {\n padding-bottom: 1rem;\n }\n\n &:hover {\n border-color: common.$color-gray-700;\n }\n\n &--error {\n border-color: common.$color-btn-error;\n }\n\n input {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n opacity: 0;\n cursor: pointer;\n }\n\n &-dropdown-text {\n padding-top: 1rem;\n line-height: 5px;\n }\n\n &-help {\n font-size: 1rem;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &-icon {\n path {\n fill: common.$color-axa;\n }\n }\n\n .af-btn-client {\n width: 50%;\n }\n }\n\n &-list {\n display: flex;\n margin-top: 1.125rem;\n padding: 0;\n flex-wrap: wrap;\n font-size: 0.9rem;\n list-style: none;\n }\n\n &-title-container {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n\n &-icon {\n &-error {\n path {\n fill: common.$color-btn-error;\n }\n }\n\n &-success {\n path {\n fill: common.$color-green-600;\n }\n }\n }\n }\n\n &-title {\n display: flex;\n flex-direction: column;\n }\n\n &-name {\n font-size: 1.125rem;\n color: common.$color-gray-900;\n }\n\n &-size {\n font-size: 1rem;\n color: common.$color-gray-700;\n }\n\n &-error {\n display: flex;\n margin-top: -0.9rem;\n margin-bottom: 0.9rem;\n align-items: center;\n gap: 0.25rem;\n font-size: 1rem;\n color: common.$color-btn-error;\n\n &-icon {\n path {\n fill: common.$color-btn-error;\n }\n }\n }\n\n &-line {\n display: flex;\n width: 100%;\n margin-bottom: 1rem;\n padding: 0.5rem 0;\n padding: 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: 4px;\n align-items: center;\n justify-content: space-between;\n background: common.$color-white;\n\n &--error {\n border-color: common.$color-btn-error;\n }\n }\n\n &-actions {\n display: flex;\n align-items: baseline;\n justify-content: center;\n gap: 1rem;\n cursor: pointer;\n\n &-icon {\n path {\n fill: common.$color-gray-700;\n }\n }\n }\n }\n}\n\n.is-mobile {\n .af-form {\n &__file {\n &-input {\n &-dropdown-text {\n display: none;\n }\n }\n }\n }\n\n .af-btn-client {\n width: 100%;\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-accordion-client {\n display: block;\n margin: 0;\n padding: 0;\n border-radius: 8px;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n background-color: common.$color-white;\n\n &__item {\n &:not(:last-child) {\n border-bottom: 1px solid #e9ecf2;\n }\n\n & > h3 {\n width: 100%;\n margin: 0;\n font-size: 1.125rem;\n font-weight: 600;\n\n &:has(button[aria-expanded=\"true\"]) {\n border-bottom: none;\n color: common.$color-axa;\n }\n\n & > button {\n display: flex;\n width: 100%;\n padding: 15px 20px;\n border: 0;\n align-items: center;\n font-size: 1.125rem;\n font-weight: 600;\n text-align: start;\n color: inherit;\n background-color: inherit;\n cursor: pointer;\n\n &:focus {\n outline: unset;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &::after {\n width: 32px;\n height: 32px;\n margin-left: auto;\n flex-shrink: 0;\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_14583_27882)%22%3E%0A%3Cpath%20d%3D%22M24%2013.3331L22.12%2011.4531L16%2017.5598L9.88%2011.4531L8%2013.3331L16%2021.3331L24%2013.3331Z%22%20fill%3D%22%2300008F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_14583_27882%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%20transform%3D%22matrix(0%201%20-1%200%2032%200)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A\");\n background-repeat: no-repeat;\n background-size: 100%;\n transition: transform 0.2s ease-in-out;\n content: \"\";\n }\n\n &[aria-expanded=\"true\"] {\n &::after {\n transform: rotate(180deg);\n }\n }\n }\n }\n\n & > [role=\"region\"] {\n margin-bottom: 1rem;\n padding: 0 20px;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-modal {\n position: fixed;\n width: 100%;\n margin: 0 auto;\n padding: 1.5rem 0;\n border: none;\n border-radius: 0.5rem;\n background-color: common.$color-white;\n\n &::backdrop {\n opacity: 0.4;\n background: common.$color-gray-900;\n }\n\n &__top {\n position: sticky;\n top: 0;\n display: flex;\n padding: 0 1.5rem 1.5rem;\n border-bottom: 1px solid common.$color-btn-disabled-border;\n align-items: center;\n gap: 1rem;\n background-color: common.$color-white;\n\n &-title {\n display: flex;\n width: 100%;\n margin: 0;\n align-items: start;\n justify-content: space-between;\n color: common.$color-gray-900;\n\n &-text {\n font-family: common.$font-family-publico;\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n\n &-subtitle {\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n color: common.$color-gray-700;\n }\n\n &-close-btn {\n all: unset;\n display: flex;\n width: 2rem;\n height: 2rem;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n fill: common.$color-axa;\n }\n\n :hover {\n background: none;\n }\n\n :focus {\n border: none;\n background: none;\n }\n }\n }\n\n &__content {\n display: flex;\n margin-top: 2.5rem;\n padding: 0 1.5rem;\n flex-direction: column;\n gap: 2.5rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n }\n\n &__actions {\n display: flex;\n padding-top: 0;\n flex-direction: column-reverse;\n align-items: flex-end;\n justify-content: flex-end;\n gap: 1rem;\n\n // force fullwidth in mobile\n & * {\n width: 100%;\n flex-grow: 1;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-modal {\n min-width: 48rem;\n max-width: 48rem;\n margin: auto;\n\n &__actions {\n flex-direction: row-reverse;\n justify-content: flex-start;\n\n & * {\n width: auto;\n flex-grow: unset;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-alert {\n display: flex;\n margin-top: 1rem;\n padding: 1rem;\n border-radius: 12px;\n flex: 1 1 0;\n align-items: flex-start;\n font-family: common.$font-family-base;\n background-color: white;\n\n .af-alert__icon {\n width: 1.5rem;\n aspect-ratio: 1;\n margin-right: 1rem;\n flex-shrink: 0;\n }\n\n &--information {\n border: 1px solid common.$color-axa;\n\n .af-alert__icon {\n color: common.$color-axa;\n transform: rotate(180deg);\n fill: common.$color-axa;\n }\n\n .af-alert__title {\n color: common.$color-axa;\n }\n }\n\n &--error {\n border: 1px solid common.$color-btn-error;\n\n .af-alert__icon {\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n\n .af-alert__title {\n color: common.$color-btn-error;\n }\n }\n\n &--neutral {\n border: 1px solid common.$color-gray;\n\n .af-alert__icon {\n color: common.$color-gray;\n fill: common.$color-gray;\n }\n\n .af-alert__title {\n color: common.$color-gray;\n }\n }\n\n &--warning {\n border: 1px solid common.$color-btn-business;\n\n .af-alert__icon {\n color: common.$color-btn-business;\n fill: common.$color-btn-business;\n }\n\n .af-alert__title {\n color: common.$color-btn-business;\n }\n }\n\n &--validation {\n border: 1px solid common.$color-green-600;\n\n .af-alert__icon {\n color: common.$color-green-600;\n fill: common.$color-green-600;\n }\n\n .af-alert__title {\n color: common.$color-green-600;\n }\n }\n\n .af-alert-client__content {\n width: 100%;\n\n .af-alert__link {\n text-align: right;\n }\n\n .af-alert__title {\n padding-bottom: 0.25rem;\n font-weight: 600;\n line-height: 1.5rem;\n }\n }\n\n * {\n margin: 0;\n font-size: 1.125rem;\n font-weight: 400;\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-link {\n display: inline-flex;\n width: fit-content;\n height: fit-content;\n align-items: center;\n font-family: common.$font-family-base;\n text-decoration: underline;\n color: common.$color-axa;\n fill: common.$color-axa;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &--openInNewTab {\n font-weight: 600;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n aspect-ratio: 1;\n margin-left: 0.2rem;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-container-pagination > div {\n display: flex;\n padding: 0.5rem;\n border: 1px solid common.$color-border;\n border-radius: 41px;\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-loader {\n &__container {\n display: flex;\n container-type: inline-size;\n margin: auto;\n border: 1px solid common.$color-gray-200;\n border-top: 1px solid common.$color-axa;\n border-radius: 50%;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n animation: spin 2s linear infinite;\n }\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n\n 100% {\n transform: rotate(360deg);\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-card {\n &--list {\n padding: 0 1rem;\n box-shadow: none;\n }\n\n &--large {\n width: 100%;\n }\n}\n\n.af-list {\n padding: 0;\n flex-direction: column;\n list-style-type: none;\n\n &__item {\n padding: 1rem 0;\n }\n\n &__separator {\n margin: 0;\n border: 1px solid common.$color-gray-300;\n }\n}\n","@use \"../../common/reboot\";\n@use \"../../common/common.client.scss\" as common;\n\n.af-card--click-list {\n padding: 0;\n\n .af-list__separator {\n width: calc(100% - 2rem);\n margin: auto;\n }\n\n .af-list__item {\n padding: 0;\n\n .af-list-item {\n &__content {\n display: inherit;\n align-items: inherit;\n gap: 12px;\n }\n\n &-content {\n &__icon svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n\n &__label {\n text-align: left;\n }\n\n &-label {\n &__title {\n margin: 0;\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__secondary {\n margin: 0;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n color: common.$color-gray-700;\n }\n }\n }\n\n &__action {\n margin-left: auto;\n\n svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n }\n }\n }\n\n &.af-card--large .af-list-item {\n &-content__label {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-content-label {\n &__title {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__subtitle {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n }\n }\n\n .af-list__item .af-list-item__button {\n display: flex;\n width: 100%;\n padding: 1rem;\n border: none;\n border-radius: 4px;\n align-items: center;\n gap: 0.5rem;\n color: inherit;\n background: none;\n cursor: pointer;\n\n &:disabled {\n cursor: default;\n\n .af-list-item {\n &-content {\n &__icon svg {\n fill: common.$color-gray-500;\n }\n\n &__label {\n color: common.$color-gray-500;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-gray-500;\n }\n }\n\n &__action svg {\n fill: common.$color-gray-500;\n }\n }\n }\n\n &:enabled {\n &:hover {\n box-shadow: 0 4px 8px 0 hsla(230deg, 60%, 16%, 8%);\n }\n\n &:active {\n box-shadow: 0 2px 8px 0 hsla(0deg, 0%, 0%, 15%) inset;\n outline: none;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--click-list {\n .af-list-item-content {\n &__label {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 0.875rem;\n line-height: 1.25rem;\n }\n }\n }\n\n &.af-card--large .af-list-item-content {\n &__label {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n }\n\n .af-list-item__button {\n &:enabled {\n box-shadow: none;\n\n &:hover {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-axa;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-axa;\n }\n }\n }\n\n &:active {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-blue-1;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-blue-1;\n }\n }\n }\n\n &:focus-visible {\n border: none;\n border: 1px solid common.$color-focus;\n }\n }\n }\n }\n}\n","@use \"../../common/common.client.scss\" as common;\n\n.af-card--content-tab-list {\n padding: 0.5rem 1.5rem;\n\n .af-list {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n\n .af-list__item {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 2.5rem;\n\n span {\n display: block;\n margin: 0;\n }\n\n .af-list-item {\n &__left-container,\n &__right-container,\n &__additional-data-container {\n all: inherit;\n padding: 0;\n }\n\n &__additional-data-container {\n grid-area: content-tab__additional-data-container;\n\n .af-tag {\n grid-area: content-tab__tag;\n }\n }\n\n &__label {\n grid-area: content-tab__label;\n color: common.$color-gray-900;\n }\n\n &-label__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-label__subtitle {\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n\n &__date {\n grid-area: content-tab__date;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__value {\n justify-self: end;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n text-align: right;\n color: common.$color-green-600;\n }\n\n &__button-container {\n margin: 0 0.625rem;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n fill: common.$color-axa;\n }\n }\n }\n\n &:not(:has(.af-list-item__value)) {\n .af-tag {\n margin: 0 1.34rem;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--content-tab-list {\n padding: 0.25rem 1rem;\n\n .af-list__item {\n padding: 0.75rem 0;\n gap: 1.5rem;\n\n .af-list-item {\n &__left-container {\n display: grid;\n grid-template:\n \"content-tab__additional-data-container\"\n \"content-tab__label\";\n align-items: start;\n justify-content: start;\n gap: 0.25rem;\n }\n\n &__right-container {\n gap: 1.5rem;\n }\n\n &__additional-data-container {\n display: block;\n align-items: center;\n\n &:has(.af-list-item__date):has(.af-tag) {\n display: grid;\n grid-template: \"content-tab__tag content-tab__date\";\n gap: 0.75rem;\n }\n\n .af-tag {\n margin: 0;\n }\n }\n\n &-label__title {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &-label__subtitle {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &__date {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__button-container {\n margin: 0;\n\n button {\n padding: 0;\n gap: 0;\n font-size: 0;\n }\n }\n }\n\n &:has(.af-list-item__value) {\n align-items: start;\n }\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-tag {\n display: inline-flex;\n padding: 0.125rem 0.5rem;\n border: 1px solid common.$color-gray;\n border-radius: 0.25rem;\n align-items: center;\n justify-content: center;\n gap: 0.625rem;\n font-family: common.$font-family-base;\n color: common.$color-gray;\n background-color: common.$color-white;\n cursor: default;\n\n span {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &--success {\n border-color: common.$color-green-600;\n color: common.$color-green-600;\n }\n\n &--error {\n border-color: common.$color-btn-error;\n color: common.$color-btn-error;\n }\n\n &--warning {\n border-color: common.$color-btn-business;\n color: common.$color-btn-business;\n }\n\n &--info {\n border-color: common.$color-axa;\n color: common.$color-axa;\n }\n\n @media (width <= 667px) {\n span {\n font-size: 0.875rem;\n line-height: 1.094rem;\n }\n }\n}\n","@use \"../../common/common.client.scss\" as common;\n\n.af-input-error {\n display: flex;\n align-items: center;\n gap: 0.25rem;\n\n &__icon {\n width: 1rem;\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n\n &__message {\n font-family: common.$font-family-base;\n font-size: 1rem;\n color: common.$color-btn-error;\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-icon-bg {\n display: grid;\n width: min-content;\n height: min-content;\n padding: 0.75rem;\n border-radius: 0.75rem;\n background-color: common.$color-white;\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: common.$color-axa;\n }\n\n &--secondary {\n background-color: common.$color-axa;\n\n svg {\n fill: common.$color-white;\n }\n }\n\n &--disabled {\n background-color: common.$color-gray-200;\n\n svg {\n fill: common.$color-gray-500;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-icon-bg {\n padding: 0.5rem;\n }\n}\n","@use \"../../../../common/common.client.scss\" as common;\n\n.af-navbar-container {\n display: flex;\n height: 5rem;\n margin: 0;\n padding: 0;\n flex-direction: row;\n align-items: center;\n gap: 1.6rem;\n list-style-type: none;\n}\n\n.af-navbar-item {\n height: 100%;\n cursor: pointer;\n\n &__link {\n display: inline-block;\n box-sizing: border-box;\n min-width: 8.4rem;\n height: 100%;\n padding: 1.75rem 1rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-900;\n\n &:focus,\n &--active {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n line-height: 1.6rem;\n text-decoration: none;\n color: common.$color-axa;\n outline: none;\n }\n\n &:not(:focus, --active):hover {\n border-bottom: 2px solid common.$color-gray-300;\n font-weight: 400;\n line-height: 1.4rem;\n text-decoration: none;\n color: common.$color-gray-900;\n }\n }\n}\n","@use \"../../../../common/common.client.scss\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1.5rem 0 1.5rem 7.5rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link-icon {\n width: 1rem;\n height: 1rem;\n margin-top: 0.1rem;\n cursor: pointer;\n fill: common.$color-gray-700;\n}\n\n.af-header-previous-link {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-700;\n cursor: pointer;\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n"]}
1
+ {"version":3,"sources":["../src/Button/Button.client.scss","../src/client.scss","../src/common/common.client.scss","../src/common/reboot.scss","../src/Card/Card.client.scss","../src/Layout/Footer/Footer.client.scss","../src/Stepper/Stepper.client.scss","../src/Layout/Header/Client/Header.client.scss","../src/Form/Radio/Client/Radio.scss","../src/Tabs/Tabs.client.scss","../src/Form/Checkbox/Client/Checkbox.scss","../src/common/grid.scss","../src/Form/Select/Client/Select.client.scss","../src/Form/FileUpload/Client/FileUpload.client.scss","../src/Accordion/Accordion.client.scss","../src/Modal/Modal.client.scss","../src/Alert/Alert.client.scss","../src/Link/Link.client.scss","../src/Pagination/Pagination.client.scss","../src/Loader/Loader.client.scss","../src/List/List.scss","../src/List/ClickList/ClickList.client.scss","../src/List/ContentTabList/ContentTabList.client.scss","../src/Tag/Tag.client.scss","../src/Form/InputError/InputError.client.scss","../src/IconBg/IconBg.client.scss","../src/Layout/Header/Client/NavBar/NavBar.scss","../src/Layout/Header/Client/PreviousLink/PreviousLink.scss"],"names":[],"mappings":"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F,CUzlCA,UAEE,YAAA,CADA,aV4lCF,CUxlCA,UAEE,iBAAA,CADA,kBV2lCF,CUvlCA,UAEE,iBAAA,CADA,kBV0lCF,CUtlCA,UAEE,YAAA,CADA,aVylCF,CUrlCA,UAEE,iBAAA,CADA,kBVwlCF,CUplCA,UAEE,iBAAA,CADA,kBVulCF,CUnlCA,UAEE,YAAA,CADA,aVslCF,CUllCA,WAEE,iBAAA,CADA,kBVqlCF,CUjlCA,WAEE,iBAAA,CADA,kBVolCF,CUhlCA,WAEE,aAAA,CADA,cVmlCF,CU/kCA,gBACE,QVilCF,CU9kCA,eACE,QVglCF,CU7kCA,YACE,OV+kCF,CU5kCA,YACE,OV8kCF,CU3kCA,YACE,OV6kCF,CU1kCA,YACE,OV4kCF,CUzkCA,YACE,OV2kCF,CUxkCA,YACE,OV0kCF,CUvkCA,YACE,OVykCF,CUtkCA,YACE,OVwkCF,CUrkCA,YACE,OVukCF,CUpkCA,YACE,OVskCF,CUnkCA,aACE,QVqkCF,CUlkCA,aACE,QVokCF,CUjkCA,aACE,QVmkCF,CUhkCA,aACE,aVkkCF,CU/jCA,aACE,mBVikCF,CU9jCA,aACE,oBVgkCF,CU7jCA,aACE,eV+jCF,CU5jCA,aACE,oBV8jCF,CU3jCA,aACE,oBV6jCF,CU1jCA,aACE,eV4jCF,CUzjCA,aACE,oBV2jCF,CUxjCA,aACE,oBV0jCF,CUvjCA,aACE,eVyjCF,CUtjCA,cACE,oBVwjCF,CUrjCA,cACE,oBVujCF,CACF,CUrjCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVyjCF,CUpjCA,aAGE,aAAA,CADA,cAAA,CADA,UVwjCF,CUnjCA,UAEE,gBAAA,CADA,iBVsjCF,CUljCA,UAEE,iBAAA,CADA,kBVqjCF,CUjjCA,UAEE,YAAA,CADA,aVojCF,CUhjCA,UAEE,iBAAA,CADA,kBVmjCF,CU/iCA,UAEE,iBAAA,CADA,kBVkjCF,CU9iCA,UAEE,YAAA,CADA,aVijCF,CU7iCA,UAEE,iBAAA,CADA,kBVgjCF,CU5iCA,UAEE,iBAAA,CADA,kBV+iCF,CU3iCA,UAEE,YAAA,CADA,aV8iCF,CU1iCA,WAEE,iBAAA,CADA,kBV6iCF,CUziCA,WAEE,iBAAA,CADA,kBV4iCF,CUxiCA,WAEE,aAAA,CADA,cV2iCF,CUviCA,gBACE,QVyiCF,CUtiCA,eACE,QVwiCF,CUriCA,YACE,OVuiCF,CUpiCA,YACE,OVsiCF,CUniCA,YACE,OVqiCF,CUliCA,YACE,OVoiCF,CUjiCA,YACE,OVmiCF,CUhiCA,YACE,OVkiCF,CU/hCA,YACE,OViiCF,CU9hCA,YACE,OVgiCF,CU7hCA,YACE,OV+hCF,CU5hCA,YACE,OV8hCF,CU3hCA,aACE,QV6hCF,CU1hCA,aACE,QV4hCF,CUzhCA,aACE,QV2hCF,CUxhCA,aACE,aV0hCF,CUvhCA,aACE,mBVyhCF,CUthCA,aACE,oBVwhCF,CUrhCA,aACE,eVuhCF,CUphCA,aACE,oBVshCF,CUnhCA,aACE,oBVqhCF,CUlhCA,aACE,eVohCF,CUjhCA,aACE,oBVmhCF,CUhhCA,aACE,oBVkhCF,CU/gCA,aACE,eVihCF,CU9gCA,cACE,oBVghCF,CU7gCA,cACE,oBV+gCF,CACF,CU7gCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVihCF,CU5gCA,aAGE,aAAA,CADA,cAAA,CADA,UVghCF,CU3gCA,UAEE,gBAAA,CADA,iBV8gCF,CU1gCA,UAEE,iBAAA,CADA,kBV6gCF,CUzgCA,UAEE,YAAA,CADA,aV4gCF,CUxgCA,UAEE,iBAAA,CADA,kBV2gCF,CUvgCA,UAEE,iBAAA,CADA,kBV0gCF,CUtgCA,UAEE,YAAA,CADA,aVygCF,CUrgCA,UAEE,iBAAA,CADA,kBVwgCF,CUpgCA,UAEE,iBAAA,CADA,kBVugCF,CUngCA,UAEE,YAAA,CADA,aVsgCF,CUlgCA,WAEE,iBAAA,CADA,kBVqgCF,CUjgCA,WAEE,iBAAA,CADA,kBVogCF,CUhgCA,WAEE,aAAA,CADA,cVmgCF,CU//BA,gBACE,QVigCF,CU9/BA,eACE,QVggCF,CU7/BA,YACE,OV+/BF,CU5/BA,YACE,OV8/BF,CU3/BA,YACE,OV6/BF,CU1/BA,YACE,OV4/BF,CUz/BA,YACE,OV2/BF,CUx/BA,YACE,OV0/BF,CUv/BA,YACE,OVy/BF,CUt/BA,YACE,OVw/BF,CUr/BA,YACE,OVu/BF,CUp/BA,YACE,OVs/BF,CUn/BA,aACE,QVq/BF,CUl/BA,aACE,QVo/BF,CUj/BA,aACE,QVm/BF,CUh/BA,aACE,aVk/BF,CU/+BA,aACE,mBVi/BF,CU9+BA,aACE,oBVg/BF,CU7+BA,aACE,eV++BF,CU5+BA,aACE,oBV8+BF,CU3+BA,aACE,oBV6+BF,CU1+BA,aACE,eV4+BF,CUz+BA,aACE,oBV2+BF,CUx+BA,aACE,oBV0+BF,CUv+BA,aACE,eVy+BF,CUt+BA,cACE,oBVw+BF,CUr+BA,cACE,oBVu+BF,CACF,CUr+BA,yBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVy+BF,CUp+BA,aAGE,aAAA,CADA,cAAA,CADA,UVw+BF,CUn+BA,UAEE,gBAAA,CADA,iBVs+BF,CUl+BA,UAEE,iBAAA,CADA,kBVq+BF,CUj+BA,UAEE,YAAA,CADA,aVo+BF,CUh+BA,UAEE,iBAAA,CADA,kBVm+BF,CU/9BA,UAEE,iBAAA,CADA,kBVk+BF,CU99BA,UAEE,YAAA,CADA,aVi+BF,CU79BA,UAEE,iBAAA,CADA,kBVg+BF,CU59BA,UAEE,iBAAA,CADA,kBV+9BF,CU39BA,UAEE,YAAA,CADA,aV89BF,CU19BA,WAEE,iBAAA,CADA,kBV69BF,CUz9BA,WAEE,iBAAA,CADA,kBV49BF,CUx9BA,WAEE,aAAA,CADA,cV29BF,CUv9BA,gBACE,QVy9BF,CUt9BA,eACE,QVw9BF,CUr9BA,YACE,OVu9BF,CUp9BA,YACE,OVs9BF,CUn9BA,YACE,OVq9BF,CUl9BA,YACE,OVo9BF,CUj9BA,YACE,OVm9BF,CUh9BA,YACE,OVk9BF,CU/8BA,YACE,OVi9BF,CU98BA,YACE,OVg9BF,CU78BA,YACE,OV+8BF,CU58BA,YACE,OV88BF,CU38BA,aACE,QV68BF,CU18BA,aACE,QV48BF,CUz8BA,aACE,QV28BF,CUx8BA,aACE,aV08BF,CUv8BA,aACE,mBVy8BF,CUt8BA,aACE,oBVw8BF,CUr8BA,aACE,eVu8BF,CUp8BA,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","file":"client.css","sourcesContent":["@use \"../common/common.client.scss\" as common;\n\n.af-btn-client {\n display: flex;\n min-width: 11.25rem;\n min-height: 3.5rem;\n padding: 0.8rem 1.2rem;\n border: 0;\n border-radius: common.$component-border-radius;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 600;\n color: common.$color-white;\n background-color: common.$color-axa;\n transition-duration: common.$transition-duration;\n transition-property: width, height, border, color, background-color, outline,\n box-shadow;\n transition-timing-function: linear;\n cursor: pointer;\n\n &:hover {\n color: common.$color-white;\n background-color: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-white;\n background-color: common.$color-btn-light;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > svg {\n width: 1.5rem;\n height: 1.5rem;\n aspect-ratio: 1;\n }\n\n &--ghost {\n min-width: auto;\n min-height: auto;\n padding: 0.25rem;\n gap: 0.25rem;\n color: common.$color-axa;\n background-color: transparent;\n\n &:hover {\n color: common.$color-blue-1;\n background-color: transparent;\n }\n\n &:focus,\n &:active {\n color: common.$color-btn-light;\n background-color: transparent;\n }\n }\n\n &--primary-business {\n background-color: common.$color-btn-business;\n\n &:hover {\n background-color: common.$color-btn-business-dark;\n }\n\n &:focus {\n background-color: common.$color-btn-business-light;\n }\n }\n\n &--tertiary {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg;\n\n &:hover {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-darker;\n }\n\n &:focus,\n &:active {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-lighter;\n }\n }\n\n &--secondary {\n color: common.$color-axa;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-axa inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-blue-1;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-blue-1 inset;\n }\n\n &:active {\n background-color: common.$color-blue-2;\n }\n }\n\n &--secondary-error {\n color: common.$color-btn-error;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-btn-error inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-btn-error-text;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-btn-error-text inset;\n }\n\n &:active {\n background-color: common.$color-btn-error-bg;\n }\n }\n\n &__wrapper {\n display: flex;\n align-items: center;\n justify-content: center;\n line-height: 1;\n }\n\n &:disabled,\n &[aria-disabled=\"true\"] {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n box-shadow: none;\n cursor: not-allowed;\n\n &:hover,\n &:focus {\n border-color: transparent;\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n }\n }\n}\n","@use \"./Button/Button.client\";\n@use \"./Card/Card.client\";\n@use \"./Layout/Footer/Footer.client\";\n@use \"./Stepper/Stepper.client\";\n@use \"./Layout/Header/Client/Header.client\";\n@use \"./Form/Radio/Client/Radio\";\n@use \"./Tabs/Tabs.client\";\n@use \"./Form/Checkbox/Client/Checkbox\";\n@use \"./Form/Select/Client/Select.client\";\n@use \"./Form/FileUpload/Client/FileUpload.client\";\n@use \"./Accordion/Accordion.client\";\n@use \"./Modal/Modal.client\";\n@use \"./Alert/Alert.client\";\n@use \"./Link/Link.client\";\n@use \"./Pagination/Pagination.client\";\n@use \"./Loader/Loader.client\";\n@use \"./List/List\";\n@use \"./List/ClickList/ClickList.client\";\n@use \"./List/ContentTabList/ContentTabList.client\";\n@use \"./Tag/Tag.client\";\n@use \"./Form/InputError/InputError.client\";\n@use \"./IconBg/IconBg.client\";\n@use \"./Layout/Header/Client/NavBar/NavBar\";\n@use \"./Layout/Header/Client/PreviousLink/PreviousLink\";\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error: #c91432 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$component-border-radius: 8px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n","*,\n::after,\n::before {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n text-size-adjust: 100%;\n -webkit-tap-highlight-color: transparent;\n}\n\narticle,\naside,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Source Sans Pro\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n color: #333;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[data-original-title],\nabbr[title] {\n border-bottom: 0;\n text-decoration: underline;\n text-decoration: underline dotted;\n text-decoration-skip-ink: none;\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\ndl,\nol,\nul {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nol ul,\nul ol,\nul ul {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n text-decoration: none;\n color: #00008f;\n background-color: transparent;\n}\n\na:hover {\n text-decoration: underline;\n color: #000043;\n}\n\na:not([href], [tabindex]) {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus,\na:not([href], [tabindex]):hover {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus {\n outline: 0;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n border-style: none;\n vertical-align: middle;\n}\n\nsvg {\n vertical-align: middle;\n overflow: hidden;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n caption-side: bottom;\n text-align: left;\n color: #6c757d;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"],\nbutton {\n appearance: button;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled),\nbutton:not(:disabled) {\n cursor: pointer;\n}\n\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner,\nbutton::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"],\ninput[type=\"time\"] {\n appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n margin-bottom: 0.5rem;\n padding: 0;\n font-size: 1.5rem;\n line-height: inherit;\n white-space: normal;\n color: inherit;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n","@use \"../common/reboot\";\n@use \"../common/common.client.scss\" as common;\n\n.af-card {\n width: fit-content;\n padding: 1rem;\n border: 1px solid common.$color-gray-300;\n border-radius: 0.5rem;\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n background-color: common.$color-white;\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 8%);\n\n > *:last-child {\n margin-block-end: 0;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n\n &--elevation-2:not(:focus) {\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 16%);\n }\n\n &__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-axa;\n }\n}\n\nbutton.af-card {\n text-align: initial;\n cursor: pointer;\n\n &:active {\n box-shadow: none;\n }\n\n &:focus {\n outline: none;\n }\n}\n","@use \"../../common/common.client.scss\" as common;\n\n.af-footer {\n z-index: 100;\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n text-transform: uppercase;\n color: common.$color-white;\n background-color: common.$color-oceanBlue;\n\n &__menuLinks {\n height: 0;\n padding: 0;\n overflow: hidden;\n background: transparent;\n transition:\n background 0ms,\n padding 0ms;\n\n &--display {\n height: auto;\n padding: 0 2rem;\n transition:\n background 250ms,\n padding 125ms;\n }\n }\n\n &__iconTrigger {\n align-self: center;\n justify-content: center;\n transform: rotate3d(var(--rotate-x, 0), 0, 0, 180deg) !important;\n transition: transform 250ms ease-in-out !important;\n\n &--display {\n --rotate-x: 1;\n }\n }\n\n &__linkItem {\n display: block;\n padding: 1.2rem common.$spacing-u3;\n text-decoration: none;\n color: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n }\n }\n\n &__footerMenuIcons {\n display: flex;\n padding: common.$spacing-u2 common.$spacing-u1;\n border: 1px solid rgba(255, 255, 255, 20%);\n border-width: 1px 0;\n flex-direction: row;\n justify-content: center;\n gap: common.$spacing-u3;\n }\n\n &__menuIconLinks {\n align-self: center;\n color: common.$color-white;\n fill: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n }\n\n &__menuAboutTrigger {\n all: unset;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n padding: common.$spacing-u2 common.$spacing-u4;\n justify-content: space-between;\n }\n\n &__menuAboutTriggerText {\n font-weight: bold;\n color: common.$color-white;\n }\n\n &__footerBottom {\n padding: common.$spacing-u1;\n }\n\n &__textCopyright {\n font-size: 0.875rem;\n }\n\n &__icon {\n width: 16px;\n height: 16px;\n align-self: center;\n fill: common.$color-white;\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-footer {\n &__menuLinks {\n display: flex;\n height: auto;\n padding: 1.2rem 0;\n flex-direction: row;\n justify-content: space-between;\n background: transparent;\n\n & :first-child {\n border-left: unset;\n }\n }\n\n &__linkItem {\n padding: 0 common.$spacing-u2;\n border-left: 1px solid rgba(255, 255, 255, 20%);\n align-self: center;\n color: common.$color-white;\n }\n\n &__footerMenuIcons {\n padding: common.$spacing-u2 common.$spacing-u4 common.$spacing-u2\n common.$spacing-u1;\n border: none;\n gap: common.$spacing-u2;\n }\n\n &__footerTop {\n display: flex;\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n }\n\n &__menuTop {\n display: flex;\n padding: common.$spacing-u1;\n flex-direction: row;\n justify-content: space-between;\n text-decoration: none;\n }\n\n &__menuAboutTrigger {\n display: none;\n padding: common.$spacing-u2 common.$spacing-u2 common.$spacing-u2\n common.$spacing-u4;\n }\n\n &__footerBottom {\n padding: 0;\n border-top: 1px solid rgba(255, 255, 255, 20%);\n text-align: right;\n }\n\n &__footerBottomWidth {\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n }\n\n &__textCopyright {\n display: flex;\n padding: common.$spacing-u1 common.$spacing-u4 common.$spacing-u1 0;\n justify-content: flex-end;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-stepper-client {\n display: flex;\n width: 100%;\n flex-direction: column;\n background-color: transparent;\n\n &__title {\n margin-bottom: 0.5rem;\n font-family: common.$font-family-publico-bold, common.$font-family-base;\n font-size: 2rem;\n font-weight: 700;\n line-height: 2.5rem;\n text-align: left;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin-bottom: 1.5rem;\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n text-align: left;\n color: common.$color-gray-700;\n }\n\n &__content {\n display: flex;\n align-items: flex-end;\n gap: 1rem;\n }\n\n &__progressbar {\n width: 100%;\n height: 0.375rem;\n border-radius: 4px;\n background-color: common.$color-btn-disabled-border;\n }\n\n &__progress {\n width: 50%;\n height: 100%;\n height: 0.375rem;\n border-radius: 4px;\n text-align: left;\n background-color: common.$color-axa;\n transition:\n 0.75s ease-out,\n background-color 0.75s;\n }\n}\n","@use \"../../../common/common.client.scss\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n}\n\n.af-header-container {\n display: flex;\n padding: 0 4rem;\n border-top: 2px solid common.$color-axa;\n border-bottom: 1px solid common.$color-gray-1;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-base;\n font-size: 1.25rem;\n font-weight: 600;\n background-color: common.$color-white;\n}\n\n.af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n}\n\n.af-logo {\n width: 3.5rem;\n height: 3.5rem;\n}\n\n.af-header-right-item {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n}\n","@use \"./../../../common/common.client.scss\" as common;\n\n.af-radio {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ &__error {\n display: flex;\n margin-left: 3.2rem;\n align-items: center;\n gap: 0.5rem;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-btn-error;\n\n & > svg {\n width: 1rem;\n height: 1rem;\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n &-select ~ &__error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n padding: 0.25rem 0.5rem;\n border-radius: 4px;\n align-items: flex-start;\n gap: 0.75rem;\n font-size: 1.125rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &[aria-invalid=\"true\"] {\n * {\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-radio__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n &-select[aria-invalid=\"true\"] label {\n --box-shadow-color: #{common.$color-btn-error};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"radio\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-radio__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-radio__checked,\n & .af-radio__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-radio__checked {\n display: none;\n }\n\n & .af-radio__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"radio\"]:checked) {\n & .af-radio__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-radio__unchecked {\n display: none;\n }\n }\n\n & label:has(input[type=\"radio\"]:disabled) {\n cursor: default;\n\n & .af-radio__content > svg,\n & .af-radio__checked,\n & .af-radio__unchecked {\n color: common.$color-btn-disabled-text;\n fill: common.$color-btn-disabled-text;\n }\n }\n\n &-select label:has(input[type=\"radio\"]:disabled) {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n &-select[aria-invalid=\"false\"] label:has(input[type=\"radio\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n & label input[type=\"radio\"]:focus-visible ~ .af-radio__icons {\n & .af-radio__unchecked,\n & .af-radio__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"radio\"]:disabled)) {\n & .af-radio__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select label:hover:not(:has(input[type=\"radio\"]:disabled)) {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n &-select {\n display: flex;\n margin-top: 1rem;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-tabs-client {\n display: flex;\n width: 100%;\n margin: 0;\n padding: 0;\n flex-direction: column;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n & > [role=\"tablist\"] {\n display: flex;\n width: 100%;\n margin-bottom: common.$spacing-u1;\n box-shadow: inset 0 -2px 0 0 common.$color-gray-300;\n }\n\n & [role=\"tab\"] {\n all: unset;\n position: relative;\n padding: 1rem;\n font-size: 1.25rem;\n line-height: common.$sizing-u2;\n text-align: center;\n cursor: pointer;\n\n & > span {\n display: block;\n width: 100%;\n height: 100%;\n }\n\n &[aria-selected=\"true\"] {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n color: common.$color-axa;\n }\n }\n\n &--center {\n & > [role=\"tablist\"] {\n justify-content: center;\n }\n\n & [role=\"tab\"] {\n width: 100%;\n flex-grow: 1;\n }\n }\n\n & [role=\"tab\"]:focus {\n outline: unset;\n }\n\n & [role=\"tab\"]:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > [role=\"tabpanel\"][aria-hidden=\"true\"] {\n display: none;\n }\n}\n","@use \"./../../../common/common.client.scss\" as common;\n\n.af-checkbox {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ &__error {\n display: flex;\n margin-left: 3.2rem;\n align-items: center;\n gap: 0.5rem;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-btn-error;\n\n & > svg {\n width: 1rem;\n height: 1rem;\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n &-select ~ &__error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n padding: 0.25rem 0.5rem;\n border-radius: 4px;\n align-items: flex-start;\n gap: 0.75rem;\n font-size: 1.125rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-checkbox__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n & label input[type=\"checkbox\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-checkbox__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-checkbox__checked {\n display: none;\n }\n\n & .af-checkbox__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n }\n\n & label:has(input[type=\"checkbox\"]:checked) {\n & .af-checkbox__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-checkbox__unchecked {\n display: none;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n & label:has(input[type=\"checkbox\"]:disabled) {\n cursor: default;\n\n & .af-checkbox__content > svg,\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-btn-disabled-text;\n fill: common.$color-btn-disabled-text;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:disabled) {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n &-select label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n --box-shadow-color: #{common.$color-btn-error};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"checkbox\"]:focus-visible ~ .af-checkbox__icons {\n & .af-checkbox__unchecked,\n & .af-checkbox__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n & .af-checkbox__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n &-select {\n display: flex;\n margin-top: 1rem;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n",".container {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n@media (width >= 576px) {\n .container {\n max-width: 540px;\n }\n}\n@media (width >= 768px) {\n .container {\n max-width: 720px;\n }\n}\n@media (width >= 992px) {\n .container {\n max-width: 960px;\n }\n}\n@media (width >= 1200px) {\n .container {\n max-width: 1440px;\n }\n}\n\n.container-fluid {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.row {\n display: flex;\n margin-right: -15px;\n margin-left: -15px;\n flex-wrap: wrap;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.col,\n.col-1,\n.col-10,\n.col-11,\n.col-12,\n.col-2,\n.col-3,\n.col-4,\n.col-5,\n.col-6,\n.col-7,\n.col-8,\n.col-9,\n.col-auto,\n.col-lg,\n.col-lg-1,\n.col-lg-10,\n.col-lg-11,\n.col-lg-12,\n.col-lg-2,\n.col-lg-3,\n.col-lg-4,\n.col-lg-5,\n.col-lg-6,\n.col-lg-7,\n.col-lg-8,\n.col-lg-9,\n.col-lg-auto,\n.col-md,\n.col-md-1,\n.col-md-10,\n.col-md-11,\n.col-md-12,\n.col-md-2,\n.col-md-3,\n.col-md-4,\n.col-md-5,\n.col-md-6,\n.col-md-7,\n.col-md-8,\n.col-md-9,\n.col-md-auto,\n.col-sm,\n.col-sm-1,\n.col-sm-10,\n.col-sm-11,\n.col-sm-12,\n.col-sm-2,\n.col-sm-3,\n.col-sm-4,\n.col-sm-5,\n.col-sm-6,\n.col-sm-7,\n.col-sm-8,\n.col-sm-9,\n.col-sm-auto,\n.col-xl,\n.col-xl-1,\n.col-xl-10,\n.col-xl-11,\n.col-xl-12,\n.col-xl-2,\n.col-xl-3,\n.col-xl-4,\n.col-xl-5,\n.col-xl-6,\n.col-xl-7,\n.col-xl-8,\n.col-xl-9,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n}\n\n.col-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n}\n\n.col-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n}\n\n.col-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n}\n\n.col-3 {\n max-width: 25%;\n flex: 0 0 25%;\n}\n\n.col-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n}\n\n.col-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n}\n\n.col-6 {\n max-width: 50%;\n flex: 0 0 50%;\n}\n\n.col-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n}\n\n.col-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n}\n\n.col-9 {\n max-width: 75%;\n flex: 0 0 75%;\n}\n\n.col-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n}\n\n.col-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n}\n\n.col-12 {\n max-width: 100%;\n flex: 0 0 100%;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.3333%;\n}\n\n.offset-2 {\n margin-left: 16.6667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.3333%;\n}\n\n.offset-5 {\n margin-left: 41.6667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.3333%;\n}\n\n.offset-8 {\n margin-left: 66.6667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.3333%;\n}\n\n.offset-11 {\n margin-left: 91.6667%;\n}\n@media (width >= 576px) {\n .col-sm {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-sm-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-sm-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-sm-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-sm-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-sm-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-sm-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-sm-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-sm-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-sm-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-sm-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-sm-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-sm-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-sm-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-sm-first {\n order: -1;\n }\n\n .order-sm-last {\n order: 13;\n }\n\n .order-sm-0 {\n order: 0;\n }\n\n .order-sm-1 {\n order: 1;\n }\n\n .order-sm-2 {\n order: 2;\n }\n\n .order-sm-3 {\n order: 3;\n }\n\n .order-sm-4 {\n order: 4;\n }\n\n .order-sm-5 {\n order: 5;\n }\n\n .order-sm-6 {\n order: 6;\n }\n\n .order-sm-7 {\n order: 7;\n }\n\n .order-sm-8 {\n order: 8;\n }\n\n .order-sm-9 {\n order: 9;\n }\n\n .order-sm-10 {\n order: 10;\n }\n\n .order-sm-11 {\n order: 11;\n }\n\n .order-sm-12 {\n order: 12;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.3333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.6667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.3333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.6667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.3333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.6667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.3333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 768px) {\n .col-md {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-md-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-md-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-md-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-md-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-md-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-md-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-md-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-md-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-md-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-md-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-md-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-md-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-md-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-md-first {\n order: -1;\n }\n\n .order-md-last {\n order: 13;\n }\n\n .order-md-0 {\n order: 0;\n }\n\n .order-md-1 {\n order: 1;\n }\n\n .order-md-2 {\n order: 2;\n }\n\n .order-md-3 {\n order: 3;\n }\n\n .order-md-4 {\n order: 4;\n }\n\n .order-md-5 {\n order: 5;\n }\n\n .order-md-6 {\n order: 6;\n }\n\n .order-md-7 {\n order: 7;\n }\n\n .order-md-8 {\n order: 8;\n }\n\n .order-md-9 {\n order: 9;\n }\n\n .order-md-10 {\n order: 10;\n }\n\n .order-md-11 {\n order: 11;\n }\n\n .order-md-12 {\n order: 12;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.3333%;\n }\n\n .offset-md-2 {\n margin-left: 16.6667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.3333%;\n }\n\n .offset-md-5 {\n margin-left: 41.6667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.3333%;\n }\n\n .offset-md-8 {\n margin-left: 66.6667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.3333%;\n }\n\n .offset-md-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 992px) {\n .col-lg {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-lg-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-lg-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-lg-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-lg-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-lg-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-lg-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-lg-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-lg-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-lg-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-lg-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-lg-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-lg-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-lg-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-lg-first {\n order: -1;\n }\n\n .order-lg-last {\n order: 13;\n }\n\n .order-lg-0 {\n order: 0;\n }\n\n .order-lg-1 {\n order: 1;\n }\n\n .order-lg-2 {\n order: 2;\n }\n\n .order-lg-3 {\n order: 3;\n }\n\n .order-lg-4 {\n order: 4;\n }\n\n .order-lg-5 {\n order: 5;\n }\n\n .order-lg-6 {\n order: 6;\n }\n\n .order-lg-7 {\n order: 7;\n }\n\n .order-lg-8 {\n order: 8;\n }\n\n .order-lg-9 {\n order: 9;\n }\n\n .order-lg-10 {\n order: 10;\n }\n\n .order-lg-11 {\n order: 11;\n }\n\n .order-lg-12 {\n order: 12;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.3333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.6667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.3333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.6667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.3333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.6667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.3333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 1200px) {\n .col-xl {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-xl-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-xl-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-xl-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-xl-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-xl-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-xl-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-xl-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-xl-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-xl-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-xl-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-xl-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-xl-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-xl-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-xl-first {\n order: -1;\n }\n\n .order-xl-last {\n order: 13;\n }\n\n .order-xl-0 {\n order: 0;\n }\n\n .order-xl-1 {\n order: 1;\n }\n\n .order-xl-2 {\n order: 2;\n }\n\n .order-xl-3 {\n order: 3;\n }\n\n .order-xl-4 {\n order: 4;\n }\n\n .order-xl-5 {\n order: 5;\n }\n\n .order-xl-6 {\n order: 6;\n }\n\n .order-xl-7 {\n order: 7;\n }\n\n .order-xl-8 {\n order: 8;\n }\n\n .order-xl-9 {\n order: 9;\n }\n\n .order-xl-10 {\n order: 10;\n }\n\n .order-xl-11 {\n order: 11;\n }\n\n .order-xl-12 {\n order: 12;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.3333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.6667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.3333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.6667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.3333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.6667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.3333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.6667%;\n }\n}\n","@use \"../../../common/common.client.scss\" as common;\n@use \"../../../common/grid\";\n@use \"../../../common/reboot\";\n\n.af-form {\n &__select {\n &-label {\n margin-bottom: 0.5rem;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &-single-value {\n color: common.$color-gray-900;\n\n &-disabled {\n color: common.$color-gray-500;\n }\n }\n\n &-error {\n display: flex;\n margin-top: 0.5rem;\n gap: 0.5rem;\n color: common.$color-btn-error;\n\n &-icon {\n path {\n fill: common.$color-btn-error;\n }\n }\n }\n }\n\n &__input-select {\n min-height: unset !important;\n font-size: 1rem;\n color: common.$color-gray-700;\n\n &-container {\n padding: 0.75rem 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: 4px;\n font-size: 1.125rem;\n color: common.$color-gray-700;\n background-color: common.$color-white;\n\n &-error {\n border-width: 2px;\n border-color: common.$color-btn-error;\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 1px common.$color-btn-error inset !important;\n }\n }\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n &-focused,\n &:focus-visible {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n outline: 2px solid common.$color-focus;\n outline-offset: 3px;\n }\n\n &-disabled {\n border-color: common.$color-gray-400;\n background-color: common.$color-gray-200;\n }\n\n &-icon {\n &-disabled {\n path {\n fill: common.$color-gray-500;\n }\n }\n }\n }\n\n &-menu {\n margin-top: 0.4rem;\n margin-left: -1rem;\n background-color: common.$color-white;\n box-shadow: 0 4px 16px -2px #00008f40;\n\n &-options {\n padding: 0.75rem 1rem;\n border: 1px solid transparent;\n font-size: 1.125rem;\n font-weight: 400;\n color: common.$color-gray-900;\n box-shadow: none;\n\n &-selected {\n font-weight: 600;\n color: common.$color-axa;\n }\n\n &-focused {\n border: 1px solid common.$color-axa;\n }\n\n &:nth-child(odd) {\n background-color: common.$color-blue-2;\n }\n\n &:nth-child(even) {\n background-color: common.$color-white;\n }\n }\n }\n }\n}\n","@use \"../../../common/common.client.scss\" as common;\n\n.af-form {\n &__group {\n &--label {\n font-size: 1.125rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n }\n\n &__file {\n &-input {\n position: relative;\n display: flex;\n margin-top: 0.5rem;\n margin-bottom: 0.6rem;\n padding: 1rem;\n padding-bottom: 2rem;\n border: 2px dashed common.$color-axa;\n border-radius: 8px;\n flex-direction: column;\n align-items: center;\n justify-content: space-between;\n font-weight: normal;\n text-align: center;\n color: common.$color-gray-900;\n background-color: common.$color-white;\n cursor: pointer;\n\n &.is-mobile {\n padding-bottom: 1rem;\n }\n\n &:hover {\n border-color: common.$color-gray-700;\n }\n\n &--error {\n border-color: common.$color-btn-error;\n }\n\n input {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n opacity: 0;\n cursor: pointer;\n }\n\n &-dropdown-text {\n padding-top: 1rem;\n line-height: 5px;\n }\n\n &-help {\n font-size: 1rem;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &-icon {\n path {\n fill: common.$color-axa;\n }\n }\n\n .af-btn-client {\n width: 50%;\n }\n }\n\n &-list {\n display: flex;\n margin-top: 1.125rem;\n padding: 0;\n flex-wrap: wrap;\n font-size: 0.9rem;\n list-style: none;\n }\n\n &-title-container {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n\n &-icon {\n &-error {\n path {\n fill: common.$color-btn-error;\n }\n }\n\n &-success {\n path {\n fill: common.$color-green-600;\n }\n }\n }\n }\n\n &-title {\n display: flex;\n flex-direction: column;\n }\n\n &-name {\n font-size: 1.125rem;\n color: common.$color-gray-900;\n }\n\n &-size {\n font-size: 1rem;\n color: common.$color-gray-700;\n }\n\n &-error {\n display: flex;\n margin-top: -0.9rem;\n margin-bottom: 0.9rem;\n align-items: center;\n gap: 0.25rem;\n font-size: 1rem;\n color: common.$color-btn-error;\n\n &-icon {\n path {\n fill: common.$color-btn-error;\n }\n }\n }\n\n &-line {\n display: flex;\n width: 100%;\n margin-bottom: 1rem;\n padding: 0.5rem 0;\n padding: 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: 4px;\n align-items: center;\n justify-content: space-between;\n background: common.$color-white;\n\n &--error {\n border-color: common.$color-btn-error;\n }\n }\n\n &-actions {\n display: flex;\n align-items: baseline;\n justify-content: center;\n gap: 1rem;\n cursor: pointer;\n\n &-icon {\n path {\n fill: common.$color-gray-700;\n }\n }\n }\n }\n}\n\n.is-mobile {\n .af-form {\n &__file {\n &-input {\n &-dropdown-text {\n display: none;\n }\n }\n }\n }\n\n .af-btn-client {\n width: 100%;\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-accordion-client {\n display: block;\n margin: 0;\n padding: 0;\n border-radius: 8px;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n background-color: common.$color-white;\n\n &__item {\n &:not(:last-child) {\n border-bottom: 1px solid #e9ecf2;\n }\n\n & > h3 {\n width: 100%;\n margin: 0;\n font-size: 1.125rem;\n font-weight: 600;\n\n &:has(button[aria-expanded=\"true\"]) {\n border-bottom: none;\n color: common.$color-axa;\n }\n\n & > button {\n display: flex;\n width: 100%;\n padding: 15px 20px;\n border: 0;\n align-items: center;\n font-size: 1.125rem;\n font-weight: 600;\n text-align: start;\n color: inherit;\n background-color: inherit;\n cursor: pointer;\n\n &:focus {\n outline: unset;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &::after {\n width: 32px;\n height: 32px;\n margin-left: auto;\n flex-shrink: 0;\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_14583_27882)%22%3E%0A%3Cpath%20d%3D%22M24%2013.3331L22.12%2011.4531L16%2017.5598L9.88%2011.4531L8%2013.3331L16%2021.3331L24%2013.3331Z%22%20fill%3D%22%2300008F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_14583_27882%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%20transform%3D%22matrix(0%201%20-1%200%2032%200)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A\");\n background-repeat: no-repeat;\n background-size: 100%;\n transition: transform 0.2s ease-in-out;\n content: \"\";\n }\n\n &[aria-expanded=\"true\"] {\n &::after {\n transform: rotate(180deg);\n }\n }\n }\n }\n\n & > [role=\"region\"] {\n margin-bottom: 1rem;\n padding: 0 20px;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-modal {\n position: fixed;\n width: 100%;\n margin: 0 auto;\n padding: 1.5rem 0;\n border: none;\n border-radius: 0.5rem;\n background-color: common.$color-white;\n\n &::backdrop {\n opacity: 0.4;\n background: common.$color-gray-900;\n }\n\n &__top {\n position: sticky;\n top: 0;\n display: flex;\n padding: 0 1.5rem 1.5rem;\n border-bottom: 1px solid common.$color-btn-disabled-border;\n align-items: center;\n gap: 1rem;\n background-color: common.$color-white;\n\n &-title {\n display: flex;\n width: 100%;\n margin: 0;\n align-items: start;\n justify-content: space-between;\n color: common.$color-gray-900;\n\n &-text {\n font-family: common.$font-family-publico;\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n\n &-subtitle {\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n color: common.$color-gray-700;\n }\n\n &-close-btn {\n all: unset;\n display: flex;\n width: 2rem;\n height: 2rem;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n fill: common.$color-axa;\n }\n\n :hover {\n background: none;\n }\n\n :focus {\n border: none;\n background: none;\n }\n }\n }\n\n &__content {\n display: flex;\n margin-top: 2.5rem;\n padding: 0 1.5rem;\n flex-direction: column;\n gap: 2.5rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n }\n\n &__actions {\n display: flex;\n padding-top: 0;\n flex-direction: column-reverse;\n align-items: flex-end;\n justify-content: flex-end;\n gap: 1rem;\n\n // force fullwidth in mobile\n & * {\n width: 100%;\n flex-grow: 1;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-modal {\n min-width: 48rem;\n max-width: 48rem;\n margin: auto;\n\n &__actions {\n flex-direction: row-reverse;\n justify-content: flex-start;\n\n & * {\n width: auto;\n flex-grow: unset;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-alert {\n display: flex;\n margin-top: 1rem;\n padding: 1rem;\n border-radius: 12px;\n flex: 1 1 0;\n align-items: flex-start;\n font-family: common.$font-family-base;\n background-color: white;\n\n .af-alert__icon {\n width: 1.5rem;\n aspect-ratio: 1;\n margin-right: 1rem;\n flex-shrink: 0;\n }\n\n &--information {\n border: 1px solid common.$color-axa;\n\n .af-alert__icon {\n color: common.$color-axa;\n transform: rotate(180deg);\n fill: common.$color-axa;\n }\n\n .af-alert__title {\n color: common.$color-axa;\n }\n }\n\n &--error {\n border: 1px solid common.$color-btn-error;\n\n .af-alert__icon {\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n\n .af-alert__title {\n color: common.$color-btn-error;\n }\n }\n\n &--neutral {\n border: 1px solid common.$color-gray;\n\n .af-alert__icon {\n color: common.$color-gray;\n fill: common.$color-gray;\n }\n\n .af-alert__title {\n color: common.$color-gray;\n }\n }\n\n &--warning {\n border: 1px solid common.$color-btn-business;\n\n .af-alert__icon {\n color: common.$color-btn-business;\n fill: common.$color-btn-business;\n }\n\n .af-alert__title {\n color: common.$color-btn-business;\n }\n }\n\n &--validation {\n border: 1px solid common.$color-green-600;\n\n .af-alert__icon {\n color: common.$color-green-600;\n fill: common.$color-green-600;\n }\n\n .af-alert__title {\n color: common.$color-green-600;\n }\n }\n\n .af-alert-client__content {\n width: 100%;\n\n .af-alert__link {\n text-align: right;\n }\n\n .af-alert__title {\n padding-bottom: 0.25rem;\n font-weight: 600;\n line-height: 1.5rem;\n }\n }\n\n * {\n margin: 0;\n font-size: 1.125rem;\n font-weight: 400;\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-link {\n display: inline-flex;\n width: fit-content;\n height: fit-content;\n align-items: center;\n font-family: common.$font-family-base;\n text-decoration: underline;\n color: common.$color-axa;\n fill: common.$color-axa;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &--openInNewTab {\n font-weight: 600;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n aspect-ratio: 1;\n margin-left: 0.2rem;\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-container-pagination > div {\n display: flex;\n padding: 0.5rem;\n border: 1px solid common.$color-border;\n border-radius: 41px;\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-loader {\n &__container {\n display: flex;\n container-type: inline-size;\n margin: auto;\n border: 1px solid common.$color-gray-200;\n border-top: 1px solid common.$color-axa;\n border-radius: 50%;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n animation: spin 2s linear infinite;\n }\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n\n 100% {\n transform: rotate(360deg);\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-card {\n &--list {\n padding: 0 1rem;\n box-shadow: none;\n }\n\n &--large {\n width: 100%;\n }\n}\n\n.af-list {\n padding: 0;\n flex-direction: column;\n list-style-type: none;\n\n &__item {\n padding: 1rem 0;\n }\n\n &__separator {\n margin: 0;\n border: 1px solid common.$color-gray-300;\n }\n}\n","@use \"../../common/reboot\";\n@use \"../../common/common.client.scss\" as common;\n\n.af-card--click-list {\n padding: 0;\n\n .af-list__separator {\n width: calc(100% - 2rem);\n margin: auto;\n }\n\n .af-list__item {\n padding: 0;\n\n .af-list-item {\n &__content {\n display: inherit;\n align-items: inherit;\n gap: 12px;\n }\n\n &-content {\n &__icon svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n\n &__label {\n text-align: left;\n }\n\n &-label {\n &__title {\n margin: 0;\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__secondary {\n margin: 0;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n color: common.$color-gray-700;\n }\n }\n }\n\n &__action {\n margin-left: auto;\n\n svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n }\n }\n }\n\n &.af-card--large .af-list-item {\n &-content__label {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-content-label {\n &__title {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__subtitle {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n }\n }\n\n .af-list__item .af-list-item__button {\n display: flex;\n width: 100%;\n padding: 1rem;\n border: none;\n border-radius: 4px;\n align-items: center;\n gap: 0.5rem;\n color: inherit;\n background: none;\n cursor: pointer;\n\n &:disabled {\n cursor: default;\n\n .af-list-item {\n &-content {\n &__icon svg {\n fill: common.$color-gray-500;\n }\n\n &__label {\n color: common.$color-gray-500;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-gray-500;\n }\n }\n\n &__action svg {\n fill: common.$color-gray-500;\n }\n }\n }\n\n &:enabled {\n &:hover {\n box-shadow: 0 4px 8px 0 hsla(230deg, 60%, 16%, 8%);\n }\n\n &:active {\n box-shadow: 0 2px 8px 0 hsla(0deg, 0%, 0%, 15%) inset;\n outline: none;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--click-list {\n .af-list-item-content {\n &__label {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 0.875rem;\n line-height: 1.25rem;\n }\n }\n }\n\n &.af-card--large .af-list-item-content {\n &__label {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n }\n\n .af-list-item__button {\n &:enabled {\n box-shadow: none;\n\n &:hover {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-axa;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-axa;\n }\n }\n }\n\n &:active {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-blue-1;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-blue-1;\n }\n }\n }\n\n &:focus-visible {\n border: none;\n border: 1px solid common.$color-focus;\n }\n }\n }\n }\n}\n","@use \"../../common/common.client.scss\" as common;\n\n.af-card--content-tab-list {\n padding: 0.5rem 1.5rem;\n\n .af-list {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n\n .af-list__item {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 2.5rem;\n\n span {\n display: block;\n margin: 0;\n }\n\n .af-list-item {\n &__left-container,\n &__right-container,\n &__additional-data-container {\n all: inherit;\n padding: 0;\n }\n\n &__additional-data-container {\n grid-area: content-tab__additional-data-container;\n\n .af-tag {\n grid-area: content-tab__tag;\n }\n }\n\n &__label {\n grid-area: content-tab__label;\n color: common.$color-gray-900;\n }\n\n &-label__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-label__subtitle {\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n\n &__date {\n grid-area: content-tab__date;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__value {\n justify-self: end;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n text-align: right;\n color: common.$color-green-600;\n }\n\n &__button-container {\n margin: 0 0.625rem;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n fill: common.$color-axa;\n }\n }\n }\n\n &:not(:has(.af-list-item__value)) {\n .af-tag {\n margin: 0 1.34rem;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--content-tab-list {\n padding: 0.25rem 1rem;\n\n .af-list__item {\n padding: 0.75rem 0;\n gap: 1.5rem;\n\n .af-list-item {\n &__left-container {\n display: grid;\n grid-template:\n \"content-tab__additional-data-container\"\n \"content-tab__label\";\n align-items: start;\n justify-content: start;\n gap: 0.25rem;\n }\n\n &__right-container {\n gap: 1.5rem;\n }\n\n &__additional-data-container {\n display: block;\n align-items: center;\n\n &:has(.af-list-item__date):has(.af-tag) {\n display: grid;\n grid-template: \"content-tab__tag content-tab__date\";\n gap: 0.75rem;\n }\n\n .af-tag {\n margin: 0;\n }\n }\n\n &-label__title {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &-label__subtitle {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &__date {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__button-container {\n margin: 0;\n\n button {\n padding: 0;\n gap: 0;\n font-size: 0;\n }\n }\n }\n\n &:has(.af-list-item__value) {\n align-items: start;\n }\n }\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-tag {\n display: inline-flex;\n padding: 0.125rem 0.5rem;\n border: 1px solid common.$color-gray;\n border-radius: 0.25rem;\n align-items: center;\n justify-content: center;\n gap: 0.625rem;\n font-family: common.$font-family-base;\n color: common.$color-gray;\n background-color: common.$color-white;\n cursor: default;\n\n span {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &--success {\n border-color: common.$color-green-600;\n color: common.$color-green-600;\n }\n\n &--error {\n border-color: common.$color-btn-error;\n color: common.$color-btn-error;\n }\n\n &--warning {\n border-color: common.$color-btn-business;\n color: common.$color-btn-business;\n }\n\n &--info {\n border-color: common.$color-axa;\n color: common.$color-axa;\n }\n\n @media (width <= 667px) {\n span {\n font-size: 0.875rem;\n line-height: 1.094rem;\n }\n }\n}\n","@use \"../../common/common.client.scss\" as common;\n\n.af-input-error {\n display: flex;\n align-items: center;\n gap: 0.25rem;\n\n &__icon {\n width: 1rem;\n color: common.$color-btn-error;\n fill: common.$color-btn-error;\n }\n\n &__message {\n font-family: common.$font-family-base;\n font-size: 1rem;\n color: common.$color-btn-error;\n }\n}\n","@use \"../common/common.client.scss\" as common;\n\n.af-icon-bg {\n display: grid;\n width: min-content;\n height: min-content;\n padding: 0.75rem;\n border-radius: 0.75rem;\n background-color: common.$color-white;\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: common.$color-axa;\n }\n\n &--secondary {\n background-color: common.$color-axa;\n\n svg {\n fill: common.$color-white;\n }\n }\n\n &--disabled {\n background-color: common.$color-gray-200;\n\n svg {\n fill: common.$color-gray-500;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-icon-bg {\n padding: 0.5rem;\n }\n}\n","@use \"../../../../common/common.client.scss\" as common;\n\n.af-navbar-container {\n display: flex;\n height: 5rem;\n margin: 0;\n padding: 0;\n flex-direction: row;\n align-items: center;\n gap: 1.6rem;\n list-style-type: none;\n}\n\n.af-navbar-item {\n height: 100%;\n cursor: pointer;\n\n &__link {\n display: inline-block;\n box-sizing: border-box;\n min-width: 8.4rem;\n height: 100%;\n padding: 1.75rem 1rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-900;\n\n &:focus,\n &--active {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n line-height: 1.6rem;\n text-decoration: none;\n color: common.$color-axa;\n outline: none;\n }\n\n &:not(:focus, --active):hover {\n border-bottom: 2px solid common.$color-gray-300;\n font-weight: 400;\n line-height: 1.4rem;\n text-decoration: none;\n color: common.$color-gray-900;\n }\n }\n}\n","@use \"../../../../common/common.client.scss\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1.5rem 0 1.5rem 7.5rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axa-fr/design-system-slash-css",
3
- "version": "0.2.0-beta.278",
3
+ "version": "0.2.0-beta.279",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [