@charset "UTF-8";#app{margin:0 auto;font-weight:400}.hr-separator{border:0;border-top:1px solid rgba(0,0,0,.1);margin:2em 0;display:flex;width:100%;justify-content:center}.hr-inner-text{position:relative;top:-.9em;padding:0 1em;background:#fff;color:var(--color-text)}.avatar{display:flex;align-items:center;justify-content:center}.avatar__img{width:34px;height:34px;border-radius:50%}.header-user{display:flex;gap:20px;align-items:center;padding:10px 20px;border-radius:5px}.header-user__not-logged a{color:#1e1e1e;text-decoration:none}.header-user__default-header{display:flex;gap:10px;align-items:center;cursor:pointer}.header-user__inner-content{display:none;position:absolute;top:60px;right:0;width:250px;background-color:#fff;border:1px solid #DEDEDE;padding:7px 14px;z-index:100}.header-user__inner-content-title{font-size:14px;font-weight:700;margin-bottom:7px}.header-user__inner-content-title:focus-visible{outline:none}.header-user__inner-content-separator{margin:5px auto}.header-user__inner-content-link{text-decoration:none;color:#1e1e1e;display:flex;align-items:flex-end;justify-content:space-between}.header-user__inner-content-link--icon{height:16px;margin-left:5px}.header-user--opened .header-user__inner-content{display:block}.header-user__links{display:flex;flex-direction:column;margin:10px 0;gap:10px}.header-language{position:relative;height:100%;padding:20px 10px;display:flex}.header-language__nav{display:flex;align-items:center;gap:10px;cursor:pointer}.header-language__nav_lang{text-transform:uppercase;font-weight:700}.header-language__nav_arrow--opened{transform:rotate(180deg)}.header-language__nav_arrow img{width:14px;height:10px}.header-language__select{position:absolute;top:75%;right:-50%;padding:10px;background:#fff;border:1px solid #DDDDDD;border-radius:6px;display:flex;flex-direction:column}.header-language__select--hidden{outline:none;width:0;height:0;opacity:0}.header-language__select_option{padding:8px 10px 12px;display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer}.header-language__select_option:not(:last-child){border-bottom:1px solid #DDDDDD}.header-language__select_option:last-child{padding-bottom:8px}.header{background:#fff;padding:0 10px;height:60px;border-bottom:1px solid #DEDEDE;position:fixed;top:0;left:0;right:0;z-index:100}.header__toggle-right-panel,.header__toggle-left-panel{display:none;justify-content:space-around}@media only screen and (max-width: 600px){.header__toggle-right-panel,.header__toggle-left-panel{display:flex}}@media only screen and (min-width: 600px) and (max-width: 767px){.header__toggle-right-panel,.header__toggle-left-panel{display:flex}}@media only screen and (min-width: 768px) and (max-width: 991px){.header__toggle-right-panel,.header__toggle-left-panel{display:flex}}@media only screen and (max-width: 600px){.header--logged .header__inner{display:grid;grid-template-columns:60px 1fr 60px;align-items:center}.header--logged .header__inner button{padding:0;border:0;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.header--logged .header__inner button,.header--logged .header__inner button>img{width:24px;height:24px}}@media only screen and (min-width: 600px) and (max-width: 767px){.header--logged .header__inner{display:grid;grid-template-columns:60px 1fr 60px;align-items:center}.header--logged .header__inner button{padding:0;border:0;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.header--logged .header__inner button,.header--logged .header__inner button>img{width:24px;height:24px}}@media only screen and (min-width: 768px) and (max-width: 991px){.header--logged .header__inner{display:grid;grid-template-columns:60px 1fr 60px;align-items:center}.header--logged .header__inner button{padding:0;border:0;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.header--logged .header__inner button,.header--logged .header__inner button>img{width:24px;height:24px}}.header__inner{display:flex;height:100%;gap:10px;align-items:center}.header__brand{height:60px;text-align:center;flex:1}.header__brand-link{display:block;height:60px;text-decoration:none;color:inherit}.header__brand-title{height:60px;font-family:Roboto,sans-serif;font-size:14px;line-height:16px;font-style:normal;display:flex;align-items:center}@media only screen and (max-width: 600px){.header__brand-title{justify-content:center}}@media only screen and (min-width: 600px) and (max-width: 767px){.header__brand-title{justify-content:center}}@media only screen and (min-width: 768px) and (max-width: 991px){.header__brand-title{justify-content:center}}.header__brand-title-logo{height:75%}.header__list-menu{display:flex}.header__list-menu-item{font-family:Roboto,sans-serif;font-size:14px;line-height:16px;font-weight:500;font-style:normal;color:inherit;text-decoration:none}.error-manager{position:fixed;top:0;left:50%;width:300px;margin:20px 0;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:20px}.error-manager__item{background:#c80000;padding:20px;color:#fff;border:1px solid rgba(100,0,0,.5);border-radius:10px}.error-manager__item:hover{cursor:pointer;box-shadow:0 0 20px #00000080 inset}.select-component{position:relative;width:100%}.select-component__hidden-select{display:none}.select-component__visible-select,.select-component__dropdown{border:1px solid #D9D9D9;background:#fff}.select-component__visible-select{display:flex;align-items:center;justify-content:space-between;border-radius:5px;padding:0 1rem;height:40px;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.select-component__visible-select-image{width:1rem;height:1rem}.select-component__visible-select-image--reverse{transform:rotate(180deg)}.select-component__dropdown{position:absolute;top:39px;left:0;right:0;box-shadow:0 2px 4px #0000001a}.select-component__dropdown-item{height:40px;display:flex;align-items:center;cursor:pointer;border-bottom:1px solid #D9D9D9;padding:0 2rem}.select-component__dropdown-item:hover{background:#f9f9f9}.feedback-modal{position:fixed;background:#f6f4f0;border:1px solid #D6D3CD;border-radius:10px;padding:20px;box-sizing:border-box;font-family:Roboto,sans-serif;width:348px}.feedback-modal__top{display:flex;justify-content:space-between;align-items:center}.feedback-modal__title{color:#1e1e1e;font-size:18px;line-height:21px}.feedback-modal__label{color:#1e1e1e;font-size:14px;line-height:16px;margin-bottom:5px;display:block;margin-top:20px}.feedback-modal__textarea{width:100%;height:150px;border:1px solid #D6D3CD;padding:10px;border-radius:5px;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:14px;line-height:16px;outline:none;resize:none}.feedback-modal__disclaimer{color:#5f5f5f;font-size:12px;line-height:14px;margin-top:5px}.feedback-modal__actions{display:flex;justify-content:right;margin-top:20px;gap:20px;padding:0 20px}.feedback-modal__action{padding:10px 20px;border:1px solid;border-radius:5px;font-family:Roboto,sans-serif;font-size:14px;line-height:16px;cursor:pointer;font-weight:500}.feedback-modal__action--send{background:linear-gradient(180deg,#ff8360,#e57353);color:#fff;border-color:#e57353}.feedback-modal__action--cancel{border-color:#d6d3cd;color:#5f5f5f}.feedback-modal__action--close{background:none;border:none;cursor:pointer;padding:5px}.feedback-modal__action--close img{width:12px;height:12px}.modal-manager{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9999;display:none;justify-content:center;align-items:center}.modal-manager--activated{display:flex}.grecaptcha-badge{visibility:hidden!important}body{background:#f6f4f0}.inner-app{width:100%;min-width:375px;background:#f6f4f0;position:relative;min-height:calc(100vh - 60px)}#app{margin:0 auto}.tooltip{position:absolute;background-color:#000;color:#fff;padding:8px;display:none;z-index:99999;border-radius:4px}.loader-icon{position:relative;width:30px;height:30px;flex:0 0 30px;border:2px solid white;border-radius:50%;outline:4px solid gray}.loader-icon:not(.loader-icon--square):not(.loader-icon--finished){--percentage: 0;background:conic-gradient(gray calc(var(--percentage) * 1%),#fff 0)}.loader-icon:not(.loader-icon--square):not(.loader-icon--finished):before{content:var(--percentage)}.loader-icon__square{position:absolute;top:calc(50% - 5.6666666667px);left:calc(50% - 5.6666666667px);width:11.3333333333px;height:11.3333333333px;background:gray}.loader-icon--200{transform:scale(2)}.loader-icon--150{transform:scale(1.5)}.loader-icon--125{transform:scale(1.25)}.loader-icon--100{transform:scale(1)}.loader-icon--75{transform:scale(.75)}.loader-icon--50{transform:scale(.5)}.loader-icon--25{transform:scale(.25)}.loader-icon--finished{border:0;outline-color:green;background:#fff}.loader-icon--finished:before{animation:none;display:none}.loader-icon--finished .loader-icon__tick{position:absolute;top:calc(50% - 11.3333333333px);left:calc(50% - 11.3333333333px);width:22.6666666667px;height:22.6666666667px;background:green;clip-path:polygon(28% 38%,41% 53%,75% 24%,86% 38%,40% 78%,15% 50%)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.warning-popup{position:absolute;width:220px;padding:17px;bottom:30px;right:-10px;font-family:Roboto,sans-serif;background:gold;border:1px solid #EBC500;box-shadow:0 0 10px #00000040;border-radius:10px;display:flex;flex-direction:column;gap:10px;z-index:99999}.warning-popup:before{content:"";position:absolute;width:0;height:0;z-index:10}.warning-popup:after{content:"";position:absolute;width:0;height:0;z-index:9}.warning-popup--arrow-bottom:before{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #FFD700;bottom:-10px;right:10px}.warning-popup--arrow-bottom:after{border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #EBC500;bottom:-12px;right:8px}.warning-popup--arrow-top:before{border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #FFD700;top:-10px;right:10px}.warning-popup--arrow-top:after{border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #EBC500;top:-12px;right:8px}.warning-popup--arrow-left:before{border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #FFD700;top:10px;left:-10px}.warning-popup--arrow-left:after{border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid #EBC500;top:8px;left:-12px}.warning-popup--arrow-right:before{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #FFD700;top:10px;right:-10px}.warning-popup--arrow-right:after{border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid #EBC500;top:8px;right:-12px}.warning-popup__title{display:flex;align-items:center;gap:10px;font-weight:500;font-size:16px;line-height:19px}.warning-popup__description{color:#1e1e1e;font-weight:400;font-size:12px;line-height:14px}.warning-popup__remember{font-size:10px;line-height:12px;color:#1e1e1e;display:flex;align-items:center;gap:5px}.warning-popup__buttons{display:flex;gap:10px;justify-content:flex-end}.warning-popup__buttons__button{cursor:pointer;border:1px solid;border-radius:4px;font-weight:500;font-size:12px;line-height:14px;height:30px;min-width:70px;padding:0 10px}.warning-popup__buttons__button--cancel{background:#d6d3cd;border-color:#767470;color:#5f5f5f}.warning-popup__buttons__button--cancel:hover{background:#cfccc5}.warning-popup__buttons__button--confirm{background:#4caf50;color:#fff;border-color:#128217}.warning-popup__buttons__button--confirm:hover{background:#47a44b}.file-pill{padding:7px;font-size:12px;border-radius:10px;border:1px solid #AAAAAA;background:#00000003;display:grid;height:100%;align-items:center;gap:10px;position:relative;grid-template-columns:25px 1fr 60px;max-width:335px}.file-pill--removable,.file-pill--loading{grid-template-columns:25px 1fr 60px 25px;max-width:360px}.file-pill__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-pill__dialog{display:none;position:absolute;background:#8b0000;color:#efefef;padding:10px;border-radius:5px;font-size:1em;z-index:10;max-width:min(300px,75%);bottom:100%;right:20px}.file-pill--error:hover .file-pill__dialog{display:block}.file-pill__action-remove{background:none;border:none;font-size:14px;cursor:pointer;color:#000}.file-pill__icon{width:100%;height:100%;background:no-repeat center center;display:none}.file-pill__icon--doc{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20561.03936L199.68%20512h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%231890FF'/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%231890FF'/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M102.4%20558.08m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20153.6q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-153.6q0-25.6%2025.6-25.6Z'%20fill='%231890FF'/%3e%3cpath%20d='M426.86976%20706.56c6.0416%200%2010.56256-0.32768%2013.55776-0.98816%203.00032-0.6656%205.52448-1.82272%207.56224-3.4816%202.03776-1.65888%203.47136-3.95776%204.29056-6.90176%200.8192-2.93888%201.2288-8.77056%201.2288-17.48992v-34.01728c0-9.20064-0.2816-15.37024-0.83968-18.5088a17.47456%2017.47456%200%200%200-4.1984-8.5504c-2.24256-2.56-5.50912-4.4032-9.80992-5.52448-4.3008-1.11616-12.54912-1.67936-24.75008-1.67936H395.008V706.56h31.86176z%20m-6.59968-16.61952v-63.8976c2.75968%200%204.63872%200.28672%205.64224%200.8704%200.9984%200.57856%201.6384%201.4848%201.92%202.72896%200.27648%201.23904%200.41984%204.06016%200.41984%208.45824V675.84c0%206.48192-0.41984%2010.44992-1.26464%2011.90912-0.83968%201.4592-3.07712%202.19136-6.71744%202.19136z%20m86.51776%2018.65728c5.4784%200%2010.28096-0.896%2014.40256-2.69824%204.1216-1.79712%207.38816-4.3776%209.80992-7.74144%202.42176-3.35872%203.86048-7.0656%204.32128-11.12576%200.4608-4.06016%200.68608-10.97216%200.68608-20.736v-16.6144c0-10.00448-0.23552-16.9984-0.7168-21.00224a22.9888%2022.9888%200%200%200-4.5056-11.10016c-2.51392-3.39968-5.84704-5.94944-9.984-7.64928-4.14208-1.69984-8.81152-2.54976-14.01344-2.54976-5.4784%200-10.27584%200.90112-14.39744%202.69824-4.1216%201.80224-7.38816%204.38272-9.80992%207.74144a23.22944%2023.22944%200%200%200-4.32128%2011.13088c-0.4608%204.06016-0.6912%2010.96704-0.6912%2020.73088v18.4576c0.03072%209.02144%200.27136%2015.4112%200.72192%2019.15904a22.9888%2022.9888%200%200%200%204.50048%2011.10016c2.51904%203.39968%205.84704%205.94944%209.98912%207.64928%204.14208%201.69984%208.8064%202.54976%2014.00832%202.54976z%20m-0.05632-16.4352c-1.67936%200-2.74944-0.6656-3.21024-1.98144-0.4608-1.32096-0.6912-4.80256-0.6912-10.4448v-45.35808c0-4.99712%200.34816-8.00768%201.0496-9.02656a3.45088%203.45088%200%200%201%203.03104-1.536c1.5616%200%202.59072%200.63488%203.08736%201.8944%200.50176%201.25952%200.75264%204.1472%200.75264%208.66816l-0.00512%2045.9264c-0.03584%204.98176-0.27136%208.17152-0.7168%209.5744-0.48128%201.52064-1.57696%202.28352-3.29728%202.28352z%20m83.51744%2016.4352c7.1168%200%2013.1072-1.57696%2017.9712-4.736%204.864-3.16416%207.99744-6.84032%209.4208-11.04384%201.41824-4.1984%202.12992-11.3152%202.12992-21.35552v-3.78368h-25.26208v12.1856c0%205.31456-0.28672%208.69376-0.8704%2010.1376-0.57856%201.4336-1.80736%202.16064-3.6864%202.16064-1.96096%200-3.2256-0.72192-3.78368-2.16064-0.55808-1.44384-0.83968-4.52096-0.83968-9.2416v-45.12256c0-4.9152%200.2816-8.1152%200.83968-9.6%200.5632-1.47968%201.88416-2.21696%203.96288-2.21696%201.8432%200%203.03104%200.60928%203.56864%201.82784%200.54272%201.22368%200.80896%204.29056%200.80896%209.216v16.91648h25.26208v-9.2416c0-9.07776-0.76288-15.7696-2.2784-20.0704-1.52064-4.3008-4.70016-7.8848-9.54368-10.76736-4.8384-2.88256-10.97728-4.32128-18.41664-4.32128-5.4784%200-10.33216%200.93184-14.55104%202.7904-4.21888%201.85856-7.52128%204.40832-9.90208%207.64928-2.3808%203.24096-3.80928%206.60992-4.29056%2010.112-0.47616%203.49696-0.7168%208.75008-0.7168%2015.74912v28.38016c0%209.5232%200.77824%2016.65024%202.33984%2021.38624%201.55648%204.74112%204.736%208.448%209.53856%2011.13088%204.79744%202.68288%2010.90048%204.0192%2018.29888%204.0192z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%231890FF'/%3e%3c/svg%3e")}.file-pill__icon--xls{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20561.03936L199.68%20512h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%2373D13D'/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%2373D13D'/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%2373D13D'/%3e%3cpath%20d='M102.4%20558.08m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20153.6q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-153.6q0-25.6%2025.6-25.6Z'%20fill='%2373D13D'/%3e%3cpath%20d='M429.19936%20706.56l2.40128-15.84128c1.12128-6.88128%201.9968-13.37856%202.64192-19.49696%202.31936%2013.8752%204.87936%2025.65632%207.68%2035.33824h23.3984l-13.32224-54.17984%208.82176-42.9568h-21.18144l-5.4016%2026.45504c-0.67584-3.95776-1.536-8.32-2.57536-13.07648a341.4528%20341.4528%200%200%201-2.64192-13.38368h-24.4224l9.12384%2042.96192L404.59776%20706.56h24.6016z%20m95.70304%200v-19.44064h-15.36v-77.70112h-25.26208V706.56h40.62208z%20m48.23552%202.03776c6.16448%200%2011.56096-1.10592%2016.19968-3.328%204.64384-2.22208%207.77216-4.9664%209.39008-8.24832%201.62304-3.2768%202.432-8.38144%202.432-15.30368%200-9.51808-1.4592-16.41984-4.3776-20.70016-2.9184-4.2752-10.00448-9.75872-21.24288-16.4352-3.9168-2.32448-6.2976-4.3008-7.13728-5.9392-0.88064-1.6384-1.32096-4.08064-1.32096-7.3216%200-2.52416%200.38912-4.4032%201.16736-5.64224a3.81952%203.81952%200%200%201%203.45088-1.85856c1.40288%200%202.40128%200.4608%203.00032%201.3824%200.59904%200.9216%200.90112%203.05664%200.90112%206.41536v7.20384h23.45984v-3.84c0-7.72096-0.75264-13.19424-2.2528-16.41472-1.50016-3.21536-4.5568-5.888-9.18016-8.00768-4.61824-2.11968-10.20928-3.17952-16.768-3.17952-6.00064%200-11.12064%200.9728-15.36%202.90816-4.23936%201.9456-7.31136%204.6336-9.21088%208.06912-1.8944%203.44064-2.84672%208.8832-2.84672%2016.32256%200%205.16096%200.6656%209.40032%202.00704%2012.71808%201.34144%203.32288%203.03104%205.92384%205.0688%207.80288%202.04288%201.87904%206.20032%204.89984%2012.48256%209.0624%206.28224%204.11648%2010.21952%207.05536%2011.82208%208.81664%201.55648%201.76128%202.33984%205.49888%202.33984%2011.21792%200%202.60096-0.4096%204.56192-1.2288%205.88288-0.8192%201.32096-2.0736%201.98144-3.75296%201.98144-1.67936%200-2.85184-0.52224-3.51232-1.5616s-0.98816-3.3792-0.98816-7.01952v-11.82208h-23.45984v6.35904c0%207.28064%200.73728%2012.9024%202.22208%2016.86016%201.47968%203.96288%204.608%207.2192%209.39008%209.7792%204.77696%202.56%2010.5472%203.84%2017.3056%203.84z'%20fill='%23FFFFFF'/%3e%3c/svg%3e")}.file-pill__icon--csv{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20561.03936L199.68%20512h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%2373D13D'/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%2373D13D'/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%2373D13D'/%3e%3cpath%20d='M102.4%20558.08m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20153.6q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-153.6q0-25.6%2025.6-25.6Z'%20fill='%2373D13D'/%3e%3c!--%20Lettre%20C%20(inchangée)%20--%3e%3cpath%20d='M428.46208%20708.59776c7.1168%200%2013.1072-1.57696%2017.9712-4.736%204.85888-3.16416%207.99744-6.84032%209.4208-11.04384%201.41824-4.1984%202.1248-11.3152%202.1248-21.35552v-3.78368h-25.25696v12.1856c0%205.31456-0.29184%208.69376-0.8704%2010.1376-0.58368%201.4336-1.81248%202.16064-3.69152%202.16064-1.96096%200-3.22048-0.72192-3.77856-2.16064-0.5632-1.44384-0.83968-4.52096-0.83968-9.2416v-45.12256c0-4.9152%200.27648-8.1152%200.83968-9.6%200.5632-1.47968%201.87904-2.21696%203.95776-2.21696%201.8432%200%203.03104%200.60928%203.56864%201.82784%200.54272%201.22368%200.81408%204.29056%200.81408%209.216v16.91648h25.25696v-9.2416c0-9.07776-0.75776-15.7696-2.2784-20.0704-1.52064-4.3008-4.70016-7.8848-9.53856-10.76736-4.84352-2.88256-10.9824-4.32128-18.42176-4.32128-5.4784%200-10.33216%200.93184-14.55104%202.7904-4.21888%201.85856-7.52128%204.40832-9.89696%207.64928-2.3808%203.24096-3.8144%206.60992-4.29056%2010.112-0.48128%203.49696-0.7168%208.75008-0.7168%2015.74912v28.38016c0%209.5232%200.77312%2016.65024%202.33472%2021.38624%201.5616%204.74112%204.74112%208.448%209.53856%2011.13088%204.80256%202.68288%2010.9056%204.0192%2018.304%204.0192z'%20fill='%23FFFFFF'/%3e%3c!--%20Lettre%20S%20(inchangée)%20--%3e%3cpath%20d='M510.00128%20708.59776c6.16448%200%2011.56096-1.10592%2016.19968-3.328%204.64384-2.22208%207.77216-4.9664%209.39008-8.24832%201.62304-3.2768%202.432-8.38144%202.432-15.30368%200-9.51808-1.4592-16.41984-4.3776-20.70016-2.9184-4.2752-10.00448-9.75872-21.24288-16.4352-3.92192-2.32448-6.2976-4.3008-7.13728-5.9392-0.88064-1.6384-1.32096-4.08064-1.32096-7.3216%200-2.52416%200.38912-4.4032%201.16736-5.64224a3.81952%203.81952%200%200%201%203.45088-1.85856c1.40288%200%202.40128%200.4608%203.00032%201.3824%200.59904%200.9216%200.90112%203.05664%200.90112%206.41536v7.20384h23.45984v-3.84c0-7.72096-0.75264-13.19424-2.2528-16.41472-1.50016-3.21536-4.5568-5.888-9.18016-8.00768-4.61824-2.11968-10.20928-3.17952-16.768-3.17952-6.00064%200-11.12064%200.9728-15.36%202.90816-4.23936%201.9456-7.31136%204.6336-9.21088%208.06912-1.8944%203.44064-2.84672%208.8832-2.84672%2016.32256%200%205.16096%200.6656%209.40032%202.00704%2012.71808%201.34144%203.32288%203.03104%205.92384%205.0688%207.80288%202.04288%201.87904%206.20032%204.89984%2012.48256%209.0624%206.27712%204.11648%2010.21952%207.05536%2011.81696%208.81664%201.5616%201.76128%202.34496%205.49888%202.34496%2011.21792%200%202.60096-0.4096%204.56192-1.2288%205.88288-0.8192%201.32096-2.0736%201.98144-3.75296%201.98144-1.67936%200-2.85184-0.52224-3.51232-1.5616s-0.98816-3.3792-0.98816-7.01952v-11.82208h-23.45984v6.35904c0%207.28064%200.73728%2012.9024%202.22208%2016.86016%201.47968%203.96288%204.608%207.2192%209.39008%209.7792%204.77696%202.56%2010.5472%203.84%2017.3056%203.84z'%20fill='%23FFFFFF'/%3e%3c!--%20Lettre%20V%20(remplaçant%20le%20second%20S)%20--%3e%3cpath%20d='M588.9%20708.59776h24.5l24.5-92.16h-24.5l-12.25%2060.5-12.25-60.5h-24.5l24.5%2092.16z'%20fill='%23FFFFFF'/%3e%3c/svg%3e")}.file-pill__icon--ppt{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20545.67936L199.68%20496.64h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%23FF7A45'%20/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%23FF7A45'%20/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M102.4%20542.72m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20163.84q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-163.84q0-25.6%2025.6-25.6Z'%20fill='%23FF7A45'%20/%3e%3cpath%20d='M431.8208%20701.44v-39.1168h6.77888c5.51936%200%209.98912-0.768%2013.4144-2.28352%203.41504-1.52064%205.76512-3.70176%207.04512-6.53824%201.28-2.8416%201.92-7.36256%201.92-13.56288v-8.45824c0-6.08256-0.32768-10.5728-0.98816-13.4656a16.06656%2016.06656%200%200%200-3.77856-7.41376c-1.86368-2.04288-4.64384-3.59936-8.3456-4.67968-3.69664-1.08032-8.9856-1.62304-15.86688-1.62304h-25.44128V701.44h25.26208z%20m1.85856-55.74144a34.2016%2034.2016%200%200%201-1.85856-0.05632v-24.72448c3.2768%200%205.43744%200.50176%206.4768%201.50016%201.04448%201.00352%201.5616%203.16416%201.5616%206.48192v7.98208c0%203.59936-0.45056%205.96992-1.35168%207.10656-0.896%201.14176-2.5088%201.71008-4.82816%201.71008zM508.86144%20701.44v-39.1168h6.77888c5.51936%200%209.98912-0.768%2013.4144-2.28352%203.41504-1.52064%205.76512-3.70176%207.04512-6.53824%201.28-2.8416%201.92-7.36256%201.92-13.56288v-8.45824c0-6.08256-0.32768-10.5728-0.98816-13.4656a16.06656%2016.06656%200%200%200-3.78368-7.41376c-1.85856-2.04288-4.63872-3.59936-8.34048-4.67968-3.69664-1.08032-8.9856-1.62304-15.872-1.62304h-25.43616V701.44h25.26208z%20m1.85856-55.74144a34.2016%2034.2016%200%200%201-1.85856-0.05632v-24.72448c3.2768%200%205.43744%200.50176%206.4768%201.50016%201.03936%201.00352%201.5616%203.16416%201.5616%206.48192v7.98208c0%203.59936-0.45056%205.96992-1.35168%207.10656-0.896%201.14176-2.5088%201.71008-4.82816%201.71008zM596.52096%20701.44v-77.70112h15.0016v-19.44064h-55.20384v19.44064h14.94016V701.44h25.26208z'%20fill='%23FFFFFF'%20/%3e%3c/svg%3e")}.file-pill__icon--pdf{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20545.67936L199.68%20496.64h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%23FF7875'%20/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%23FF7875'%20/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%23FF7875'%20/%3e%3cpath%20d='M102.4%20542.72m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20163.84q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-163.84q0-25.6%2025.6-25.6Z'%20fill='%23FF7875'%20/%3e%3cpath%20d='M430.00832%20701.44v-39.1168h6.784c5.51936%200%209.984-0.768%2013.40928-2.28352%203.42016-1.52064%205.77024-3.70176%207.05024-6.53824%201.28-2.8416%201.92-7.36256%201.92-13.56288v-8.45824c0-6.08256-0.3328-10.5728-0.99328-13.4656a16.06656%2016.06656%200%200%200-3.77856-7.41376c-1.85856-2.04288-4.63872-3.59936-8.34048-4.67968-3.70176-1.08032-8.99072-1.62304-15.872-1.62304h-25.43616V701.44h25.25696z%20m1.86368-55.74144a34.2016%2034.2016%200%200%201-1.86368-0.05632v-24.72448c3.28192%200%205.44256%200.50176%206.48192%201.50016%201.03936%201.00352%201.5616%203.16416%201.5616%206.48192v7.98208c0%203.59936-0.45056%205.96992-1.35168%207.10656-0.90112%201.14176-2.5088%201.71008-4.82816%201.71008zM513.64864%20701.44c6.0416%200%2010.56256-0.32768%2013.56288-0.98816%203.00032-0.6656%205.51936-1.82272%207.55712-3.4816%202.04288-1.65888%203.47136-3.95776%204.29056-6.90176%200.8192-2.93888%201.2288-8.77056%201.2288-17.48992v-34.01728c0-9.20064-0.27648-15.37024-0.83968-18.5088a17.47456%2017.47456%200%200%200-4.1984-8.5504c-2.23744-2.56-5.50912-4.4032-9.80992-5.52448-4.3008-1.11616-12.54912-1.67936-24.75008-1.67936H481.792V701.44h31.85664z%20m-6.59968-16.61952v-63.8976c2.7648%200%204.63872%200.28672%205.64224%200.8704%200.9984%200.57856%201.6384%201.4848%201.92%202.72896%200.27648%201.23904%200.41984%204.06016%200.41984%208.45824V670.72c0%206.48192-0.41984%2010.44992-1.25952%2011.90912-0.83968%201.4592-3.08224%202.19136-6.72256%202.19136zM590.336%20701.44v-40.80128h15.60064v-18.4832h-15.60064v-18.41664h17.52064v-19.44064h-42.78272V701.44h25.26208z'%20fill='%23FFFFFF'%20/%3e%3c/svg%3e")}.file-pill__icon--html{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20561.03936L199.68%20512h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%238C8C8C'%20/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%238C8C8C'%20/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M102.4%20558.08m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20153.6q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-153.6q0-25.6%2025.6-25.6Z'%20fill='%238C8C8C'%20/%3e%3cpath%20d='M384.30208%20706.56v-40.80128h7.55712V706.56h25.26208v-97.14176h-25.26208v34.7392H384.3072v-34.7392h-25.26208V706.56h25.26208z%20m94.19776%200v-77.70112h15.0016v-19.44064H438.2976v19.44064h14.94016V706.56h25.26208z%20m58.19904%200v-64.08192L546.00192%20706.56h15.65696l8.82176-65.58208V706.56h22.07744v-97.14176h-32.93696l-5.76%2045.3632-3.4816-24.71936c-1.0752-7.92064-2.0992-14.80192-3.06176-20.64384h-32.69632V706.56h22.07744z%20m121.97888%200v-19.44064h-15.36v-77.70112h-25.25696V706.56h40.61696z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%238C8C8C'%20/%3e%3c/svg%3e")}.file-pill__icon--txt{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20561.03936L199.68%20512h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%2391D5FF'%20/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%2391D5FF'%20/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M102.4%20558.08m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20153.6q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-153.6q0-25.6%2025.6-25.6Z'%20fill='%2391D5FF'%20/%3e%3cpath%20d='M446.1568%20706.56v-77.70112h15.0016v-19.44064H405.9648v19.44064h14.93504V706.56h25.26208z%20m55.68512%200l2.39616-15.84128c1.1264-6.88128%202.00192-13.37856%202.64192-19.49696%202.31936%2013.8752%204.87936%2025.65632%207.68%2035.33824h23.3984l-13.31712-54.17984%208.81664-42.9568h-21.17632L506.88%20635.87328c-0.68096-3.95776-1.536-8.32-2.58048-13.07648a341.4528%20341.4528%200%200%201-2.64192-13.38368h-24.4224l9.12384%2042.96192L477.24032%20706.56h24.6016z%20m90.9568%200v-77.70112h15.0016v-19.44064H552.6016v19.44064h14.94016V706.56h25.25696z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%2391D5FF'%20/%3e%3c/svg%3e")}.file-pill__icon--md{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20561.03936L199.68%20512h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%2320B2AA'%20/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%2320B2AA'%20/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%2320B2AA'%20/%3e%3cpath%20d='M102.4%20558.08m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20153.6q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-153.6q0-25.6%2025.6-25.6Z'%20fill='%2320B2AA'%20/%3e%3cpath%20d='M448.32256%20706.56v-64.08192L457.62048%20706.56h15.65696l8.82176-65.58208V706.56h22.08256v-97.14176h-32.94208l-5.76%2045.3632-3.4816-24.71936c-1.0752-7.92064-2.0992-14.80192-3.05664-20.64384H426.24V706.56h22.08256z%20m113.21856%200c6.0416%200%2010.55744-0.32768%2013.55776-0.98816%203.00032-0.6656%205.51936-1.82272%207.56224-3.4816%202.03776-1.65888%203.47136-3.95776%204.29056-6.90176%200.8192-2.93888%201.2288-8.77056%201.2288-17.48992v-35.70688c-0.03584-8.2688-0.31744-13.8752-0.83968-16.8192a17.47456%2017.47456%200%200%200-4.1984-8.5504c-2.24256-2.56-5.51424-4.4032-9.80992-5.52448-4.3008-1.11616-12.55424-1.67936-24.75008-1.67936h-18.90304V706.56h31.86176z%20m-6.6048-16.61952v-63.8976c2.7648%200%204.64384%200.28672%205.64224%200.8704%201.00352%200.57856%201.6384%201.4848%201.92%202.72896%200.2816%201.23904%200.41984%204.06016%200.41984%208.45824V675.84c0%206.48192-0.41984%2010.44992-1.25952%2011.90912-0.83968%201.4592-3.07712%202.19136-6.71744%202.19136z'%20fill='%23FFFFFF'%20/%3e%3c/svg%3e")}.file-pill__icon--default{background-image:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20style='width:%201em;height:%201em;vertical-align:%20middle;fill:%20currentColor;overflow:%20hidden;'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M115.98848%20561.03936L199.68%20512h623.36l84.9408%2049.01888a5.12%205.12%200%200%201-2.56%209.55904H118.5792a5.12%205.12%200%200%201-2.59072-9.53856z'%20fill='%23FFCA28'%20/%3e%3cpath%20d='M261.12%20117.76h321.28L824.32%20359.22944V839.68c0%2033.93024-27.50976%2061.44-61.44%2061.44H261.12c-33.93024%200-61.44-27.50976-61.44-61.44V179.2c0-33.93024%2027.50976-61.44%2061.44-61.44z'%20fill='%23FFCA28'%20/%3e%3cpath%20d='M260.01408%20143.36h316.86144l222.9504%20225.6896V839.68a35.84%2035.84%200%200%201-35.84%2035.84H260.01408a35.84%2035.84%200%200%201-35.84-35.84V179.2a35.84%2035.84%200%200%201%2035.84-35.84z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M102.4%20558.08m25.6%200l768%200q25.6%200%2025.6%2025.6l0%20153.6q0%2025.6-25.6%2025.6l-768%200q-25.6%200-25.6-25.6l0-153.6q0-25.6%2025.6-25.6Z'%20fill='%23FFCA28'%20/%3e%3cpath%20d='M420.5312%20706.56v-40.80128h15.60064v-18.4832h-15.60064v-18.41664h17.52064v-19.44064H395.264V706.56h25.26208z%20m64.256%200v-97.14176h-25.25696V706.56h25.26208z%20m66.1248%200v-19.44064h-15.36v-77.70112h-25.26208V706.56h40.62208z%20m65.28%200v-19.44064h-18.53952v-21.36064h15.77984v-18.4832h-15.77984v-18.41664h16.85504v-19.44064h-42.11712V706.56h43.8016z'%20fill='%23FFFFFF'%20/%3e%3cpath%20d='M820.48%20384.78336h-193.62816c-40.97536%200-74.29632-32.78848-75.15648-73.56416l-0.01536-1.6128V117.76h25.6v191.8464c0%2026.9056%2021.43744%2048.80896%2048.16384%2049.55648l1.408%200.02048h193.62816v25.6z'%20fill='%23FFCA28'%20/%3e%3c/svg%3e")}.file-pill__type{height:100%}.file-pill__type--doc .file-pill__icon--doc,.file-pill__type--xls .file-pill__icon--xls,.file-pill__type--csv .file-pill__icon--csv,.file-pill__type--ppt .file-pill__icon--ppt,.file-pill__type--pdf .file-pill__icon--pdf,.file-pill__type--html .file-pill__icon--html,.file-pill__type--txt .file-pill__icon--txt,.file-pill__type--md .file-pill__icon--md,.file-pill__type--default .file-pill__icon--default{display:block}.file-pill__size{text-align:center}.file-pill--oversize,.file-pill--incorrect-type,.file-pill--error{border-color:#a00;background:#f006}.file-pill--oversize .file-pill__size,.file-pill--incorrect-type .file-pill__size,.file-pill--error .file-pill__size{color:#a00;font-weight:700}.file-pill--oversize .file-pill__action-loading,.file-pill--incorrect-type .file-pill__action-loading,.file-pill--error .file-pill__action-loading{display:none}.file-pill--clickable{cursor:pointer}.file-pill--clickable:hover{background-color:#0000000a}@keyframes spin{to{transform:rotate(360deg)}}.loading-icon--25 .loading-icon__spinner{height:12.5px;width:12.5px;border-width:1px}.loading-icon--25 .loading-icon__spinner:before{top:-1px;left:-1px;width:12.5px;height:12.5px;border-width:1px}.loading-icon--50 .loading-icon__spinner{height:25px;width:25px;border-width:2px}.loading-icon--50 .loading-icon__spinner:before{top:-2px;left:-2px;width:25px;height:25px;border-width:2px}.loading-icon--75 .loading-icon__spinner{height:37.5px;width:37.5px;border-width:3px}.loading-icon--75 .loading-icon__spinner:before{top:-3px;left:-3px;width:37.5px;height:37.5px;border-width:3px}.loading-icon--100 .loading-icon__spinner{height:50px;width:50px;border-width:4px}.loading-icon--100 .loading-icon__spinner:before{top:-4px;left:-4px;width:50px;height:50px;border-width:4px}.loading-icon--125 .loading-icon__spinner{height:62.5px;width:62.5px;border-width:5px}.loading-icon--125 .loading-icon__spinner:before{top:-5px;left:-5px;width:62.5px;height:62.5px;border-width:5px}.loading-icon--150 .loading-icon__spinner{height:75px;width:75px;border-width:6px}.loading-icon--150 .loading-icon__spinner:before{top:-6px;left:-6px;width:75px;height:75px;border-width:6px}.loading-icon__spinner{position:relative;border:4px solid rgba(0,0,0,.1);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}.loading-icon__spinner:before{content:"";position:absolute;border-radius:50%;width:50px;height:50px;border:4px solid transparent;border-bottom-color:#00000080;top:-4px;left:-4px}.message-attachments[data-v-3e8738b9]{margin-top:.5rem}.message-attachments__pill[data-v-3e8738b9]{height:34px;min-width:34px;font-size:1em}.message-attachments__pill--placeholder[data-v-3e8738b9]{padding:7px;border-radius:10px;border:1px solid #AAAAAA;background:#00000003;display:flex;justify-content:center;align-items:center}.message-attachments__pill[data-v-3e8738b9] .file-pill__action-loading{position:relative;height:1em;display:flex;align-items:center}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes show{0%{opacity:0}to{opacity:1}}.message{position:relative;display:flex;gap:20px;padding:10px;margin:5px;flex-direction:row}@media only screen and (max-width: 600px){.message{gap:5px;margin:0 5px;padding:5px}}@media only screen and (min-width: 600px) and (max-width: 767px){.message{gap:5px;margin:0 5px;padding:5px}}@media only screen and (min-width: 768px) and (max-width: 991px){.message{gap:5px;margin:0 5px;padding:5px}}.message__user-avatar img{width:34px;height:34px;border-radius:50%}.message__content{padding:20px;border:1px solid #E6E6E6;border-radius:10px;font-size:12px;color:#5f5f5f;background:#fbfbfb;flex:1 1 auto;line-height:1em;position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:10px;min-height:66px}@media only screen and (max-width: 600px){.message__content{padding:10px;min-height:30px;font-size:12px}}@media only screen and (min-width: 600px) and (max-width: 767px){.message__content{padding:10px;min-height:30px;font-size:12px}}@media only screen and (min-width: 768px) and (max-width: 991px){.message__content{padding:10px;min-height:30px;font-size:12px}}.message__content--empty{border:2px solid #FD7E14}.message__content--empty .message__content-message{display:flex;width:100%;align-items:center;justify-content:space-around;gap:30px;color:#fd7e14}.message__content--empty+.message__alternatives{display:none}.message__content-message,.message__content-message h1,.message__content-message h2,.message__content-message h3{line-height:1.5em}.message__content-message h1:not(:first-child),.message__content-message h2:not(:first-child),.message__content-message h3:not(:first-child){margin-top:10px}.message__content-message--editing{width:100%;height:100px;resize:vertical;border:1px solid #E6E6E6;border-radius:6px;padding:5px}.message__content-message-regen-in-box{width:36px;height:36px;padding:4px;background:#fd7e14;cursor:pointer}.message__content-message-regen-in-box--busy{opacity:.5;cursor:not-allowed}.message__content-message__attachments{display:flex;flex-wrap:wrap;gap:10px}.message__content-edit-button,.message__content-send-button{width:24px;height:24px}.message__content-edit-button-icon,.message__content-send-button-icon{width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.message__content-edit-button-icon img,.message__content-send-button-icon img{width:14px;height:14px}.message__content:hover .message__content-edit-button{display:block}.message__content-edit-button:not(.message__content-edit-button--active){display:none}.message__content-edit-button+.message__content-edit-button-warning{bottom:unset;top:10px;right:55px}.message__content-send-button{align-self:flex-end}.message__content-send-button img{width:24px;height:24px}.message__content-send-button--disabled{opacity:.5}.message__content-send-button--disabled .message__content-send-button-icon{cursor:not-allowed}.message__alternatives{position:absolute;display:flex;align-items:center;gap:5px;padding:5px;background:#fff;border:1px solid #E6E6E6;border-radius:6px;font-size:12px;line-height:10px;bottom:-5px;right:calc(3em + 22px);color:#8f8f8f}.message__alternatives-button{background:none;border:none;cursor:pointer;outline:none}.message__alternatives-button>img{width:12px;height:12px}.message__alternatives-button:first-child{margin-right:5px}.message__alternatives-button:first-child img{transform:rotate(180deg)}.message__alternatives-button:last-child{margin-left:5px}.message__feedback{position:relative;display:flex;flex-direction:column}.message__feedback .message__feedback-icon--copy img{width:22px;height:22px}.message__feedback-wrapper{display:flex;flex-direction:column;align-items:center}.message__feedback-wrapper--bottom{margin-top:auto;place-self:end}.message__feedback-icon{background-color:#5f5f5f;border:none;cursor:pointer;width:20px;height:20px}.message__feedback-icon--like{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.91671%2012.9733L12.25%2012.9733C12.5722%2012.9733%2012.8334%2012.7122%2012.8334%2012.39L12.8334%205.24999C12.8334%204.92783%2012.5722%204.66666%2012.25%204.66666L9.33337%204.66666C9.34371%204.24105%209.19853%203.82627%208.92504%203.49999L7.31504%201.56333C7.08854%201.30538%206.75993%201.16028%206.41671%201.16666C6.27956%201.16719%206.14348%201.19085%206.01421%201.23666C5.55457%201.40561%205.24936%201.84362%205.25004%202.33333L5.25004%203.63999L2.91671%203.63999C1.95021%203.63999%201.16671%204.4235%201.16671%205.38999L1.16671%2011.2233C1.16671%2012.1898%201.95021%2012.9733%202.91671%2012.9733ZM9.33337%205.83333L11.6667%205.83333L11.6667%2011.8067L9.33337%2011.8067L9.33337%205.83333ZM2.91671%204.80666C2.59454%204.80666%202.33337%205.06783%202.33337%205.39L2.33337%2011.2233C2.33337%2011.5455%202.59454%2011.8067%202.91671%2011.8067L8.16671%2011.8067L8.16671%204.66666C8.17262%204.52239%208.12481%204.38106%208.03254%204.27L6.41671%202.33333L6.41671%204.22333C6.41671%204.54549%206.15554%204.80666%205.83337%204.80666L2.91671%204.80666Z'%20fill='%238F8F8F'/%3e%3c/svg%3e") no-repeat center;mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.91671%2012.9733L12.25%2012.9733C12.5722%2012.9733%2012.8334%2012.7122%2012.8334%2012.39L12.8334%205.24999C12.8334%204.92783%2012.5722%204.66666%2012.25%204.66666L9.33337%204.66666C9.34371%204.24105%209.19853%203.82627%208.92504%203.49999L7.31504%201.56333C7.08854%201.30538%206.75993%201.16028%206.41671%201.16666C6.27956%201.16719%206.14348%201.19085%206.01421%201.23666C5.55457%201.40561%205.24936%201.84362%205.25004%202.33333L5.25004%203.63999L2.91671%203.63999C1.95021%203.63999%201.16671%204.4235%201.16671%205.38999L1.16671%2011.2233C1.16671%2012.1898%201.95021%2012.9733%202.91671%2012.9733ZM9.33337%205.83333L11.6667%205.83333L11.6667%2011.8067L9.33337%2011.8067L9.33337%205.83333ZM2.91671%204.80666C2.59454%204.80666%202.33337%205.06783%202.33337%205.39L2.33337%2011.2233C2.33337%2011.5455%202.59454%2011.8067%202.91671%2011.8067L8.16671%2011.8067L8.16671%204.66666C8.17262%204.52239%208.12481%204.38106%208.03254%204.27L6.41671%202.33333L6.41671%204.22333C6.41671%204.54549%206.15554%204.80666%205.83337%204.80666L2.91671%204.80666Z'%20fill='%238F8F8F'/%3e%3c/svg%3e") no-repeat center}.message__feedback-icon--like-activated{background-color:#3f51b5}.message__feedback-icon--dislike{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.0833%201.02667H1.74996C1.42779%201.02667%201.16663%201.28784%201.16663%201.61001V8.75001C1.16663%209.07217%201.42779%209.33334%201.74996%209.33334H4.66663C4.65629%209.75895%204.80147%2010.1737%205.07496%2010.5L6.68496%2012.4367C6.91146%2012.6946%207.24007%2012.8397%207.58329%2012.8333C7.72044%2012.8328%207.85652%2012.8091%207.98579%2012.7633C8.44543%2012.5944%208.75064%2012.1564%208.74996%2011.6667V10.36H11.0833C12.0498%2010.36%2012.8333%209.5765%2012.8333%208.61001V2.77667C12.8333%201.81017%2012.0498%201.02667%2011.0833%201.02667ZM4.66663%208.16667H2.33329V2.19334H4.66663V8.16667ZM11.0833%209.19334C11.4055%209.19334%2011.6666%208.93217%2011.6666%208.61001V2.77667C11.6666%202.45451%2011.4055%202.19334%2011.0833%202.19334H5.83329V9.33334C5.82738%209.47761%205.87519%209.61895%205.96746%209.73001L7.58329%2011.6667V9.77667C7.58329%209.45451%207.84446%209.19334%208.16663%209.19334H11.0833Z'%20fill='%238F8F8F'/%3e%3c/svg%3e") no-repeat center;mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.0833%201.02667H1.74996C1.42779%201.02667%201.16663%201.28784%201.16663%201.61001V8.75001C1.16663%209.07217%201.42779%209.33334%201.74996%209.33334H4.66663C4.65629%209.75895%204.80147%2010.1737%205.07496%2010.5L6.68496%2012.4367C6.91146%2012.6946%207.24007%2012.8397%207.58329%2012.8333C7.72044%2012.8328%207.85652%2012.8091%207.98579%2012.7633C8.44543%2012.5944%208.75064%2012.1564%208.74996%2011.6667V10.36H11.0833C12.0498%2010.36%2012.8333%209.5765%2012.8333%208.61001V2.77667C12.8333%201.81017%2012.0498%201.02667%2011.0833%201.02667ZM4.66663%208.16667H2.33329V2.19334H4.66663V8.16667ZM11.0833%209.19334C11.4055%209.19334%2011.6666%208.93217%2011.6666%208.61001V2.77667C11.6666%202.45451%2011.4055%202.19334%2011.0833%202.19334H5.83329V9.33334C5.82738%209.47761%205.87519%209.61895%205.96746%209.73001L7.58329%2011.6667V9.77667C7.58329%209.45451%207.84446%209.19334%208.16663%209.19334H11.0833Z'%20fill='%238F8F8F'/%3e%3c/svg%3e") no-repeat center}.message__feedback-icon--dislike-activated{background-color:#f44336}.message__feedback-icon--copy{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%208.7V8.7C14%208.04891%2014%207.72337%2013.9249%207.45712C13.736%206.78739%2013.2126%206.26397%2012.5429%206.07509C12.2766%206%2011.9511%206%2011.3%206H9C7.11438%206%206.17157%206%205.58579%206.58579C5%207.17157%205%208.11438%205%2010V12.3C5%2012.9511%205%2013.2766%205.07509%2013.5429C5.26397%2014.2126%205.78739%2014.736%206.45712%2014.9249C6.72337%2015%207.04891%2015%207.7%2015V15'%20stroke='%238F8F8F'%20stroke-width='1.2'/%3e%3crect%20x='10'%20y='11'%20width='9'%20height='9'%20rx='2'%20stroke='%238F8F8F'%20stroke-width='1.2'/%3e%3c/svg%3e") no-repeat center;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%208.7V8.7C14%208.04891%2014%207.72337%2013.9249%207.45712C13.736%206.78739%2013.2126%206.26397%2012.5429%206.07509C12.2766%206%2011.9511%206%2011.3%206H9C7.11438%206%206.17157%206%205.58579%206.58579C5%207.17157%205%208.11438%205%2010V12.3C5%2012.9511%205%2013.2766%205.07509%2013.5429C5.26397%2014.2126%205.78739%2014.736%206.45712%2014.9249C6.72337%2015%207.04891%2015%207.7%2015V15'%20stroke='%238F8F8F'%20stroke-width='1.2'/%3e%3crect%20x='10'%20y='11'%20width='9'%20height='9'%20rx='2'%20stroke='%238F8F8F'%20stroke-width='1.2'/%3e%3c/svg%3e") no-repeat center}.message__feedback-icon--copy+.message__feedback-icon--copied{display:none}.message__feedback-icon--copy--transition{animation:hide .5s forwards}.message__feedback-icon--copy--transition+.message__feedback-icon--copied{display:inherit;animation:show .5s forwards}.message__feedback-icon--copied{background:inherit;display:flex;align-items:center;justify-content:center;position:absolute;opacity:0}.message__feedback-icon--copied img{width:16px;height:16px}.message__feedback-icon--regen{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.25%206.99999C12.2537%209.41943%2010.6035%2011.5281%208.25414%2012.1061C5.90474%2012.6841%203.46458%2011.5816%202.34543%209.43657C1.22627%207.29152%201.71796%204.65941%203.53602%203.06305C5.35409%201.46669%208.02768%201.31951%2010.01%202.70665L9.94582%202.51999C9.84273%202.20587%2010.0138%201.86766%2010.3279%201.76457C10.642%201.66148%2010.9802%201.83254%2011.0833%202.14665L11.6667%203.89665C11.7253%204.07461%2011.695%204.26993%2011.585%204.42165C11.4702%204.58323%2011.2813%204.67551%2011.0833%204.66665H9.33332C9.01116%204.66665%208.74999%204.40549%208.74999%204.08332C8.75432%203.82999%208.92167%203.60842%209.16416%203.53499C7.58585%202.54854%205.5402%202.75421%204.18985%204.03509C2.83949%205.31598%202.52618%207.34793%203.42797%208.97609C4.32976%2010.6042%206.21844%2011.4166%208.02058%2010.9514C9.82272%2010.4862%2011.0823%208.8612%2011.0833%206.99999C11.0833%206.67782%2011.3445%206.41665%2011.6667%206.41665C11.9888%206.41665%2012.25%206.67782%2012.25%206.99999Z'%20fill='%238F8F8F'/%3e%3c/svg%3e") no-repeat center;mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.25%206.99999C12.2537%209.41943%2010.6035%2011.5281%208.25414%2012.1061C5.90474%2012.6841%203.46458%2011.5816%202.34543%209.43657C1.22627%207.29152%201.71796%204.65941%203.53602%203.06305C5.35409%201.46669%208.02768%201.31951%2010.01%202.70665L9.94582%202.51999C9.84273%202.20587%2010.0138%201.86766%2010.3279%201.76457C10.642%201.66148%2010.9802%201.83254%2011.0833%202.14665L11.6667%203.89665C11.7253%204.07461%2011.695%204.26993%2011.585%204.42165C11.4702%204.58323%2011.2813%204.67551%2011.0833%204.66665H9.33332C9.01116%204.66665%208.74999%204.40549%208.74999%204.08332C8.75432%203.82999%208.92167%203.60842%209.16416%203.53499C7.58585%202.54854%205.5402%202.75421%204.18985%204.03509C2.83949%205.31598%202.52618%207.34793%203.42797%208.97609C4.32976%2010.6042%206.21844%2011.4166%208.02058%2010.9514C9.82272%2010.4862%2011.0823%208.8612%2011.0833%206.99999C11.0833%206.67782%2011.3445%206.41665%2011.6667%206.41665C11.9888%206.41665%2012.25%206.67782%2012.25%206.99999Z'%20fill='%238F8F8F'/%3e%3c/svg%3e") no-repeat center}.message__feedback-icon--regen--busy{cursor:not-allowed}.message__feedback-icon--regen-in-box{margin-left:5px;transform:scale(2)}.message__warning{right:-2px;bottom:40px}.message__warning--error{right:calc(50% - 150px);bottom:30px}.message--bot{gap:5px}.message--bot .message__content{background:#fff}.message--loading{display:flex;flex-direction:column;gap:10px}.message__loading-top{display:flex;gap:20px;align-items:center}.message__loading-top em{display:block;font-size:12px;color:#5f5f5f}.message__loading-data-state{display:flex;gap:10px;align-items:center;font-size:10px;margin-left:60px}.inner-text-citation{background:#d6d3cd;height:16px;font-size:10px;flex:0 0 16px;border-radius:3px;padding:0 4px;color:inherit;text-decoration:none;position:relative;top:-5px;left:-1px;display:inline-flex;justify-content:center;align-items:center}.suggestion{border:1px solid #ccc;padding:10px;border-radius:10px;font-size:14px;box-shadow:0 2px 2px #0000001a}.suggestion:hover{cursor:pointer;background:#f9f9f9}.suggestion__logos{margin:10px 5px}.suggestion__logos-item{width:20px;height:20px}.left-panel{background:#fff;width:80%;max-width:350px;position:fixed;top:60px;bottom:0;left:0;border-right:1px solid #DEDEDE;z-index:20;overflow-x:hidden;transition:max-width .3s,border-width .3s}@media only screen and (max-width: 600px){.left-panel{top:0;z-index:101}}@media only screen and (min-width: 600px) and (max-width: 767px){.left-panel{top:0;z-index:101}}@media only screen and (min-width: 768px) and (max-width: 991px){.left-panel{top:0;z-index:101}}.left-panel__wrapper{margin:15px;display:flex;flex-direction:column;gap:10px;min-width:200px}.left-panel__button{position:fixed;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.left-panel__button img{width:24px;height:24px;display:block}@media only screen and (max-width: 600px){.left-panel__button{position:static;margin:3px 0 0 -5px;width:24px;height:24px}}@media only screen and (min-width: 600px) and (max-width: 767px){.left-panel__button{position:static;margin:3px 0 0 -5px;width:24px;height:24px}}@media only screen and (min-width: 768px) and (max-width: 991px){.left-panel__button{position:static;margin:3px 0 0 -5px;width:24px;height:24px}}.left-panel__new-chat{position:fixed;width:200px;top:130px}@media only screen and (max-width: 600px){.left-panel__new-chat{top:inherit;position:static;display:none}}@media only screen and (min-width: 600px) and (max-width: 767px){.left-panel__new-chat{top:inherit;position:static;display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.left-panel__new-chat{top:inherit;position:static;display:none}}.left-panel__new-chat img{display:none;cursor:pointer}.left-panel__new-chat-img--busy,.left-panel__new-chat-button--busy{cursor:not-allowed!important}.left-panel__new-chat-button{color:#ff8360;border:2px solid #FF8360;background:inherit;display:block;width:calc(100% - 16px);margin:0 8px;height:40px;line-height:34px;border-radius:5px;font-weight:500;cursor:pointer}.left-panel__conversations{flex:1;padding:0 15px;position:absolute;top:0;left:0;bottom:0;right:0;overflow-y:auto}.left-panel__conversations-title{font-weight:700;color:#1e1e1e}.left-panel__conversations-title:not(.left-panel__conversations-title--today){margin-top:25px}.left-panel__conversations--wrapper{position:absolute;width:100%;padding:15px;overflow:hidden;left:0;right:0;bottom:15px;top:130px}@media only screen and (max-width: 600px){.left-panel__conversations--wrapper{top:100px;bottom:90px}}@media only screen and (min-width: 600px) and (max-width: 767px){.left-panel__conversations--wrapper{top:100px;bottom:90px}}@media only screen and (min-width: 768px) and (max-width: 991px){.left-panel__conversations--wrapper{top:100px;bottom:90px}}.left-panel__conversations__item,.left-panel__past-conversations__item{color:#5f5f5f;margin-top:15px;padding:0 15px;height:1.2em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;cursor:pointer}.left-panel__conversations__item--empty,.left-panel__past-conversations__item--empty{cursor:default}.left-panel__conversations__item--busy,.left-panel__past-conversations__item--busy{cursor:not-allowed}.left-panel__past-conversations-title{display:flex;justify-content:space-between;align-items:flex-end;cursor:pointer}.left-panel__past-conversations-arrow{width:1em;height:1em}.left-panel__past-conversations-arrow--up{transform:rotate(180deg)}.left-panel--collapsed{max-width:0;border-width:0}.left-panel--collapsed .left-panel__new-chat img{display:block}.left-panel--collapsed .left-panel__new-chat-button,.left-panel__title{display:none}.left-panel__title h3{font-size:18px;font-weight:700;color:#1e1e1e}.left-panel__title-separator{margin:1em 0}@media only screen and (max-width: 600px){.left-panel__title{display:block}}@media only screen and (min-width: 600px) and (max-width: 767px){.left-panel__title{display:block}}@media only screen and (min-width: 768px) and (max-width: 991px){.left-panel__title{display:block}}.left-panel__user-small{display:grid;column-gap:10px;align-items:center;position:absolute;bottom:10px;left:30px;right:30px;grid-template-rows:10px 60px;grid-template-columns:60px 1fr 32px;grid-template-areas:"hr hr hr" "avatar name actions"}.left-panel__user-small__separator{grid-area:hr;margin:0}.left-panel__user-small__avatar{grid-area:avatar}.left-panel__user-small__name{grid-area:name;font-weight:700;flex-grow:1;max-width:calc(100% - 94px);overflow:hidden;text-overflow:ellipsis}.left-panel__user-small__actions{grid-area:actions;padding:8px;display:flex;justify-content:center;align-items:center;cursor:pointer}.left-panel__user-small__actions img{width:24px;height:24px}.left-panel__user-settings{width:300px;padding:0 45px 0 15px;display:flex;flex-direction:column;gap:20px}.left-panel__user-settings__language__title{margin-bottom:10px}.left-panel__user-settings__logout{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding-bottom:5px;font-weight:700}.left-panel__user-settings__logout:hover{border-bottom:1px solid rgba(0,0,0,.1)}.johnny-citation{display:block;border:1px solid #DEDEDE;padding:1rem;border-radius:10px;font-size:14px;position:relative;max-width:500px}.johnny-citation__link{text-decoration:none}.johnny-citation__top{display:flex;align-items:center;justify-content:start;gap:1em}.johnny-citation__top .johnny-citation__identifier{background:#d6d3cd;height:16px;font-size:10px;flex:0 0 16px;display:flex;justify-content:center;align-items:center;border-radius:3px}.johnny-citation__top .johnny-citation__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1 auto}.johnny-citation__top .johnny-citation__bookmark{place-self:end}.johnny-citation__author{font-weight:500;color:#5f5f5f;font-size:10px}.johnny-citation__date{font-weight:400;color:#5f5f5f;font-size:10px}.johnny-citation__more{font-weight:400;font-size:10px}.johnny-citation__description{margin:5px 0}.johnny-citation__show_more{display:flex;justify-content:space-between;align-items:center}.johnny-citation__show_more--direct-link{margin-top:10px;margin-bottom:0;font-size:12px}.johnny-citation__external{display:block;width:20px;height:20px}.johnny-citation__external-icon{width:100%;height:100%}.right-panel{background:#fff;width:80%;max-width:500px;height:100%;position:fixed;top:60px;bottom:0;right:0;border-left:1px solid #DEDEDE;z-index:20;overflow-x:hidden;transition:max-width .3s,border-width .3s}@media only screen and (max-width: 600px){.right-panel{top:0;z-index:101}}@media only screen and (min-width: 600px) and (max-width: 767px){.right-panel{top:0;z-index:101}}@media only screen and (min-width: 768px) and (max-width: 991px){.right-panel{top:0;z-index:101}}.right-panel__wrapper{margin:15px;display:flex;flex-direction:column;gap:10px;min-width:200px}.right-panel__top-part{display:flex;justify-content:space-between;align-items:center;padding:0 15px}.right-panel__top-part h3{color:#000;font-weight:700;font-size:12px}.right-panel__button{cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;align-self:end;position:relative}.right-panel__button .right-panel__img-collapsed{width:30px;height:30px;display:none}.right-panel__button .right-panel__img-full{width:24px;height:24px;display:block}.right-panel__button-text{position:absolute;top:3px;right:3px;background:#00f;color:#fff;width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px}.right-panel__separator-top{margin-top:0;margin-bottom:0;border-width:3px;width:100%}.right-panel__references{display:flex;flex-direction:column;gap:10px;overflow:auto;padding:15px 15px 60px}.right-panel__references--empty{color:#5f5f5f;font-size:12px;font-style:italic}.right-panel__references-citation--flashed{animation:flash 2s ease-in-out}.right-panel--collapsed{max-width:0;border-width:0}.right-panel--collapsed .right-panel__img-collapsed{display:block;position:fixed;right:30px;z-index:19}@media only screen and (max-width: 600px){.right-panel--collapsed .right-panel__img-collapsed{position:inherit;display:none}}@media only screen and (min-width: 600px) and (max-width: 767px){.right-panel--collapsed .right-panel__img-collapsed{position:inherit;display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.right-panel--collapsed .right-panel__img-collapsed{position:inherit;display:none}}.right-panel--collapsed .right-panel__button-text{display:flex;position:fixed;right:28px;top:77px;z-index:20}@media only screen and (max-width: 600px){.right-panel--collapsed .right-panel__button-text{position:inherit;display:none}}@media only screen and (min-width: 600px) and (max-width: 767px){.right-panel--collapsed .right-panel__button-text{position:inherit;display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.right-panel--collapsed .right-panel__button-text{position:inherit;display:none}}@keyframes flash{0%{background:transparent}25%{background:#0000001a}75%{background:#0000001a}to{background:transparent}}@media only screen and (max-width: 600px){.johnny-input{padding:0 16px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-input{padding:0 16px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-input{padding:0 16px}}.johnny-input__form{position:relative;width:100%;min-height:60px;border-radius:10px;border:1px solid #E6E6E6;margin:16px auto;padding:16px;flex-shrink:0;display:grid;grid-template-columns:1fr 40px;grid-template-rows:1fr 40px;grid-template-areas:"text text" "fileinput send";gap:16px;row-gap:24px;box-shadow:0 4px 4px #0000000d}@media only screen and (max-width: 600px){.johnny-input__form{grid-template-rows:1fr 32px;grid-template-columns:1fr 32px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-input__form{grid-template-rows:1fr 32px;grid-template-columns:1fr 32px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-input__form{grid-template-rows:1fr 32px;grid-template-columns:1fr 32px}}@media only screen and (max-width: 600px){.johnny-input__form{row-gap:16px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-input__form{row-gap:16px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-input__form{row-gap:16px}}.johnny-input__form--limited-access{background:#ff8360;background:#ff8360e6;border-radius:10px;position:absolute;top:0;left:0;right:0;bottom:0;padding:20px;border:2px solid #ff5b2d;display:flex;justify-content:center;align-items:center}.johnny-input__form_file-input{display:none;position:absolute;top:0;left:0;bottom:0;right:0;background:#ffe0d7;border:3px dashed #FF8360;border-radius:16px;color:#ff8360;font-weight:700;align-items:center;justify-content:center}.johnny-input__form_file-input--active{display:flex}.johnny-input__form_file-input__raw-input{display:none}.johnny-input__form_options__file-upload{display:inline-flex;gap:16px;align-items:center;justify-content:center;color:#555;font-size:13px;padding:10px;background:transparent;border:1px solid #D6D3CD;border-radius:6px;width:40px;height:40px}@media only screen and (max-width: 600px){.johnny-input__form_options__file-upload{width:32px;height:32px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-input__form_options__file-upload{width:32px;height:32px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-input__form_options__file-upload{width:32px;height:32px}}.johnny-input__form_options__file-upload__img{height:20px;display:block}@media only screen and (max-width: 600px){.johnny-input__form_options__file-upload__img{height:16px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-input__form_options__file-upload__img{height:16px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-input__form_options__file-upload__img{height:16px}}.johnny-input__form_options__file-upload:hover,.johnny-input__form_options__file-upload>*:hover{cursor:pointer}.johnny-input__form_options__file-upload:hover{border-color:#555555bf}.johnny-input__form_text{border:0;outline:none;font-size:12px;resize:none;max-height:20vh;min-height:2em;grid-area:text;font-family:Roboto,sans-serif}@media only screen and (max-width: 600px){.johnny-input__form_text{max-height:150px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-input__form_text{max-height:150px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-input__form_text{max-height:150px}}.johnny-input__form_send{cursor:pointer;display:flex;align-items:flex-end;justify-content:flex-end;width:40px;height:40px;grid-area:send}@media only screen and (max-width: 600px){.johnny-input__form_send{width:32px;height:32px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-input__form_send{width:32px;height:32px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-input__form_send{width:32px;height:32px}}.johnny-input__form_send--disabled{opacity:.5;cursor:not-allowed}.johnny-input__form_send img{width:100%;height:100%;display:block}.johnny-input__files-uploaded{display:flex;justify-items:flex-start;flex-wrap:wrap;gap:16px;padding:0 16px 16px}.johnny-after-input[data-v-c8e7d2c5]{padding:0 10px;margin-bottom:10px;display:flex;height:30px;justify-content:space-between;align-items:center}.johnny-after-input__disclaimer[data-v-c8e7d2c5]{font-size:10px;line-height:12px;color:#8f8f8f}.johnny-after-input__progress-bars[data-v-c8e7d2c5]{display:flex;flex-direction:column;justify-content:space-around;min-width:100px;height:100%}.johnny-after-input__progress-bar[data-v-c8e7d2c5]{width:100%;height:7px;display:flex;align-items:center;gap:5px}.johnny-after-input__progress-bar__img[data-v-c8e7d2c5]{width:20px;height:20px}.johnny-app{background:#fff;border:1px solid #DEDEDE;box-shadow:-4px 0 4px #0000000d,4px 0 4px #0000000d;border-bottom:none;border-top:none;width:60%;max-width:900px;height:calc(100vh - 60px);margin:60px auto 0;display:flex;flex-direction:column;padding:0 50px;position:relative}@media only screen and (max-width: 600px){.johnny-app{width:100%;padding:0}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-app{width:100%;padding:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-app{width:100%;padding:0}}.johnny-app__title{padding:25px 0 5px;margin-bottom:17px;height:70px}.johnny-app__title h1{font-size:14px;line-height:26px;font-weight:700;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.johnny-app__title-separator{margin:19px 0 10px;border-width:3px}@media only screen and (max-width: 600px){.johnny-app__title-separator{margin:10px 0 5px!important}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-app__title-separator{margin:10px 0 5px!important}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-app__title-separator{margin:10px 0 5px!important}}@media only screen and (max-width: 600px){.johnny-app__title{padding:10px 0 5px;height:30px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-app__title{padding:10px 0 5px;height:30px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-app__title{padding:10px 0 5px;height:30px}}.johnny-app__conversation{display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto;overflow-x:visible}@media only screen and (max-width: 600px){.johnny-app__conversation{padding:10px 5px}}@media only screen and (min-width: 600px) and (max-width: 767px){.johnny-app__conversation{padding:10px 5px}}@media only screen and (min-width: 768px) and (max-width: 991px){.johnny-app__conversation{padding:10px 5px}}.johnny-app__overlay{height:30px;background:linear-gradient(180deg,#fff0,#fff,#fff);position:absolute;bottom:125px;left:0;right:0}.johnny-app__suggestions{margin:10px auto;width:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.johnny-app__suggestions-title{color:#1e1e1e;top:20vh;text-align:center;display:block;width:100%;font-size:18px;height:32px;line-height:32px;font-weight:700;margin-bottom:32px}.johnny-app__suggestions-list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-height:200px;overflow:hidden;transition:opacity linear 1s,max-height linear .2s .8s;padding-bottom:300px}.social-connect{background:inherit;box-shadow:5px 5px 5px #00000040;color:#fff;display:flex;align-items:center;font-size:16px;outline:none;border-radius:5px;border:1px solid #ccc;padding:10px 15px;height:50px;width:80%}.social-connect--mini{width:50px;padding:9px}.social-connect--mini>.social-connect__text{display:none}.social-connect__logo-wrapper{height:40px;width:40px;padding:5px;background:#fff;flex:0}.social-connect__logo-wrapper img{height:30px;width:30px}.social-connect__text{flex:1;text-align:center}.social-connect:hover{cursor:pointer}.social-connect-bulk{display:flex;flex-direction:column;align-items:center;gap:20px;padding:10px}.social-connect-bulk__item{background:#fff;border-color:#747775;color:#1f1f1f}.social-connect-bulk__item--google{font-family:Roboto Medium,sans-serif}.social-connect-bulk__item--google .social-connect-bulk__item__logo{border-radius:100%}.social-connect-bulk__item--linkedin .social-connect-bulk__item__logo{background:none;width:36px}.social-connect-bulk__item--email .social-connect-bulk__item__logo{background:none}.social-connect-bulk__item--email--active{border-width:2px}body:has(.login-form),.inner-app:has(.login-form){height:100vh}.login-form{margin:60px auto 100px;position:relative;max-width:500px;width:90%;padding:30px;background:#fff;border-radius:5px;box-shadow:0 0 10px #00000040}.login-form--container{padding-top:30px}.login-form__descriptor_sso,.login-form__descriptor_magic_link{text-align:center;margin-bottom:10px}.login-form__descriptor_sso:first-letter,.login-form__descriptor_magic_link:first-letter{text-transform:capitalize}.login-form__descriptor_sso--wrapper,.login-form__descriptor_magic_link--wrapper{text-align:center;margin:15px 5px 5px}.login-form__descriptor_magic_link{cursor:pointer;text-decoration:none;font-weight:700;color:#000}.login-form__descriptor_magic_link:hover{text-decoration:underline}.login-form__title{text-align:center}.login-form__input-magic-link{margin:10px 0;display:block;width:100%;padding:10px 10px 10px 30px;font-size:20px;outline:none;border-radius:5px;border-style:solid;font-family:Arial,sans-serif}.login-form__input-magic-link:focus{border-color:#50c4ca}.login-form__input-magic-link:invalid{border-color:red}.login-form__send-button{margin:10px 0;display:block;width:100%;padding:10px;font-size:20px;background:#50c4ca;color:#fff;border:none;border-radius:5px;cursor:pointer}.login-form__send-button:hover{background:#3fa9af}.login-form__send-button--disabled,.login-form__send-button--disabled:hover{background:#ccc}.login-form__description{font-size:12px;color:#555;font-style:italic;margin-bottom:10px}.login-form__description:first-letter{text-transform:capitalize}.login-form__ok{margin-top:10px;padding:20px;background:#50c4ca;border:1px solid darkturquoise;color:#fff;border-radius:5px;word-wrap:break-word;display:flex;align-items:center}.login-form__ok p{margin:0}.login-form__ok-icon{width:24px;height:24px;color:#fff}.favorites,.prompt-library{margin-top:100px}.help-resources{position:relative;width:500px;padding:30px;background:#fff;margin:0 auto;border-radius:5px;box-shadow:0 0 10px #00000040}.help-resources--container{padding-top:30px}body:has(.legal-acceptance),.inner-app:has(.legal-acceptance){min-height:calc(100vh - 180px)}body:has(.legal-acceptance) [class*=--loading],.inner-app:has(.legal-acceptance) [class*=--loading]{background:#0000000d;display:flex;justify-content:center;align-items:center;align-content:center}.legal-acceptance{position:relative;max-width:500px;width:90%;padding:30px;background:#fff;margin:100px auto;border-radius:5px;box-shadow:0 0 10px #00000040}.legal-acceptance__title{text-align:center}.legal-acceptance__title{line-height:1.2em}.legal-acceptance__description{font-size:12px;color:#555;font-style:italic}.legal-acceptance__description:first-letter{text-transform:capitalize}.legal-acceptance__infos{display:grid;grid-template-areas:"name avatar" "email avatar";grid-template-columns:minmax(0,1fr) 60px;gap:0 10px;margin:20px;height:63px}.legal-acceptance__infos__name,.legal-acceptance__infos__email{line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.legal-acceptance__infos__name{grid-area:name;align-self:end;font-weight:500;font-size:20px}.legal-acceptance__infos__email{grid-area:email;font-style:italic}.legal-acceptance__infos__avatar{grid-area:avatar}.legal-acceptance__infos__avatar img{width:60px;border-radius:50%;border:1px solid black}.legal-acceptance__infos--loading{margin:20px 0}.legal-acceptance__requirements{display:flex;flex-direction:column;gap:20px;padding:10px}.legal-acceptance__requirements__list{display:grid;grid-template-columns:30px 1fr;align-items:center;gap:20px;padding:10px 20px;border-radius:10px;border:1px solid #DEDEDE}.legal-acceptance__requirements__list input[type=checkbox]{width:20px;height:20px}.legal-acceptance__requirements--loading{padding:20px;height:200px}.legal-acceptance__send-button{margin:10px 0;display:block;width:100%;padding:10px;font-size:20px;background:#50c4ca;color:#fff;border:none;border-radius:5px;cursor:pointer}.legal-acceptance__send-button:hover{background:#3fa9af}.legal-acceptance__send-button--disabled{background:#dedede;cursor:not-allowed}.legal-acceptance__send-button--disabled:hover{background:#dedede}.legal-document-word{font-size:16px;font-family:Aptos,serif;text-align:justify}.legal-document-word p.MsoNormal{margin:0 0 10px;min-height:1em;margin-left:auto!important}.legal-document-word .MsoListParagraphCxSpFirst,.legal-document-word .MsoListParagraphCxSpMiddle,.legal-document-word .MsoListParagraphCxSpLast{min-height:1em;display:list-item;text-indent:0!important;margin-left:20px}.legal-document-word .MsoListParagraphCxSpFirst>*:first-child,.legal-document-word .MsoListParagraphCxSpMiddle>*:first-child,.legal-document-word .MsoListParagraphCxSpLast>*:first-child{display:none}.legal-document-word .MsoListParagraphCxSpFirst.MsoListParagraphCxSpLast,.legal-document-word .MsoListParagraphCxSpMiddle.MsoListParagraphCxSpLast,.legal-document-word .MsoListParagraphCxSpLast.MsoListParagraphCxSpLast{margin-bottom:10px}.inner-app:has(.legal-document-wrapper){background:#fff;padding:20px 0}.legal-document-wrapper{margin:60px auto;width:80%}.legal-document-wrapper__language{display:flex;justify-content:flex-end}.legal-document-wrapper__language__selector{width:200px}.legal-document-wrapper__content *{font-size:1.05em;line-height:1.05em}#legal-EN p.MsoNormal,#legal-EN li.MsoNormal,#legal-EN div.MsoNormal{margin:0 0 8pt;line-height:115%;font-size:12pt;font-family:Aptos,sans-serif}#legal-EN a:link,#legal-EN span.MsoHyperlink{color:#467886;text-decoration:underline}#legal-EN p.MsoListParagraph,#legal-EN li.MsoListParagraph,#legal-EN div.MsoListParagraph{margin:0 0 8pt 36pt;line-height:115%;font-size:12pt;font-family:Aptos,sans-serif}#legal-EN p.MsoListParagraphCxSpFirst,#legal-EN li.MsoListParagraphCxSpFirst,#legal-EN div.MsoListParagraphCxSpFirst,#legal-EN p.MsoListParagraphCxSpMiddle,#legal-EN li.MsoListParagraphCxSpMiddle,#legal-EN div.MsoListParagraphCxSpMiddle{margin:0 0 0 36pt;line-height:115%;font-size:12pt;font-family:Aptos,sans-serif}#legal-EN p.MsoListParagraphCxSpLast,#legal-EN li.MsoListParagraphCxSpLast,#legal-EN div.MsoListParagraphCxSpLast{margin:0 0 8pt 36pt;line-height:115%;font-size:12pt;font-family:Aptos,sans-serif}#legal-EN .MsoChpDefault{font-size:12pt;font-family:Aptos,sans-serif}#legal-EN .MsoPapDefault{margin-bottom:8pt;line-height:115%}@page WordSection1{#legal-EN{size:612pt 792pt;margin:72pt 90pt}}#legal-EN div.WordSection1{page:WordSection1}#legal-EN ol,#legal-EN ul{margin-bottom:0}@font-face{font-family:PMingLiU;panose-1:2 1 6 1 0 1 1 1 1 1}@font-face{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4}@font-face{font-family:"@PMingLiU";panose-1:2 1 6 1 0 1 1 1 1 1}#legal-FR p.MsoNormal,#legal-FR li.MsoNormal,#legal-FR div.MsoNormal{margin:0 0 12pt;text-align:justify;text-justify:inter-ideograph;font-size:11pt;font-family:Arial,sans-serif}#legal-FR h1{mso-style-link:"Titre 1 Car";margin:6pt 0 12pt 36pt;text-align:justify;text-justify:inter-ideograph;text-indent:-36pt;page-break-after:avoid;font-size:11pt;font-family:Arial,sans-serif;text-decoration:underline}#legal-FR h2{mso-style-link:"Titre 2 Car";margin:0 0 12pt 36pt;text-align:justify;text-justify:inter-ideograph;text-indent:-36pt;page-break-after:avoid;font-size:11pt;font-family:Arial,sans-serif}#legal-FR h3{mso-style-link:"Titre 3 Car";margin:0 0 12pt 72pt;text-align:justify;text-justify:inter-ideograph;text-indent:-36pt;page-break-after:avoid;font-size:11pt;font-family:Arial,sans-serif;font-weight:400;text-decoration:underline}#legal-FR h4{mso-style-link:"Titre 4 Car";margin:0 0 12pt 72pt;text-align:justify;text-justify:inter-ideograph;text-indent:-36pt;font-size:11pt;font-family:Arial,sans-serif;font-weight:400}#legal-FR h5{mso-style-link:"Titre 5 Car";margin:0 0 12pt 108pt;text-align:justify;text-justify:inter-ideograph;text-indent:-36pt;font-size:11pt;font-family:Arial,sans-serif;font-weight:400}#legal-FR p.MsoHeader,#legal-FR li.MsoHeader,#legal-FR div.MsoHeader{mso-style-link:"En-tête Car";margin:0;text-align:justify;text-justify:inter-ideograph;font-size:11pt;font-family:Arial,sans-serif}#legal-FR p.MsoFooter,#legal-FR li.MsoFooter,#legal-FR div.MsoFooter{mso-style-link:"Pied de page Car";margin:0;text-align:justify;text-justify:inter-ideograph;font-size:11pt;font-family:Arial,sans-serif}#legal-FR p.MsoListBullet3,#legal-FR li.MsoListBullet3,#legal-FR div.MsoListBullet3{margin:0 0 12pt 58.5pt;text-align:justify;text-justify:inter-ideograph;text-indent:-22.5pt;font-size:11pt;font-family:Arial,sans-serif}#legal-FR a:link,#legal-FR span.MsoHyperlink{color:#0563c1;text-decoration:underline}#legal-FR span.En-tteCar{mso-style-name:"En-tête Car";mso-style-link:En-tête;font-family:Arial,sans-serif}#legal-FR span.PieddepageCar{mso-style-name:"Pied de page Car";mso-style-link:"Pied de page";font-family:Arial,sans-serif}#legal-FR span.Titre1Car{mso-style-name:"Titre 1 Car";mso-style-link:"Titre 1";font-family:Arial,sans-serif;font-weight:700;text-decoration:underline}#legal-FR span.Titre2Car{mso-style-name:"Titre 2 Car";mso-style-link:"Titre 2";font-family:Arial,sans-serif;font-weight:700}#legal-FR p.NormalRetrait2,#legal-FR li.NormalRetrait2,#legal-FR div.NormalRetrait2{mso-style-name:"Normal Retrait 2";margin:0 0 12pt 72pt;text-align:justify;text-justify:inter-ideograph;font-size:11pt;font-family:Arial,sans-serif}@page WordSection1{#legal-FR{size:612pt 792pt;margin:68.4pt 64.8pt 72pt}}#legal-FR div.WordSection1{page:WordSection1}#legal-FR ol,#legal-FR ul{margin-bottom:0}.landing-page{background:#fff;display:flex;flex-direction:column;align-items:center}.landing-page__inner{display:flex;flex-direction:column;min-height:calc(100vh - 150px);max-width:768px;width:90%;position:relative;top:60px;margin-bottom:60px}.landing-page__button-login{background:#fff;color:#015d57;border:2px solid #015D57;padding:10px 20px;border-radius:20px;font-size:16px;cursor:pointer;font-weight:500;text-decoration:none}.landing-page__header__title,.landing-page__take-safety__title{display:flex;align-items:center;gap:10px;text-transform:uppercase;font-size:.75em;color:#015d57}.landing-page__header__title h1,.landing-page__take-safety__title h1{font-weight:500;line-height:1em}.landing-page__header__title img,.landing-page__take-safety__title img{height:50px}@media only screen and (max-width: 600px){.landing-page__header__title,.landing-page__take-safety__title{flex-direction:column;text-align:center}}@media only screen and (min-width: 600px) and (max-width: 767px){.landing-page__header__title,.landing-page__take-safety__title{flex-direction:column;text-align:center}}@media only screen and (min-width: 768px) and (max-width: 991px){.landing-page__header__title,.landing-page__take-safety__title{flex-direction:column;text-align:center}}.landing-page__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:50px;border-bottom:1px solid #015D57}.landing-page__header p{font-size:24px;color:#000;text-align:center;line-height:1.25em}.landing-page__header,.landing-page__take-safety{font-family:aileron,sans-serif}.landing-page__content{display:flex;flex-direction:column;gap:20px;margin:20px;text-align:justify;font-family:Century Gothic,sans-serif}.landing-page__content__feature{display:grid;gap:20px;grid-template-columns:60% auto;grid-template-rows:auto 1fr;grid-template-areas:"img title" "img paragraph"}.landing-page__content__feature:nth-child(2n){grid-template-areas:"title img" "paragraph img";grid-template-columns:auto 60%}@media only screen and (max-width: 600px){.landing-page__content__feature{grid-template-areas:"img img" "title title" "paragraph paragraph";grid-template-columns:1fr}.landing-page__content__feature:nth-child(2n){grid-template-areas:"img img" "title title" "paragraph paragraph";grid-template-columns:1fr}}@media only screen and (min-width: 600px) and (max-width: 767px){.landing-page__content__feature{grid-template-areas:"img img" "title title" "paragraph paragraph";grid-template-columns:1fr}.landing-page__content__feature:nth-child(2n){grid-template-areas:"img img" "title title" "paragraph paragraph";grid-template-columns:1fr}}@media only screen and (min-width: 768px) and (max-width: 991px){.landing-page__content__feature{grid-template-areas:"img img" "title title" "paragraph paragraph";grid-template-columns:1fr}.landing-page__content__feature:nth-child(2n){grid-template-areas:"img img" "title title" "paragraph paragraph";grid-template-columns:1fr}}.landing-page__content__feature__image{grid-area:img;width:100%}.landing-page__content__feature__title{grid-area:title;font-size:18px;line-height:1em;font-weight:600;color:#015d57;text-align:left}.landing-page__content__feature__paragraph{grid-area:paragraph;font-size:12px}.landing-page__content__conclusion{margin:20px auto 0;font-style:italic}.landing-page__content__conclusion b{color:#015d57}.landing-page__take-safety{border-top:1px solid #015D57;padding:60px;display:flex;flex-direction:column;align-items:center}.landing-page__take-safety__elevate{font-size:24px;color:#000;text-align:center;line-height:1.25em}.landing-page__take-safety__button{margin:20px 0}.landing-page__footer{background:#015d57;height:150px;width:100%;padding:10px 30px;display:flex;flex-direction:column}.landing-page__footer__logo{display:flex;justify-content:flex-start;align-items:center}.landing-page__footer__logo-image{height:50px}.landing-page__footer-links{display:flex;gap:10px;margin:10px 0;justify-content:space-between;color:#fff;font-size:12px}@media only screen and (max-width: 600px){.landing-page__footer-links{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;grid-template-rows:12px 12px;grid-template-areas:"copyright copyright copyright rights rights rights" "terms terms acceptable acceptable privacy privacy"}}@media only screen and (min-width: 600px) and (max-width: 767px){.landing-page__footer-links{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;grid-template-rows:12px 12px;grid-template-areas:"copyright copyright copyright rights rights rights" "terms terms acceptable acceptable privacy privacy"}}@media only screen and (min-width: 768px) and (max-width: 991px){.landing-page__footer-links{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;grid-template-rows:12px 12px;grid-template-areas:"copyright copyright copyright rights rights rights" "terms terms acceptable acceptable privacy privacy"}}.landing-page__footer-links-copyright{grid-area:copyright}.landing-page__footer-links-rights{grid-area:rights}.landing-page__footer-links-legal{margin-right:10px;text-decoration:none;color:#fff}@media only screen and (max-width: 600px){.landing-page__footer-links-legal{text-align:center}}@media only screen and (min-width: 600px) and (max-width: 767px){.landing-page__footer-links-legal{text-align:center}}@media only screen and (min-width: 768px) and (max-width: 991px){.landing-page__footer-links-legal{text-align:center}}.landing-page__footer-links-legal--privacy{grid-area:privacy}.landing-page__footer-links-legal--terms{grid-area:terms}.landing-page__footer-links-legal--acceptable{grid-area:acceptable}#lang-EN p.MsoNormal,#lang-EN li.MsoNormal,#lang-EN div.MsoNormal{margin:0 0 8pt;line-height:115%;font-size:12pt;font-family:Aptos,sans-serif}#lang-EN p.MsoHeader,#lang-EN li.MsoHeader,#lang-EN div.MsoHeader{mso-style-link:"En-tête Car";margin:0;font-size:12pt;font-family:Aptos,sans-serif}#lang-EN p.MsoFooter,#lang-EN li.MsoFooter,#lang-EN div.MsoFooter{margin:0;font-size:12pt;font-family:Aptos,sans-serif}#lang-EN a:link,#lang-EN span.MsoHyperlink{color:#467886;text-decoration:underline}#lang-EN span.En-tteCar{mso-style-name:"En-tête Car";mso-style-link:En-tête}#lang-EN .MsoChpDefault{font-size:12pt;font-family:Aptos,sans-serif}#lang-EN .MsoPapDefault{margin-bottom:8pt;line-height:115%}@page WordSection1{#lang-EN{size:612pt 792pt;margin:72pt}}#lang-EN div.WordSection1{page:WordSection1}#lang-EN ol,#lang-EN ul{margin-bottom:0}@font-face{font-family:Wingdings;panose-1:5 0 0 0 0 0 0 0 0 0}@font-face{font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4}@font-face{font-family:Aptos}#lang-FR p.MsoNormal,#lang-FR li.MsoNormal,#lang-FR div.MsoNormal{margin:0 0 8pt;line-height:115%;font-size:12pt;font-family:Aptos,sans-serif}#lang-FR p.MsoHeader,#lang-FR li.MsoHeader,#lang-FR div.MsoHeader{mso-style-link:"En-tête Car";margin:0;font-size:12pt;font-family:Aptos,sans-serif}#lang-FR p.MsoFooter,#lang-FR li.MsoFooter,#lang-FR div.MsoFooter{margin:0;font-size:12pt;font-family:Aptos,sans-serif}#lang-FR a:link,#lang-FR span.MsoHyperlink{color:#467886;text-decoration:underline}#lang-FR span.En-tteCar{mso-style-name:"En-tête Car";mso-style-link:En-tête}#lang-FR .MsoChpDefault{font-size:12pt;font-family:Aptos,sans-serif}#lang-FR .MsoPapDefault{margin-bottom:8pt;line-height:115%}@page WordSection1{#lang-FR{size:612pt 792pt;margin:72pt}}#lang-FR div.WordSection1{page:WordSection1}#lang-FR ol,#lang-FR ul{margin-bottom:0}body:has(.login-callback),.inner-app:has(.login-callback){height:100vh}.inner-app:has(.login-callback){padding-top:60px}.login-callback{max-width:500px;width:90%;margin:60px auto 100px;position:relative;width:80%;padding:30px;background:#fff;border-radius:5px;box-shadow:0 0 10px #00000040}.login-callback__title{text-align:center}.login-callback__loading-icon{display:block;margin:0 auto;width:50px;animation:loop-round 2s infinite}body:has(.suspended-account),.inner-app:has(.suspended-account){height:100vh}.inner-app:has(.suspended-account){padding-top:60px}.suspended-account{position:relative;max-width:500px;width:90%;padding:30px;background:#fff;margin:60px auto 100px;border-radius:5px;box-shadow:0 0 10px #00000040}.suspended-account__title{text-align:center}.suspended-account__title{line-height:1.2em}.suspended-account__description{font-size:12px;color:#555;font-style:italic}.suspended-account__description:first-letter{text-transform:capitalize}*,*:before,*:after{box-sizing:border-box;margin:0}body{min-height:calc(100vh - 60px);color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:16px;font-family:Roboto,sans-serif;font-size:14px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.centered-content{margin:0 auto;max-width:720px}.clearall{clear:both}body:has(.register-completion),.inner-app:has(.register-completion){height:100vh}.inner-app:has(.register-completion){padding-top:60px}.register-completion{position:relative;max-width:500px;width:90%;padding:30px;background:#fff;margin:60px auto 100px;border-radius:5px;box-shadow:0 0 10px #00000040}.register-completion__title{text-align:center}.register-completion__title{line-height:1.2em}.register-completion__description{font-size:12px;color:#555;font-style:italic}.register-completion__description:first-letter{text-transform:capitalize}.register-completion__grid{display:grid;grid-template-columns:auto;gap:10px;margin:20px auto}.register-completion__grid-input{height:40px;padding:0 12px;line-height:40px;font-size:14px;border-radius:6px;border:1px solid #D6D3CD;outline:none}.register-completion__grid-input:hover,.register-completion__grid-input:focus{border:1px solid #a8a295}.register-completion__grid-label{line-height:40px}.register-completion__grid-input-picture-overview{width:60px;height:60px;border-radius:50%;border:1px solid black}.register-completion__grid-input-picture-label{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}.register-completion__grid-input-picture-input{display:none}.register-completion__grid-input-picture:hover{text-decoration:underline}.register-completion__send-button{margin:10px 0;display:block;width:100%;padding:10px;font-size:20px;background:#50c4ca;color:#fff;border:none;border-radius:5px;cursor:pointer}.register-completion__send-button:hover{background:#3fa9af}.register-completion__send-button--disabled{background:#dedede;cursor:not-allowed}.register-completion__send-button--disabled:hover{background:#dedede}
