.header{padding:34px 0 40px;text-align:center;color:#351704;background-color:#fff;display:flex;justify-content:space-between;flex-direction:row;align-items:flex-end;width:100%}#logo{width:249px;margin-left:8px}#logo svg path.logo-blue{fill:#215568}#logo svg path.logo-red{fill:#e31e36}#logo svg path.logo-lightblue{fill:#0077ad}#logo svg path.logo-green{fill:#7fc347}.header__link{border-bottom:1px solid #005c89;text-decoration:none}.language{display:flex;flex-direction:row;align-items:left;gap:16px;width:100%;padding:0 0 17px 0}.language__link{text-decoration:none;font-weight:bold;font-size:14.5px;--webkit-font-smoothing: antialiased}.language__link.selected{text-decoration:none;border-bottom:1px solid #000;color:#222;cursor:default}.header__nav{visibility:visible;max-width:none;max-height:500px;background-color:#005c89;position:relative;width:100%;color:#fff;margin-bottom:35px}footer{padding-top:96px}@font-face{font-family:"Source Sans Pro";font-weight:200;font-style:normal;font-stretch:normal;src:url(../fonts/SourceSansPro-ExtraLight.ttf.1725fa7c.woff2) format("woff2"),url(../fonts/SourceSansPro-ExtraLight.otf.0e92fa90.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:200;font-style:italic;font-stretch:normal;src:url(../fonts/SourceSansPro-ExtraLightIt.ttf.0d57bf81.woff2) format("woff2"),url(../fonts/SourceSansPro-ExtraLightIt.otf.3cc31e2b.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:300;font-style:normal;font-stretch:normal;src:url(../fonts/SourceSansPro-Light.ttf.245bb10d.woff2) format("woff2"),url(../fonts/SourceSansPro-Light.otf.ce7288e2.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:300;font-style:italic;font-stretch:normal;src:url(../fonts/SourceSansPro-LightIt.ttf.4b7cacb1.woff2) format("woff2"),url(../fonts/SourceSansPro-LightIt.otf.2c3aeccf.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:400;font-style:normal;font-stretch:normal;src:url(../fonts/SourceSansPro-Regular.ttf.f963ed83.woff2) format("woff2"),url(../fonts/SourceSansPro-Regular.otf.86f6a102.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:400;font-style:italic;font-stretch:normal;src:url(../fonts/SourceSansPro-It.ttf.48a461b5.woff2) format("woff2"),url(../fonts/SourceSansPro-It.otf.8c909ce2.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:600;font-style:normal;font-stretch:normal;src:url(../fonts/SourceSansPro-Semibold.ttf.acbf737b.woff2) format("woff2"),url(../fonts/SourceSansPro-Semibold.otf.fbbc47c5.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:600;font-style:italic;font-stretch:normal;src:url(../fonts/SourceSansPro-SemiboldIt.ttf.4cc0e276.woff2) format("woff2"),url(../fonts/SourceSansPro-SemiboldIt.otf.bb07e6aa.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:700;font-style:normal;font-stretch:normal;src:url(../fonts/SourceSansPro-Bold.ttf.2f5f78b0.woff2) format("woff2"),url(../fonts/SourceSansPro-Bold.otf.4b108030.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:700;font-style:italic;font-stretch:normal;src:url(../fonts/SourceSansPro-BoldIt.ttf.4f720da3.woff2) format("woff2"),url(../fonts/SourceSansPro-BoldIt.otf.a72e7201.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:900;font-style:normal;font-stretch:normal;src:url(../fonts/SourceSansPro-Black.ttf.e48a1277.woff2) format("woff2"),url(../fonts/SourceSansPro-Black.otf.f0f78c5d.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:900;font-style:italic;font-stretch:normal;src:url(../fonts/SourceSansPro-BlackIt.ttf.000042f8.woff2) format("woff2"),url(../fonts/SourceSansPro-BlackIt.otf.33d63014.woff) format("woff")}.nav{display:flex;flex-direction:column;gap:4px;width:237px}@media(max-width: 940px){.nav{order:2}}.nav__item,.nav__item:visited,.nav__item:active{width:100%;color:#000;background-color:#e9e9e2;display:block;font-size:16px;padding:10px;text-decoration:none;font-weight:400;transition:ease-in-out all .2s}.nav__item.selected,.nav__item:hover,.nav__item:active{color:#fff;background-color:#005c89;font-weight:600}.content{display:flex;flex-direction:column;gap:33px}@media(min-width: 940px){.content{display:flex;flex-direction:row;gap:33px}}.page-content{display:flex;flex-direction:column;width:100%}.page-content p:last-of-type:not(.form p:last-of-type){margin-bottom:2.4rem}.custom-table{width:100%;border-collapse:collapse;border-collapse:separate;border-spacing:0 4px;background-color:#fff;margin:1rem 0 2rem}.custom-table thead th{background-color:#eaeae1;padding:10px;font-weight:bold;text-align:left}.custom-table tbody td{background-color:#f5f5f5;padding:10px}.custom-table tbody td.text-center,.custom-table th.center{text-align:center}.custom-table tbody td.actions{width:100%;margin:0;padding:0;display:flex;justify-content:center}.custom-table th,.custom-table td{border:none;text-align:left}.custom-table tbody tr:hover{background-color:#ddd}.custom-table--striped tbody tr:nth-child(even) td{background-color:#fff}.custom-table__row{background-color:#f5f5f5}.custom-table__row:hover{background-color:#ddd}.custom-table__cell{padding:10px;border:none}.custom-table__cell--label{background-color:#e9e9e2 !important;font-weight:bold;width:200px}.custom-table__cell--value{background-color:#f5f5f5 !important;max-width:400px;width:400px}.custom-table--details{width:fit-content}.custom-table__dropdown{width:100%;height:41px;background-color:#f5f5f5}.table-controls{display:flex;justify-content:space-between;padding:10px 0;flex-direction:column;align-items:flex-start;gap:10px}@media(min-width: 768px){.table-controls{flex-direction:row}}.table-controls__entries{display:flex;align-items:center}.table-controls__label{font-size:14px;color:#000;margin-right:5px}.table-controls__select{padding:4px 8px;border:2px solid #004b7f;font-size:14px;color:#004b7f;background-color:#fff;margin-right:5px}.table-controls__text{font-size:14px;color:#000}.table-controls__search-group{display:flex;align-items:center}.table-controls__input{padding:8px;border:2px solid #005c89;background-color:#fff;font-family:"Source Sans Pro",sans-serif;font-size:14px;margin-right:5px;width:200px;box-sizing:border-box}.table-controls__button{padding:8px 12px;font-size:14px;color:#fff;background-color:#004b7f;border:none;cursor:pointer;border:2px solid #004b7f}.table-controls__button--search{margin-right:5px}.table-controls__button--show-all{background-color:rgba(0,0,0,0);color:#004b7f;border:2px solid #004b7f}.table-footer{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#000;margin-bottom:32px}.table-footer__info{font-size:14px;color:#000}.table-footer__pagination{display:flex;align-items:center}.table-footer__link{color:#000 !important;text-decoration:none;margin:0 5px}.table-footer__link--prev,.table-footer__link--next{font-weight:normal}.table-footer__link--number{padding:2px 8px}.table-footer__link:hover{text-decoration:underline}.table-footer__separator{margin:0 5px;color:#000}.form__mandatory-note{color:#000;margin-bottom:20px}.form__group{margin-bottom:2.4rem;display:flex;flex-direction:column;row-gap:10px;align-items:center;column-gap:10px;position:relative}@media(min-width: 768px){.form__group{display:grid;grid-template-columns:200px 1fr 1fr 1fr}}.form__label{font-size:16px;color:#000;min-width:200px;width:100%}@media(min-width: 768px){.form__label{width:auto}}.form__input{grid-column:2/5;padding:12px 16px;border:2px solid #005c89;background-color:#fff;font-family:"Source Sans Pro",sans-serif;font-size:16px;width:100%}@media(min-width: 768px){.form__input{width:auto}}.form__input::placeholder{color:#a3a3a3}.form textarea__input{resize:vertical;padding:10px;max-width:100%;line-height:1.5}.form__generate-pin{grid-column:3/5;font-size:14px;color:#000;cursor:pointer;text-decoration:underline;margin-top:5px;display:block;text-align:right;width:100%}@media(min-width: 768px){.form__generate-pin{width:auto}}.form__generate-pin:hover{text-decoration:underline}.form__actions{margin-top:20px}.form__actions>*:not(:last-child){margin-right:10px}.form__back-link{font-size:14px;color:#000;text-decoration:none}.form__back-link:hover{text-decoration:underline}.form__footer>*:first-child{margin-top:3rem}.form__footer>*:last-child{margin-bottom:3rem}.form__error{grid-column:2/5;color:#dd1541;font-size:14px;margin-top:5px;align-items:center;min-height:20px;visibility:hidden;position:absolute;top:100%;right:0;width:100%}@media(min-width: 768px){.form__error{width:auto}}.form__error.show{visibility:visible}.form__error-icon{width:16px;height:16px;margin-right:8px;fill:#dd1541}*,*::before,*::after{box-sizing:border-box}a,button,input,textarea,select,[tabindex]{outline:none;box-shadow:none}:focus-visible{outline:3px solid #005fcc;outline-offset:2px;border-radius:4px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #005fcc;outline-offset:3px;border-radius:0px}body{font-family:"Source Sans Pro",sans-serif;margin:0;font-size:16px}header,header *,.innerPageWrapper,.innerPageWrapper *{box-sizing:border-box;-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;margin-top:0;margin-bottom:.8rem;font-weight:normal}p{margin-bottom:1.2rem}.custom{font-style:italic;color:#9fa9af;text-align:center}.bold{font-weight:600}.container{display:flex;flex-direction:column;width:100%;max-width:1200px;min-width:320px;border:var(--wrapper-margin) solid rgba(0,0,0,0);border-top:none !important;border-bottom:none !important;margin:0 auto;position:relative;z-index:10;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}a,a:visited{color:#005c89;transition:ease-in-out all .2s;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:none}.btn,.btn:visited{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;visibility:visible;font:inherit;outline:0;box-sizing:border-box;text-decoration:none;transition:all .3s ease-in-out;display:inline-block;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;user-select:none;padding:10px 18px;border-radius:0;background:#005c89;border:solid 2px #005c89;font-weight:bold;color:#fff}.btn:hover,.btn:active,.btn:focus{transition:background-color .2s ease-in-out;background-color:#fff;border-color:#269abc;color:#005c89;text-decoration:none}.btn__secondary{background-color:#fff !important;border-color:#005c89 !important;color:#005c89 !important}.btn__secondary:hover{background-color:#005c89 !important;border-color:#005c89 !important;color:#fff !important}.btn__danger{background-color:#c03 !important;border-color:#c03 !important;color:#fff !important}.btn.blue{background-color:#005c89 !important;border-color:#005c89 !important;color:#fff !important}.btn.blue:hover{border:solid 2px #005c89;border-color:#005c89 !important;text-decoration:none;background-color:#fff !important;color:#005c89 !important}.btn__link,.btn__link:hover,.btn__link:visited,.btn__link:active{color:#000;text-decoration:underline}.btn__back-link{color:#000;text-decoration:none;font-weight:normal}hr{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;font:inherit;color:#444;font-weight:normal;line-height:18px;word-wrap:break-word;font-size:16px;clear:both;box-sizing:content-box;margin:4em 0;height:0;border:solid #ddd;border-width:2px 0 0;position:relative;overflow:visible}hr:after{height:20px;width:75px;background:url(../img/circle.df0c0780.png) center center no-repeat;background-size:contain;display:inline-block;content:" ";z-index:1;position:absolute;top:0;left:calc(50% - 37.5px);background-color:#fff;margin-top:-10px;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.content h1{color:#005c89;margin-top:0;font-size:2.125em;color:#005c89;margin-top:0;font-size:2.125em;top:-0.21em;position:relative;margin-bottom:.8rem}.content h2{font-size:1.875em;margin-bottom:2rem}.content h3{font-size:1.675em}.content h4{font-size:1.375em}.content h5{font-size:1.125em}.content blockquote{margin:2em 0}.content ol{margin:1em 0 1em 1.25em;padding:0}.content ol li+li{margin-top:4px}.content ol.circle-numbered{margin:2em 0;padding:0;counter-reset:li-counter;border-top:1px solid #f79a33;border-bottom:1px solid #f79a33}.content ol.circle-numbered>li{position:relative;padding:1.375em 0;font-size:1.25em;min-height:50px;padding-left:60px;list-style-type:none;color:#666;line-height:1.2}.content ol.circle-numbered>li+li{margin-top:0;border-top:1px solid #f79a33}.content ol.circle-numbered>li:before{font-style:italic;position:absolute;top:50%;margin-top:-20px;left:0;text-align:center;width:40px;height:40px;line-height:40px;font-size:28px;font-size:1.75rem;background-color:#d2d2c7;color:#666;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;content:counter(li-counter);counter-increment:li-counter}.content ul{margin:1em 0 1em 1.25em;padding:0}.content ul li+li{margin-top:4px}.actions{display:flex;flex-direction:row;align-items:center;gap:16px;font-weight:bold;margin-top:.8rem}.text-right{text-align:right}.text-left{text-align:left}.text-bold{font-weight:bold}.text-sm{font-size:14px}.text-center{text-align:center}.text-black{color:#000 !important}.text-danger{color:#dd1541 !important}.mb-0{margin-bottom:0 !important}.mb-4{margin-bottom:1rem}.message-centered{max-width:650px;width:100%;margin:0 auto;text-align:center}.icon--large{width:80px !important;height:80px !important;margin-bottom:1rem}.p-0{padding:0 !important}.pb-2{padding-bottom:1.8rem}.w-full{width:100%}.userNameWrapper,.usersNameWrapper{min-height:60px}