/**handles:elevation-contract-components--accordion-style**/
:root{--ui-foreground-primary-text-headings:#293241;--ui-foreground-primary-text-body-text:#293241;--ui-foreground-primary-text-headings-span:#3d5a80;--ui-foreground-primary-text-links:#3d5a80;--ui-foreground-primary-text-highlight-text:#ccebf5;--ui-foreground-primary-text-date-text:#3d5a80;--ui-foreground-primary-text-text-button_on-dark:#210044;--ui-foreground-primary-accent-01:#f47820;--ui-foreground-primary-accent-02:#ffd15c;--ui-foreground-primary-accent-03:#a8704b;--ui-foreground-primary-accent-04:#47127e;--ui-foreground-primary-accent-05:#8a55b3;--ui-foreground-secondary-indicator:#662d91;--ui-background-primary:#3d5a80;--ui-background-secondary:#b1d4e0;--ui-background-tertiary:#ccebf5;--ui-background-fourth:#f47820;--ui-background-light-01:#fff8ed;--ui-background-light-02:#ffd15c66;--ui-background-light-03:#b1d4e066;--ui-button-primary-color-01:#3d5a80;--ui-button-primary-hover:#293241;--ui-button-primary-color-02:#ccebf5;--ui-button-primary-color-03:#e66407;--ui-button-secondary-color-01:#3d5a80;--ui-button-secondary-color-02:#f47820;--ui-button-secondary-hover:#293241;--ui-button-tertiary-color-01:#3d5a80;--ui-button-tertiary-hover:#293241;--ui-button-fourth-color-01:#3d5a80;--ui-button-fourth-hover:#293241;--ui-button-on-dark-color:#ffd15c;--ui-button-on-dark-hover:#fff8ed;--ui-border-bounds:#b1d4e0;--ui-border-input-controls-active:#3d5a80;--ui-border-input-controls-focus:#293241;--ui-border-line-divider-dots-divider:#b1d4e0;--ui-border-line-divider-on-light:#b1d4e0;--ui-border-line-divider-on-dark:#3d5a80;--ui-base-white:#fffcf7;--ui-base-black:#16181c;--ui-base-others-system-warning:#ad0300;--ui-base-others-input-controls-disabled:#e5e5eb;--ui-base-others-input-warning:#fbefef;--ui-base-others-input-disabled:#bdb9c6;--ui-base-others-label-disabled:#a49fb1}.custom-dots-line{position:relative}.custom-dots-line-top:after{top:0}.custom-dots-line-bottom:after,.custom-dots-line-top:after{background-color:var(--border-color);content:"";display:block;height:3px;left:0;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271094%27 height=%274%27 fill=%27none%27%3E%3Cpath stroke=%27currentColor%27 stroke-dasharray=%270.1 8%27 stroke-linecap=%27round%27 stroke-width=%273%27 d=%27M2 2h1094%27/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271094%27 height=%274%27 fill=%27none%27%3E%3Cpath stroke=%27currentColor%27 stroke-dasharray=%270.1 8%27 stroke-linecap=%27round%27 stroke-width=%273%27 d=%27M2 2h1094%27/%3E%3C/svg%3E");mask-position:center;-webkit-mask-position:center;mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x;mask-size:auto;-webkit-mask-size:auto;opacity:1;position:absolute;right:0}.custom-dots-line-bottom:after{bottom:0}.accordion{opacity:1;position:relative}.accordion .custom-container{display:flex;flex-direction:column}.accordion-item__item{border-bottom:1px solid #b1d4e0;opacity:1;padding:20px 15px}@media(min-width:992px){.accordion-item__item{padding:40px 35px}}.accordion__button{align-items:center;background-color:transparent;border:none;color:#293241;cursor:pointer;display:flex;justify-content:space-between;outline:none;text-align:left;width:100%}.accordion__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2713%27 fill=%27none%27%3E%3Cpath stroke=%27%233d5a80%27 stroke-linecap=%27round%27 stroke-width=%272%27 d=%27M6 1.5v10M11 6.5H1%27/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex:0 0 12px;height:13px;margin:auto 0 auto 10px;position:relative;width:12px}.accordion__button[aria-expanded=true]:after{animation:rotateFullIn .3s forwards;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%273%27 fill=%27none%27%3E%3Cpath stroke=%27%233d5a80%27 stroke-linecap=%27round%27 stroke-width=%272%27 d=%27M10 1.5H2%27/%3E%3C/svg%3E")}@media(prefers-reduced-motion){.accordion__button[aria-expanded=true]:after{animation:rotateFullIn 0s forwards}}.accordion__button[aria-expanded=false]:after{animation:rotateFullOut .3s forwards;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2713%27 fill=%27none%27%3E%3Cpath stroke=%27%233d5a80%27 stroke-linecap=%27round%27 stroke-width=%272%27 d=%27M6 1.5v10M11 6.5H1%27/%3E%3C/svg%3E")}@media(prefers-reduced-motion){.accordion__button[aria-expanded=false]:after{animation:rotateFullOut 0s forwards}}.accordion__panel{max-height:0;overflow:hidden;padding:0;transition:max-height .2s ease-out,margin-bottom .2s ease-out}.accordion__panel-wrapper{display:flex;flex-direction:column;gap:32px;padding:20px 0 0}@media(min-width:992px){.accordion__panel-wrapper{flex-direction:row}}.accordion__panel-wrapper .media{flex:0 0 auto}@media(min-width:992px){.accordion__panel-wrapper .media{width:271px}}.accordion__panel-wrapper .media img{border-radius:10px}.accordion__panel-content{flex:1;margin-top:0!important}