@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Asul:700&display=swap";@import"https://fonts.googleapis.com/css?family=Playfair+Display:400i&display=swap";@import"https://fonts.googleapis.com/css?family=Open+Sans&display=swap";.ReactTable{position:relative;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1)}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:#00000008;border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline-width:0}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-thead.-header{box-shadow:0 2px 15px #00000026}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px #0009}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px #0009}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline-width:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:#fff0;border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:#6660;border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{flex:99999 1 auto;display:flex;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch}.ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{flex:1 0 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.ReactTable .rt-expander{display:inline-block;position:relative;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column;box-shadow:0 0 15px #00000026}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:#00000008}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:#0000000d}.ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:3px;box-shadow:0 0 15px #0000001a;border-top:2px solid rgba(0,0,0,.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline-width:0}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:#0009;background:#0000001a;transition:all .1s ease;cursor:pointer;outline-width:0}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:#0000004d;color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{flex:1;text-align:center}.ReactTable .-pagination .-center{flex:1.5;text-align:center;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fffc;transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:#00000080}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:#fffc;transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:#0009;transform:translateY(-52%);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none!important;cursor:col-resize;-webkit-user-select:none;user-select:none}.rthfc .rt-thead.-headerGroups,.rthfc .rt-thead.-header{z-index:3}.rthfc .rt-thead.-filters{z-index:2}.rthfc .rt-th,.rthfc .rt-td{background-color:#fff}.rthfc .-headerGroups .rt-th,.rthfc.-striped .rt-tr.-odd .rt-td{background-color:#f7f7f7}.rthfc.-highlight .rt-tr:hover .rt-td{background-color:#f2f2f2}.rthfc .-filters .rt-th.rthfc-th-fixed-left-last,.rthfc .rt-th.rthfc-th-fixed-left-last,.rthfc .rt-td.rthfc-td-fixed-left-last{border-right:solid 1px #ccc}.rthfc .rt-th.rthfc-th-fixed-right-first,.rthfc .rt-td.rthfc-td-fixed-right-first{border-left:solid 1px #ccc}.rthfc.-sp .rt-tbody{overflow:visible;flex:1 0 auto}.rthfc.-sp .rt-thead{position:-webkit-sticky;position:sticky}.rthfc.-sp .rt-thead.-headerGroups{border-bottom-color:#f2f2f2}.rthfc.-sp .rt-tfoot{position:-webkit-sticky;position:sticky;z-index:1;bottom:0}.rthfc.-sp .rthfc-th-fixed,.rthfc.-sp .rthfc-td-fixed{position:-webkit-sticky;position:sticky;z-index:1}.rthfc.-sp .rthfc-th-fixed{z-index:11}.rthfc.-sp .rthfc-th-fixed-left,.rthfc.-sp .rthfc-td-fixed-left,.rthfc.-sp .rthfc-th-fixed-right,.rthfc.-sp .rthfc-td-fixed-right{left:0}.rthfc.-se .-header .rt-th.rthfc-th-fixed,.rthfc.-se .-headerGroups .rt-th.rthfc-th-fixed,.rthfc.-se .-filters .rt-th.rthfc-th-fixed,.rthfc.-se .rt-td.rthfc-td-fixed{position:relative;z-Index:1}.rthfc.-se .-header .rt-th.rthfc-th-fixed{z-Index:11}/*! Spectre.css v0.5.9 | MIT License | github.com/picturepan2/spectre */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1,.h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}address{font-style:normal}b,strong{font-weight:inherit}code,kbd,pre,samp{font-family:SF Mono,Segoe UI Mono,Roboto Mono,Menlo,Courier,monospace;font-size:1em}dfn{font-style:italic}small{font-size:80%;font-weight:400}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;margin:0;padding:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}details,menu{display:block}summary{display:list-item;outline:none}canvas{display:inline-block}template{display:none}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box;font-size:20px;line-height:1.5;-webkit-tap-highlight-color:transparent}body{background:#fff;color:#3b4351;font-family:Open Sans,Helvetica Neue,sans-serif;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility}a{color:#746250;outline:none;text-decoration:none}a:focus{box-shadow:0 0 0 .1rem #74625033}a:focus,a:hover,a:active,a.active{color:#56493b;text-decoration:underline}a:visited{color:#927c65}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6{color:inherit;font-weight:500;line-height:1.2;margin-bottom:.5em;margin-top:0}.h1,.h2,.h3,.h4,.h5,.h6{font-weight:500}h1,.h1{font-size:2rem}h2,.h2{font-size:1.6rem}h3,.h3{font-size:1.4rem}h4,.h4{font-size:1.2rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.8rem}p{margin:0 0 1.5rem}a,ins,u{-webkit-text-decoration-skip:ink edges;text-decoration-skip:ink edges}abbr[title]{border-bottom:.05rem dotted;cursor:help;text-decoration:none}kbd{border-radius:.1rem;line-height:1.25;padding:.1rem .2rem;background:#303742;color:#fff;font-size:.7rem}mark{background:#ffe9b3;color:#3b4351;border-bottom:.05rem solid #ffd367;border-radius:.1rem;padding:.05rem .1rem 0}blockquote{border-left:.1rem solid #dadee4;margin-left:0;padding:.4rem .8rem}blockquote p:last-child{margin-bottom:0}ul,ol{margin:.8rem 0 .8rem .8rem;padding:0}ul ul,ul ol,ol ul,ol ol{margin:.8rem 0 .8rem .8rem}ul li,ol li{margin-top:.4rem}ul{list-style:disc inside}ul ul{list-style-type:circle}ol{list-style:decimal inside}ol ol{list-style-type:lower-alpha}dl dt{font-weight:700}dl dd{margin:.4rem 0 .8rem}html:lang(zh),html:lang(zh-Hans),.lang-zh,.lang-zh-hans{font-family:Open Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,sans-serif}html:lang(zh-Hant),.lang-zh-hant{font-family:Open Sans,PingFang TC,Hiragino Sans CNS,Microsoft JhengHei,Helvetica Neue,sans-serif}html:lang(ja),.lang-ja{font-family:Open Sans,Hiragino Sans,Hiragino Kaku Gothic Pro,Yu Gothic,YuGothic,Meiryo,Helvetica Neue,sans-serif}html:lang(ko),.lang-ko{font-family:Open Sans,Malgun Gothic,Helvetica Neue,sans-serif}:lang(zh) ins,:lang(zh) u,:lang(ja) ins,:lang(ja) u,.lang-cjk ins,.lang-cjk u{border-bottom:.05rem solid;text-decoration:none}:lang(zh) del+del,:lang(zh) del+s,:lang(zh) ins+ins,:lang(zh) ins+u,:lang(zh) s+del,:lang(zh) s+s,:lang(zh) u+ins,:lang(zh) u+u,:lang(ja) del+del,:lang(ja) del+s,:lang(ja) ins+ins,:lang(ja) ins+u,:lang(ja) s+del,:lang(ja) s+s,:lang(ja) u+ins,:lang(ja) u+u,.lang-cjk del+del,.lang-cjk del+s,.lang-cjk ins+ins,.lang-cjk ins+u,.lang-cjk s+del,.lang-cjk s+s,.lang-cjk u+ins,.lang-cjk u+u{margin-left:.125em}.table{border-collapse:collapse;border-spacing:0;width:100%;text-align:left}.table.table-striped tbody tr:nth-of-type(odd){background:#f7f8f9}.table tbody tr.active,.table.table-striped tbody tr.active,.table.table-hover tbody tr:hover{background:#eef0f3}.table.table-scroll{display:block;overflow-x:auto;padding-bottom:.75rem;white-space:nowrap}.table td,.table th{border-bottom:.05rem solid #dadee4;padding:.6rem .4rem}.table th{border-bottom-width:.1rem}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:.05rem solid #746250;border-radius:.1rem;color:#746250;cursor:pointer;display:inline-block;font-size:1rem;height:1.8rem;line-height:1.5rem;outline:none;padding:.1rem .4rem;text-align:center;text-decoration:none;transition:background .2s,border .2s,box-shadow .2s,color .2s;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn:focus{box-shadow:0 0 0 .1rem #74625033}.btn:focus,.btn:hover{background:#cdc2b6;border-color:#6b5a4a;text-decoration:none}.btn:active,.btn.active{background:#6b5a4a;border-color:#5c4e3f;color:#fff;text-decoration:none}.btn:active.loading:after,.btn.active.loading:after{border-bottom-color:#fff;border-left-color:#fff}.btn[disabled],.btn:disabled,.btn.disabled{cursor:default;opacity:.5;pointer-events:none}.btn.btn-primary{background:#746250;border-color:#6b5a4a;color:#fff}.btn.btn-primary:focus,.btn.btn-primary:hover{background:#655546;border-color:#5c4e3f;color:#fff}.btn.btn-primary:active,.btn.btn-primary.active{background:#5f5041;border-color:#56493b;color:#fff}.btn.btn-primary.loading:after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-success{background:#32b643;border-color:#2faa3f;color:#fff}.btn.btn-success:focus{box-shadow:0 0 0 .1rem #32b64333}.btn.btn-success:focus,.btn.btn-success:hover{background:#30ae40;border-color:#2da23c;color:#fff}.btn.btn-success:active,.btn.btn-success.active{background:#2a9a39;border-color:#278e34;color:#fff}.btn.btn-success.loading:after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-error{background:#5c4e63;border-color:#54475a;color:#fff}.btn.btn-error:focus{box-shadow:0 0 0 .1rem #5c4e6333}.btn.btn-error:focus,.btn.btn-error:hover{background:#574a5d;border-color:#4f4355;color:#fff}.btn.btn-error:active,.btn.btn-error.active{background:#493e4f;border-color:#413846;color:#fff}.btn.btn-error.loading:after{border-bottom-color:#fff;border-left-color:#fff}.btn.btn-link{background:transparent;border-color:transparent;color:#746250}.btn.btn-link:focus,.btn.btn-link:hover,.btn.btn-link:active,.btn.btn-link.active{color:#56493b}.btn.btn-sm{font-size:.7rem;height:1.5rem;padding:0 .3rem}.btn.btn-lg{font-size:.9rem;height:2rem;padding:.2rem .6rem}.btn.btn-block{display:block;width:100%}.btn.btn-action{width:1.8rem;padding-left:0;padding-right:0}.btn.btn-action.btn-sm{width:1.5rem}.btn.btn-action.btn-lg{width:2rem}.btn.btn-clear{background:transparent;border:0;color:currentColor;height:1rem;line-height:.8rem;margin-left:.2rem;margin-right:-2px;opacity:1;padding:.1rem;text-decoration:none;width:1rem}.btn.btn-clear:focus,.btn.btn-clear:hover{background:#f7f8f980;opacity:.95}.btn.btn-clear:before{content:"✕"}.btn-group{display:inline-flex;flex-wrap:wrap}.btn-group .btn{flex:1 0 auto}.btn-group .btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group .btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.05rem}.btn-group .btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.05rem}.btn-group .btn:focus,.btn-group .btn:hover,.btn-group .btn:active,.btn-group .btn.active{z-index:1}.btn-group.btn-group-block{display:flex}.btn-group.btn-group-block .btn{flex:1 0 0}.form-group:not(:last-child){margin-bottom:.4rem}fieldset{margin-bottom:.8rem}legend{font-size:.9rem;font-weight:500;margin-bottom:.8rem}.form-label{display:block;line-height:1.5rem;padding:.15rem 0}.form-label.label-sm{font-size:.7rem;padding:.05rem 0}.form-label.label-lg{font-size:.9rem;padding:.25rem 0}.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;background-image:none;border:.05rem solid #bcc3ce;border-radius:.1rem;color:#3b4351;display:block;font-size:1rem;height:1.8rem;line-height:1.5rem;max-width:100%;outline:none;padding:.1rem .4rem;position:relative;transition:background .2s,border .2s,box-shadow .2s,color .2s;width:100%}.form-input:focus{box-shadow:0 0 0 .1rem #74625033;border-color:#746250}.form-input::placeholder{color:#bcc3ce}.form-input.input-sm{font-size:.7rem;height:1.5rem;padding:0 .3rem}.form-input.input-lg{font-size:.9rem;height:2rem;padding:.2rem .6rem}.form-input.input-inline{display:inline-block;vertical-align:middle;width:auto}.form-input[type=file],textarea.form-input,textarea.form-input.input-lg,textarea.form-input.input-sm{height:auto}.form-input-hint{color:#bcc3ce;font-size:.7rem;margin-top:.2rem}.has-success .form-input-hint,.is-success+.form-input-hint{color:#32b643}.has-error .form-input-hint,.is-error+.form-input-hint{color:#5c4e63}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.05rem solid #bcc3ce;border-radius:.1rem;color:inherit;font-size:1rem;height:1.8rem;line-height:1.5rem;outline:none;padding:.1rem .4rem;vertical-align:middle;width:100%;background:#fff}.form-select:focus{box-shadow:0 0 0 .1rem #74625033;border-color:#746250}.form-select::-ms-expand{display:none}.form-select.select-sm{font-size:.7rem;height:1.5rem;padding:0 1.1rem 0 .3rem}.form-select.select-lg{font-size:.9rem;height:2rem;padding:.2rem 1.4rem .2rem .6rem}.form-select[size],.form-select[multiple]{height:auto;padding:.1rem .4rem}.form-select[size] option,.form-select[multiple] option{padding:.1rem .2rem}.form-select:not([multiple]):not([size]){background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem;padding-right:1.2rem}.has-icon-left,.has-icon-right{position:relative}.has-icon-left .form-icon,.has-icon-right .form-icon{height:.8rem;margin:0 .1rem;position:absolute;top:50%;transform:translateY(-50%);width:.8rem;z-index:2}.has-icon-left .form-icon{left:.05rem}.has-icon-left .form-input{padding-left:1rem}.has-icon-right .form-icon{right:.05rem}.has-icon-right .form-input{padding-right:1rem}.form-checkbox,.form-radio,.form-switch{display:block;line-height:1.5rem;margin:.15rem 0;min-height:1.5rem;padding:0rem .4rem 0rem 1.2rem;position:relative}.form-checkbox input,.form-radio input,.form-switch input{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.form-checkbox input:focus+.form-icon,.form-radio input:focus+.form-icon,.form-switch input:focus+.form-icon{box-shadow:0 0 0 .1rem #74625033;border-color:#746250}.form-checkbox input:checked+.form-icon,.form-radio input:checked+.form-icon,.form-switch input:checked+.form-icon{background:#746250;border-color:#746250}.form-checkbox .form-icon,.form-radio .form-icon,.form-switch .form-icon{border:.05rem solid #bcc3ce;cursor:pointer;display:inline-block;position:absolute;transition:background .2s,border .2s,box-shadow .2s,color .2s}.form-checkbox.input-sm,.form-radio.input-sm,.form-switch.input-sm{font-size:.7rem;margin:0}.form-checkbox.input-lg,.form-radio.input-lg,.form-switch.input-lg{font-size:.9rem;margin:.25rem 0}.form-checkbox .form-icon,.form-radio .form-icon{background:#fff;height:.8rem;left:0;top:.35rem;width:.8rem}.form-checkbox input:active+.form-icon,.form-radio input:active+.form-icon{background:#eef0f3}.form-checkbox .form-icon{border-radius:.1rem}.form-checkbox input:checked+.form-icon:before{background-clip:padding-box;border:.1rem solid #fff;border-left-width:0;border-top-width:0;content:"";height:9px;left:50%;margin-left:-3px;margin-top:-6px;position:absolute;top:50%;transform:rotate(45deg);width:6px}.form-checkbox input:indeterminate+.form-icon{background:#746250;border-color:#746250}.form-checkbox input:indeterminate+.form-icon:before{background:#fff;content:"";height:2px;left:50%;margin-left:-5px;margin-top:-1px;position:absolute;top:50%;width:10px}.form-radio .form-icon{border-radius:50%}.form-radio input:checked+.form-icon:before{background:#fff;border-radius:50%;content:"";height:6px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:6px}.form-switch{padding-left:2rem}.form-switch .form-icon{background:#bcc3ce;background-clip:padding-box;border-radius:.45rem;height:.9rem;left:0;top:.3rem;width:1.6rem}.form-switch .form-icon:before{background:#fff;border-radius:50%;content:"";display:block;height:.8rem;left:0;position:absolute;top:0;transition:background .2s,border .2s,box-shadow .2s,color .2s,left .2s;width:.8rem}.form-switch input:checked+.form-icon:before{left:14px}.form-switch input:active+.form-icon:before{background:#f7f8f9}.input-group{display:flex}.input-group .input-group-addon{background:#f7f8f9;border:.05rem solid #bcc3ce;border-radius:.1rem;line-height:1.5rem;padding:.1rem .4rem;white-space:nowrap}.input-group .input-group-addon.addon-sm{font-size:.7rem;padding:0 .3rem}.input-group .input-group-addon.addon-lg{font-size:.9rem;padding:.2rem .6rem}.input-group .form-input,.input-group .form-select{flex:1 1 auto;width:1%}.input-group .input-group-btn{z-index:1}.input-group .form-input:first-child:not(:last-child),.input-group .form-select:first-child:not(:last-child),.input-group .input-group-addon:first-child:not(:last-child),.input-group .input-group-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group .form-input:not(:first-child):not(:last-child),.input-group .form-select:not(:first-child):not(:last-child),.input-group .input-group-addon:not(:first-child):not(:last-child),.input-group .input-group-btn:not(:first-child):not(:last-child){border-radius:0;margin-left:-.05rem}.input-group .form-input:last-child:not(:first-child),.input-group .form-select:last-child:not(:first-child),.input-group .input-group-addon:last-child:not(:first-child),.input-group .input-group-btn:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-.05rem}.input-group .form-input:focus,.input-group .form-select:focus,.input-group .input-group-addon:focus,.input-group .input-group-btn:focus{z-index:2}.input-group .form-select{width:auto}.input-group.input-inline{display:inline-flex}.has-success .form-input,.form-input.is-success,.has-success .form-select,.form-select.is-success{background:#f9fdfa;border-color:#32b643}.has-success .form-input:focus,.form-input.is-success:focus,.has-success .form-select:focus,.form-select.is-success:focus{box-shadow:0 0 0 .1rem #32b64333}.has-error .form-input,.form-input.is-error,.has-error .form-select,.form-select.is-error{background:#e1dce3;border-color:#5c4e63}.has-error .form-input:focus,.form-input.is-error:focus,.has-error .form-select:focus,.form-select.is-error:focus{box-shadow:0 0 0 .1rem #5c4e6333}.has-error .form-checkbox .form-icon,.form-checkbox.is-error .form-icon,.has-error .form-radio .form-icon,.form-radio.is-error .form-icon,.has-error .form-switch .form-icon,.form-switch.is-error .form-icon{border-color:#5c4e63}.has-error .form-checkbox input:checked+.form-icon,.form-checkbox.is-error input:checked+.form-icon,.has-error .form-radio input:checked+.form-icon,.form-radio.is-error input:checked+.form-icon,.has-error .form-switch input:checked+.form-icon,.form-switch.is-error input:checked+.form-icon{background:#5c4e63;border-color:#5c4e63}.has-error .form-checkbox input:focus+.form-icon,.form-checkbox.is-error input:focus+.form-icon,.has-error .form-radio input:focus+.form-icon,.form-radio.is-error input:focus+.form-icon,.has-error .form-switch input:focus+.form-icon,.form-switch.is-error input:focus+.form-icon{box-shadow:0 0 0 .1rem #5c4e6333;border-color:#5c4e63}.has-error .form-checkbox input:indeterminate+.form-icon,.form-checkbox.is-error input:indeterminate+.form-icon{background:#5c4e63;border-color:#5c4e63}.form-input:not(:placeholder-shown):invalid{border-color:#5c4e63}.form-input:not(:placeholder-shown):invalid:focus{box-shadow:0 0 0 .1rem #5c4e6333;background:#e1dce3}.form-input:not(:placeholder-shown):invalid+.form-input-hint{color:#5c4e63}.form-input:disabled,.form-input.disabled,.form-select:disabled,.form-select.disabled{background-color:#eef0f3;cursor:not-allowed;opacity:.5}.form-input[readonly]{background-color:#f7f8f9}input:disabled+.form-icon,input.disabled+.form-icon{background:#eef0f3;cursor:not-allowed;opacity:.5}.form-switch input:disabled+.form-icon:before,.form-switch input.disabled+.form-icon:before{background:#fff}.form-horizontal{padding:.4rem 0}.form-horizontal .form-group{display:flex;flex-wrap:wrap}.form-inline{display:inline-block}.label{border-radius:.1rem;line-height:1.25;padding:.1rem .2rem;background:#eef0f3;color:#455060;display:inline-block}.label.label-rounded{border-radius:5rem;padding-left:.4rem;padding-right:.4rem}.label.label-primary{background:#746250;color:#fff}.label.label-secondary{background:#cdc2b6;color:#746250}.label.label-success{background:#32b643;color:#fff}.label.label-warning{background:#ffb700;color:#fff}.label.label-error{background:#5c4e63;color:#fff}code{border-radius:.1rem;line-height:1.25;padding:.1rem .2rem;background:#fcf2f2;color:#d73e48;font-size:85%}.code{border-radius:.1rem;color:#3b4351;position:relative}.code:before{color:#bcc3ce;content:attr(data-lang);font-size:.7rem;position:absolute;right:.4rem;top:.1rem}.code code{background:#f7f8f9;color:inherit;display:block;line-height:1.5;overflow-x:auto;padding:1rem;width:100%}.img-responsive{display:block;height:auto;max-width:100%}.img-fit-cover{object-fit:cover}.img-fit-contain{object-fit:contain}.video-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.video-responsive:before{content:"";display:block;padding-bottom:56.25%}.video-responsive iframe,.video-responsive object,.video-responsive embed{border:0;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}video.video-responsive{height:auto;max-width:100%}video.video-responsive:before{content:none}.video-responsive-4-3:before{padding-bottom:75%}.video-responsive-1-1:before{padding-bottom:100%}.figure{margin:0 0 .4rem}.figure .figure-caption{color:#66758c;margin-top:.4rem}.container{margin-left:auto;margin-right:auto;padding-left:.4rem;padding-right:.4rem;width:100%}.container.grid-xl{max-width:1296px}.container.grid-lg{max-width:976px}.container.grid-md{max-width:856px}.container.grid-sm{max-width:616px}.container.grid-xs{max-width:496px}.show-xs,.show-sm,.show-md,.show-lg,.show-xl{display:none!important}.cols,.columns{display:flex;flex-wrap:wrap;margin-left:-.4rem;margin-right:-.4rem}.cols.col-gapless,.columns.col-gapless{margin-left:0;margin-right:0}.cols.col-gapless>.column,.columns.col-gapless>.column{padding-left:0;padding-right:0}.cols.col-oneline,.columns.col-oneline{flex-wrap:nowrap;overflow-x:auto}[class~=col-],.column{flex:1;max-width:100%;padding-left:.4rem;padding-right:.4rem}[class~=col-].col-12,[class~=col-].col-11,[class~=col-].col-10,[class~=col-].col-9,[class~=col-].col-8,[class~=col-].col-7,[class~=col-].col-6,[class~=col-].col-5,[class~=col-].col-4,[class~=col-].col-3,[class~=col-].col-2,[class~=col-].col-1,[class~=col-].col-auto,.column.col-12,.column.col-11,.column.col-10,.column.col-9,.column.col-8,.column.col-7,.column.col-6,.column.col-5,.column.col-4,.column.col-3,.column.col-2,.column.col-1,.column.col-auto{flex:none}.col-12{width:100%}.col-11{width:91.66666667%}.col-10{width:83.33333333%}.col-9{width:75%}.col-8{width:66.66666667%}.col-7{width:58.33333333%}.col-6{width:50%}.col-5{width:41.66666667%}.col-4{width:33.33333333%}.col-3{width:25%}.col-2{width:16.66666667%}.col-1{width:8.33333333%}.col-auto{flex:0 0 auto;max-width:none;width:auto}.col-mx-auto{margin-left:auto;margin-right:auto}.col-ml-auto{margin-left:auto}.col-mr-auto{margin-right:auto}@media (max-width: 1280px){.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-xl-auto{flex:none}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-auto{width:auto}.hide-xl{display:none!important}.show-xl{display:block!important}}@media (max-width: 960px){.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-lg-auto{flex:none}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-auto{width:auto}.hide-lg{display:none!important}.show-lg{display:block!important}}@media (max-width: 840px){.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-md-auto{flex:none}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-auto{width:auto}.hide-md{display:none!important}.show-md{display:block!important}}@media (max-width: 600px){.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-sm-auto{flex:none}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-auto{width:auto}.hide-sm{display:none!important}.show-sm{display:block!important}}@media (max-width: 480px){.col-xs-12,.col-xs-11,.col-xs-10,.col-xs-9,.col-xs-8,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1,.col-xs-auto{flex:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-auto{width:auto}.hide-xs{display:none!important}.show-xs{display:block!important}}.hero{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:4rem;padding-top:4rem}.hero.hero-sm{padding-bottom:2rem;padding-top:2rem}.hero.hero-lg{padding-bottom:8rem;padding-top:8rem}.hero .hero-body{padding:.4rem}.navbar{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar .navbar-section{align-items:center;display:flex;flex:1 0 0}.navbar .navbar-section:not(:first-child):last-child{justify-content:flex-end}.navbar .navbar-center{align-items:center;display:flex;flex:0 0 auto}.navbar .navbar-brand{font-size:.9rem;text-decoration:none}.accordion input:checked~.accordion-header>.icon:first-child,.accordion .btn-std:not(.btn-icon) input:checked~.accordion-header>svg:first-child,.btn-std:not(.btn-icon) .accordion input:checked~.accordion-header>svg:first-child,.accordion[open] .accordion-header>.icon:first-child,.accordion[open] .btn-std:not(.btn-icon) .accordion-header>svg:first-child,.btn-std:not(.btn-icon) .accordion[open] .accordion-header>svg:first-child{transform:rotate(90deg)}.accordion input:checked~.accordion-body,.accordion[open] .accordion-body{max-height:50rem}.accordion .accordion-header{display:block;padding:.2rem .4rem}.accordion .accordion-header .icon,.accordion .accordion-header .btn-std:not(.btn-icon) svg,.btn-std:not(.btn-icon) .accordion .accordion-header svg{transition:transform .25s}.accordion .accordion-body{margin-bottom:.4rem;max-height:0;overflow:hidden;transition:max-height .25s}summary.accordion-header::-webkit-details-marker{display:none}.avatar{font-size:.8rem;height:1.6rem;width:1.6rem;background:#746250;border-radius:50%;color:#ffffffd9;display:inline-block;font-weight:300;line-height:1.25;margin:0;position:relative;vertical-align:middle}.avatar.avatar-xs{font-size:.4rem;height:.8rem;width:.8rem}.avatar.avatar-sm{font-size:.6rem;height:1.2rem;width:1.2rem}.avatar.avatar-lg{font-size:1.2rem;height:2.4rem;width:2.4rem}.avatar.avatar-xl{font-size:1.6rem;height:3.2rem;width:3.2rem}.avatar img{border-radius:50%;height:100%;position:relative;width:100%;z-index:1}.avatar .avatar-icon,.avatar .avatar-presence{background:#fff;bottom:14.64%;height:50%;padding:.1rem;position:absolute;right:14.64%;transform:translate(50%,50%);width:50%;z-index:2}.avatar .avatar-presence{background:#bcc3ce;box-shadow:0 0 0 .1rem #fff;border-radius:50%;height:.5em;width:.5em}.avatar .avatar-presence.online{background:#32b643}.avatar .avatar-presence.busy{background:#5c4e63}.avatar .avatar-presence.away{background:#ffb700}.avatar[data-initial]:before{color:currentColor;content:attr(data-initial);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.badge{position:relative;white-space:nowrap}.badge[data-badge]:after,.badge:not([data-badge]):after{background:#746250;background-clip:padding-box;border-radius:.5rem;box-shadow:0 0 0 .1rem #fff;color:#fff;content:attr(data-badge);display:inline-block;transform:translate(-.05rem,-.5rem)}.badge[data-badge]:after{font-size:.7rem;height:.9rem;line-height:1;min-width:.9rem;padding:.1rem .2rem;text-align:center;white-space:nowrap}.badge:not([data-badge]):after,.badge[data-badge=""]:after{height:6px;min-width:6px;padding:0;width:6px}.badge.btn:after{position:absolute;top:0;right:0;transform:translate(50%,-50%)}.badge.avatar:after{position:absolute;top:14.64%;right:14.64%;transform:translate(50%,-50%);z-index:100}.breadcrumb{list-style:none;margin:.2rem 0;padding:.2rem 0}.breadcrumb .breadcrumb-item{color:#66758c;display:inline-block;margin:0;padding:.2rem 0}.breadcrumb .breadcrumb-item:not(:last-child){margin-right:.2rem}.breadcrumb .breadcrumb-item:not(:last-child) a{color:#66758c}.breadcrumb .breadcrumb-item:not(:first-child):before{color:#66758c;content:"/";padding-right:.4rem}.bar{background:#eef0f3;border-radius:.1rem;display:flex;flex-wrap:nowrap;height:.8rem;width:100%}.bar.bar-sm{height:.2rem}.bar .bar-item{background:#746250;color:#fff;display:block;font-size:.7rem;flex-shrink:0;line-height:.8rem;height:100%;position:relative;text-align:center;width:0}.bar .bar-item:first-child{border-bottom-left-radius:.1rem;border-top-left-radius:.1rem}.bar .bar-item:last-child{border-bottom-right-radius:.1rem;border-top-right-radius:.1rem;flex-shrink:1}.bar-slider{height:.1rem;margin:.4rem 0;position:relative}.bar-slider .bar-item{left:0;padding:0;position:absolute}.bar-slider .bar-item:not(:last-child):first-child{background:#eef0f3;z-index:1}.bar-slider .bar-slider-btn{background:#746250;border:0;border-radius:50%;height:.6rem;padding:0;position:absolute;right:0;top:50%;transform:translate(50%,-50%);width:.6rem}.bar-slider .bar-slider-btn:active{box-shadow:0 0 0 .1rem #746250}.card{background:#fff;border:.05rem solid #dadee4;border-radius:.1rem;display:flex;flex-direction:column}.card .card-header,.card .card-body,.card .card-footer{padding:.8rem;padding-bottom:0}.card .card-header:last-child,.card .card-body:last-child,.card .card-footer:last-child{padding-bottom:.8rem}.card .card-body{flex:1 1 auto}.card .card-image{padding-top:.8rem}.card .card-image:first-child{padding-top:0}.card .card-image:first-child img{border-top-left-radius:.1rem;border-top-right-radius:.1rem}.card .card-image:last-child img{border-bottom-left-radius:.1rem;border-bottom-right-radius:.1rem}.chip{align-items:center;background:#eef0f3;border-radius:5rem;display:inline-flex;font-size:90%;height:1.2rem;line-height:.8rem;margin:.1rem;max-width:320px;overflow:hidden;padding:.2rem .4rem;text-decoration:none;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.chip.active{background:#746250;color:#fff}.chip .avatar{margin-left:-.4rem;margin-right:.2rem}.chip .btn-clear{border-radius:50%;transform:scale(.75)}.dropdown{display:inline-block;position:relative}.dropdown .menu{animation:slide-down .15s ease 1;display:none;left:0;max-height:50vh;overflow-y:auto;position:absolute;top:100%}.dropdown.dropdown-right .menu{left:auto;right:0}.dropdown.active .menu,.dropdown .dropdown-toggle:focus+.menu,.dropdown .menu:hover{display:block}.dropdown .btn-group .dropdown-toggle:nth-last-child(2){border-bottom-right-radius:.1rem;border-top-right-radius:.1rem}.empty{background:#f7f8f9;border-radius:.1rem;color:#66758c;text-align:center;padding:3.2rem 1.6rem}.empty .empty-icon{margin-bottom:.8rem}.empty .empty-title,.empty .empty-subtitle{margin:.4rem auto}.empty .empty-action{margin-top:.8rem}.menu{box-shadow:0 .05rem .2rem #3037424d;background:#fff;border-radius:.1rem;list-style:none;margin:0;min-width:180px;padding:.4rem;transform:translateY(.2rem);z-index:300}.menu.menu-nav{background:transparent;box-shadow:none}.menu .menu-item{margin-top:0;padding:0 .4rem;position:relative;text-decoration:none}.menu .menu-item>a{border-radius:.1rem;color:inherit;display:block;margin:0 -.4rem;padding:.2rem .4rem;text-decoration:none}.menu .menu-item>a:focus,.menu .menu-item>a:hover{background:#cdc2b6;color:#746250}.menu .menu-item>a:active,.menu .menu-item>a.active{background:#cdc2b6;color:#746250}.menu .menu-item .form-checkbox,.menu .menu-item .form-radio,.menu .menu-item .form-switch{margin:.1rem 0}.menu .menu-item+.menu-item{margin-top:.2rem}.menu .menu-badge{align-items:center;display:flex;height:100%;position:absolute;right:0;top:0}.menu .menu-badge .label{margin-right:.4rem}.modal{align-items:center;bottom:0;display:none;justify-content:center;left:0;opacity:0;overflow:hidden;padding:.4rem;position:fixed;right:0;top:0}.modal:target,.modal.active{display:flex;opacity:1;z-index:400}.modal:target .modal-overlay,.modal.active .modal-overlay{background:#f7f8f9bf;bottom:0;cursor:default;display:block;left:0;position:absolute;right:0;top:0}.modal:target .modal-container,.modal.active .modal-container{animation:slide-down .2s ease 1;z-index:1}.modal.modal-sm .modal-container{max-width:320px;padding:0 .4rem}.modal.modal-lg .modal-overlay{background:#fff}.modal.modal-lg .modal-container{box-shadow:none;max-width:960px}.modal-container{box-shadow:0 .2rem .5rem #3037424d;background:#fff;border-radius:.1rem;display:flex;flex-direction:column;max-height:75vh;max-width:640px;padding:0 .8rem;width:100%}.modal-container.modal-fullheight{max-height:100vh}.modal-container .modal-header{color:#303742;padding:.8rem}.modal-container .modal-body{overflow-y:auto;padding:.8rem;position:relative}.modal-container .modal-footer{padding:.8rem;text-align:right}.nav{display:flex;flex-direction:column;list-style:none;margin:.2rem 0}.nav .nav-item a{color:#66758c;padding:.2rem .4rem;text-decoration:none}.nav .nav-item a:focus,.nav .nav-item a:hover{color:#746250}.nav .nav-item.active>a{color:#505c6e;font-weight:700}.nav .nav-item.active>a:focus,.nav .nav-item.active>a:hover{color:#746250}.nav .nav{margin-bottom:.4rem;margin-left:.8rem}.pagination{display:flex;list-style:none;margin:.2rem 0;padding:.2rem 0}.pagination .page-item{margin:.2rem .05rem}.pagination .page-item span{display:inline-block;padding:.2rem}.pagination .page-item a{border-radius:.1rem;display:inline-block;padding:.2rem .4rem;text-decoration:none}.pagination .page-item a:focus,.pagination .page-item a:hover{color:#746250}.pagination .page-item.disabled a{cursor:default;opacity:.5;pointer-events:none}.pagination .page-item.active a{background:#746250;color:#fff}.pagination .page-item.page-prev,.pagination .page-item.page-next{flex:1 0 50%}.pagination .page-item.page-next{text-align:right}.pagination .page-item .page-item-title{margin:0}.pagination .page-item .page-item-subtitle{margin:0;opacity:.5}.panel{border:.05rem solid #dadee4;border-radius:.1rem;display:flex;flex-direction:column}.panel .panel-header,.panel .panel-footer{flex:0 0 auto;padding:.8rem}.panel .panel-nav{flex:0 0 auto}.panel .panel-body{flex:1 1 auto;overflow-y:auto;padding:0 .8rem}.popover{display:inline-block;position:relative}.popover .popover-container{left:50%;opacity:0;padding:.4rem;position:absolute;top:0;transform:translate(-50%,-50%) scale(0);transition:transform .2s;width:320px;z-index:300}.popover *:focus+.popover-container,.popover:hover .popover-container{display:block;opacity:1;transform:translate(-50%,-100%) scale(1)}.popover.popover-right .popover-container{left:100%;top:50%}.popover.popover-right *:focus+.popover-container,.popover.popover-right:hover .popover-container{transform:translateY(-50%) scale(1)}.popover.popover-bottom .popover-container{left:50%;top:100%}.popover.popover-bottom *:focus+.popover-container,.popover.popover-bottom:hover .popover-container{transform:translate(-50%) scale(1)}.popover.popover-left .popover-container{left:0;top:50%}.popover.popover-left *:focus+.popover-container,.popover.popover-left:hover .popover-container{transform:translate(-100%,-50%) scale(1)}.popover .card{box-shadow:0 .2rem .5rem #3037424d;border:0}.step{display:flex;flex-wrap:nowrap;list-style:none;margin:.2rem 0;width:100%}.step .step-item{flex:1 1 0;margin-top:0;min-height:1rem;text-align:center;position:relative}.step .step-item:not(:first-child):before{background:#746250;content:"";height:2px;left:-50%;position:absolute;top:9px;width:100%}.step .step-item a{color:#746250;display:inline-block;padding:20px 10px 0;text-decoration:none}.step .step-item a:before{background:#746250;border:.1rem solid #fff;border-radius:50%;content:"";display:block;height:.6rem;left:50%;position:absolute;top:.2rem;transform:translate(-50%);width:.6rem;z-index:1}.step .step-item.active a:before{background:#fff;border:.1rem solid #746250}.step .step-item.active~.step-item:before{background:#dadee4}.step .step-item.active~.step-item a{color:#bcc3ce}.step .step-item.active~.step-item a:before{background:#dadee4}.tab{align-items:center;border-bottom:.05rem solid #dadee4;display:flex;flex-wrap:wrap;list-style:none;margin:.2rem 0 .15rem}.tab .tab-item{margin-top:0}.tab .tab-item a{border-bottom:.1rem solid transparent;color:inherit;display:block;margin:0 .4rem 0 0;padding:.4rem .2rem .3rem;text-decoration:none}.tab .tab-item a:focus,.tab .tab-item a:hover{color:#746250}.tab .tab-item.active a,.tab .tab-item a.active{border-bottom-color:#746250;color:#746250}.tab .tab-item.tab-action{flex:1 0 auto;text-align:right}.tab .tab-item .btn-clear{margin-top:-.2rem}.tab.tab-block .tab-item{flex:1 0 0;text-align:center}.tab.tab-block .tab-item a{margin:0}.tab.tab-block .tab-item .badge[data-badge]:after{position:absolute;right:.1rem;top:.1rem;transform:translate(0)}.tab:not(.tab-block) .badge{padding-right:0}.tile{align-content:space-between;align-items:flex-start;display:flex}.tile .tile-icon,.tile .tile-action{flex:0 0 auto}.tile .tile-content{flex:1 1 auto}.tile .tile-content:not(:first-child){padding-left:.4rem}.tile .tile-content:not(:last-child){padding-right:.4rem}.tile .tile-title,.tile .tile-subtitle{line-height:1.5rem}.tile.tile-centered{align-items:center}.tile.tile-centered .tile-content{overflow:hidden}.tile.tile-centered .tile-title,.tile.tile-centered .tile-subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:0}.toast{background:#303742f2;border-color:#303742;border:.05rem solid #303742;border-radius:.1rem;color:#fff;display:block;padding:.4rem;width:100%}.toast.toast-primary{background:#746250f2;border-color:#746250}.toast.toast-success{background:#32b643f2;border-color:#32b643}.toast.toast-warning{background:#ffb700f2;border-color:#ffb700}.toast.toast-error{background:#5c4e63f2;border-color:#5c4e63}.toast a{color:#fff;text-decoration:underline}.toast a:focus,.toast a:hover,.toast a:active,.toast a.active{opacity:.75}.toast .btn-clear{margin:.1rem}.toast p:last-child{margin-bottom:0}.tooltip{position:relative}.tooltip:after{background:#303742f2;border-radius:.1rem;bottom:100%;color:#fff;content:attr(data-tooltip);display:block;font-size:.7rem;left:50%;max-width:320px;opacity:0;overflow:hidden;padding:.2rem .4rem;pointer-events:none;position:absolute;text-overflow:ellipsis;transform:translate(-50%,.4rem);transition:opacity .2s,transform .2s;white-space:pre;z-index:300}.tooltip:focus:after,.tooltip:hover:after{opacity:1;transform:translate(-50%,-.2rem)}.tooltip[disabled],.tooltip.disabled{pointer-events:auto}.tooltip.tooltip-right:after{bottom:50%;left:100%;transform:translate(-.2rem,50%)}.tooltip.tooltip-right:focus:after,.tooltip.tooltip-right:hover:after{transform:translate(.2rem,50%)}.tooltip.tooltip-bottom:after{bottom:auto;top:100%;transform:translate(-50%,-.4rem)}.tooltip.tooltip-bottom:focus:after,.tooltip.tooltip-bottom:hover:after{transform:translate(-50%,.2rem)}.tooltip.tooltip-left:after{bottom:50%;left:auto;right:100%;transform:translate(.4rem,50%)}.tooltip.tooltip-left:focus:after,.tooltip.tooltip-left:hover:after{transform:translate(-.2rem,50%)}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-1.6rem)}to{opacity:1;transform:translateY(0)}}.text-primary{color:#746250!important}a.text-primary:focus,a.text-primary:hover{color:#655546}a.text-primary:visited{color:#836f5a}.text-secondary{color:#c7baad!important}a.text-secondary:focus,a.text-secondary:hover{color:#bcad9e}a.text-secondary:visited{color:#d1c7bc}.text-gray{color:#bcc3ce!important}a.text-gray:focus,a.text-gray:hover{color:#adb6c4}a.text-gray:visited{color:#cbd0d9}.text-light{color:#fff!important}a.text-light:focus,a.text-light:hover{color:#f2f2f2}a.text-light:visited{color:#fff}.text-dark{color:#3b4351!important}a.text-dark:focus,a.text-dark:hover{color:#303742}a.text-dark:visited{color:#455060}.text-success{color:#32b643!important}a.text-success:focus,a.text-success:hover{color:#2da23c}a.text-success:visited{color:#39c94b}.text-warning{color:#ffb700!important}a.text-warning:focus,a.text-warning:hover{color:#e6a500}a.text-warning:visited{color:#ffbe1a}.text-error{color:#5c4e63!important}a.text-error:focus,a.text-error:hover{color:#4f4355}a.text-error:visited{color:#695971}.bg-primary{background:#746250!important;color:#fff}.bg-secondary{background:#cdc2b6!important}.bg-dark{background:#303742!important;color:#fff}.bg-gray{background:#f7f8f9!important}.bg-success{background:#32b643!important;color:#fff}.bg-warning{background:#ffb700!important;color:#fff}.bg-error{background:#5c4e63!important;color:#fff}.c-hand{cursor:pointer}.c-move{cursor:move}.c-zoom-in{cursor:zoom-in}.c-zoom-out{cursor:zoom-out}.c-not-allowed{cursor:not-allowed}.c-auto{cursor:auto}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-none,.d-hide{display:none!important}.d-visible{visibility:visible}.d-invisible{visibility:hidden}.text-hide{background:transparent;border:0;color:transparent;font-size:0;line-height:0;text-shadow:none}.text-assistive{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.divider,.divider-vert{display:block;position:relative}.divider[data-content]:after,.divider-vert[data-content]:after{background:#fff;color:#bcc3ce;content:attr(data-content);display:inline-block;font-size:.7rem;padding:0 .4rem;transform:translateY(-.65rem)}.divider{border-top:.05rem solid #f1f3f5;height:.05rem;margin:.4rem 0}.divider[data-content]{margin:.8rem 0}.divider-vert{display:block;padding:.8rem}.divider-vert:before{border-left:.05rem solid #dadee4;bottom:.4rem;content:"";display:block;left:50%;position:absolute;top:.4rem;transform:translate(-50%)}.divider-vert[data-content]:after{left:50%;padding:.2rem 0;position:absolute;top:50%;transform:translate(-50%,-50%)}.loading{color:transparent!important;min-height:.8rem;pointer-events:none;position:relative}.loading:after{animation:loading .5s infinite linear;background:transparent;border:.1rem solid #746250;border-radius:50%;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:.8rem;left:50%;margin-left:-.4rem;margin-top:-.4rem;opacity:1;padding:0;position:absolute;top:50%;width:.8rem;z-index:1}.loading.loading-lg{min-height:2rem}.loading.loading-lg:after{height:1.6rem;margin-left:-.8rem;margin-top:-.8rem;width:1.6rem}.clearfix:after{clear:both;content:"";display:table}.float-left{float:left!important}.float-right{float:right!important}.p-relative{position:relative!important}.p-absolute{position:absolute!important}.p-fixed{position:fixed!important}.p-sticky{position:-webkit-sticky!important;position:sticky!important}.p-centered{display:block;float:none;margin-left:auto;margin-right:auto}.flex-centered{align-items:center;display:flex;justify-content:center}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.m-1{margin:.2rem!important}.mb-1,.btn-std:not(.btn-icon) svg{margin-bottom:.2rem!important}.ml-1{margin-left:.2rem!important}.mr-1{margin-right:.2rem!important}.mt-1{margin-top:.2rem!important}.mx-1{margin-left:.2rem!important;margin-right:.2rem!important}.my-1{margin-bottom:.2rem!important;margin-top:.2rem!important}.m-2{margin:.4rem!important}.mb-2{margin-bottom:.4rem!important}.ml-2{margin-left:.4rem!important}.mr-2{margin-right:.4rem!important}.mt-2{margin-top:.4rem!important}.mx-2{margin-left:.4rem!important;margin-right:.4rem!important}.my-2{margin-bottom:.4rem!important;margin-top:.4rem!important}.p-0{padding:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.p-1{padding:.2rem!important}.pb-1{padding-bottom:.2rem!important}.pl-1{padding-left:.2rem!important}.pr-1{padding-right:.2rem!important}.pt-1{padding-top:.2rem!important}.px-1{padding-left:.2rem!important;padding-right:.2rem!important}.py-1{padding-bottom:.2rem!important;padding-top:.2rem!important}.p-2{padding:.4rem!important}.pb-2{padding-bottom:.4rem!important}.pl-2{padding-left:.4rem!important}.pr-2{padding-right:.4rem!important}.pt-2{padding-top:.4rem!important}.px-2{padding-left:.4rem!important;padding-right:.4rem!important}.py-2{padding-bottom:.4rem!important;padding-top:.4rem!important}.s-rounded{border-radius:.1rem}.s-circle{border-radius:50%}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-normal{font-weight:400}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-large{font-size:1.2em}.text-small{font-size:.9em}.text-tiny{font-size:.8em}.text-muted{opacity:.8}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clip{overflow:hidden;text-overflow:clip;white-space:nowrap}.text-break{-webkit-hyphens:auto;hyphens:auto;word-break:break-word;word-wrap:break-word}/*! Spectre.css Experimentals v0.5.9 | MIT License | github.com/picturepan2/spectre */.form-autocomplete{position:relative}.form-autocomplete .form-autocomplete-input{align-content:flex-start;display:flex;flex-wrap:wrap;height:auto;min-height:1.6rem;padding:.1rem}.form-autocomplete .form-autocomplete-input.is-focused{box-shadow:0 0 0 .1rem #74625033;border-color:#746250}.form-autocomplete .form-autocomplete-input .form-input{border-color:transparent;box-shadow:none;display:inline-block;flex:1 0 auto;height:1.2rem;line-height:.8rem;margin:.1rem;width:auto}.form-autocomplete .menu{left:0;position:absolute;top:100%;width:100%}.form-autocomplete.autocomplete-oneline .form-autocomplete-input{flex-wrap:nowrap;overflow-x:auto}.form-autocomplete.autocomplete-oneline .chip{flex:1 0 auto}.calendar{border:.05rem solid #dadee4;border-radius:.1rem;display:block;min-width:280px}.calendar .calendar-nav{align-items:center;background:#f7f8f9;border-top-left-radius:.1rem;border-top-right-radius:.1rem;display:flex;font-size:.9rem;padding:.4rem}.calendar .calendar-header,.calendar .calendar-body{display:flex;flex-wrap:wrap;justify-content:center;padding:.4rem 0}.calendar .calendar-header .calendar-date,.calendar .calendar-body .calendar-date{flex:0 0 14.28%;max-width:14.28%}.calendar .calendar-header{background:#f7f8f9;border-bottom:.05rem solid #dadee4;color:#bcc3ce;font-size:.7rem;text-align:center}.calendar .calendar-body{color:#66758c}.calendar .calendar-date{border:0;padding:.2rem}.calendar .calendar-date .date-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:.05rem solid transparent;border-radius:50%;color:#66758c;cursor:pointer;font-size:.7rem;height:1.4rem;line-height:1rem;outline:none;padding:.1rem;position:relative;text-align:center;text-decoration:none;transition:background .2s,border .2s,box-shadow .2s,color .2s;vertical-align:middle;white-space:nowrap;width:1.4rem}.calendar .calendar-date .date-item.date-today{border-color:#c7baad;color:#746250}.calendar .calendar-date .date-item:focus{box-shadow:0 0 0 .1rem #74625033}.calendar .calendar-date .date-item:focus,.calendar .calendar-date .date-item:hover{background:#d3c9bf;border-color:#c7baad;color:#746250;text-decoration:none}.calendar .calendar-date .date-item:active,.calendar .calendar-date .date-item.active{background:#6b5a4a;border-color:#5c4e3f;color:#fff}.calendar .calendar-date .date-item.badge:after{position:absolute;top:3px;right:3px;transform:translate(50%,-50%)}.calendar .calendar-date .date-item:disabled,.calendar .calendar-date .date-item.disabled,.calendar .calendar-date .calendar-event:disabled,.calendar .calendar-date .calendar-event.disabled{cursor:default;opacity:.25;pointer-events:none}.calendar .calendar-date.prev-month .date-item,.calendar .calendar-date.prev-month .calendar-event,.calendar .calendar-date.next-month .date-item,.calendar .calendar-date.next-month .calendar-event{opacity:.25}.calendar .calendar-range{position:relative}.calendar .calendar-range:before{background:#cdc2b6;content:"";height:1.4rem;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.calendar .calendar-range.range-start:before{left:50%}.calendar .calendar-range.range-end:before{right:50%}.calendar .calendar-range.range-start .date-item,.calendar .calendar-range.range-end .date-item{background:#6b5a4a;border-color:#5c4e3f;color:#fff}.calendar .calendar-range .date-item{color:#746250}.calendar.calendar-lg .calendar-body{padding:0}.calendar.calendar-lg .calendar-body .calendar-date{border-bottom:.05rem solid #dadee4;border-right:.05rem solid #dadee4;display:flex;flex-direction:column;height:5.5rem;padding:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n){border-right:0}.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7){border-bottom:0}.calendar.calendar-lg .date-item{align-self:flex-end;height:1.4rem;margin-right:.2rem;margin-top:.2rem}.calendar.calendar-lg .calendar-range:before{top:19px}.calendar.calendar-lg .calendar-range.range-start:before{left:auto;width:19px}.calendar.calendar-lg .calendar-range.range-end:before{right:19px}.calendar.calendar-lg .calendar-events{flex-grow:1;line-height:1;overflow-y:auto;padding:.2rem}.calendar.calendar-lg .calendar-event{border-radius:.1rem;font-size:.7rem;display:block;margin:.1rem auto;overflow:hidden;padding:3px 4px;text-overflow:ellipsis;white-space:nowrap}.carousel .carousel-locator:nth-of-type(8):checked~.carousel-container .carousel-item:nth-of-type(8),.carousel .carousel-locator:nth-of-type(7):checked~.carousel-container .carousel-item:nth-of-type(7),.carousel .carousel-locator:nth-of-type(6):checked~.carousel-container .carousel-item:nth-of-type(6),.carousel .carousel-locator:nth-of-type(5):checked~.carousel-container .carousel-item:nth-of-type(5),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-container .carousel-item:nth-of-type(4),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-container .carousel-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-container .carousel-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(1):checked~.carousel-container .carousel-item:nth-of-type(1){animation:carousel-slidein .75s ease-in-out 1;opacity:1;z-index:100}.carousel .carousel-locator:nth-of-type(8):checked~.carousel-nav .nav-item:nth-of-type(8),.carousel .carousel-locator:nth-of-type(7):checked~.carousel-nav .nav-item:nth-of-type(7),.carousel .carousel-locator:nth-of-type(6):checked~.carousel-nav .nav-item:nth-of-type(6),.carousel .carousel-locator:nth-of-type(5):checked~.carousel-nav .nav-item:nth-of-type(5),.carousel .carousel-locator:nth-of-type(4):checked~.carousel-nav .nav-item:nth-of-type(4),.carousel .carousel-locator:nth-of-type(3):checked~.carousel-nav .nav-item:nth-of-type(3),.carousel .carousel-locator:nth-of-type(2):checked~.carousel-nav .nav-item:nth-of-type(2),.carousel .carousel-locator:nth-of-type(1):checked~.carousel-nav .nav-item:nth-of-type(1){color:#f7f8f9}.carousel{background:#f7f8f9;display:block;overflow:hidden;position:relative;width:100%;-webkit-overflow-scrolling:touch;z-index:1}.carousel .carousel-container{height:100%;left:0;position:relative}.carousel .carousel-container:before{content:"";display:block;padding-bottom:56.25%}.carousel .carousel-container .carousel-item{animation:carousel-slideout 1s ease-in-out 1;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%}.carousel .carousel-container .carousel-item:hover .item-prev,.carousel .carousel-container .carousel-item:hover .item-next{opacity:1}.carousel .carousel-container .item-prev,.carousel .carousel-container .item-next{background:#f7f8f940;border-color:#f7f8f980;color:#f7f8f9;opacity:0;position:absolute;top:50%;transition:all .4s;transform:translateY(-50%);z-index:100}.carousel .carousel-container .item-prev{left:1rem}.carousel .carousel-container .item-next{right:1rem}.carousel .carousel-nav{bottom:.4rem;display:flex;justify-content:center;left:50%;position:absolute;transform:translate(-50%);width:10rem;z-index:100}.carousel .carousel-nav .nav-item{color:#f7f8f980;display:block;flex:1 0 auto;height:1.6rem;margin:.2rem;max-width:2.5rem;position:relative}.carousel .carousel-nav .nav-item:before{background:currentColor;content:"";display:block;height:.1rem;position:absolute;top:.5rem;width:100%}@keyframes carousel-slidein{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes carousel-slideout{0%{opacity:1;transform:translate(0)}to{opacity:1;transform:translate(-50%)}}.comparison-slider{height:50vh;overflow:hidden;position:relative;width:100%;-webkit-overflow-scrolling:touch}.comparison-slider .comparison-before,.comparison-slider .comparison-after{height:100%;left:0;margin:0;overflow:hidden;position:absolute;top:0}.comparison-slider .comparison-before img,.comparison-slider .comparison-after img{height:100%;object-fit:cover;object-position:left center;position:absolute;width:100%}.comparison-slider .comparison-before{width:100%;z-index:1}.comparison-slider .comparison-before .comparison-label{right:.8rem}.comparison-slider .comparison-after{max-width:100%;min-width:0;z-index:2}.comparison-slider .comparison-after:before{background:transparent;content:"";cursor:default;height:100%;left:0;position:absolute;right:.8rem;top:0;z-index:1}.comparison-slider .comparison-after:after{background:currentColor;border-radius:50%;box-shadow:0 -5px,0 5px;color:#fff;content:"";height:3px;pointer-events:none;position:absolute;right:.4rem;top:50%;transform:translate(50%,-50%);width:3px}.comparison-slider .comparison-after .comparison-label{left:.8rem}.comparison-slider .comparison-resizer{animation:first-run 1.5s 1 ease-in-out;cursor:ew-resize;height:.8rem;left:0;max-width:100%;min-width:.8rem;opacity:0;outline:none;position:relative;resize:horizontal;top:50%;transform:translateY(-50%) scaleY(30);width:0}.comparison-slider .comparison-label{background:#30374280;bottom:.8rem;color:#fff;padding:.2rem .4rem;position:absolute;-webkit-user-select:none;user-select:none}@keyframes first-run{0%{width:0}25%{width:2.4rem}50%{width:.8rem}75%{width:1.2rem}to{width:0}}.filter .filter-tag#tag-8:checked~.filter-nav .chip[for=tag-8],.filter .filter-tag#tag-7:checked~.filter-nav .chip[for=tag-7],.filter .filter-tag#tag-6:checked~.filter-nav .chip[for=tag-6],.filter .filter-tag#tag-5:checked~.filter-nav .chip[for=tag-5],.filter .filter-tag#tag-4:checked~.filter-nav .chip[for=tag-4],.filter .filter-tag#tag-3:checked~.filter-nav .chip[for=tag-3],.filter .filter-tag#tag-2:checked~.filter-nav .chip[for=tag-2],.filter .filter-tag#tag-1:checked~.filter-nav .chip[for=tag-1],.filter .filter-tag#tag-0:checked~.filter-nav .chip[for=tag-0]{background:#746250;color:#fff}.filter .filter-tag#tag-8:checked~.filter-body .filter-item:not([data-tag~=tag-8]),.filter .filter-tag#tag-7:checked~.filter-body .filter-item:not([data-tag~=tag-7]),.filter .filter-tag#tag-6:checked~.filter-body .filter-item:not([data-tag~=tag-6]),.filter .filter-tag#tag-5:checked~.filter-body .filter-item:not([data-tag~=tag-5]),.filter .filter-tag#tag-4:checked~.filter-body .filter-item:not([data-tag~=tag-4]),.filter .filter-tag#tag-3:checked~.filter-body .filter-item:not([data-tag~=tag-3]),.filter .filter-tag#tag-2:checked~.filter-body .filter-item:not([data-tag~=tag-2]),.filter .filter-tag#tag-1:checked~.filter-body .filter-item:not([data-tag~=tag-1]){display:none}.filter .filter-nav{margin:.4rem 0}.filter .filter-body{display:flex;flex-wrap:wrap}.meter{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f7f8f9;border:0;border-radius:.1rem;display:block;width:100%;height:.8rem}.meter::-webkit-meter-inner-element{display:block}.meter::-webkit-meter-bar,.meter::-webkit-meter-optimum-value,.meter::-webkit-meter-suboptimum-value,.meter::-webkit-meter-even-less-good-value{border-radius:.1rem}.meter::-webkit-meter-bar{background:#f7f8f9}.meter::-webkit-meter-optimum-value{background:#32b643}.meter::-webkit-meter-suboptimum-value{background:#ffb700}.meter::-webkit-meter-even-less-good-value{background:#5c4e63}.meter::-moz-meter-bar,.meter:-moz-meter-optimum,.meter:-moz-meter-sub-optimum,.meter:-moz-meter-sub-sub-optimum{border-radius:.1rem}.meter:-moz-meter-optimum::-moz-meter-bar{background:#32b643}.meter:-moz-meter-sub-optimum::-moz-meter-bar{background:#ffb700}.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar{background:#5c4e63}.off-canvas{display:flex;flex-flow:nowrap;height:100%;position:relative;width:100%}.off-canvas .off-canvas-toggle{display:block;position:absolute;top:.4rem;transition:none;z-index:1;left:.4rem}.off-canvas .off-canvas-sidebar{background:#f7f8f9;bottom:0;min-width:10rem;overflow-y:auto;position:fixed;top:0;transition:transform .25s;z-index:200;left:0;transform:translate(-100%)}.off-canvas .off-canvas-content{flex:1 1 auto;height:100%;padding:.4rem .4rem .4rem 4rem}.off-canvas .off-canvas-overlay{background:#3037421a;border-color:transparent;border-radius:0;bottom:0;display:none;height:100%;left:0;position:fixed;right:0;top:0;width:100%}.off-canvas .off-canvas-sidebar:target,.off-canvas .off-canvas-sidebar.active{transform:translate(0)}.off-canvas .off-canvas-sidebar:target~.off-canvas-overlay,.off-canvas .off-canvas-sidebar.active~.off-canvas-overlay{display:block;z-index:100}@media (min-width: 960px){.off-canvas.off-canvas-sidebar-show .off-canvas-toggle{display:none}.off-canvas.off-canvas-sidebar-show .off-canvas-sidebar{flex:0 0 auto;position:relative;transform:none}.off-canvas.off-canvas-sidebar-show .off-canvas-overlay{display:none!important}}.parallax{display:block;height:auto;position:relative;width:auto}.parallax .parallax-content{box-shadow:0 1rem 2.1rem #3037424d;height:auto;transform:perspective(1000px);transform-style:preserve-3d;transition:all .4s ease;width:100%}.parallax .parallax-content:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.parallax .parallax-front{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;left:0;position:absolute;text-align:center;text-shadow:0 0 20px rgba(48,55,66,.75);top:0;transform:translateZ(50px) scale(.95);transition:transform .4s;width:100%;z-index:1}.parallax .parallax-top-left{height:50%;outline:none;position:absolute;width:50%;z-index:100;left:0;top:0}.parallax .parallax-top-left:focus~.parallax-content,.parallax .parallax-top-left:hover~.parallax-content{transform:perspective(1000px) rotateX(3deg) rotateY(-3deg)}.parallax .parallax-top-left:focus~.parallax-content:before,.parallax .parallax-top-left:hover~.parallax-content:before{background:linear-gradient(135deg,rgba(255,255,255,.35) 0%,transparent 50%)}.parallax .parallax-top-left:focus~.parallax-content .parallax-front,.parallax .parallax-top-left:hover~.parallax-content .parallax-front{transform:translate3d(4.5px,4.5px,50px) scale(.95)}.parallax .parallax-top-right{height:50%;outline:none;position:absolute;width:50%;z-index:100;right:0;top:0}.parallax .parallax-top-right:focus~.parallax-content,.parallax .parallax-top-right:hover~.parallax-content{transform:perspective(1000px) rotateX(3deg) rotateY(3deg)}.parallax .parallax-top-right:focus~.parallax-content:before,.parallax .parallax-top-right:hover~.parallax-content:before{background:linear-gradient(-135deg,rgba(255,255,255,.35) 0%,transparent 50%)}.parallax .parallax-top-right:focus~.parallax-content .parallax-front,.parallax .parallax-top-right:hover~.parallax-content .parallax-front{transform:translate3d(-4.5px,4.5px,50px) scale(.95)}.parallax .parallax-bottom-left{height:50%;outline:none;position:absolute;width:50%;z-index:100;bottom:0;left:0}.parallax .parallax-bottom-left:focus~.parallax-content,.parallax .parallax-bottom-left:hover~.parallax-content{transform:perspective(1000px) rotateX(-3deg) rotateY(-3deg)}.parallax .parallax-bottom-left:focus~.parallax-content:before,.parallax .parallax-bottom-left:hover~.parallax-content:before{background:linear-gradient(45deg,rgba(255,255,255,.35) 0%,transparent 50%)}.parallax .parallax-bottom-left:focus~.parallax-content .parallax-front,.parallax .parallax-bottom-left:hover~.parallax-content .parallax-front{transform:translate3d(4.5px,-4.5px,50px) scale(.95)}.parallax .parallax-bottom-right{height:50%;outline:none;position:absolute;width:50%;z-index:100;bottom:0;right:0}.parallax .parallax-bottom-right:focus~.parallax-content,.parallax .parallax-bottom-right:hover~.parallax-content{transform:perspective(1000px) rotateX(-3deg) rotateY(3deg)}.parallax .parallax-bottom-right:focus~.parallax-content:before,.parallax .parallax-bottom-right:hover~.parallax-content:before{background:linear-gradient(-45deg,rgba(255,255,255,.35) 0%,transparent 50%)}.parallax .parallax-bottom-right:focus~.parallax-content .parallax-front,.parallax .parallax-bottom-right:hover~.parallax-content .parallax-front{transform:translate3d(-4.5px,-4.5px,50px) scale(.95)}.progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#eef0f3;border:0;border-radius:.1rem;color:#746250;height:.2rem;position:relative;width:100%}.progress::-webkit-progress-bar{background:transparent;border-radius:.1rem}.progress::-webkit-progress-value{background:#746250;border-radius:.1rem}.progress::-moz-progress-bar{background:#746250;border-radius:.1rem}.progress:indeterminate{animation:progress-indeterminate 1.5s linear infinite;background:#eef0f3 linear-gradient(to right,#746250 30%,#eef0f3 30%) top left/150% 150% no-repeat}.progress:indeterminate::-moz-progress-bar{background:transparent}@keyframes progress-indeterminate{0%{background-position:200% 0}to{background-position:-200% 0}}.slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;display:block;width:100%;height:1.2rem}.slider:focus{box-shadow:0 0 0 .1rem #74625033;outline:none}.slider.tooltip:not([data-tooltip]):after{content:attr(value)}.slider::-webkit-slider-thumb{-webkit-appearance:none;background:#746250;border:0;border-radius:50%;height:.6rem;margin-top:-.25rem;-webkit-transition:transform .2s;transition:transform .2s;width:.6rem}.slider::-moz-range-thumb{background:#746250;border:0;border-radius:50%;height:.6rem;-moz-transition:transform .2s;transition:transform .2s;width:.6rem}.slider::-ms-thumb{background:#746250;border:0;border-radius:50%;height:.6rem;-ms-transition:transform .2s;transition:transform .2s;width:.6rem}.slider:active::-webkit-slider-thumb{transform:scale(1.25)}.slider:active::-moz-range-thumb{transform:scale(1.25)}.slider:active::-ms-thumb{transform:scale(1.25)}.slider:disabled::-webkit-slider-thumb,.slider.disabled::-webkit-slider-thumb{background:#f7f8f9;transform:scale(1)}.slider:disabled::-moz-range-thumb,.slider.disabled::-moz-range-thumb{background:#f7f8f9;transform:scale(1)}.slider:disabled::-ms-thumb,.slider.disabled::-ms-thumb{background:#f7f8f9;transform:scale(1)}.slider::-webkit-slider-runnable-track{background:#eef0f3;border-radius:.1rem;height:.1rem;width:100%}.slider::-moz-range-track{background:#eef0f3;border-radius:.1rem;height:.1rem;width:100%}.slider::-ms-track{background:#eef0f3;border-radius:.1rem;height:.1rem;width:100%}.slider::-ms-fill-lower{background:#746250}.timeline .timeline-item{display:flex;margin-bottom:1.2rem;position:relative}.timeline .timeline-item:before{background:#dadee4;content:"";height:100%;left:11px;position:absolute;top:1.2rem;width:2px}.timeline .timeline-item .timeline-left{flex:0 0 auto}.timeline .timeline-item .timeline-content{flex:1 1 auto;padding:2px 0 2px .8rem}.timeline .timeline-item .timeline-icon{align-items:center;border-radius:50%;color:#fff;display:flex;height:1.2rem;justify-content:center;text-align:center;width:1.2rem}.timeline .timeline-item .timeline-icon:before{border:.1rem solid #746250;border-radius:50%;content:"";display:block;height:.4rem;left:.4rem;position:absolute;top:.4rem;width:.4rem}.timeline .timeline-item .timeline-icon.icon-lg{background:#746250;line-height:1.5rem}.timeline .timeline-item .timeline-icon.icon-lg:before{content:none}.viewer-360{align-items:center;display:flex;flex-direction:column}.viewer-360 .viewer-slider[max="36"][value="1"]+.viewer-image{background-position-y:0%}.viewer-360 .viewer-slider[max="36"][value="2"]+.viewer-image{background-position-y:2.8571428571%}.viewer-360 .viewer-slider[max="36"][value="3"]+.viewer-image{background-position-y:5.7142857143%}.viewer-360 .viewer-slider[max="36"][value="4"]+.viewer-image{background-position-y:8.5714285714%}.viewer-360 .viewer-slider[max="36"][value="5"]+.viewer-image{background-position-y:11.4285714286%}.viewer-360 .viewer-slider[max="36"][value="6"]+.viewer-image{background-position-y:14.2857142857%}.viewer-360 .viewer-slider[max="36"][value="7"]+.viewer-image{background-position-y:17.1428571429%}.viewer-360 .viewer-slider[max="36"][value="8"]+.viewer-image{background-position-y:20%}.viewer-360 .viewer-slider[max="36"][value="9"]+.viewer-image{background-position-y:22.8571428571%}.viewer-360 .viewer-slider[max="36"][value="10"]+.viewer-image{background-position-y:25.7142857143%}.viewer-360 .viewer-slider[max="36"][value="11"]+.viewer-image{background-position-y:28.5714285714%}.viewer-360 .viewer-slider[max="36"][value="12"]+.viewer-image{background-position-y:31.4285714286%}.viewer-360 .viewer-slider[max="36"][value="13"]+.viewer-image{background-position-y:34.2857142857%}.viewer-360 .viewer-slider[max="36"][value="14"]+.viewer-image{background-position-y:37.1428571429%}.viewer-360 .viewer-slider[max="36"][value="15"]+.viewer-image{background-position-y:40%}.viewer-360 .viewer-slider[max="36"][value="16"]+.viewer-image{background-position-y:42.8571428571%}.viewer-360 .viewer-slider[max="36"][value="17"]+.viewer-image{background-position-y:45.7142857143%}.viewer-360 .viewer-slider[max="36"][value="18"]+.viewer-image{background-position-y:48.5714285714%}.viewer-360 .viewer-slider[max="36"][value="19"]+.viewer-image{background-position-y:51.4285714286%}.viewer-360 .viewer-slider[max="36"][value="20"]+.viewer-image{background-position-y:54.2857142857%}.viewer-360 .viewer-slider[max="36"][value="21"]+.viewer-image{background-position-y:57.1428571429%}.viewer-360 .viewer-slider[max="36"][value="22"]+.viewer-image{background-position-y:60%}.viewer-360 .viewer-slider[max="36"][value="23"]+.viewer-image{background-position-y:62.8571428571%}.viewer-360 .viewer-slider[max="36"][value="24"]+.viewer-image{background-position-y:65.7142857143%}.viewer-360 .viewer-slider[max="36"][value="25"]+.viewer-image{background-position-y:68.5714285714%}.viewer-360 .viewer-slider[max="36"][value="26"]+.viewer-image{background-position-y:71.4285714286%}.viewer-360 .viewer-slider[max="36"][value="27"]+.viewer-image{background-position-y:74.2857142857%}.viewer-360 .viewer-slider[max="36"][value="28"]+.viewer-image{background-position-y:77.1428571429%}.viewer-360 .viewer-slider[max="36"][value="29"]+.viewer-image{background-position-y:80%}.viewer-360 .viewer-slider[max="36"][value="30"]+.viewer-image{background-position-y:82.8571428571%}.viewer-360 .viewer-slider[max="36"][value="31"]+.viewer-image{background-position-y:85.7142857143%}.viewer-360 .viewer-slider[max="36"][value="32"]+.viewer-image{background-position-y:88.5714285714%}.viewer-360 .viewer-slider[max="36"][value="33"]+.viewer-image{background-position-y:91.4285714286%}.viewer-360 .viewer-slider[max="36"][value="34"]+.viewer-image{background-position-y:94.2857142857%}.viewer-360 .viewer-slider[max="36"][value="35"]+.viewer-image{background-position-y:97.1428571429%}.viewer-360 .viewer-slider[max="36"][value="36"]+.viewer-image{background-position-y:100%}.viewer-360 .viewer-slider{cursor:ew-resize;margin:1rem;order:2;width:60%}.viewer-360 .viewer-image{background-position-y:0;background-repeat:no-repeat;background-size:100%;max-width:100%;order:1}/*! Spectre.css Icons v0.5.9 | MIT License | github.com/picturepan2/spectre */.icon,.btn-std:not(.btn-icon) svg{box-sizing:border-box;display:inline-block;font-size:inherit;font-style:normal;height:1em;position:relative;text-indent:-9999px;vertical-align:middle;width:1em}.icon:before,.btn-std:not(.btn-icon) svg:before,.icon:after,.btn-std:not(.btn-icon) svg:after{content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.icon.icon-2x,.btn-std:not(.btn-icon) svg.icon-2x{font-size:1.6rem}.icon.icon-3x,.btn-std:not(.btn-icon) svg.icon-3x{font-size:2.4rem}.icon.icon-4x,.btn-std:not(.btn-icon) svg.icon-4x{font-size:3.2rem}.accordion .icon,.accordion .btn-std:not(.btn-icon) svg,.btn-std:not(.btn-icon) .accordion svg,.btn .icon,.btn .btn-std:not(.btn-icon) svg,.btn-std:not(.btn-icon) .btn svg,.toast .icon,.toast .btn-std:not(.btn-icon) svg,.btn-std:not(.btn-icon) .toast svg,.menu .icon,.menu .btn-std:not(.btn-icon) svg,.btn-std:not(.btn-icon) .menu svg{vertical-align:-10%}.btn-lg .icon,.btn-lg .btn-std:not(.btn-icon) svg,.btn-std:not(.btn-icon) .btn-lg svg{vertical-align:-15%}.icon-arrow-down:before,.icon-arrow-left:before,.icon-arrow-right:before,.icon-arrow-up:before,.icon-downward:before,.icon-back:before,.icon-forward:before,.icon-upward:before{border:.1rem solid currentColor;border-bottom:0;border-right:0;height:.65em;width:.65em}.icon-arrow-down:before{transform:translate(-50%,-75%) rotate(225deg)}.icon-arrow-left:before{transform:translate(-25%,-50%) rotate(-45deg)}.icon-arrow-right:before{transform:translate(-75%,-50%) rotate(135deg)}.icon-arrow-up:before{transform:translate(-50%,-25%) rotate(45deg)}.icon-back:after,.icon-forward:after{background:currentColor;height:.1rem;width:.8em}.icon-downward:after,.icon-upward:after{background:currentColor;height:.8em;width:.1rem}.icon-back:after{left:55%}.icon-back:before{transform:translate(-50%,-50%) rotate(-45deg)}.icon-downward:after{top:45%}.icon-downward:before{transform:translate(-50%,-50%) rotate(-135deg)}.icon-forward:after{left:45%}.icon-forward:before{transform:translate(-50%,-50%) rotate(135deg)}.icon-upward:after{top:55%}.icon-upward:before{transform:translate(-50%,-50%) rotate(45deg)}.icon-caret:before{border-top:.3em solid currentColor;border-right:.3em solid transparent;border-left:.3em solid transparent;height:0;transform:translate(-50%,-25%);width:0}.icon-menu:before{background:currentColor;box-shadow:0 -.35em,0 .35em;height:.1rem;width:100%}.icon-apps:before{background:currentColor;box-shadow:-.35em -.35em,-.35em 0,-.35em .35em,0 -.35em,0 .35em,.35em -.35em,.35em 0,.35em .35em;height:3px;width:3px}.icon-resize-horiz:before,.icon-resize-horiz:after,.icon-resize-vert:before,.icon-resize-vert:after{border:.1rem solid currentColor;border-bottom:0;border-right:0;height:.45em;width:.45em}.icon-resize-horiz:before,.icon-resize-vert:before{transform:translate(-50%,-90%) rotate(45deg)}.icon-resize-horiz:after,.icon-resize-vert:after{transform:translate(-50%,-10%) rotate(225deg)}.icon-resize-horiz:before{transform:translate(-90%,-50%) rotate(-45deg)}.icon-resize-horiz:after{transform:translate(-10%,-50%) rotate(135deg)}.icon-more-horiz:before,.icon-more-vert:before{background:currentColor;box-shadow:-.4em 0,.4em 0;border-radius:50%;height:3px;width:3px}.icon-more-vert:before{box-shadow:0 -.4em,0 .4em}.icon-plus:before,.icon-minus:before,.icon-cross:before{background:currentColor;height:.1rem;width:100%}.icon-plus:after,.icon-cross:after{background:currentColor;height:100%;width:.1rem}.icon-cross:before{width:100%}.icon-cross:after{height:100%}.icon-cross:before,.icon-cross:after{transform:translate(-50%,-50%) rotate(45deg)}.icon-check:before{border:.1rem solid currentColor;border-right:0;border-top:0;height:.5em;width:.9em;transform:translate(-50%,-75%) rotate(-45deg)}.icon-stop{border:.1rem solid currentColor;border-radius:50%}.icon-stop:before{background:currentColor;height:.1rem;transform:translate(-50%,-50%) rotate(45deg);width:1em}.icon-shutdown{border:.1rem solid currentColor;border-radius:50%;border-top-color:transparent}.icon-shutdown:before{background:currentColor;content:"";height:.5em;top:.1em;width:.1rem}.icon-refresh:before{border:.1rem solid currentColor;border-radius:50%;border-right-color:transparent;height:1em;width:1em}.icon-refresh:after{border:.2em solid currentColor;border-top-color:transparent;border-left-color:transparent;height:0;left:80%;top:20%;width:0}.icon-search:before{border:.1rem solid currentColor;border-radius:50%;height:.75em;left:5%;top:5%;transform:translate(0) rotate(45deg);width:.75em}.icon-search:after{background:currentColor;height:.1rem;left:80%;top:80%;transform:translate(-50%,-50%) rotate(45deg);width:.4em}.icon-edit:before{border:.1rem solid currentColor;height:.4em;transform:translate(-40%,-60%) rotate(-45deg);width:.85em}.icon-edit:after{border:.15em solid currentColor;border-top-color:transparent;border-right-color:transparent;height:0;left:5%;top:95%;transform:translateY(-100%);width:0}.icon-delete:before{border:.1rem solid currentColor;border-bottom-left-radius:.1rem;border-bottom-right-radius:.1rem;border-top:0;height:.75em;top:60%;width:.75em}.icon-delete:after{background:currentColor;box-shadow:-.25em .2em,.25em .2em;height:.1rem;top:.05rem;width:.5em}.icon-share{border:.1rem solid currentColor;border-radius:.1rem;border-right:0;border-top:0}.icon-share:before{border:.1rem solid currentColor;border-left:0;border-top:0;height:.4em;left:100%;top:.25em;transform:translate(-125%,-50%) rotate(-45deg);width:.4em}.icon-share:after{border:.1rem solid currentColor;border-bottom:0;border-right:0;border-radius:75% 0;height:.5em;width:.6em}.icon-flag:before{background:currentColor;height:1em;left:15%;width:.1rem}.icon-flag:after{border:.1rem solid currentColor;border-bottom-right-radius:.1rem;border-left:0;border-top-right-radius:.1rem;height:.65em;top:35%;left:60%;width:.8em}.icon-bookmark:before{border:.1rem solid currentColor;border-bottom:0;border-top-left-radius:.1rem;border-top-right-radius:.1rem;height:.9em;width:.8em}.icon-bookmark:after{border:.1rem solid currentColor;border-bottom:0;border-left:0;border-radius:.1rem;height:.5em;transform:translate(-50%,35%) rotate(-45deg) skew(15deg,15deg);width:.5em}.icon-download,.icon-upload{border-bottom:.1rem solid currentColor}.icon-download:before,.icon-upload:before{border:.1rem solid currentColor;border-bottom:0;border-right:0;height:.5em;width:.5em;transform:translate(-50%,-60%) rotate(-135deg)}.icon-download:after,.icon-upload:after{background:currentColor;height:.6em;top:40%;width:.1rem}.icon-upload:before{transform:translate(-50%,-60%) rotate(45deg)}.icon-upload:after{top:50%}.icon-copy:before{border:.1rem solid currentColor;border-radius:.1rem;border-right:0;border-bottom:0;height:.8em;left:40%;top:35%;width:.8em}.icon-copy:after{border:.1rem solid currentColor;border-radius:.1rem;height:.8em;left:60%;top:60%;width:.8em}.icon-time{border:.1rem solid currentColor;border-radius:50%}.icon-time:before{background:currentColor;height:.4em;transform:translate(-50%,-75%);width:.1rem}.icon-time:after{background:currentColor;height:.3em;transform:translate(-50%,-75%) rotate(90deg);transform-origin:50% 90%;width:.1rem}.icon-mail:before{border:.1rem solid currentColor;border-radius:.1rem;height:.8em;width:1em}.icon-mail:after{border:.1rem solid currentColor;border-right:0;border-top:0;height:.5em;transform:translate(-50%,-90%) rotate(-45deg) skew(10deg,10deg);width:.5em}.icon-people:before{border:.1rem solid currentColor;border-radius:50%;height:.45em;top:25%;width:.45em}.icon-people:after{border:.1rem solid currentColor;border-radius:50% 50% 0 0;height:.4em;top:75%;width:.9em}.icon-message{border:.1rem solid currentColor;border-bottom:0;border-radius:.1rem;border-right:0}.icon-message:before{border:.1rem solid currentColor;border-bottom-right-radius:.1rem;border-left:0;border-top:0;height:.8em;left:65%;top:40%;width:.7em}.icon-message:after{background:currentColor;border-radius:.1rem;height:.3em;left:10%;top:100%;transform:translateY(-90%) rotate(45deg);width:.1rem}.icon-photo{border:.1rem solid currentColor;border-radius:.1rem}.icon-photo:before{border:.1rem solid currentColor;border-radius:50%;height:.25em;left:35%;top:35%;width:.25em}.icon-photo:after{border:.1rem solid currentColor;border-bottom:0;border-left:0;height:.5em;left:60%;transform:translate(-50%,25%) rotate(-45deg);width:.5em}.icon-link:before,.icon-link:after{border:.1rem solid currentColor;border-radius:5em 0 0 5em;border-right:0;height:.5em;width:.75em}.icon-link:before{transform:translate(-70%,-45%) rotate(-45deg)}.icon-link:after{transform:translate(-30%,-55%) rotate(135deg)}.icon-location:before{border:.1rem solid currentColor;border-radius:50% 50% 50% 0;height:.8em;transform:translate(-50%,-60%) rotate(-45deg);width:.8em}.icon-location:after{border:.1rem solid currentColor;border-radius:50%;height:.2em;transform:translate(-50%,-80%);width:.2em}.icon-emoji{border:.1rem solid currentColor;border-radius:50%}.icon-emoji:before{border-radius:50%;box-shadow:-.17em -.1em,.17em -.1em;height:.15em;width:.15em}.icon-emoji:after{border:.1rem solid currentColor;border-bottom-color:transparent;border-radius:50%;border-right-color:transparent;height:.5em;transform:translate(-50%,-40%) rotate(-135deg);width:.5em}.flex-align-items-centered{align-items:center;display:flex}.title-with-right-actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header{width:100%;padding-right:20px;display:flex;justify-content:space-between;background-color:#f1eeec;box-shadow:0 4px 4px #3d393529;height:80px;box-sizing:border-box}.header-logos{display:flex;flex:1 0}.header-logos .indosuez-logo{height:80px;width:auto;z-index:1}.header-logos .my-advisory-logo{height:35px;width:auto;margin:auto 2rem auto 24px}.header-nav{display:flex;flex:0 0 auto;font-size:16px;line-height:24px}.header-nav a+a{margin-left:36px}.header-nav a,.header-nav a:visited{font-weight:600;color:#746250;text-decoration:none;text-transform:uppercase;padding-top:30px}.header-nav a.active,.header-nav a:visited.active{font-weight:700;border-bottom:solid 4px #746250}.header-actions{display:flex;flex:1 0;align-items:center;justify-content:flex-end}.header-actions>*+*{margin-left:16px}.sub-header{background-color:#e6d7bc;height:50px;box-sizing:border-box;box-shadow:inset 0 4px 4px #3d393529;display:flex;justify-content:space-around}.sub-header+* .sub-header{background-color:#f1eeec}.sub-header-nav{display:flex;flex:0 0 auto;font-size:16px;line-height:24px}.sub-header-nav a+a{margin-left:36px}.sub-header-nav a,.sub-header-nav a:visited{font-weight:600;color:#746250;text-decoration:none;text-transform:uppercase;padding-top:14px}.sub-header-nav a.active,.sub-header-nav a:visited.active{font-weight:700;border-bottom:solid 4px #746250}.container>.sub-header{margin-top:-1rem;margin-left:-.4rem;margin-right:-.4rem}.mt-1>.sub-header{margin-top:-.2rem!important}.table.table-slim td,.table.table-slim th{border-bottom:.05rem solid #dadee4;padding:.2rem}.table.table-slim th{border-bottom-width:.1rem}.table-detail{display:flex;flex-direction:column;margin-bottom:1rem;font-size:14px;color:#1d1f24}.table-detail .table-item{max-width:25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-detail .data-label{min-width:3rem}.table-detail .data-value{font-weight:700}.table-actions{display:flex;justify-content:space-between;margin:.5rem 0;background-color:#fff!important}.table-actions .table-actions-left,.table-actions .table-actions-right{display:flex;align-items:center}.table-actions .table-actions-left>*+*,.table-actions .table-actions-right>*+*{margin-left:8px}.table-row{min-height:34px;display:flex;padding:0 5px;align-items:center}.table.table-myad,.table-row{max-width:834px}.table.table-myad,.table-row.full-width{max-width:100%}.table.table-myad tbody tr>td:first-child{padding-left:.8rem}.table-item:nth-child(odd),.table-row:nth-child(odd),.table-myad-striped tbody>tr:nth-child(odd){background-color:#f8f6f5}.table.table-myad-noborder td,.table.table-myad-noborder th{border-bottom:none}.table-align-right .table-row:not(.accordion)>:last-child{text-align:right}.table-product{font-size:14px;width:100%}.table-product thead{text-align:left}.table-product tbody tr{border:solid 1px #DCDDDE}.table{margin:1rem 0;font-size:14px}.table .delete{visibility:hidden;opacity:0;transition:visibility 0s,opacity .5s linear}.table tr:hover .delete{visibility:visible;opacity:1}.table-list{font-size:14px}.table-list .table-row{cursor:pointer}.table-list .table-row:hover{background-color:#dcddde}.table-list .table-row .data-label{font-weight:600}.table-list .table-row .data-value{color:#746250}.table-scoring-iwm{width:180px;margin:auto}.table-scoring-iwm .thead-scoring-iwm{color:#fff;background-color:#5c4e63;border:solid 1px #5c4e63}.accordion-label{display:block;position:relative;cursor:pointer;font-weight:700;padding-top:5px}.accordion-icon{position:absolute;right:5px;top:10px;height:10px;width:10px}.rt-td.vertical-align-middle{display:flex;align-items:center}.x-small{width:2rem}.small{width:8rem}.medium{width:15rem}.large{width:25rem}.x-large{width:35rem}.xx-large{width:35rem;height:20em}footer{margin-top:16px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 40px #00000029;height:88px}footer .logo-cagroup{display:flex;justify-content:center;margin:0 1rem 1rem;height:16px;width:287px}footer .logo-cagroup img{width:100%}.history{display:flex;flex-direction:row}.history .list{flex-direction:column;min-width:252px;min-height:485px;margin-bottom:1rem;overflow-x:hidden;overflow-y:scroll;height:150px;font-size:14px}.history .list .item{display:flex;flex-direction:column;justify-content:center;width:224px;min-height:60px;border:solid 1px white;background:#f1eeec;margin-bottom:10px}.history .list .item:hover{border:solid 1px #746250;cursor:pointer}.history .list .item.selected{border:solid 1px #960051;background-color:#fff;cursor:default}.history .list::-webkit-scrollbar{width:8px}.history .list::-webkit-scrollbar-track{background:#dcddde;border-radius:100px}.history .list::-webkit-scrollbar-thumb{background:#e6d7bc;border-radius:100px;border:2px solid #e6d7bc}.history .list::-webkit-scrollbar-thumb:hover{background:#cfb07b;border:2px solid #cfb07b}.history .latest{color:#960051;font-weight:600}.history>.detail{padding-left:1rem;margin-left:.5rem;width:100%}.history>.detail>.content{background-color:#fff;padding:1rem;margin-bottom:1rem;font-size:16px;min-height:490px}.history>.detail>.content>.info{font-size:14px}.history>.detail>.content>.data{margin-top:20px}.history>.detail .inline{display:flex;flex-direction:column}.panel-nav{display:flex}.panel-nav .lang-block{display:flex;margin:0}.panel-nav .lang-block>*{cursor:pointer;flex:0 0 auto}.panel-nav .item{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;background-color:#e6d7bc;margin-right:2px}.panel-nav .item a{padding:6px 21px}.panel-nav .active{background-color:#fff;cursor:default}.panel-body{display:flex;flex-direction:row;font-size:14px;background-color:#fff;padding:1rem;margin-bottom:1rem;min-height:200px}.panel-body .status{display:flex;justify-content:center;font-family:Asul;font-size:18px;color:#746250;margin:0 1rem}.panel-body .comment{margin-top:1rem}.myad-sliding-panel{height:100%;background-color:#fff;display:flex;flex-direction:column}.myad-sliding-panel-header{display:flex;justify-content:space-between;align-items:center;flex:none;background-color:#e6d7bc;padding:28px 56px}.myad-sliding-panel-title{font-family:Asul;font-size:32px;letter-spacing:3px;margin-bottom:0;text-transform:uppercase}.myad-sliding-panel-content{overflow-y:auto;padding:24px 32px;flex-grow:1;white-space:normal}.sliding-panel-container>div>.panel{border-radius:0;border:0}.myad-sliding-panel-toggler.bottom{position:absolute;bottom:0}.myad-modal.active{margin-left:0}.myad-modal-content{margin-bottom:1.5rem}.myad-modal-content .label-input{vertical-align:-10px;font-size:16px}.myad-modal-sm .modal-container{max-width:400px}.myad-modal-lg .modal-container{max-width:960px}.myad-modal-container{padding:0;text-align:left}.myad-modal-container .modal-body{padding:1.8rem 1rem .8rem}.myad-modal-header{background-color:#e6d7bc}.myad-modal-title{font-size:25px}.myad-modal-footer>*{margin-left:4px}.myad-modal-a{background:none;border:none;cursor:pointer;text-decoration:underline;color:#746250;font-size:16px}.label-input{font-family:Open Sans;font-size:14px;color:#1d1f24;text-transform:capitalize}.input{border:1px solid #75787b;border-radius:4px;height:38px;width:100%;font-size:14px;padding-left:5px}.input:focus{outline-style:none!important;border:1px solid #cfb07b}.input:disabled{background-color:#dcddde}.select{-webkit-appearance:none;-moz-appearance:none;font-size:16px;height:38px;width:100%;padding-left:5px;background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='chevronDownIconTitle'%20stroke='%23000'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='%23000'%3e%3ctitle%20id='chevronDownIconTitle'%3eChevron%20Down%3c/title%3e%3cpolyline%20points='6%2010%2012%2016%2018%2010'/%3e%3c/svg%3e");background-repeat:no-repeat;box-shadow:none!important;background-position:right;background-size:38px 42px}.select:focus{outline-style:none!important;border:1px solid #cfb07b}.select:disabled{background-color:#dcddde!important}textarea{outline-style:none!important;border:1px solid #75787b;border-radius:4px;font-size:16px;padding-left:5px;resize:vertical}textarea:focus{outline-style:none!important;border:1px solid #cfb07b}.text-filter{background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='searchIconTitle'%20stroke='%23746250'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='%23746250'%3e%3ctitle%20id='searchIconTitle'%3eSearch%3c/title%3e%3cpath%20d='M14.4121122,14.4121122%20L20,20'/%3e%3ccircle%20cx='10'%20cy='10'%20r='6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:left;background-size:30px;background-position-x:4px;width:208px;padding-left:2rem;border-radius:unset}.text-filter::placeholder{color:#b3b5b7}.selectedAdvisors:focus-within{border:solid 1px #cfb07b}.tooltip-container{position:relative}.tooltip-container .tooltip-img-container{position:absolute;top:-6px;right:-45px}.password-tooltip{width:100%;text-align:center}.password-tooltip .tooltip-img-container{right:66px}.datepicker-full-width>div.react-datepicker-wrapper,.datepicker-full-width>div>div.react-datepicker__input-container,.datepicker-full-width>div>div.react-datepicker__input-container input{width:100%}.link{font-size:16px;margin-right:10px;cursor:pointer}.link.back{font-weight:600;background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='arrowLeftIconTitle'%20stroke='%237A6855'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='%237A6855'%3e%3ctitle%20id='arrowLeftIconTitle'%3eArrow%20Left%3c/title%3e%3cpath%20d='M9%206l-6%206%206%206'/%3e%3cpath%20d='M21%2012H4'/%3e%3cpath%20stroke-linecap='round'%20d='M3%2012h1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:28px;padding-left:2rem;background-position-y:-3px}.inline-block{display:flex;align-items:center}a.btn-std{display:inline-flex;align-items:center;justify-content:center;text-align:center;color:#fff}.btn-std{font-size:16px;text-transform:uppercase;border:solid 1px #746250;height:38px;cursor:pointer;outline-style:none;padding:0 15px;color:#fff;background-color:#746250}.btn-std.btn-sm{font-size:.7rem;height:1.4rem;padding:0 .3rem}.btn-std.btn-icon{height:auto;padding:0}.btn-std.btn-icon svg{width:45px;height:45px;margin-bottom:-7px}.btn-std.btn-icon-text{padding:.5rem 0}.btn-std.btn-icon-text,.btn-std.btn-icon-text:hover{text-decoration:none}.btn-std.btn-icon-text svg{vertical-align:sub;margin-left:.2rem}.btn-std.btn-icon-small svg{width:25px;height:25px;margin-bottom:-3px}.btn-std.btn-icon.light{color:#1d1f24}.btn-std.btn-icon.light svg{fill:#1d1f24;stroke:#1d1f24}.btn-std svg{fill:#fff}.btn-std:hover{text-decoration:none;background-color:#55473a}.btn-std:active{background-color:#362e25}.btn-std:disabled{color:#75787b;border:1px solid #B3B5B7;background-color:#dcddde;cursor:default}.btn-std:disabled svg{fill:#75787b}.btn-std.light{color:#746250;background-color:#fff}.btn-std.light svg{fill:#746250}.btn-std.light:hover{background-color:#e6d7bc}.btn-std.light:active{background-color:#cfb07b}.btn-std.light:disabled{background-color:#b3b5b7;cursor:default}.btn-std.step{background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='arrowRightIconTitle'%20stroke='white'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='white'%3e%3ctitle%20id='arrowRightIconTitle'%3eArrow%20Right%3c/title%3e%3cpath%20d='M15%2018l6-6-6-6'/%3e%3cpath%20d='M3%2012h17'/%3e%3cpath%20stroke-linecap='round'%20d='M21%2012h-1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position-x:5px;background-position-y:3px;width:inherit;padding-left:2rem;padding-right:1rem;background-size:30px}.btn-std.delete{background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='closeIconTitle'%20stroke='red'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='red'%3e%3ctitle%20id='closeIconTitle'%3eClose%3c/title%3e%3cpath%20d='M6.34314575%206.34314575L17.6568542%2017.6568542M6.34314575%2017.6568542L17.6568542%206.34314575'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position-x:5px;background-position-y:3px;width:inherit;padding-left:2rem;padding-right:1rem;background-size:30px}.btn-std.multi{min-width:96px;margin:0 -1px 0 0}.btn-std.multi:active,.btn-std.multi:hover{font-weight:700}.btn-std.selected{background-color:#cfb07b;font-weight:700}.btn-std.filters{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='48px'%20height='48px'%20viewBox='0%200%2048%2048'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2056.2%20(81672)%20-%20https://sketch.com%20--%3e%3ctitle%3eIcons/filters%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpath%20d='M35.75,25.25%20L32,25.25%20C31.3096441,25.25%2030.75,24.6903559%2030.75,24%20C30.75,23.3096441%2031.3096441,22.75%2032,22.75%20L35.75,22.75%20L35.75,9%20C35.75,8.30964406%2036.3096441,7.75%2037,7.75%20C37.6903559,7.75%2038.25,8.30964406%2038.25,9%20L38.25,22.75%20L42,22.75%20C42.6903559,22.75%2043.25,23.3096441%2043.25,24%20C43.25,24.6903559%2042.6903559,25.25%2042,25.25%20L38.25,25.25%20L38.25,39%20C38.25,39.6903559%2037.6903559,40.25%2037,40.25%20C36.3096441,40.25%2035.75,39.6903559%2035.75,39%20L35.75,25.25%20Z%20M23.25,35.25%20L19.5,35.25%20C18.8096441,35.25%2018.25,34.6903559%2018.25,34%20C18.25,33.3096441%2018.8096441,32.75%2019.5,32.75%20L23.25,32.75%20L23.25,9%20C23.25,8.30964406%2023.8096441,7.75%2024.5,7.75%20C25.1903559,7.75%2025.75,8.30964406%2025.75,9%20L25.75,32.75%20L29.5,32.75%20C30.1903559,32.75%2030.75,33.3096441%2030.75,34%20C30.75,34.6903559%2030.1903559,35.25%2029.5,35.25%20L25.75,35.25%20L25.75,39%20C25.75,39.6903559%2025.1903559,40.25%2024.5,40.25%20C23.8096441,40.25%2023.25,39.6903559%2023.25,39%20L23.25,35.25%20Z%20M10.75,15.25%20L7,15.25%20C6.30964406,15.25%205.75,14.6903559%205.75,14%20C5.75,13.3096441%206.30964406,12.75%207,12.75%20L10.75,12.75%20L10.75,9%20C10.75,8.30964406%2011.3096441,7.75%2012,7.75%20C12.6903559,7.75%2013.25,8.30964406%2013.25,9%20L13.25,12.75%20L17,12.75%20C17.6903559,12.75%2018.25,13.3096441%2018.25,14%20C18.25,14.6903559%2017.6903559,15.25%2017,15.25%20L13.25,15.25%20L13.25,39%20C13.25,39.6903559%2012.6903559,40.25%2012,40.25%20C11.3096441,40.25%2010.75,39.6903559%2010.75,39%20L10.75,15.25%20Z'%20id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg%20id='Icons/filters'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3crect%20id='boundingBox'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3c/rect%3e%3cmask%20id='mask-2'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse%20id='icon'%20fill='%23000000'%20fill-rule='nonzero'%20xlink:href='%23path-1'%3e%3c/use%3e%3cg%20id='Color/Dark-Grey-2'%20mask='url(%23mask-2)'%20fill='%232A2C30'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position-x:5px;background-position-y:3px;width:inherit;padding-left:2rem;padding-right:1rem;background-size:30px}.btn-std.export-excel{height:auto}.btn-clean{border:none;font-size:14px;height:auto;color:#1d1f24;width:100%;text-transform:none}.btn-clean,.btn-cleanhover,.btn-clean.btn-std:hover{text-decoration:underline;background-color:transparent}.btn-edit:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiBoZWlnaHQ9IjUwcHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwcHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iNTAiIHdpZHRoPSI1MCIvPjxwb2x5bGluZSBmaWxsPSJub25lIiBwb2ludHM9IiAgNDIuOTQ4LDEyLjUzMiAxMC40ODksNDQuOTkgMyw0NyA1LjAwOSwzOS41MTEgMzcuNDY4LDcuMDUyICIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTQ1Ljc0OSwxMS4xMzRjLTAuMDA1LDAuMDA0LDAuODI0LTAuODI1LDAuODI0LTAuODI1YzEuOTAxLTEuOTAxLDEuOTAxLTQuOTgzLDAuMDAyLTYuODgzYy0xLjkwMy0xLjkwMi00Ljk4NC0xLjktNi44ODUsMCAgYzAsMC0wLjgzLDAuODMtMC44MjUsMC44MjVMNDUuNzQ5LDExLjEzNHoiLz48cG9seWdvbiBwb2ludHM9IjUuMTkxLDM5LjMyOCAxMC42NzIsNDQuODA5IDMuNDc0LDQ2LjUyNiAiLz48L3N2Zz4=);background-size:20px 20px;display:inline-block;width:20px;height:20px;content:"";margin-right:9px;vertical-align:-4px}.btn-delete:before{background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='closeIconTitle'%20stroke='red'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='red'%3e%3ctitle%20id='closeIconTitle'%3eClose%3c/title%3e%3cpath%20d='M6.34314575%206.34314575L17.6568542%2017.6568542M6.34314575%2017.6568542L17.6568542%206.34314575'/%3e%3c/svg%3e");background-size:20px 20px;display:inline-block;width:20px;height:20px;content:"";margin-right:9px;vertical-align:-4px;cursor:pointer}.btn-spektra:before{background-image:url(/assets/logo-spektra-CCWTr5ud.png);background-size:100px 30px;display:inline-block;width:100px;height:30px;content:"";margin-right:9px;vertical-align:-4px;cursor:pointer}.btn-spektra{border:none;height:auto}.btn-spektra,.btn-spektrahover,.btn-spektra.btn-std:hover{background-color:transparent}.btn-action{height:50px;border:none;padding:0 40px;background-color:#cfb07b;text-transform:uppercase;color:#fff;font-size:12px;font-weight:600;letter-spacing:3px;line-height:17px;text-align:center;cursor:pointer}.btn-action:active,.btn-action:hover:active{background-color:#c19a56}.btn-action:hover{background-color:#ddc6a0}button+button{margin-left:20px}.menu-item>.menu-item-button{border:none;border-radius:.1rem;color:inherit;display:block;margin:0 -.4rem;padding:.2rem .4rem;text-decoration:none;outline:none;background-color:transparent;cursor:pointer;width:100%}.menu-item>.menu-item-button:hover{background:#cdc2b6;color:#746250}.product-type{display:flex;justify-content:center;width:80px;height:26px;font-size:14px;background:#fff;border:1px solid #ad594b;color:#ad594b;font-weight:700;margin-bottom:1rem;box-shadow:1px 2px #ad594b;text-transform:uppercase}.share-class{width:100px}.number{font-size:16px;width:26px}.number[data-badge]:after,.number:not([data-badge]):after{background:#960051;font-size:12px;height:20px;width:20px;padding-top:1px;border-radius:1rem;color:#fff;content:attr(data-badge);display:inline-block;transform:translate(.35rem,-.1rem)}.red-background-color,.green-background-color,.black-background-color{color:#fff}.red-background-color{background-color:#e80216}.green-background-color{background-color:#b7bf10}.black-background-color{background-color:#1d1f24}.panel-container{margin:1rem 1rem 0}.panel-container ul.tab-panel{display:flex;flex-direction:row;align-items:flex-end;list-style:none;font-size:14px;margin:0}.panel-container ul.tab-panel li.tab-item{display:flex;align-items:center;justify-content:center;height:34px;width:100%;max-width:200px;font-weight:600;background:#e6d7bc;border-bottom:solid 1px #75787b;border-right:solid 1px white}.panel-container ul.tab-panel li.tab-item.tab-item-l{max-width:250px}.panel-container ul.tab-panel li.tab-item a{min-width:8rem;text-align:center;padding:6px 10px}.panel-container ul.tab-panel li.tab-item.active{height:2rem;background:#fff;border-bottom:white;border-left:solid 1px #75787b;border-right:solid 1px #75787b;border-top:solid 1px #75787b;z-index:1000}.panel-container ul.tab-panel li.tab-item.active a{padding-top:9px}.panel-container ul.tab-panel li.tab-action{display:flex;align-items:center;justify-content:flex-end;width:100%;border-bottom:solid 1px #75787b}.panel-container ul.tab-panel li.tab-action button{margin-bottom:2px}.panel-container .tab-content{margin:1.5rem 1.5em 0 1rem}.image-12{object-fit:contain}.form-login{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100vh}.form-login .bg{position:absolute;background-image:url(/assets/visual-car-DSDhSBcQ.png);background-repeat:no-repeat;background-position:top;background-size:cover;opacity:.32;width:100%;height:100%}.form-login .logo-indosuez{display:flex;height:176px;width:284px;z-index:1}.form-login .content{display:flex;flex-direction:column;justify-content:center;min-width:558px;margin-bottom:3rem;border:4px solid #55473a;background-color:#fff;z-index:1}.form-login .app-logo{margin:1rem;width:348px;height:78px}.form-login .card-header{display:flex;flex-direction:column;font-size:16px;color:#1d1f24;justify-content:center;align-items:center}.form-login .card-header span{margin-top:1rem}.form-login .card-body{display:flex;flex-direction:column;align-items:center;margin:2rem}.form-login .card-body input{margin-bottom:1.5rem;width:244px}.form-login .card-body input::placeholder{opacity:.32}.form-login .card-body button{width:244px;color:#fff;background-color:#746250;text-transform:uppercase}.form-login .card-body label{margin-bottom:1.5rem;width:244px}.form-login .logo-cagroup{margin:1rem}.panel-info{display:flex;flex-direction:column;min-height:100vh;font-size:14px;width:279px;margin-left:-.4rem;background:#f8f6f5;padding:1rem}.panel-info .h2{white-space:nowrap}.panel-info .data{margin-bottom:1rem}.panel-info .data span{font-size:16px;font-weight:700}.create-product{display:flex}.create-product.list{padding-left:.4rem;padding-right:.4rem}.create-product.asset{margin-top:-4px}.create-product .content{display:flex;flex-direction:column;width:100%;margin-left:3rem;margin-top:4.5rem}.create-product .content .action{margin-bottom:2rem}.create-product .content ul.step{width:35rem}.create-product .content ul.step .active{font-weight:700}.create-product .content .step-content{margin-top:1rem;font-size:16px}.create-product .content .step-content .assetClassSelector{display:flex;align-items:center;align-content:center;padding:0}.create-product .content .step-content .accessToForm{margin-top:2rem}.create-product .content .step-action{margin-top:2rem;display:flex;flex-direction:row;align-items:center}.create-product .content .search-product{margin-left:.4rem;margin-bottom:.5rem}.products-list{display:flex;flex-direction:column;margin-top:1rem}.products-list .h2{margin-left:1rem}.products-list .content{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.products-list .product-type-list{margin-bottom:2rem;margin-right:1.5rem;min-width:520px}.products-list .product-type-list .title{margin-top:1rem}h1.title,.title.h1,h2.title,.title.h2,h3.title,.title.h3,h4.title,.title.h4,h5.title,.title.h5,h6.title{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1.support,.support.h1,h2.support,.support.h2,h3.support,.support.h3,h4.support,.support.h4,h5.support,.support.h5,h6.support{font-family:Playfair Display;text-transform:none;font-weight:lighter}.h1{font-size:72px;line-height:92px}.h1.title{letter-spacing:5px}.h2{font-size:48px;line-height:64px;margin-bottom:0}.h2.title{letter-spacing:4px}.h3{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}.h3.title{letter-spacing:3px}.h3.normal{font-family:Asul;font-style:normal}.h4{font-size:24px;line-height:36px}.h4.title{letter-spacing:2px}.h5{font-size:18px;line-height:28px}.h5.title{letter-spacing:2px}.separator-title{margin-bottom:1em}.separator-title h4,.separator-title .h4{margin-bottom:0;margin-top:1em}.separator-title h6{padding-top:1rem;padding-bottom:.5rem}.separator-title hr{margin-top:0}.text-small{font-size:14px}.text-xsmall{font-size:12px}.white-space-normal{white-space:normal}.bg{position:absolute;background-image:url(/assets/visual-white-CWpZeg9V.jpg);background-color:#f1eeec;background-repeat:no-repeat;background-position:bottom;background-size:cover;opacity:.32;width:100%;height:16rem}.top-panel>*{z-index:1}.top-panel{display:flex;flex-direction:column;font-size:14px;padding-top:2rem;padding-left:1rem}.top-panel .content{display:flex;flex-direction:row;text-transform:uppercase;align-items:center;justify-content:space-evenly}.top-panel .stats,.top-panel .stats .event{display:flex;flex-direction:row;align-items:center}.top-panel .stats .event .nb{font-size:24px;font-family:Asul;text-align:right;margin-right:10px}.top-panel .stats .count{display:flex;flex-direction:column;justify-content:center;align-items:center;height:112px;width:112px;border-radius:112px;background:#e6d7bc;margin:1rem}.top-panel .stats .count span{font-size:32px;font-family:Asul}.top-panel .products{display:flex;flex-direction:row}.top-panel .products .card{display:flex;justify-content:space-evenly;height:135px;width:335px;background-color:#fff;border-radius:5px;box-shadow:3px 2px 15px #0000001f;margin:.5rem;padding:10px}.top-panel .products .card .inline{display:flex;flex-direction:row;font-size:14px;justify-content:space-between}.top-panel .products .card .inline span{font-family:Asul;font-size:18px;font-weight:600}.top-panel .products .card .name{font-weight:600}.activity-panel{margin-top:1rem;margin-left:1rem}.activity-panel .content{display:flex;flex-direction:row}.activity-panel .content .activity{margin:0}.activity-panel .content .activity .tab-panel .tab-item{min-width:114px}.activity-panel .content .activity .tab-content{margin:0}.activity-panel .content .activity .tab-content span{font-size:14px;color:#75787b}.activity-panel .content .detail .view-title{display:flex;align-items:center;font-family:Playfair Display;font-style:italic;font-size:24px}.activity-panel .content .detail .view-title svg{opacity:.32}.activity-panel .content .detail .view-title span{margin-left:10px;padding-bottom:5px}.activity-panel .content .detail .table-detail{margin-top:13px;box-shadow:2px 2px 8px #0000003d}.activity-panel .table-row{max-width:unset}.activity-panel .table-row .view svg{height:28px}.allocation-tabs{margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.exportButton{position:relative;top:47px;right:100px}.IN,.BUY{color:#b7bf10;font-weight:700}.OUT,.SELL{color:#e80216;font-weight:700}.HOLD{color:#1d1f24;font-weight:700}.columns{margin-left:0;margin-right:0}.form-autocomplete{display:flex;flex-direction:row}.form-autocomplete .form-autocomplete-input{display:flex;flex-direction:row;align-content:center;min-height:38px;height:auto}.form-autocomplete .chip{background-color:#746250;border-radius:3px;color:#fff;max-width:-webkit-max-content;max-width:max-content}.form-autocomplete .menu li{font-size:15px}div.form-autocomplete ul.menu{max-height:200px;overflow-y:auto}.btn.btn-primary{text-transform:uppercase;font-size:16px}.btn-group .btn.btn-primary{text-transform:unset}.form-switch{font-size:14px}.form-switch-inline{position:relative}.form-switch-inline>div{position:absolute;bottom:8px;left:10px}.table{margin-top:1rem;font-size:14px}.table thead{outline-style:none}.tooltip-img-container{display:inline-block;vertical-align:middle;margin-left:.5em}.tooltip-img-container:after{max-width:430px;text-align:left}.tooltip-img-container .tooltip-img{width:38px}.icon-warning,.icon-tag,.icon-add{width:auto;height:32px}.icon-middle{vertical-align:middle}.icon-warning{vertical-align:text-top}.icon-tag{vertical-align:-3px;margin-left:12px}.icon-rating-full:not(.icon-rating-cerise){fill:#000}.icon-rating-cerise{stroke:#960051}.icon-rating-cerise.icon-rating-full{fill:#960051}.icon-rating-small{width:28px;height:28px}.label{line-height:1.5;text-align:center}.label.label-rounded-lg{font-size:28px}.label.label-align-middle{vertical-align:text-bottom}.label.label-padding-lg{padding-left:1.5rem;padding-right:1.5rem}.border{border:solid 1px #ceb07b}.border-dark{border:solid 1px}.align-content-start{align-content:flex-start}.label-cerise{color:#fff;background-color:#960051}.avatar-cover img{object-fit:cover}.fawn-bg{background-color:#746250}.fawn-color{color:#746250}.fawn-stroke{stroke:#746250}.fawn-fill{fill:#746250}.fawndark-bg{background-color:#55473a}.fawndark-color{color:#55473a}.fawndark-stroke{stroke:#55473a}.fawndark-fill{fill:#55473a}.fawndark2-bg{background-color:#362e25}.fawndark2-color{color:#362e25}.fawndark2-stroke{stroke:#362e25}.fawndark2-fill{fill:#362e25}.sable-bg{background-color:#cfb07b}.sable-color{color:#cfb07b}.sable-stroke{stroke:#cfb07b}.sable-fill{fill:#cfb07b}.sable50-bg{background-color:#e6d7bc}.sable50-color{color:#e6d7bc}.sable50-stroke{stroke:#e6d7bc}.sable50-fill{fill:#e6d7bc}.grischaud-bg{background-color:#f1eeec}.grischaud-color{color:#f1eeec}.grischaud-stroke{stroke:#f1eeec}.grischaud-fill{fill:#f1eeec}.grischaud50-bg{background-color:#f8f6f5}.grischaud50-color{color:#f8f6f5}.grischaud50-stroke{stroke:#f8f6f5}.grischaud50-fill{fill:#f8f6f5}.darkgrey-bg{background-color:#1d1f24}.darkgrey-color{color:#1d1f24}.darkgrey-stroke{stroke:#1d1f24}.darkgrey-fill{fill:#1d1f24}.darkgrey2-bg{background-color:#2a2c30}.darkgrey2-color{color:#2a2c30}.darkgrey2-stroke{stroke:#2a2c30}.darkgrey2-fill{fill:#2a2c30}.coolgrey-bg{background-color:#75787b}.coolgrey-color{color:#75787b}.coolgrey-stroke{stroke:#75787b}.coolgrey-fill{fill:#75787b}.coolgrey50-bg{background-color:#b3b5b7}.coolgrey50-color{color:#b3b5b7}.coolgrey50-stroke{stroke:#b3b5b7}.coolgrey50-fill{fill:#b3b5b7}.coolgrey25-bg{background-color:#dcddde}.coolgrey25-color{color:#dcddde}.coolgrey25-stroke{stroke:#dcddde}.coolgrey25-fill{fill:#dcddde}.clay2-bg{background-color:#ad594b}.clay2-color{color:#ad594b}.clay2-stroke{stroke:#ad594b}.clay2-fill{fill:#ad594b}.cerise-bg{background-color:#960051}.cerise-color{color:#960051}.cerise-stroke{stroke:#960051}.cerise-fill{fill:#960051}.red-bg{background-color:#e80216}.red-color{color:#e80216}.red-stroke{stroke:#e80216}.red-fill{fill:#e80216}.plum-bg{background-color:#5c4e63}.plum-color{color:#5c4e63}.plum-stroke{stroke:#5c4e63}.plum-fill{fill:#5c4e63}.green-bg{background-color:#b7bf10}.green-color{color:#b7bf10}.green-stroke{stroke:#b7bf10}.green-fill{fill:#b7bf10}.white-bg{background-color:#fff}.white-color{color:#fff}.white-stroke{stroke:#fff}.white-fill{fill:#fff}.black-bg{background-color:#000}.black-color{color:#000}.black-stroke{stroke:#000}.black-fill{fill:#000}.blue-bg{background-color:#2a6da7}.blue-color{color:#2a6da7}.blue-stroke{stroke:#2a6da7}.blue-fill{fill:#2a6da7}.buy-bg{background-color:#72a371}.buy-color{color:#72a371}.buy-stroke{stroke:#72a371}.buy-fill{fill:#72a371}.sell-bg{background-color:#953d51}.sell-color{color:#953d51}.sell-stroke{stroke:#953d51}.sell-fill{fill:#953d51}.hold-bg{background-color:#9a8b7f}.hold-color{color:#9a8b7f}.hold-stroke{stroke:#9a8b7f}.hold-fill{fill:#9a8b7f}.not-covered-bg{background-color:#2a2c30}.not-covered-color{color:#2a2c30}.not-covered-stroke{stroke:#2a2c30}.not-covered-fill{fill:#2a2c30}.transparent-bg{background-color:transparent!important}.text-cerise-color,a.text-cerise-color:visited{color:#960051}.with-shadow{box-shadow:#30374226 0 .25rem 1rem}.ReactTable{font-size:14px;border:none}.ReactTable.-no-bordered .rt-tbody .rt-td{border:none}.ReactTable .rt-thead .rt-tr{text-align:left}.ReactTable .rt-noData{margin-top:2.2rem}.ReactTable .rt-table{border-bottom:solid 1px #dcddde}.ReactTable .rt-tfoot .rt-td{border:none;background-color:#f8f6f5}.ReactTable .rthfc-th-fixed{box-shadow:2px 0 #00000029}.ReactTable .rt-td{border-top:solid 1px #dcddde;border-left:solid 1px #dcddde}.ReactTable .-sort-desc,.ReactTable .-sort-asc{background-repeat:no-repeat;box-shadow:none!important;background-origin:content-box;background-position:right;background-size:20px}.ReactTable .-sort-desc{background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='arrowUpIconTitle'%20stroke='white'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='white'%3e%3ctitle%20id='arrowUpIconTitle'%3eArrow%20Up%3c/title%3e%3cpath%20d='M18%209l-6-6-6%206'/%3e%3cpath%20d='M12%2021V4'/%3e%3cpath%20stroke-linecap='round'%20d='M12%203v1'/%3e%3c/svg%3e")}.ReactTable .-sort-asc{background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='arrowDownIconTitle'%20stroke='white'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='white'%3e%3ctitle%20id='arrowDownIconTitle'%3eArrow%20Down%3c/title%3e%3cpath%20d='M6%2015l6%206%206-6'/%3e%3cpath%20d='M12%203v17'/%3e%3cpath%20stroke-linecap='round'%20d='M12%2021v-1'/%3e%3c/svg%3e")}.ReactTable .-header .rt-th{background-color:#5c4e63;border:solid 1px #5c4e63;border-right-color:#fff;color:#fff}.ReactTable .-header .rt-th.fawn-bg{background-color:#746250;border-color:#746250;border-right-color:#fff}.ReactTable .-filters .rt-th{background-color:#f1eeec;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='48px'%20height='48px'%20viewBox='0%200%2048%2048'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2056.2%20(81672)%20-%20https://sketch.com%20--%3e%3ctitle%3eIcons/filtersCols%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpath%20d='M18.896983,24.9007188%20L6,7%20L41.907295,7%20L28.896983,25.0370234%20L28.896983,34.556%20L18.896983,42.056%20L18.896983,24.9007188%20Z%20M9.90596609,9%20L20.896983,24.2552812%20L20.896983,38.056%20L26.896983,33.556%20L26.896983,24.3909766%20L37.9986711,9%20L9.90596609,9%20Z'%20id='path-1'%3e%3c/path%3e%3c/defs%3e%3cg%20id='Icons/filtersCols'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3crect%20id='boundingBox'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3c/rect%3e%3cmask%20id='mask-2'%20fill='%23746250'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cuse%20id='Icon'%20fill='%23746250'%20fill-rule='nonzero'%20xlink:href='%23path-1'%3e%3c/use%3e%3cg%20id='Color/Dark-Grey-2'%20mask='url(%23mask-2)'%20fill='%23746250'%3e%3crect%20id='Rectangle'%20x='0'%20y='0'%20width='48'%20height='48'%3e%3c/rect%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right;background-size:24px}.ReactTable .-filters .rt-th input{border:none;border-bottom:2px solid #dcddde;background-color:transparent;padding-bottom:0}.ReactTable .pagination-bottom{margin-top:1rem;display:flex;justify-content:flex-end;background-color:#fff}.ReactTable .-pagination{display:flex;align-items:center;border:none;box-shadow:none}.ReactTable .-pagination .-center{flex-wrap:unset}.ReactTable .-pagination .-btn{background-repeat:no-repeat;background-position:center;background-color:#fff;border:solid 1px #746250;width:2rem;color:transparent;border-radius:unset}.ReactTable .-pagination .-previous .-btn{background-image:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='chevronLeftIconTitle'%20stroke='%23746250'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='%23000'%3e%3ctitle%20id='chevronLeftIconTitle'%3eChevron%20Left%3c/title%3e%3cpolyline%20points='14%2018%208%2012%2014%206%2014%206'/%3e%3c/svg%3e")}.ReactTable .-pagination .-previous .-btn:not([disabled]):hover{background:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='chevronLeftIconTitle'%20stroke='white'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='white'%3e%3ctitle%20id='chevronLeftIconTitle'%3eChevron%20Left%3c/title%3e%3cpolyline%20points='14%2018%208%2012%2014%206%2014%206'/%3e%3c/svg%3e") center #746250!important;color:transparent}.ReactTable .-pagination .-next .-btn{background:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='chevronRightIconTitle'%20stroke='%23746250'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='%23000'%3e%3ctitle%20id='chevronRightIconTitle'%3eChevron%20Right%3c/title%3e%3cpolyline%20points='10%206%2016%2012%2010%2018%2010%2018'/%3e%3c/svg%3e") center #fff!important}.ReactTable .-pagination .-next .-btn:not([disabled]):hover{background:url("data:image/svg+xml,%3csvg%20role='img'%20xmlns='http://www.w3.org/2000/svg'%20width='48px'%20height='48px'%20viewBox='0%200%2024%2024'%20aria-labelledby='chevronRightIconTitle'%20stroke='white'%20stroke-width='1'%20stroke-linecap='square'%20stroke-linejoin='miter'%20fill='none'%20color='%23000'%3e%3ctitle%20id='chevronRightIconTitle'%3eChevron%20Right%3c/title%3e%3cpolyline%20points='10%206%2016%2012%2010%2018%2010%2018'/%3e%3c/svg%3e") center #746250!important;color:transparent}html{scroll-behavior:smooth}*:focus{outline:none!important;box-shadow:none!important}a>svg{height:100%;width:auto}.accordion.myad-accordion-full input:checked~.accordion-body,.accordion[open].myad-accordion-full .accordion-body{max-height:unset}#root{min-height:100vh;display:flex;flex-direction:column}.container{margin-top:1rem;flex-grow:1}.container-page{margin-top:1rem;padding:.5rem}.top-nav-link{margin-bottom:2rem}.myad-carousel .carousel .slider-wrapper.axis-horizontal .slider .slide{background:#f7f8f9}.myad-carousel .carousel .slider-wrapper,.myad-carousel .carousel.carousel-slider,.myad-carousel .carousel .slide img{height:400px}.myad-carousel .carousel .slide img{object-fit:contain}.menu-with-cursor li{cursor:pointer}.panel-container-page{display:flex;margin-top:-4px}.panel-container-page .content{display:flex;flex-direction:column;width:calc(100% - 140px + 1rem)}.panel-container-page .panel-info{padding-top:2.2rem;width:140px}/*! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com*/*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-bottom-0{bottom:0}.tw-m-2{margin:.5rem}.-tw-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.tw-mx-0{margin-left:0;margin-right:0}.tw-mx-10{margin-left:2.5rem;margin-right:2.5rem}.tw-mx-3{margin-left:.75rem;margin-right:.75rem}.tw-mx-4{margin-left:1rem;margin-right:1rem}.tw-my-2{margin-top:.5rem;margin-bottom:.5rem}.tw-my-4{margin-top:1rem;margin-bottom:1rem}.tw-mb-12{margin-bottom:3rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-4{margin-bottom:1rem}.tw-mt-2{margin-top:.5rem}.tw-flex{display:flex}.tw-h-screen{height:100vh}.tw-w-10{width:2.5rem}.tw-w-4{width:1rem}.tw-w-80{width:20rem}.tw-w-full{width:100%}@keyframes tw-spin{to{transform:rotate(360deg)}}.tw-animate-spin{animation:tw-spin 1s linear infinite}.tw-cursor-pointer{cursor:pointer}.tw-flex-row{flex-direction:row}.tw-flex-row-reverse{flex-direction:row-reverse}.tw-flex-col{flex-direction:column}.tw-place-content-center{place-content:center}.tw-place-items-center{place-items:center}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-gap-5{gap:1.25rem}.tw-overflow-y-auto{overflow-y:auto}.tw-border-4{border-width:4px}.tw-border-fawn-color{border-color:var(--fawn-color)}.tw-bg-cerise-color{background-color:var(--cerise-color)}.tw-bg-sable50-color{background-color:var(--sable50-color)}.tw-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.tw-px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-px-8{padding-left:2rem;padding-right:2rem}.tw-py-1{padding-top:.25rem;padding-bottom:.25rem}.tw-py-20{padding-top:5rem;padding-bottom:5rem}.tw-pt-0\.5{padding-top:.125rem}.tw-text-center{text-align:center}.tw-text-2xl{font-size:1.5rem;line-height:2rem}.tw-text-4xl{font-size:2.25rem;line-height:2.5rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-font-semibold{font-weight:600}.tw-text-fawn-color{color:var(--fawn-color)}.tw-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.tw-underline{text-decoration-line:underline}.tw-underline-offset-4{text-underline-offset:4px}:root{--fawn-color: #746250;--fawndark-color: #55473a;--fawndark2-color: #362e25;--sable-color: #cfb07b;--sable50-color: #e6d7bc;--grischaud-color: #f1eeec;--grischaud50-color: #f8f6f5;--darkgrey-color: #1d1f24;--darkgrey2-color: #2a2c30;--coolgrey-color: #75787b;--coolgrey50-color: #b3b5b7;--coolgrey25-color: #dcddde;--clay2-color: #ad594b;--cerise-color: #960051;--red-color: #E80216;--plum-color: #5c4e63;--green-color: #B7BF10;--blue-color: #2a6da7;--buy-color: #72A371;--sell-color: #953D51;--hold-color: #9A8B7F;--neutral-color: #524E51;--not-covered-color: var(--darkgrey2-color)}.visited\:tw-text-sable50-color:visited{color:var(--sable50-color)}.hover\:tw-text-sable-color:hover{color:var(--sable-color)}._fawn-bg_ta7jg_13{background-color:#746250}._fawn-color_ta7jg_16{color:#746250}._fawn-stroke_ta7jg_19{stroke:#746250}._fawn-fill_ta7jg_22{fill:#746250}._fawndark-bg_ta7jg_26{background-color:#55473a}._fawndark-color_ta7jg_29{color:#55473a}._fawndark-stroke_ta7jg_32{stroke:#55473a}._fawndark-fill_ta7jg_35{fill:#55473a}._fawndark2-bg_ta7jg_39{background-color:#362e25}._fawndark2-color_ta7jg_42{color:#362e25}._fawndark2-stroke_ta7jg_45{stroke:#362e25}._fawndark2-fill_ta7jg_48{fill:#362e25}._sable-bg_ta7jg_52{background-color:#cfb07b}._sable-color_ta7jg_55{color:#cfb07b}._sable-stroke_ta7jg_58{stroke:#cfb07b}._sable-fill_ta7jg_61{fill:#cfb07b}._sable50-bg_ta7jg_65{background-color:#e6d7bc}._sable50-color_ta7jg_68{color:#e6d7bc}._sable50-stroke_ta7jg_71{stroke:#e6d7bc}._sable50-fill_ta7jg_74{fill:#e6d7bc}._grischaud-bg_ta7jg_78{background-color:#f1eeec}._grischaud-color_ta7jg_81{color:#f1eeec}._grischaud-stroke_ta7jg_84{stroke:#f1eeec}._grischaud-fill_ta7jg_87{fill:#f1eeec}._grischaud50-bg_ta7jg_91{background-color:#f8f6f5}._grischaud50-color_ta7jg_94{color:#f8f6f5}._grischaud50-stroke_ta7jg_97{stroke:#f8f6f5}._grischaud50-fill_ta7jg_100{fill:#f8f6f5}._darkgrey-bg_ta7jg_104{background-color:#1d1f24}._darkgrey-color_ta7jg_107{color:#1d1f24}._darkgrey-stroke_ta7jg_110{stroke:#1d1f24}._darkgrey-fill_ta7jg_113{fill:#1d1f24}._darkgrey2-bg_ta7jg_117{background-color:#2a2c30}._darkgrey2-color_ta7jg_120{color:#2a2c30}._darkgrey2-stroke_ta7jg_123{stroke:#2a2c30}._darkgrey2-fill_ta7jg_126{fill:#2a2c30}._coolgrey-bg_ta7jg_130{background-color:#75787b}._coolgrey-color_ta7jg_133{color:#75787b}._coolgrey-stroke_ta7jg_136{stroke:#75787b}._coolgrey-fill_ta7jg_139{fill:#75787b}._coolgrey50-bg_ta7jg_143{background-color:#b3b5b7}._coolgrey50-color_ta7jg_146{color:#b3b5b7}._coolgrey50-stroke_ta7jg_149{stroke:#b3b5b7}._coolgrey50-fill_ta7jg_152{fill:#b3b5b7}._coolgrey25-bg_ta7jg_156{background-color:#dcddde}._coolgrey25-color_ta7jg_159{color:#dcddde}._coolgrey25-stroke_ta7jg_162{stroke:#dcddde}._coolgrey25-fill_ta7jg_165{fill:#dcddde}._clay2-bg_ta7jg_169{background-color:#ad594b}._clay2-color_ta7jg_172{color:#ad594b}._clay2-stroke_ta7jg_175{stroke:#ad594b}._clay2-fill_ta7jg_178{fill:#ad594b}._cerise-bg_ta7jg_182{background-color:#960051}._cerise-color_ta7jg_185{color:#960051}._cerise-stroke_ta7jg_188{stroke:#960051}._cerise-fill_ta7jg_191{fill:#960051}._red-bg_ta7jg_195{background-color:#e80216}._red-color_ta7jg_198{color:#e80216}._red-stroke_ta7jg_201{stroke:#e80216}._red-fill_ta7jg_204{fill:#e80216}._plum-bg_ta7jg_208{background-color:#5c4e63}._plum-color_ta7jg_211{color:#5c4e63}._plum-stroke_ta7jg_214{stroke:#5c4e63}._plum-fill_ta7jg_217{fill:#5c4e63}._green-bg_ta7jg_221{background-color:#b7bf10}._green-color_ta7jg_224{color:#b7bf10}._green-stroke_ta7jg_227{stroke:#b7bf10}._green-fill_ta7jg_230{fill:#b7bf10}._white-bg_ta7jg_234{background-color:#fff}._white-color_ta7jg_237{color:#fff}._white-stroke_ta7jg_240{stroke:#fff}._white-fill_ta7jg_243{fill:#fff}._black-bg_ta7jg_247{background-color:#000}._black-color_ta7jg_250{color:#000}._black-stroke_ta7jg_253{stroke:#000}._black-fill_ta7jg_256{fill:#000}._blue-bg_ta7jg_260{background-color:#2a6da7}._blue-color_ta7jg_263{color:#2a6da7}._blue-stroke_ta7jg_266{stroke:#2a6da7}._blue-fill_ta7jg_269{fill:#2a6da7}._buy-bg_ta7jg_273{background-color:#72a371}._buy-color_ta7jg_276{color:#72a371}._buy-stroke_ta7jg_279{stroke:#72a371}._buy-fill_ta7jg_282{fill:#72a371}._sell-bg_ta7jg_286{background-color:#953d51}._sell-color_ta7jg_289{color:#953d51}._sell-stroke_ta7jg_292{stroke:#953d51}._sell-fill_ta7jg_295{fill:#953d51}._hold-bg_ta7jg_299{background-color:#9a8b7f}._hold-color_ta7jg_302{color:#9a8b7f}._hold-stroke_ta7jg_305{stroke:#9a8b7f}._hold-fill_ta7jg_308{fill:#9a8b7f}._not-covered-bg_ta7jg_312{background-color:#2a2c30}._not-covered-color_ta7jg_315{color:#2a2c30}._not-covered-stroke_ta7jg_318{stroke:#2a2c30}._not-covered-fill_ta7jg_321{fill:#2a2c30}._transparent-bg_ta7jg_325{background-color:transparent!important}._text-cerise-color_ta7jg_329,a._text-cerise-color_ta7jg_329:visited{color:#960051}._with-shadow_ta7jg_333{box-shadow:#30374226 0 .25rem 1rem}._ErrorMessage_ta7jg_337{margin-bottom:.5em;margin-top:.5em;font-size:16px}._InputWithError_ta7jg_343{margin-bottom:0!important}.bg-auth{position:absolute;background-image:url(/assets/visual-car-DSDhSBcQ.png);background-repeat:no-repeat;background-position:top;background-size:cover;opacity:.32;width:100%;height:100%;z-index:-10}.logo-indosuez{height:120px;width:200px}.logo-myAdvisory{width:300px;height:50px}.bg-footer{box-shadow:0 0 40px #00000026}.logo-cagroup{height:20px;width:300px;opacity:.8}._QuickSearch_1i3q8_1 ._QuickSearchMenu_1i3q8_1{left:unset;right:0}._QuickSearch_1i3q8_1 ._QuickSearchMenuItem_1i3q8_5{white-space:nowrap;max-width:300px}._QuickSearch_1i3q8_1 ._QuickSearchMenuItem_1i3q8_5>a{overflow:hidden;text-overflow:ellipsis}._separator_1aevv_1{height:55px}._fawn-bg_4tslu_13{background-color:#746250}._fawn-color_4tslu_16{color:#746250}._fawn-stroke_4tslu_19{stroke:#746250}._fawn-fill_4tslu_22{fill:#746250}._fawndark-bg_4tslu_26{background-color:#55473a}._fawndark-color_4tslu_29{color:#55473a}._fawndark-stroke_4tslu_32{stroke:#55473a}._fawndark-fill_4tslu_35{fill:#55473a}._fawndark2-bg_4tslu_39{background-color:#362e25}._fawndark2-color_4tslu_42{color:#362e25}._fawndark2-stroke_4tslu_45{stroke:#362e25}._fawndark2-fill_4tslu_48{fill:#362e25}._sable-bg_4tslu_52{background-color:#cfb07b}._sable-color_4tslu_55{color:#cfb07b}._sable-stroke_4tslu_58{stroke:#cfb07b}._sable-fill_4tslu_61{fill:#cfb07b}._sable50-bg_4tslu_65{background-color:#e6d7bc}._sable50-color_4tslu_68{color:#e6d7bc}._sable50-stroke_4tslu_71{stroke:#e6d7bc}._sable50-fill_4tslu_74{fill:#e6d7bc}._grischaud-bg_4tslu_78{background-color:#f1eeec}._grischaud-color_4tslu_81{color:#f1eeec}._grischaud-stroke_4tslu_84{stroke:#f1eeec}._grischaud-fill_4tslu_87{fill:#f1eeec}._grischaud50-bg_4tslu_91{background-color:#f8f6f5}._grischaud50-color_4tslu_94{color:#f8f6f5}._grischaud50-stroke_4tslu_97{stroke:#f8f6f5}._grischaud50-fill_4tslu_100{fill:#f8f6f5}._darkgrey-bg_4tslu_104{background-color:#1d1f24}._darkgrey-color_4tslu_107{color:#1d1f24}._darkgrey-stroke_4tslu_110{stroke:#1d1f24}._darkgrey-fill_4tslu_113{fill:#1d1f24}._darkgrey2-bg_4tslu_117{background-color:#2a2c30}._darkgrey2-color_4tslu_120{color:#2a2c30}._darkgrey2-stroke_4tslu_123{stroke:#2a2c30}._darkgrey2-fill_4tslu_126{fill:#2a2c30}._coolgrey-bg_4tslu_130{background-color:#75787b}._coolgrey-color_4tslu_133{color:#75787b}._coolgrey-stroke_4tslu_136{stroke:#75787b}._coolgrey-fill_4tslu_139{fill:#75787b}._coolgrey50-bg_4tslu_143{background-color:#b3b5b7}._coolgrey50-color_4tslu_146{color:#b3b5b7}._coolgrey50-stroke_4tslu_149{stroke:#b3b5b7}._coolgrey50-fill_4tslu_152{fill:#b3b5b7}._coolgrey25-bg_4tslu_156{background-color:#dcddde}._coolgrey25-color_4tslu_159{color:#dcddde}._coolgrey25-stroke_4tslu_162{stroke:#dcddde}._coolgrey25-fill_4tslu_165{fill:#dcddde}._clay2-bg_4tslu_169{background-color:#ad594b}._clay2-color_4tslu_172{color:#ad594b}._clay2-stroke_4tslu_175{stroke:#ad594b}._clay2-fill_4tslu_178{fill:#ad594b}._cerise-bg_4tslu_182{background-color:#960051}._cerise-color_4tslu_185{color:#960051}._cerise-stroke_4tslu_188{stroke:#960051}._cerise-fill_4tslu_191{fill:#960051}._red-bg_4tslu_195{background-color:#e80216}._red-color_4tslu_198{color:#e80216}._red-stroke_4tslu_201{stroke:#e80216}._red-fill_4tslu_204{fill:#e80216}._plum-bg_4tslu_208{background-color:#5c4e63}._plum-color_4tslu_211{color:#5c4e63}._plum-stroke_4tslu_214{stroke:#5c4e63}._plum-fill_4tslu_217{fill:#5c4e63}._green-bg_4tslu_221{background-color:#b7bf10}._green-color_4tslu_224{color:#b7bf10}._green-stroke_4tslu_227{stroke:#b7bf10}._green-fill_4tslu_230{fill:#b7bf10}._white-bg_4tslu_234{background-color:#fff}._white-color_4tslu_237{color:#fff}._white-stroke_4tslu_240{stroke:#fff}._white-fill_4tslu_243{fill:#fff}._black-bg_4tslu_247{background-color:#000}._black-color_4tslu_250{color:#000}._black-stroke_4tslu_253{stroke:#000}._black-fill_4tslu_256{fill:#000}._blue-bg_4tslu_260{background-color:#2a6da7}._blue-color_4tslu_263{color:#2a6da7}._blue-stroke_4tslu_266{stroke:#2a6da7}._blue-fill_4tslu_269{fill:#2a6da7}._buy-bg_4tslu_273{background-color:#72a371}._buy-color_4tslu_276{color:#72a371}._buy-stroke_4tslu_279{stroke:#72a371}._buy-fill_4tslu_282{fill:#72a371}._sell-bg_4tslu_286{background-color:#953d51}._sell-color_4tslu_289{color:#953d51}._sell-stroke_4tslu_292{stroke:#953d51}._sell-fill_4tslu_295{fill:#953d51}._hold-bg_4tslu_299{background-color:#9a8b7f}._hold-color_4tslu_302{color:#9a8b7f}._hold-stroke_4tslu_305{stroke:#9a8b7f}._hold-fill_4tslu_308{fill:#9a8b7f}._not-covered-bg_4tslu_312{background-color:#2a2c30}._not-covered-color_4tslu_315{color:#2a2c30}._not-covered-stroke_4tslu_318{stroke:#2a2c30}._not-covered-fill_4tslu_321{fill:#2a2c30}._transparent-bg_4tslu_325{background-color:transparent!important}._text-cerise-color_4tslu_329,a._text-cerise-color_4tslu_329:visited{color:#960051}._with-shadow_4tslu_333{box-shadow:#30374226 0 .25rem 1rem}._RatingStars_4tslu_337,._RatingStars_4tslu_337 ._RatingStarContainer_4tslu_337,._RatingStars_4tslu_337 ._IWMScoreContainer_4tslu_337{display:inline-block}._RatingStars_4tslu_337 ._RatingStarContainer_4tslu_337,._RatingStars_4tslu_337 ._IWMScoreContainer_4tslu_337{vertical-align:middle}._RatingStars_4tslu_337 ._RatingStar_4tslu_337{width:1em;height:1em}._RatingStars_4tslu_337 ._RatingStarContainer_4tslu_337{height:1em;min-width:6.3em;padding:0 .5em}._RatingStars_4tslu_337 ._RatingStar_4tslu_337:not(:first-child){margin-left:.2em}._Cerise_4tslu_356{stroke:#960051}.sliding-panel-container{position:fixed;top:0;left:0}.sliding-panel-container.active{position:fixed;z-index:15000;background-color:#0000004d;will-change:transform}.sliding-panel-container.active.click-through{pointer-events:none;background-color:transparent}.sliding-panel-container.click-through>div{pointer-events:none}.panel-content{height:100%;width:100%;pointer-events:all}.panel-container-left-enter{opacity:0;transform:translate(-100%)}.panel-container-left-enter-active{opacity:1;transform:translate(0);transition:transform .5s,opacity .5s}.panel-container-left-exit{opacity:1;transform:translate(0)}.panel-container-left-exit-active{opacity:0;transform:translate(-100%);transition:transform .5s,opacity .5s}.panel-container-right-enter{opacity:0;transform:translate(100%)}.panel-container-right-enter-active{opacity:1;transform:translate(0);transition:transform .5s,opacity .5s}.panel-container-right-exit{opacity:1;transform:translate(0)}.panel-container-right-exit-active{opacity:0;transform:translate(100%);transition:transform .5s,opacity .5s}.panel-container-top-enter{opacity:0;transform:translateY(-100%)}.panel-container-top-enter-active{opacity:1;transform:translate(0);transition:transform .5s,opacity .5s}.panel-container-top-exit{opacity:1;transform:translate(0)}.panel-container-top-exit-active{opacity:0;transform:translateY(-100%);transition:transform .5s,opacity .5s}.panel-container-bottom-enter{opacity:0;transform:translateY(100%)}.panel-container-bottom-enter-active{opacity:1;transform:translate(0);transition:transform .5s,opacity .5s}.panel-container-bottom-exit{opacity:1;transform:translate(0)}.panel-container-bottom-exit-active{opacity:0;transform:translateY(100%);transition:transform .5s,opacity .5s}._fawn-bg_1t8u0_16{background-color:#746250}._fawn-color_1t8u0_19{color:#746250}._fawn-stroke_1t8u0_22{stroke:#746250}._fawn-fill_1t8u0_25{fill:#746250}._fawndark-bg_1t8u0_29{background-color:#55473a}._fawndark-color_1t8u0_32{color:#55473a}._fawndark-stroke_1t8u0_35{stroke:#55473a}._fawndark-fill_1t8u0_38{fill:#55473a}._fawndark2-bg_1t8u0_42{background-color:#362e25}._fawndark2-color_1t8u0_45{color:#362e25}._fawndark2-stroke_1t8u0_48{stroke:#362e25}._fawndark2-fill_1t8u0_51{fill:#362e25}._sable-bg_1t8u0_55{background-color:#cfb07b}._sable-color_1t8u0_58{color:#cfb07b}._sable-stroke_1t8u0_61{stroke:#cfb07b}._sable-fill_1t8u0_64{fill:#cfb07b}._sable50-bg_1t8u0_68{background-color:#e6d7bc}._sable50-color_1t8u0_71{color:#e6d7bc}._sable50-stroke_1t8u0_74{stroke:#e6d7bc}._sable50-fill_1t8u0_77{fill:#e6d7bc}._grischaud-bg_1t8u0_81{background-color:#f1eeec}._grischaud-color_1t8u0_84{color:#f1eeec}._grischaud-stroke_1t8u0_87{stroke:#f1eeec}._grischaud-fill_1t8u0_90{fill:#f1eeec}._grischaud50-bg_1t8u0_94{background-color:#f8f6f5}._grischaud50-color_1t8u0_97{color:#f8f6f5}._grischaud50-stroke_1t8u0_100{stroke:#f8f6f5}._grischaud50-fill_1t8u0_103{fill:#f8f6f5}._darkgrey-bg_1t8u0_107{background-color:#1d1f24}._darkgrey-color_1t8u0_110{color:#1d1f24}._darkgrey-stroke_1t8u0_113{stroke:#1d1f24}._darkgrey-fill_1t8u0_116{fill:#1d1f24}._darkgrey2-bg_1t8u0_120{background-color:#2a2c30}._darkgrey2-color_1t8u0_123{color:#2a2c30}._darkgrey2-stroke_1t8u0_126{stroke:#2a2c30}._darkgrey2-fill_1t8u0_129{fill:#2a2c30}._coolgrey-bg_1t8u0_133{background-color:#75787b}._coolgrey-color_1t8u0_136{color:#75787b}._coolgrey-stroke_1t8u0_139{stroke:#75787b}._coolgrey-fill_1t8u0_142{fill:#75787b}._coolgrey50-bg_1t8u0_146{background-color:#b3b5b7}._coolgrey50-color_1t8u0_149{color:#b3b5b7}._coolgrey50-stroke_1t8u0_152{stroke:#b3b5b7}._coolgrey50-fill_1t8u0_155{fill:#b3b5b7}._coolgrey25-bg_1t8u0_159{background-color:#dcddde}._coolgrey25-color_1t8u0_162{color:#dcddde}._coolgrey25-stroke_1t8u0_165{stroke:#dcddde}._coolgrey25-fill_1t8u0_168{fill:#dcddde}._clay2-bg_1t8u0_172{background-color:#ad594b}._clay2-color_1t8u0_175{color:#ad594b}._clay2-stroke_1t8u0_178{stroke:#ad594b}._clay2-fill_1t8u0_181{fill:#ad594b}._cerise-bg_1t8u0_185{background-color:#960051}._cerise-color_1t8u0_188{color:#960051}._cerise-stroke_1t8u0_191{stroke:#960051}._cerise-fill_1t8u0_194{fill:#960051}._red-bg_1t8u0_198{background-color:#e80216}._red-color_1t8u0_201{color:#e80216}._red-stroke_1t8u0_204{stroke:#e80216}._red-fill_1t8u0_207{fill:#e80216}._plum-bg_1t8u0_211{background-color:#5c4e63}._plum-color_1t8u0_214{color:#5c4e63}._plum-stroke_1t8u0_217{stroke:#5c4e63}._plum-fill_1t8u0_220{fill:#5c4e63}._green-bg_1t8u0_224{background-color:#b7bf10}._green-color_1t8u0_227{color:#b7bf10}._green-stroke_1t8u0_230{stroke:#b7bf10}._green-fill_1t8u0_233{fill:#b7bf10}._white-bg_1t8u0_237{background-color:#fff}._white-color_1t8u0_240{color:#fff}._white-stroke_1t8u0_243{stroke:#fff}._white-fill_1t8u0_246{fill:#fff}._black-bg_1t8u0_250{background-color:#000}._black-color_1t8u0_253{color:#000}._black-stroke_1t8u0_256{stroke:#000}._black-fill_1t8u0_259{fill:#000}._blue-bg_1t8u0_263{background-color:#2a6da7}._blue-color_1t8u0_266{color:#2a6da7}._blue-stroke_1t8u0_269{stroke:#2a6da7}._blue-fill_1t8u0_272{fill:#2a6da7}._buy-bg_1t8u0_276{background-color:#72a371}._buy-color_1t8u0_279{color:#72a371}._buy-stroke_1t8u0_282{stroke:#72a371}._buy-fill_1t8u0_285{fill:#72a371}._sell-bg_1t8u0_289{background-color:#953d51}._sell-color_1t8u0_292{color:#953d51}._sell-stroke_1t8u0_295{stroke:#953d51}._sell-fill_1t8u0_298{fill:#953d51}._hold-bg_1t8u0_302{background-color:#9a8b7f}._hold-color_1t8u0_305{color:#9a8b7f}._hold-stroke_1t8u0_308{stroke:#9a8b7f}._hold-fill_1t8u0_311{fill:#9a8b7f}._not-covered-bg_1t8u0_315{background-color:#2a2c30}._not-covered-color_1t8u0_318{color:#2a2c30}._not-covered-stroke_1t8u0_321{stroke:#2a2c30}._not-covered-fill_1t8u0_324{fill:#2a2c30}._transparent-bg_1t8u0_328{background-color:transparent!important}._text-cerise-color_1t8u0_332,a._text-cerise-color_1t8u0_332:visited{color:#960051}._with-shadow_1t8u0_336{box-shadow:#30374226 0 .25rem 1rem}h1._title_1t8u0_345,._title_1t8u0_345._h1_1t8u0_345,h2._title_1t8u0_345,._title_1t8u0_345._h2_1t8u0_347,h3._title_1t8u0_345,._title_1t8u0_345._h3_1t8u0_349,._title_1t8u0_345._SectionTitle_1t8u0_350,h4._title_1t8u0_345,._title_1t8u0_345._h4_1t8u0_352,h5._title_1t8u0_345,._title_1t8u0_345._h5_1t8u0_354,h6._title_1t8u0_345{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_1t8u0_360,._support_1t8u0_360._h1_1t8u0_345,h2._support_1t8u0_360,._support_1t8u0_360._h2_1t8u0_347,h3._support_1t8u0_360,._support_1t8u0_360._h3_1t8u0_349,._support_1t8u0_360._SectionTitle_1t8u0_350,h4._support_1t8u0_360,._support_1t8u0_360._h4_1t8u0_352,h5._support_1t8u0_360,._support_1t8u0_360._h5_1t8u0_354,h6._support_1t8u0_360{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_1t8u0_345{font-size:72px;line-height:92px}._h1_1t8u0_345._title_1t8u0_345{letter-spacing:5px}._h2_1t8u0_347{font-size:48px;line-height:64px;margin-bottom:0}._h2_1t8u0_347._title_1t8u0_345{letter-spacing:4px}._h3_1t8u0_349,._SectionTitle_1t8u0_350{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_1t8u0_349._title_1t8u0_345,._title_1t8u0_345._SectionTitle_1t8u0_350{letter-spacing:3px}._h3_1t8u0_349._normal_1t8u0_403,._normal_1t8u0_403._SectionTitle_1t8u0_350{font-family:Asul;font-style:normal}._h4_1t8u0_352,._SectionContent_1t8u0_408>._SectionTitle_1t8u0_350{font-size:24px;line-height:36px}._h4_1t8u0_352._title_1t8u0_345,._SectionContent_1t8u0_408>._title_1t8u0_345._SectionTitle_1t8u0_350{letter-spacing:2px}._h5_1t8u0_354{font-size:18px;line-height:28px}._h5_1t8u0_354._title_1t8u0_345{letter-spacing:2px}._separator-title_1t8u0_424{margin-bottom:1em}._separator-title_1t8u0_424 h4,._separator-title_1t8u0_424 ._h4_1t8u0_352,._separator-title_1t8u0_424 ._SectionContent_1t8u0_408>._SectionTitle_1t8u0_350{margin-bottom:0;margin-top:1em}._separator-title_1t8u0_424 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_1t8u0_424 hr{margin-top:0}._text-small_1t8u0_439{font-size:14px}._text-xsmall_1t8u0_443{font-size:12px}._white-space-normal_1t8u0_447{white-space:normal}._SectionContent_1t8u0_408>._SectionTitle_1t8u0_350{margin-top:.5em}._SectionContent_1t8u0_408>._SectionContent_1t8u0_408{border-left:solid;padding-left:.5rem;border-color:#f8f6f5;margin-left:.5rem}._activeModal_b847n_1{z-index:1200!important}._findUsersContainer_ag0x1_1{align-content:flex-start;display:flex}._userInput_ag0x1_6,._accountInput_ag0x1_11{border:none;height:25px}._switchLabel_pcxhu_1{display:inline}._switch_pcxhu_1{display:inline;margin-left:10px}._tooltipContainer_1q3xd_1{display:flex}._infoIcon_1q3xd_5{height:25px}._warningLabel_1q3xd_9,._warningLabel_1hfte_1{text-align:right}._content_1hfte_5{white-space:normal;font-size:20px}._errorsDiv_1hfte_10{white-space:pre}.rdw-option-wrapper{border:1px solid #F1F1F1;padding:5px;min-width:25px;height:20px;border-radius:2px;margin:0 4px;display:flex;justify-content:center;align-items:center;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-option-wrapper:hover{box-shadow:1px 1px #bfbdbd}.rdw-option-wrapper:active,.rdw-option-active{box-shadow:1px 1px #bfbdbd inset}.rdw-option-disabled{opacity:.3;cursor:default}.rdw-dropdown-wrapper{height:30px;cursor:pointer;border:1px solid #F1F1F1;border-radius:2px;margin:0 3px;text-transform:capitalize;background:#fff}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{box-shadow:1px 1px #bfbdbd;background-color:#fff}.rdw-dropdown-wrapper:active{box-shadow:1px 1px #bfbdbd inset}.rdw-dropdown-carettoopen{height:0px;width:0px;position:absolute;top:35%;right:10%;border-top:6px solid black;border-left:5px solid transparent;border-right:5px solid transparent}.rdw-dropdown-carettoclose{height:0px;width:0px;position:absolute;top:35%;right:10%;border-bottom:6px solid black;border-left:5px solid transparent;border-right:5px solid transparent}.rdw-dropdown-selectedtext{display:flex;position:relative;height:100%;align-items:center;padding:0 5px}.rdw-dropdown-optionwrapper{z-index:100;position:relative;border:1px solid #F1F1F1;width:98%;background:#fff;border-radius:2px;margin:0;padding:0;max-height:250px;overflow-y:scroll}.rdw-dropdown-optionwrapper:hover{box-shadow:1px 1px #bfbdbd;background-color:#fff}.rdw-dropdownoption-default{min-height:25px;display:flex;align-items:center;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{opacity:.3;cursor:default}.rdw-inline-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-block-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:flex;justify-content:center}.rdw-fontfamily-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{white-space:nowrap;max-width:90px;overflow:hidden;text-overflow:ellipsis}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-text-align-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-right-aligned-block>div{display:inline-block}.rdw-left-aligned-block>div{display:inline-block}.rdw-center-aligned-block>div{display:inline-block}.rdw-justify-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-colorpicker-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:175px;height:175px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-colorpicker-modal-header{display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{font-size:15px;width:50%;text-align:center;cursor:pointer;padding:0 10px 5px}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{margin:5px auto;display:flex;width:100%;height:100%;flex-wrap:wrap;overflow:scroll}.rdw-colorpicker-cube{width:22px;height:22px;border:1px solid #F1F1F1}.rdw-colorpicker-option{margin:3px;padding:0;min-height:20px;border:none;width:22px;height:22px;min-width:22px;box-shadow:1px 2px 1px #bfbdbd inset}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{height:40px;display:flex;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:205px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{margin-top:5px;border-radius:2px;border:1px solid #F1F1F1;height:25px;margin-bottom:15px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{margin-left:10px;width:75px;height:30px;border:1px solid #F1F1F1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-link-modal-btn:hover{box-shadow:1px 1px #bfbdbd}.rdw-link-modal-btn:active{box-shadow:1px 1px #bfbdbd inset}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-embedded-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-embedded-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;height:180px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;justify-content:space-between;box-shadow:3px 3px 5px #bfbdbd}.rdw-embedded-modal-header{font-size:15px;display:flex}.rdw-embedded-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-embedded-modal-header-label{width:95px;border:1px solid #f1f1f1;margin-top:5px;background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-embedded-modal-link-section{display:flex;flex-direction:column}.rdw-embedded-modal-link-input{width:88%;height:35px;margin:10px 0;border:1px solid #F1F1F1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-embedded-modal-link-input-wrapper{display:flex;align-items:center}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:flex;justify-content:center}.rdw-embedded-modal-btn{margin:0 3px;width:75px;height:30px;border:1px solid #F1F1F1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:1px 1px #bfbdbd inset}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-embedded-modal-size-input{width:80%;height:20px;border:1px solid #F1F1F1;border-radius:2px;font-size:12px}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-emoji-modal{overflow:auto;position:absolute;top:35px;left:5px;display:flex;flex-wrap:wrap;width:235px;height:180px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-emoji-icon{margin:2.5px;height:24px;width:24px;cursor:pointer;font-size:22px;display:flex;justify-content:center;align-items:center}.rdw-spinner{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.rdw-spinner>div{width:12px;height:12px;background-color:#333;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.rdw-spinner .rdw-bounce1{animation-delay:-.32s}.rdw-spinner .rdw-bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.rdw-image-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-image-modal{position:absolute;top:35px;left:5px;display:flex;flex-direction:column;width:235px;border:1px solid #F1F1F1;padding:15px;border-radius:2px;z-index:100;background:#fff;box-shadow:3px 3px 5px #bfbdbd}.rdw-image-modal-header{font-size:15px;margin:10px 0;display:flex}.rdw-image-modal-header-option{width:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.rdw-image-modal-header-label{width:80px;background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{width:100%;color:gray;cursor:pointer;display:flex;border:none;font-size:15px;align-items:center;justify-content:center;background-color:#f1f1f1;outline:2px dashed gray;outline-offset:-10px;margin:10px 0;padding:9px 0}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{cursor:pointer;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:15px}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-width:100%;max-height:200px}.rdw-image-modal-upload-option-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.rdw-image-modal-url-section{display:flex;align-items:center}.rdw-image-modal-url-input{width:90%;height:35px;margin:15px 0 12px;border:1px solid #F1F1F1;border-radius:2px;font-size:15px;padding:0 5px}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{margin:0 5px;width:75px;height:30px;border:1px solid #F1F1F1;border-radius:2px;cursor:pointer;background:#fff;text-transform:capitalize}.rdw-image-modal-btn:hover{box-shadow:1px 1px #bfbdbd}.rdw-image-modal-btn:active{box-shadow:1px 1px #bfbdbd inset}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{position:absolute;top:-3px;left:0;width:100%;height:100%;opacity:.5}.rdw-image-modal-alt-input{width:70%;height:20px;border:1px solid #F1F1F1;border-radius:2px;font-size:12px;margin-left:5px}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{align-items:center;display:flex;margin:8px 0;justify-content:space-between}.rdw-image-modal-size-input{width:40%;height:20px;border:1px solid #F1F1F1;border-radius:2px;font-size:12px}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{display:flex;align-items:center;margin-bottom:6px;position:relative;flex-wrap:wrap}.rdw-history-wrapper{display:flex;align-items:center;margin-bottom:6px;flex-wrap:wrap}.rdw-history-dropdownoption{height:40px;display:flex;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{position:absolute;left:40%;top:0;cursor:pointer;background-color:#fff}.rdw-mention-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{position:absolute;display:flex;flex-direction:column;border:1px solid #F1F1F1;min-width:100px;max-height:150px;overflow:auto;background:#fff;z-index:100}.rdw-suggestion-option{padding:7px 5px;border-bottom:1px solid #f1f1f1}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{text-decoration:none;color:#1236ff;background-color:#f0fbff;padding:1px 2px;border-radius:2px}.rdw-image-alignment-options-popup{position:absolute;background:#fff;display:flex;padding:5px 2px;border-radius:2px;border:1px solid #F1F1F1;width:105px;cursor:pointer;z-index:100}.rdw-alignment-option-left{justify-content:flex-start}.rdw-image-alignment-option{height:15px;width:15px;min-width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{display:flex;justify-content:center}.rdw-image-left{display:flex}.rdw-image-right{display:flex;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{height:100%;overflow:auto;box-sizing:border-box}.rdw-editor-toolbar{padding:6px 5px 0;border-radius:2px;border:1px solid #F1F1F1;display:flex;justify-content:flex-start;background:#fff;flex-wrap:wrap;font-size:15px;margin-bottom:5px;-webkit-user-select:none;user-select:none}.public-DraftStyleDefault-block{margin:1em 0}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-wrapper{box-sizing:content-box}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:#fff0;border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}._RichTextEditorCustom_1htk8_1{padding-left:15px;padding-right:15px}._RichTextEditorCustom_1htk8_1 .public-DraftStyleDefault-ltr{text-align:unset}._RichTextEditorCustom_1htk8_1 li>*{display:inline}._LogoList_17082_1{width:20px}._tooltipContainer_17082_5{display:flex}._infoIcon_17082_9{height:25px}._warningLabel_17082_13{text-align:right}._IconBigger_d3kip_1{height:1.3em;width:auto}._FormRowRange_fqetu_1{display:flex;flex-direction:row;align-items:center}._FormRowRange_fqetu_1>*{width:unset}._FormRowRange_fqetu_1 select{padding-right:2rem}._FormRowRange_fqetu_1 span{font-size:14px}._FormRowRange_fqetu_1>*+*{margin-left:16px}._FormRowRangeButton_184tp_1 ._RangeButton_184tp_1>*{min-width:69px}._FormRowRangeButton_184tp_1 ._RangeLabel_184tp_4{line-height:1rem}._FormRowRangeButton_184tp_1 ._InputRange_184tp_7{width:unset;margin-bottom:8px}._FormRowRangeButton_184tp_1 ._RangeSeparator_184tp_11{margin:0 8px}._FormRowRangeButton_184tp_1 ._RangeLabel_184tp_4,._FormRowRangeButton_184tp_1 ._RangeSeparator_184tp_11{font-size:13px}._FormRowRangeRating_1qrd5_1{display:flex;flex-direction:row;align-items:center}._FormRowRangeRating_1qrd5_1>*{width:unset}._FormRowRangeRating_1qrd5_1>*+*{margin-left:16px}._FormRowRangeRating_1qrd5_1 ._RangeButton_1qrd5_12>*{min-width:69px}.accordion[open] .accordion-body._AccordionBody_x20j6_1,.accordion input:checked~.accordion-body._AccordionBody_x20j6_1{max-height:unset}._AccordionLabel_x20j6_6{align-self:baseline}._equity_18690_1{display:flex;flex-wrap:wrap;position:relative;width:1550px}._itemEquity_18690_8{flex:1 0 15%}._bond_18690_12{display:flex;flex-wrap:wrap;width:1450px}._itemBond_18690_18{flex:1 0 15%}._input_lvgkr_1{border:none;height:25px}._title_lvgkr_6{font-weight:700;font-size:30px;line-height:48px}._margin-top-separator_lvgkr_12{margin-top:.4rem}._fawn-bg_1e7xi_13{background-color:#746250}._fawn-color_1e7xi_16{color:#746250}._fawn-stroke_1e7xi_19{stroke:#746250}._fawn-fill_1e7xi_22{fill:#746250}._fawndark-bg_1e7xi_26{background-color:#55473a}._fawndark-color_1e7xi_29{color:#55473a}._fawndark-stroke_1e7xi_32{stroke:#55473a}._fawndark-fill_1e7xi_35{fill:#55473a}._fawndark2-bg_1e7xi_39{background-color:#362e25}._fawndark2-color_1e7xi_42{color:#362e25}._fawndark2-stroke_1e7xi_45{stroke:#362e25}._fawndark2-fill_1e7xi_48{fill:#362e25}._sable-bg_1e7xi_52{background-color:#cfb07b}._sable-color_1e7xi_55{color:#cfb07b}._sable-stroke_1e7xi_58{stroke:#cfb07b}._sable-fill_1e7xi_61{fill:#cfb07b}._sable50-bg_1e7xi_65{background-color:#e6d7bc}._sable50-color_1e7xi_68{color:#e6d7bc}._sable50-stroke_1e7xi_71{stroke:#e6d7bc}._sable50-fill_1e7xi_74{fill:#e6d7bc}._grischaud-bg_1e7xi_78{background-color:#f1eeec}._grischaud-color_1e7xi_81{color:#f1eeec}._grischaud-stroke_1e7xi_84{stroke:#f1eeec}._grischaud-fill_1e7xi_87{fill:#f1eeec}._grischaud50-bg_1e7xi_91{background-color:#f8f6f5}._grischaud50-color_1e7xi_94{color:#f8f6f5}._grischaud50-stroke_1e7xi_97{stroke:#f8f6f5}._grischaud50-fill_1e7xi_100{fill:#f8f6f5}._darkgrey-bg_1e7xi_104{background-color:#1d1f24}._darkgrey-color_1e7xi_107{color:#1d1f24}._darkgrey-stroke_1e7xi_110{stroke:#1d1f24}._darkgrey-fill_1e7xi_113{fill:#1d1f24}._darkgrey2-bg_1e7xi_117{background-color:#2a2c30}._darkgrey2-color_1e7xi_120{color:#2a2c30}._darkgrey2-stroke_1e7xi_123{stroke:#2a2c30}._darkgrey2-fill_1e7xi_126{fill:#2a2c30}._coolgrey-bg_1e7xi_130{background-color:#75787b}._coolgrey-color_1e7xi_133{color:#75787b}._coolgrey-stroke_1e7xi_136{stroke:#75787b}._coolgrey-fill_1e7xi_139{fill:#75787b}._coolgrey50-bg_1e7xi_143{background-color:#b3b5b7}._coolgrey50-color_1e7xi_146{color:#b3b5b7}._coolgrey50-stroke_1e7xi_149{stroke:#b3b5b7}._coolgrey50-fill_1e7xi_152{fill:#b3b5b7}._coolgrey25-bg_1e7xi_156{background-color:#dcddde}._coolgrey25-color_1e7xi_159{color:#dcddde}._coolgrey25-stroke_1e7xi_162{stroke:#dcddde}._coolgrey25-fill_1e7xi_165{fill:#dcddde}._clay2-bg_1e7xi_169{background-color:#ad594b}._clay2-color_1e7xi_172{color:#ad594b}._clay2-stroke_1e7xi_175{stroke:#ad594b}._clay2-fill_1e7xi_178{fill:#ad594b}._cerise-bg_1e7xi_182{background-color:#960051}._cerise-color_1e7xi_185{color:#960051}._cerise-stroke_1e7xi_188{stroke:#960051}._cerise-fill_1e7xi_191{fill:#960051}._red-bg_1e7xi_195{background-color:#e80216}._red-color_1e7xi_198{color:#e80216}._red-stroke_1e7xi_201{stroke:#e80216}._red-fill_1e7xi_204{fill:#e80216}._plum-bg_1e7xi_208{background-color:#5c4e63}._plum-color_1e7xi_211{color:#5c4e63}._plum-stroke_1e7xi_214{stroke:#5c4e63}._plum-fill_1e7xi_217{fill:#5c4e63}._green-bg_1e7xi_221{background-color:#b7bf10}._green-color_1e7xi_224{color:#b7bf10}._green-stroke_1e7xi_227{stroke:#b7bf10}._green-fill_1e7xi_230{fill:#b7bf10}._white-bg_1e7xi_234{background-color:#fff}._white-color_1e7xi_237{color:#fff}._white-stroke_1e7xi_240{stroke:#fff}._white-fill_1e7xi_243{fill:#fff}._black-bg_1e7xi_247{background-color:#000}._black-color_1e7xi_250{color:#000}._black-stroke_1e7xi_253{stroke:#000}._black-fill_1e7xi_256{fill:#000}._blue-bg_1e7xi_260{background-color:#2a6da7}._blue-color_1e7xi_263{color:#2a6da7}._blue-stroke_1e7xi_266{stroke:#2a6da7}._blue-fill_1e7xi_269{fill:#2a6da7}._buy-bg_1e7xi_273{background-color:#72a371}._buy-color_1e7xi_276{color:#72a371}._buy-stroke_1e7xi_279{stroke:#72a371}._buy-fill_1e7xi_282{fill:#72a371}._sell-bg_1e7xi_286{background-color:#953d51}._sell-color_1e7xi_289{color:#953d51}._sell-stroke_1e7xi_292{stroke:#953d51}._sell-fill_1e7xi_295{fill:#953d51}._hold-bg_1e7xi_299{background-color:#9a8b7f}._hold-color_1e7xi_302{color:#9a8b7f}._hold-stroke_1e7xi_305{stroke:#9a8b7f}._hold-fill_1e7xi_308{fill:#9a8b7f}._not-covered-bg_1e7xi_312{background-color:#2a2c30}._not-covered-color_1e7xi_315{color:#2a2c30}._not-covered-stroke_1e7xi_318{stroke:#2a2c30}._not-covered-fill_1e7xi_321{fill:#2a2c30}._transparent-bg_1e7xi_325{background-color:transparent!important}._text-cerise-color_1e7xi_329,a._text-cerise-color_1e7xi_329:visited{color:#960051}._with-shadow_1e7xi_333{box-shadow:#30374226 0 .25rem 1rem}._containerGlobal_1e7xi_337{display:flex;justify-content:space-between}._containerTitle_1e7xi_342,._containerButton_1e7xi_346{align-self:auto}._cerise_1e7xi_182{color:#960051;margin-left:5px}._statTitle_1e7xi_355{color:#960051;font-size:25px;font-weight:700}._statTitle_1e7xi_355 strong{margin-left:10px}._statCounter_1e7xi_365{color:#960051;margin-right:5px;font-weight:700}._statType_1e7xi_371{margin-right:8px}._mydocbaseLink_1e7xi_375{display:inline-block;vertical-align:top;text-align:center;text-decoration:none;font-size:.7em;padding-left:2em}._mydocbaseLogo_1e7xi_384{display:block;height:50px;width:auto;z-index:1;margin-left:auto;margin-right:auto}._greenLogo_1e7xi_393{height:50px;width:auto;margin-left:auto;margin-right:auto;padding-left:1em}._termsheetReviewContainer_1e7xi_401{display:flex;align-items:flex-end}._distributionList_1e7xi_406{margin-left:20px}._fawn-bg_1vvim_13{background-color:#746250}._fawn-color_1vvim_16{color:#746250}._fawn-stroke_1vvim_19{stroke:#746250}._fawn-fill_1vvim_22{fill:#746250}._fawndark-bg_1vvim_26{background-color:#55473a}._fawndark-color_1vvim_29{color:#55473a}._fawndark-stroke_1vvim_32{stroke:#55473a}._fawndark-fill_1vvim_35{fill:#55473a}._fawndark2-bg_1vvim_39{background-color:#362e25}._fawndark2-color_1vvim_42{color:#362e25}._fawndark2-stroke_1vvim_45{stroke:#362e25}._fawndark2-fill_1vvim_48{fill:#362e25}._sable-bg_1vvim_52{background-color:#cfb07b}._sable-color_1vvim_55{color:#cfb07b}._sable-stroke_1vvim_58{stroke:#cfb07b}._sable-fill_1vvim_61{fill:#cfb07b}._sable50-bg_1vvim_65{background-color:#e6d7bc}._sable50-color_1vvim_68{color:#e6d7bc}._sable50-stroke_1vvim_71{stroke:#e6d7bc}._sable50-fill_1vvim_74{fill:#e6d7bc}._grischaud-bg_1vvim_78{background-color:#f1eeec}._grischaud-color_1vvim_81{color:#f1eeec}._grischaud-stroke_1vvim_84{stroke:#f1eeec}._grischaud-fill_1vvim_87{fill:#f1eeec}._grischaud50-bg_1vvim_91{background-color:#f8f6f5}._grischaud50-color_1vvim_94{color:#f8f6f5}._grischaud50-stroke_1vvim_97{stroke:#f8f6f5}._grischaud50-fill_1vvim_100{fill:#f8f6f5}._darkgrey-bg_1vvim_104{background-color:#1d1f24}._darkgrey-color_1vvim_107{color:#1d1f24}._darkgrey-stroke_1vvim_110{stroke:#1d1f24}._darkgrey-fill_1vvim_113{fill:#1d1f24}._darkgrey2-bg_1vvim_117{background-color:#2a2c30}._darkgrey2-color_1vvim_120{color:#2a2c30}._darkgrey2-stroke_1vvim_123{stroke:#2a2c30}._darkgrey2-fill_1vvim_126{fill:#2a2c30}._coolgrey-bg_1vvim_130{background-color:#75787b}._coolgrey-color_1vvim_133{color:#75787b}._coolgrey-stroke_1vvim_136{stroke:#75787b}._coolgrey-fill_1vvim_139{fill:#75787b}._coolgrey50-bg_1vvim_143{background-color:#b3b5b7}._coolgrey50-color_1vvim_146{color:#b3b5b7}._coolgrey50-stroke_1vvim_149{stroke:#b3b5b7}._coolgrey50-fill_1vvim_152{fill:#b3b5b7}._coolgrey25-bg_1vvim_156{background-color:#dcddde}._coolgrey25-color_1vvim_159{color:#dcddde}._coolgrey25-stroke_1vvim_162{stroke:#dcddde}._coolgrey25-fill_1vvim_165{fill:#dcddde}._clay2-bg_1vvim_169{background-color:#ad594b}._clay2-color_1vvim_172{color:#ad594b}._clay2-stroke_1vvim_175{stroke:#ad594b}._clay2-fill_1vvim_178{fill:#ad594b}._cerise-bg_1vvim_182{background-color:#960051}._cerise-color_1vvim_185{color:#960051}._cerise-stroke_1vvim_188{stroke:#960051}._cerise-fill_1vvim_191{fill:#960051}._red-bg_1vvim_195{background-color:#e80216}._red-color_1vvim_198{color:#e80216}._red-stroke_1vvim_201{stroke:#e80216}._red-fill_1vvim_204{fill:#e80216}._plum-bg_1vvim_208{background-color:#5c4e63}._plum-color_1vvim_211{color:#5c4e63}._plum-stroke_1vvim_214{stroke:#5c4e63}._plum-fill_1vvim_217{fill:#5c4e63}._green-bg_1vvim_221{background-color:#b7bf10}._green-color_1vvim_224{color:#b7bf10}._green-stroke_1vvim_227{stroke:#b7bf10}._green-fill_1vvim_230{fill:#b7bf10}._white-bg_1vvim_234{background-color:#fff}._white-color_1vvim_237{color:#fff}._white-stroke_1vvim_240{stroke:#fff}._white-fill_1vvim_243{fill:#fff}._black-bg_1vvim_247{background-color:#000}._black-color_1vvim_250{color:#000}._black-stroke_1vvim_253{stroke:#000}._black-fill_1vvim_256{fill:#000}._blue-bg_1vvim_260{background-color:#2a6da7}._blue-color_1vvim_263{color:#2a6da7}._blue-stroke_1vvim_266{stroke:#2a6da7}._blue-fill_1vvim_269{fill:#2a6da7}._buy-bg_1vvim_273{background-color:#72a371}._buy-color_1vvim_276{color:#72a371}._buy-stroke_1vvim_279{stroke:#72a371}._buy-fill_1vvim_282{fill:#72a371}._sell-bg_1vvim_286{background-color:#953d51}._sell-color_1vvim_289{color:#953d51}._sell-stroke_1vvim_292{stroke:#953d51}._sell-fill_1vvim_295{fill:#953d51}._hold-bg_1vvim_299{background-color:#9a8b7f}._hold-color_1vvim_302{color:#9a8b7f}._hold-stroke_1vvim_305{stroke:#9a8b7f}._hold-fill_1vvim_308{fill:#9a8b7f}._not-covered-bg_1vvim_312{background-color:#2a2c30}._not-covered-color_1vvim_315{color:#2a2c30}._not-covered-stroke_1vvim_318{stroke:#2a2c30}._not-covered-fill_1vvim_321{fill:#2a2c30}._transparent-bg_1vvim_325{background-color:transparent!important}._text-cerise-color_1vvim_329,a._text-cerise-color_1vvim_329:visited{color:#960051}._with-shadow_1vvim_333{box-shadow:#30374226 0 .25rem 1rem}._profit_1vvim_337{color:#b7bf10;fill:#b7bf10}._loss_1vvim_342{color:#960051;fill:#960051}._LogoList_1ok2z_1{width:20px}._RecommendationComment_15oqn_1{position:relative}._RecommendationComment_15oqn_1._RecommendationCreate_15oqn_4{height:auto;padding:0}._RecommendationComment_15oqn_1._RecommendationCreate_15oqn_4>._status_15oqn_8{margin-left:0}._RecommendationComment_15oqn_1 ._RecommendationEditCountdown_15oqn_11,._RecommendationComment_15oqn_1 ._RecommendationEditBtn_15oqn_11{position:absolute;right:1em}._RecommendationComment_15oqn_1 ._RecommendationEditBtn_15oqn_11{top:2.5em}._RecommendationComment_15oqn_1 ._RecommendationEditCountdown_15oqn_11{top:1em}._comment_15oqn_22{white-space:pre-line}._InvestNavWarning_181j4_1{width:100%;height:60px;background-color:#fff;border:3px solid;display:inline-block;border-radius:.5em;margin-bottom:10px;margin-top:10px;padding-left:20px}._Message_181j4_13{margin-left:20px;display:inline-block;vertical-align:middle;line-height:normal;height:100%;font-size:15px}._GreenBorder_181j4_22{border-color:green}._OrangeBorder_181j4_26{border-color:#ff8c00}._RedBorder_181j4_30{border-color:red}._fawn-bg_boagz_13{background-color:#746250}._fawn-color_boagz_16{color:#746250}._fawn-stroke_boagz_19{stroke:#746250}._fawn-fill_boagz_22{fill:#746250}._fawndark-bg_boagz_26{background-color:#55473a}._fawndark-color_boagz_29{color:#55473a}._fawndark-stroke_boagz_32{stroke:#55473a}._fawndark-fill_boagz_35{fill:#55473a}._fawndark2-bg_boagz_39{background-color:#362e25}._fawndark2-color_boagz_42{color:#362e25}._fawndark2-stroke_boagz_45{stroke:#362e25}._fawndark2-fill_boagz_48{fill:#362e25}._sable-bg_boagz_52{background-color:#cfb07b}._sable-color_boagz_55{color:#cfb07b}._sable-stroke_boagz_58{stroke:#cfb07b}._sable-fill_boagz_61{fill:#cfb07b}._sable50-bg_boagz_65{background-color:#e6d7bc}._sable50-color_boagz_68{color:#e6d7bc}._sable50-stroke_boagz_71{stroke:#e6d7bc}._sable50-fill_boagz_74{fill:#e6d7bc}._grischaud-bg_boagz_78{background-color:#f1eeec}._grischaud-color_boagz_81{color:#f1eeec}._grischaud-stroke_boagz_84{stroke:#f1eeec}._grischaud-fill_boagz_87{fill:#f1eeec}._grischaud50-bg_boagz_91{background-color:#f8f6f5}._grischaud50-color_boagz_94{color:#f8f6f5}._grischaud50-stroke_boagz_97{stroke:#f8f6f5}._grischaud50-fill_boagz_100{fill:#f8f6f5}._darkgrey-bg_boagz_104{background-color:#1d1f24}._darkgrey-color_boagz_107{color:#1d1f24}._darkgrey-stroke_boagz_110{stroke:#1d1f24}._darkgrey-fill_boagz_113{fill:#1d1f24}._darkgrey2-bg_boagz_117{background-color:#2a2c30}._darkgrey2-color_boagz_120{color:#2a2c30}._darkgrey2-stroke_boagz_123{stroke:#2a2c30}._darkgrey2-fill_boagz_126{fill:#2a2c30}._coolgrey-bg_boagz_130{background-color:#75787b}._coolgrey-color_boagz_133{color:#75787b}._coolgrey-stroke_boagz_136{stroke:#75787b}._coolgrey-fill_boagz_139{fill:#75787b}._coolgrey50-bg_boagz_143{background-color:#b3b5b7}._coolgrey50-color_boagz_146{color:#b3b5b7}._coolgrey50-stroke_boagz_149{stroke:#b3b5b7}._coolgrey50-fill_boagz_152{fill:#b3b5b7}._coolgrey25-bg_boagz_156{background-color:#dcddde}._coolgrey25-color_boagz_159{color:#dcddde}._coolgrey25-stroke_boagz_162{stroke:#dcddde}._coolgrey25-fill_boagz_165{fill:#dcddde}._clay2-bg_boagz_169{background-color:#ad594b}._clay2-color_boagz_172{color:#ad594b}._clay2-stroke_boagz_175{stroke:#ad594b}._clay2-fill_boagz_178{fill:#ad594b}._cerise-bg_boagz_182{background-color:#960051}._cerise-color_boagz_185{color:#960051}._cerise-stroke_boagz_188{stroke:#960051}._cerise-fill_boagz_191{fill:#960051}._red-bg_boagz_195{background-color:#e80216}._red-color_boagz_198{color:#e80216}._red-stroke_boagz_201{stroke:#e80216}._red-fill_boagz_204{fill:#e80216}._plum-bg_boagz_208{background-color:#5c4e63}._plum-color_boagz_211{color:#5c4e63}._plum-stroke_boagz_214{stroke:#5c4e63}._plum-fill_boagz_217{fill:#5c4e63}._green-bg_boagz_221{background-color:#b7bf10}._green-color_boagz_224{color:#b7bf10}._green-stroke_boagz_227{stroke:#b7bf10}._green-fill_boagz_230{fill:#b7bf10}._white-bg_boagz_234{background-color:#fff}._white-color_boagz_237{color:#fff}._white-stroke_boagz_240{stroke:#fff}._white-fill_boagz_243{fill:#fff}._black-bg_boagz_247{background-color:#000}._black-color_boagz_250{color:#000}._black-stroke_boagz_253{stroke:#000}._black-fill_boagz_256{fill:#000}._blue-bg_boagz_260{background-color:#2a6da7}._blue-color_boagz_263{color:#2a6da7}._blue-stroke_boagz_266{stroke:#2a6da7}._blue-fill_boagz_269{fill:#2a6da7}._buy-bg_boagz_273{background-color:#72a371}._buy-color_boagz_276{color:#72a371}._buy-stroke_boagz_279{stroke:#72a371}._buy-fill_boagz_282{fill:#72a371}._sell-bg_boagz_286{background-color:#953d51}._sell-color_boagz_289{color:#953d51}._sell-stroke_boagz_292{stroke:#953d51}._sell-fill_boagz_295{fill:#953d51}._hold-bg_boagz_299{background-color:#9a8b7f}._hold-color_boagz_302{color:#9a8b7f}._hold-stroke_boagz_305{stroke:#9a8b7f}._hold-fill_boagz_308{fill:#9a8b7f}._not-covered-bg_boagz_312{background-color:#2a2c30}._not-covered-color_boagz_315{color:#2a2c30}._not-covered-stroke_boagz_318{stroke:#2a2c30}._not-covered-fill_boagz_321{fill:#2a2c30}._transparent-bg_boagz_325{background-color:transparent!important}._text-cerise-color_boagz_329,a._text-cerise-color_boagz_329:visited{color:#960051}._with-shadow_boagz_333{box-shadow:#30374226 0 .25rem 1rem}._DataBloc_boagz_337 ._DataBlocTitle_boagz_337{color:#746250;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._DataBloc_boagz_337 ._DataBlocValue_boagz_345{color:#524e51;font-size:30px;font-weight:600;line-height:41px;margin-top:5px}._DataBloc_boagz_337 ._DataBlocDate_boagz_352{color:#746250;font-size:12px;line-height:17px}._DataBloc_boagz_337 ._DataBlocPercentage_boagz_357{font-weight:400}._small_boagz_361 ._DataBlocTitle_boagz_337{font-size:12px;line-height:17px;letter-spacing:0}._large_boagz_367 ._DataBlocValue_boagz_345{font-size:40px;line-height:55px;margin-top:10px}._ButtonGroup_sbioj_1{display:flex;flex-flow:nowrap row}._buttonOutlook_sbioj_6{flex:1}._button_sbioj_6{flex:-1}._fawn-bg_zq3oh_13{background-color:#746250}._fawn-color_zq3oh_16{color:#746250}._fawn-stroke_zq3oh_19{stroke:#746250}._fawn-fill_zq3oh_22{fill:#746250}._fawndark-bg_zq3oh_26{background-color:#55473a}._fawndark-color_zq3oh_29{color:#55473a}._fawndark-stroke_zq3oh_32{stroke:#55473a}._fawndark-fill_zq3oh_35{fill:#55473a}._fawndark2-bg_zq3oh_39{background-color:#362e25}._fawndark2-color_zq3oh_42{color:#362e25}._fawndark2-stroke_zq3oh_45{stroke:#362e25}._fawndark2-fill_zq3oh_48{fill:#362e25}._sable-bg_zq3oh_52{background-color:#cfb07b}._sable-color_zq3oh_55{color:#cfb07b}._sable-stroke_zq3oh_58{stroke:#cfb07b}._sable-fill_zq3oh_61{fill:#cfb07b}._sable50-bg_zq3oh_65{background-color:#e6d7bc}._sable50-color_zq3oh_68{color:#e6d7bc}._sable50-stroke_zq3oh_71{stroke:#e6d7bc}._sable50-fill_zq3oh_74{fill:#e6d7bc}._grischaud-bg_zq3oh_78{background-color:#f1eeec}._grischaud-color_zq3oh_81{color:#f1eeec}._grischaud-stroke_zq3oh_84{stroke:#f1eeec}._grischaud-fill_zq3oh_87{fill:#f1eeec}._grischaud50-bg_zq3oh_91{background-color:#f8f6f5}._grischaud50-color_zq3oh_94{color:#f8f6f5}._grischaud50-stroke_zq3oh_97{stroke:#f8f6f5}._grischaud50-fill_zq3oh_100{fill:#f8f6f5}._darkgrey-bg_zq3oh_104{background-color:#1d1f24}._darkgrey-color_zq3oh_107{color:#1d1f24}._darkgrey-stroke_zq3oh_110{stroke:#1d1f24}._darkgrey-fill_zq3oh_113{fill:#1d1f24}._darkgrey2-bg_zq3oh_117{background-color:#2a2c30}._darkgrey2-color_zq3oh_120{color:#2a2c30}._darkgrey2-stroke_zq3oh_123{stroke:#2a2c30}._darkgrey2-fill_zq3oh_126{fill:#2a2c30}._coolgrey-bg_zq3oh_130{background-color:#75787b}._coolgrey-color_zq3oh_133{color:#75787b}._coolgrey-stroke_zq3oh_136{stroke:#75787b}._coolgrey-fill_zq3oh_139{fill:#75787b}._coolgrey50-bg_zq3oh_143{background-color:#b3b5b7}._coolgrey50-color_zq3oh_146{color:#b3b5b7}._coolgrey50-stroke_zq3oh_149{stroke:#b3b5b7}._coolgrey50-fill_zq3oh_152{fill:#b3b5b7}._coolgrey25-bg_zq3oh_156{background-color:#dcddde}._coolgrey25-color_zq3oh_159{color:#dcddde}._coolgrey25-stroke_zq3oh_162{stroke:#dcddde}._coolgrey25-fill_zq3oh_165{fill:#dcddde}._clay2-bg_zq3oh_169{background-color:#ad594b}._clay2-color_zq3oh_172{color:#ad594b}._clay2-stroke_zq3oh_175{stroke:#ad594b}._clay2-fill_zq3oh_178{fill:#ad594b}._cerise-bg_zq3oh_182{background-color:#960051}._cerise-color_zq3oh_185{color:#960051}._cerise-stroke_zq3oh_188{stroke:#960051}._cerise-fill_zq3oh_191{fill:#960051}._red-bg_zq3oh_195{background-color:#e80216}._red-color_zq3oh_198{color:#e80216}._red-stroke_zq3oh_201{stroke:#e80216}._red-fill_zq3oh_204{fill:#e80216}._plum-bg_zq3oh_208{background-color:#5c4e63}._plum-color_zq3oh_211{color:#5c4e63}._plum-stroke_zq3oh_214{stroke:#5c4e63}._plum-fill_zq3oh_217{fill:#5c4e63}._green-bg_zq3oh_221{background-color:#b7bf10}._green-color_zq3oh_224{color:#b7bf10}._green-stroke_zq3oh_227{stroke:#b7bf10}._green-fill_zq3oh_230{fill:#b7bf10}._white-bg_zq3oh_234{background-color:#fff}._white-color_zq3oh_237{color:#fff}._white-stroke_zq3oh_240{stroke:#fff}._white-fill_zq3oh_243{fill:#fff}._black-bg_zq3oh_247{background-color:#000}._black-color_zq3oh_250{color:#000}._black-stroke_zq3oh_253{stroke:#000}._black-fill_zq3oh_256{fill:#000}._blue-bg_zq3oh_260{background-color:#2a6da7}._blue-color_zq3oh_263{color:#2a6da7}._blue-stroke_zq3oh_266{stroke:#2a6da7}._blue-fill_zq3oh_269{fill:#2a6da7}._buy-bg_zq3oh_273{background-color:#72a371}._buy-color_zq3oh_276{color:#72a371}._buy-stroke_zq3oh_279{stroke:#72a371}._buy-fill_zq3oh_282{fill:#72a371}._sell-bg_zq3oh_286{background-color:#953d51}._sell-color_zq3oh_289{color:#953d51}._sell-stroke_zq3oh_292{stroke:#953d51}._sell-fill_zq3oh_295{fill:#953d51}._hold-bg_zq3oh_299{background-color:#9a8b7f}._hold-color_zq3oh_302{color:#9a8b7f}._hold-stroke_zq3oh_305{stroke:#9a8b7f}._hold-fill_zq3oh_308{fill:#9a8b7f}._not-covered-bg_zq3oh_312{background-color:#2a2c30}._not-covered-color_zq3oh_315{color:#2a2c30}._not-covered-stroke_zq3oh_318{stroke:#2a2c30}._not-covered-fill_zq3oh_321{fill:#2a2c30}._transparent-bg_zq3oh_325{background-color:transparent!important}._text-cerise-color_zq3oh_329,a._text-cerise-color_zq3oh_329:visited{color:#960051}._with-shadow_zq3oh_333{box-shadow:#30374226 0 .25rem 1rem}._HistoricalBloc_zq3oh_337{width:95%;margin-left:auto;margin-right:auto}._HistoricalTitle_zq3oh_343{color:#746250;margin-top:15px}._subTitles_in5fz_1{margin-top:60px}._valueLabel_in5fz_5{font-size:16px}._rowHeight_in5fz_9{min-height:68px}._centerVertically_in5fz_13{align-self:center}._alignEnd_in5fz_17{align-self:end}._button_in5fz_21{display:grid}._marginTop_in5fz_25{margin-top:59px}._modificationHistory_in5fz_29{margin-top:75px;margin-bottom:100px;font-size:14px}._modificationHistoryContent_in5fz_35{margin-top:25px;margin-left:25px}._tooltip_in5fz_40{width:25px}._fawn-bg_1vdaa_13{background-color:#746250}._fawn-color_1vdaa_16{color:#746250}._fawn-stroke_1vdaa_19{stroke:#746250}._fawn-fill_1vdaa_22{fill:#746250}._fawndark-bg_1vdaa_26{background-color:#55473a}._fawndark-color_1vdaa_29{color:#55473a}._fawndark-stroke_1vdaa_32{stroke:#55473a}._fawndark-fill_1vdaa_35{fill:#55473a}._fawndark2-bg_1vdaa_39{background-color:#362e25}._fawndark2-color_1vdaa_42{color:#362e25}._fawndark2-stroke_1vdaa_45{stroke:#362e25}._fawndark2-fill_1vdaa_48{fill:#362e25}._sable-bg_1vdaa_52{background-color:#cfb07b}._sable-color_1vdaa_55{color:#cfb07b}._sable-stroke_1vdaa_58{stroke:#cfb07b}._sable-fill_1vdaa_61{fill:#cfb07b}._sable50-bg_1vdaa_65{background-color:#e6d7bc}._sable50-color_1vdaa_68{color:#e6d7bc}._sable50-stroke_1vdaa_71{stroke:#e6d7bc}._sable50-fill_1vdaa_74{fill:#e6d7bc}._grischaud-bg_1vdaa_78{background-color:#f1eeec}._grischaud-color_1vdaa_81{color:#f1eeec}._grischaud-stroke_1vdaa_84{stroke:#f1eeec}._grischaud-fill_1vdaa_87{fill:#f1eeec}._grischaud50-bg_1vdaa_91{background-color:#f8f6f5}._grischaud50-color_1vdaa_94{color:#f8f6f5}._grischaud50-stroke_1vdaa_97{stroke:#f8f6f5}._grischaud50-fill_1vdaa_100{fill:#f8f6f5}._darkgrey-bg_1vdaa_104{background-color:#1d1f24}._darkgrey-color_1vdaa_107{color:#1d1f24}._darkgrey-stroke_1vdaa_110{stroke:#1d1f24}._darkgrey-fill_1vdaa_113{fill:#1d1f24}._darkgrey2-bg_1vdaa_117{background-color:#2a2c30}._darkgrey2-color_1vdaa_120{color:#2a2c30}._darkgrey2-stroke_1vdaa_123{stroke:#2a2c30}._darkgrey2-fill_1vdaa_126{fill:#2a2c30}._coolgrey-bg_1vdaa_130{background-color:#75787b}._coolgrey-color_1vdaa_133{color:#75787b}._coolgrey-stroke_1vdaa_136{stroke:#75787b}._coolgrey-fill_1vdaa_139{fill:#75787b}._coolgrey50-bg_1vdaa_143{background-color:#b3b5b7}._coolgrey50-color_1vdaa_146{color:#b3b5b7}._coolgrey50-stroke_1vdaa_149{stroke:#b3b5b7}._coolgrey50-fill_1vdaa_152{fill:#b3b5b7}._coolgrey25-bg_1vdaa_156{background-color:#dcddde}._coolgrey25-color_1vdaa_159{color:#dcddde}._coolgrey25-stroke_1vdaa_162{stroke:#dcddde}._coolgrey25-fill_1vdaa_165{fill:#dcddde}._clay2-bg_1vdaa_169{background-color:#ad594b}._clay2-color_1vdaa_172{color:#ad594b}._clay2-stroke_1vdaa_175{stroke:#ad594b}._clay2-fill_1vdaa_178{fill:#ad594b}._cerise-bg_1vdaa_182{background-color:#960051}._cerise-color_1vdaa_185{color:#960051}._cerise-stroke_1vdaa_188{stroke:#960051}._cerise-fill_1vdaa_191{fill:#960051}._red-bg_1vdaa_195{background-color:#e80216}._red-color_1vdaa_198{color:#e80216}._red-stroke_1vdaa_201{stroke:#e80216}._red-fill_1vdaa_204{fill:#e80216}._plum-bg_1vdaa_208{background-color:#5c4e63}._plum-color_1vdaa_211{color:#5c4e63}._plum-stroke_1vdaa_214{stroke:#5c4e63}._plum-fill_1vdaa_217{fill:#5c4e63}._green-bg_1vdaa_221{background-color:#b7bf10}._green-color_1vdaa_224{color:#b7bf10}._green-stroke_1vdaa_227{stroke:#b7bf10}._green-fill_1vdaa_230{fill:#b7bf10}._white-bg_1vdaa_234{background-color:#fff}._white-color_1vdaa_237{color:#fff}._white-stroke_1vdaa_240{stroke:#fff}._white-fill_1vdaa_243{fill:#fff}._black-bg_1vdaa_247{background-color:#000}._black-color_1vdaa_250{color:#000}._black-stroke_1vdaa_253{stroke:#000}._black-fill_1vdaa_256{fill:#000}._blue-bg_1vdaa_260{background-color:#2a6da7}._blue-color_1vdaa_263{color:#2a6da7}._blue-stroke_1vdaa_266{stroke:#2a6da7}._blue-fill_1vdaa_269{fill:#2a6da7}._buy-bg_1vdaa_273{background-color:#72a371}._buy-color_1vdaa_276{color:#72a371}._buy-stroke_1vdaa_279{stroke:#72a371}._buy-fill_1vdaa_282{fill:#72a371}._sell-bg_1vdaa_286{background-color:#953d51}._sell-color_1vdaa_289{color:#953d51}._sell-stroke_1vdaa_292{stroke:#953d51}._sell-fill_1vdaa_295{fill:#953d51}._hold-bg_1vdaa_299{background-color:#9a8b7f}._hold-color_1vdaa_302{color:#9a8b7f}._hold-stroke_1vdaa_305{stroke:#9a8b7f}._hold-fill_1vdaa_308{fill:#9a8b7f}._not-covered-bg_1vdaa_312{background-color:#2a2c30}._not-covered-color_1vdaa_315{color:#2a2c30}._not-covered-stroke_1vdaa_318{stroke:#2a2c30}._not-covered-fill_1vdaa_321{fill:#2a2c30}._transparent-bg_1vdaa_325{background-color:transparent!important}._text-cerise-color_1vdaa_329,a._text-cerise-color_1vdaa_329:visited{color:#960051}._with-shadow_1vdaa_333{box-shadow:#30374226 0 .25rem 1rem}._SearchInput_1vdaa_337{margin-left:8px}._SearchSelectedName_1vdaa_341{font-size:1.3rem}._SearchSelectedName_1vdaa_341,._SearchSelectedName_1vdaa_341:visited{color:#1d1f24}._SearchSelectedName_1vdaa_341>i{margin-bottom:4px}._fawn-bg_26rpn_13{background-color:#746250}._fawn-color_26rpn_16{color:#746250}._fawn-stroke_26rpn_19{stroke:#746250}._fawn-fill_26rpn_22{fill:#746250}._fawndark-bg_26rpn_26{background-color:#55473a}._fawndark-color_26rpn_29{color:#55473a}._fawndark-stroke_26rpn_32{stroke:#55473a}._fawndark-fill_26rpn_35{fill:#55473a}._fawndark2-bg_26rpn_39{background-color:#362e25}._fawndark2-color_26rpn_42{color:#362e25}._fawndark2-stroke_26rpn_45{stroke:#362e25}._fawndark2-fill_26rpn_48{fill:#362e25}._sable-bg_26rpn_52{background-color:#cfb07b}._sable-color_26rpn_55{color:#cfb07b}._sable-stroke_26rpn_58{stroke:#cfb07b}._sable-fill_26rpn_61{fill:#cfb07b}._sable50-bg_26rpn_65{background-color:#e6d7bc}._sable50-color_26rpn_68{color:#e6d7bc}._sable50-stroke_26rpn_71{stroke:#e6d7bc}._sable50-fill_26rpn_74{fill:#e6d7bc}._grischaud-bg_26rpn_78{background-color:#f1eeec}._grischaud-color_26rpn_81{color:#f1eeec}._grischaud-stroke_26rpn_84{stroke:#f1eeec}._grischaud-fill_26rpn_87{fill:#f1eeec}._grischaud50-bg_26rpn_91{background-color:#f8f6f5}._grischaud50-color_26rpn_94{color:#f8f6f5}._grischaud50-stroke_26rpn_97{stroke:#f8f6f5}._grischaud50-fill_26rpn_100{fill:#f8f6f5}._darkgrey-bg_26rpn_104{background-color:#1d1f24}._darkgrey-color_26rpn_107{color:#1d1f24}._darkgrey-stroke_26rpn_110{stroke:#1d1f24}._darkgrey-fill_26rpn_113{fill:#1d1f24}._darkgrey2-bg_26rpn_117{background-color:#2a2c30}._darkgrey2-color_26rpn_120{color:#2a2c30}._darkgrey2-stroke_26rpn_123{stroke:#2a2c30}._darkgrey2-fill_26rpn_126{fill:#2a2c30}._coolgrey-bg_26rpn_130{background-color:#75787b}._coolgrey-color_26rpn_133{color:#75787b}._coolgrey-stroke_26rpn_136{stroke:#75787b}._coolgrey-fill_26rpn_139{fill:#75787b}._coolgrey50-bg_26rpn_143{background-color:#b3b5b7}._coolgrey50-color_26rpn_146{color:#b3b5b7}._coolgrey50-stroke_26rpn_149{stroke:#b3b5b7}._coolgrey50-fill_26rpn_152{fill:#b3b5b7}._coolgrey25-bg_26rpn_156{background-color:#dcddde}._coolgrey25-color_26rpn_159{color:#dcddde}._coolgrey25-stroke_26rpn_162{stroke:#dcddde}._coolgrey25-fill_26rpn_165{fill:#dcddde}._clay2-bg_26rpn_169{background-color:#ad594b}._clay2-color_26rpn_172{color:#ad594b}._clay2-stroke_26rpn_175{stroke:#ad594b}._clay2-fill_26rpn_178{fill:#ad594b}._cerise-bg_26rpn_182{background-color:#960051}._cerise-color_26rpn_185{color:#960051}._cerise-stroke_26rpn_188{stroke:#960051}._cerise-fill_26rpn_191{fill:#960051}._red-bg_26rpn_195{background-color:#e80216}._red-color_26rpn_198{color:#e80216}._red-stroke_26rpn_201{stroke:#e80216}._red-fill_26rpn_204{fill:#e80216}._plum-bg_26rpn_208{background-color:#5c4e63}._plum-color_26rpn_211{color:#5c4e63}._plum-stroke_26rpn_214{stroke:#5c4e63}._plum-fill_26rpn_217{fill:#5c4e63}._green-bg_26rpn_221{background-color:#b7bf10}._green-color_26rpn_224{color:#b7bf10}._green-stroke_26rpn_227{stroke:#b7bf10}._green-fill_26rpn_230{fill:#b7bf10}._white-bg_26rpn_234{background-color:#fff}._white-color_26rpn_237{color:#fff}._white-stroke_26rpn_240{stroke:#fff}._white-fill_26rpn_243{fill:#fff}._black-bg_26rpn_247{background-color:#000}._black-color_26rpn_250{color:#000}._black-stroke_26rpn_253{stroke:#000}._black-fill_26rpn_256{fill:#000}._blue-bg_26rpn_260{background-color:#2a6da7}._blue-color_26rpn_263{color:#2a6da7}._blue-stroke_26rpn_266{stroke:#2a6da7}._blue-fill_26rpn_269{fill:#2a6da7}._buy-bg_26rpn_273{background-color:#72a371}._buy-color_26rpn_276{color:#72a371}._buy-stroke_26rpn_279{stroke:#72a371}._buy-fill_26rpn_282{fill:#72a371}._sell-bg_26rpn_286{background-color:#953d51}._sell-color_26rpn_289{color:#953d51}._sell-stroke_26rpn_292{stroke:#953d51}._sell-fill_26rpn_295{fill:#953d51}._hold-bg_26rpn_299{background-color:#9a8b7f}._hold-color_26rpn_302{color:#9a8b7f}._hold-stroke_26rpn_305{stroke:#9a8b7f}._hold-fill_26rpn_308{fill:#9a8b7f}._not-covered-bg_26rpn_312{background-color:#2a2c30}._not-covered-color_26rpn_315{color:#2a2c30}._not-covered-stroke_26rpn_318{stroke:#2a2c30}._not-covered-fill_26rpn_321{fill:#2a2c30}._transparent-bg_26rpn_325{background-color:transparent!important}._text-cerise-color_26rpn_329,a._text-cerise-color_26rpn_329:visited{color:#960051}._with-shadow_26rpn_333{box-shadow:#30374226 0 .25rem 1rem}._CommentTitle_26rpn_337{margin-bottom:25px;display:flex;align-items:center}._Icon_26rpn_343{margin-right:15px}._Title_26rpn_347{color:#746250;font-size:15px;font-weight:600;line-height:20px;text-transform:uppercase}._DateAndAuthor_26rpn_355{color:#746250;font-size:12px;line-height:17px}._input_1fls9_1{border:none;height:25px}._widthTen_1fls9_6{width:10%}._fawn-bg_12jps_13{background-color:#746250}._fawn-color_12jps_16{color:#746250}._fawn-stroke_12jps_19{stroke:#746250}._fawn-fill_12jps_22{fill:#746250}._fawndark-bg_12jps_26{background-color:#55473a}._fawndark-color_12jps_29{color:#55473a}._fawndark-stroke_12jps_32{stroke:#55473a}._fawndark-fill_12jps_35{fill:#55473a}._fawndark2-bg_12jps_39{background-color:#362e25}._fawndark2-color_12jps_42{color:#362e25}._fawndark2-stroke_12jps_45{stroke:#362e25}._fawndark2-fill_12jps_48{fill:#362e25}._sable-bg_12jps_52{background-color:#cfb07b}._sable-color_12jps_55{color:#cfb07b}._sable-stroke_12jps_58{stroke:#cfb07b}._sable-fill_12jps_61{fill:#cfb07b}._sable50-bg_12jps_65{background-color:#e6d7bc}._sable50-color_12jps_68{color:#e6d7bc}._sable50-stroke_12jps_71{stroke:#e6d7bc}._sable50-fill_12jps_74{fill:#e6d7bc}._grischaud-bg_12jps_78{background-color:#f1eeec}._grischaud-color_12jps_81{color:#f1eeec}._grischaud-stroke_12jps_84{stroke:#f1eeec}._grischaud-fill_12jps_87{fill:#f1eeec}._grischaud50-bg_12jps_91{background-color:#f8f6f5}._grischaud50-color_12jps_94{color:#f8f6f5}._grischaud50-stroke_12jps_97{stroke:#f8f6f5}._grischaud50-fill_12jps_100{fill:#f8f6f5}._darkgrey-bg_12jps_104{background-color:#1d1f24}._darkgrey-color_12jps_107{color:#1d1f24}._darkgrey-stroke_12jps_110{stroke:#1d1f24}._darkgrey-fill_12jps_113{fill:#1d1f24}._darkgrey2-bg_12jps_117{background-color:#2a2c30}._darkgrey2-color_12jps_120{color:#2a2c30}._darkgrey2-stroke_12jps_123{stroke:#2a2c30}._darkgrey2-fill_12jps_126{fill:#2a2c30}._coolgrey-bg_12jps_130{background-color:#75787b}._coolgrey-color_12jps_133{color:#75787b}._coolgrey-stroke_12jps_136{stroke:#75787b}._coolgrey-fill_12jps_139{fill:#75787b}._coolgrey50-bg_12jps_143{background-color:#b3b5b7}._coolgrey50-color_12jps_146{color:#b3b5b7}._coolgrey50-stroke_12jps_149{stroke:#b3b5b7}._coolgrey50-fill_12jps_152{fill:#b3b5b7}._coolgrey25-bg_12jps_156{background-color:#dcddde}._coolgrey25-color_12jps_159{color:#dcddde}._coolgrey25-stroke_12jps_162{stroke:#dcddde}._coolgrey25-fill_12jps_165{fill:#dcddde}._clay2-bg_12jps_169{background-color:#ad594b}._clay2-color_12jps_172{color:#ad594b}._clay2-stroke_12jps_175{stroke:#ad594b}._clay2-fill_12jps_178{fill:#ad594b}._cerise-bg_12jps_182{background-color:#960051}._cerise-color_12jps_185{color:#960051}._cerise-stroke_12jps_188{stroke:#960051}._cerise-fill_12jps_191{fill:#960051}._red-bg_12jps_195{background-color:#e80216}._red-color_12jps_198{color:#e80216}._red-stroke_12jps_201{stroke:#e80216}._red-fill_12jps_204{fill:#e80216}._plum-bg_12jps_208{background-color:#5c4e63}._plum-color_12jps_211{color:#5c4e63}._plum-stroke_12jps_214{stroke:#5c4e63}._plum-fill_12jps_217{fill:#5c4e63}._green-bg_12jps_221{background-color:#b7bf10}._green-color_12jps_224{color:#b7bf10}._green-stroke_12jps_227{stroke:#b7bf10}._green-fill_12jps_230{fill:#b7bf10}._white-bg_12jps_234{background-color:#fff}._white-color_12jps_237{color:#fff}._white-stroke_12jps_240{stroke:#fff}._white-fill_12jps_243{fill:#fff}._black-bg_12jps_247{background-color:#000}._black-color_12jps_250{color:#000}._black-stroke_12jps_253{stroke:#000}._black-fill_12jps_256{fill:#000}._blue-bg_12jps_260{background-color:#2a6da7}._blue-color_12jps_263{color:#2a6da7}._blue-stroke_12jps_266{stroke:#2a6da7}._blue-fill_12jps_269{fill:#2a6da7}._buy-bg_12jps_273{background-color:#72a371}._buy-color_12jps_276{color:#72a371}._buy-stroke_12jps_279{stroke:#72a371}._buy-fill_12jps_282{fill:#72a371}._sell-bg_12jps_286{background-color:#953d51}._sell-color_12jps_289{color:#953d51}._sell-stroke_12jps_292{stroke:#953d51}._sell-fill_12jps_295{fill:#953d51}._hold-bg_12jps_299{background-color:#9a8b7f}._hold-color_12jps_302{color:#9a8b7f}._hold-stroke_12jps_305{stroke:#9a8b7f}._hold-fill_12jps_308{fill:#9a8b7f}._not-covered-bg_12jps_312{background-color:#2a2c30}._not-covered-color_12jps_315{color:#2a2c30}._not-covered-stroke_12jps_318{stroke:#2a2c30}._not-covered-fill_12jps_321{fill:#2a2c30}._transparent-bg_12jps_325{background-color:transparent!important}._text-cerise-color_12jps_329,a._text-cerise-color_12jps_329:visited{color:#960051}._with-shadow_12jps_333{box-shadow:#30374226 0 .25rem 1rem}._PageSection_12jps_337{background-color:#fff;margin:4px 88px;padding:40px 88px 40px 128px}._PageSection_12jps_337:first-child{padding-top:60px;margin-top:40px}._PageSection_12jps_337:last-child{padding-bottom:60px;margin-bottom:40px}._PageSectionWarning_12jps_351{margin:40px 88px 4px;padding:0}._fawn-bg_11bez_13{background-color:#746250}._fawn-color_11bez_16{color:#746250}._fawn-stroke_11bez_19{stroke:#746250}._fawn-fill_11bez_22{fill:#746250}._fawndark-bg_11bez_26{background-color:#55473a}._fawndark-color_11bez_29{color:#55473a}._fawndark-stroke_11bez_32{stroke:#55473a}._fawndark-fill_11bez_35{fill:#55473a}._fawndark2-bg_11bez_39{background-color:#362e25}._fawndark2-color_11bez_42{color:#362e25}._fawndark2-stroke_11bez_45{stroke:#362e25}._fawndark2-fill_11bez_48{fill:#362e25}._sable-bg_11bez_52{background-color:#cfb07b}._sable-color_11bez_55{color:#cfb07b}._sable-stroke_11bez_58{stroke:#cfb07b}._sable-fill_11bez_61{fill:#cfb07b}._sable50-bg_11bez_65{background-color:#e6d7bc}._sable50-color_11bez_68{color:#e6d7bc}._sable50-stroke_11bez_71{stroke:#e6d7bc}._sable50-fill_11bez_74{fill:#e6d7bc}._grischaud-bg_11bez_78{background-color:#f1eeec}._grischaud-color_11bez_81{color:#f1eeec}._grischaud-stroke_11bez_84{stroke:#f1eeec}._grischaud-fill_11bez_87{fill:#f1eeec}._grischaud50-bg_11bez_91{background-color:#f8f6f5}._grischaud50-color_11bez_94{color:#f8f6f5}._grischaud50-stroke_11bez_97{stroke:#f8f6f5}._grischaud50-fill_11bez_100{fill:#f8f6f5}._darkgrey-bg_11bez_104{background-color:#1d1f24}._darkgrey-color_11bez_107{color:#1d1f24}._darkgrey-stroke_11bez_110{stroke:#1d1f24}._darkgrey-fill_11bez_113{fill:#1d1f24}._darkgrey2-bg_11bez_117{background-color:#2a2c30}._darkgrey2-color_11bez_120{color:#2a2c30}._darkgrey2-stroke_11bez_123{stroke:#2a2c30}._darkgrey2-fill_11bez_126{fill:#2a2c30}._coolgrey-bg_11bez_130{background-color:#75787b}._coolgrey-color_11bez_133{color:#75787b}._coolgrey-stroke_11bez_136{stroke:#75787b}._coolgrey-fill_11bez_139{fill:#75787b}._coolgrey50-bg_11bez_143{background-color:#b3b5b7}._coolgrey50-color_11bez_146{color:#b3b5b7}._coolgrey50-stroke_11bez_149{stroke:#b3b5b7}._coolgrey50-fill_11bez_152{fill:#b3b5b7}._coolgrey25-bg_11bez_156{background-color:#dcddde}._coolgrey25-color_11bez_159{color:#dcddde}._coolgrey25-stroke_11bez_162{stroke:#dcddde}._coolgrey25-fill_11bez_165{fill:#dcddde}._clay2-bg_11bez_169{background-color:#ad594b}._clay2-color_11bez_172{color:#ad594b}._clay2-stroke_11bez_175{stroke:#ad594b}._clay2-fill_11bez_178{fill:#ad594b}._cerise-bg_11bez_182{background-color:#960051}._cerise-color_11bez_185{color:#960051}._cerise-stroke_11bez_188{stroke:#960051}._cerise-fill_11bez_191{fill:#960051}._red-bg_11bez_195{background-color:#e80216}._red-color_11bez_198{color:#e80216}._red-stroke_11bez_201{stroke:#e80216}._red-fill_11bez_204{fill:#e80216}._plum-bg_11bez_208{background-color:#5c4e63}._plum-color_11bez_211{color:#5c4e63}._plum-stroke_11bez_214{stroke:#5c4e63}._plum-fill_11bez_217{fill:#5c4e63}._green-bg_11bez_221{background-color:#b7bf10}._green-color_11bez_224{color:#b7bf10}._green-stroke_11bez_227{stroke:#b7bf10}._green-fill_11bez_230{fill:#b7bf10}._white-bg_11bez_234{background-color:#fff}._white-color_11bez_237{color:#fff}._white-stroke_11bez_240{stroke:#fff}._white-fill_11bez_243{fill:#fff}._black-bg_11bez_247{background-color:#000}._black-color_11bez_250{color:#000}._black-stroke_11bez_253{stroke:#000}._black-fill_11bez_256{fill:#000}._blue-bg_11bez_260{background-color:#2a6da7}._blue-color_11bez_263{color:#2a6da7}._blue-stroke_11bez_266{stroke:#2a6da7}._blue-fill_11bez_269{fill:#2a6da7}._buy-bg_11bez_273{background-color:#72a371}._buy-color_11bez_276{color:#72a371}._buy-stroke_11bez_279{stroke:#72a371}._buy-fill_11bez_282{fill:#72a371}._sell-bg_11bez_286{background-color:#953d51}._sell-color_11bez_289{color:#953d51}._sell-stroke_11bez_292{stroke:#953d51}._sell-fill_11bez_295{fill:#953d51}._hold-bg_11bez_299{background-color:#9a8b7f}._hold-color_11bez_302{color:#9a8b7f}._hold-stroke_11bez_305{stroke:#9a8b7f}._hold-fill_11bez_308{fill:#9a8b7f}._not-covered-bg_11bez_312{background-color:#2a2c30}._not-covered-color_11bez_315{color:#2a2c30}._not-covered-stroke_11bez_318{stroke:#2a2c30}._not-covered-fill_11bez_321{fill:#2a2c30}._transparent-bg_11bez_325{background-color:transparent!important}._text-cerise-color_11bez_329,a._text-cerise-color_11bez_329:visited{color:#960051}._with-shadow_11bez_333{box-shadow:#30374226 0 .25rem 1rem}._light_11bez_337 ._Title_11bez_337,._light_11bez_337 ._Comment_11bez_340{color:#fff}._sm_11bez_344 ._TitleBloc_11bez_344{margin-bottom:10px}._sm_11bez_344 ._Title_11bez_337{font-size:14px}._sm_11bez_344 ._Comment_11bez_340{font-size:12px}._TitleBloc_11bez_344{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:30px}._Title_11bez_337{color:#746250;font-size:18px;font-weight:600;line-height:24px;text-transform:uppercase}._Comment_11bez_340{color:#2a2c30;font-size:15px;line-height:26px;text-align:justify}._Select_11elc_1{width:65px;color:#1d1f24}._fawn-bg_1y23o_13{background-color:#746250}._fawn-color_1y23o_16{color:#746250}._fawn-stroke_1y23o_19{stroke:#746250}._fawn-fill_1y23o_22{fill:#746250}._fawndark-bg_1y23o_26{background-color:#55473a}._fawndark-color_1y23o_29{color:#55473a}._fawndark-stroke_1y23o_32{stroke:#55473a}._fawndark-fill_1y23o_35{fill:#55473a}._fawndark2-bg_1y23o_39{background-color:#362e25}._fawndark2-color_1y23o_42{color:#362e25}._fawndark2-stroke_1y23o_45{stroke:#362e25}._fawndark2-fill_1y23o_48{fill:#362e25}._sable-bg_1y23o_52{background-color:#cfb07b}._sable-color_1y23o_55{color:#cfb07b}._sable-stroke_1y23o_58{stroke:#cfb07b}._sable-fill_1y23o_61{fill:#cfb07b}._sable50-bg_1y23o_65{background-color:#e6d7bc}._sable50-color_1y23o_68{color:#e6d7bc}._sable50-stroke_1y23o_71{stroke:#e6d7bc}._sable50-fill_1y23o_74{fill:#e6d7bc}._grischaud-bg_1y23o_78{background-color:#f1eeec}._grischaud-color_1y23o_81{color:#f1eeec}._grischaud-stroke_1y23o_84{stroke:#f1eeec}._grischaud-fill_1y23o_87{fill:#f1eeec}._grischaud50-bg_1y23o_91{background-color:#f8f6f5}._grischaud50-color_1y23o_94{color:#f8f6f5}._grischaud50-stroke_1y23o_97{stroke:#f8f6f5}._grischaud50-fill_1y23o_100{fill:#f8f6f5}._darkgrey-bg_1y23o_104{background-color:#1d1f24}._darkgrey-color_1y23o_107{color:#1d1f24}._darkgrey-stroke_1y23o_110{stroke:#1d1f24}._darkgrey-fill_1y23o_113{fill:#1d1f24}._darkgrey2-bg_1y23o_117{background-color:#2a2c30}._darkgrey2-color_1y23o_120{color:#2a2c30}._darkgrey2-stroke_1y23o_123{stroke:#2a2c30}._darkgrey2-fill_1y23o_126{fill:#2a2c30}._coolgrey-bg_1y23o_130{background-color:#75787b}._coolgrey-color_1y23o_133{color:#75787b}._coolgrey-stroke_1y23o_136{stroke:#75787b}._coolgrey-fill_1y23o_139{fill:#75787b}._coolgrey50-bg_1y23o_143{background-color:#b3b5b7}._coolgrey50-color_1y23o_146{color:#b3b5b7}._coolgrey50-stroke_1y23o_149{stroke:#b3b5b7}._coolgrey50-fill_1y23o_152{fill:#b3b5b7}._coolgrey25-bg_1y23o_156{background-color:#dcddde}._coolgrey25-color_1y23o_159{color:#dcddde}._coolgrey25-stroke_1y23o_162{stroke:#dcddde}._coolgrey25-fill_1y23o_165{fill:#dcddde}._clay2-bg_1y23o_169{background-color:#ad594b}._clay2-color_1y23o_172{color:#ad594b}._clay2-stroke_1y23o_175{stroke:#ad594b}._clay2-fill_1y23o_178{fill:#ad594b}._cerise-bg_1y23o_182{background-color:#960051}._cerise-color_1y23o_185{color:#960051}._cerise-stroke_1y23o_188{stroke:#960051}._cerise-fill_1y23o_191{fill:#960051}._red-bg_1y23o_195{background-color:#e80216}._red-color_1y23o_198{color:#e80216}._red-stroke_1y23o_201{stroke:#e80216}._red-fill_1y23o_204{fill:#e80216}._plum-bg_1y23o_208{background-color:#5c4e63}._plum-color_1y23o_211{color:#5c4e63}._plum-stroke_1y23o_214{stroke:#5c4e63}._plum-fill_1y23o_217{fill:#5c4e63}._green-bg_1y23o_221{background-color:#b7bf10}._green-color_1y23o_224{color:#b7bf10}._green-stroke_1y23o_227{stroke:#b7bf10}._green-fill_1y23o_230{fill:#b7bf10}._white-bg_1y23o_234{background-color:#fff}._white-color_1y23o_237{color:#fff}._white-stroke_1y23o_240{stroke:#fff}._white-fill_1y23o_243{fill:#fff}._black-bg_1y23o_247{background-color:#000}._black-color_1y23o_250{color:#000}._black-stroke_1y23o_253{stroke:#000}._black-fill_1y23o_256{fill:#000}._blue-bg_1y23o_260{background-color:#2a6da7}._blue-color_1y23o_263{color:#2a6da7}._blue-stroke_1y23o_266{stroke:#2a6da7}._blue-fill_1y23o_269{fill:#2a6da7}._buy-bg_1y23o_273{background-color:#72a371}._buy-color_1y23o_276{color:#72a371}._buy-stroke_1y23o_279{stroke:#72a371}._buy-fill_1y23o_282{fill:#72a371}._sell-bg_1y23o_286{background-color:#953d51}._sell-color_1y23o_289{color:#953d51}._sell-stroke_1y23o_292{stroke:#953d51}._sell-fill_1y23o_295{fill:#953d51}._hold-bg_1y23o_299{background-color:#9a8b7f}._hold-color_1y23o_302{color:#9a8b7f}._hold-stroke_1y23o_305{stroke:#9a8b7f}._hold-fill_1y23o_308{fill:#9a8b7f}._not-covered-bg_1y23o_312{background-color:#2a2c30}._not-covered-color_1y23o_315{color:#2a2c30}._not-covered-stroke_1y23o_318{stroke:#2a2c30}._not-covered-fill_1y23o_321{fill:#2a2c30}._transparent-bg_1y23o_325{background-color:transparent!important}._text-cerise-color_1y23o_329,a._text-cerise-color_1y23o_329:visited{color:#960051}._with-shadow_1y23o_333{box-shadow:#30374226 0 .25rem 1rem}._PriceSubBloc_1y23o_337 ._PriceSubBlocTitle_1y23o_337{color:#746250;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._PriceSubBloc_1y23o_337 ._PriceSubBlocValue_1y23o_345{font-size:40px;font-weight:600;line-height:55px}._PriceSubBloc_1y23o_337 ._PriceSubBlocDate_1y23o_350,._DataBlocDate_1y23o_356{color:#746250;font-size:12px;line-height:17px}._PerfPotentialTitle_1y23o_362{color:#746250;margin-top:30px;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._TargetPrice_1y23o_372{color:#746250;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._PerfPotential_1y23o_362{padding:0 16px;margin-top:10px;margin-bottom:30px;border-radius:14px;background-color:#72a371;color:#fff;display:inline-block}._PerfPotential_1y23o_362._PriceDiffNeg_1y23o_390{background-color:#953d51}._RatingBloc_1y23o_394{flex-grow:1;padding:30px 88px;align-items:center}._RatingBloc_1y23o_394 ._ListLogo_1y23o_399{width:88px}._fawn-bg_o93hd_13{background-color:#746250}._fawn-color_o93hd_16{color:#746250}._fawn-stroke_o93hd_19{stroke:#746250}._fawn-fill_o93hd_22{fill:#746250}._fawndark-bg_o93hd_26{background-color:#55473a}._fawndark-color_o93hd_29{color:#55473a}._fawndark-stroke_o93hd_32{stroke:#55473a}._fawndark-fill_o93hd_35{fill:#55473a}._fawndark2-bg_o93hd_39{background-color:#362e25}._fawndark2-color_o93hd_42{color:#362e25}._fawndark2-stroke_o93hd_45{stroke:#362e25}._fawndark2-fill_o93hd_48{fill:#362e25}._sable-bg_o93hd_52{background-color:#cfb07b}._sable-color_o93hd_55{color:#cfb07b}._sable-stroke_o93hd_58{stroke:#cfb07b}._sable-fill_o93hd_61{fill:#cfb07b}._sable50-bg_o93hd_65{background-color:#e6d7bc}._sable50-color_o93hd_68{color:#e6d7bc}._sable50-stroke_o93hd_71{stroke:#e6d7bc}._sable50-fill_o93hd_74{fill:#e6d7bc}._grischaud-bg_o93hd_78{background-color:#f1eeec}._grischaud-color_o93hd_81{color:#f1eeec}._grischaud-stroke_o93hd_84{stroke:#f1eeec}._grischaud-fill_o93hd_87{fill:#f1eeec}._grischaud50-bg_o93hd_91{background-color:#f8f6f5}._grischaud50-color_o93hd_94{color:#f8f6f5}._grischaud50-stroke_o93hd_97{stroke:#f8f6f5}._grischaud50-fill_o93hd_100{fill:#f8f6f5}._darkgrey-bg_o93hd_104{background-color:#1d1f24}._darkgrey-color_o93hd_107{color:#1d1f24}._darkgrey-stroke_o93hd_110{stroke:#1d1f24}._darkgrey-fill_o93hd_113{fill:#1d1f24}._darkgrey2-bg_o93hd_117{background-color:#2a2c30}._darkgrey2-color_o93hd_120{color:#2a2c30}._darkgrey2-stroke_o93hd_123{stroke:#2a2c30}._darkgrey2-fill_o93hd_126{fill:#2a2c30}._coolgrey-bg_o93hd_130{background-color:#75787b}._coolgrey-color_o93hd_133{color:#75787b}._coolgrey-stroke_o93hd_136{stroke:#75787b}._coolgrey-fill_o93hd_139{fill:#75787b}._coolgrey50-bg_o93hd_143{background-color:#b3b5b7}._coolgrey50-color_o93hd_146{color:#b3b5b7}._coolgrey50-stroke_o93hd_149{stroke:#b3b5b7}._coolgrey50-fill_o93hd_152{fill:#b3b5b7}._coolgrey25-bg_o93hd_156{background-color:#dcddde}._coolgrey25-color_o93hd_159{color:#dcddde}._coolgrey25-stroke_o93hd_162{stroke:#dcddde}._coolgrey25-fill_o93hd_165{fill:#dcddde}._clay2-bg_o93hd_169{background-color:#ad594b}._clay2-color_o93hd_172{color:#ad594b}._clay2-stroke_o93hd_175{stroke:#ad594b}._clay2-fill_o93hd_178{fill:#ad594b}._cerise-bg_o93hd_182{background-color:#960051}._cerise-color_o93hd_185{color:#960051}._cerise-stroke_o93hd_188{stroke:#960051}._cerise-fill_o93hd_191{fill:#960051}._red-bg_o93hd_195{background-color:#e80216}._red-color_o93hd_198{color:#e80216}._red-stroke_o93hd_201{stroke:#e80216}._red-fill_o93hd_204{fill:#e80216}._plum-bg_o93hd_208{background-color:#5c4e63}._plum-color_o93hd_211{color:#5c4e63}._plum-stroke_o93hd_214{stroke:#5c4e63}._plum-fill_o93hd_217{fill:#5c4e63}._green-bg_o93hd_221{background-color:#b7bf10}._green-color_o93hd_224{color:#b7bf10}._green-stroke_o93hd_227{stroke:#b7bf10}._green-fill_o93hd_230{fill:#b7bf10}._white-bg_o93hd_234{background-color:#fff}._white-color_o93hd_237{color:#fff}._white-stroke_o93hd_240{stroke:#fff}._white-fill_o93hd_243{fill:#fff}._black-bg_o93hd_247{background-color:#000}._black-color_o93hd_250{color:#000}._black-stroke_o93hd_253{stroke:#000}._black-fill_o93hd_256{fill:#000}._blue-bg_o93hd_260{background-color:#2a6da7}._blue-color_o93hd_263{color:#2a6da7}._blue-stroke_o93hd_266{stroke:#2a6da7}._blue-fill_o93hd_269{fill:#2a6da7}._buy-bg_o93hd_273{background-color:#72a371}._buy-color_o93hd_276{color:#72a371}._buy-stroke_o93hd_279{stroke:#72a371}._buy-fill_o93hd_282{fill:#72a371}._sell-bg_o93hd_286{background-color:#953d51}._sell-color_o93hd_289{color:#953d51}._sell-stroke_o93hd_292{stroke:#953d51}._sell-fill_o93hd_295{fill:#953d51}._hold-bg_o93hd_299{background-color:#9a8b7f}._hold-color_o93hd_302{color:#9a8b7f}._hold-stroke_o93hd_305{stroke:#9a8b7f}._hold-fill_o93hd_308{fill:#9a8b7f}._not-covered-bg_o93hd_312{background-color:#2a2c30}._not-covered-color_o93hd_315{color:#2a2c30}._not-covered-stroke_o93hd_318{stroke:#2a2c30}._not-covered-fill_o93hd_321{fill:#2a2c30}._transparent-bg_o93hd_325{background-color:transparent!important}._text-cerise-color_o93hd_329,a._text-cerise-color_o93hd_329:visited{color:#960051}._with-shadow_o93hd_333{box-shadow:#30374226 0 .25rem 1rem}._RatingBloc_o93hd_337{display:flex;justify-content:space-between;border-right:1px solid #746250;padding:50px 80px 50px 0;margin:0 40px}._RatingBloc_o93hd_337+._RatingBloc_o93hd_337{border-top:1px solid #746250}._TitleBloc_o93hd_348{color:#746250}._TitleBloc_o93hd_348 ._Title_o93hd_348{font-size:20px;font-weight:700;line-height:27px}._TitleBloc_o93hd_348 ._SubTitle_o93hd_356{font-size:10px;line-height:14px}._TitleBloc_o93hd_348 ._Date_o93hd_360{font-size:12px;line-height:17px;margin-top:10px}._StarLinkBloc_o93hd_366{display:flex}._StarLinkBloc_o93hd_366 ._Link_o93hd_369{margin-left:50px;height:40px}._BUY_o93hd_374 ._Star_o93hd_366{stroke:#72a371;fill:#72a371}._SELL_o93hd_379 ._Star_o93hd_366{stroke:#953d51;fill:#953d51}._HOLD_o93hd_384 ._Star_o93hd_366{stroke:#9a8b7f;fill:#9a8b7f}._NOT_COVERED_o93hd_389 ._Star_o93hd_366{stroke:#2a2c30;fill:#2a2c30}._fawn-bg_1v2zn_13{background-color:#746250}._fawn-color_1v2zn_16{color:#746250}._fawn-stroke_1v2zn_19{stroke:#746250}._fawn-fill_1v2zn_22{fill:#746250}._fawndark-bg_1v2zn_26{background-color:#55473a}._fawndark-color_1v2zn_29{color:#55473a}._fawndark-stroke_1v2zn_32{stroke:#55473a}._fawndark-fill_1v2zn_35{fill:#55473a}._fawndark2-bg_1v2zn_39{background-color:#362e25}._fawndark2-color_1v2zn_42{color:#362e25}._fawndark2-stroke_1v2zn_45{stroke:#362e25}._fawndark2-fill_1v2zn_48{fill:#362e25}._sable-bg_1v2zn_52{background-color:#cfb07b}._sable-color_1v2zn_55{color:#cfb07b}._sable-stroke_1v2zn_58{stroke:#cfb07b}._sable-fill_1v2zn_61{fill:#cfb07b}._sable50-bg_1v2zn_65{background-color:#e6d7bc}._sable50-color_1v2zn_68{color:#e6d7bc}._sable50-stroke_1v2zn_71{stroke:#e6d7bc}._sable50-fill_1v2zn_74{fill:#e6d7bc}._grischaud-bg_1v2zn_78{background-color:#f1eeec}._grischaud-color_1v2zn_81{color:#f1eeec}._grischaud-stroke_1v2zn_84{stroke:#f1eeec}._grischaud-fill_1v2zn_87{fill:#f1eeec}._grischaud50-bg_1v2zn_91{background-color:#f8f6f5}._grischaud50-color_1v2zn_94{color:#f8f6f5}._grischaud50-stroke_1v2zn_97{stroke:#f8f6f5}._grischaud50-fill_1v2zn_100{fill:#f8f6f5}._darkgrey-bg_1v2zn_104{background-color:#1d1f24}._darkgrey-color_1v2zn_107{color:#1d1f24}._darkgrey-stroke_1v2zn_110{stroke:#1d1f24}._darkgrey-fill_1v2zn_113{fill:#1d1f24}._darkgrey2-bg_1v2zn_117{background-color:#2a2c30}._darkgrey2-color_1v2zn_120{color:#2a2c30}._darkgrey2-stroke_1v2zn_123{stroke:#2a2c30}._darkgrey2-fill_1v2zn_126{fill:#2a2c30}._coolgrey-bg_1v2zn_130{background-color:#75787b}._coolgrey-color_1v2zn_133{color:#75787b}._coolgrey-stroke_1v2zn_136{stroke:#75787b}._coolgrey-fill_1v2zn_139{fill:#75787b}._coolgrey50-bg_1v2zn_143{background-color:#b3b5b7}._coolgrey50-color_1v2zn_146{color:#b3b5b7}._coolgrey50-stroke_1v2zn_149{stroke:#b3b5b7}._coolgrey50-fill_1v2zn_152{fill:#b3b5b7}._coolgrey25-bg_1v2zn_156{background-color:#dcddde}._coolgrey25-color_1v2zn_159{color:#dcddde}._coolgrey25-stroke_1v2zn_162{stroke:#dcddde}._coolgrey25-fill_1v2zn_165{fill:#dcddde}._clay2-bg_1v2zn_169{background-color:#ad594b}._clay2-color_1v2zn_172{color:#ad594b}._clay2-stroke_1v2zn_175{stroke:#ad594b}._clay2-fill_1v2zn_178{fill:#ad594b}._cerise-bg_1v2zn_182{background-color:#960051}._cerise-color_1v2zn_185{color:#960051}._cerise-stroke_1v2zn_188{stroke:#960051}._cerise-fill_1v2zn_191{fill:#960051}._red-bg_1v2zn_195{background-color:#e80216}._red-color_1v2zn_198{color:#e80216}._red-stroke_1v2zn_201{stroke:#e80216}._red-fill_1v2zn_204{fill:#e80216}._plum-bg_1v2zn_208{background-color:#5c4e63}._plum-color_1v2zn_211{color:#5c4e63}._plum-stroke_1v2zn_214{stroke:#5c4e63}._plum-fill_1v2zn_217{fill:#5c4e63}._green-bg_1v2zn_221{background-color:#b7bf10}._green-color_1v2zn_224{color:#b7bf10}._green-stroke_1v2zn_227{stroke:#b7bf10}._green-fill_1v2zn_230{fill:#b7bf10}._white-bg_1v2zn_234{background-color:#fff}._white-color_1v2zn_237{color:#fff}._white-stroke_1v2zn_240{stroke:#fff}._white-fill_1v2zn_243{fill:#fff}._black-bg_1v2zn_247{background-color:#000}._black-color_1v2zn_250{color:#000}._black-stroke_1v2zn_253{stroke:#000}._black-fill_1v2zn_256{fill:#000}._blue-bg_1v2zn_260{background-color:#2a6da7}._blue-color_1v2zn_263{color:#2a6da7}._blue-stroke_1v2zn_266{stroke:#2a6da7}._blue-fill_1v2zn_269{fill:#2a6da7}._buy-bg_1v2zn_273{background-color:#72a371}._buy-color_1v2zn_276{color:#72a371}._buy-stroke_1v2zn_279{stroke:#72a371}._buy-fill_1v2zn_282{fill:#72a371}._sell-bg_1v2zn_286{background-color:#953d51}._sell-color_1v2zn_289{color:#953d51}._sell-stroke_1v2zn_292{stroke:#953d51}._sell-fill_1v2zn_295{fill:#953d51}._hold-bg_1v2zn_299{background-color:#9a8b7f}._hold-color_1v2zn_302{color:#9a8b7f}._hold-stroke_1v2zn_305{stroke:#9a8b7f}._hold-fill_1v2zn_308{fill:#9a8b7f}._not-covered-bg_1v2zn_312{background-color:#2a2c30}._not-covered-color_1v2zn_315{color:#2a2c30}._not-covered-stroke_1v2zn_318{stroke:#2a2c30}._not-covered-fill_1v2zn_321{fill:#2a2c30}._transparent-bg_1v2zn_325{background-color:transparent!important}._text-cerise-color_1v2zn_329,a._text-cerise-color_1v2zn_329:visited{color:#960051}._with-shadow_1v2zn_333{box-shadow:#30374226 0 .25rem 1rem}._Title_1v2zn_337{color:#746250;font-size:15px;letter-spacing:2px;line-height:20px;text-transform:uppercase;margin-bottom:20px}._LabelValueBlock_1v2zn_346{margin-bottom:8px;font-size:12px;line-height:16px}._LabelValueBlock_1v2zn_346 ._Value_1v2zn_351{font-weight:700;min-height:12px}._large_1v2zn_356 ._Title_1v2zn_337{font-size:20px;letter-spacing:2px;line-height:20px;margin-bottom:20px}._large_1v2zn_356 ._LabelValueBlock_1v2zn_346{margin-bottom:16px;font-size:16px;line-height:20px}._large_1v2zn_356 ._LabelValueBlock_1v2zn_346 ._Value_1v2zn_351{font-weight:700;min-height:16px}._fawn-bg_zaumu_13{background-color:#746250}._fawn-color_zaumu_16{color:#746250}._fawn-stroke_zaumu_19{stroke:#746250}._fawn-fill_zaumu_22{fill:#746250}._fawndark-bg_zaumu_26{background-color:#55473a}._fawndark-color_zaumu_29{color:#55473a}._fawndark-stroke_zaumu_32{stroke:#55473a}._fawndark-fill_zaumu_35{fill:#55473a}._fawndark2-bg_zaumu_39{background-color:#362e25}._fawndark2-color_zaumu_42{color:#362e25}._fawndark2-stroke_zaumu_45{stroke:#362e25}._fawndark2-fill_zaumu_48{fill:#362e25}._sable-bg_zaumu_52{background-color:#cfb07b}._sable-color_zaumu_55{color:#cfb07b}._sable-stroke_zaumu_58{stroke:#cfb07b}._sable-fill_zaumu_61{fill:#cfb07b}._sable50-bg_zaumu_65{background-color:#e6d7bc}._sable50-color_zaumu_68{color:#e6d7bc}._sable50-stroke_zaumu_71{stroke:#e6d7bc}._sable50-fill_zaumu_74{fill:#e6d7bc}._grischaud-bg_zaumu_78{background-color:#f1eeec}._grischaud-color_zaumu_81{color:#f1eeec}._grischaud-stroke_zaumu_84{stroke:#f1eeec}._grischaud-fill_zaumu_87{fill:#f1eeec}._grischaud50-bg_zaumu_91{background-color:#f8f6f5}._grischaud50-color_zaumu_94{color:#f8f6f5}._grischaud50-stroke_zaumu_97{stroke:#f8f6f5}._grischaud50-fill_zaumu_100{fill:#f8f6f5}._darkgrey-bg_zaumu_104{background-color:#1d1f24}._darkgrey-color_zaumu_107{color:#1d1f24}._darkgrey-stroke_zaumu_110{stroke:#1d1f24}._darkgrey-fill_zaumu_113{fill:#1d1f24}._darkgrey2-bg_zaumu_117{background-color:#2a2c30}._darkgrey2-color_zaumu_120{color:#2a2c30}._darkgrey2-stroke_zaumu_123{stroke:#2a2c30}._darkgrey2-fill_zaumu_126{fill:#2a2c30}._coolgrey-bg_zaumu_130{background-color:#75787b}._coolgrey-color_zaumu_133{color:#75787b}._coolgrey-stroke_zaumu_136{stroke:#75787b}._coolgrey-fill_zaumu_139{fill:#75787b}._coolgrey50-bg_zaumu_143{background-color:#b3b5b7}._coolgrey50-color_zaumu_146{color:#b3b5b7}._coolgrey50-stroke_zaumu_149{stroke:#b3b5b7}._coolgrey50-fill_zaumu_152{fill:#b3b5b7}._coolgrey25-bg_zaumu_156{background-color:#dcddde}._coolgrey25-color_zaumu_159{color:#dcddde}._coolgrey25-stroke_zaumu_162{stroke:#dcddde}._coolgrey25-fill_zaumu_165{fill:#dcddde}._clay2-bg_zaumu_169{background-color:#ad594b}._clay2-color_zaumu_172{color:#ad594b}._clay2-stroke_zaumu_175{stroke:#ad594b}._clay2-fill_zaumu_178{fill:#ad594b}._cerise-bg_zaumu_182{background-color:#960051}._cerise-color_zaumu_185{color:#960051}._cerise-stroke_zaumu_188{stroke:#960051}._cerise-fill_zaumu_191{fill:#960051}._red-bg_zaumu_195{background-color:#e80216}._red-color_zaumu_198{color:#e80216}._red-stroke_zaumu_201{stroke:#e80216}._red-fill_zaumu_204{fill:#e80216}._plum-bg_zaumu_208{background-color:#5c4e63}._plum-color_zaumu_211{color:#5c4e63}._plum-stroke_zaumu_214{stroke:#5c4e63}._plum-fill_zaumu_217{fill:#5c4e63}._green-bg_zaumu_221{background-color:#b7bf10}._green-color_zaumu_224{color:#b7bf10}._green-stroke_zaumu_227{stroke:#b7bf10}._green-fill_zaumu_230{fill:#b7bf10}._white-bg_zaumu_234{background-color:#fff}._white-color_zaumu_237{color:#fff}._white-stroke_zaumu_240{stroke:#fff}._white-fill_zaumu_243{fill:#fff}._black-bg_zaumu_247{background-color:#000}._black-color_zaumu_250{color:#000}._black-stroke_zaumu_253{stroke:#000}._black-fill_zaumu_256{fill:#000}._blue-bg_zaumu_260{background-color:#2a6da7}._blue-color_zaumu_263{color:#2a6da7}._blue-stroke_zaumu_266{stroke:#2a6da7}._blue-fill_zaumu_269{fill:#2a6da7}._buy-bg_zaumu_273{background-color:#72a371}._buy-color_zaumu_276{color:#72a371}._buy-stroke_zaumu_279{stroke:#72a371}._buy-fill_zaumu_282{fill:#72a371}._sell-bg_zaumu_286{background-color:#953d51}._sell-color_zaumu_289{color:#953d51}._sell-stroke_zaumu_292{stroke:#953d51}._sell-fill_zaumu_295{fill:#953d51}._hold-bg_zaumu_299{background-color:#9a8b7f}._hold-color_zaumu_302{color:#9a8b7f}._hold-stroke_zaumu_305{stroke:#9a8b7f}._hold-fill_zaumu_308{fill:#9a8b7f}._not-covered-bg_zaumu_312{background-color:#2a2c30}._not-covered-color_zaumu_315{color:#2a2c30}._not-covered-stroke_zaumu_318{stroke:#2a2c30}._not-covered-fill_zaumu_321{fill:#2a2c30}._transparent-bg_zaumu_325{background-color:transparent!important}._text-cerise-color_zaumu_329,a._text-cerise-color_zaumu_329:visited{color:#960051}._with-shadow_zaumu_333{box-shadow:#30374226 0 .25rem 1rem}._Title_zaumu_337{color:#746250;font-size:15px;letter-spacing:2px;line-height:20px;text-transform:uppercase;margin-bottom:20px}._Date_zaumu_346{font-size:12px}._LabelValueBlock_zaumu_350{margin-bottom:8px;font-size:12px;line-height:16px;display:flex;justify-content:space-between}._LabelValueBlock_zaumu_350 ._Value_zaumu_357{min-height:12px}._Disclaimer_zaumu_361{color:#2a2c30;font-size:12px;line-height:14px}._fawn-bg_5aqcw_13{background-color:#746250}._fawn-color_5aqcw_16{color:#746250}._fawn-stroke_5aqcw_19{stroke:#746250}._fawn-fill_5aqcw_22{fill:#746250}._fawndark-bg_5aqcw_26{background-color:#55473a}._fawndark-color_5aqcw_29{color:#55473a}._fawndark-stroke_5aqcw_32{stroke:#55473a}._fawndark-fill_5aqcw_35{fill:#55473a}._fawndark2-bg_5aqcw_39{background-color:#362e25}._fawndark2-color_5aqcw_42{color:#362e25}._fawndark2-stroke_5aqcw_45{stroke:#362e25}._fawndark2-fill_5aqcw_48{fill:#362e25}._sable-bg_5aqcw_52{background-color:#cfb07b}._sable-color_5aqcw_55{color:#cfb07b}._sable-stroke_5aqcw_58{stroke:#cfb07b}._sable-fill_5aqcw_61{fill:#cfb07b}._sable50-bg_5aqcw_65{background-color:#e6d7bc}._sable50-color_5aqcw_68{color:#e6d7bc}._sable50-stroke_5aqcw_71{stroke:#e6d7bc}._sable50-fill_5aqcw_74{fill:#e6d7bc}._grischaud-bg_5aqcw_78{background-color:#f1eeec}._grischaud-color_5aqcw_81{color:#f1eeec}._grischaud-stroke_5aqcw_84{stroke:#f1eeec}._grischaud-fill_5aqcw_87{fill:#f1eeec}._grischaud50-bg_5aqcw_91{background-color:#f8f6f5}._grischaud50-color_5aqcw_94{color:#f8f6f5}._grischaud50-stroke_5aqcw_97{stroke:#f8f6f5}._grischaud50-fill_5aqcw_100{fill:#f8f6f5}._darkgrey-bg_5aqcw_104{background-color:#1d1f24}._darkgrey-color_5aqcw_107{color:#1d1f24}._darkgrey-stroke_5aqcw_110{stroke:#1d1f24}._darkgrey-fill_5aqcw_113{fill:#1d1f24}._darkgrey2-bg_5aqcw_117{background-color:#2a2c30}._darkgrey2-color_5aqcw_120{color:#2a2c30}._darkgrey2-stroke_5aqcw_123{stroke:#2a2c30}._darkgrey2-fill_5aqcw_126{fill:#2a2c30}._coolgrey-bg_5aqcw_130{background-color:#75787b}._coolgrey-color_5aqcw_133{color:#75787b}._coolgrey-stroke_5aqcw_136{stroke:#75787b}._coolgrey-fill_5aqcw_139{fill:#75787b}._coolgrey50-bg_5aqcw_143{background-color:#b3b5b7}._coolgrey50-color_5aqcw_146{color:#b3b5b7}._coolgrey50-stroke_5aqcw_149{stroke:#b3b5b7}._coolgrey50-fill_5aqcw_152{fill:#b3b5b7}._coolgrey25-bg_5aqcw_156{background-color:#dcddde}._coolgrey25-color_5aqcw_159{color:#dcddde}._coolgrey25-stroke_5aqcw_162{stroke:#dcddde}._coolgrey25-fill_5aqcw_165{fill:#dcddde}._clay2-bg_5aqcw_169{background-color:#ad594b}._clay2-color_5aqcw_172{color:#ad594b}._clay2-stroke_5aqcw_175{stroke:#ad594b}._clay2-fill_5aqcw_178{fill:#ad594b}._cerise-bg_5aqcw_182{background-color:#960051}._cerise-color_5aqcw_185{color:#960051}._cerise-stroke_5aqcw_188{stroke:#960051}._cerise-fill_5aqcw_191{fill:#960051}._red-bg_5aqcw_195{background-color:#e80216}._red-color_5aqcw_198{color:#e80216}._red-stroke_5aqcw_201{stroke:#e80216}._red-fill_5aqcw_204{fill:#e80216}._plum-bg_5aqcw_208{background-color:#5c4e63}._plum-color_5aqcw_211{color:#5c4e63}._plum-stroke_5aqcw_214{stroke:#5c4e63}._plum-fill_5aqcw_217{fill:#5c4e63}._green-bg_5aqcw_221{background-color:#b7bf10}._green-color_5aqcw_224{color:#b7bf10}._green-stroke_5aqcw_227{stroke:#b7bf10}._green-fill_5aqcw_230{fill:#b7bf10}._white-bg_5aqcw_234{background-color:#fff}._white-color_5aqcw_237{color:#fff}._white-stroke_5aqcw_240{stroke:#fff}._white-fill_5aqcw_243{fill:#fff}._black-bg_5aqcw_247{background-color:#000}._black-color_5aqcw_250{color:#000}._black-stroke_5aqcw_253{stroke:#000}._black-fill_5aqcw_256{fill:#000}._blue-bg_5aqcw_260{background-color:#2a6da7}._blue-color_5aqcw_263{color:#2a6da7}._blue-stroke_5aqcw_266{stroke:#2a6da7}._blue-fill_5aqcw_269{fill:#2a6da7}._buy-bg_5aqcw_273{background-color:#72a371}._buy-color_5aqcw_276{color:#72a371}._buy-stroke_5aqcw_279{stroke:#72a371}._buy-fill_5aqcw_282{fill:#72a371}._sell-bg_5aqcw_286{background-color:#953d51}._sell-color_5aqcw_289{color:#953d51}._sell-stroke_5aqcw_292{stroke:#953d51}._sell-fill_5aqcw_295{fill:#953d51}._hold-bg_5aqcw_299{background-color:#9a8b7f}._hold-color_5aqcw_302{color:#9a8b7f}._hold-stroke_5aqcw_305{stroke:#9a8b7f}._hold-fill_5aqcw_308{fill:#9a8b7f}._not-covered-bg_5aqcw_312{background-color:#2a2c30}._not-covered-color_5aqcw_315{color:#2a2c30}._not-covered-stroke_5aqcw_318{stroke:#2a2c30}._not-covered-fill_5aqcw_321{fill:#2a2c30}._transparent-bg_5aqcw_325{background-color:transparent!important}._text-cerise-color_5aqcw_329,a._text-cerise-color_5aqcw_329:visited{color:#960051}._with-shadow_5aqcw_333{box-shadow:#30374226 0 .25rem 1rem}._Title_5aqcw_337{color:#746250;font-size:15px;letter-spacing:2px;line-height:20px;text-transform:uppercase;margin-bottom:20px}._Date_5aqcw_346{font-size:12px;margin-bottom:5px}._LabelValueBlock_5aqcw_351{margin-bottom:4px;font-size:12px;line-height:16px}._SmallLabelValueBlock_5aqcw_357{padding-left:10px;padding-right:5px;margin-bottom:4px;font-size:10px;line-height:14px}._boldValue_5aqcw_365{font-weight:700;text-align:right}._italicValue_5aqcw_370{font-style:italic;text-align:right}._SectionWarning_17j90_1{background:#b91901;color:#fff;padding:18px 90px;font-size:15px;font-weight:600;line-height:15px}._fawn-bg_1r0la_13{background-color:#746250}._fawn-color_1r0la_16{color:#746250}._fawn-stroke_1r0la_19{stroke:#746250}._fawn-fill_1r0la_22{fill:#746250}._fawndark-bg_1r0la_26{background-color:#55473a}._fawndark-color_1r0la_29{color:#55473a}._fawndark-stroke_1r0la_32{stroke:#55473a}._fawndark-fill_1r0la_35{fill:#55473a}._fawndark2-bg_1r0la_39{background-color:#362e25}._fawndark2-color_1r0la_42{color:#362e25}._fawndark2-stroke_1r0la_45{stroke:#362e25}._fawndark2-fill_1r0la_48{fill:#362e25}._sable-bg_1r0la_52{background-color:#cfb07b}._sable-color_1r0la_55{color:#cfb07b}._sable-stroke_1r0la_58{stroke:#cfb07b}._sable-fill_1r0la_61{fill:#cfb07b}._sable50-bg_1r0la_65{background-color:#e6d7bc}._sable50-color_1r0la_68{color:#e6d7bc}._sable50-stroke_1r0la_71{stroke:#e6d7bc}._sable50-fill_1r0la_74{fill:#e6d7bc}._grischaud-bg_1r0la_78{background-color:#f1eeec}._grischaud-color_1r0la_81{color:#f1eeec}._grischaud-stroke_1r0la_84{stroke:#f1eeec}._grischaud-fill_1r0la_87{fill:#f1eeec}._grischaud50-bg_1r0la_91{background-color:#f8f6f5}._grischaud50-color_1r0la_94{color:#f8f6f5}._grischaud50-stroke_1r0la_97{stroke:#f8f6f5}._grischaud50-fill_1r0la_100{fill:#f8f6f5}._darkgrey-bg_1r0la_104{background-color:#1d1f24}._darkgrey-color_1r0la_107{color:#1d1f24}._darkgrey-stroke_1r0la_110{stroke:#1d1f24}._darkgrey-fill_1r0la_113{fill:#1d1f24}._darkgrey2-bg_1r0la_117{background-color:#2a2c30}._darkgrey2-color_1r0la_120{color:#2a2c30}._darkgrey2-stroke_1r0la_123{stroke:#2a2c30}._darkgrey2-fill_1r0la_126{fill:#2a2c30}._coolgrey-bg_1r0la_130{background-color:#75787b}._coolgrey-color_1r0la_133{color:#75787b}._coolgrey-stroke_1r0la_136{stroke:#75787b}._coolgrey-fill_1r0la_139{fill:#75787b}._coolgrey50-bg_1r0la_143{background-color:#b3b5b7}._coolgrey50-color_1r0la_146{color:#b3b5b7}._coolgrey50-stroke_1r0la_149{stroke:#b3b5b7}._coolgrey50-fill_1r0la_152{fill:#b3b5b7}._coolgrey25-bg_1r0la_156{background-color:#dcddde}._coolgrey25-color_1r0la_159{color:#dcddde}._coolgrey25-stroke_1r0la_162{stroke:#dcddde}._coolgrey25-fill_1r0la_165{fill:#dcddde}._clay2-bg_1r0la_169{background-color:#ad594b}._clay2-color_1r0la_172{color:#ad594b}._clay2-stroke_1r0la_175{stroke:#ad594b}._clay2-fill_1r0la_178{fill:#ad594b}._cerise-bg_1r0la_182{background-color:#960051}._cerise-color_1r0la_185{color:#960051}._cerise-stroke_1r0la_188{stroke:#960051}._cerise-fill_1r0la_191{fill:#960051}._red-bg_1r0la_195{background-color:#e80216}._red-color_1r0la_198{color:#e80216}._red-stroke_1r0la_201{stroke:#e80216}._red-fill_1r0la_204{fill:#e80216}._plum-bg_1r0la_208{background-color:#5c4e63}._plum-color_1r0la_211{color:#5c4e63}._plum-stroke_1r0la_214{stroke:#5c4e63}._plum-fill_1r0la_217{fill:#5c4e63}._green-bg_1r0la_221{background-color:#b7bf10}._green-color_1r0la_224{color:#b7bf10}._green-stroke_1r0la_227{stroke:#b7bf10}._green-fill_1r0la_230{fill:#b7bf10}._white-bg_1r0la_234{background-color:#fff}._white-color_1r0la_237{color:#fff}._white-stroke_1r0la_240{stroke:#fff}._white-fill_1r0la_243{fill:#fff}._black-bg_1r0la_247{background-color:#000}._black-color_1r0la_250{color:#000}._black-stroke_1r0la_253{stroke:#000}._black-fill_1r0la_256{fill:#000}._blue-bg_1r0la_260{background-color:#2a6da7}._blue-color_1r0la_263{color:#2a6da7}._blue-stroke_1r0la_266{stroke:#2a6da7}._blue-fill_1r0la_269{fill:#2a6da7}._buy-bg_1r0la_273{background-color:#72a371}._buy-color_1r0la_276{color:#72a371}._buy-stroke_1r0la_279{stroke:#72a371}._buy-fill_1r0la_282{fill:#72a371}._sell-bg_1r0la_286{background-color:#953d51}._sell-color_1r0la_289{color:#953d51}._sell-stroke_1r0la_292{stroke:#953d51}._sell-fill_1r0la_295{fill:#953d51}._hold-bg_1r0la_299{background-color:#9a8b7f}._hold-color_1r0la_302{color:#9a8b7f}._hold-stroke_1r0la_305{stroke:#9a8b7f}._hold-fill_1r0la_308{fill:#9a8b7f}._not-covered-bg_1r0la_312{background-color:#2a2c30}._not-covered-color_1r0la_315{color:#2a2c30}._not-covered-stroke_1r0la_318{stroke:#2a2c30}._not-covered-fill_1r0la_321{fill:#2a2c30}._transparent-bg_1r0la_325{background-color:transparent!important}._text-cerise-color_1r0la_329,a._text-cerise-color_1r0la_329:visited{color:#960051}._with-shadow_1r0la_333{box-shadow:#30374226 0 .25rem 1rem}._IWMProgressBar_1r0la_337{width:300px;margin:1.5em auto;padding-bottom:30px}@-moz-document url-prefix(){._IWMProgressBar_1r0la_337{margin-bottom:3em}}._IWMProgressBar_1r0la_337 ._IMWBar_1r0la_347{position:relative;height:8px;background:linear-gradient(90deg,#cfb07b1a 20%,#cfb07b)}._IWMProgressBar_1r0la_337 ._IWMCursorWrapper_1r0la_352{position:absolute;top:1px}._IWMProgressBar_1r0la_337 ._IWMCursorWrapper_1r0la_352,._IWMProgressBar_1r0la_337 ._IWMCursorWrapper_1r0la_352 ._IWMCursor_1r0la_352:before{height:13px}._IWMProgressBar_1r0la_337 ._IWMCursorWrapper_1r0la_352 ._IWMCursor_1r0la_352{display:block;border-style:solid;border-width:0 6.5px 14px 6.5px;border-color:transparent transparent #ffffff transparent}._IWMProgressBar_1r0la_337 ._IWMCursorWrapper_1r0la_352 ._IWMCursor_1r0la_352 ._IMWScore_1r0la_365{position:absolute;right:0;top:19px;left:-1px;margin-left:auto;margin-right:auto}._IWMProgressBar_1r0la_337 ._IWMCursorWrapper_1r0la_352 ._IWMCursor_1r0la_352:before{content:"";position:absolute;right:0;top:5px;left:0;margin-left:auto;margin-right:auto;border-style:solid;border-width:0 6.5px 14px 6.5px;border-color:transparent transparent #cfb07b transparent}._fawn-bg_1tq42_13{background-color:#746250}._fawn-color_1tq42_16{color:#746250}._fawn-stroke_1tq42_19{stroke:#746250}._fawn-fill_1tq42_22{fill:#746250}._fawndark-bg_1tq42_26{background-color:#55473a}._fawndark-color_1tq42_29{color:#55473a}._fawndark-stroke_1tq42_32{stroke:#55473a}._fawndark-fill_1tq42_35{fill:#55473a}._fawndark2-bg_1tq42_39{background-color:#362e25}._fawndark2-color_1tq42_42{color:#362e25}._fawndark2-stroke_1tq42_45{stroke:#362e25}._fawndark2-fill_1tq42_48{fill:#362e25}._sable-bg_1tq42_52{background-color:#cfb07b}._sable-color_1tq42_55{color:#cfb07b}._sable-stroke_1tq42_58{stroke:#cfb07b}._sable-fill_1tq42_61{fill:#cfb07b}._sable50-bg_1tq42_65{background-color:#e6d7bc}._sable50-color_1tq42_68{color:#e6d7bc}._sable50-stroke_1tq42_71{stroke:#e6d7bc}._sable50-fill_1tq42_74{fill:#e6d7bc}._grischaud-bg_1tq42_78{background-color:#f1eeec}._grischaud-color_1tq42_81{color:#f1eeec}._grischaud-stroke_1tq42_84{stroke:#f1eeec}._grischaud-fill_1tq42_87{fill:#f1eeec}._grischaud50-bg_1tq42_91{background-color:#f8f6f5}._grischaud50-color_1tq42_94{color:#f8f6f5}._grischaud50-stroke_1tq42_97{stroke:#f8f6f5}._grischaud50-fill_1tq42_100{fill:#f8f6f5}._darkgrey-bg_1tq42_104{background-color:#1d1f24}._darkgrey-color_1tq42_107{color:#1d1f24}._darkgrey-stroke_1tq42_110{stroke:#1d1f24}._darkgrey-fill_1tq42_113{fill:#1d1f24}._darkgrey2-bg_1tq42_117{background-color:#2a2c30}._darkgrey2-color_1tq42_120{color:#2a2c30}._darkgrey2-stroke_1tq42_123{stroke:#2a2c30}._darkgrey2-fill_1tq42_126{fill:#2a2c30}._coolgrey-bg_1tq42_130{background-color:#75787b}._coolgrey-color_1tq42_133{color:#75787b}._coolgrey-stroke_1tq42_136{stroke:#75787b}._coolgrey-fill_1tq42_139{fill:#75787b}._coolgrey50-bg_1tq42_143{background-color:#b3b5b7}._coolgrey50-color_1tq42_146{color:#b3b5b7}._coolgrey50-stroke_1tq42_149{stroke:#b3b5b7}._coolgrey50-fill_1tq42_152{fill:#b3b5b7}._coolgrey25-bg_1tq42_156{background-color:#dcddde}._coolgrey25-color_1tq42_159{color:#dcddde}._coolgrey25-stroke_1tq42_162{stroke:#dcddde}._coolgrey25-fill_1tq42_165{fill:#dcddde}._clay2-bg_1tq42_169{background-color:#ad594b}._clay2-color_1tq42_172{color:#ad594b}._clay2-stroke_1tq42_175{stroke:#ad594b}._clay2-fill_1tq42_178{fill:#ad594b}._cerise-bg_1tq42_182{background-color:#960051}._cerise-color_1tq42_185{color:#960051}._cerise-stroke_1tq42_188{stroke:#960051}._cerise-fill_1tq42_191{fill:#960051}._red-bg_1tq42_195{background-color:#e80216}._red-color_1tq42_198{color:#e80216}._red-stroke_1tq42_201{stroke:#e80216}._red-fill_1tq42_204{fill:#e80216}._plum-bg_1tq42_208{background-color:#5c4e63}._plum-color_1tq42_211{color:#5c4e63}._plum-stroke_1tq42_214{stroke:#5c4e63}._plum-fill_1tq42_217{fill:#5c4e63}._green-bg_1tq42_221{background-color:#b7bf10}._green-color_1tq42_224{color:#b7bf10}._green-stroke_1tq42_227{stroke:#b7bf10}._green-fill_1tq42_230{fill:#b7bf10}._white-bg_1tq42_234{background-color:#fff}._white-color_1tq42_237{color:#fff}._white-stroke_1tq42_240{stroke:#fff}._white-fill_1tq42_243{fill:#fff}._black-bg_1tq42_247{background-color:#000}._black-color_1tq42_250{color:#000}._black-stroke_1tq42_253{stroke:#000}._black-fill_1tq42_256{fill:#000}._blue-bg_1tq42_260{background-color:#2a6da7}._blue-color_1tq42_263{color:#2a6da7}._blue-stroke_1tq42_266{stroke:#2a6da7}._blue-fill_1tq42_269{fill:#2a6da7}._buy-bg_1tq42_273{background-color:#72a371}._buy-color_1tq42_276{color:#72a371}._buy-stroke_1tq42_279{stroke:#72a371}._buy-fill_1tq42_282{fill:#72a371}._sell-bg_1tq42_286{background-color:#953d51}._sell-color_1tq42_289{color:#953d51}._sell-stroke_1tq42_292{stroke:#953d51}._sell-fill_1tq42_295{fill:#953d51}._hold-bg_1tq42_299{background-color:#9a8b7f}._hold-color_1tq42_302{color:#9a8b7f}._hold-stroke_1tq42_305{stroke:#9a8b7f}._hold-fill_1tq42_308{fill:#9a8b7f}._not-covered-bg_1tq42_312{background-color:#2a2c30}._not-covered-color_1tq42_315{color:#2a2c30}._not-covered-stroke_1tq42_318{stroke:#2a2c30}._not-covered-fill_1tq42_321{fill:#2a2c30}._transparent-bg_1tq42_325{background-color:transparent!important}._text-cerise-color_1tq42_329,a._text-cerise-color_1tq42_329:visited{color:#960051}._with-shadow_1tq42_333{box-shadow:#30374226 0 .25rem 1rem}._Radar_1tq42_337{background-color:#f8f6f5;padding:40px;font-size:14px}._RadarTitle_1tq42_343{color:#746250;font-size:15px;font-weight:600;line-height:20px}._TableData_1tq42_350{width:180px;margin:auto;text-align:center}._TableData_1tq42_350 thead{color:#fff;background-color:#cfb07b;border:solid 1px #cfb07b}._fawn-bg_m8ba9_13{background-color:#746250}._fawn-color_m8ba9_16{color:#746250}._fawn-stroke_m8ba9_19{stroke:#746250}._fawn-fill_m8ba9_22{fill:#746250}._fawndark-bg_m8ba9_26{background-color:#55473a}._fawndark-color_m8ba9_29{color:#55473a}._fawndark-stroke_m8ba9_32{stroke:#55473a}._fawndark-fill_m8ba9_35{fill:#55473a}._fawndark2-bg_m8ba9_39{background-color:#362e25}._fawndark2-color_m8ba9_42{color:#362e25}._fawndark2-stroke_m8ba9_45{stroke:#362e25}._fawndark2-fill_m8ba9_48{fill:#362e25}._sable-bg_m8ba9_52{background-color:#cfb07b}._sable-color_m8ba9_55{color:#cfb07b}._sable-stroke_m8ba9_58{stroke:#cfb07b}._sable-fill_m8ba9_61{fill:#cfb07b}._sable50-bg_m8ba9_65{background-color:#e6d7bc}._sable50-color_m8ba9_68{color:#e6d7bc}._sable50-stroke_m8ba9_71{stroke:#e6d7bc}._sable50-fill_m8ba9_74{fill:#e6d7bc}._grischaud-bg_m8ba9_78{background-color:#f1eeec}._grischaud-color_m8ba9_81{color:#f1eeec}._grischaud-stroke_m8ba9_84{stroke:#f1eeec}._grischaud-fill_m8ba9_87{fill:#f1eeec}._grischaud50-bg_m8ba9_91{background-color:#f8f6f5}._grischaud50-color_m8ba9_94{color:#f8f6f5}._grischaud50-stroke_m8ba9_97{stroke:#f8f6f5}._grischaud50-fill_m8ba9_100{fill:#f8f6f5}._darkgrey-bg_m8ba9_104{background-color:#1d1f24}._darkgrey-color_m8ba9_107{color:#1d1f24}._darkgrey-stroke_m8ba9_110{stroke:#1d1f24}._darkgrey-fill_m8ba9_113{fill:#1d1f24}._darkgrey2-bg_m8ba9_117{background-color:#2a2c30}._darkgrey2-color_m8ba9_120{color:#2a2c30}._darkgrey2-stroke_m8ba9_123{stroke:#2a2c30}._darkgrey2-fill_m8ba9_126{fill:#2a2c30}._coolgrey-bg_m8ba9_130{background-color:#75787b}._coolgrey-color_m8ba9_133{color:#75787b}._coolgrey-stroke_m8ba9_136{stroke:#75787b}._coolgrey-fill_m8ba9_139{fill:#75787b}._coolgrey50-bg_m8ba9_143{background-color:#b3b5b7}._coolgrey50-color_m8ba9_146{color:#b3b5b7}._coolgrey50-stroke_m8ba9_149{stroke:#b3b5b7}._coolgrey50-fill_m8ba9_152{fill:#b3b5b7}._coolgrey25-bg_m8ba9_156{background-color:#dcddde}._coolgrey25-color_m8ba9_159{color:#dcddde}._coolgrey25-stroke_m8ba9_162{stroke:#dcddde}._coolgrey25-fill_m8ba9_165{fill:#dcddde}._clay2-bg_m8ba9_169{background-color:#ad594b}._clay2-color_m8ba9_172{color:#ad594b}._clay2-stroke_m8ba9_175{stroke:#ad594b}._clay2-fill_m8ba9_178{fill:#ad594b}._cerise-bg_m8ba9_182{background-color:#960051}._cerise-color_m8ba9_185{color:#960051}._cerise-stroke_m8ba9_188{stroke:#960051}._cerise-fill_m8ba9_191{fill:#960051}._red-bg_m8ba9_195{background-color:#e80216}._red-color_m8ba9_198{color:#e80216}._red-stroke_m8ba9_201{stroke:#e80216}._red-fill_m8ba9_204{fill:#e80216}._plum-bg_m8ba9_208{background-color:#5c4e63}._plum-color_m8ba9_211{color:#5c4e63}._plum-stroke_m8ba9_214{stroke:#5c4e63}._plum-fill_m8ba9_217{fill:#5c4e63}._green-bg_m8ba9_221{background-color:#b7bf10}._green-color_m8ba9_224{color:#b7bf10}._green-stroke_m8ba9_227{stroke:#b7bf10}._green-fill_m8ba9_230{fill:#b7bf10}._white-bg_m8ba9_234{background-color:#fff}._white-color_m8ba9_237{color:#fff}._white-stroke_m8ba9_240{stroke:#fff}._white-fill_m8ba9_243{fill:#fff}._black-bg_m8ba9_247{background-color:#000}._black-color_m8ba9_250{color:#000}._black-stroke_m8ba9_253{stroke:#000}._black-fill_m8ba9_256{fill:#000}._blue-bg_m8ba9_260{background-color:#2a6da7}._blue-color_m8ba9_263{color:#2a6da7}._blue-stroke_m8ba9_266{stroke:#2a6da7}._blue-fill_m8ba9_269{fill:#2a6da7}._buy-bg_m8ba9_273{background-color:#72a371}._buy-color_m8ba9_276{color:#72a371}._buy-stroke_m8ba9_279{stroke:#72a371}._buy-fill_m8ba9_282{fill:#72a371}._sell-bg_m8ba9_286{background-color:#953d51}._sell-color_m8ba9_289{color:#953d51}._sell-stroke_m8ba9_292{stroke:#953d51}._sell-fill_m8ba9_295{fill:#953d51}._hold-bg_m8ba9_299{background-color:#9a8b7f}._hold-color_m8ba9_302{color:#9a8b7f}._hold-stroke_m8ba9_305{stroke:#9a8b7f}._hold-fill_m8ba9_308{fill:#9a8b7f}._not-covered-bg_m8ba9_312{background-color:#2a2c30}._not-covered-color_m8ba9_315{color:#2a2c30}._not-covered-stroke_m8ba9_318{stroke:#2a2c30}._not-covered-fill_m8ba9_321{fill:#2a2c30}._transparent-bg_m8ba9_325{background-color:transparent!important}._text-cerise-color_m8ba9_329,a._text-cerise-color_m8ba9_329:visited{color:#960051}._with-shadow_m8ba9_333{box-shadow:#30374226 0 .25rem 1rem}._SectionTitle_m8ba9_337,._SectionSecondaryTitle_m8ba9_341{margin-bottom:40px}._SectionSecondaryTitle_m8ba9_341 ._Title_m8ba9_344{font-size:30px;font-weight:500;letter-spacing:8px;line-height:36px}._TitleRating_m8ba9_351{display:flex;align-items:center}._Title_m8ba9_344{color:#953d51;font-size:40px;font-weight:500;letter-spacing:10px;line-height:48px;text-transform:uppercase}._Rating_m8ba9_365{margin-left:40px}._Date_m8ba9_369{color:#746250;font-size:15px;line-height:20px}._fawn-bg_qsudp_13{background-color:#746250}._fawn-color_qsudp_16{color:#746250}._fawn-stroke_qsudp_19{stroke:#746250}._fawn-fill_qsudp_22{fill:#746250}._fawndark-bg_qsudp_26{background-color:#55473a}._fawndark-color_qsudp_29{color:#55473a}._fawndark-stroke_qsudp_32{stroke:#55473a}._fawndark-fill_qsudp_35{fill:#55473a}._fawndark2-bg_qsudp_39{background-color:#362e25}._fawndark2-color_qsudp_42{color:#362e25}._fawndark2-stroke_qsudp_45{stroke:#362e25}._fawndark2-fill_qsudp_48{fill:#362e25}._sable-bg_qsudp_52{background-color:#cfb07b}._sable-color_qsudp_55{color:#cfb07b}._sable-stroke_qsudp_58{stroke:#cfb07b}._sable-fill_qsudp_61{fill:#cfb07b}._sable50-bg_qsudp_65{background-color:#e6d7bc}._sable50-color_qsudp_68{color:#e6d7bc}._sable50-stroke_qsudp_71{stroke:#e6d7bc}._sable50-fill_qsudp_74{fill:#e6d7bc}._grischaud-bg_qsudp_78{background-color:#f1eeec}._grischaud-color_qsudp_81{color:#f1eeec}._grischaud-stroke_qsudp_84{stroke:#f1eeec}._grischaud-fill_qsudp_87{fill:#f1eeec}._grischaud50-bg_qsudp_91{background-color:#f8f6f5}._grischaud50-color_qsudp_94{color:#f8f6f5}._grischaud50-stroke_qsudp_97{stroke:#f8f6f5}._grischaud50-fill_qsudp_100{fill:#f8f6f5}._darkgrey-bg_qsudp_104{background-color:#1d1f24}._darkgrey-color_qsudp_107{color:#1d1f24}._darkgrey-stroke_qsudp_110{stroke:#1d1f24}._darkgrey-fill_qsudp_113{fill:#1d1f24}._darkgrey2-bg_qsudp_117{background-color:#2a2c30}._darkgrey2-color_qsudp_120{color:#2a2c30}._darkgrey2-stroke_qsudp_123{stroke:#2a2c30}._darkgrey2-fill_qsudp_126{fill:#2a2c30}._coolgrey-bg_qsudp_130{background-color:#75787b}._coolgrey-color_qsudp_133{color:#75787b}._coolgrey-stroke_qsudp_136{stroke:#75787b}._coolgrey-fill_qsudp_139{fill:#75787b}._coolgrey50-bg_qsudp_143{background-color:#b3b5b7}._coolgrey50-color_qsudp_146{color:#b3b5b7}._coolgrey50-stroke_qsudp_149{stroke:#b3b5b7}._coolgrey50-fill_qsudp_152{fill:#b3b5b7}._coolgrey25-bg_qsudp_156{background-color:#dcddde}._coolgrey25-color_qsudp_159{color:#dcddde}._coolgrey25-stroke_qsudp_162{stroke:#dcddde}._coolgrey25-fill_qsudp_165{fill:#dcddde}._clay2-bg_qsudp_169{background-color:#ad594b}._clay2-color_qsudp_172{color:#ad594b}._clay2-stroke_qsudp_175{stroke:#ad594b}._clay2-fill_qsudp_178{fill:#ad594b}._cerise-bg_qsudp_182{background-color:#960051}._cerise-color_qsudp_185{color:#960051}._cerise-stroke_qsudp_188{stroke:#960051}._cerise-fill_qsudp_191{fill:#960051}._red-bg_qsudp_195{background-color:#e80216}._red-color_qsudp_198{color:#e80216}._red-stroke_qsudp_201{stroke:#e80216}._red-fill_qsudp_204{fill:#e80216}._plum-bg_qsudp_208{background-color:#5c4e63}._plum-color_qsudp_211{color:#5c4e63}._plum-stroke_qsudp_214{stroke:#5c4e63}._plum-fill_qsudp_217{fill:#5c4e63}._green-bg_qsudp_221{background-color:#b7bf10}._green-color_qsudp_224{color:#b7bf10}._green-stroke_qsudp_227{stroke:#b7bf10}._green-fill_qsudp_230{fill:#b7bf10}._white-bg_qsudp_234{background-color:#fff}._white-color_qsudp_237{color:#fff}._white-stroke_qsudp_240{stroke:#fff}._white-fill_qsudp_243{fill:#fff}._black-bg_qsudp_247{background-color:#000}._black-color_qsudp_250{color:#000}._black-stroke_qsudp_253{stroke:#000}._black-fill_qsudp_256{fill:#000}._blue-bg_qsudp_260{background-color:#2a6da7}._blue-color_qsudp_263{color:#2a6da7}._blue-stroke_qsudp_266{stroke:#2a6da7}._blue-fill_qsudp_269{fill:#2a6da7}._buy-bg_qsudp_273{background-color:#72a371}._buy-color_qsudp_276{color:#72a371}._buy-stroke_qsudp_279{stroke:#72a371}._buy-fill_qsudp_282{fill:#72a371}._sell-bg_qsudp_286{background-color:#953d51}._sell-color_qsudp_289{color:#953d51}._sell-stroke_qsudp_292{stroke:#953d51}._sell-fill_qsudp_295{fill:#953d51}._hold-bg_qsudp_299{background-color:#9a8b7f}._hold-color_qsudp_302{color:#9a8b7f}._hold-stroke_qsudp_305{stroke:#9a8b7f}._hold-fill_qsudp_308{fill:#9a8b7f}._not-covered-bg_qsudp_312{background-color:#2a2c30}._not-covered-color_qsudp_315{color:#2a2c30}._not-covered-stroke_qsudp_318{stroke:#2a2c30}._not-covered-fill_qsudp_321{fill:#2a2c30}._transparent-bg_qsudp_325{background-color:transparent!important}._text-cerise-color_qsudp_329,a._text-cerise-color_qsudp_329:visited{color:#960051}._with-shadow_qsudp_333{box-shadow:#30374226 0 .25rem 1rem}._Container_qsudp_337{border-left:1px solid #746250;padding:0 40px}._Container_qsudp_337+._Container_qsudp_337{padding-top:40px}._Title_qsudp_345{color:#746250;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;display:flex;align-content:baseline;text-transform:uppercase}._IconHelp_qsudp_356{margin-left:20px;cursor:default}._Value_qsudp_361{color:#953d51;font-size:20px;font-weight:600;line-height:27px}._fawn-bg_1rz6f_13{background-color:#746250}._fawn-color_1rz6f_16{color:#746250}._fawn-stroke_1rz6f_19{stroke:#746250}._fawn-fill_1rz6f_22{fill:#746250}._fawndark-bg_1rz6f_26{background-color:#55473a}._fawndark-color_1rz6f_29{color:#55473a}._fawndark-stroke_1rz6f_32{stroke:#55473a}._fawndark-fill_1rz6f_35{fill:#55473a}._fawndark2-bg_1rz6f_39{background-color:#362e25}._fawndark2-color_1rz6f_42{color:#362e25}._fawndark2-stroke_1rz6f_45{stroke:#362e25}._fawndark2-fill_1rz6f_48{fill:#362e25}._sable-bg_1rz6f_52{background-color:#cfb07b}._sable-color_1rz6f_55{color:#cfb07b}._sable-stroke_1rz6f_58{stroke:#cfb07b}._sable-fill_1rz6f_61{fill:#cfb07b}._sable50-bg_1rz6f_65{background-color:#e6d7bc}._sable50-color_1rz6f_68{color:#e6d7bc}._sable50-stroke_1rz6f_71{stroke:#e6d7bc}._sable50-fill_1rz6f_74{fill:#e6d7bc}._grischaud-bg_1rz6f_78{background-color:#f1eeec}._grischaud-color_1rz6f_81{color:#f1eeec}._grischaud-stroke_1rz6f_84{stroke:#f1eeec}._grischaud-fill_1rz6f_87{fill:#f1eeec}._grischaud50-bg_1rz6f_91{background-color:#f8f6f5}._grischaud50-color_1rz6f_94{color:#f8f6f5}._grischaud50-stroke_1rz6f_97{stroke:#f8f6f5}._grischaud50-fill_1rz6f_100{fill:#f8f6f5}._darkgrey-bg_1rz6f_104{background-color:#1d1f24}._darkgrey-color_1rz6f_107{color:#1d1f24}._darkgrey-stroke_1rz6f_110{stroke:#1d1f24}._darkgrey-fill_1rz6f_113{fill:#1d1f24}._darkgrey2-bg_1rz6f_117{background-color:#2a2c30}._darkgrey2-color_1rz6f_120{color:#2a2c30}._darkgrey2-stroke_1rz6f_123{stroke:#2a2c30}._darkgrey2-fill_1rz6f_126{fill:#2a2c30}._coolgrey-bg_1rz6f_130{background-color:#75787b}._coolgrey-color_1rz6f_133{color:#75787b}._coolgrey-stroke_1rz6f_136{stroke:#75787b}._coolgrey-fill_1rz6f_139{fill:#75787b}._coolgrey50-bg_1rz6f_143{background-color:#b3b5b7}._coolgrey50-color_1rz6f_146{color:#b3b5b7}._coolgrey50-stroke_1rz6f_149{stroke:#b3b5b7}._coolgrey50-fill_1rz6f_152{fill:#b3b5b7}._coolgrey25-bg_1rz6f_156{background-color:#dcddde}._coolgrey25-color_1rz6f_159{color:#dcddde}._coolgrey25-stroke_1rz6f_162{stroke:#dcddde}._coolgrey25-fill_1rz6f_165{fill:#dcddde}._clay2-bg_1rz6f_169{background-color:#ad594b}._clay2-color_1rz6f_172{color:#ad594b}._clay2-stroke_1rz6f_175{stroke:#ad594b}._clay2-fill_1rz6f_178{fill:#ad594b}._cerise-bg_1rz6f_182{background-color:#960051}._cerise-color_1rz6f_185{color:#960051}._cerise-stroke_1rz6f_188{stroke:#960051}._cerise-fill_1rz6f_191{fill:#960051}._red-bg_1rz6f_195{background-color:#e80216}._red-color_1rz6f_198{color:#e80216}._red-stroke_1rz6f_201{stroke:#e80216}._red-fill_1rz6f_204{fill:#e80216}._plum-bg_1rz6f_208{background-color:#5c4e63}._plum-color_1rz6f_211{color:#5c4e63}._plum-stroke_1rz6f_214{stroke:#5c4e63}._plum-fill_1rz6f_217{fill:#5c4e63}._green-bg_1rz6f_221{background-color:#b7bf10}._green-color_1rz6f_224{color:#b7bf10}._green-stroke_1rz6f_227{stroke:#b7bf10}._green-fill_1rz6f_230{fill:#b7bf10}._white-bg_1rz6f_234{background-color:#fff}._white-color_1rz6f_237{color:#fff}._white-stroke_1rz6f_240{stroke:#fff}._white-fill_1rz6f_243{fill:#fff}._black-bg_1rz6f_247{background-color:#000}._black-color_1rz6f_250{color:#000}._black-stroke_1rz6f_253{stroke:#000}._black-fill_1rz6f_256{fill:#000}._blue-bg_1rz6f_260{background-color:#2a6da7}._blue-color_1rz6f_263{color:#2a6da7}._blue-stroke_1rz6f_266{stroke:#2a6da7}._blue-fill_1rz6f_269{fill:#2a6da7}._buy-bg_1rz6f_273{background-color:#72a371}._buy-color_1rz6f_276{color:#72a371}._buy-stroke_1rz6f_279{stroke:#72a371}._buy-fill_1rz6f_282{fill:#72a371}._sell-bg_1rz6f_286{background-color:#953d51}._sell-color_1rz6f_289{color:#953d51}._sell-stroke_1rz6f_292{stroke:#953d51}._sell-fill_1rz6f_295{fill:#953d51}._hold-bg_1rz6f_299{background-color:#9a8b7f}._hold-color_1rz6f_302{color:#9a8b7f}._hold-stroke_1rz6f_305{stroke:#9a8b7f}._hold-fill_1rz6f_308{fill:#9a8b7f}._not-covered-bg_1rz6f_312{background-color:#2a2c30}._not-covered-color_1rz6f_315{color:#2a2c30}._not-covered-stroke_1rz6f_318{stroke:#2a2c30}._not-covered-fill_1rz6f_321{fill:#2a2c30}._transparent-bg_1rz6f_325{background-color:transparent!important}._text-cerise-color_1rz6f_329,a._text-cerise-color_1rz6f_329:visited{color:#960051}._with-shadow_1rz6f_333{box-shadow:#30374226 0 .25rem 1rem}._SubBloc_1rz6f_337{padding:40px;background-color:#f8f6f5}._fawn-bg_svbl5_13{background-color:#746250}._fawn-color_svbl5_16{color:#746250}._fawn-stroke_svbl5_19{stroke:#746250}._fawn-fill_svbl5_22{fill:#746250}._fawndark-bg_svbl5_26{background-color:#55473a}._fawndark-color_svbl5_29{color:#55473a}._fawndark-stroke_svbl5_32{stroke:#55473a}._fawndark-fill_svbl5_35{fill:#55473a}._fawndark2-bg_svbl5_39{background-color:#362e25}._fawndark2-color_svbl5_42{color:#362e25}._fawndark2-stroke_svbl5_45{stroke:#362e25}._fawndark2-fill_svbl5_48{fill:#362e25}._sable-bg_svbl5_52{background-color:#cfb07b}._sable-color_svbl5_55{color:#cfb07b}._sable-stroke_svbl5_58{stroke:#cfb07b}._sable-fill_svbl5_61{fill:#cfb07b}._sable50-bg_svbl5_65{background-color:#e6d7bc}._sable50-color_svbl5_68{color:#e6d7bc}._sable50-stroke_svbl5_71{stroke:#e6d7bc}._sable50-fill_svbl5_74{fill:#e6d7bc}._grischaud-bg_svbl5_78{background-color:#f1eeec}._grischaud-color_svbl5_81{color:#f1eeec}._grischaud-stroke_svbl5_84{stroke:#f1eeec}._grischaud-fill_svbl5_87{fill:#f1eeec}._grischaud50-bg_svbl5_91{background-color:#f8f6f5}._grischaud50-color_svbl5_94{color:#f8f6f5}._grischaud50-stroke_svbl5_97{stroke:#f8f6f5}._grischaud50-fill_svbl5_100{fill:#f8f6f5}._darkgrey-bg_svbl5_104{background-color:#1d1f24}._darkgrey-color_svbl5_107{color:#1d1f24}._darkgrey-stroke_svbl5_110{stroke:#1d1f24}._darkgrey-fill_svbl5_113{fill:#1d1f24}._darkgrey2-bg_svbl5_117{background-color:#2a2c30}._darkgrey2-color_svbl5_120{color:#2a2c30}._darkgrey2-stroke_svbl5_123{stroke:#2a2c30}._darkgrey2-fill_svbl5_126{fill:#2a2c30}._coolgrey-bg_svbl5_130{background-color:#75787b}._coolgrey-color_svbl5_133{color:#75787b}._coolgrey-stroke_svbl5_136{stroke:#75787b}._coolgrey-fill_svbl5_139{fill:#75787b}._coolgrey50-bg_svbl5_143{background-color:#b3b5b7}._coolgrey50-color_svbl5_146{color:#b3b5b7}._coolgrey50-stroke_svbl5_149{stroke:#b3b5b7}._coolgrey50-fill_svbl5_152{fill:#b3b5b7}._coolgrey25-bg_svbl5_156{background-color:#dcddde}._coolgrey25-color_svbl5_159{color:#dcddde}._coolgrey25-stroke_svbl5_162{stroke:#dcddde}._coolgrey25-fill_svbl5_165{fill:#dcddde}._clay2-bg_svbl5_169{background-color:#ad594b}._clay2-color_svbl5_172{color:#ad594b}._clay2-stroke_svbl5_175{stroke:#ad594b}._clay2-fill_svbl5_178{fill:#ad594b}._cerise-bg_svbl5_182{background-color:#960051}._cerise-color_svbl5_185{color:#960051}._cerise-stroke_svbl5_188{stroke:#960051}._cerise-fill_svbl5_191{fill:#960051}._red-bg_svbl5_195{background-color:#e80216}._red-color_svbl5_198{color:#e80216}._red-stroke_svbl5_201{stroke:#e80216}._red-fill_svbl5_204{fill:#e80216}._plum-bg_svbl5_208{background-color:#5c4e63}._plum-color_svbl5_211{color:#5c4e63}._plum-stroke_svbl5_214{stroke:#5c4e63}._plum-fill_svbl5_217{fill:#5c4e63}._green-bg_svbl5_221{background-color:#b7bf10}._green-color_svbl5_224{color:#b7bf10}._green-stroke_svbl5_227{stroke:#b7bf10}._green-fill_svbl5_230{fill:#b7bf10}._white-bg_svbl5_234{background-color:#fff}._white-color_svbl5_237{color:#fff}._white-stroke_svbl5_240{stroke:#fff}._white-fill_svbl5_243{fill:#fff}._black-bg_svbl5_247{background-color:#000}._black-color_svbl5_250{color:#000}._black-stroke_svbl5_253{stroke:#000}._black-fill_svbl5_256{fill:#000}._blue-bg_svbl5_260{background-color:#2a6da7}._blue-color_svbl5_263{color:#2a6da7}._blue-stroke_svbl5_266{stroke:#2a6da7}._blue-fill_svbl5_269{fill:#2a6da7}._buy-bg_svbl5_273{background-color:#72a371}._buy-color_svbl5_276{color:#72a371}._buy-stroke_svbl5_279{stroke:#72a371}._buy-fill_svbl5_282{fill:#72a371}._sell-bg_svbl5_286{background-color:#953d51}._sell-color_svbl5_289{color:#953d51}._sell-stroke_svbl5_292{stroke:#953d51}._sell-fill_svbl5_295{fill:#953d51}._hold-bg_svbl5_299{background-color:#9a8b7f}._hold-color_svbl5_302{color:#9a8b7f}._hold-stroke_svbl5_305{stroke:#9a8b7f}._hold-fill_svbl5_308{fill:#9a8b7f}._not-covered-bg_svbl5_312{background-color:#2a2c30}._not-covered-color_svbl5_315{color:#2a2c30}._not-covered-stroke_svbl5_318{stroke:#2a2c30}._not-covered-fill_svbl5_321{fill:#2a2c30}._transparent-bg_svbl5_325{background-color:transparent!important}._text-cerise-color_svbl5_329,a._text-cerise-color_svbl5_329:visited{color:#960051}._with-shadow_svbl5_333{box-shadow:#30374226 0 .25rem 1rem}._CommentParagraphs_svbl5_337{margin-bottom:60px}._CommentParagraphs_svbl5_337+._CommentParagraphs_svbl5_337{margin-top:60px}._ColumnParagraph_svbl5_344{column-width:300px;column-gap:80px;text-align:justify;font-size:15px;line-height:22px}._ColumnParagraph2_svbl5_351{column-count:2}._ColumnParagraph3_svbl5_354{column-count:3}._fawn-bg_12ibo_14{background-color:#746250}._fawn-color_12ibo_17{color:#746250}._fawn-stroke_12ibo_20{stroke:#746250}._fawn-fill_12ibo_23{fill:#746250}._fawndark-bg_12ibo_27{background-color:#55473a}._fawndark-color_12ibo_30{color:#55473a}._fawndark-stroke_12ibo_33{stroke:#55473a}._fawndark-fill_12ibo_36{fill:#55473a}._fawndark2-bg_12ibo_40{background-color:#362e25}._fawndark2-color_12ibo_43{color:#362e25}._fawndark2-stroke_12ibo_46{stroke:#362e25}._fawndark2-fill_12ibo_49{fill:#362e25}._sable-bg_12ibo_53{background-color:#cfb07b}._sable-color_12ibo_56{color:#cfb07b}._sable-stroke_12ibo_59{stroke:#cfb07b}._sable-fill_12ibo_62{fill:#cfb07b}._sable50-bg_12ibo_66{background-color:#e6d7bc}._sable50-color_12ibo_69{color:#e6d7bc}._sable50-stroke_12ibo_72{stroke:#e6d7bc}._sable50-fill_12ibo_75{fill:#e6d7bc}._grischaud-bg_12ibo_79{background-color:#f1eeec}._grischaud-color_12ibo_82{color:#f1eeec}._grischaud-stroke_12ibo_85{stroke:#f1eeec}._grischaud-fill_12ibo_88{fill:#f1eeec}._grischaud50-bg_12ibo_92{background-color:#f8f6f5}._grischaud50-color_12ibo_95{color:#f8f6f5}._grischaud50-stroke_12ibo_98{stroke:#f8f6f5}._grischaud50-fill_12ibo_101{fill:#f8f6f5}._darkgrey-bg_12ibo_105{background-color:#1d1f24}._darkgrey-color_12ibo_108{color:#1d1f24}._darkgrey-stroke_12ibo_111{stroke:#1d1f24}._darkgrey-fill_12ibo_114{fill:#1d1f24}._darkgrey2-bg_12ibo_118{background-color:#2a2c30}._darkgrey2-color_12ibo_121{color:#2a2c30}._darkgrey2-stroke_12ibo_124{stroke:#2a2c30}._darkgrey2-fill_12ibo_127{fill:#2a2c30}._coolgrey-bg_12ibo_131{background-color:#75787b}._coolgrey-color_12ibo_134{color:#75787b}._coolgrey-stroke_12ibo_137{stroke:#75787b}._coolgrey-fill_12ibo_140{fill:#75787b}._coolgrey50-bg_12ibo_144{background-color:#b3b5b7}._coolgrey50-color_12ibo_147{color:#b3b5b7}._coolgrey50-stroke_12ibo_150{stroke:#b3b5b7}._coolgrey50-fill_12ibo_153{fill:#b3b5b7}._coolgrey25-bg_12ibo_157{background-color:#dcddde}._coolgrey25-color_12ibo_160{color:#dcddde}._coolgrey25-stroke_12ibo_163{stroke:#dcddde}._coolgrey25-fill_12ibo_166{fill:#dcddde}._clay2-bg_12ibo_170{background-color:#ad594b}._clay2-color_12ibo_173{color:#ad594b}._clay2-stroke_12ibo_176{stroke:#ad594b}._clay2-fill_12ibo_179{fill:#ad594b}._cerise-bg_12ibo_183{background-color:#960051}._cerise-color_12ibo_186{color:#960051}._cerise-stroke_12ibo_189{stroke:#960051}._cerise-fill_12ibo_192{fill:#960051}._red-bg_12ibo_196{background-color:#e80216}._red-color_12ibo_199{color:#e80216}._red-stroke_12ibo_202{stroke:#e80216}._red-fill_12ibo_205{fill:#e80216}._plum-bg_12ibo_209{background-color:#5c4e63}._plum-color_12ibo_212{color:#5c4e63}._plum-stroke_12ibo_215{stroke:#5c4e63}._plum-fill_12ibo_218{fill:#5c4e63}._green-bg_12ibo_222{background-color:#b7bf10}._green-color_12ibo_225{color:#b7bf10}._green-stroke_12ibo_228{stroke:#b7bf10}._green-fill_12ibo_231{fill:#b7bf10}._white-bg_12ibo_235{background-color:#fff}._white-color_12ibo_238{color:#fff}._white-stroke_12ibo_241{stroke:#fff}._white-fill_12ibo_244{fill:#fff}._black-bg_12ibo_248{background-color:#000}._black-color_12ibo_251{color:#000}._black-stroke_12ibo_254{stroke:#000}._black-fill_12ibo_257{fill:#000}._blue-bg_12ibo_261{background-color:#2a6da7}._blue-color_12ibo_264{color:#2a6da7}._blue-stroke_12ibo_267{stroke:#2a6da7}._blue-fill_12ibo_270{fill:#2a6da7}._buy-bg_12ibo_274{background-color:#72a371}._buy-color_12ibo_277{color:#72a371}._buy-stroke_12ibo_280{stroke:#72a371}._buy-fill_12ibo_283{fill:#72a371}._sell-bg_12ibo_287{background-color:#953d51}._sell-color_12ibo_290{color:#953d51}._sell-stroke_12ibo_293{stroke:#953d51}._sell-fill_12ibo_296{fill:#953d51}._hold-bg_12ibo_300{background-color:#9a8b7f}._hold-color_12ibo_303{color:#9a8b7f}._hold-stroke_12ibo_306{stroke:#9a8b7f}._hold-fill_12ibo_309{fill:#9a8b7f}._not-covered-bg_12ibo_313{background-color:#2a2c30}._not-covered-color_12ibo_316{color:#2a2c30}._not-covered-stroke_12ibo_319{stroke:#2a2c30}._not-covered-fill_12ibo_322{fill:#2a2c30}._transparent-bg_12ibo_326{background-color:transparent!important}._text-cerise-color_12ibo_330,a._text-cerise-color_12ibo_330:visited{color:#960051}._with-shadow_12ibo_334{box-shadow:#30374226 0 .25rem 1rem}._Container_12ibo_338+._Container_12ibo_338{margin-top:40px}._Container_12ibo_338 ul{list-style:none}._Container_12ibo_338 ul li{font-size:15px;line-height:22px;text-align:justify}._Container_12ibo_338 ul li+._Container_12ibo_338 ul li{margin-top:20px}._Container_12ibo_338 ul li:before{content:"■ ";color:#953d51}._TitleGrid_18nlw_1{margin-bottom:40px}._fawn-bg_irf80_13{background-color:#746250}._fawn-color_irf80_16{color:#746250}._fawn-stroke_irf80_19{stroke:#746250}._fawn-fill_irf80_22{fill:#746250}._fawndark-bg_irf80_26{background-color:#55473a}._fawndark-color_irf80_29{color:#55473a}._fawndark-stroke_irf80_32{stroke:#55473a}._fawndark-fill_irf80_35{fill:#55473a}._fawndark2-bg_irf80_39{background-color:#362e25}._fawndark2-color_irf80_42{color:#362e25}._fawndark2-stroke_irf80_45{stroke:#362e25}._fawndark2-fill_irf80_48{fill:#362e25}._sable-bg_irf80_52{background-color:#cfb07b}._sable-color_irf80_55{color:#cfb07b}._sable-stroke_irf80_58{stroke:#cfb07b}._sable-fill_irf80_61{fill:#cfb07b}._sable50-bg_irf80_65{background-color:#e6d7bc}._sable50-color_irf80_68{color:#e6d7bc}._sable50-stroke_irf80_71{stroke:#e6d7bc}._sable50-fill_irf80_74{fill:#e6d7bc}._grischaud-bg_irf80_78{background-color:#f1eeec}._grischaud-color_irf80_81{color:#f1eeec}._grischaud-stroke_irf80_84{stroke:#f1eeec}._grischaud-fill_irf80_87{fill:#f1eeec}._grischaud50-bg_irf80_91{background-color:#f8f6f5}._grischaud50-color_irf80_94{color:#f8f6f5}._grischaud50-stroke_irf80_97{stroke:#f8f6f5}._grischaud50-fill_irf80_100{fill:#f8f6f5}._darkgrey-bg_irf80_104{background-color:#1d1f24}._darkgrey-color_irf80_107{color:#1d1f24}._darkgrey-stroke_irf80_110{stroke:#1d1f24}._darkgrey-fill_irf80_113{fill:#1d1f24}._darkgrey2-bg_irf80_117{background-color:#2a2c30}._darkgrey2-color_irf80_120{color:#2a2c30}._darkgrey2-stroke_irf80_123{stroke:#2a2c30}._darkgrey2-fill_irf80_126{fill:#2a2c30}._coolgrey-bg_irf80_130{background-color:#75787b}._coolgrey-color_irf80_133{color:#75787b}._coolgrey-stroke_irf80_136{stroke:#75787b}._coolgrey-fill_irf80_139{fill:#75787b}._coolgrey50-bg_irf80_143{background-color:#b3b5b7}._coolgrey50-color_irf80_146{color:#b3b5b7}._coolgrey50-stroke_irf80_149{stroke:#b3b5b7}._coolgrey50-fill_irf80_152{fill:#b3b5b7}._coolgrey25-bg_irf80_156{background-color:#dcddde}._coolgrey25-color_irf80_159{color:#dcddde}._coolgrey25-stroke_irf80_162{stroke:#dcddde}._coolgrey25-fill_irf80_165{fill:#dcddde}._clay2-bg_irf80_169{background-color:#ad594b}._clay2-color_irf80_172{color:#ad594b}._clay2-stroke_irf80_175{stroke:#ad594b}._clay2-fill_irf80_178{fill:#ad594b}._cerise-bg_irf80_182{background-color:#960051}._cerise-color_irf80_185{color:#960051}._cerise-stroke_irf80_188{stroke:#960051}._cerise-fill_irf80_191{fill:#960051}._red-bg_irf80_195{background-color:#e80216}._red-color_irf80_198{color:#e80216}._red-stroke_irf80_201{stroke:#e80216}._red-fill_irf80_204{fill:#e80216}._plum-bg_irf80_208{background-color:#5c4e63}._plum-color_irf80_211{color:#5c4e63}._plum-stroke_irf80_214{stroke:#5c4e63}._plum-fill_irf80_217{fill:#5c4e63}._green-bg_irf80_221{background-color:#b7bf10}._green-color_irf80_224{color:#b7bf10}._green-stroke_irf80_227{stroke:#b7bf10}._green-fill_irf80_230{fill:#b7bf10}._white-bg_irf80_234{background-color:#fff}._white-color_irf80_237{color:#fff}._white-stroke_irf80_240{stroke:#fff}._white-fill_irf80_243{fill:#fff}._black-bg_irf80_247{background-color:#000}._black-color_irf80_250{color:#000}._black-stroke_irf80_253{stroke:#000}._black-fill_irf80_256{fill:#000}._blue-bg_irf80_260{background-color:#2a6da7}._blue-color_irf80_263{color:#2a6da7}._blue-stroke_irf80_266{stroke:#2a6da7}._blue-fill_irf80_269{fill:#2a6da7}._buy-bg_irf80_273{background-color:#72a371}._buy-color_irf80_276{color:#72a371}._buy-stroke_irf80_279{stroke:#72a371}._buy-fill_irf80_282{fill:#72a371}._sell-bg_irf80_286{background-color:#953d51}._sell-color_irf80_289{color:#953d51}._sell-stroke_irf80_292{stroke:#953d51}._sell-fill_irf80_295{fill:#953d51}._hold-bg_irf80_299{background-color:#9a8b7f}._hold-color_irf80_302{color:#9a8b7f}._hold-stroke_irf80_305{stroke:#9a8b7f}._hold-fill_irf80_308{fill:#9a8b7f}._not-covered-bg_irf80_312{background-color:#2a2c30}._not-covered-color_irf80_315{color:#2a2c30}._not-covered-stroke_irf80_318{stroke:#2a2c30}._not-covered-fill_irf80_321{fill:#2a2c30}._transparent-bg_irf80_325{background-color:transparent!important}._text-cerise-color_irf80_329,a._text-cerise-color_irf80_329:visited{color:#960051}._with-shadow_irf80_333{box-shadow:#30374226 0 .25rem 1rem}._SubBloc_irf80_337{padding:40px;background-color:#f8f6f5}._Swot_irf80_342{margin-top:60px}._SwotBloc_irf80_345{padding:20px}._SwotBloc_irf80_345:nth-child(1){border-right:dashed 3px white;border-bottom:dashed 3px white}._SwotBloc_irf80_345:nth-child(2){border-bottom:dashed 3px white}._SwotBloc_irf80_345:nth-child(3){border-right:dashed 3px white}._fawn-bg_18h2w_13{background-color:#746250}._fawn-color_18h2w_16{color:#746250}._fawn-stroke_18h2w_19{stroke:#746250}._fawn-fill_18h2w_22{fill:#746250}._fawndark-bg_18h2w_26{background-color:#55473a}._fawndark-color_18h2w_29{color:#55473a}._fawndark-stroke_18h2w_32{stroke:#55473a}._fawndark-fill_18h2w_35{fill:#55473a}._fawndark2-bg_18h2w_39{background-color:#362e25}._fawndark2-color_18h2w_42{color:#362e25}._fawndark2-stroke_18h2w_45{stroke:#362e25}._fawndark2-fill_18h2w_48{fill:#362e25}._sable-bg_18h2w_52{background-color:#cfb07b}._sable-color_18h2w_55{color:#cfb07b}._sable-stroke_18h2w_58{stroke:#cfb07b}._sable-fill_18h2w_61{fill:#cfb07b}._sable50-bg_18h2w_65{background-color:#e6d7bc}._sable50-color_18h2w_68{color:#e6d7bc}._sable50-stroke_18h2w_71{stroke:#e6d7bc}._sable50-fill_18h2w_74{fill:#e6d7bc}._grischaud-bg_18h2w_78{background-color:#f1eeec}._grischaud-color_18h2w_81{color:#f1eeec}._grischaud-stroke_18h2w_84{stroke:#f1eeec}._grischaud-fill_18h2w_87{fill:#f1eeec}._grischaud50-bg_18h2w_91{background-color:#f8f6f5}._grischaud50-color_18h2w_94{color:#f8f6f5}._grischaud50-stroke_18h2w_97{stroke:#f8f6f5}._grischaud50-fill_18h2w_100{fill:#f8f6f5}._darkgrey-bg_18h2w_104{background-color:#1d1f24}._darkgrey-color_18h2w_107{color:#1d1f24}._darkgrey-stroke_18h2w_110{stroke:#1d1f24}._darkgrey-fill_18h2w_113{fill:#1d1f24}._darkgrey2-bg_18h2w_117{background-color:#2a2c30}._darkgrey2-color_18h2w_120{color:#2a2c30}._darkgrey2-stroke_18h2w_123{stroke:#2a2c30}._darkgrey2-fill_18h2w_126{fill:#2a2c30}._coolgrey-bg_18h2w_130{background-color:#75787b}._coolgrey-color_18h2w_133{color:#75787b}._coolgrey-stroke_18h2w_136{stroke:#75787b}._coolgrey-fill_18h2w_139{fill:#75787b}._coolgrey50-bg_18h2w_143{background-color:#b3b5b7}._coolgrey50-color_18h2w_146{color:#b3b5b7}._coolgrey50-stroke_18h2w_149{stroke:#b3b5b7}._coolgrey50-fill_18h2w_152{fill:#b3b5b7}._coolgrey25-bg_18h2w_156{background-color:#dcddde}._coolgrey25-color_18h2w_159{color:#dcddde}._coolgrey25-stroke_18h2w_162{stroke:#dcddde}._coolgrey25-fill_18h2w_165{fill:#dcddde}._clay2-bg_18h2w_169{background-color:#ad594b}._clay2-color_18h2w_172{color:#ad594b}._clay2-stroke_18h2w_175{stroke:#ad594b}._clay2-fill_18h2w_178{fill:#ad594b}._cerise-bg_18h2w_182{background-color:#960051}._cerise-color_18h2w_185{color:#960051}._cerise-stroke_18h2w_188{stroke:#960051}._cerise-fill_18h2w_191{fill:#960051}._red-bg_18h2w_195{background-color:#e80216}._red-color_18h2w_198{color:#e80216}._red-stroke_18h2w_201{stroke:#e80216}._red-fill_18h2w_204{fill:#e80216}._plum-bg_18h2w_208{background-color:#5c4e63}._plum-color_18h2w_211{color:#5c4e63}._plum-stroke_18h2w_214{stroke:#5c4e63}._plum-fill_18h2w_217{fill:#5c4e63}._green-bg_18h2w_221{background-color:#b7bf10}._green-color_18h2w_224{color:#b7bf10}._green-stroke_18h2w_227{stroke:#b7bf10}._green-fill_18h2w_230{fill:#b7bf10}._white-bg_18h2w_234{background-color:#fff}._white-color_18h2w_237{color:#fff}._white-stroke_18h2w_240{stroke:#fff}._white-fill_18h2w_243{fill:#fff}._black-bg_18h2w_247{background-color:#000}._black-color_18h2w_250{color:#000}._black-stroke_18h2w_253{stroke:#000}._black-fill_18h2w_256{fill:#000}._blue-bg_18h2w_260{background-color:#2a6da7}._blue-color_18h2w_263{color:#2a6da7}._blue-stroke_18h2w_266{stroke:#2a6da7}._blue-fill_18h2w_269{fill:#2a6da7}._buy-bg_18h2w_273{background-color:#72a371}._buy-color_18h2w_276{color:#72a371}._buy-stroke_18h2w_279{stroke:#72a371}._buy-fill_18h2w_282{fill:#72a371}._sell-bg_18h2w_286{background-color:#953d51}._sell-color_18h2w_289{color:#953d51}._sell-stroke_18h2w_292{stroke:#953d51}._sell-fill_18h2w_295{fill:#953d51}._hold-bg_18h2w_299{background-color:#9a8b7f}._hold-color_18h2w_302{color:#9a8b7f}._hold-stroke_18h2w_305{stroke:#9a8b7f}._hold-fill_18h2w_308{fill:#9a8b7f}._not-covered-bg_18h2w_312{background-color:#2a2c30}._not-covered-color_18h2w_315{color:#2a2c30}._not-covered-stroke_18h2w_318{stroke:#2a2c30}._not-covered-fill_18h2w_321{fill:#2a2c30}._transparent-bg_18h2w_325{background-color:transparent!important}._text-cerise-color_18h2w_329,a._text-cerise-color_18h2w_329:visited{color:#960051}._with-shadow_18h2w_333{box-shadow:#30374226 0 .25rem 1rem}._PricesBloc_18h2w_337 ._PricesBlocLastPrice_18h2w_337,._PricesBloc_18h2w_337 ._PricesBlocCustomPrice_18h2w_337{padding:30px 40px}._PricesBloc_18h2w_337 ._PricesBlocLastPrice_18h2w_337>div,._PricesBloc_18h2w_337 ._PricesBlocCustomPrice_18h2w_337>div{color:#fff}._PricesBloc_18h2w_337 ._PricesBlocLastPrice_18h2w_337{background-color:#9a8b7f}._PricesBloc_18h2w_337 ._PricesBlocCustomPrice_18h2w_337{background-color:#3d5567}._MarketCapStock_18h2w_350{padding:30px 40px;background-color:#f8f6f5;display:flex;justify-content:space-between;align-items:center}._StockExchange_18h2w_358{font-size:12px;font-weight:600;letter-spacing:1.6px;line-height:17px}._StockExchangeTitle_18h2w_364{color:#746250;text-transform:uppercase}._StockExchangeValue_18h2w_368{color:#2a2c30}._BottomPart_18h2w_372{border-top:1px solid black}._BottomPartTable_18h2w_376{border-left:1px solid black;justify-content:center;display:flex}._BottomPartRiskMetrics_18h2w_382{padding:30px}._BottomPartRiskMetrics_18h2w_382 ._BottomPartRiskMetricsValues_18h2w_385{display:inline-flex}._BottomPartRiskMetrics_18h2w_382 ._BottomPartRiskMetricsValues_18h2w_385>*{padding-right:40px}._BottomPartRiskMetrics_18h2w_382 ._BottomPartRiskMetricsValues_18h2w_385>*+*{border-left:solid 1px black;padding-left:40px}._fawn-bg_1y3uv_13{background-color:#746250}._fawn-color_1y3uv_16{color:#746250}._fawn-stroke_1y3uv_19{stroke:#746250}._fawn-fill_1y3uv_22{fill:#746250}._fawndark-bg_1y3uv_26{background-color:#55473a}._fawndark-color_1y3uv_29{color:#55473a}._fawndark-stroke_1y3uv_32{stroke:#55473a}._fawndark-fill_1y3uv_35{fill:#55473a}._fawndark2-bg_1y3uv_39{background-color:#362e25}._fawndark2-color_1y3uv_42{color:#362e25}._fawndark2-stroke_1y3uv_45{stroke:#362e25}._fawndark2-fill_1y3uv_48{fill:#362e25}._sable-bg_1y3uv_52{background-color:#cfb07b}._sable-color_1y3uv_55{color:#cfb07b}._sable-stroke_1y3uv_58{stroke:#cfb07b}._sable-fill_1y3uv_61{fill:#cfb07b}._sable50-bg_1y3uv_65{background-color:#e6d7bc}._sable50-color_1y3uv_68{color:#e6d7bc}._sable50-stroke_1y3uv_71{stroke:#e6d7bc}._sable50-fill_1y3uv_74{fill:#e6d7bc}._grischaud-bg_1y3uv_78{background-color:#f1eeec}._grischaud-color_1y3uv_81{color:#f1eeec}._grischaud-stroke_1y3uv_84{stroke:#f1eeec}._grischaud-fill_1y3uv_87{fill:#f1eeec}._grischaud50-bg_1y3uv_91{background-color:#f8f6f5}._grischaud50-color_1y3uv_94{color:#f8f6f5}._grischaud50-stroke_1y3uv_97{stroke:#f8f6f5}._grischaud50-fill_1y3uv_100{fill:#f8f6f5}._darkgrey-bg_1y3uv_104{background-color:#1d1f24}._darkgrey-color_1y3uv_107{color:#1d1f24}._darkgrey-stroke_1y3uv_110{stroke:#1d1f24}._darkgrey-fill_1y3uv_113{fill:#1d1f24}._darkgrey2-bg_1y3uv_117{background-color:#2a2c30}._darkgrey2-color_1y3uv_120{color:#2a2c30}._darkgrey2-stroke_1y3uv_123{stroke:#2a2c30}._darkgrey2-fill_1y3uv_126{fill:#2a2c30}._coolgrey-bg_1y3uv_130{background-color:#75787b}._coolgrey-color_1y3uv_133{color:#75787b}._coolgrey-stroke_1y3uv_136{stroke:#75787b}._coolgrey-fill_1y3uv_139{fill:#75787b}._coolgrey50-bg_1y3uv_143{background-color:#b3b5b7}._coolgrey50-color_1y3uv_146{color:#b3b5b7}._coolgrey50-stroke_1y3uv_149{stroke:#b3b5b7}._coolgrey50-fill_1y3uv_152{fill:#b3b5b7}._coolgrey25-bg_1y3uv_156{background-color:#dcddde}._coolgrey25-color_1y3uv_159{color:#dcddde}._coolgrey25-stroke_1y3uv_162{stroke:#dcddde}._coolgrey25-fill_1y3uv_165{fill:#dcddde}._clay2-bg_1y3uv_169{background-color:#ad594b}._clay2-color_1y3uv_172{color:#ad594b}._clay2-stroke_1y3uv_175{stroke:#ad594b}._clay2-fill_1y3uv_178{fill:#ad594b}._cerise-bg_1y3uv_182{background-color:#960051}._cerise-color_1y3uv_185{color:#960051}._cerise-stroke_1y3uv_188{stroke:#960051}._cerise-fill_1y3uv_191{fill:#960051}._red-bg_1y3uv_195{background-color:#e80216}._red-color_1y3uv_198{color:#e80216}._red-stroke_1y3uv_201{stroke:#e80216}._red-fill_1y3uv_204{fill:#e80216}._plum-bg_1y3uv_208{background-color:#5c4e63}._plum-color_1y3uv_211{color:#5c4e63}._plum-stroke_1y3uv_214{stroke:#5c4e63}._plum-fill_1y3uv_217{fill:#5c4e63}._green-bg_1y3uv_221{background-color:#b7bf10}._green-color_1y3uv_224{color:#b7bf10}._green-stroke_1y3uv_227{stroke:#b7bf10}._green-fill_1y3uv_230{fill:#b7bf10}._white-bg_1y3uv_234{background-color:#fff}._white-color_1y3uv_237{color:#fff}._white-stroke_1y3uv_240{stroke:#fff}._white-fill_1y3uv_243{fill:#fff}._black-bg_1y3uv_247{background-color:#000}._black-color_1y3uv_250{color:#000}._black-stroke_1y3uv_253{stroke:#000}._black-fill_1y3uv_256{fill:#000}._blue-bg_1y3uv_260{background-color:#2a6da7}._blue-color_1y3uv_263{color:#2a6da7}._blue-stroke_1y3uv_266{stroke:#2a6da7}._blue-fill_1y3uv_269{fill:#2a6da7}._buy-bg_1y3uv_273{background-color:#72a371}._buy-color_1y3uv_276{color:#72a371}._buy-stroke_1y3uv_279{stroke:#72a371}._buy-fill_1y3uv_282{fill:#72a371}._sell-bg_1y3uv_286{background-color:#953d51}._sell-color_1y3uv_289{color:#953d51}._sell-stroke_1y3uv_292{stroke:#953d51}._sell-fill_1y3uv_295{fill:#953d51}._hold-bg_1y3uv_299{background-color:#9a8b7f}._hold-color_1y3uv_302{color:#9a8b7f}._hold-stroke_1y3uv_305{stroke:#9a8b7f}._hold-fill_1y3uv_308{fill:#9a8b7f}._not-covered-bg_1y3uv_312{background-color:#2a2c30}._not-covered-color_1y3uv_315{color:#2a2c30}._not-covered-stroke_1y3uv_318{stroke:#2a2c30}._not-covered-fill_1y3uv_321{fill:#2a2c30}._transparent-bg_1y3uv_325{background-color:transparent!important}._text-cerise-color_1y3uv_329,a._text-cerise-color_1y3uv_329:visited{color:#960051}._with-shadow_1y3uv_333{box-shadow:#30374226 0 .25rem 1rem}._table_1y3uv_337{border:none;border-spacing:0;width:100%;margin:30px 0 0 30px}._table_1y3uv_337 th{text-transform:uppercase}._table_1y3uv_337 td,._table_1y3uv_337 th{padding:10px 20px;text-align:left}._table_1y3uv_337 td+td,._table_1y3uv_337 th+td,._table_1y3uv_337 td+th,._table_1y3uv_337 th+th{border-left:solid 1px #746250}._table_1y3uv_337 thead th{color:#746250;font-size:12px;line-height:17px}._table_1y3uv_337 tbody>tr:nth-child(odd){background-color:#f1eeec}._table_1y3uv_337 tbody td{font-size:15px;font-weight:600;line-height:20px;color:#953d51}._table_1y3uv_337 tbody th{color:#2a2c30;font-size:12px;font-weight:600;line-height:17px}._mydocbaseLink_1y3uv_378{display:inline-block;vertical-align:top;text-align:center;text-decoration:none;font-size:.7em;padding-left:2em;margin-right:50px}._CellWithComment_1y3uv_388{position:relative}._CellComment_1y3uv_392{display:none;position:absolute;z-index:100;border:1px;background-color:#fff;border-style:solid;padding:3px;left:20px}._CellWithComment_1y3uv_388:hover span._CellComment_1y3uv_392{display:block;flex-direction:column;min-width:auto;min-height:auto;margin-bottom:1rem;overflow-x:hidden;overflow-y:scroll;height:150px;font-size:14px}._fawn-bg_19zc2_13{background-color:#746250}._fawn-color_19zc2_16{color:#746250}._fawn-stroke_19zc2_19{stroke:#746250}._fawn-fill_19zc2_22{fill:#746250}._fawndark-bg_19zc2_26{background-color:#55473a}._fawndark-color_19zc2_29{color:#55473a}._fawndark-stroke_19zc2_32{stroke:#55473a}._fawndark-fill_19zc2_35{fill:#55473a}._fawndark2-bg_19zc2_39{background-color:#362e25}._fawndark2-color_19zc2_42{color:#362e25}._fawndark2-stroke_19zc2_45{stroke:#362e25}._fawndark2-fill_19zc2_48{fill:#362e25}._sable-bg_19zc2_52{background-color:#cfb07b}._sable-color_19zc2_55{color:#cfb07b}._sable-stroke_19zc2_58{stroke:#cfb07b}._sable-fill_19zc2_61{fill:#cfb07b}._sable50-bg_19zc2_65{background-color:#e6d7bc}._sable50-color_19zc2_68{color:#e6d7bc}._sable50-stroke_19zc2_71{stroke:#e6d7bc}._sable50-fill_19zc2_74{fill:#e6d7bc}._grischaud-bg_19zc2_78{background-color:#f1eeec}._grischaud-color_19zc2_81{color:#f1eeec}._grischaud-stroke_19zc2_84{stroke:#f1eeec}._grischaud-fill_19zc2_87{fill:#f1eeec}._grischaud50-bg_19zc2_91{background-color:#f8f6f5}._grischaud50-color_19zc2_94{color:#f8f6f5}._grischaud50-stroke_19zc2_97{stroke:#f8f6f5}._grischaud50-fill_19zc2_100{fill:#f8f6f5}._darkgrey-bg_19zc2_104{background-color:#1d1f24}._darkgrey-color_19zc2_107{color:#1d1f24}._darkgrey-stroke_19zc2_110{stroke:#1d1f24}._darkgrey-fill_19zc2_113{fill:#1d1f24}._darkgrey2-bg_19zc2_117{background-color:#2a2c30}._darkgrey2-color_19zc2_120{color:#2a2c30}._darkgrey2-stroke_19zc2_123{stroke:#2a2c30}._darkgrey2-fill_19zc2_126{fill:#2a2c30}._coolgrey-bg_19zc2_130{background-color:#75787b}._coolgrey-color_19zc2_133{color:#75787b}._coolgrey-stroke_19zc2_136{stroke:#75787b}._coolgrey-fill_19zc2_139{fill:#75787b}._coolgrey50-bg_19zc2_143{background-color:#b3b5b7}._coolgrey50-color_19zc2_146{color:#b3b5b7}._coolgrey50-stroke_19zc2_149{stroke:#b3b5b7}._coolgrey50-fill_19zc2_152{fill:#b3b5b7}._coolgrey25-bg_19zc2_156{background-color:#dcddde}._coolgrey25-color_19zc2_159{color:#dcddde}._coolgrey25-stroke_19zc2_162{stroke:#dcddde}._coolgrey25-fill_19zc2_165{fill:#dcddde}._clay2-bg_19zc2_169{background-color:#ad594b}._clay2-color_19zc2_172{color:#ad594b}._clay2-stroke_19zc2_175{stroke:#ad594b}._clay2-fill_19zc2_178{fill:#ad594b}._cerise-bg_19zc2_182{background-color:#960051}._cerise-color_19zc2_185{color:#960051}._cerise-stroke_19zc2_188{stroke:#960051}._cerise-fill_19zc2_191{fill:#960051}._red-bg_19zc2_195{background-color:#e80216}._red-color_19zc2_198{color:#e80216}._red-stroke_19zc2_201{stroke:#e80216}._red-fill_19zc2_204{fill:#e80216}._plum-bg_19zc2_208{background-color:#5c4e63}._plum-color_19zc2_211{color:#5c4e63}._plum-stroke_19zc2_214{stroke:#5c4e63}._plum-fill_19zc2_217{fill:#5c4e63}._green-bg_19zc2_221{background-color:#b7bf10}._green-color_19zc2_224{color:#b7bf10}._green-stroke_19zc2_227{stroke:#b7bf10}._green-fill_19zc2_230{fill:#b7bf10}._white-bg_19zc2_234{background-color:#fff}._white-color_19zc2_237{color:#fff}._white-stroke_19zc2_240{stroke:#fff}._white-fill_19zc2_243{fill:#fff}._black-bg_19zc2_247{background-color:#000}._black-color_19zc2_250{color:#000}._black-stroke_19zc2_253{stroke:#000}._black-fill_19zc2_256{fill:#000}._blue-bg_19zc2_260{background-color:#2a6da7}._blue-color_19zc2_263{color:#2a6da7}._blue-stroke_19zc2_266{stroke:#2a6da7}._blue-fill_19zc2_269{fill:#2a6da7}._buy-bg_19zc2_273{background-color:#72a371}._buy-color_19zc2_276{color:#72a371}._buy-stroke_19zc2_279{stroke:#72a371}._buy-fill_19zc2_282{fill:#72a371}._sell-bg_19zc2_286{background-color:#953d51}._sell-color_19zc2_289{color:#953d51}._sell-stroke_19zc2_292{stroke:#953d51}._sell-fill_19zc2_295{fill:#953d51}._hold-bg_19zc2_299{background-color:#9a8b7f}._hold-color_19zc2_302{color:#9a8b7f}._hold-stroke_19zc2_305{stroke:#9a8b7f}._hold-fill_19zc2_308{fill:#9a8b7f}._not-covered-bg_19zc2_312{background-color:#2a2c30}._not-covered-color_19zc2_315{color:#2a2c30}._not-covered-stroke_19zc2_318{stroke:#2a2c30}._not-covered-fill_19zc2_321{fill:#2a2c30}._transparent-bg_19zc2_325{background-color:transparent!important}._text-cerise-color_19zc2_329,a._text-cerise-color_19zc2_329:visited{color:#960051}._with-shadow_19zc2_333{box-shadow:#30374226 0 .25rem 1rem}._HistoricalBloc_19zc2_337{margin-top:25px;margin-bottom:50px}._TitleBloc_19zc2_342{display:flex;justify-content:space-between}._PriceBlocContainer_19zc2_347{display:inline-flex;align-items:center}._PriceBlocContainer_19zc2_347+._PriceBlocContainer_19zc2_347{margin-left:40px}._PriceBlocContainer_19zc2_347 ._PriceBlocIcon_19zc2_354{width:auto;height:40px;margin-right:15px}._PriceBlocContainer_19zc2_347 ._PriceBlocIcon_19zc2_354._PriceBlocIconHigh_19zc2_359{transform:rotate(180deg)}._PriceBlocContainer_19zc2_347 ._PriceBlocTitle_19zc2_362{color:#746250;font-size:12px;font-weight:600;line-height:17px;text-transform:uppercase}._PriceBlocContainer_19zc2_347 ._PriceBlocValue_19zc2_369{color:#953d51;font-size:20px;font-weight:600;line-height:27px}._fawn-bg_1se57_13{background-color:#746250}._fawn-color_1se57_16{color:#746250}._fawn-stroke_1se57_19{stroke:#746250}._fawn-fill_1se57_22{fill:#746250}._fawndark-bg_1se57_26{background-color:#55473a}._fawndark-color_1se57_29{color:#55473a}._fawndark-stroke_1se57_32{stroke:#55473a}._fawndark-fill_1se57_35{fill:#55473a}._fawndark2-bg_1se57_39{background-color:#362e25}._fawndark2-color_1se57_42{color:#362e25}._fawndark2-stroke_1se57_45{stroke:#362e25}._fawndark2-fill_1se57_48{fill:#362e25}._sable-bg_1se57_52{background-color:#cfb07b}._sable-color_1se57_55{color:#cfb07b}._sable-stroke_1se57_58{stroke:#cfb07b}._sable-fill_1se57_61{fill:#cfb07b}._sable50-bg_1se57_65{background-color:#e6d7bc}._sable50-color_1se57_68{color:#e6d7bc}._sable50-stroke_1se57_71{stroke:#e6d7bc}._sable50-fill_1se57_74{fill:#e6d7bc}._grischaud-bg_1se57_78{background-color:#f1eeec}._grischaud-color_1se57_81{color:#f1eeec}._grischaud-stroke_1se57_84{stroke:#f1eeec}._grischaud-fill_1se57_87{fill:#f1eeec}._grischaud50-bg_1se57_91{background-color:#f8f6f5}._grischaud50-color_1se57_94{color:#f8f6f5}._grischaud50-stroke_1se57_97{stroke:#f8f6f5}._grischaud50-fill_1se57_100{fill:#f8f6f5}._darkgrey-bg_1se57_104{background-color:#1d1f24}._darkgrey-color_1se57_107{color:#1d1f24}._darkgrey-stroke_1se57_110{stroke:#1d1f24}._darkgrey-fill_1se57_113{fill:#1d1f24}._darkgrey2-bg_1se57_117{background-color:#2a2c30}._darkgrey2-color_1se57_120{color:#2a2c30}._darkgrey2-stroke_1se57_123{stroke:#2a2c30}._darkgrey2-fill_1se57_126{fill:#2a2c30}._coolgrey-bg_1se57_130{background-color:#75787b}._coolgrey-color_1se57_133{color:#75787b}._coolgrey-stroke_1se57_136{stroke:#75787b}._coolgrey-fill_1se57_139{fill:#75787b}._coolgrey50-bg_1se57_143{background-color:#b3b5b7}._coolgrey50-color_1se57_146{color:#b3b5b7}._coolgrey50-stroke_1se57_149{stroke:#b3b5b7}._coolgrey50-fill_1se57_152{fill:#b3b5b7}._coolgrey25-bg_1se57_156{background-color:#dcddde}._coolgrey25-color_1se57_159{color:#dcddde}._coolgrey25-stroke_1se57_162{stroke:#dcddde}._coolgrey25-fill_1se57_165{fill:#dcddde}._clay2-bg_1se57_169{background-color:#ad594b}._clay2-color_1se57_172{color:#ad594b}._clay2-stroke_1se57_175{stroke:#ad594b}._clay2-fill_1se57_178{fill:#ad594b}._cerise-bg_1se57_182{background-color:#960051}._cerise-color_1se57_185{color:#960051}._cerise-stroke_1se57_188{stroke:#960051}._cerise-fill_1se57_191{fill:#960051}._red-bg_1se57_195{background-color:#e80216}._red-color_1se57_198{color:#e80216}._red-stroke_1se57_201{stroke:#e80216}._red-fill_1se57_204{fill:#e80216}._plum-bg_1se57_208{background-color:#5c4e63}._plum-color_1se57_211{color:#5c4e63}._plum-stroke_1se57_214{stroke:#5c4e63}._plum-fill_1se57_217{fill:#5c4e63}._green-bg_1se57_221{background-color:#b7bf10}._green-color_1se57_224{color:#b7bf10}._green-stroke_1se57_227{stroke:#b7bf10}._green-fill_1se57_230{fill:#b7bf10}._white-bg_1se57_234{background-color:#fff}._white-color_1se57_237{color:#fff}._white-stroke_1se57_240{stroke:#fff}._white-fill_1se57_243{fill:#fff}._black-bg_1se57_247{background-color:#000}._black-color_1se57_250{color:#000}._black-stroke_1se57_253{stroke:#000}._black-fill_1se57_256{fill:#000}._blue-bg_1se57_260{background-color:#2a6da7}._blue-color_1se57_263{color:#2a6da7}._blue-stroke_1se57_266{stroke:#2a6da7}._blue-fill_1se57_269{fill:#2a6da7}._buy-bg_1se57_273{background-color:#72a371}._buy-color_1se57_276{color:#72a371}._buy-stroke_1se57_279{stroke:#72a371}._buy-fill_1se57_282{fill:#72a371}._sell-bg_1se57_286{background-color:#953d51}._sell-color_1se57_289{color:#953d51}._sell-stroke_1se57_292{stroke:#953d51}._sell-fill_1se57_295{fill:#953d51}._hold-bg_1se57_299{background-color:#9a8b7f}._hold-color_1se57_302{color:#9a8b7f}._hold-stroke_1se57_305{stroke:#9a8b7f}._hold-fill_1se57_308{fill:#9a8b7f}._not-covered-bg_1se57_312{background-color:#2a2c30}._not-covered-color_1se57_315{color:#2a2c30}._not-covered-stroke_1se57_318{stroke:#2a2c30}._not-covered-fill_1se57_321{fill:#2a2c30}._transparent-bg_1se57_325{background-color:transparent!important}._text-cerise-color_1se57_329,a._text-cerise-color_1se57_329:visited{color:#960051}._with-shadow_1se57_333{box-shadow:#30374226 0 .25rem 1rem}._PerformanceBloc_1se57_337{padding:30px 40px}._PerformanceBlocItem_1se57_341{display:flex;justify-content:space-between;font-size:12px;font-weight:600;line-height:17px}._PerformanceBlocItemLabel_1se57_348{color:#746250}._PerformanceBlocItemDate_1se57_351{color:#746250;font-size:10px}._PerformanceBlocItemValue_1se57_355{color:#2a2c30;font-size:20px}._hr_1se57_360{margin:12px 0}._fawn-bg_67dp2_13{background-color:#746250}._fawn-color_67dp2_16{color:#746250}._fawn-stroke_67dp2_19{stroke:#746250}._fawn-fill_67dp2_22{fill:#746250}._fawndark-bg_67dp2_26{background-color:#55473a}._fawndark-color_67dp2_29{color:#55473a}._fawndark-stroke_67dp2_32{stroke:#55473a}._fawndark-fill_67dp2_35{fill:#55473a}._fawndark2-bg_67dp2_39{background-color:#362e25}._fawndark2-color_67dp2_42{color:#362e25}._fawndark2-stroke_67dp2_45{stroke:#362e25}._fawndark2-fill_67dp2_48{fill:#362e25}._sable-bg_67dp2_52{background-color:#cfb07b}._sable-color_67dp2_55{color:#cfb07b}._sable-stroke_67dp2_58{stroke:#cfb07b}._sable-fill_67dp2_61{fill:#cfb07b}._sable50-bg_67dp2_65{background-color:#e6d7bc}._sable50-color_67dp2_68{color:#e6d7bc}._sable50-stroke_67dp2_71{stroke:#e6d7bc}._sable50-fill_67dp2_74{fill:#e6d7bc}._grischaud-bg_67dp2_78{background-color:#f1eeec}._grischaud-color_67dp2_81{color:#f1eeec}._grischaud-stroke_67dp2_84{stroke:#f1eeec}._grischaud-fill_67dp2_87{fill:#f1eeec}._grischaud50-bg_67dp2_91{background-color:#f8f6f5}._grischaud50-color_67dp2_94{color:#f8f6f5}._grischaud50-stroke_67dp2_97{stroke:#f8f6f5}._grischaud50-fill_67dp2_100{fill:#f8f6f5}._darkgrey-bg_67dp2_104{background-color:#1d1f24}._darkgrey-color_67dp2_107{color:#1d1f24}._darkgrey-stroke_67dp2_110{stroke:#1d1f24}._darkgrey-fill_67dp2_113{fill:#1d1f24}._darkgrey2-bg_67dp2_117{background-color:#2a2c30}._darkgrey2-color_67dp2_120{color:#2a2c30}._darkgrey2-stroke_67dp2_123{stroke:#2a2c30}._darkgrey2-fill_67dp2_126{fill:#2a2c30}._coolgrey-bg_67dp2_130{background-color:#75787b}._coolgrey-color_67dp2_133{color:#75787b}._coolgrey-stroke_67dp2_136{stroke:#75787b}._coolgrey-fill_67dp2_139{fill:#75787b}._coolgrey50-bg_67dp2_143{background-color:#b3b5b7}._coolgrey50-color_67dp2_146{color:#b3b5b7}._coolgrey50-stroke_67dp2_149{stroke:#b3b5b7}._coolgrey50-fill_67dp2_152{fill:#b3b5b7}._coolgrey25-bg_67dp2_156{background-color:#dcddde}._coolgrey25-color_67dp2_159{color:#dcddde}._coolgrey25-stroke_67dp2_162{stroke:#dcddde}._coolgrey25-fill_67dp2_165{fill:#dcddde}._clay2-bg_67dp2_169{background-color:#ad594b}._clay2-color_67dp2_172{color:#ad594b}._clay2-stroke_67dp2_175{stroke:#ad594b}._clay2-fill_67dp2_178{fill:#ad594b}._cerise-bg_67dp2_182{background-color:#960051}._cerise-color_67dp2_185{color:#960051}._cerise-stroke_67dp2_188{stroke:#960051}._cerise-fill_67dp2_191{fill:#960051}._red-bg_67dp2_195{background-color:#e80216}._red-color_67dp2_198{color:#e80216}._red-stroke_67dp2_201{stroke:#e80216}._red-fill_67dp2_204{fill:#e80216}._plum-bg_67dp2_208{background-color:#5c4e63}._plum-color_67dp2_211{color:#5c4e63}._plum-stroke_67dp2_214{stroke:#5c4e63}._plum-fill_67dp2_217{fill:#5c4e63}._green-bg_67dp2_221{background-color:#b7bf10}._green-color_67dp2_224{color:#b7bf10}._green-stroke_67dp2_227{stroke:#b7bf10}._green-fill_67dp2_230{fill:#b7bf10}._white-bg_67dp2_234{background-color:#fff}._white-color_67dp2_237{color:#fff}._white-stroke_67dp2_240{stroke:#fff}._white-fill_67dp2_243{fill:#fff}._black-bg_67dp2_247{background-color:#000}._black-color_67dp2_250{color:#000}._black-stroke_67dp2_253{stroke:#000}._black-fill_67dp2_256{fill:#000}._blue-bg_67dp2_260{background-color:#2a6da7}._blue-color_67dp2_263{color:#2a6da7}._blue-stroke_67dp2_266{stroke:#2a6da7}._blue-fill_67dp2_269{fill:#2a6da7}._buy-bg_67dp2_273{background-color:#72a371}._buy-color_67dp2_276{color:#72a371}._buy-stroke_67dp2_279{stroke:#72a371}._buy-fill_67dp2_282{fill:#72a371}._sell-bg_67dp2_286{background-color:#953d51}._sell-color_67dp2_289{color:#953d51}._sell-stroke_67dp2_292{stroke:#953d51}._sell-fill_67dp2_295{fill:#953d51}._hold-bg_67dp2_299{background-color:#9a8b7f}._hold-color_67dp2_302{color:#9a8b7f}._hold-stroke_67dp2_305{stroke:#9a8b7f}._hold-fill_67dp2_308{fill:#9a8b7f}._not-covered-bg_67dp2_312{background-color:#2a2c30}._not-covered-color_67dp2_315{color:#2a2c30}._not-covered-stroke_67dp2_318{stroke:#2a2c30}._not-covered-fill_67dp2_321{fill:#2a2c30}._transparent-bg_67dp2_325{background-color:transparent!important}._text-cerise-color_67dp2_329,a._text-cerise-color_67dp2_329:visited{color:#960051}._with-shadow_67dp2_333{box-shadow:#30374226 0 .25rem 1rem}._container_67dp2_337{padding:20px 10px 10px;font-family:Open Sans,sans-serif;flex-wrap:nowrap;margin:5px}._name_67dp2_344{font-weight:700;font-size:15px}._isin_67dp2_349{font-size:10px;color:#746250}._LogoDiv_67dp2_354{position:relative;margin-top:-25px;float:left}._Logo_67dp2_354{height:60px;width:60px;float:right}._title_67dp2_366{font-weight:700;font-size:15px}._info_67dp2_371{font-size:12px}._BUY_67dp2_375{background-color:#fff;color:#72a371;font-weight:700}._SELL_67dp2_381{background-color:#fff;color:#953d51;font-weight:700}._HOLD_67dp2_387{background-color:#fff;color:#9a8b7f;font-weight:700}._NOT_COVERED_67dp2_393{background-color:#fff;color:#2a2c30;font-weight:700;text-align:right}._container_1bgo0_1{margin:40px 88px 4px;padding:0}._fawn-bg_897nt_13{background-color:#746250}._fawn-color_897nt_16{color:#746250}._fawn-stroke_897nt_19{stroke:#746250}._fawn-fill_897nt_22{fill:#746250}._fawndark-bg_897nt_26{background-color:#55473a}._fawndark-color_897nt_29{color:#55473a}._fawndark-stroke_897nt_32{stroke:#55473a}._fawndark-fill_897nt_35{fill:#55473a}._fawndark2-bg_897nt_39{background-color:#362e25}._fawndark2-color_897nt_42{color:#362e25}._fawndark2-stroke_897nt_45{stroke:#362e25}._fawndark2-fill_897nt_48{fill:#362e25}._sable-bg_897nt_52{background-color:#cfb07b}._sable-color_897nt_55{color:#cfb07b}._sable-stroke_897nt_58{stroke:#cfb07b}._sable-fill_897nt_61{fill:#cfb07b}._sable50-bg_897nt_65{background-color:#e6d7bc}._sable50-color_897nt_68{color:#e6d7bc}._sable50-stroke_897nt_71{stroke:#e6d7bc}._sable50-fill_897nt_74{fill:#e6d7bc}._grischaud-bg_897nt_78{background-color:#f1eeec}._grischaud-color_897nt_81{color:#f1eeec}._grischaud-stroke_897nt_84{stroke:#f1eeec}._grischaud-fill_897nt_87{fill:#f1eeec}._grischaud50-bg_897nt_91{background-color:#f8f6f5}._grischaud50-color_897nt_94{color:#f8f6f5}._grischaud50-stroke_897nt_97{stroke:#f8f6f5}._grischaud50-fill_897nt_100{fill:#f8f6f5}._darkgrey-bg_897nt_104{background-color:#1d1f24}._darkgrey-color_897nt_107{color:#1d1f24}._darkgrey-stroke_897nt_110{stroke:#1d1f24}._darkgrey-fill_897nt_113{fill:#1d1f24}._darkgrey2-bg_897nt_117{background-color:#2a2c30}._darkgrey2-color_897nt_120{color:#2a2c30}._darkgrey2-stroke_897nt_123{stroke:#2a2c30}._darkgrey2-fill_897nt_126{fill:#2a2c30}._coolgrey-bg_897nt_130{background-color:#75787b}._coolgrey-color_897nt_133{color:#75787b}._coolgrey-stroke_897nt_136{stroke:#75787b}._coolgrey-fill_897nt_139{fill:#75787b}._coolgrey50-bg_897nt_143{background-color:#b3b5b7}._coolgrey50-color_897nt_146{color:#b3b5b7}._coolgrey50-stroke_897nt_149{stroke:#b3b5b7}._coolgrey50-fill_897nt_152{fill:#b3b5b7}._coolgrey25-bg_897nt_156{background-color:#dcddde}._coolgrey25-color_897nt_159{color:#dcddde}._coolgrey25-stroke_897nt_162{stroke:#dcddde}._coolgrey25-fill_897nt_165{fill:#dcddde}._clay2-bg_897nt_169{background-color:#ad594b}._clay2-color_897nt_172{color:#ad594b}._clay2-stroke_897nt_175{stroke:#ad594b}._clay2-fill_897nt_178{fill:#ad594b}._cerise-bg_897nt_182{background-color:#960051}._cerise-color_897nt_185{color:#960051}._cerise-stroke_897nt_188{stroke:#960051}._cerise-fill_897nt_191{fill:#960051}._red-bg_897nt_195{background-color:#e80216}._red-color_897nt_198{color:#e80216}._red-stroke_897nt_201{stroke:#e80216}._red-fill_897nt_204{fill:#e80216}._plum-bg_897nt_208{background-color:#5c4e63}._plum-color_897nt_211{color:#5c4e63}._plum-stroke_897nt_214{stroke:#5c4e63}._plum-fill_897nt_217{fill:#5c4e63}._green-bg_897nt_221{background-color:#b7bf10}._green-color_897nt_224{color:#b7bf10}._green-stroke_897nt_227{stroke:#b7bf10}._green-fill_897nt_230{fill:#b7bf10}._white-bg_897nt_234{background-color:#fff}._white-color_897nt_237{color:#fff}._white-stroke_897nt_240{stroke:#fff}._white-fill_897nt_243{fill:#fff}._black-bg_897nt_247{background-color:#000}._black-color_897nt_250{color:#000}._black-stroke_897nt_253{stroke:#000}._black-fill_897nt_256{fill:#000}._blue-bg_897nt_260{background-color:#2a6da7}._blue-color_897nt_263{color:#2a6da7}._blue-stroke_897nt_266{stroke:#2a6da7}._blue-fill_897nt_269{fill:#2a6da7}._buy-bg_897nt_273{background-color:#72a371}._buy-color_897nt_276{color:#72a371}._buy-stroke_897nt_279{stroke:#72a371}._buy-fill_897nt_282{fill:#72a371}._sell-bg_897nt_286{background-color:#953d51}._sell-color_897nt_289{color:#953d51}._sell-stroke_897nt_292{stroke:#953d51}._sell-fill_897nt_295{fill:#953d51}._hold-bg_897nt_299{background-color:#9a8b7f}._hold-color_897nt_302{color:#9a8b7f}._hold-stroke_897nt_305{stroke:#9a8b7f}._hold-fill_897nt_308{fill:#9a8b7f}._not-covered-bg_897nt_312{background-color:#2a2c30}._not-covered-color_897nt_315{color:#2a2c30}._not-covered-stroke_897nt_318{stroke:#2a2c30}._not-covered-fill_897nt_321{fill:#2a2c30}._transparent-bg_897nt_325{background-color:transparent!important}._text-cerise-color_897nt_329,a._text-cerise-color_897nt_329:visited{color:#960051}._with-shadow_897nt_333{box-shadow:#30374226 0 .25rem 1rem}._MainBlocFundDetails_897nt_337{color:#fff;padding:50px 88px;height:70%}._MainBlocFundDetails_897nt_337>*+*{margin-top:20px}._borderBottom_897nt_346{margin-top:30px;margin-bottom:30px;width:100%;margin-left:0}._Tags_897nt_353 ._TagReco_897nt_353{border:1px solid white;padding:6px 13px;font-size:16px;font-weight:600;line-height:23px;letter-spacing:1.2px;text-transform:uppercase;background-color:#fff}._FundName_897nt_364{font-size:32px;letter-spacing:10px;line-height:47px}._FundDescription_897nt_370{font-size:12px;line-height:24px;text-align:justify}._SecondaryBloc_897nt_376{display:flex;flex-direction:column}._ButtonContainer_897nt_381{position:relative;text-align:right;margin-right:88px}._BUY_897nt_387{background-color:#72a371}._BUY_897nt_387 ._TagReco_897nt_353{color:#72a371}._SELL_897nt_394{background-color:#953d51}._SELL_897nt_394 ._TagReco_897nt_353{color:#953d51}._HOLD_897nt_401{background-color:#9a8b7f}._HOLD_897nt_401 ._TagReco_897nt_353{color:#9a8b7f}._NOT_COVERED_897nt_408{background-color:#2a2c30}._NOT_COVERED_897nt_408 ._TagReco_897nt_353{color:#2a2c30}._InfoBloc_897nt_415{background-color:#f8f6f5;padding:30px 88px}._Title_897nt_420{color:#746250;margin-top:30px;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._PerfPotential_897nt_430{padding:0 16px 0 30px;margin-top:10px;margin-bottom:30px;border-radius:14px;background-color:#72a371;color:#fff;display:inline-block;width:100px}._PerfPotential_897nt_430._PriceDiffNeg_897nt_441{background-color:#953d51}._fawn-bg_cdoig_13{background-color:#746250}._fawn-color_cdoig_16{color:#746250}._fawn-stroke_cdoig_19{stroke:#746250}._fawn-fill_cdoig_22{fill:#746250}._fawndark-bg_cdoig_26{background-color:#55473a}._fawndark-color_cdoig_29{color:#55473a}._fawndark-stroke_cdoig_32{stroke:#55473a}._fawndark-fill_cdoig_35{fill:#55473a}._fawndark2-bg_cdoig_39{background-color:#362e25}._fawndark2-color_cdoig_42{color:#362e25}._fawndark2-stroke_cdoig_45{stroke:#362e25}._fawndark2-fill_cdoig_48{fill:#362e25}._sable-bg_cdoig_52{background-color:#cfb07b}._sable-color_cdoig_55{color:#cfb07b}._sable-stroke_cdoig_58{stroke:#cfb07b}._sable-fill_cdoig_61{fill:#cfb07b}._sable50-bg_cdoig_65{background-color:#e6d7bc}._sable50-color_cdoig_68{color:#e6d7bc}._sable50-stroke_cdoig_71{stroke:#e6d7bc}._sable50-fill_cdoig_74{fill:#e6d7bc}._grischaud-bg_cdoig_78{background-color:#f1eeec}._grischaud-color_cdoig_81{color:#f1eeec}._grischaud-stroke_cdoig_84{stroke:#f1eeec}._grischaud-fill_cdoig_87{fill:#f1eeec}._grischaud50-bg_cdoig_91{background-color:#f8f6f5}._grischaud50-color_cdoig_94{color:#f8f6f5}._grischaud50-stroke_cdoig_97{stroke:#f8f6f5}._grischaud50-fill_cdoig_100{fill:#f8f6f5}._darkgrey-bg_cdoig_104{background-color:#1d1f24}._darkgrey-color_cdoig_107{color:#1d1f24}._darkgrey-stroke_cdoig_110{stroke:#1d1f24}._darkgrey-fill_cdoig_113{fill:#1d1f24}._darkgrey2-bg_cdoig_117{background-color:#2a2c30}._darkgrey2-color_cdoig_120{color:#2a2c30}._darkgrey2-stroke_cdoig_123{stroke:#2a2c30}._darkgrey2-fill_cdoig_126{fill:#2a2c30}._coolgrey-bg_cdoig_130{background-color:#75787b}._coolgrey-color_cdoig_133{color:#75787b}._coolgrey-stroke_cdoig_136{stroke:#75787b}._coolgrey-fill_cdoig_139{fill:#75787b}._coolgrey50-bg_cdoig_143{background-color:#b3b5b7}._coolgrey50-color_cdoig_146{color:#b3b5b7}._coolgrey50-stroke_cdoig_149{stroke:#b3b5b7}._coolgrey50-fill_cdoig_152{fill:#b3b5b7}._coolgrey25-bg_cdoig_156{background-color:#dcddde}._coolgrey25-color_cdoig_159{color:#dcddde}._coolgrey25-stroke_cdoig_162{stroke:#dcddde}._coolgrey25-fill_cdoig_165{fill:#dcddde}._clay2-bg_cdoig_169{background-color:#ad594b}._clay2-color_cdoig_172{color:#ad594b}._clay2-stroke_cdoig_175{stroke:#ad594b}._clay2-fill_cdoig_178{fill:#ad594b}._cerise-bg_cdoig_182{background-color:#960051}._cerise-color_cdoig_185{color:#960051}._cerise-stroke_cdoig_188{stroke:#960051}._cerise-fill_cdoig_191{fill:#960051}._red-bg_cdoig_195{background-color:#e80216}._red-color_cdoig_198{color:#e80216}._red-stroke_cdoig_201{stroke:#e80216}._red-fill_cdoig_204{fill:#e80216}._plum-bg_cdoig_208{background-color:#5c4e63}._plum-color_cdoig_211{color:#5c4e63}._plum-stroke_cdoig_214{stroke:#5c4e63}._plum-fill_cdoig_217{fill:#5c4e63}._green-bg_cdoig_221{background-color:#b7bf10}._green-color_cdoig_224{color:#b7bf10}._green-stroke_cdoig_227{stroke:#b7bf10}._green-fill_cdoig_230{fill:#b7bf10}._white-bg_cdoig_234{background-color:#fff}._white-color_cdoig_237{color:#fff}._white-stroke_cdoig_240{stroke:#fff}._white-fill_cdoig_243{fill:#fff}._black-bg_cdoig_247{background-color:#000}._black-color_cdoig_250{color:#000}._black-stroke_cdoig_253{stroke:#000}._black-fill_cdoig_256{fill:#000}._blue-bg_cdoig_260{background-color:#2a6da7}._blue-color_cdoig_263{color:#2a6da7}._blue-stroke_cdoig_266{stroke:#2a6da7}._blue-fill_cdoig_269{fill:#2a6da7}._buy-bg_cdoig_273{background-color:#72a371}._buy-color_cdoig_276{color:#72a371}._buy-stroke_cdoig_279{stroke:#72a371}._buy-fill_cdoig_282{fill:#72a371}._sell-bg_cdoig_286{background-color:#953d51}._sell-color_cdoig_289{color:#953d51}._sell-stroke_cdoig_292{stroke:#953d51}._sell-fill_cdoig_295{fill:#953d51}._hold-bg_cdoig_299{background-color:#9a8b7f}._hold-color_cdoig_302{color:#9a8b7f}._hold-stroke_cdoig_305{stroke:#9a8b7f}._hold-fill_cdoig_308{fill:#9a8b7f}._not-covered-bg_cdoig_312{background-color:#2a2c30}._not-covered-color_cdoig_315{color:#2a2c30}._not-covered-stroke_cdoig_318{stroke:#2a2c30}._not-covered-fill_cdoig_321{fill:#2a2c30}._transparent-bg_cdoig_325{background-color:transparent!important}._text-cerise-color_cdoig_329,a._text-cerise-color_cdoig_329:visited{color:#960051}._with-shadow_cdoig_333{box-shadow:#30374226 0 .25rem 1rem}._Container_cdoig_337{padding:20px 70px 20px 88px;text-align:justify;color:#960051;background-color:#2a2c301a}._Underlined_cdoig_344{text-decoration:underline}._SecondColumn_cdoig_348{padding-left:50px}._WarningIcon_cdoig_352{width:50px;height:50px;vertical-align:bottom;margin-right:25px}._TitleSection_cdoig_359{font-size:1.3rem;text-transform:uppercase;margin-bottom:40px}._commentBlock_wdfyx_1{font-size:12px;margin-right:48px}._fawn-bg_js9om_13{background-color:#746250}._fawn-color_js9om_16{color:#746250}._fawn-stroke_js9om_19{stroke:#746250}._fawn-fill_js9om_22{fill:#746250}._fawndark-bg_js9om_26{background-color:#55473a}._fawndark-color_js9om_29{color:#55473a}._fawndark-stroke_js9om_32{stroke:#55473a}._fawndark-fill_js9om_35{fill:#55473a}._fawndark2-bg_js9om_39{background-color:#362e25}._fawndark2-color_js9om_42{color:#362e25}._fawndark2-stroke_js9om_45{stroke:#362e25}._fawndark2-fill_js9om_48{fill:#362e25}._sable-bg_js9om_52{background-color:#cfb07b}._sable-color_js9om_55{color:#cfb07b}._sable-stroke_js9om_58{stroke:#cfb07b}._sable-fill_js9om_61{fill:#cfb07b}._sable50-bg_js9om_65{background-color:#e6d7bc}._sable50-color_js9om_68{color:#e6d7bc}._sable50-stroke_js9om_71{stroke:#e6d7bc}._sable50-fill_js9om_74{fill:#e6d7bc}._grischaud-bg_js9om_78{background-color:#f1eeec}._grischaud-color_js9om_81{color:#f1eeec}._grischaud-stroke_js9om_84{stroke:#f1eeec}._grischaud-fill_js9om_87{fill:#f1eeec}._grischaud50-bg_js9om_91{background-color:#f8f6f5}._grischaud50-color_js9om_94{color:#f8f6f5}._grischaud50-stroke_js9om_97{stroke:#f8f6f5}._grischaud50-fill_js9om_100{fill:#f8f6f5}._darkgrey-bg_js9om_104{background-color:#1d1f24}._darkgrey-color_js9om_107{color:#1d1f24}._darkgrey-stroke_js9om_110{stroke:#1d1f24}._darkgrey-fill_js9om_113{fill:#1d1f24}._darkgrey2-bg_js9om_117{background-color:#2a2c30}._darkgrey2-color_js9om_120{color:#2a2c30}._darkgrey2-stroke_js9om_123{stroke:#2a2c30}._darkgrey2-fill_js9om_126{fill:#2a2c30}._coolgrey-bg_js9om_130{background-color:#75787b}._coolgrey-color_js9om_133{color:#75787b}._coolgrey-stroke_js9om_136{stroke:#75787b}._coolgrey-fill_js9om_139{fill:#75787b}._coolgrey50-bg_js9om_143{background-color:#b3b5b7}._coolgrey50-color_js9om_146{color:#b3b5b7}._coolgrey50-stroke_js9om_149{stroke:#b3b5b7}._coolgrey50-fill_js9om_152{fill:#b3b5b7}._coolgrey25-bg_js9om_156{background-color:#dcddde}._coolgrey25-color_js9om_159{color:#dcddde}._coolgrey25-stroke_js9om_162{stroke:#dcddde}._coolgrey25-fill_js9om_165{fill:#dcddde}._clay2-bg_js9om_169{background-color:#ad594b}._clay2-color_js9om_172{color:#ad594b}._clay2-stroke_js9om_175{stroke:#ad594b}._clay2-fill_js9om_178{fill:#ad594b}._cerise-bg_js9om_182{background-color:#960051}._cerise-color_js9om_185{color:#960051}._cerise-stroke_js9om_188{stroke:#960051}._cerise-fill_js9om_191{fill:#960051}._red-bg_js9om_195{background-color:#e80216}._red-color_js9om_198{color:#e80216}._red-stroke_js9om_201{stroke:#e80216}._red-fill_js9om_204{fill:#e80216}._plum-bg_js9om_208{background-color:#5c4e63}._plum-color_js9om_211{color:#5c4e63}._plum-stroke_js9om_214{stroke:#5c4e63}._plum-fill_js9om_217{fill:#5c4e63}._green-bg_js9om_221{background-color:#b7bf10}._green-color_js9om_224{color:#b7bf10}._green-stroke_js9om_227{stroke:#b7bf10}._green-fill_js9om_230{fill:#b7bf10}._white-bg_js9om_234{background-color:#fff}._white-color_js9om_237{color:#fff}._white-stroke_js9om_240{stroke:#fff}._white-fill_js9om_243{fill:#fff}._black-bg_js9om_247{background-color:#000}._black-color_js9om_250{color:#000}._black-stroke_js9om_253{stroke:#000}._black-fill_js9om_256{fill:#000}._blue-bg_js9om_260{background-color:#2a6da7}._blue-color_js9om_263{color:#2a6da7}._blue-stroke_js9om_266{stroke:#2a6da7}._blue-fill_js9om_269{fill:#2a6da7}._buy-bg_js9om_273{background-color:#72a371}._buy-color_js9om_276{color:#72a371}._buy-stroke_js9om_279{stroke:#72a371}._buy-fill_js9om_282{fill:#72a371}._sell-bg_js9om_286{background-color:#953d51}._sell-color_js9om_289{color:#953d51}._sell-stroke_js9om_292{stroke:#953d51}._sell-fill_js9om_295{fill:#953d51}._hold-bg_js9om_299{background-color:#9a8b7f}._hold-color_js9om_302{color:#9a8b7f}._hold-stroke_js9om_305{stroke:#9a8b7f}._hold-fill_js9om_308{fill:#9a8b7f}._not-covered-bg_js9om_312{background-color:#2a2c30}._not-covered-color_js9om_315{color:#2a2c30}._not-covered-stroke_js9om_318{stroke:#2a2c30}._not-covered-fill_js9om_321{fill:#2a2c30}._transparent-bg_js9om_325{background-color:transparent!important}._text-cerise-color_js9om_329,a._text-cerise-color_js9om_329:visited{color:#960051}._with-shadow_js9om_333{box-shadow:#30374226 0 .25rem 1rem}._MainBlocBondIssuerDetails_js9om_337{color:#fff;padding:50px 88px;height:70%}._MainBlocBondIssuerDetails_js9om_337>*+*{margin-top:20px}._borderBottom_js9om_346{margin-top:30px;margin-bottom:30px;width:70%;margin-left:0}._Tags_js9om_353 ._TagReco_js9om_353{border:1px solid white;padding:6px 13px;font-size:16px;font-weight:600;line-height:23px;letter-spacing:1.2px;text-transform:uppercase;background-color:#fff}._IssuerName_js9om_364{font-size:32px;letter-spacing:10px;line-height:47px}._IssuerDescription_js9om_370{font-size:12px;line-height:24px;text-align:justify}._SecondaryBloc_js9om_376{display:flex;flex-direction:column}._ButtonContainer_js9om_381{position:relative;text-align:right;margin-right:88px;height:50px}._POSITIVE_js9om_388{background-color:#72a371}._POSITIVE_js9om_388 ._TagReco_js9om_353{color:#72a371}._NEGATIVE_js9om_395{background-color:#953d51}._NEGATIVE_js9om_395 ._TagReco_js9om_353{color:#953d51}._NEUTRAL_js9om_402{background-color:#524e51}._NEUTRAL_js9om_402 ._TagReco_js9om_353{color:#524e51}._NOT_COVERED_js9om_409{background-color:#2a2c30}._NOT_COVERED_js9om_409 ._TagReco_js9om_353{color:#2a2c30}._COVERED_js9om_416{background-color:#524e51}._COVERED_js9om_416 ._TagReco_js9om_353{color:#524e51}._InfoBloc_js9om_423{background-color:#f8f6f5;padding:30px 88px}._SecondaryBloc_118fy_1{display:flex;flex-direction:column}._ButtonContainer_118fy_6{position:relative;text-align:right;margin-right:88px;height:70px}._mydocbaseLink_118fy_13{display:inline-block;vertical-align:top;text-align:center;text-decoration:none;font-size:.7em;padding-left:2em}._mydocbaseLogo_118fy_22{display:block;height:50px;width:auto;z-index:1;margin-left:auto;margin-right:auto}._equitiesWithSameIsinLink_118fy_31{color:#927c65;font-size:16px;padding:10px;font-weight:700}._fawn-bg_1em6w_13{background-color:#746250}._fawn-color_1em6w_16{color:#746250}._fawn-stroke_1em6w_19{stroke:#746250}._fawn-fill_1em6w_22{fill:#746250}._fawndark-bg_1em6w_26{background-color:#55473a}._fawndark-color_1em6w_29{color:#55473a}._fawndark-stroke_1em6w_32{stroke:#55473a}._fawndark-fill_1em6w_35{fill:#55473a}._fawndark2-bg_1em6w_39{background-color:#362e25}._fawndark2-color_1em6w_42{color:#362e25}._fawndark2-stroke_1em6w_45{stroke:#362e25}._fawndark2-fill_1em6w_48{fill:#362e25}._sable-bg_1em6w_52{background-color:#cfb07b}._sable-color_1em6w_55{color:#cfb07b}._sable-stroke_1em6w_58{stroke:#cfb07b}._sable-fill_1em6w_61{fill:#cfb07b}._sable50-bg_1em6w_65{background-color:#e6d7bc}._sable50-color_1em6w_68{color:#e6d7bc}._sable50-stroke_1em6w_71{stroke:#e6d7bc}._sable50-fill_1em6w_74{fill:#e6d7bc}._grischaud-bg_1em6w_78{background-color:#f1eeec}._grischaud-color_1em6w_81{color:#f1eeec}._grischaud-stroke_1em6w_84{stroke:#f1eeec}._grischaud-fill_1em6w_87{fill:#f1eeec}._grischaud50-bg_1em6w_91{background-color:#f8f6f5}._grischaud50-color_1em6w_94{color:#f8f6f5}._grischaud50-stroke_1em6w_97{stroke:#f8f6f5}._grischaud50-fill_1em6w_100{fill:#f8f6f5}._darkgrey-bg_1em6w_104{background-color:#1d1f24}._darkgrey-color_1em6w_107{color:#1d1f24}._darkgrey-stroke_1em6w_110{stroke:#1d1f24}._darkgrey-fill_1em6w_113{fill:#1d1f24}._darkgrey2-bg_1em6w_117{background-color:#2a2c30}._darkgrey2-color_1em6w_120{color:#2a2c30}._darkgrey2-stroke_1em6w_123{stroke:#2a2c30}._darkgrey2-fill_1em6w_126{fill:#2a2c30}._coolgrey-bg_1em6w_130{background-color:#75787b}._coolgrey-color_1em6w_133{color:#75787b}._coolgrey-stroke_1em6w_136{stroke:#75787b}._coolgrey-fill_1em6w_139{fill:#75787b}._coolgrey50-bg_1em6w_143{background-color:#b3b5b7}._coolgrey50-color_1em6w_146{color:#b3b5b7}._coolgrey50-stroke_1em6w_149{stroke:#b3b5b7}._coolgrey50-fill_1em6w_152{fill:#b3b5b7}._coolgrey25-bg_1em6w_156{background-color:#dcddde}._coolgrey25-color_1em6w_159{color:#dcddde}._coolgrey25-stroke_1em6w_162{stroke:#dcddde}._coolgrey25-fill_1em6w_165{fill:#dcddde}._clay2-bg_1em6w_169{background-color:#ad594b}._clay2-color_1em6w_172{color:#ad594b}._clay2-stroke_1em6w_175{stroke:#ad594b}._clay2-fill_1em6w_178{fill:#ad594b}._cerise-bg_1em6w_182{background-color:#960051}._cerise-color_1em6w_185{color:#960051}._cerise-stroke_1em6w_188{stroke:#960051}._cerise-fill_1em6w_191{fill:#960051}._red-bg_1em6w_195{background-color:#e80216}._red-color_1em6w_198{color:#e80216}._red-stroke_1em6w_201{stroke:#e80216}._red-fill_1em6w_204{fill:#e80216}._plum-bg_1em6w_208{background-color:#5c4e63}._plum-color_1em6w_211{color:#5c4e63}._plum-stroke_1em6w_214{stroke:#5c4e63}._plum-fill_1em6w_217{fill:#5c4e63}._green-bg_1em6w_221{background-color:#b7bf10}._green-color_1em6w_224{color:#b7bf10}._green-stroke_1em6w_227{stroke:#b7bf10}._green-fill_1em6w_230{fill:#b7bf10}._white-bg_1em6w_234{background-color:#fff}._white-color_1em6w_237{color:#fff}._white-stroke_1em6w_240{stroke:#fff}._white-fill_1em6w_243{fill:#fff}._black-bg_1em6w_247{background-color:#000}._black-color_1em6w_250{color:#000}._black-stroke_1em6w_253{stroke:#000}._black-fill_1em6w_256{fill:#000}._blue-bg_1em6w_260{background-color:#2a6da7}._blue-color_1em6w_263{color:#2a6da7}._blue-stroke_1em6w_266{stroke:#2a6da7}._blue-fill_1em6w_269{fill:#2a6da7}._buy-bg_1em6w_273{background-color:#72a371}._buy-color_1em6w_276{color:#72a371}._buy-stroke_1em6w_279{stroke:#72a371}._buy-fill_1em6w_282{fill:#72a371}._sell-bg_1em6w_286{background-color:#953d51}._sell-color_1em6w_289{color:#953d51}._sell-stroke_1em6w_292{stroke:#953d51}._sell-fill_1em6w_295{fill:#953d51}._hold-bg_1em6w_299{background-color:#9a8b7f}._hold-color_1em6w_302{color:#9a8b7f}._hold-stroke_1em6w_305{stroke:#9a8b7f}._hold-fill_1em6w_308{fill:#9a8b7f}._not-covered-bg_1em6w_312{background-color:#2a2c30}._not-covered-color_1em6w_315{color:#2a2c30}._not-covered-stroke_1em6w_318{stroke:#2a2c30}._not-covered-fill_1em6w_321{fill:#2a2c30}._transparent-bg_1em6w_325{background-color:transparent!important}._text-cerise-color_1em6w_329,a._text-cerise-color_1em6w_329:visited{color:#960051}._with-shadow_1em6w_333{box-shadow:#30374226 0 .25rem 1rem}._MainBloc_1em6w_337{color:#fff;padding:50px 88px;height:100%}._MainBloc_1em6w_337>*+*{margin-top:20px}._MainBlocBondsTitle_1em6w_346{color:#fff;padding:50px 88px;height:30%}._MainBlocBondsTitle_1em6w_346>*+*{margin-top:20px}._MainBlocBondsDetails_1em6w_355{color:#fff;padding:50px 88px;height:70%}._MainBlocBondsDetails_1em6w_355>*+*{margin-top:20px}._borderBottom_1em6w_364{margin-top:30px;margin-bottom:30px;width:70%;margin-left:0}._Tags_1em6w_371 ._TagCurrency_1em6w_371,._Tags_1em6w_371 ._TagReco_1em6w_371{border:1px solid white;padding:6px 13px;font-size:17px;font-weight:600;line-height:23px;letter-spacing:1.2px;text-transform:uppercase}._Tags_1em6w_371 ._TagReco_1em6w_371{background-color:#fff}._RatingBloc_1em6w_384{flex-grow:1;padding:30px 88px;align-items:center}._RatingBloc_1em6w_384 ._ListLogo_1em6w_389{width:88px}._EquityName_1em6w_393{font-size:40px;letter-spacing:10px;line-height:47px}._GlobalRating_1em6w_399{width:120px;height:120px;margin:auto;border-radius:50%;background-color:#fff;position:relative}._GlobalRatingValue_1em6w_407{font-size:60px;line-height:41.33px;left:25px;top:23px;position:absolute}._GlobalRatingValueMax_1em6w_414{left:14px;letter-spacing:-10px}._GlobalRatingBar_1em6w_418{width:60px;height:75px;border-bottom-width:1px;border-bottom-style:solid;transform:rotate(-45deg);left:10px;top:10px;position:absolute}._GlobalRatingTotal_1em6w_428{font-size:22.5px;line-height:27px;left:70px;top:70px;position:absolute}._Links_1em6w_436{display:flex;flex-wrap:wrap;align-items:flex-start}._Links_1em6w_436+._Links_1em6w_436{margin-top:10px}._Links_1em6w_436 ._Link_1em6w_436{padding:6px 13px;margin:2.5px;background-color:#0003;color:#fff;font-size:12px;font-weight:600;line-height:12px}._Links_1em6w_436 ._Link_1em6w_436:visited{color:#fff}._Links_1em6w_436 ._Link_1em6w_436:before{content:"[ "}._Links_1em6w_436 ._Link_1em6w_436:after{content:" ]"}._EquityDescription_1em6w_463{font-size:12px;line-height:24px;text-align:justify}._SecondaryBloc_1em6w_469{display:flex;flex-direction:column}._ButtonContainer_1em6w_474{position:relative;text-align:right;margin-right:88px;height:50px}._BUY_1em6w_481{background-color:#72a371}._BUY_1em6w_481 ._GlobalRatingBar_1em6w_418{border-color:#72a371}._BUY_1em6w_481 ._TagReco_1em6w_371,._BUY_1em6w_481 ._GlobalRating_1em6w_399{color:#72a371}._SELL_1em6w_491{background-color:#953d51}._SELL_1em6w_491 ._GlobalRatingBar_1em6w_418{border-color:#953d51}._SELL_1em6w_491 ._TagReco_1em6w_371,._SELL_1em6w_491 ._GlobalRating_1em6w_399{color:#953d51}._HOLD_1em6w_501{background-color:#9a8b7f}._HOLD_1em6w_501 ._GlobalRatingBar_1em6w_418{border-color:#9a8b7f}._HOLD_1em6w_501 ._TagReco_1em6w_371,._HOLD_1em6w_501 ._GlobalRating_1em6w_399{color:#9a8b7f}._POSITIVE_1em6w_511{background-color:#fff;border-right:1px solid #524E51}._POSITIVE_1em6w_511 ._TagReco_1em6w_371{background-color:#72a371}._POSITIVE_1em6w_511 ._EquityName_1em6w_393,._POSITIVE_1em6w_511 ._baseCurrency_1em6w_518{color:#72a371;font-weight:700}._NEGATIVE_1em6w_523{background-color:#fff;border-right:1px solid #524E51}._NEGATIVE_1em6w_523 ._TagReco_1em6w_371{background-color:#953d51}._NEGATIVE_1em6w_523 ._EquityName_1em6w_393,._NEGATIVE_1em6w_523 ._baseCurrency_1em6w_518{color:#953d51;font-weight:700}._NEUTRAL_1em6w_535{background-color:#fff;border-right:1px solid #524E51}._NEUTRAL_1em6w_535 ._TagReco_1em6w_371{background-color:#524e51}._NEUTRAL_1em6w_535 ._EquityName_1em6w_393,._NEUTRAL_1em6w_535 ._baseCurrency_1em6w_518{color:#524e51;font-weight:700}._NOT_COVERED_1em6w_547{background-color:#2a2c30}._NOT_COVERED_1em6w_547 ._GlobalRatingBar_1em6w_418{border-color:#2a2c30}._NOT_COVERED_1em6w_547 ._TagReco_1em6w_371,._NOT_COVERED_1em6w_547 ._GlobalRating_1em6w_399{color:#2a2c30}._COVERED_1em6w_557{background-color:#524e51}._COVERED_1em6w_557 ._GlobalRatingBar_1em6w_418{border-color:#524e51}._COVERED_1em6w_557 ._TagReco_1em6w_371,._COVERED_1em6w_557 ._GlobalRating_1em6w_399{color:#524e51}._icon_1em6w_567{margin-left:auto;margin-right:auto;display:flex}._greenBondIcon_1em6w_573{width:120px}._withHoldingTaxIcon_1em6w_577{width:160px}._fawn-bg_2pch7_13{background-color:#746250}._fawn-color_2pch7_16{color:#746250}._fawn-stroke_2pch7_19{stroke:#746250}._fawn-fill_2pch7_22{fill:#746250}._fawndark-bg_2pch7_26{background-color:#55473a}._fawndark-color_2pch7_29{color:#55473a}._fawndark-stroke_2pch7_32{stroke:#55473a}._fawndark-fill_2pch7_35{fill:#55473a}._fawndark2-bg_2pch7_39{background-color:#362e25}._fawndark2-color_2pch7_42{color:#362e25}._fawndark2-stroke_2pch7_45{stroke:#362e25}._fawndark2-fill_2pch7_48{fill:#362e25}._sable-bg_2pch7_52{background-color:#cfb07b}._sable-color_2pch7_55{color:#cfb07b}._sable-stroke_2pch7_58{stroke:#cfb07b}._sable-fill_2pch7_61{fill:#cfb07b}._sable50-bg_2pch7_65{background-color:#e6d7bc}._sable50-color_2pch7_68{color:#e6d7bc}._sable50-stroke_2pch7_71{stroke:#e6d7bc}._sable50-fill_2pch7_74{fill:#e6d7bc}._grischaud-bg_2pch7_78{background-color:#f1eeec}._grischaud-color_2pch7_81{color:#f1eeec}._grischaud-stroke_2pch7_84{stroke:#f1eeec}._grischaud-fill_2pch7_87{fill:#f1eeec}._grischaud50-bg_2pch7_91{background-color:#f8f6f5}._grischaud50-color_2pch7_94{color:#f8f6f5}._grischaud50-stroke_2pch7_97{stroke:#f8f6f5}._grischaud50-fill_2pch7_100{fill:#f8f6f5}._darkgrey-bg_2pch7_104{background-color:#1d1f24}._darkgrey-color_2pch7_107{color:#1d1f24}._darkgrey-stroke_2pch7_110{stroke:#1d1f24}._darkgrey-fill_2pch7_113{fill:#1d1f24}._darkgrey2-bg_2pch7_117{background-color:#2a2c30}._darkgrey2-color_2pch7_120{color:#2a2c30}._darkgrey2-stroke_2pch7_123{stroke:#2a2c30}._darkgrey2-fill_2pch7_126{fill:#2a2c30}._coolgrey-bg_2pch7_130{background-color:#75787b}._coolgrey-color_2pch7_133{color:#75787b}._coolgrey-stroke_2pch7_136{stroke:#75787b}._coolgrey-fill_2pch7_139{fill:#75787b}._coolgrey50-bg_2pch7_143{background-color:#b3b5b7}._coolgrey50-color_2pch7_146{color:#b3b5b7}._coolgrey50-stroke_2pch7_149{stroke:#b3b5b7}._coolgrey50-fill_2pch7_152{fill:#b3b5b7}._coolgrey25-bg_2pch7_156{background-color:#dcddde}._coolgrey25-color_2pch7_159{color:#dcddde}._coolgrey25-stroke_2pch7_162{stroke:#dcddde}._coolgrey25-fill_2pch7_165{fill:#dcddde}._clay2-bg_2pch7_169{background-color:#ad594b}._clay2-color_2pch7_172{color:#ad594b}._clay2-stroke_2pch7_175{stroke:#ad594b}._clay2-fill_2pch7_178{fill:#ad594b}._cerise-bg_2pch7_182{background-color:#960051}._cerise-color_2pch7_185{color:#960051}._cerise-stroke_2pch7_188{stroke:#960051}._cerise-fill_2pch7_191{fill:#960051}._red-bg_2pch7_195{background-color:#e80216}._red-color_2pch7_198{color:#e80216}._red-stroke_2pch7_201{stroke:#e80216}._red-fill_2pch7_204{fill:#e80216}._plum-bg_2pch7_208{background-color:#5c4e63}._plum-color_2pch7_211{color:#5c4e63}._plum-stroke_2pch7_214{stroke:#5c4e63}._plum-fill_2pch7_217{fill:#5c4e63}._green-bg_2pch7_221{background-color:#b7bf10}._green-color_2pch7_224{color:#b7bf10}._green-stroke_2pch7_227{stroke:#b7bf10}._green-fill_2pch7_230{fill:#b7bf10}._white-bg_2pch7_234{background-color:#fff}._white-color_2pch7_237{color:#fff}._white-stroke_2pch7_240{stroke:#fff}._white-fill_2pch7_243{fill:#fff}._black-bg_2pch7_247{background-color:#000}._black-color_2pch7_250{color:#000}._black-stroke_2pch7_253{stroke:#000}._black-fill_2pch7_256{fill:#000}._blue-bg_2pch7_260{background-color:#2a6da7}._blue-color_2pch7_263{color:#2a6da7}._blue-stroke_2pch7_266{stroke:#2a6da7}._blue-fill_2pch7_269{fill:#2a6da7}._buy-bg_2pch7_273{background-color:#72a371}._buy-color_2pch7_276{color:#72a371}._buy-stroke_2pch7_279{stroke:#72a371}._buy-fill_2pch7_282{fill:#72a371}._sell-bg_2pch7_286{background-color:#953d51}._sell-color_2pch7_289{color:#953d51}._sell-stroke_2pch7_292{stroke:#953d51}._sell-fill_2pch7_295{fill:#953d51}._hold-bg_2pch7_299{background-color:#9a8b7f}._hold-color_2pch7_302{color:#9a8b7f}._hold-stroke_2pch7_305{stroke:#9a8b7f}._hold-fill_2pch7_308{fill:#9a8b7f}._not-covered-bg_2pch7_312{background-color:#2a2c30}._not-covered-color_2pch7_315{color:#2a2c30}._not-covered-stroke_2pch7_318{stroke:#2a2c30}._not-covered-fill_2pch7_321{fill:#2a2c30}._transparent-bg_2pch7_325{background-color:transparent!important}._text-cerise-color_2pch7_329,a._text-cerise-color_2pch7_329:visited{color:#960051}._with-shadow_2pch7_333{box-shadow:#30374226 0 .25rem 1rem}._InfoBloc_2pch7_337{background-color:#f8f6f5;padding:30px 70px}._fawn-bg_j64n0_13{background-color:#746250}._fawn-color_j64n0_16{color:#746250}._fawn-stroke_j64n0_19{stroke:#746250}._fawn-fill_j64n0_22{fill:#746250}._fawndark-bg_j64n0_26{background-color:#55473a}._fawndark-color_j64n0_29{color:#55473a}._fawndark-stroke_j64n0_32{stroke:#55473a}._fawndark-fill_j64n0_35{fill:#55473a}._fawndark2-bg_j64n0_39{background-color:#362e25}._fawndark2-color_j64n0_42{color:#362e25}._fawndark2-stroke_j64n0_45{stroke:#362e25}._fawndark2-fill_j64n0_48{fill:#362e25}._sable-bg_j64n0_52{background-color:#cfb07b}._sable-color_j64n0_55{color:#cfb07b}._sable-stroke_j64n0_58{stroke:#cfb07b}._sable-fill_j64n0_61{fill:#cfb07b}._sable50-bg_j64n0_65{background-color:#e6d7bc}._sable50-color_j64n0_68{color:#e6d7bc}._sable50-stroke_j64n0_71{stroke:#e6d7bc}._sable50-fill_j64n0_74{fill:#e6d7bc}._grischaud-bg_j64n0_78{background-color:#f1eeec}._grischaud-color_j64n0_81{color:#f1eeec}._grischaud-stroke_j64n0_84{stroke:#f1eeec}._grischaud-fill_j64n0_87{fill:#f1eeec}._grischaud50-bg_j64n0_91{background-color:#f8f6f5}._grischaud50-color_j64n0_94{color:#f8f6f5}._grischaud50-stroke_j64n0_97{stroke:#f8f6f5}._grischaud50-fill_j64n0_100{fill:#f8f6f5}._darkgrey-bg_j64n0_104{background-color:#1d1f24}._darkgrey-color_j64n0_107{color:#1d1f24}._darkgrey-stroke_j64n0_110{stroke:#1d1f24}._darkgrey-fill_j64n0_113{fill:#1d1f24}._darkgrey2-bg_j64n0_117{background-color:#2a2c30}._darkgrey2-color_j64n0_120{color:#2a2c30}._darkgrey2-stroke_j64n0_123{stroke:#2a2c30}._darkgrey2-fill_j64n0_126{fill:#2a2c30}._coolgrey-bg_j64n0_130{background-color:#75787b}._coolgrey-color_j64n0_133{color:#75787b}._coolgrey-stroke_j64n0_136{stroke:#75787b}._coolgrey-fill_j64n0_139{fill:#75787b}._coolgrey50-bg_j64n0_143{background-color:#b3b5b7}._coolgrey50-color_j64n0_146{color:#b3b5b7}._coolgrey50-stroke_j64n0_149{stroke:#b3b5b7}._coolgrey50-fill_j64n0_152{fill:#b3b5b7}._coolgrey25-bg_j64n0_156{background-color:#dcddde}._coolgrey25-color_j64n0_159{color:#dcddde}._coolgrey25-stroke_j64n0_162{stroke:#dcddde}._coolgrey25-fill_j64n0_165{fill:#dcddde}._clay2-bg_j64n0_169{background-color:#ad594b}._clay2-color_j64n0_172{color:#ad594b}._clay2-stroke_j64n0_175{stroke:#ad594b}._clay2-fill_j64n0_178{fill:#ad594b}._cerise-bg_j64n0_182{background-color:#960051}._cerise-color_j64n0_185{color:#960051}._cerise-stroke_j64n0_188{stroke:#960051}._cerise-fill_j64n0_191{fill:#960051}._red-bg_j64n0_195{background-color:#e80216}._red-color_j64n0_198{color:#e80216}._red-stroke_j64n0_201{stroke:#e80216}._red-fill_j64n0_204{fill:#e80216}._plum-bg_j64n0_208{background-color:#5c4e63}._plum-color_j64n0_211{color:#5c4e63}._plum-stroke_j64n0_214{stroke:#5c4e63}._plum-fill_j64n0_217{fill:#5c4e63}._green-bg_j64n0_221{background-color:#b7bf10}._green-color_j64n0_224{color:#b7bf10}._green-stroke_j64n0_227{stroke:#b7bf10}._green-fill_j64n0_230{fill:#b7bf10}._white-bg_j64n0_234{background-color:#fff}._white-color_j64n0_237{color:#fff}._white-stroke_j64n0_240{stroke:#fff}._white-fill_j64n0_243{fill:#fff}._black-bg_j64n0_247{background-color:#000}._black-color_j64n0_250{color:#000}._black-stroke_j64n0_253{stroke:#000}._black-fill_j64n0_256{fill:#000}._blue-bg_j64n0_260{background-color:#2a6da7}._blue-color_j64n0_263{color:#2a6da7}._blue-stroke_j64n0_266{stroke:#2a6da7}._blue-fill_j64n0_269{fill:#2a6da7}._buy-bg_j64n0_273{background-color:#72a371}._buy-color_j64n0_276{color:#72a371}._buy-stroke_j64n0_279{stroke:#72a371}._buy-fill_j64n0_282{fill:#72a371}._sell-bg_j64n0_286{background-color:#953d51}._sell-color_j64n0_289{color:#953d51}._sell-stroke_j64n0_292{stroke:#953d51}._sell-fill_j64n0_295{fill:#953d51}._hold-bg_j64n0_299{background-color:#9a8b7f}._hold-color_j64n0_302{color:#9a8b7f}._hold-stroke_j64n0_305{stroke:#9a8b7f}._hold-fill_j64n0_308{fill:#9a8b7f}._not-covered-bg_j64n0_312{background-color:#2a2c30}._not-covered-color_j64n0_315{color:#2a2c30}._not-covered-stroke_j64n0_318{stroke:#2a2c30}._not-covered-fill_j64n0_321{fill:#2a2c30}._transparent-bg_j64n0_325{background-color:transparent!important}._text-cerise-color_j64n0_329,a._text-cerise-color_j64n0_329:visited{color:#960051}._with-shadow_j64n0_333{box-shadow:#30374226 0 .25rem 1rem}._PriceSubBloc_j64n0_337 ._PriceSubBlocTitle_j64n0_337{color:#746250;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._PriceSubBloc_j64n0_337 ._PriceSubBlocValue_j64n0_345{font-size:40px;font-weight:600;line-height:55px}._PriceSubBloc_j64n0_337 ._PriceSubBlocDate_j64n0_350,._DataBlocDate_j64n0_356{color:#746250;font-size:12px;line-height:17px}._PerfPotentialTitle_j64n0_362{color:#746250;margin-top:30px;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._TargetPrice_j64n0_372{color:#746250;font-size:15px;font-weight:600;letter-spacing:2px;line-height:20px;text-transform:uppercase}._PerfPotential_j64n0_362{padding:0 16px;margin-top:10px;margin-bottom:30px;border-radius:14px;background-color:#72a371;color:#fff;display:inline-block}._PerfPotential_j64n0_362._PriceDiffNeg_j64n0_390{background-color:#953d51}._RatingBloc_j64n0_394{display:flex;justify-content:space-between;border-right:1px solid #746250;padding:50px 80px 50px 0;margin:0 40px}._RatingBloc_j64n0_394+._RatingBloc_j64n0_394{border-top:1px solid #746250}._DataBloc_j64n0_356{display:flex;justify-content:space-between;padding:50px 80px 50px 0;margin:0 40px}._TitleBloc_j64n0_412{color:#746250}._TitleBloc_j64n0_412 ._Title_j64n0_412{font-size:20px;font-weight:700;line-height:27px}._TitleBloc_j64n0_412 ._SubTitle_j64n0_420{font-size:10px;line-height:14px}._TitleBloc_j64n0_412 ._Date_j64n0_424{font-size:12px;line-height:17px;margin-top:10px}._StarLinkBloc_j64n0_430{display:flex}._StarLinkBloc_j64n0_430 ._Link_j64n0_433{margin-left:50px;height:40px}._BUY_j64n0_438 ._Star_j64n0_430{stroke:#72a371;fill:#72a371}._SELL_j64n0_443 ._Star_j64n0_430{stroke:#953d51;fill:#953d51}._HOLD_j64n0_448 ._Star_j64n0_430{stroke:#9a8b7f;fill:#9a8b7f}._NOT_COVERED_j64n0_453 ._Star_j64n0_430{stroke:#2a2c30;fill:#2a2c30}._container_c98c2_1{margin:10px auto 50px 20px;text-align:center}._statisticsTable_c98c2_6{width:60%;border-collapse:collapse;border:1px solid black;margin-top:20px;table-layout:fixed;margin-left:auto;margin-right:auto}._statisticsTable_c98c2_6 thead,._statisticsTable_c98c2_6 tbody{text-align:center}._statisticsTable_c98c2_6 th,._statisticsTable_c98c2_6 td,._statisticsTable_c98c2_6 tr{border:1px solid black}._categories_c98c2_25{text-align:left;font-weight:700}._BUY_c98c2_30{background-color:#72a371}._HOLD_c98c2_34{background-color:#9a8b7f}._SELL_c98c2_38{background-color:#953d51}._disclaimer_c98c2_42{font-size:16px}._WordCloudImage_ds8cu_1{margin-left:auto;margin-right:auto;display:block;width:100%}._WordCloudTitle_ds8cu_8{text-align:center;margin-top:1rem;padding-left:1.4rem}._fawn-bg_bh38o_13{background-color:#746250}._fawn-color_bh38o_16{color:#746250}._fawn-stroke_bh38o_19{stroke:#746250}._fawn-fill_bh38o_22{fill:#746250}._fawndark-bg_bh38o_26{background-color:#55473a}._fawndark-color_bh38o_29{color:#55473a}._fawndark-stroke_bh38o_32{stroke:#55473a}._fawndark-fill_bh38o_35{fill:#55473a}._fawndark2-bg_bh38o_39{background-color:#362e25}._fawndark2-color_bh38o_42{color:#362e25}._fawndark2-stroke_bh38o_45{stroke:#362e25}._fawndark2-fill_bh38o_48{fill:#362e25}._sable-bg_bh38o_52{background-color:#cfb07b}._sable-color_bh38o_55{color:#cfb07b}._sable-stroke_bh38o_58{stroke:#cfb07b}._sable-fill_bh38o_61{fill:#cfb07b}._sable50-bg_bh38o_65{background-color:#e6d7bc}._sable50-color_bh38o_68{color:#e6d7bc}._sable50-stroke_bh38o_71{stroke:#e6d7bc}._sable50-fill_bh38o_74{fill:#e6d7bc}._grischaud-bg_bh38o_78{background-color:#f1eeec}._grischaud-color_bh38o_81{color:#f1eeec}._grischaud-stroke_bh38o_84{stroke:#f1eeec}._grischaud-fill_bh38o_87{fill:#f1eeec}._grischaud50-bg_bh38o_91{background-color:#f8f6f5}._grischaud50-color_bh38o_94{color:#f8f6f5}._grischaud50-stroke_bh38o_97{stroke:#f8f6f5}._grischaud50-fill_bh38o_100{fill:#f8f6f5}._darkgrey-bg_bh38o_104{background-color:#1d1f24}._darkgrey-color_bh38o_107{color:#1d1f24}._darkgrey-stroke_bh38o_110{stroke:#1d1f24}._darkgrey-fill_bh38o_113{fill:#1d1f24}._darkgrey2-bg_bh38o_117{background-color:#2a2c30}._darkgrey2-color_bh38o_120{color:#2a2c30}._darkgrey2-stroke_bh38o_123{stroke:#2a2c30}._darkgrey2-fill_bh38o_126{fill:#2a2c30}._coolgrey-bg_bh38o_130{background-color:#75787b}._coolgrey-color_bh38o_133{color:#75787b}._coolgrey-stroke_bh38o_136{stroke:#75787b}._coolgrey-fill_bh38o_139{fill:#75787b}._coolgrey50-bg_bh38o_143{background-color:#b3b5b7}._coolgrey50-color_bh38o_146{color:#b3b5b7}._coolgrey50-stroke_bh38o_149{stroke:#b3b5b7}._coolgrey50-fill_bh38o_152{fill:#b3b5b7}._coolgrey25-bg_bh38o_156{background-color:#dcddde}._coolgrey25-color_bh38o_159{color:#dcddde}._coolgrey25-stroke_bh38o_162{stroke:#dcddde}._coolgrey25-fill_bh38o_165{fill:#dcddde}._clay2-bg_bh38o_169{background-color:#ad594b}._clay2-color_bh38o_172{color:#ad594b}._clay2-stroke_bh38o_175{stroke:#ad594b}._clay2-fill_bh38o_178{fill:#ad594b}._cerise-bg_bh38o_182{background-color:#960051}._cerise-color_bh38o_185{color:#960051}._cerise-stroke_bh38o_188{stroke:#960051}._cerise-fill_bh38o_191{fill:#960051}._red-bg_bh38o_195{background-color:#e80216}._red-color_bh38o_198{color:#e80216}._red-stroke_bh38o_201{stroke:#e80216}._red-fill_bh38o_204{fill:#e80216}._plum-bg_bh38o_208{background-color:#5c4e63}._plum-color_bh38o_211{color:#5c4e63}._plum-stroke_bh38o_214{stroke:#5c4e63}._plum-fill_bh38o_217{fill:#5c4e63}._green-bg_bh38o_221{background-color:#b7bf10}._green-color_bh38o_224{color:#b7bf10}._green-stroke_bh38o_227{stroke:#b7bf10}._green-fill_bh38o_230{fill:#b7bf10}._white-bg_bh38o_234{background-color:#fff}._white-color_bh38o_237{color:#fff}._white-stroke_bh38o_240{stroke:#fff}._white-fill_bh38o_243{fill:#fff}._black-bg_bh38o_247{background-color:#000}._black-color_bh38o_250{color:#000}._black-stroke_bh38o_253{stroke:#000}._black-fill_bh38o_256{fill:#000}._blue-bg_bh38o_260{background-color:#2a6da7}._blue-color_bh38o_263{color:#2a6da7}._blue-stroke_bh38o_266{stroke:#2a6da7}._blue-fill_bh38o_269{fill:#2a6da7}._buy-bg_bh38o_273{background-color:#72a371}._buy-color_bh38o_276{color:#72a371}._buy-stroke_bh38o_279{stroke:#72a371}._buy-fill_bh38o_282{fill:#72a371}._sell-bg_bh38o_286{background-color:#953d51}._sell-color_bh38o_289{color:#953d51}._sell-stroke_bh38o_292{stroke:#953d51}._sell-fill_bh38o_295{fill:#953d51}._hold-bg_bh38o_299{background-color:#9a8b7f}._hold-color_bh38o_302{color:#9a8b7f}._hold-stroke_bh38o_305{stroke:#9a8b7f}._hold-fill_bh38o_308{fill:#9a8b7f}._not-covered-bg_bh38o_312{background-color:#2a2c30}._not-covered-color_bh38o_315{color:#2a2c30}._not-covered-stroke_bh38o_318{stroke:#2a2c30}._not-covered-fill_bh38o_321{fill:#2a2c30}._transparent-bg_bh38o_325{background-color:transparent!important}._text-cerise-color_bh38o_329,a._text-cerise-color_bh38o_329:visited{color:#960051}._with-shadow_bh38o_333{box-shadow:#30374226 0 .25rem 1rem}._container_bh38o_337{border:#b3b5b7 solid 1px;padding:10px}._marginTop_bh38o_342{margin-top:.4rem}._productNumber_bh38o_346{font-size:26px;text-align:left;font-weight:700;letter-spacing:.1rem}._subTitle_bh38o_353{font-size:18px;font-weight:700;text-align:right}._grapheContainer_bh38o_359{padding-left:20px;padding-right:20px}._h100_bh38o_364{height:100%}._flex_bh38o_368{display:flex}._flexCol_bh38o_372{display:flex;flex-direction:column}._alignLeft_bh38o_377{text-align:left}._spaceBetween_bh38o_381{justify-content:space-between}._itemsCenter_bh38o_385{align-items:center}._pruneLabel_bh38o_389{color:#960051;font-weight:700;font-size:22px}._mxAuto_bh38o_395{margin-left:auto;margin-right:auto}._noMargin_bh38o_400{margin-left:0!important;margin-right:0!important}._chartTitle_bh38o_405{font-family:Helvetica,"sans-serif";font-size:25px;color:#960051;font-weight:700}._distributionList_bh38o_412{margin-left:20px}._fawn-bg_oqtkt_13{background-color:#746250}._fawn-color_oqtkt_16{color:#746250}._fawn-stroke_oqtkt_19{stroke:#746250}._fawn-fill_oqtkt_22{fill:#746250}._fawndark-bg_oqtkt_26{background-color:#55473a}._fawndark-color_oqtkt_29{color:#55473a}._fawndark-stroke_oqtkt_32{stroke:#55473a}._fawndark-fill_oqtkt_35{fill:#55473a}._fawndark2-bg_oqtkt_39{background-color:#362e25}._fawndark2-color_oqtkt_42{color:#362e25}._fawndark2-stroke_oqtkt_45{stroke:#362e25}._fawndark2-fill_oqtkt_48{fill:#362e25}._sable-bg_oqtkt_52{background-color:#cfb07b}._sable-color_oqtkt_55{color:#cfb07b}._sable-stroke_oqtkt_58{stroke:#cfb07b}._sable-fill_oqtkt_61{fill:#cfb07b}._sable50-bg_oqtkt_65{background-color:#e6d7bc}._sable50-color_oqtkt_68{color:#e6d7bc}._sable50-stroke_oqtkt_71{stroke:#e6d7bc}._sable50-fill_oqtkt_74{fill:#e6d7bc}._grischaud-bg_oqtkt_78{background-color:#f1eeec}._grischaud-color_oqtkt_81{color:#f1eeec}._grischaud-stroke_oqtkt_84{stroke:#f1eeec}._grischaud-fill_oqtkt_87{fill:#f1eeec}._grischaud50-bg_oqtkt_91{background-color:#f8f6f5}._grischaud50-color_oqtkt_94{color:#f8f6f5}._grischaud50-stroke_oqtkt_97{stroke:#f8f6f5}._grischaud50-fill_oqtkt_100{fill:#f8f6f5}._darkgrey-bg_oqtkt_104{background-color:#1d1f24}._darkgrey-color_oqtkt_107{color:#1d1f24}._darkgrey-stroke_oqtkt_110{stroke:#1d1f24}._darkgrey-fill_oqtkt_113{fill:#1d1f24}._darkgrey2-bg_oqtkt_117{background-color:#2a2c30}._darkgrey2-color_oqtkt_120{color:#2a2c30}._darkgrey2-stroke_oqtkt_123{stroke:#2a2c30}._darkgrey2-fill_oqtkt_126{fill:#2a2c30}._coolgrey-bg_oqtkt_130{background-color:#75787b}._coolgrey-color_oqtkt_133{color:#75787b}._coolgrey-stroke_oqtkt_136{stroke:#75787b}._coolgrey-fill_oqtkt_139{fill:#75787b}._coolgrey50-bg_oqtkt_143{background-color:#b3b5b7}._coolgrey50-color_oqtkt_146{color:#b3b5b7}._coolgrey50-stroke_oqtkt_149{stroke:#b3b5b7}._coolgrey50-fill_oqtkt_152{fill:#b3b5b7}._coolgrey25-bg_oqtkt_156{background-color:#dcddde}._coolgrey25-color_oqtkt_159{color:#dcddde}._coolgrey25-stroke_oqtkt_162{stroke:#dcddde}._coolgrey25-fill_oqtkt_165{fill:#dcddde}._clay2-bg_oqtkt_169{background-color:#ad594b}._clay2-color_oqtkt_172{color:#ad594b}._clay2-stroke_oqtkt_175{stroke:#ad594b}._clay2-fill_oqtkt_178{fill:#ad594b}._cerise-bg_oqtkt_182{background-color:#960051}._cerise-color_oqtkt_185{color:#960051}._cerise-stroke_oqtkt_188{stroke:#960051}._cerise-fill_oqtkt_191{fill:#960051}._red-bg_oqtkt_195{background-color:#e80216}._red-color_oqtkt_198{color:#e80216}._red-stroke_oqtkt_201{stroke:#e80216}._red-fill_oqtkt_204{fill:#e80216}._plum-bg_oqtkt_208{background-color:#5c4e63}._plum-color_oqtkt_211{color:#5c4e63}._plum-stroke_oqtkt_214{stroke:#5c4e63}._plum-fill_oqtkt_217{fill:#5c4e63}._green-bg_oqtkt_221{background-color:#b7bf10}._green-color_oqtkt_224{color:#b7bf10}._green-stroke_oqtkt_227{stroke:#b7bf10}._green-fill_oqtkt_230{fill:#b7bf10}._white-bg_oqtkt_234{background-color:#fff}._white-color_oqtkt_237{color:#fff}._white-stroke_oqtkt_240{stroke:#fff}._white-fill_oqtkt_243{fill:#fff}._black-bg_oqtkt_247{background-color:#000}._black-color_oqtkt_250{color:#000}._black-stroke_oqtkt_253{stroke:#000}._black-fill_oqtkt_256{fill:#000}._blue-bg_oqtkt_260{background-color:#2a6da7}._blue-color_oqtkt_263{color:#2a6da7}._blue-stroke_oqtkt_266{stroke:#2a6da7}._blue-fill_oqtkt_269{fill:#2a6da7}._buy-bg_oqtkt_273{background-color:#72a371}._buy-color_oqtkt_276{color:#72a371}._buy-stroke_oqtkt_279{stroke:#72a371}._buy-fill_oqtkt_282{fill:#72a371}._sell-bg_oqtkt_286{background-color:#953d51}._sell-color_oqtkt_289{color:#953d51}._sell-stroke_oqtkt_292{stroke:#953d51}._sell-fill_oqtkt_295{fill:#953d51}._hold-bg_oqtkt_299{background-color:#9a8b7f}._hold-color_oqtkt_302{color:#9a8b7f}._hold-stroke_oqtkt_305{stroke:#9a8b7f}._hold-fill_oqtkt_308{fill:#9a8b7f}._not-covered-bg_oqtkt_312{background-color:#2a2c30}._not-covered-color_oqtkt_315{color:#2a2c30}._not-covered-stroke_oqtkt_318{stroke:#2a2c30}._not-covered-fill_oqtkt_321{fill:#2a2c30}._transparent-bg_oqtkt_325{background-color:transparent!important}._text-cerise-color_oqtkt_329,a._text-cerise-color_oqtkt_329:visited{color:#960051}._with-shadow_oqtkt_333{box-shadow:#30374226 0 .25rem 1rem}._titleContainer_oqtkt_337{display:flex;margin-top:30px;margin-bottom:30px;justify-content:space-between;padding-right:10px;padding-left:60px}._summarySection_oqtkt_346{padding:32px 53.1px 17.1px 60px;color:#fff}._summaryBlock_oqtkt_351{margin-bottom:16px;align-items:center}._tags_oqtkt_356{border:1px solid white;margin-left:40px;padding:8px;text-align:center;font-size:27px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;height:100%}._title_oqtkt_337{text-transform:uppercase;font-family:Alegreya Sans,sans-serif;font-size:30px;font-weight:700;line-height:1.33;letter-spacing:7.5px}._title_oqtkt_337._breakLines_oqtkt_376{white-space:pre}._title_oqtkt_337 ._defaultBreaks_oqtkt_379{overflow-wrap:break-word}._editButton_oqtkt_383{align-items:center;justify-content:flex-end}._productType_oqtkt_388{height:auto;font-family:OpenSans,sans-serif;font-size:40px;font-weight:500;letter-spacing:.35px;text-align:left;color:#fff}._value_oqtkt_398{font-size:16px;margin-bottom:12px}._valueTitle_oqtkt_403{color:#b7b1ab}._mydocbaseLink_oqtkt_407{display:inline-block;vertical-align:top;text-align:center;text-decoration:none;font-size:.7em;padding-left:2em}._mydocbaseLogo_oqtkt_416{display:block;height:50px;width:auto;z-index:1;margin-left:auto;margin-right:auto}._warning_oqtkt_425{width:100%}._termsheetReviewContainer_oqtkt_429{display:flex;align-items:flex-end}._ACCUMULATOR_oqtkt_434,._DECUMULATOR_oqtkt_434{background-color:#516a5b}._CALL_oqtkt_438,._PUT_oqtkt_438{background-color:#2a6da7}._NOT_ALIVE_oqtkt_442{background-color:#2a2c30}._fawn-bg_10mo1_13{background-color:#746250}._fawn-color_10mo1_16{color:#746250}._fawn-stroke_10mo1_19{stroke:#746250}._fawn-fill_10mo1_22{fill:#746250}._fawndark-bg_10mo1_26{background-color:#55473a}._fawndark-color_10mo1_29{color:#55473a}._fawndark-stroke_10mo1_32{stroke:#55473a}._fawndark-fill_10mo1_35{fill:#55473a}._fawndark2-bg_10mo1_39{background-color:#362e25}._fawndark2-color_10mo1_42{color:#362e25}._fawndark2-stroke_10mo1_45{stroke:#362e25}._fawndark2-fill_10mo1_48{fill:#362e25}._sable-bg_10mo1_52{background-color:#cfb07b}._sable-color_10mo1_55{color:#cfb07b}._sable-stroke_10mo1_58{stroke:#cfb07b}._sable-fill_10mo1_61{fill:#cfb07b}._sable50-bg_10mo1_65{background-color:#e6d7bc}._sable50-color_10mo1_68{color:#e6d7bc}._sable50-stroke_10mo1_71{stroke:#e6d7bc}._sable50-fill_10mo1_74{fill:#e6d7bc}._grischaud-bg_10mo1_78{background-color:#f1eeec}._grischaud-color_10mo1_81{color:#f1eeec}._grischaud-stroke_10mo1_84{stroke:#f1eeec}._grischaud-fill_10mo1_87{fill:#f1eeec}._grischaud50-bg_10mo1_91{background-color:#f8f6f5}._grischaud50-color_10mo1_94{color:#f8f6f5}._grischaud50-stroke_10mo1_97{stroke:#f8f6f5}._grischaud50-fill_10mo1_100{fill:#f8f6f5}._darkgrey-bg_10mo1_104{background-color:#1d1f24}._darkgrey-color_10mo1_107{color:#1d1f24}._darkgrey-stroke_10mo1_110{stroke:#1d1f24}._darkgrey-fill_10mo1_113{fill:#1d1f24}._darkgrey2-bg_10mo1_117{background-color:#2a2c30}._darkgrey2-color_10mo1_120{color:#2a2c30}._darkgrey2-stroke_10mo1_123{stroke:#2a2c30}._darkgrey2-fill_10mo1_126{fill:#2a2c30}._coolgrey-bg_10mo1_130{background-color:#75787b}._coolgrey-color_10mo1_133{color:#75787b}._coolgrey-stroke_10mo1_136{stroke:#75787b}._coolgrey-fill_10mo1_139{fill:#75787b}._coolgrey50-bg_10mo1_143{background-color:#b3b5b7}._coolgrey50-color_10mo1_146{color:#b3b5b7}._coolgrey50-stroke_10mo1_149{stroke:#b3b5b7}._coolgrey50-fill_10mo1_152{fill:#b3b5b7}._coolgrey25-bg_10mo1_156{background-color:#dcddde}._coolgrey25-color_10mo1_159{color:#dcddde}._coolgrey25-stroke_10mo1_162{stroke:#dcddde}._coolgrey25-fill_10mo1_165{fill:#dcddde}._clay2-bg_10mo1_169{background-color:#ad594b}._clay2-color_10mo1_172{color:#ad594b}._clay2-stroke_10mo1_175{stroke:#ad594b}._clay2-fill_10mo1_178{fill:#ad594b}._cerise-bg_10mo1_182{background-color:#960051}._cerise-color_10mo1_185{color:#960051}._cerise-stroke_10mo1_188{stroke:#960051}._cerise-fill_10mo1_191{fill:#960051}._red-bg_10mo1_195{background-color:#e80216}._red-color_10mo1_198{color:#e80216}._red-stroke_10mo1_201{stroke:#e80216}._red-fill_10mo1_204{fill:#e80216}._plum-bg_10mo1_208{background-color:#5c4e63}._plum-color_10mo1_211{color:#5c4e63}._plum-stroke_10mo1_214{stroke:#5c4e63}._plum-fill_10mo1_217{fill:#5c4e63}._green-bg_10mo1_221{background-color:#b7bf10}._green-color_10mo1_224{color:#b7bf10}._green-stroke_10mo1_227{stroke:#b7bf10}._green-fill_10mo1_230{fill:#b7bf10}._white-bg_10mo1_234{background-color:#fff}._white-color_10mo1_237{color:#fff}._white-stroke_10mo1_240{stroke:#fff}._white-fill_10mo1_243{fill:#fff}._black-bg_10mo1_247{background-color:#000}._black-color_10mo1_250{color:#000}._black-stroke_10mo1_253{stroke:#000}._black-fill_10mo1_256{fill:#000}._blue-bg_10mo1_260{background-color:#2a6da7}._blue-color_10mo1_263{color:#2a6da7}._blue-stroke_10mo1_266{stroke:#2a6da7}._blue-fill_10mo1_269{fill:#2a6da7}._buy-bg_10mo1_273{background-color:#72a371}._buy-color_10mo1_276{color:#72a371}._buy-stroke_10mo1_279{stroke:#72a371}._buy-fill_10mo1_282{fill:#72a371}._sell-bg_10mo1_286{background-color:#953d51}._sell-color_10mo1_289{color:#953d51}._sell-stroke_10mo1_292{stroke:#953d51}._sell-fill_10mo1_295{fill:#953d51}._hold-bg_10mo1_299{background-color:#9a8b7f}._hold-color_10mo1_302{color:#9a8b7f}._hold-stroke_10mo1_305{stroke:#9a8b7f}._hold-fill_10mo1_308{fill:#9a8b7f}._not-covered-bg_10mo1_312{background-color:#2a2c30}._not-covered-color_10mo1_315{color:#2a2c30}._not-covered-stroke_10mo1_318{stroke:#2a2c30}._not-covered-fill_10mo1_321{fill:#2a2c30}._transparent-bg_10mo1_325{background-color:transparent!important}._text-cerise-color_10mo1_329,a._text-cerise-color_10mo1_329:visited{color:#960051}._with-shadow_10mo1_333{box-shadow:#30374226 0 .25rem 1rem}._DataBloc_10mo1_337 ._DataBlocTitle_10mo1_337{font-family:OpenSans,sans-serif;font-size:16px;font-weight:500;line-height:1.42;letter-spacing:1.56px;text-align:left;color:#b7b1ab}._DataBloc_10mo1_337 ._DataBlocValue_10mo1_346{margin:6px 0 0;font-family:OpenSans,sans-serif;font-size:20px;font-weight:500;line-height:1;letter-spacing:.24px;text-align:left;color:#fff}._DataBloc_10mo1_337 ._Addendum_10mo1_356{font-size:12px}._extra-small_10mo1_360 ._DataBlocTitle_10mo1_337{font-size:9px;line-height:1.44;letter-spacing:1.17px}._extra-small_10mo1_360 ._DataBlocValue_10mo1_346{font-size:15px;line-height:1;letter-spacing:.18px;margin-top:10px}._extra-small_10mo1_360 ._DataBlocValue_10mo1_346._content-normal_10mo1_371{font-size:23px}._extra-small_10mo1_360 ._DataBlocDate_10mo1_374{color:#746250;font-size:7px;line-height:1.14}._small_10mo1_380 ._DataBlocTitle_10mo1_337,._otc-large_10mo1_380 ._DataBlocTitle_10mo1_337{font-size:12px;line-height:17px;letter-spacing:0}._large_10mo1_386 ._DataBlocValue_10mo1_346,._otc-large_10mo1_380 ._DataBlocValue_10mo1_346{font-size:40px;line-height:55px;margin-top:10px}._large_10mo1_386 ._DataBlocValue_10mo1_346._content-small_10mo1_391,._otc-large_10mo1_380 ._DataBlocValue_10mo1_346._content-small_10mo1_391,._large_10mo1_386 ._Addendum_10mo1_356,._otc-large_10mo1_380 ._Addendum_10mo1_356{font-size:28px}._operationModal_sqe17_1{white-space:normal;font-size:1rem}._fawn-bg_1wyn2_13{background-color:#746250}._fawn-color_1wyn2_16{color:#746250}._fawn-stroke_1wyn2_19{stroke:#746250}._fawn-fill_1wyn2_22{fill:#746250}._fawndark-bg_1wyn2_26{background-color:#55473a}._fawndark-color_1wyn2_29{color:#55473a}._fawndark-stroke_1wyn2_32{stroke:#55473a}._fawndark-fill_1wyn2_35{fill:#55473a}._fawndark2-bg_1wyn2_39{background-color:#362e25}._fawndark2-color_1wyn2_42{color:#362e25}._fawndark2-stroke_1wyn2_45{stroke:#362e25}._fawndark2-fill_1wyn2_48{fill:#362e25}._sable-bg_1wyn2_52{background-color:#cfb07b}._sable-color_1wyn2_55{color:#cfb07b}._sable-stroke_1wyn2_58{stroke:#cfb07b}._sable-fill_1wyn2_61{fill:#cfb07b}._sable50-bg_1wyn2_65{background-color:#e6d7bc}._sable50-color_1wyn2_68{color:#e6d7bc}._sable50-stroke_1wyn2_71{stroke:#e6d7bc}._sable50-fill_1wyn2_74{fill:#e6d7bc}._grischaud-bg_1wyn2_78{background-color:#f1eeec}._grischaud-color_1wyn2_81{color:#f1eeec}._grischaud-stroke_1wyn2_84{stroke:#f1eeec}._grischaud-fill_1wyn2_87{fill:#f1eeec}._grischaud50-bg_1wyn2_91{background-color:#f8f6f5}._grischaud50-color_1wyn2_94{color:#f8f6f5}._grischaud50-stroke_1wyn2_97{stroke:#f8f6f5}._grischaud50-fill_1wyn2_100{fill:#f8f6f5}._darkgrey-bg_1wyn2_104{background-color:#1d1f24}._darkgrey-color_1wyn2_107{color:#1d1f24}._darkgrey-stroke_1wyn2_110{stroke:#1d1f24}._darkgrey-fill_1wyn2_113{fill:#1d1f24}._darkgrey2-bg_1wyn2_117{background-color:#2a2c30}._darkgrey2-color_1wyn2_120{color:#2a2c30}._darkgrey2-stroke_1wyn2_123{stroke:#2a2c30}._darkgrey2-fill_1wyn2_126{fill:#2a2c30}._coolgrey-bg_1wyn2_130{background-color:#75787b}._coolgrey-color_1wyn2_133{color:#75787b}._coolgrey-stroke_1wyn2_136{stroke:#75787b}._coolgrey-fill_1wyn2_139{fill:#75787b}._coolgrey50-bg_1wyn2_143{background-color:#b3b5b7}._coolgrey50-color_1wyn2_146{color:#b3b5b7}._coolgrey50-stroke_1wyn2_149{stroke:#b3b5b7}._coolgrey50-fill_1wyn2_152{fill:#b3b5b7}._coolgrey25-bg_1wyn2_156{background-color:#dcddde}._coolgrey25-color_1wyn2_159{color:#dcddde}._coolgrey25-stroke_1wyn2_162{stroke:#dcddde}._coolgrey25-fill_1wyn2_165{fill:#dcddde}._clay2-bg_1wyn2_169{background-color:#ad594b}._clay2-color_1wyn2_172{color:#ad594b}._clay2-stroke_1wyn2_175{stroke:#ad594b}._clay2-fill_1wyn2_178{fill:#ad594b}._cerise-bg_1wyn2_182{background-color:#960051}._cerise-color_1wyn2_185{color:#960051}._cerise-stroke_1wyn2_188{stroke:#960051}._cerise-fill_1wyn2_191{fill:#960051}._red-bg_1wyn2_195{background-color:#e80216}._red-color_1wyn2_198{color:#e80216}._red-stroke_1wyn2_201{stroke:#e80216}._red-fill_1wyn2_204{fill:#e80216}._plum-bg_1wyn2_208{background-color:#5c4e63}._plum-color_1wyn2_211{color:#5c4e63}._plum-stroke_1wyn2_214{stroke:#5c4e63}._plum-fill_1wyn2_217{fill:#5c4e63}._green-bg_1wyn2_221{background-color:#b7bf10}._green-color_1wyn2_224{color:#b7bf10}._green-stroke_1wyn2_227{stroke:#b7bf10}._green-fill_1wyn2_230{fill:#b7bf10}._white-bg_1wyn2_234{background-color:#fff}._white-color_1wyn2_237{color:#fff}._white-stroke_1wyn2_240{stroke:#fff}._white-fill_1wyn2_243{fill:#fff}._black-bg_1wyn2_247{background-color:#000}._black-color_1wyn2_250{color:#000}._black-stroke_1wyn2_253{stroke:#000}._black-fill_1wyn2_256{fill:#000}._blue-bg_1wyn2_260{background-color:#2a6da7}._blue-color_1wyn2_263{color:#2a6da7}._blue-stroke_1wyn2_266{stroke:#2a6da7}._blue-fill_1wyn2_269{fill:#2a6da7}._buy-bg_1wyn2_273{background-color:#72a371}._buy-color_1wyn2_276{color:#72a371}._buy-stroke_1wyn2_279{stroke:#72a371}._buy-fill_1wyn2_282{fill:#72a371}._sell-bg_1wyn2_286{background-color:#953d51}._sell-color_1wyn2_289{color:#953d51}._sell-stroke_1wyn2_292{stroke:#953d51}._sell-fill_1wyn2_295{fill:#953d51}._hold-bg_1wyn2_299{background-color:#9a8b7f}._hold-color_1wyn2_302{color:#9a8b7f}._hold-stroke_1wyn2_305{stroke:#9a8b7f}._hold-fill_1wyn2_308{fill:#9a8b7f}._not-covered-bg_1wyn2_312{background-color:#2a2c30}._not-covered-color_1wyn2_315{color:#2a2c30}._not-covered-stroke_1wyn2_318{stroke:#2a2c30}._not-covered-fill_1wyn2_321{fill:#2a2c30}._transparent-bg_1wyn2_325{background-color:transparent!important}._text-cerise-color_1wyn2_329,a._text-cerise-color_1wyn2_329:visited{color:#960051}._with-shadow_1wyn2_333{box-shadow:#30374226 0 .25rem 1rem}._title_1wyn2_337{font-size:20px;letter-spacing:2px;line-height:20px;margin-bottom:20px;color:#746250}._data_1wyn2_345{margin-bottom:40px}._BottomPartRiskMetricsValues_1wyn2_349{display:inline-flex}._BottomPartRiskMetricsValues_1wyn2_349>*{padding-right:40px}._BottomPartRiskMetricsValues_1wyn2_349>*+*{border-left:solid 1px black;padding-left:40px}._commentLabel_1y86d_1{font-style:italic}._commentBlock_1y86d_5{margin-top:60px}._commentBlockValue_1y86d_9{background-color:#f0ebeb}._titleContainer_1p2x8_673{display:flex;margin-top:30px;margin-bottom:30px;justify-content:space-between;padding-right:10px;padding-left:60px}._summarySection_1p2x8_682{padding:32px 53.1px 17.1px 60px;color:#fff}._summaryBlock_1p2x8_687{margin-bottom:16px;align-items:right}._tags_1p2x8_692{border:1px solid white;margin-left:40px;padding:8px;text-align:center;font-size:27px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;height:100%}._title_1p2x8_673{text-transform:uppercase;font-family:Alegreya Sans,sans-serif;font-size:30px;font-weight:700;line-height:1.33;letter-spacing:7.5px}._title_1p2x8_673._breakLines_1p2x8_712{white-space:pre}._title_1p2x8_673 ._defaultBreaks_1p2x8_715{overflow-wrap:break-word}._editButton_1p2x8_719{align-items:center;justify-content:flex-end}._productType_1p2x8_724{height:auto;font-family:OpenSans,sans-serif;font-size:40px;font-weight:500;letter-spacing:.35px;text-align:left;color:#fff}._value_1p2x8_734{font-size:16px;margin-bottom:12px}._valueTitle_1p2x8_739{color:#b7b1ab}._mydocbaseLink_1p2x8_743{display:inline-block;vertical-align:top;text-align:center;text-decoration:none;font-size:.7em;padding-left:2em}._mydocbaseLogo_1p2x8_752{display:block;height:50px;width:auto;z-index:1;margin-left:auto;margin-right:auto}._warning_1p2x8_761{width:100%}._termsheetReviewContainer_1p2x8_765{display:flex;align-items:flex-end}._ALIVE_1p2x8_770,._DECUMULATOR_1p2x8_770{background-color:#516a5b}._CALL_1p2x8_774,._PUT_1p2x8_774{background-color:#2a6da7}._NOT_ALIVE_1p2x8_778{background-color:#2a2c30}._container_1p2x8_782{display:flex;flex-direction:row;gap:16px}._textBlock_1p2x8_788,._tableBlock_1p2x8_788{flex:1;padding:40px}._fawn-bg_1p2x8_13{background-color:#746250}._fawn-color_1p2x8_16{color:#746250}._fawn-stroke_1p2x8_19{stroke:#746250}._fawn-fill_1p2x8_22{fill:#746250}._fawndark-bg_1p2x8_26{background-color:#55473a}._fawndark-color_1p2x8_29{color:#55473a}._fawndark-stroke_1p2x8_32{stroke:#55473a}._fawndark-fill_1p2x8_35{fill:#55473a}._fawndark2-bg_1p2x8_39{background-color:#362e25}._fawndark2-color_1p2x8_42{color:#362e25}._fawndark2-stroke_1p2x8_45{stroke:#362e25}._fawndark2-fill_1p2x8_48{fill:#362e25}._sable-bg_1p2x8_52{background-color:#cfb07b}._sable-color_1p2x8_55{color:#cfb07b}._sable-stroke_1p2x8_58{stroke:#cfb07b}._sable-fill_1p2x8_61{fill:#cfb07b}._sable50-bg_1p2x8_65{background-color:#e6d7bc}._sable50-color_1p2x8_68{color:#e6d7bc}._sable50-stroke_1p2x8_71{stroke:#e6d7bc}._sable50-fill_1p2x8_74{fill:#e6d7bc}._grischaud-bg_1p2x8_78{background-color:#f1eeec}._grischaud-color_1p2x8_81{color:#f1eeec}._grischaud-stroke_1p2x8_84{stroke:#f1eeec}._grischaud-fill_1p2x8_87{fill:#f1eeec}._grischaud50-bg_1p2x8_91{background-color:#f8f6f5}._grischaud50-color_1p2x8_94{color:#f8f6f5}._grischaud50-stroke_1p2x8_97{stroke:#f8f6f5}._grischaud50-fill_1p2x8_100{fill:#f8f6f5}._darkgrey-bg_1p2x8_104{background-color:#1d1f24}._darkgrey-color_1p2x8_107{color:#1d1f24}._darkgrey-stroke_1p2x8_110{stroke:#1d1f24}._darkgrey-fill_1p2x8_113{fill:#1d1f24}._darkgrey2-bg_1p2x8_117{background-color:#2a2c30}._darkgrey2-color_1p2x8_120{color:#2a2c30}._darkgrey2-stroke_1p2x8_123{stroke:#2a2c30}._darkgrey2-fill_1p2x8_126{fill:#2a2c30}._coolgrey-bg_1p2x8_130{background-color:#75787b}._coolgrey-color_1p2x8_133{color:#75787b}._coolgrey-stroke_1p2x8_136{stroke:#75787b}._coolgrey-fill_1p2x8_139{fill:#75787b}._coolgrey50-bg_1p2x8_143{background-color:#b3b5b7}._coolgrey50-color_1p2x8_146{color:#b3b5b7}._coolgrey50-stroke_1p2x8_149{stroke:#b3b5b7}._coolgrey50-fill_1p2x8_152{fill:#b3b5b7}._coolgrey25-bg_1p2x8_156{background-color:#dcddde}._coolgrey25-color_1p2x8_159{color:#dcddde}._coolgrey25-stroke_1p2x8_162{stroke:#dcddde}._coolgrey25-fill_1p2x8_165{fill:#dcddde}._clay2-bg_1p2x8_169{background-color:#ad594b}._clay2-color_1p2x8_172{color:#ad594b}._clay2-stroke_1p2x8_175{stroke:#ad594b}._clay2-fill_1p2x8_178{fill:#ad594b}._cerise-bg_1p2x8_182{background-color:#960051}._cerise-color_1p2x8_185{color:#960051}._cerise-stroke_1p2x8_188{stroke:#960051}._cerise-fill_1p2x8_191{fill:#960051}._red-bg_1p2x8_195{background-color:#e80216}._red-color_1p2x8_198{color:#e80216}._red-stroke_1p2x8_201{stroke:#e80216}._red-fill_1p2x8_204{fill:#e80216}._plum-bg_1p2x8_208{background-color:#5c4e63}._plum-color_1p2x8_211{color:#5c4e63}._plum-stroke_1p2x8_214{stroke:#5c4e63}._plum-fill_1p2x8_217{fill:#5c4e63}._green-bg_1p2x8_221{background-color:#b7bf10}._green-color_1p2x8_224{color:#b7bf10}._green-stroke_1p2x8_227{stroke:#b7bf10}._green-fill_1p2x8_230{fill:#b7bf10}._white-bg_1p2x8_234{background-color:#fff}._white-color_1p2x8_237{color:#fff}._white-stroke_1p2x8_240{stroke:#fff}._white-fill_1p2x8_243{fill:#fff}._black-bg_1p2x8_247{background-color:#000}._black-color_1p2x8_250{color:#000}._black-stroke_1p2x8_253{stroke:#000}._black-fill_1p2x8_256{fill:#000}._blue-bg_1p2x8_260{background-color:#2a6da7}._blue-color_1p2x8_263{color:#2a6da7}._blue-stroke_1p2x8_266{stroke:#2a6da7}._blue-fill_1p2x8_269{fill:#2a6da7}._buy-bg_1p2x8_273{background-color:#72a371}._buy-color_1p2x8_276{color:#72a371}._buy-stroke_1p2x8_279{stroke:#72a371}._buy-fill_1p2x8_282{fill:#72a371}._sell-bg_1p2x8_286{background-color:#953d51}._sell-color_1p2x8_289{color:#953d51}._sell-stroke_1p2x8_292{stroke:#953d51}._sell-fill_1p2x8_295{fill:#953d51}._hold-bg_1p2x8_299{background-color:#9a8b7f}._hold-color_1p2x8_302{color:#9a8b7f}._hold-stroke_1p2x8_305{stroke:#9a8b7f}._hold-fill_1p2x8_308{fill:#9a8b7f}._not-covered-bg_1p2x8_312{background-color:#2a2c30}._not-covered-color_1p2x8_315{color:#2a2c30}._not-covered-stroke_1p2x8_318{stroke:#2a2c30}._not-covered-fill_1p2x8_321{fill:#2a2c30}._transparent-bg_1p2x8_325{background-color:transparent!important}._text-cerise-color_1p2x8_329,a._text-cerise-color_1p2x8_329:visited{color:#960051}._with-shadow_1p2x8_333{box-shadow:#30374226 0 .25rem 1rem}._data_1p2x8_1129{margin-bottom:40px}._BottomPartRiskMetricsValues_1p2x8_1133{display:inline-flex}._BottomPartRiskMetricsValues_1p2x8_1133>*{padding-right:40px}._BottomPartRiskMetricsValues_1p2x8_1133>*+*{border-left:solid 1px black;padding-left:40px}._fawn-bg_xf7qm_13{background-color:#746250}._fawn-color_xf7qm_16{color:#746250}._fawn-stroke_xf7qm_19{stroke:#746250}._fawn-fill_xf7qm_22{fill:#746250}._fawndark-bg_xf7qm_26{background-color:#55473a}._fawndark-color_xf7qm_29{color:#55473a}._fawndark-stroke_xf7qm_32{stroke:#55473a}._fawndark-fill_xf7qm_35{fill:#55473a}._fawndark2-bg_xf7qm_39{background-color:#362e25}._fawndark2-color_xf7qm_42{color:#362e25}._fawndark2-stroke_xf7qm_45{stroke:#362e25}._fawndark2-fill_xf7qm_48{fill:#362e25}._sable-bg_xf7qm_52{background-color:#cfb07b}._sable-color_xf7qm_55{color:#cfb07b}._sable-stroke_xf7qm_58{stroke:#cfb07b}._sable-fill_xf7qm_61{fill:#cfb07b}._sable50-bg_xf7qm_65{background-color:#e6d7bc}._sable50-color_xf7qm_68{color:#e6d7bc}._sable50-stroke_xf7qm_71{stroke:#e6d7bc}._sable50-fill_xf7qm_74{fill:#e6d7bc}._grischaud-bg_xf7qm_78{background-color:#f1eeec}._grischaud-color_xf7qm_81{color:#f1eeec}._grischaud-stroke_xf7qm_84{stroke:#f1eeec}._grischaud-fill_xf7qm_87{fill:#f1eeec}._grischaud50-bg_xf7qm_91{background-color:#f8f6f5}._grischaud50-color_xf7qm_94{color:#f8f6f5}._grischaud50-stroke_xf7qm_97{stroke:#f8f6f5}._grischaud50-fill_xf7qm_100{fill:#f8f6f5}._darkgrey-bg_xf7qm_104{background-color:#1d1f24}._darkgrey-color_xf7qm_107{color:#1d1f24}._darkgrey-stroke_xf7qm_110{stroke:#1d1f24}._darkgrey-fill_xf7qm_113{fill:#1d1f24}._darkgrey2-bg_xf7qm_117{background-color:#2a2c30}._darkgrey2-color_xf7qm_120{color:#2a2c30}._darkgrey2-stroke_xf7qm_123{stroke:#2a2c30}._darkgrey2-fill_xf7qm_126{fill:#2a2c30}._coolgrey-bg_xf7qm_130{background-color:#75787b}._coolgrey-color_xf7qm_133{color:#75787b}._coolgrey-stroke_xf7qm_136{stroke:#75787b}._coolgrey-fill_xf7qm_139{fill:#75787b}._coolgrey50-bg_xf7qm_143{background-color:#b3b5b7}._coolgrey50-color_xf7qm_146{color:#b3b5b7}._coolgrey50-stroke_xf7qm_149{stroke:#b3b5b7}._coolgrey50-fill_xf7qm_152{fill:#b3b5b7}._coolgrey25-bg_xf7qm_156{background-color:#dcddde}._coolgrey25-color_xf7qm_159{color:#dcddde}._coolgrey25-stroke_xf7qm_162{stroke:#dcddde}._coolgrey25-fill_xf7qm_165{fill:#dcddde}._clay2-bg_xf7qm_169{background-color:#ad594b}._clay2-color_xf7qm_172{color:#ad594b}._clay2-stroke_xf7qm_175{stroke:#ad594b}._clay2-fill_xf7qm_178{fill:#ad594b}._cerise-bg_xf7qm_182{background-color:#960051}._cerise-color_xf7qm_185{color:#960051}._cerise-stroke_xf7qm_188{stroke:#960051}._cerise-fill_xf7qm_191{fill:#960051}._red-bg_xf7qm_195{background-color:#e80216}._red-color_xf7qm_198{color:#e80216}._red-stroke_xf7qm_201{stroke:#e80216}._red-fill_xf7qm_204{fill:#e80216}._plum-bg_xf7qm_208{background-color:#5c4e63}._plum-color_xf7qm_211{color:#5c4e63}._plum-stroke_xf7qm_214{stroke:#5c4e63}._plum-fill_xf7qm_217{fill:#5c4e63}._green-bg_xf7qm_221{background-color:#b7bf10}._green-color_xf7qm_224{color:#b7bf10}._green-stroke_xf7qm_227{stroke:#b7bf10}._green-fill_xf7qm_230{fill:#b7bf10}._white-bg_xf7qm_234{background-color:#fff}._white-color_xf7qm_237{color:#fff}._white-stroke_xf7qm_240{stroke:#fff}._white-fill_xf7qm_243{fill:#fff}._black-bg_xf7qm_247{background-color:#000}._black-color_xf7qm_250{color:#000}._black-stroke_xf7qm_253{stroke:#000}._black-fill_xf7qm_256{fill:#000}._blue-bg_xf7qm_260{background-color:#2a6da7}._blue-color_xf7qm_263{color:#2a6da7}._blue-stroke_xf7qm_266{stroke:#2a6da7}._blue-fill_xf7qm_269{fill:#2a6da7}._buy-bg_xf7qm_273{background-color:#72a371}._buy-color_xf7qm_276{color:#72a371}._buy-stroke_xf7qm_279{stroke:#72a371}._buy-fill_xf7qm_282{fill:#72a371}._sell-bg_xf7qm_286{background-color:#953d51}._sell-color_xf7qm_289{color:#953d51}._sell-stroke_xf7qm_292{stroke:#953d51}._sell-fill_xf7qm_295{fill:#953d51}._hold-bg_xf7qm_299{background-color:#9a8b7f}._hold-color_xf7qm_302{color:#9a8b7f}._hold-stroke_xf7qm_305{stroke:#9a8b7f}._hold-fill_xf7qm_308{fill:#9a8b7f}._not-covered-bg_xf7qm_312{background-color:#2a2c30}._not-covered-color_xf7qm_315{color:#2a2c30}._not-covered-stroke_xf7qm_318{stroke:#2a2c30}._not-covered-fill_xf7qm_321{fill:#2a2c30}._transparent-bg_xf7qm_325{background-color:transparent!important}._text-cerise-color_xf7qm_329,a._text-cerise-color_xf7qm_329:visited{color:#960051}._with-shadow_xf7qm_333{box-shadow:#30374226 0 .25rem 1rem}._title_xf7qm_337{font-size:20px;letter-spacing:2px;line-height:20px;margin-bottom:20px;color:#746250}._data_xf7qm_345{margin-bottom:40px;padding:40px}._BottomPartRiskMetricsValues_xf7qm_350{display:inline-flex}._BottomPartRiskMetricsValues_xf7qm_350>*{padding-right:40px}._BottomPartRiskMetricsValues_xf7qm_350>*+*{border-left:solid 1px black;padding-left:40px}._equity_1vfb4_1{display:flex;flex-wrap:wrap;position:relative;width:705px}._itemEquity_1vfb4_8{flex:1 0 18%}._bond_1vfb4_12{display:flex;flex-wrap:wrap;width:1550px}._itemBond_1vfb4_18,._itemFund_1vfb4_22{flex:1 0 18%}._fund_1vfb4_26{display:flex;flex-wrap:wrap;position:relative;width:1420px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:.45rem solid transparent;z-index:1;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__year-container{margin:.4rem;text-align:center;display:flex;flex-wrap:wrap}.react-datepicker__year-container-text{display:inline-block;cursor:pointer;flex:1 0 30%;width:12px;padding:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:85px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range{background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range,.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range{background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}._fawn-bg_162jq_13{background-color:#746250}._fawn-color_162jq_16{color:#746250}._fawn-stroke_162jq_19{stroke:#746250}._fawn-fill_162jq_22{fill:#746250}._fawndark-bg_162jq_26{background-color:#55473a}._fawndark-color_162jq_29{color:#55473a}._fawndark-stroke_162jq_32{stroke:#55473a}._fawndark-fill_162jq_35{fill:#55473a}._fawndark2-bg_162jq_39{background-color:#362e25}._fawndark2-color_162jq_42{color:#362e25}._fawndark2-stroke_162jq_45{stroke:#362e25}._fawndark2-fill_162jq_48{fill:#362e25}._sable-bg_162jq_52{background-color:#cfb07b}._sable-color_162jq_55{color:#cfb07b}._sable-stroke_162jq_58{stroke:#cfb07b}._sable-fill_162jq_61{fill:#cfb07b}._sable50-bg_162jq_65{background-color:#e6d7bc}._sable50-color_162jq_68{color:#e6d7bc}._sable50-stroke_162jq_71{stroke:#e6d7bc}._sable50-fill_162jq_74{fill:#e6d7bc}._grischaud-bg_162jq_78{background-color:#f1eeec}._grischaud-color_162jq_81{color:#f1eeec}._grischaud-stroke_162jq_84{stroke:#f1eeec}._grischaud-fill_162jq_87{fill:#f1eeec}._grischaud50-bg_162jq_91{background-color:#f8f6f5}._grischaud50-color_162jq_94{color:#f8f6f5}._grischaud50-stroke_162jq_97{stroke:#f8f6f5}._grischaud50-fill_162jq_100{fill:#f8f6f5}._darkgrey-bg_162jq_104{background-color:#1d1f24}._darkgrey-color_162jq_107{color:#1d1f24}._darkgrey-stroke_162jq_110{stroke:#1d1f24}._darkgrey-fill_162jq_113{fill:#1d1f24}._darkgrey2-bg_162jq_117{background-color:#2a2c30}._darkgrey2-color_162jq_120{color:#2a2c30}._darkgrey2-stroke_162jq_123{stroke:#2a2c30}._darkgrey2-fill_162jq_126{fill:#2a2c30}._coolgrey-bg_162jq_130{background-color:#75787b}._coolgrey-color_162jq_133{color:#75787b}._coolgrey-stroke_162jq_136{stroke:#75787b}._coolgrey-fill_162jq_139{fill:#75787b}._coolgrey50-bg_162jq_143{background-color:#b3b5b7}._coolgrey50-color_162jq_146{color:#b3b5b7}._coolgrey50-stroke_162jq_149{stroke:#b3b5b7}._coolgrey50-fill_162jq_152{fill:#b3b5b7}._coolgrey25-bg_162jq_156{background-color:#dcddde}._coolgrey25-color_162jq_159{color:#dcddde}._coolgrey25-stroke_162jq_162{stroke:#dcddde}._coolgrey25-fill_162jq_165{fill:#dcddde}._clay2-bg_162jq_169{background-color:#ad594b}._clay2-color_162jq_172{color:#ad594b}._clay2-stroke_162jq_175{stroke:#ad594b}._clay2-fill_162jq_178{fill:#ad594b}._cerise-bg_162jq_182{background-color:#960051}._cerise-color_162jq_185{color:#960051}._cerise-stroke_162jq_188{stroke:#960051}._cerise-fill_162jq_191{fill:#960051}._red-bg_162jq_195{background-color:#e80216}._red-color_162jq_198{color:#e80216}._red-stroke_162jq_201{stroke:#e80216}._red-fill_162jq_204{fill:#e80216}._plum-bg_162jq_208{background-color:#5c4e63}._plum-color_162jq_211{color:#5c4e63}._plum-stroke_162jq_214{stroke:#5c4e63}._plum-fill_162jq_217{fill:#5c4e63}._green-bg_162jq_221{background-color:#b7bf10}._green-color_162jq_224{color:#b7bf10}._green-stroke_162jq_227{stroke:#b7bf10}._green-fill_162jq_230{fill:#b7bf10}._white-bg_162jq_234{background-color:#fff}._white-color_162jq_237{color:#fff}._white-stroke_162jq_240{stroke:#fff}._white-fill_162jq_243{fill:#fff}._black-bg_162jq_247{background-color:#000}._black-color_162jq_250{color:#000}._black-stroke_162jq_253{stroke:#000}._black-fill_162jq_256{fill:#000}._blue-bg_162jq_260{background-color:#2a6da7}._blue-color_162jq_263{color:#2a6da7}._blue-stroke_162jq_266{stroke:#2a6da7}._blue-fill_162jq_269{fill:#2a6da7}._buy-bg_162jq_273{background-color:#72a371}._buy-color_162jq_276{color:#72a371}._buy-stroke_162jq_279{stroke:#72a371}._buy-fill_162jq_282{fill:#72a371}._sell-bg_162jq_286{background-color:#953d51}._sell-color_162jq_289{color:#953d51}._sell-stroke_162jq_292{stroke:#953d51}._sell-fill_162jq_295{fill:#953d51}._hold-bg_162jq_299{background-color:#9a8b7f}._hold-color_162jq_302{color:#9a8b7f}._hold-stroke_162jq_305{stroke:#9a8b7f}._hold-fill_162jq_308{fill:#9a8b7f}._not-covered-bg_162jq_312{background-color:#2a2c30}._not-covered-color_162jq_315{color:#2a2c30}._not-covered-stroke_162jq_318{stroke:#2a2c30}._not-covered-fill_162jq_321{fill:#2a2c30}._transparent-bg_162jq_325{background-color:transparent!important}._text-cerise-color_162jq_329,a._text-cerise-color_162jq_329:visited{color:#960051}._with-shadow_162jq_333{box-shadow:#30374226 0 .25rem 1rem}._FormUploadCarousel_162jq_337{padding:.5rem 1rem;border:1px solid #1d1f24}._FormUploadCarouselBtnUpload_162jq_341{width:200px;height:150px;border:1px dotted #1d1f24;background:#fff;cursor:pointer;text-align:center;line-height:150px;margin:.5rem .5rem .5rem 0}._FormUploadCarouselBtnUploadIcon_162jq_351{vertical-align:middle}._FormUploadCarouselThumb_162jq_354{display:inline;width:200px;height:150px;object-fit:cover;border:1px solid #1d1f24}._FormUploadCarouselThumbContainer_162jq_361{margin:.5rem;position:relative}._FormUploadCarouselThumbClose_162jq_365{position:absolute;right:1rem;top:.5rem;cursor:pointer}._FormUploadCarouselThumbClose_162jq_365:before{font-size:30px}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel button{outline:0;border:0;background:0 0}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333;padding:2px}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}._fawn-bg_1sf9k_17{background-color:#746250}._fawn-color_1sf9k_20{color:#746250}._fawn-stroke_1sf9k_23{stroke:#746250}._fawn-fill_1sf9k_26{fill:#746250}._fawndark-bg_1sf9k_30{background-color:#55473a}._fawndark-color_1sf9k_33{color:#55473a}._fawndark-stroke_1sf9k_36{stroke:#55473a}._fawndark-fill_1sf9k_39{fill:#55473a}._fawndark2-bg_1sf9k_43{background-color:#362e25}._fawndark2-color_1sf9k_46{color:#362e25}._fawndark2-stroke_1sf9k_49{stroke:#362e25}._fawndark2-fill_1sf9k_52{fill:#362e25}._sable-bg_1sf9k_56{background-color:#cfb07b}._sable-color_1sf9k_59{color:#cfb07b}._sable-stroke_1sf9k_62{stroke:#cfb07b}._sable-fill_1sf9k_65{fill:#cfb07b}._sable50-bg_1sf9k_69{background-color:#e6d7bc}._sable50-color_1sf9k_72{color:#e6d7bc}._sable50-stroke_1sf9k_75{stroke:#e6d7bc}._sable50-fill_1sf9k_78{fill:#e6d7bc}._grischaud-bg_1sf9k_82{background-color:#f1eeec}._grischaud-color_1sf9k_85{color:#f1eeec}._grischaud-stroke_1sf9k_88{stroke:#f1eeec}._grischaud-fill_1sf9k_91{fill:#f1eeec}._grischaud50-bg_1sf9k_95{background-color:#f8f6f5}._grischaud50-color_1sf9k_98{color:#f8f6f5}._grischaud50-stroke_1sf9k_101{stroke:#f8f6f5}._grischaud50-fill_1sf9k_104{fill:#f8f6f5}._darkgrey-bg_1sf9k_108{background-color:#1d1f24}._darkgrey-color_1sf9k_111{color:#1d1f24}._darkgrey-stroke_1sf9k_114{stroke:#1d1f24}._darkgrey-fill_1sf9k_117{fill:#1d1f24}._darkgrey2-bg_1sf9k_121{background-color:#2a2c30}._darkgrey2-color_1sf9k_124{color:#2a2c30}._darkgrey2-stroke_1sf9k_127{stroke:#2a2c30}._darkgrey2-fill_1sf9k_130{fill:#2a2c30}._coolgrey-bg_1sf9k_134{background-color:#75787b}._coolgrey-color_1sf9k_137{color:#75787b}._coolgrey-stroke_1sf9k_140{stroke:#75787b}._coolgrey-fill_1sf9k_143{fill:#75787b}._coolgrey50-bg_1sf9k_147{background-color:#b3b5b7}._coolgrey50-color_1sf9k_150{color:#b3b5b7}._coolgrey50-stroke_1sf9k_153{stroke:#b3b5b7}._coolgrey50-fill_1sf9k_156{fill:#b3b5b7}._coolgrey25-bg_1sf9k_160{background-color:#dcddde}._coolgrey25-color_1sf9k_163{color:#dcddde}._coolgrey25-stroke_1sf9k_166{stroke:#dcddde}._coolgrey25-fill_1sf9k_169{fill:#dcddde}._clay2-bg_1sf9k_173{background-color:#ad594b}._clay2-color_1sf9k_176{color:#ad594b}._clay2-stroke_1sf9k_179{stroke:#ad594b}._clay2-fill_1sf9k_182{fill:#ad594b}._cerise-bg_1sf9k_186{background-color:#960051}._cerise-color_1sf9k_189{color:#960051}._cerise-stroke_1sf9k_192{stroke:#960051}._cerise-fill_1sf9k_195{fill:#960051}._red-bg_1sf9k_199{background-color:#e80216}._red-color_1sf9k_202{color:#e80216}._red-stroke_1sf9k_205{stroke:#e80216}._red-fill_1sf9k_208{fill:#e80216}._plum-bg_1sf9k_212{background-color:#5c4e63}._plum-color_1sf9k_215{color:#5c4e63}._plum-stroke_1sf9k_218{stroke:#5c4e63}._plum-fill_1sf9k_221{fill:#5c4e63}._green-bg_1sf9k_225{background-color:#b7bf10}._green-color_1sf9k_228{color:#b7bf10}._green-stroke_1sf9k_231{stroke:#b7bf10}._green-fill_1sf9k_234{fill:#b7bf10}._white-bg_1sf9k_238{background-color:#fff}._white-color_1sf9k_241{color:#fff}._white-stroke_1sf9k_244{stroke:#fff}._white-fill_1sf9k_247{fill:#fff}._black-bg_1sf9k_251{background-color:#000}._black-color_1sf9k_254{color:#000}._black-stroke_1sf9k_257{stroke:#000}._black-fill_1sf9k_260{fill:#000}._blue-bg_1sf9k_264{background-color:#2a6da7}._blue-color_1sf9k_267{color:#2a6da7}._blue-stroke_1sf9k_270{stroke:#2a6da7}._blue-fill_1sf9k_273{fill:#2a6da7}._buy-bg_1sf9k_277{background-color:#72a371}._buy-color_1sf9k_280{color:#72a371}._buy-stroke_1sf9k_283{stroke:#72a371}._buy-fill_1sf9k_286{fill:#72a371}._sell-bg_1sf9k_290{background-color:#953d51}._sell-color_1sf9k_293{color:#953d51}._sell-stroke_1sf9k_296{stroke:#953d51}._sell-fill_1sf9k_299{fill:#953d51}._hold-bg_1sf9k_303{background-color:#9a8b7f}._hold-color_1sf9k_306{color:#9a8b7f}._hold-stroke_1sf9k_309{stroke:#9a8b7f}._hold-fill_1sf9k_312{fill:#9a8b7f}._not-covered-bg_1sf9k_316{background-color:#2a2c30}._not-covered-color_1sf9k_319{color:#2a2c30}._not-covered-stroke_1sf9k_322{stroke:#2a2c30}._not-covered-fill_1sf9k_325{fill:#2a2c30}._transparent-bg_1sf9k_329{background-color:transparent!important}._text-cerise-color_1sf9k_333,a._text-cerise-color_1sf9k_333:visited{color:#960051}._with-shadow_1sf9k_337{box-shadow:#30374226 0 .25rem 1rem}h1._title_1sf9k_346,._title_1sf9k_346._h1_1sf9k_346,h2._title_1sf9k_346,._title_1sf9k_346._h2_1sf9k_348,h3._title_1sf9k_346,._title_1sf9k_346._h3_1sf9k_350,h4._title_1sf9k_346,._title_1sf9k_346._h4_1sf9k_352,h5._title_1sf9k_346,._title_1sf9k_346._h5_1sf9k_354,h6._title_1sf9k_346{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_1sf9k_360,._support_1sf9k_360._h1_1sf9k_346,h2._support_1sf9k_360,._support_1sf9k_360._h2_1sf9k_348,h3._support_1sf9k_360,._support_1sf9k_360._h3_1sf9k_350,h4._support_1sf9k_360,._support_1sf9k_360._h4_1sf9k_352,h5._support_1sf9k_360,._support_1sf9k_360._h5_1sf9k_354,h6._support_1sf9k_360{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_1sf9k_346{font-size:72px;line-height:92px}._h1_1sf9k_346._title_1sf9k_346{letter-spacing:5px}._h2_1sf9k_348{font-size:48px;line-height:64px;margin-bottom:0}._h2_1sf9k_348._title_1sf9k_346{letter-spacing:4px}._h3_1sf9k_350{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_1sf9k_350._title_1sf9k_346{letter-spacing:3px}._h3_1sf9k_350._normal_1sf9k_402{font-family:Asul;font-style:normal}._h4_1sf9k_352{font-size:24px;line-height:36px}._h4_1sf9k_352._title_1sf9k_346{letter-spacing:2px}._h5_1sf9k_354{font-size:18px;line-height:28px}._h5_1sf9k_354._title_1sf9k_346{letter-spacing:2px}._separator-title_1sf9k_423{margin-bottom:1em}._separator-title_1sf9k_423 h4,._separator-title_1sf9k_423 ._h4_1sf9k_352{margin-bottom:0;margin-top:1em}._separator-title_1sf9k_423 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_1sf9k_423 hr{margin-top:0}._text-small_1sf9k_438{font-size:14px}._text-xsmall_1sf9k_442{font-size:12px}._white-space-normal_1sf9k_446{white-space:normal}._HouseViewStatictics_1sf9k_450{padding-top:1rem;padding-bottom:1rem}._HouseViewStaticticsGroupName_1sf9k_454{border-bottom:1px solid;padding-bottom:.5rem}._HouseViewStaticticsLegend_1sf9k_458{margin-top:1.5rem;font-size:12px}._HouseViewStaticticsLegend_1sf9k_458 span:first-child{margin-right:40px}._HouseViewStaticticsLegend_1sf9k_458 span i{vertical-align:-1px}._HouseViewStaticticsDot_1sf9k_468{height:10px;width:10px;border-radius:50%;display:inline-block}._HouseViewStaticticsAllocationDot_1sf9k_474{left:-5px;position:absolute;transform:translateY(-50%);top:50%;height:10px;width:10px;border-radius:50%;display:inline-block}._HouseViewStaticticsAllocationDotCurrent_1sf9k_484{background-color:#960051}._HouseViewStaticticsAllocationDotPrevious_1sf9k_487{border:1px solid #960051}@supports (-ms-ime-align: auto){._HouseViewStaticticsAllocationDot_1sf9k_474{transform-origin:50% 50%;top:auto}}._HouseViewStaticticsAllocationDotContainer_1sf9k_496{position:relative}._HouseViewStaticticsTableNoBorder_1sf9k_499{border-spacing:0;margin-top:0}._HouseViewStaticticsTableNoBorder_1sf9k_499 tr th{padding-top:0}._HouseViewStaticticsTableNoBorder_1sf9k_499>table{border-collapse:collapse}._HouseViewStaticticsTableNoBorder_1sf9k_499>table td,._HouseViewStaticticsTableNoBorder_1sf9k_499 table th{padding:0}._HouseViewStaticticsTableNoBorder_1sf9k_499 tr th,._HouseViewStaticticsTableNoBorder_1sf9k_499 tr td{border-bottom:0}._HouseViewStaticticsViewSize_1sf9k_517,._HouseViewStaticticsRowCategory_1sf9k_517,._HouseViewStaticticsHeaderRowCategory_1sf9k_517{width:160px}._HouseViewStaticticsContainerRowCategory_1sf9k_520{height:1px}@-moz-document url-prefix(){._HouseViewStaticticsContainerRowCategory_1sf9k_520{height:100%}}._HouseViewStaticticsRowCategory_1sf9k_517,._HouseViewStaticticsHeaderRowCategory_1sf9k_517{padding:0 .5rem;border-spacing:0}._HouseViewStaticticsRowCategory_1sf9k_517 tr td,._HouseViewStaticticsHeaderRowCategory_1sf9k_517 tr td{padding:0;width:20%}._HouseViewStaticticsRowCategory_1sf9k_517{margin-left:9%;height:100%;display:inline-table}._HouseViewStaticticsRowCategory_1sf9k_517>tr>td{padding:0 .5rem}._HouseViewStaticticsRowCategory_1sf9k_517 td{border-left:1px dotted #dedede}._HouseViewStaticticsRowCategory_1sf9k_517 td:nth-child(3){border-left:1px solid #75787b}._HouseViewStaticticsRowCategory_1sf9k_517 td:empty:after{content:" "}._HouseViewStaticticsTableBody_1sf9k_553>tr>td{padding:0}._HouseViewStaticticsTableBody_1sf9k_553>tr>td:first-child{padding:0 0 0 .4rem;font-size:12px}._PdfPreview_8gtcs_1{margin-top:15px;margin-bottom:10px;font-size:18px}._PdfUploadButton_8gtcs_7{margin-left:10px}._ConfirmRow_8gtcs_11{display:flex;justify-content:space-between;margin-top:3rem}._CenteredContent_8gtcs_17{display:flex;align-items:flex-end;justify-content:center}._BoldText_8gtcs_23{font-weight:700}._fawn-bg_tqdmj_13{background-color:#746250}._fawn-color_tqdmj_16{color:#746250}._fawn-stroke_tqdmj_19{stroke:#746250}._fawn-fill_tqdmj_22{fill:#746250}._fawndark-bg_tqdmj_26{background-color:#55473a}._fawndark-color_tqdmj_29{color:#55473a}._fawndark-stroke_tqdmj_32{stroke:#55473a}._fawndark-fill_tqdmj_35{fill:#55473a}._fawndark2-bg_tqdmj_39{background-color:#362e25}._fawndark2-color_tqdmj_42{color:#362e25}._fawndark2-stroke_tqdmj_45{stroke:#362e25}._fawndark2-fill_tqdmj_48{fill:#362e25}._sable-bg_tqdmj_52{background-color:#cfb07b}._sable-color_tqdmj_55{color:#cfb07b}._sable-stroke_tqdmj_58{stroke:#cfb07b}._sable-fill_tqdmj_61{fill:#cfb07b}._sable50-bg_tqdmj_65{background-color:#e6d7bc}._sable50-color_tqdmj_68{color:#e6d7bc}._sable50-stroke_tqdmj_71{stroke:#e6d7bc}._sable50-fill_tqdmj_74{fill:#e6d7bc}._grischaud-bg_tqdmj_78{background-color:#f1eeec}._grischaud-color_tqdmj_81{color:#f1eeec}._grischaud-stroke_tqdmj_84{stroke:#f1eeec}._grischaud-fill_tqdmj_87{fill:#f1eeec}._grischaud50-bg_tqdmj_91{background-color:#f8f6f5}._grischaud50-color_tqdmj_94{color:#f8f6f5}._grischaud50-stroke_tqdmj_97{stroke:#f8f6f5}._grischaud50-fill_tqdmj_100{fill:#f8f6f5}._darkgrey-bg_tqdmj_104{background-color:#1d1f24}._darkgrey-color_tqdmj_107{color:#1d1f24}._darkgrey-stroke_tqdmj_110{stroke:#1d1f24}._darkgrey-fill_tqdmj_113{fill:#1d1f24}._darkgrey2-bg_tqdmj_117{background-color:#2a2c30}._darkgrey2-color_tqdmj_120{color:#2a2c30}._darkgrey2-stroke_tqdmj_123{stroke:#2a2c30}._darkgrey2-fill_tqdmj_126{fill:#2a2c30}._coolgrey-bg_tqdmj_130{background-color:#75787b}._coolgrey-color_tqdmj_133{color:#75787b}._coolgrey-stroke_tqdmj_136{stroke:#75787b}._coolgrey-fill_tqdmj_139{fill:#75787b}._coolgrey50-bg_tqdmj_143{background-color:#b3b5b7}._coolgrey50-color_tqdmj_146{color:#b3b5b7}._coolgrey50-stroke_tqdmj_149{stroke:#b3b5b7}._coolgrey50-fill_tqdmj_152{fill:#b3b5b7}._coolgrey25-bg_tqdmj_156{background-color:#dcddde}._coolgrey25-color_tqdmj_159{color:#dcddde}._coolgrey25-stroke_tqdmj_162{stroke:#dcddde}._coolgrey25-fill_tqdmj_165{fill:#dcddde}._clay2-bg_tqdmj_169{background-color:#ad594b}._clay2-color_tqdmj_172{color:#ad594b}._clay2-stroke_tqdmj_175{stroke:#ad594b}._clay2-fill_tqdmj_178{fill:#ad594b}._cerise-bg_tqdmj_182{background-color:#960051}._cerise-color_tqdmj_185{color:#960051}._cerise-stroke_tqdmj_188{stroke:#960051}._cerise-fill_tqdmj_191{fill:#960051}._red-bg_tqdmj_195{background-color:#e80216}._red-color_tqdmj_198{color:#e80216}._red-stroke_tqdmj_201{stroke:#e80216}._red-fill_tqdmj_204{fill:#e80216}._plum-bg_tqdmj_208{background-color:#5c4e63}._plum-color_tqdmj_211{color:#5c4e63}._plum-stroke_tqdmj_214{stroke:#5c4e63}._plum-fill_tqdmj_217{fill:#5c4e63}._green-bg_tqdmj_221{background-color:#b7bf10}._green-color_tqdmj_224{color:#b7bf10}._green-stroke_tqdmj_227{stroke:#b7bf10}._green-fill_tqdmj_230{fill:#b7bf10}._white-bg_tqdmj_234{background-color:#fff}._white-color_tqdmj_237{color:#fff}._white-stroke_tqdmj_240{stroke:#fff}._white-fill_tqdmj_243{fill:#fff}._black-bg_tqdmj_247{background-color:#000}._black-color_tqdmj_250{color:#000}._black-stroke_tqdmj_253{stroke:#000}._black-fill_tqdmj_256{fill:#000}._blue-bg_tqdmj_260{background-color:#2a6da7}._blue-color_tqdmj_263{color:#2a6da7}._blue-stroke_tqdmj_266{stroke:#2a6da7}._blue-fill_tqdmj_269{fill:#2a6da7}._buy-bg_tqdmj_273{background-color:#72a371}._buy-color_tqdmj_276{color:#72a371}._buy-stroke_tqdmj_279{stroke:#72a371}._buy-fill_tqdmj_282{fill:#72a371}._sell-bg_tqdmj_286{background-color:#953d51}._sell-color_tqdmj_289{color:#953d51}._sell-stroke_tqdmj_292{stroke:#953d51}._sell-fill_tqdmj_295{fill:#953d51}._hold-bg_tqdmj_299{background-color:#9a8b7f}._hold-color_tqdmj_302{color:#9a8b7f}._hold-stroke_tqdmj_305{stroke:#9a8b7f}._hold-fill_tqdmj_308{fill:#9a8b7f}._not-covered-bg_tqdmj_312{background-color:#2a2c30}._not-covered-color_tqdmj_315{color:#2a2c30}._not-covered-stroke_tqdmj_318{stroke:#2a2c30}._not-covered-fill_tqdmj_321{fill:#2a2c30}._transparent-bg_tqdmj_325{background-color:transparent!important}._text-cerise-color_tqdmj_329,a._text-cerise-color_tqdmj_329:visited{color:#960051}._with-shadow_tqdmj_333{box-shadow:#30374226 0 .25rem 1rem}._Card_tqdmj_337{margin-bottom:1rem}._CardImage_tqdmj_340{width:100%;height:300px}._CardTitle_tqdmj_344{font-size:18px;font-weight:700}._CardDescription_tqdmj_348{font-size:14px;margin:0}._CardLink_tqdmj_352,._CardLink_tqdmj_352:hover,._CardLink_tqdmj_352:visited{text-decoration:none;font-size:16px;color:unset}._ThematicCard_tqdmj_358{background:#cfb07bf7;color:#fff}._ThematicCard_tqdmj_358 ._CardContainerLegend_tqdmj_362{margin-top:-10px}._ThematicCard_tqdmj_358 ._CardLink_tqdmj_352,._ThematicCard_tqdmj_358 ._CardLink_tqdmj_352:hover,._ThematicCard_tqdmj_358 ._CardLink_tqdmj_352:visited{color:#fff}._ThematicCommentCard_tqdmj_369{border-color:#cfb07bf7}._ThematicCommentCard_tqdmj_369 ._CardSubTitle_tqdmj_372{color:#2a2c30;line-height:1rem;font-weight:lighter;margin-top:-2px;font-style:italic}._ThematicCommentCard_tqdmj_369 ._CardTitle_tqdmj_344{line-height:1rem}._ThematicCommentCard_tqdmj_369 ._CardTitle_tqdmj_344,._ThematicCommentCard_tqdmj_369 ._CardDescription_tqdmj_348,._ThematicCommentCard_tqdmj_369 ._CardSubTitle_tqdmj_372,._ThematicCommentCard_tqdmj_369 ._CardLink_tqdmj_352,._ThematicCommentCard_tqdmj_369 ._CardLink_tqdmj_352:hover,._ThematicCommentCard_tqdmj_369 ._CardLink_tqdmj_352:visited{font-size:12px}._ThematicCommentCard_tqdmj_369 ._CardDescription_tqdmj_348{padding:0 .8rem}._ThematicCommentCard_tqdmj_369 ._CardHeaderRight_tqdmj_391{margin-top:-5px}._ThematicCommentCard_tqdmj_369 ._CardFooter_tqdmj_394{padding-top:0}._fawn-bg_6553f_13{background-color:#746250}._fawn-color_6553f_16{color:#746250}._fawn-stroke_6553f_19{stroke:#746250}._fawn-fill_6553f_22{fill:#746250}._fawndark-bg_6553f_26{background-color:#55473a}._fawndark-color_6553f_29{color:#55473a}._fawndark-stroke_6553f_32{stroke:#55473a}._fawndark-fill_6553f_35{fill:#55473a}._fawndark2-bg_6553f_39{background-color:#362e25}._fawndark2-color_6553f_42{color:#362e25}._fawndark2-stroke_6553f_45{stroke:#362e25}._fawndark2-fill_6553f_48{fill:#362e25}._sable-bg_6553f_52{background-color:#cfb07b}._sable-color_6553f_55{color:#cfb07b}._sable-stroke_6553f_58{stroke:#cfb07b}._sable-fill_6553f_61{fill:#cfb07b}._sable50-bg_6553f_65{background-color:#e6d7bc}._sable50-color_6553f_68{color:#e6d7bc}._sable50-stroke_6553f_71{stroke:#e6d7bc}._sable50-fill_6553f_74{fill:#e6d7bc}._grischaud-bg_6553f_78{background-color:#f1eeec}._grischaud-color_6553f_81{color:#f1eeec}._grischaud-stroke_6553f_84{stroke:#f1eeec}._grischaud-fill_6553f_87{fill:#f1eeec}._grischaud50-bg_6553f_91{background-color:#f8f6f5}._grischaud50-color_6553f_94{color:#f8f6f5}._grischaud50-stroke_6553f_97{stroke:#f8f6f5}._grischaud50-fill_6553f_100{fill:#f8f6f5}._darkgrey-bg_6553f_104{background-color:#1d1f24}._darkgrey-color_6553f_107{color:#1d1f24}._darkgrey-stroke_6553f_110{stroke:#1d1f24}._darkgrey-fill_6553f_113{fill:#1d1f24}._darkgrey2-bg_6553f_117{background-color:#2a2c30}._darkgrey2-color_6553f_120{color:#2a2c30}._darkgrey2-stroke_6553f_123{stroke:#2a2c30}._darkgrey2-fill_6553f_126{fill:#2a2c30}._coolgrey-bg_6553f_130{background-color:#75787b}._coolgrey-color_6553f_133{color:#75787b}._coolgrey-stroke_6553f_136{stroke:#75787b}._coolgrey-fill_6553f_139{fill:#75787b}._coolgrey50-bg_6553f_143{background-color:#b3b5b7}._coolgrey50-color_6553f_146{color:#b3b5b7}._coolgrey50-stroke_6553f_149{stroke:#b3b5b7}._coolgrey50-fill_6553f_152{fill:#b3b5b7}._coolgrey25-bg_6553f_156{background-color:#dcddde}._coolgrey25-color_6553f_159{color:#dcddde}._coolgrey25-stroke_6553f_162{stroke:#dcddde}._coolgrey25-fill_6553f_165{fill:#dcddde}._clay2-bg_6553f_169{background-color:#ad594b}._clay2-color_6553f_172{color:#ad594b}._clay2-stroke_6553f_175{stroke:#ad594b}._clay2-fill_6553f_178{fill:#ad594b}._cerise-bg_6553f_182{background-color:#960051}._cerise-color_6553f_185{color:#960051}._cerise-stroke_6553f_188{stroke:#960051}._cerise-fill_6553f_191{fill:#960051}._red-bg_6553f_195{background-color:#e80216}._red-color_6553f_198{color:#e80216}._red-stroke_6553f_201{stroke:#e80216}._red-fill_6553f_204{fill:#e80216}._plum-bg_6553f_208{background-color:#5c4e63}._plum-color_6553f_211{color:#5c4e63}._plum-stroke_6553f_214{stroke:#5c4e63}._plum-fill_6553f_217{fill:#5c4e63}._green-bg_6553f_221{background-color:#b7bf10}._green-color_6553f_224{color:#b7bf10}._green-stroke_6553f_227{stroke:#b7bf10}._green-fill_6553f_230{fill:#b7bf10}._white-bg_6553f_234{background-color:#fff}._white-color_6553f_237{color:#fff}._white-stroke_6553f_240{stroke:#fff}._white-fill_6553f_243{fill:#fff}._black-bg_6553f_247{background-color:#000}._black-color_6553f_250{color:#000}._black-stroke_6553f_253{stroke:#000}._black-fill_6553f_256{fill:#000}._blue-bg_6553f_260{background-color:#2a6da7}._blue-color_6553f_263{color:#2a6da7}._blue-stroke_6553f_266{stroke:#2a6da7}._blue-fill_6553f_269{fill:#2a6da7}._buy-bg_6553f_273{background-color:#72a371}._buy-color_6553f_276{color:#72a371}._buy-stroke_6553f_279{stroke:#72a371}._buy-fill_6553f_282{fill:#72a371}._sell-bg_6553f_286{background-color:#953d51}._sell-color_6553f_289{color:#953d51}._sell-stroke_6553f_292{stroke:#953d51}._sell-fill_6553f_295{fill:#953d51}._hold-bg_6553f_299{background-color:#9a8b7f}._hold-color_6553f_302{color:#9a8b7f}._hold-stroke_6553f_305{stroke:#9a8b7f}._hold-fill_6553f_308{fill:#9a8b7f}._not-covered-bg_6553f_312{background-color:#2a2c30}._not-covered-color_6553f_315{color:#2a2c30}._not-covered-stroke_6553f_318{stroke:#2a2c30}._not-covered-fill_6553f_321{fill:#2a2c30}._transparent-bg_6553f_325{background-color:transparent!important}._text-cerise-color_6553f_329,a._text-cerise-color_6553f_329:visited{color:#960051}._with-shadow_6553f_333{box-shadow:#30374226 0 .25rem 1rem}._UserInfo_6553f_337{font-size:18px;font-weight:400;text-transform:none;display:inline-flex;text-align:center;margin:0 .6rem}._UserInfoDetail_6553f_345{margin-left:.6rem;display:flex;flex-direction:column;justify-content:center}._UserInfoDetailContacts_6553f_351{font-size:14px}._UserInfoDetailContactsSend_6553f_354{width:20px;stroke-width:2px;stroke:#746250;top:5px;position:relative}._ThematicsDescription_e50oo_1{max-height:400px;overflow:auto}._ThematicsDescriptionText_e50oo_5{padding-left:15px;padding-right:15px;margin-bottom:0}._DoubleColumn_1grwy_1{width:100%;min-height:90vh;column-count:2;column-gap:10%}._FullHeight_1grwy_8{width:100%;min-height:90vh}._fawn-bg_lcwjx_13{background-color:#746250}._fawn-color_lcwjx_16{color:#746250}._fawn-stroke_lcwjx_19{stroke:#746250}._fawn-fill_lcwjx_22{fill:#746250}._fawndark-bg_lcwjx_26{background-color:#55473a}._fawndark-color_lcwjx_29{color:#55473a}._fawndark-stroke_lcwjx_32{stroke:#55473a}._fawndark-fill_lcwjx_35{fill:#55473a}._fawndark2-bg_lcwjx_39{background-color:#362e25}._fawndark2-color_lcwjx_42{color:#362e25}._fawndark2-stroke_lcwjx_45{stroke:#362e25}._fawndark2-fill_lcwjx_48{fill:#362e25}._sable-bg_lcwjx_52{background-color:#cfb07b}._sable-color_lcwjx_55{color:#cfb07b}._sable-stroke_lcwjx_58{stroke:#cfb07b}._sable-fill_lcwjx_61{fill:#cfb07b}._sable50-bg_lcwjx_65{background-color:#e6d7bc}._sable50-color_lcwjx_68{color:#e6d7bc}._sable50-stroke_lcwjx_71{stroke:#e6d7bc}._sable50-fill_lcwjx_74{fill:#e6d7bc}._grischaud-bg_lcwjx_78{background-color:#f1eeec}._grischaud-color_lcwjx_81{color:#f1eeec}._grischaud-stroke_lcwjx_84{stroke:#f1eeec}._grischaud-fill_lcwjx_87{fill:#f1eeec}._grischaud50-bg_lcwjx_91{background-color:#f8f6f5}._grischaud50-color_lcwjx_94{color:#f8f6f5}._grischaud50-stroke_lcwjx_97{stroke:#f8f6f5}._grischaud50-fill_lcwjx_100{fill:#f8f6f5}._darkgrey-bg_lcwjx_104{background-color:#1d1f24}._darkgrey-color_lcwjx_107{color:#1d1f24}._darkgrey-stroke_lcwjx_110{stroke:#1d1f24}._darkgrey-fill_lcwjx_113{fill:#1d1f24}._darkgrey2-bg_lcwjx_117{background-color:#2a2c30}._darkgrey2-color_lcwjx_120{color:#2a2c30}._darkgrey2-stroke_lcwjx_123{stroke:#2a2c30}._darkgrey2-fill_lcwjx_126{fill:#2a2c30}._coolgrey-bg_lcwjx_130{background-color:#75787b}._coolgrey-color_lcwjx_133{color:#75787b}._coolgrey-stroke_lcwjx_136{stroke:#75787b}._coolgrey-fill_lcwjx_139{fill:#75787b}._coolgrey50-bg_lcwjx_143{background-color:#b3b5b7}._coolgrey50-color_lcwjx_146{color:#b3b5b7}._coolgrey50-stroke_lcwjx_149{stroke:#b3b5b7}._coolgrey50-fill_lcwjx_152{fill:#b3b5b7}._coolgrey25-bg_lcwjx_156{background-color:#dcddde}._coolgrey25-color_lcwjx_159{color:#dcddde}._coolgrey25-stroke_lcwjx_162{stroke:#dcddde}._coolgrey25-fill_lcwjx_165{fill:#dcddde}._clay2-bg_lcwjx_169{background-color:#ad594b}._clay2-color_lcwjx_172{color:#ad594b}._clay2-stroke_lcwjx_175{stroke:#ad594b}._clay2-fill_lcwjx_178{fill:#ad594b}._cerise-bg_lcwjx_182{background-color:#960051}._cerise-color_lcwjx_185{color:#960051}._cerise-stroke_lcwjx_188{stroke:#960051}._cerise-fill_lcwjx_191{fill:#960051}._red-bg_lcwjx_195{background-color:#e80216}._red-color_lcwjx_198{color:#e80216}._red-stroke_lcwjx_201{stroke:#e80216}._red-fill_lcwjx_204{fill:#e80216}._plum-bg_lcwjx_208{background-color:#5c4e63}._plum-color_lcwjx_211{color:#5c4e63}._plum-stroke_lcwjx_214{stroke:#5c4e63}._plum-fill_lcwjx_217{fill:#5c4e63}._green-bg_lcwjx_221{background-color:#b7bf10}._green-color_lcwjx_224{color:#b7bf10}._green-stroke_lcwjx_227{stroke:#b7bf10}._green-fill_lcwjx_230{fill:#b7bf10}._white-bg_lcwjx_234{background-color:#fff}._white-color_lcwjx_237{color:#fff}._white-stroke_lcwjx_240{stroke:#fff}._white-fill_lcwjx_243{fill:#fff}._black-bg_lcwjx_247{background-color:#000}._black-color_lcwjx_250{color:#000}._black-stroke_lcwjx_253{stroke:#000}._black-fill_lcwjx_256{fill:#000}._blue-bg_lcwjx_260{background-color:#2a6da7}._blue-color_lcwjx_263{color:#2a6da7}._blue-stroke_lcwjx_266{stroke:#2a6da7}._blue-fill_lcwjx_269{fill:#2a6da7}._buy-bg_lcwjx_273{background-color:#72a371}._buy-color_lcwjx_276{color:#72a371}._buy-stroke_lcwjx_279{stroke:#72a371}._buy-fill_lcwjx_282{fill:#72a371}._sell-bg_lcwjx_286{background-color:#953d51}._sell-color_lcwjx_289{color:#953d51}._sell-stroke_lcwjx_292{stroke:#953d51}._sell-fill_lcwjx_295{fill:#953d51}._hold-bg_lcwjx_299{background-color:#9a8b7f}._hold-color_lcwjx_302{color:#9a8b7f}._hold-stroke_lcwjx_305{stroke:#9a8b7f}._hold-fill_lcwjx_308{fill:#9a8b7f}._not-covered-bg_lcwjx_312{background-color:#2a2c30}._not-covered-color_lcwjx_315{color:#2a2c30}._not-covered-stroke_lcwjx_318{stroke:#2a2c30}._not-covered-fill_lcwjx_321{fill:#2a2c30}._transparent-bg_lcwjx_325{background-color:transparent!important}._text-cerise-color_lcwjx_329,a._text-cerise-color_lcwjx_329:visited{color:#960051}._with-shadow_lcwjx_333{box-shadow:#30374226 0 .25rem 1rem}._Tactical_lcwjx_337{display:flex;margin:16px 0}._TacticalLegend_lcwjx_341{display:inline-block;margin-bottom:8px}._TacticalLegend_lcwjx_341 div{display:inline-block;width:.7em;height:.7em;margin-right:8px}._TacticalLegend_lcwjx_341+._TacticalLegend_lcwjx_341{margin-left:32px}._TacticalType_lcwjx_354{width:.7em;flex:none;margin-right:4px}._TacticalContent_lcwjx_359{flex-grow:1;border:2px solid #cfb07b;padding:8px}._TacticalHeader_lcwjx_364{display:flex;justify-content:space-between}._TacticalRationale_lcwjx_368{font-size:.8em}._Increase_lcwjx_372{background-color:#5c4e63}._Decrease_lcwjx_376{background-color:#960051}._fawn-bg_19iy2_13{background-color:#746250}._fawn-color_19iy2_16{color:#746250}._fawn-stroke_19iy2_19{stroke:#746250}._fawn-fill_19iy2_22{fill:#746250}._fawndark-bg_19iy2_26{background-color:#55473a}._fawndark-color_19iy2_29{color:#55473a}._fawndark-stroke_19iy2_32{stroke:#55473a}._fawndark-fill_19iy2_35{fill:#55473a}._fawndark2-bg_19iy2_39{background-color:#362e25}._fawndark2-color_19iy2_42{color:#362e25}._fawndark2-stroke_19iy2_45{stroke:#362e25}._fawndark2-fill_19iy2_48{fill:#362e25}._sable-bg_19iy2_52{background-color:#cfb07b}._sable-color_19iy2_55{color:#cfb07b}._sable-stroke_19iy2_58{stroke:#cfb07b}._sable-fill_19iy2_61{fill:#cfb07b}._sable50-bg_19iy2_65{background-color:#e6d7bc}._sable50-color_19iy2_68{color:#e6d7bc}._sable50-stroke_19iy2_71{stroke:#e6d7bc}._sable50-fill_19iy2_74{fill:#e6d7bc}._grischaud-bg_19iy2_78{background-color:#f1eeec}._grischaud-color_19iy2_81{color:#f1eeec}._grischaud-stroke_19iy2_84{stroke:#f1eeec}._grischaud-fill_19iy2_87{fill:#f1eeec}._grischaud50-bg_19iy2_91{background-color:#f8f6f5}._grischaud50-color_19iy2_94{color:#f8f6f5}._grischaud50-stroke_19iy2_97{stroke:#f8f6f5}._grischaud50-fill_19iy2_100{fill:#f8f6f5}._darkgrey-bg_19iy2_104{background-color:#1d1f24}._darkgrey-color_19iy2_107{color:#1d1f24}._darkgrey-stroke_19iy2_110{stroke:#1d1f24}._darkgrey-fill_19iy2_113{fill:#1d1f24}._darkgrey2-bg_19iy2_117{background-color:#2a2c30}._darkgrey2-color_19iy2_120{color:#2a2c30}._darkgrey2-stroke_19iy2_123{stroke:#2a2c30}._darkgrey2-fill_19iy2_126{fill:#2a2c30}._coolgrey-bg_19iy2_130{background-color:#75787b}._coolgrey-color_19iy2_133{color:#75787b}._coolgrey-stroke_19iy2_136{stroke:#75787b}._coolgrey-fill_19iy2_139{fill:#75787b}._coolgrey50-bg_19iy2_143{background-color:#b3b5b7}._coolgrey50-color_19iy2_146{color:#b3b5b7}._coolgrey50-stroke_19iy2_149{stroke:#b3b5b7}._coolgrey50-fill_19iy2_152{fill:#b3b5b7}._coolgrey25-bg_19iy2_156{background-color:#dcddde}._coolgrey25-color_19iy2_159{color:#dcddde}._coolgrey25-stroke_19iy2_162{stroke:#dcddde}._coolgrey25-fill_19iy2_165{fill:#dcddde}._clay2-bg_19iy2_169{background-color:#ad594b}._clay2-color_19iy2_172{color:#ad594b}._clay2-stroke_19iy2_175{stroke:#ad594b}._clay2-fill_19iy2_178{fill:#ad594b}._cerise-bg_19iy2_182{background-color:#960051}._cerise-color_19iy2_185{color:#960051}._cerise-stroke_19iy2_188{stroke:#960051}._cerise-fill_19iy2_191{fill:#960051}._red-bg_19iy2_195{background-color:#e80216}._red-color_19iy2_198{color:#e80216}._red-stroke_19iy2_201{stroke:#e80216}._red-fill_19iy2_204{fill:#e80216}._plum-bg_19iy2_208{background-color:#5c4e63}._plum-color_19iy2_211{color:#5c4e63}._plum-stroke_19iy2_214{stroke:#5c4e63}._plum-fill_19iy2_217{fill:#5c4e63}._green-bg_19iy2_221{background-color:#b7bf10}._green-color_19iy2_224{color:#b7bf10}._green-stroke_19iy2_227{stroke:#b7bf10}._green-fill_19iy2_230{fill:#b7bf10}._white-bg_19iy2_234{background-color:#fff}._white-color_19iy2_237{color:#fff}._white-stroke_19iy2_240{stroke:#fff}._white-fill_19iy2_243{fill:#fff}._black-bg_19iy2_247{background-color:#000}._black-color_19iy2_250{color:#000}._black-stroke_19iy2_253{stroke:#000}._black-fill_19iy2_256{fill:#000}._blue-bg_19iy2_260{background-color:#2a6da7}._blue-color_19iy2_263{color:#2a6da7}._blue-stroke_19iy2_266{stroke:#2a6da7}._blue-fill_19iy2_269{fill:#2a6da7}._buy-bg_19iy2_273{background-color:#72a371}._buy-color_19iy2_276{color:#72a371}._buy-stroke_19iy2_279{stroke:#72a371}._buy-fill_19iy2_282{fill:#72a371}._sell-bg_19iy2_286{background-color:#953d51}._sell-color_19iy2_289{color:#953d51}._sell-stroke_19iy2_292{stroke:#953d51}._sell-fill_19iy2_295{fill:#953d51}._hold-bg_19iy2_299{background-color:#9a8b7f}._hold-color_19iy2_302{color:#9a8b7f}._hold-stroke_19iy2_305{stroke:#9a8b7f}._hold-fill_19iy2_308{fill:#9a8b7f}._not-covered-bg_19iy2_312{background-color:#2a2c30}._not-covered-color_19iy2_315{color:#2a2c30}._not-covered-stroke_19iy2_318{stroke:#2a2c30}._not-covered-fill_19iy2_321{fill:#2a2c30}._transparent-bg_19iy2_325{background-color:transparent!important}._text-cerise-color_19iy2_329,a._text-cerise-color_19iy2_329:visited{color:#960051}._with-shadow_19iy2_333{box-shadow:#30374226 0 .25rem 1rem}._RelativeValue_19iy2_337{display:flex;margin:16px 0;font-size:.8em}._RelativeValueLegend_19iy2_342{display:inline-block;margin-bottom:8px}._RelativeValueLegend_19iy2_342 div{display:inline-block;width:.7em;height:.7em;margin-right:8px}._RelativeValueLegend_19iy2_342+._RelativeValueLegend_19iy2_342{margin-left:32px}._RelativeValueEdit_19iy2_355{float:right}._RelativeValueContent_19iy2_358{flex-grow:1;border:2px solid #cfb07b;padding:8px}._RelativeValueRationale_19iy2_363{padding-left:15px;margin-top:10px}._RelativeValueIncrease_19iy2_367{border-left:10px solid #5c4e63;margin-top:10px;padding-left:10px}._RelativeValueDecrease_19iy2_372{border-left:10px solid #960051;margin-top:10px;padding-left:10px}._Increase_19iy2_378{background-color:#5c4e63}._Decrease_19iy2_382{background-color:#960051}._fawn-bg_v3m2m_16{background-color:#746250}._fawn-color_v3m2m_19{color:#746250}._fawn-stroke_v3m2m_22{stroke:#746250}._fawn-fill_v3m2m_25{fill:#746250}._fawndark-bg_v3m2m_29{background-color:#55473a}._fawndark-color_v3m2m_32{color:#55473a}._fawndark-stroke_v3m2m_35{stroke:#55473a}._fawndark-fill_v3m2m_38{fill:#55473a}._fawndark2-bg_v3m2m_42{background-color:#362e25}._fawndark2-color_v3m2m_45{color:#362e25}._fawndark2-stroke_v3m2m_48{stroke:#362e25}._fawndark2-fill_v3m2m_51{fill:#362e25}._sable-bg_v3m2m_55{background-color:#cfb07b}._sable-color_v3m2m_58{color:#cfb07b}._sable-stroke_v3m2m_61{stroke:#cfb07b}._sable-fill_v3m2m_64{fill:#cfb07b}._sable50-bg_v3m2m_68{background-color:#e6d7bc}._sable50-color_v3m2m_71{color:#e6d7bc}._sable50-stroke_v3m2m_74{stroke:#e6d7bc}._sable50-fill_v3m2m_77{fill:#e6d7bc}._grischaud-bg_v3m2m_81{background-color:#f1eeec}._grischaud-color_v3m2m_84{color:#f1eeec}._grischaud-stroke_v3m2m_87{stroke:#f1eeec}._grischaud-fill_v3m2m_90{fill:#f1eeec}._grischaud50-bg_v3m2m_94{background-color:#f8f6f5}._grischaud50-color_v3m2m_97{color:#f8f6f5}._grischaud50-stroke_v3m2m_100{stroke:#f8f6f5}._grischaud50-fill_v3m2m_103{fill:#f8f6f5}._darkgrey-bg_v3m2m_107{background-color:#1d1f24}._darkgrey-color_v3m2m_110{color:#1d1f24}._darkgrey-stroke_v3m2m_113{stroke:#1d1f24}._darkgrey-fill_v3m2m_116{fill:#1d1f24}._darkgrey2-bg_v3m2m_120{background-color:#2a2c30}._darkgrey2-color_v3m2m_123{color:#2a2c30}._darkgrey2-stroke_v3m2m_126{stroke:#2a2c30}._darkgrey2-fill_v3m2m_129{fill:#2a2c30}._coolgrey-bg_v3m2m_133{background-color:#75787b}._coolgrey-color_v3m2m_136{color:#75787b}._coolgrey-stroke_v3m2m_139{stroke:#75787b}._coolgrey-fill_v3m2m_142{fill:#75787b}._coolgrey50-bg_v3m2m_146{background-color:#b3b5b7}._coolgrey50-color_v3m2m_149{color:#b3b5b7}._coolgrey50-stroke_v3m2m_152{stroke:#b3b5b7}._coolgrey50-fill_v3m2m_155{fill:#b3b5b7}._coolgrey25-bg_v3m2m_159{background-color:#dcddde}._coolgrey25-color_v3m2m_162{color:#dcddde}._coolgrey25-stroke_v3m2m_165{stroke:#dcddde}._coolgrey25-fill_v3m2m_168{fill:#dcddde}._clay2-bg_v3m2m_172{background-color:#ad594b}._clay2-color_v3m2m_175{color:#ad594b}._clay2-stroke_v3m2m_178{stroke:#ad594b}._clay2-fill_v3m2m_181{fill:#ad594b}._cerise-bg_v3m2m_185{background-color:#960051}._cerise-color_v3m2m_188{color:#960051}._cerise-stroke_v3m2m_191{stroke:#960051}._cerise-fill_v3m2m_194{fill:#960051}._red-bg_v3m2m_198{background-color:#e80216}._red-color_v3m2m_201{color:#e80216}._red-stroke_v3m2m_204{stroke:#e80216}._red-fill_v3m2m_207{fill:#e80216}._plum-bg_v3m2m_211{background-color:#5c4e63}._plum-color_v3m2m_214{color:#5c4e63}._plum-stroke_v3m2m_217{stroke:#5c4e63}._plum-fill_v3m2m_220{fill:#5c4e63}._green-bg_v3m2m_224{background-color:#b7bf10}._green-color_v3m2m_227{color:#b7bf10}._green-stroke_v3m2m_230{stroke:#b7bf10}._green-fill_v3m2m_233{fill:#b7bf10}._white-bg_v3m2m_237{background-color:#fff}._white-color_v3m2m_240{color:#fff}._white-stroke_v3m2m_243{stroke:#fff}._white-fill_v3m2m_246{fill:#fff}._black-bg_v3m2m_250{background-color:#000}._black-color_v3m2m_253{color:#000}._black-stroke_v3m2m_256{stroke:#000}._black-fill_v3m2m_259{fill:#000}._blue-bg_v3m2m_263{background-color:#2a6da7}._blue-color_v3m2m_266{color:#2a6da7}._blue-stroke_v3m2m_269{stroke:#2a6da7}._blue-fill_v3m2m_272{fill:#2a6da7}._buy-bg_v3m2m_276{background-color:#72a371}._buy-color_v3m2m_279{color:#72a371}._buy-stroke_v3m2m_282{stroke:#72a371}._buy-fill_v3m2m_285{fill:#72a371}._sell-bg_v3m2m_289{background-color:#953d51}._sell-color_v3m2m_292{color:#953d51}._sell-stroke_v3m2m_295{stroke:#953d51}._sell-fill_v3m2m_298{fill:#953d51}._hold-bg_v3m2m_302{background-color:#9a8b7f}._hold-color_v3m2m_305{color:#9a8b7f}._hold-stroke_v3m2m_308{stroke:#9a8b7f}._hold-fill_v3m2m_311{fill:#9a8b7f}._not-covered-bg_v3m2m_315{background-color:#2a2c30}._not-covered-color_v3m2m_318{color:#2a2c30}._not-covered-stroke_v3m2m_321{stroke:#2a2c30}._not-covered-fill_v3m2m_324{fill:#2a2c30}._transparent-bg_v3m2m_328{background-color:transparent!important}._text-cerise-color_v3m2m_332,a._text-cerise-color_v3m2m_332:visited{color:#960051}._with-shadow_v3m2m_336{box-shadow:#30374226 0 .25rem 1rem}h1._title_v3m2m_345,._title_v3m2m_345._h1_v3m2m_345,h2._title_v3m2m_345,._title_v3m2m_345._h2_v3m2m_347,h3._title_v3m2m_345,._title_v3m2m_345._h3_v3m2m_349,h4._title_v3m2m_345,._title_v3m2m_345._h4_v3m2m_351,h5._title_v3m2m_345,._title_v3m2m_345._h5_v3m2m_353,h6._title_v3m2m_345{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_v3m2m_359,._support_v3m2m_359._h1_v3m2m_345,h2._support_v3m2m_359,._support_v3m2m_359._h2_v3m2m_347,h3._support_v3m2m_359,._support_v3m2m_359._h3_v3m2m_349,h4._support_v3m2m_359,._support_v3m2m_359._h4_v3m2m_351,h5._support_v3m2m_359,._support_v3m2m_359._h5_v3m2m_353,h6._support_v3m2m_359{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_v3m2m_345{font-size:72px;line-height:92px}._h1_v3m2m_345._title_v3m2m_345{letter-spacing:5px}._h2_v3m2m_347{font-size:48px;line-height:64px;margin-bottom:0}._h2_v3m2m_347._title_v3m2m_345{letter-spacing:4px}._h3_v3m2m_349{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_v3m2m_349._title_v3m2m_345{letter-spacing:3px}._h3_v3m2m_349._normal_v3m2m_401{font-family:Asul;font-style:normal}._h4_v3m2m_351{font-size:24px;line-height:36px}._h4_v3m2m_351._title_v3m2m_345{letter-spacing:2px}._h5_v3m2m_353{font-size:18px;line-height:28px}._h5_v3m2m_353._title_v3m2m_345{letter-spacing:2px}._separator-title_v3m2m_422{margin-bottom:1em}._separator-title_v3m2m_422 h4,._separator-title_v3m2m_422 ._h4_v3m2m_351{margin-bottom:0;margin-top:1em}._separator-title_v3m2m_422 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_v3m2m_422 hr{margin-top:0}._text-small_v3m2m_437{font-size:14px}._text-xsmall_v3m2m_441{font-size:12px}._white-space-normal_v3m2m_445{white-space:normal}._AllocationBloc_v3m2m_449{background-color:#fff;padding:0 .4rem .4rem;border-radius:10px;border:solid 1px #929292;width:349px}._AllocationBloc_v3m2m_449+._AllocationBloc_v3m2m_449{margin-top:.4rem}._fawn-bg_1h8p2_16{background-color:#746250}._fawn-color_1h8p2_19{color:#746250}._fawn-stroke_1h8p2_22{stroke:#746250}._fawn-fill_1h8p2_25{fill:#746250}._fawndark-bg_1h8p2_29{background-color:#55473a}._fawndark-color_1h8p2_32{color:#55473a}._fawndark-stroke_1h8p2_35{stroke:#55473a}._fawndark-fill_1h8p2_38{fill:#55473a}._fawndark2-bg_1h8p2_42{background-color:#362e25}._fawndark2-color_1h8p2_45{color:#362e25}._fawndark2-stroke_1h8p2_48{stroke:#362e25}._fawndark2-fill_1h8p2_51{fill:#362e25}._sable-bg_1h8p2_55{background-color:#cfb07b}._sable-color_1h8p2_58{color:#cfb07b}._sable-stroke_1h8p2_61{stroke:#cfb07b}._sable-fill_1h8p2_64{fill:#cfb07b}._sable50-bg_1h8p2_68{background-color:#e6d7bc}._sable50-color_1h8p2_71{color:#e6d7bc}._sable50-stroke_1h8p2_74{stroke:#e6d7bc}._sable50-fill_1h8p2_77{fill:#e6d7bc}._grischaud-bg_1h8p2_81{background-color:#f1eeec}._grischaud-color_1h8p2_84{color:#f1eeec}._grischaud-stroke_1h8p2_87{stroke:#f1eeec}._grischaud-fill_1h8p2_90{fill:#f1eeec}._grischaud50-bg_1h8p2_94{background-color:#f8f6f5}._grischaud50-color_1h8p2_97{color:#f8f6f5}._grischaud50-stroke_1h8p2_100{stroke:#f8f6f5}._grischaud50-fill_1h8p2_103{fill:#f8f6f5}._darkgrey-bg_1h8p2_107{background-color:#1d1f24}._darkgrey-color_1h8p2_110{color:#1d1f24}._darkgrey-stroke_1h8p2_113{stroke:#1d1f24}._darkgrey-fill_1h8p2_116{fill:#1d1f24}._darkgrey2-bg_1h8p2_120{background-color:#2a2c30}._darkgrey2-color_1h8p2_123{color:#2a2c30}._darkgrey2-stroke_1h8p2_126{stroke:#2a2c30}._darkgrey2-fill_1h8p2_129{fill:#2a2c30}._coolgrey-bg_1h8p2_133{background-color:#75787b}._coolgrey-color_1h8p2_136{color:#75787b}._coolgrey-stroke_1h8p2_139{stroke:#75787b}._coolgrey-fill_1h8p2_142{fill:#75787b}._coolgrey50-bg_1h8p2_146{background-color:#b3b5b7}._coolgrey50-color_1h8p2_149{color:#b3b5b7}._coolgrey50-stroke_1h8p2_152{stroke:#b3b5b7}._coolgrey50-fill_1h8p2_155{fill:#b3b5b7}._coolgrey25-bg_1h8p2_159{background-color:#dcddde}._coolgrey25-color_1h8p2_162{color:#dcddde}._coolgrey25-stroke_1h8p2_165{stroke:#dcddde}._coolgrey25-fill_1h8p2_168{fill:#dcddde}._clay2-bg_1h8p2_172{background-color:#ad594b}._clay2-color_1h8p2_175{color:#ad594b}._clay2-stroke_1h8p2_178{stroke:#ad594b}._clay2-fill_1h8p2_181{fill:#ad594b}._cerise-bg_1h8p2_185{background-color:#960051}._cerise-color_1h8p2_188{color:#960051}._cerise-stroke_1h8p2_191{stroke:#960051}._cerise-fill_1h8p2_194{fill:#960051}._red-bg_1h8p2_198{background-color:#e80216}._red-color_1h8p2_201{color:#e80216}._red-stroke_1h8p2_204{stroke:#e80216}._red-fill_1h8p2_207{fill:#e80216}._plum-bg_1h8p2_211{background-color:#5c4e63}._plum-color_1h8p2_214{color:#5c4e63}._plum-stroke_1h8p2_217{stroke:#5c4e63}._plum-fill_1h8p2_220{fill:#5c4e63}._green-bg_1h8p2_224{background-color:#b7bf10}._green-color_1h8p2_227{color:#b7bf10}._green-stroke_1h8p2_230{stroke:#b7bf10}._green-fill_1h8p2_233{fill:#b7bf10}._white-bg_1h8p2_237{background-color:#fff}._white-color_1h8p2_240{color:#fff}._white-stroke_1h8p2_243{stroke:#fff}._white-fill_1h8p2_246{fill:#fff}._black-bg_1h8p2_250{background-color:#000}._black-color_1h8p2_253{color:#000}._black-stroke_1h8p2_256{stroke:#000}._black-fill_1h8p2_259{fill:#000}._blue-bg_1h8p2_263{background-color:#2a6da7}._blue-color_1h8p2_266{color:#2a6da7}._blue-stroke_1h8p2_269{stroke:#2a6da7}._blue-fill_1h8p2_272{fill:#2a6da7}._buy-bg_1h8p2_276{background-color:#72a371}._buy-color_1h8p2_279{color:#72a371}._buy-stroke_1h8p2_282{stroke:#72a371}._buy-fill_1h8p2_285{fill:#72a371}._sell-bg_1h8p2_289{background-color:#953d51}._sell-color_1h8p2_292{color:#953d51}._sell-stroke_1h8p2_295{stroke:#953d51}._sell-fill_1h8p2_298{fill:#953d51}._hold-bg_1h8p2_302{background-color:#9a8b7f}._hold-color_1h8p2_305{color:#9a8b7f}._hold-stroke_1h8p2_308{stroke:#9a8b7f}._hold-fill_1h8p2_311{fill:#9a8b7f}._not-covered-bg_1h8p2_315{background-color:#2a2c30}._not-covered-color_1h8p2_318{color:#2a2c30}._not-covered-stroke_1h8p2_321{stroke:#2a2c30}._not-covered-fill_1h8p2_324{fill:#2a2c30}._transparent-bg_1h8p2_328{background-color:transparent!important}._text-cerise-color_1h8p2_332,a._text-cerise-color_1h8p2_332:visited{color:#960051}._with-shadow_1h8p2_336{box-shadow:#30374226 0 .25rem 1rem}h1._title_1h8p2_345,._title_1h8p2_345._h1_1h8p2_345,h2._title_1h8p2_345,._title_1h8p2_345._h2_1h8p2_347,h3._title_1h8p2_345,._title_1h8p2_345._h3_1h8p2_349,h4._title_1h8p2_345,._title_1h8p2_345._h4_1h8p2_351,h5._title_1h8p2_345,._title_1h8p2_345._h5_1h8p2_353,h6._title_1h8p2_345{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_1h8p2_359,._support_1h8p2_359._h1_1h8p2_345,h2._support_1h8p2_359,._support_1h8p2_359._h2_1h8p2_347,h3._support_1h8p2_359,._support_1h8p2_359._h3_1h8p2_349,h4._support_1h8p2_359,._support_1h8p2_359._h4_1h8p2_351,h5._support_1h8p2_359,._support_1h8p2_359._h5_1h8p2_353,h6._support_1h8p2_359{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_1h8p2_345{font-size:72px;line-height:92px}._h1_1h8p2_345._title_1h8p2_345{letter-spacing:5px}._h2_1h8p2_347{font-size:48px;line-height:64px;margin-bottom:0}._h2_1h8p2_347._title_1h8p2_345{letter-spacing:4px}._h3_1h8p2_349{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_1h8p2_349._title_1h8p2_345{letter-spacing:3px}._h3_1h8p2_349._normal_1h8p2_401{font-family:Asul;font-style:normal}._h4_1h8p2_351{font-size:24px;line-height:36px}._h4_1h8p2_351._title_1h8p2_345{letter-spacing:2px}._h5_1h8p2_353{font-size:18px;line-height:28px}._h5_1h8p2_353._title_1h8p2_345{letter-spacing:2px}._separator-title_1h8p2_422{margin-bottom:1em}._separator-title_1h8p2_422 h4,._separator-title_1h8p2_422 ._h4_1h8p2_351{margin-bottom:0;margin-top:1em}._separator-title_1h8p2_422 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_1h8p2_422 hr{margin-top:0}._text-small_1h8p2_437{font-size:14px}._text-xsmall_1h8p2_441{font-size:12px}._white-space-normal_1h8p2_445{white-space:normal}._ActivityPanel_1h8p2_449{width:1200px}._DownloadLink_1h8p2_453{border-radius:5px;border:solid 1px #746250;text-align:center;display:block;margin-top:16px}._fawn-bg_v0t3q_16{background-color:#746250}._fawn-color_v0t3q_19{color:#746250}._fawn-stroke_v0t3q_22{stroke:#746250}._fawn-fill_v0t3q_25{fill:#746250}._fawndark-bg_v0t3q_29{background-color:#55473a}._fawndark-color_v0t3q_32{color:#55473a}._fawndark-stroke_v0t3q_35{stroke:#55473a}._fawndark-fill_v0t3q_38{fill:#55473a}._fawndark2-bg_v0t3q_42{background-color:#362e25}._fawndark2-color_v0t3q_45{color:#362e25}._fawndark2-stroke_v0t3q_48{stroke:#362e25}._fawndark2-fill_v0t3q_51{fill:#362e25}._sable-bg_v0t3q_55{background-color:#cfb07b}._sable-color_v0t3q_58{color:#cfb07b}._sable-stroke_v0t3q_61{stroke:#cfb07b}._sable-fill_v0t3q_64{fill:#cfb07b}._sable50-bg_v0t3q_68{background-color:#e6d7bc}._sable50-color_v0t3q_71{color:#e6d7bc}._sable50-stroke_v0t3q_74{stroke:#e6d7bc}._sable50-fill_v0t3q_77{fill:#e6d7bc}._grischaud-bg_v0t3q_81{background-color:#f1eeec}._grischaud-color_v0t3q_84{color:#f1eeec}._grischaud-stroke_v0t3q_87{stroke:#f1eeec}._grischaud-fill_v0t3q_90{fill:#f1eeec}._grischaud50-bg_v0t3q_94{background-color:#f8f6f5}._grischaud50-color_v0t3q_97{color:#f8f6f5}._grischaud50-stroke_v0t3q_100{stroke:#f8f6f5}._grischaud50-fill_v0t3q_103{fill:#f8f6f5}._darkgrey-bg_v0t3q_107{background-color:#1d1f24}._darkgrey-color_v0t3q_110{color:#1d1f24}._darkgrey-stroke_v0t3q_113{stroke:#1d1f24}._darkgrey-fill_v0t3q_116{fill:#1d1f24}._darkgrey2-bg_v0t3q_120{background-color:#2a2c30}._darkgrey2-color_v0t3q_123{color:#2a2c30}._darkgrey2-stroke_v0t3q_126{stroke:#2a2c30}._darkgrey2-fill_v0t3q_129{fill:#2a2c30}._coolgrey-bg_v0t3q_133{background-color:#75787b}._coolgrey-color_v0t3q_136{color:#75787b}._coolgrey-stroke_v0t3q_139{stroke:#75787b}._coolgrey-fill_v0t3q_142{fill:#75787b}._coolgrey50-bg_v0t3q_146{background-color:#b3b5b7}._coolgrey50-color_v0t3q_149{color:#b3b5b7}._coolgrey50-stroke_v0t3q_152{stroke:#b3b5b7}._coolgrey50-fill_v0t3q_155{fill:#b3b5b7}._coolgrey25-bg_v0t3q_159{background-color:#dcddde}._coolgrey25-color_v0t3q_162{color:#dcddde}._coolgrey25-stroke_v0t3q_165{stroke:#dcddde}._coolgrey25-fill_v0t3q_168{fill:#dcddde}._clay2-bg_v0t3q_172{background-color:#ad594b}._clay2-color_v0t3q_175{color:#ad594b}._clay2-stroke_v0t3q_178{stroke:#ad594b}._clay2-fill_v0t3q_181{fill:#ad594b}._cerise-bg_v0t3q_185{background-color:#960051}._cerise-color_v0t3q_188{color:#960051}._cerise-stroke_v0t3q_191{stroke:#960051}._cerise-fill_v0t3q_194{fill:#960051}._red-bg_v0t3q_198{background-color:#e80216}._red-color_v0t3q_201{color:#e80216}._red-stroke_v0t3q_204{stroke:#e80216}._red-fill_v0t3q_207{fill:#e80216}._plum-bg_v0t3q_211{background-color:#5c4e63}._plum-color_v0t3q_214{color:#5c4e63}._plum-stroke_v0t3q_217{stroke:#5c4e63}._plum-fill_v0t3q_220{fill:#5c4e63}._green-bg_v0t3q_224{background-color:#b7bf10}._green-color_v0t3q_227{color:#b7bf10}._green-stroke_v0t3q_230{stroke:#b7bf10}._green-fill_v0t3q_233{fill:#b7bf10}._white-bg_v0t3q_237{background-color:#fff}._white-color_v0t3q_240{color:#fff}._white-stroke_v0t3q_243{stroke:#fff}._white-fill_v0t3q_246{fill:#fff}._black-bg_v0t3q_250{background-color:#000}._black-color_v0t3q_253{color:#000}._black-stroke_v0t3q_256{stroke:#000}._black-fill_v0t3q_259{fill:#000}._blue-bg_v0t3q_263{background-color:#2a6da7}._blue-color_v0t3q_266{color:#2a6da7}._blue-stroke_v0t3q_269{stroke:#2a6da7}._blue-fill_v0t3q_272{fill:#2a6da7}._buy-bg_v0t3q_276{background-color:#72a371}._buy-color_v0t3q_279{color:#72a371}._buy-stroke_v0t3q_282{stroke:#72a371}._buy-fill_v0t3q_285{fill:#72a371}._sell-bg_v0t3q_289{background-color:#953d51}._sell-color_v0t3q_292{color:#953d51}._sell-stroke_v0t3q_295{stroke:#953d51}._sell-fill_v0t3q_298{fill:#953d51}._hold-bg_v0t3q_302{background-color:#9a8b7f}._hold-color_v0t3q_305{color:#9a8b7f}._hold-stroke_v0t3q_308{stroke:#9a8b7f}._hold-fill_v0t3q_311{fill:#9a8b7f}._not-covered-bg_v0t3q_315{background-color:#2a2c30}._not-covered-color_v0t3q_318{color:#2a2c30}._not-covered-stroke_v0t3q_321{stroke:#2a2c30}._not-covered-fill_v0t3q_324{fill:#2a2c30}._transparent-bg_v0t3q_328{background-color:transparent!important}._text-cerise-color_v0t3q_332,a._text-cerise-color_v0t3q_332:visited{color:#960051}._with-shadow_v0t3q_336{box-shadow:#30374226 0 .25rem 1rem}h1._title_v0t3q_345,._title_v0t3q_345._h1_v0t3q_345,h2._title_v0t3q_345,._title_v0t3q_345._h2_v0t3q_347,h3._title_v0t3q_345,._title_v0t3q_345._h3_v0t3q_349,h4._title_v0t3q_345,._title_v0t3q_345._h4_v0t3q_351,h5._title_v0t3q_345,._title_v0t3q_345._h5_v0t3q_353,h6._title_v0t3q_345{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_v0t3q_359,._support_v0t3q_359._h1_v0t3q_345,h2._support_v0t3q_359,._support_v0t3q_359._h2_v0t3q_347,h3._support_v0t3q_359,._support_v0t3q_359._h3_v0t3q_349,h4._support_v0t3q_359,._support_v0t3q_359._h4_v0t3q_351,h5._support_v0t3q_359,._support_v0t3q_359._h5_v0t3q_353,h6._support_v0t3q_359{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_v0t3q_345{font-size:72px;line-height:92px}._h1_v0t3q_345._title_v0t3q_345{letter-spacing:5px}._h2_v0t3q_347{font-size:48px;line-height:64px;margin-bottom:0}._h2_v0t3q_347._title_v0t3q_345{letter-spacing:4px}._h3_v0t3q_349{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_v0t3q_349._title_v0t3q_345{letter-spacing:3px}._h3_v0t3q_349._normal_v0t3q_401{font-family:Asul;font-style:normal}._h4_v0t3q_351{font-size:24px;line-height:36px}._h4_v0t3q_351._title_v0t3q_345{letter-spacing:2px}._h5_v0t3q_353{font-size:18px;line-height:28px}._h5_v0t3q_353._title_v0t3q_345{letter-spacing:2px}._separator-title_v0t3q_422{margin-bottom:1em}._separator-title_v0t3q_422 h4,._separator-title_v0t3q_422 ._h4_v0t3q_351{margin-bottom:0;margin-top:1em}._separator-title_v0t3q_422 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_v0t3q_422 hr{margin-top:0}._text-small_v0t3q_437{font-size:14px}._text-xsmall_v0t3q_441{font-size:12px}._white-space-normal_v0t3q_445{white-space:normal}._WelcomeUser_v0t3q_449{text-transform:uppercase;font-size:2rem;margin-bottom:2rem}._WelcomeUserName_v0t3q_454{color:#960051}._MainPart_v0t3q_458{width:100%;padding:32px 16px;position:relative}._MainPart_v0t3q_458:after{content:"";background-image:url(/assets/visual-white-CWpZeg9V.jpg);background-color:#f1eeec;background-repeat:no-repeat;background-position:bottom;background-size:cover;opacity:.32;top:0;left:0;bottom:0;right:0;position:absolute;z-index:-1}._DisplayCol_v0t3q_479{display:flex;flex-direction:column}._LayoutSpacing_v0t3q_484{padding:32px 16px;display:flex;flex-flow:row wrap;justify-content:space-evenly}._ListLayoutSpacing_v0t3q_491{padding:32px 16px;display:flex;justify-content:space-evenly}._fawn-bg_10ei3_16{background-color:#746250}._fawn-color_10ei3_19{color:#746250}._fawn-stroke_10ei3_22{stroke:#746250}._fawn-fill_10ei3_25{fill:#746250}._fawndark-bg_10ei3_29{background-color:#55473a}._fawndark-color_10ei3_32{color:#55473a}._fawndark-stroke_10ei3_35{stroke:#55473a}._fawndark-fill_10ei3_38{fill:#55473a}._fawndark2-bg_10ei3_42{background-color:#362e25}._fawndark2-color_10ei3_45{color:#362e25}._fawndark2-stroke_10ei3_48{stroke:#362e25}._fawndark2-fill_10ei3_51{fill:#362e25}._sable-bg_10ei3_55{background-color:#cfb07b}._sable-color_10ei3_58{color:#cfb07b}._sable-stroke_10ei3_61{stroke:#cfb07b}._sable-fill_10ei3_64{fill:#cfb07b}._sable50-bg_10ei3_68{background-color:#e6d7bc}._sable50-color_10ei3_71{color:#e6d7bc}._sable50-stroke_10ei3_74{stroke:#e6d7bc}._sable50-fill_10ei3_77{fill:#e6d7bc}._grischaud-bg_10ei3_81{background-color:#f1eeec}._grischaud-color_10ei3_84{color:#f1eeec}._grischaud-stroke_10ei3_87{stroke:#f1eeec}._grischaud-fill_10ei3_90{fill:#f1eeec}._grischaud50-bg_10ei3_94{background-color:#f8f6f5}._grischaud50-color_10ei3_97{color:#f8f6f5}._grischaud50-stroke_10ei3_100{stroke:#f8f6f5}._grischaud50-fill_10ei3_103{fill:#f8f6f5}._darkgrey-bg_10ei3_107{background-color:#1d1f24}._darkgrey-color_10ei3_110{color:#1d1f24}._darkgrey-stroke_10ei3_113{stroke:#1d1f24}._darkgrey-fill_10ei3_116{fill:#1d1f24}._darkgrey2-bg_10ei3_120{background-color:#2a2c30}._darkgrey2-color_10ei3_123{color:#2a2c30}._darkgrey2-stroke_10ei3_126{stroke:#2a2c30}._darkgrey2-fill_10ei3_129{fill:#2a2c30}._coolgrey-bg_10ei3_133{background-color:#75787b}._coolgrey-color_10ei3_136{color:#75787b}._coolgrey-stroke_10ei3_139{stroke:#75787b}._coolgrey-fill_10ei3_142{fill:#75787b}._coolgrey50-bg_10ei3_146{background-color:#b3b5b7}._coolgrey50-color_10ei3_149{color:#b3b5b7}._coolgrey50-stroke_10ei3_152{stroke:#b3b5b7}._coolgrey50-fill_10ei3_155{fill:#b3b5b7}._coolgrey25-bg_10ei3_159{background-color:#dcddde}._coolgrey25-color_10ei3_162{color:#dcddde}._coolgrey25-stroke_10ei3_165{stroke:#dcddde}._coolgrey25-fill_10ei3_168{fill:#dcddde}._clay2-bg_10ei3_172{background-color:#ad594b}._clay2-color_10ei3_175{color:#ad594b}._clay2-stroke_10ei3_178{stroke:#ad594b}._clay2-fill_10ei3_181{fill:#ad594b}._cerise-bg_10ei3_185{background-color:#960051}._cerise-color_10ei3_188{color:#960051}._cerise-stroke_10ei3_191{stroke:#960051}._cerise-fill_10ei3_194{fill:#960051}._red-bg_10ei3_198{background-color:#e80216}._red-color_10ei3_201{color:#e80216}._red-stroke_10ei3_204{stroke:#e80216}._red-fill_10ei3_207{fill:#e80216}._plum-bg_10ei3_211{background-color:#5c4e63}._plum-color_10ei3_214{color:#5c4e63}._plum-stroke_10ei3_217{stroke:#5c4e63}._plum-fill_10ei3_220{fill:#5c4e63}._green-bg_10ei3_224{background-color:#b7bf10}._green-color_10ei3_227{color:#b7bf10}._green-stroke_10ei3_230{stroke:#b7bf10}._green-fill_10ei3_233{fill:#b7bf10}._white-bg_10ei3_237{background-color:#fff}._white-color_10ei3_240{color:#fff}._white-stroke_10ei3_243{stroke:#fff}._white-fill_10ei3_246{fill:#fff}._black-bg_10ei3_250{background-color:#000}._black-color_10ei3_253{color:#000}._black-stroke_10ei3_256{stroke:#000}._black-fill_10ei3_259{fill:#000}._blue-bg_10ei3_263{background-color:#2a6da7}._blue-color_10ei3_266{color:#2a6da7}._blue-stroke_10ei3_269{stroke:#2a6da7}._blue-fill_10ei3_272{fill:#2a6da7}._buy-bg_10ei3_276{background-color:#72a371}._buy-color_10ei3_279{color:#72a371}._buy-stroke_10ei3_282{stroke:#72a371}._buy-fill_10ei3_285{fill:#72a371}._sell-bg_10ei3_289{background-color:#953d51}._sell-color_10ei3_292{color:#953d51}._sell-stroke_10ei3_295{stroke:#953d51}._sell-fill_10ei3_298{fill:#953d51}._hold-bg_10ei3_302{background-color:#9a8b7f}._hold-color_10ei3_305{color:#9a8b7f}._hold-stroke_10ei3_308{stroke:#9a8b7f}._hold-fill_10ei3_311{fill:#9a8b7f}._not-covered-bg_10ei3_315{background-color:#2a2c30}._not-covered-color_10ei3_318{color:#2a2c30}._not-covered-stroke_10ei3_321{stroke:#2a2c30}._not-covered-fill_10ei3_324{fill:#2a2c30}._transparent-bg_10ei3_328{background-color:transparent!important}._text-cerise-color_10ei3_332,a._text-cerise-color_10ei3_332:visited{color:#960051}._with-shadow_10ei3_336{box-shadow:#30374226 0 .25rem 1rem}h1._title_10ei3_345,._title_10ei3_345._h1_10ei3_345,h2._title_10ei3_345,._title_10ei3_345._h2_10ei3_347,h3._title_10ei3_345,._title_10ei3_345._h3_10ei3_349,h4._title_10ei3_345,._title_10ei3_345._h4_10ei3_351,h5._title_10ei3_345,._title_10ei3_345._h5_10ei3_353,h6._title_10ei3_345{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_10ei3_359,._support_10ei3_359._h1_10ei3_345,h2._support_10ei3_359,._support_10ei3_359._h2_10ei3_347,h3._support_10ei3_359,._support_10ei3_359._h3_10ei3_349,h4._support_10ei3_359,._support_10ei3_359._h4_10ei3_351,h5._support_10ei3_359,._support_10ei3_359._h5_10ei3_353,h6._support_10ei3_359{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_10ei3_345{font-size:72px;line-height:92px}._h1_10ei3_345._title_10ei3_345{letter-spacing:5px}._h2_10ei3_347{font-size:48px;line-height:64px;margin-bottom:0}._h2_10ei3_347._title_10ei3_345{letter-spacing:4px}._h3_10ei3_349{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_10ei3_349._title_10ei3_345{letter-spacing:3px}._h3_10ei3_349._normal_10ei3_401{font-family:Asul;font-style:normal}._h4_10ei3_351{font-size:24px;line-height:36px}._h4_10ei3_351._title_10ei3_345{letter-spacing:2px}._h5_10ei3_353{font-size:18px;line-height:28px}._h5_10ei3_353._title_10ei3_345{letter-spacing:2px}._separator-title_10ei3_422{margin-bottom:1em}._separator-title_10ei3_422 h4,._separator-title_10ei3_422 ._h4_10ei3_351{margin-bottom:0;margin-top:1em}._separator-title_10ei3_422 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_10ei3_422 hr{margin-top:0}._text-small_10ei3_437{font-size:14px}._text-xsmall_10ei3_441{font-size:12px}._white-space-normal_10ei3_445{white-space:normal}._Grid_10ei3_449{width:1100px;display:flex;flex-flow:row wrap;margin:0}._GridCell_10ei3_456{position:relative;box-sizing:border-box;flex:none;margin:4px;padding:0;width:256px;height:256px;display:flex;flex-direction:column;justify-content:flex-end}._GridCell_10ei3_456:hover ._GridCellImg_10ei3_468{opacity:.5}._GridCellImg_10ei3_468{height:100%;width:100%;object-fit:cover;opacity:1}._GridCellInfo_10ei3_479{width:100%;position:absolute;text-align:center;color:#fff;background-color:#0006}._GridCellInfo_10ei3_479 ._GridCellDate_10ei3_486{font-size:.8rem}._fawn-bg_1pwvl_16{background-color:#746250}._fawn-color_1pwvl_19{color:#746250}._fawn-stroke_1pwvl_22{stroke:#746250}._fawn-fill_1pwvl_25{fill:#746250}._fawndark-bg_1pwvl_29{background-color:#55473a}._fawndark-color_1pwvl_32{color:#55473a}._fawndark-stroke_1pwvl_35{stroke:#55473a}._fawndark-fill_1pwvl_38{fill:#55473a}._fawndark2-bg_1pwvl_42{background-color:#362e25}._fawndark2-color_1pwvl_45{color:#362e25}._fawndark2-stroke_1pwvl_48{stroke:#362e25}._fawndark2-fill_1pwvl_51{fill:#362e25}._sable-bg_1pwvl_55{background-color:#cfb07b}._sable-color_1pwvl_58{color:#cfb07b}._sable-stroke_1pwvl_61{stroke:#cfb07b}._sable-fill_1pwvl_64{fill:#cfb07b}._sable50-bg_1pwvl_68{background-color:#e6d7bc}._sable50-color_1pwvl_71{color:#e6d7bc}._sable50-stroke_1pwvl_74{stroke:#e6d7bc}._sable50-fill_1pwvl_77{fill:#e6d7bc}._grischaud-bg_1pwvl_81{background-color:#f1eeec}._grischaud-color_1pwvl_84{color:#f1eeec}._grischaud-stroke_1pwvl_87{stroke:#f1eeec}._grischaud-fill_1pwvl_90{fill:#f1eeec}._grischaud50-bg_1pwvl_94{background-color:#f8f6f5}._grischaud50-color_1pwvl_97{color:#f8f6f5}._grischaud50-stroke_1pwvl_100{stroke:#f8f6f5}._grischaud50-fill_1pwvl_103{fill:#f8f6f5}._darkgrey-bg_1pwvl_107{background-color:#1d1f24}._darkgrey-color_1pwvl_110{color:#1d1f24}._darkgrey-stroke_1pwvl_113{stroke:#1d1f24}._darkgrey-fill_1pwvl_116{fill:#1d1f24}._darkgrey2-bg_1pwvl_120{background-color:#2a2c30}._darkgrey2-color_1pwvl_123{color:#2a2c30}._darkgrey2-stroke_1pwvl_126{stroke:#2a2c30}._darkgrey2-fill_1pwvl_129{fill:#2a2c30}._coolgrey-bg_1pwvl_133{background-color:#75787b}._coolgrey-color_1pwvl_136{color:#75787b}._coolgrey-stroke_1pwvl_139{stroke:#75787b}._coolgrey-fill_1pwvl_142{fill:#75787b}._coolgrey50-bg_1pwvl_146{background-color:#b3b5b7}._coolgrey50-color_1pwvl_149{color:#b3b5b7}._coolgrey50-stroke_1pwvl_152{stroke:#b3b5b7}._coolgrey50-fill_1pwvl_155{fill:#b3b5b7}._coolgrey25-bg_1pwvl_159{background-color:#dcddde}._coolgrey25-color_1pwvl_162{color:#dcddde}._coolgrey25-stroke_1pwvl_165{stroke:#dcddde}._coolgrey25-fill_1pwvl_168{fill:#dcddde}._clay2-bg_1pwvl_172{background-color:#ad594b}._clay2-color_1pwvl_175{color:#ad594b}._clay2-stroke_1pwvl_178{stroke:#ad594b}._clay2-fill_1pwvl_181{fill:#ad594b}._cerise-bg_1pwvl_185{background-color:#960051}._cerise-color_1pwvl_188{color:#960051}._cerise-stroke_1pwvl_191{stroke:#960051}._cerise-fill_1pwvl_194{fill:#960051}._red-bg_1pwvl_198{background-color:#e80216}._red-color_1pwvl_201{color:#e80216}._red-stroke_1pwvl_204{stroke:#e80216}._red-fill_1pwvl_207{fill:#e80216}._plum-bg_1pwvl_211{background-color:#5c4e63}._plum-color_1pwvl_214{color:#5c4e63}._plum-stroke_1pwvl_217{stroke:#5c4e63}._plum-fill_1pwvl_220{fill:#5c4e63}._green-bg_1pwvl_224{background-color:#b7bf10}._green-color_1pwvl_227{color:#b7bf10}._green-stroke_1pwvl_230{stroke:#b7bf10}._green-fill_1pwvl_233{fill:#b7bf10}._white-bg_1pwvl_237{background-color:#fff}._white-color_1pwvl_240{color:#fff}._white-stroke_1pwvl_243{stroke:#fff}._white-fill_1pwvl_246{fill:#fff}._black-bg_1pwvl_250{background-color:#000}._black-color_1pwvl_253{color:#000}._black-stroke_1pwvl_256{stroke:#000}._black-fill_1pwvl_259{fill:#000}._blue-bg_1pwvl_263{background-color:#2a6da7}._blue-color_1pwvl_266{color:#2a6da7}._blue-stroke_1pwvl_269{stroke:#2a6da7}._blue-fill_1pwvl_272{fill:#2a6da7}._buy-bg_1pwvl_276{background-color:#72a371}._buy-color_1pwvl_279{color:#72a371}._buy-stroke_1pwvl_282{stroke:#72a371}._buy-fill_1pwvl_285{fill:#72a371}._sell-bg_1pwvl_289{background-color:#953d51}._sell-color_1pwvl_292{color:#953d51}._sell-stroke_1pwvl_295{stroke:#953d51}._sell-fill_1pwvl_298{fill:#953d51}._hold-bg_1pwvl_302{background-color:#9a8b7f}._hold-color_1pwvl_305{color:#9a8b7f}._hold-stroke_1pwvl_308{stroke:#9a8b7f}._hold-fill_1pwvl_311{fill:#9a8b7f}._not-covered-bg_1pwvl_315{background-color:#2a2c30}._not-covered-color_1pwvl_318{color:#2a2c30}._not-covered-stroke_1pwvl_321{stroke:#2a2c30}._not-covered-fill_1pwvl_324{fill:#2a2c30}._transparent-bg_1pwvl_328{background-color:transparent!important}._text-cerise-color_1pwvl_332,a._text-cerise-color_1pwvl_332:visited{color:#960051}._with-shadow_1pwvl_336{box-shadow:#30374226 0 .25rem 1rem}h1._title_1pwvl_345,._title_1pwvl_345._h1_1pwvl_345,h2._title_1pwvl_345,._title_1pwvl_345._h2_1pwvl_347,h3._title_1pwvl_345,._title_1pwvl_345._h3_1pwvl_349,h4._title_1pwvl_345,._title_1pwvl_345._h4_1pwvl_351,h5._title_1pwvl_345,._title_1pwvl_345._h5_1pwvl_353,h6._title_1pwvl_345{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_1pwvl_359,._support_1pwvl_359._h1_1pwvl_345,h2._support_1pwvl_359,._support_1pwvl_359._h2_1pwvl_347,h3._support_1pwvl_359,._support_1pwvl_359._h3_1pwvl_349,h4._support_1pwvl_359,._support_1pwvl_359._h4_1pwvl_351,h5._support_1pwvl_359,._support_1pwvl_359._h5_1pwvl_353,h6._support_1pwvl_359{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_1pwvl_345{font-size:72px;line-height:92px}._h1_1pwvl_345._title_1pwvl_345{letter-spacing:5px}._h2_1pwvl_347{font-size:48px;line-height:64px;margin-bottom:0}._h2_1pwvl_347._title_1pwvl_345{letter-spacing:4px}._h3_1pwvl_349{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_1pwvl_349._title_1pwvl_345{letter-spacing:3px}._h3_1pwvl_349._normal_1pwvl_401{font-family:Asul;font-style:normal}._h4_1pwvl_351{font-size:24px;line-height:36px}._h4_1pwvl_351._title_1pwvl_345{letter-spacing:2px}._h5_1pwvl_353{font-size:18px;line-height:28px}._h5_1pwvl_353._title_1pwvl_345{letter-spacing:2px}._separator-title_1pwvl_422{margin-bottom:1em}._separator-title_1pwvl_422 h4,._separator-title_1pwvl_422 ._h4_1pwvl_351{margin-bottom:0;margin-top:1em}._separator-title_1pwvl_422 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_1pwvl_422 hr{margin-top:0}._text-small_1pwvl_437{font-size:14px}._text-xsmall_1pwvl_441{font-size:12px}._white-space-normal_1pwvl_445{white-space:normal}._Bloc_1pwvl_449{border-radius:10px;border:solid 1px #929292;display:flex;align-items:center;margin:8px}._svgContainer_1pwvl_457{width:170px;text-align:center}._svgContainer_1pwvl_457>svg{height:100px}._svgContainerNoTitle_1pwvl_465{width:170px;text-align:center}._svgContainerNoTitle_1pwvl_465>svg{height:60px}._title_1pwvl_345{font-family:Playfair Display;font-style:italic;color:#3d5567}._fawn-bg_zmzj3_16{background-color:#746250}._fawn-color_zmzj3_19{color:#746250}._fawn-stroke_zmzj3_22{stroke:#746250}._fawn-fill_zmzj3_25{fill:#746250}._fawndark-bg_zmzj3_29{background-color:#55473a}._fawndark-color_zmzj3_32{color:#55473a}._fawndark-stroke_zmzj3_35{stroke:#55473a}._fawndark-fill_zmzj3_38{fill:#55473a}._fawndark2-bg_zmzj3_42{background-color:#362e25}._fawndark2-color_zmzj3_45{color:#362e25}._fawndark2-stroke_zmzj3_48{stroke:#362e25}._fawndark2-fill_zmzj3_51{fill:#362e25}._sable-bg_zmzj3_55{background-color:#cfb07b}._sable-color_zmzj3_58{color:#cfb07b}._sable-stroke_zmzj3_61{stroke:#cfb07b}._sable-fill_zmzj3_64{fill:#cfb07b}._sable50-bg_zmzj3_68{background-color:#e6d7bc}._sable50-color_zmzj3_71{color:#e6d7bc}._sable50-stroke_zmzj3_74{stroke:#e6d7bc}._sable50-fill_zmzj3_77{fill:#e6d7bc}._grischaud-bg_zmzj3_81{background-color:#f1eeec}._grischaud-color_zmzj3_84{color:#f1eeec}._grischaud-stroke_zmzj3_87{stroke:#f1eeec}._grischaud-fill_zmzj3_90{fill:#f1eeec}._grischaud50-bg_zmzj3_94{background-color:#f8f6f5}._grischaud50-color_zmzj3_97{color:#f8f6f5}._grischaud50-stroke_zmzj3_100{stroke:#f8f6f5}._grischaud50-fill_zmzj3_103{fill:#f8f6f5}._darkgrey-bg_zmzj3_107{background-color:#1d1f24}._darkgrey-color_zmzj3_110{color:#1d1f24}._darkgrey-stroke_zmzj3_113{stroke:#1d1f24}._darkgrey-fill_zmzj3_116{fill:#1d1f24}._darkgrey2-bg_zmzj3_120{background-color:#2a2c30}._darkgrey2-color_zmzj3_123{color:#2a2c30}._darkgrey2-stroke_zmzj3_126{stroke:#2a2c30}._darkgrey2-fill_zmzj3_129{fill:#2a2c30}._coolgrey-bg_zmzj3_133{background-color:#75787b}._coolgrey-color_zmzj3_136{color:#75787b}._coolgrey-stroke_zmzj3_139{stroke:#75787b}._coolgrey-fill_zmzj3_142{fill:#75787b}._coolgrey50-bg_zmzj3_146{background-color:#b3b5b7}._coolgrey50-color_zmzj3_149{color:#b3b5b7}._coolgrey50-stroke_zmzj3_152{stroke:#b3b5b7}._coolgrey50-fill_zmzj3_155{fill:#b3b5b7}._coolgrey25-bg_zmzj3_159{background-color:#dcddde}._coolgrey25-color_zmzj3_162{color:#dcddde}._coolgrey25-stroke_zmzj3_165{stroke:#dcddde}._coolgrey25-fill_zmzj3_168{fill:#dcddde}._clay2-bg_zmzj3_172{background-color:#ad594b}._clay2-color_zmzj3_175{color:#ad594b}._clay2-stroke_zmzj3_178{stroke:#ad594b}._clay2-fill_zmzj3_181{fill:#ad594b}._cerise-bg_zmzj3_185{background-color:#960051}._cerise-color_zmzj3_188{color:#960051}._cerise-stroke_zmzj3_191{stroke:#960051}._cerise-fill_zmzj3_194{fill:#960051}._red-bg_zmzj3_198{background-color:#e80216}._red-color_zmzj3_201{color:#e80216}._red-stroke_zmzj3_204{stroke:#e80216}._red-fill_zmzj3_207{fill:#e80216}._plum-bg_zmzj3_211{background-color:#5c4e63}._plum-color_zmzj3_214{color:#5c4e63}._plum-stroke_zmzj3_217{stroke:#5c4e63}._plum-fill_zmzj3_220{fill:#5c4e63}._green-bg_zmzj3_224{background-color:#b7bf10}._green-color_zmzj3_227{color:#b7bf10}._green-stroke_zmzj3_230{stroke:#b7bf10}._green-fill_zmzj3_233{fill:#b7bf10}._white-bg_zmzj3_237{background-color:#fff}._white-color_zmzj3_240{color:#fff}._white-stroke_zmzj3_243{stroke:#fff}._white-fill_zmzj3_246{fill:#fff}._black-bg_zmzj3_250{background-color:#000}._black-color_zmzj3_253{color:#000}._black-stroke_zmzj3_256{stroke:#000}._black-fill_zmzj3_259{fill:#000}._blue-bg_zmzj3_263{background-color:#2a6da7}._blue-color_zmzj3_266{color:#2a6da7}._blue-stroke_zmzj3_269{stroke:#2a6da7}._blue-fill_zmzj3_272{fill:#2a6da7}._buy-bg_zmzj3_276{background-color:#72a371}._buy-color_zmzj3_279{color:#72a371}._buy-stroke_zmzj3_282{stroke:#72a371}._buy-fill_zmzj3_285{fill:#72a371}._sell-bg_zmzj3_289{background-color:#953d51}._sell-color_zmzj3_292{color:#953d51}._sell-stroke_zmzj3_295{stroke:#953d51}._sell-fill_zmzj3_298{fill:#953d51}._hold-bg_zmzj3_302{background-color:#9a8b7f}._hold-color_zmzj3_305{color:#9a8b7f}._hold-stroke_zmzj3_308{stroke:#9a8b7f}._hold-fill_zmzj3_311{fill:#9a8b7f}._not-covered-bg_zmzj3_315{background-color:#2a2c30}._not-covered-color_zmzj3_318{color:#2a2c30}._not-covered-stroke_zmzj3_321{stroke:#2a2c30}._not-covered-fill_zmzj3_324{fill:#2a2c30}._transparent-bg_zmzj3_328{background-color:transparent!important}._text-cerise-color_zmzj3_332,a._text-cerise-color_zmzj3_332:visited{color:#960051}._with-shadow_zmzj3_336{box-shadow:#30374226 0 .25rem 1rem}body{color:#1d1f24;font-family:Open Sans,sans-serif}h1._title_zmzj3_345,._title_zmzj3_345._h1_zmzj3_345,h2._title_zmzj3_345,._title_zmzj3_345._h2_zmzj3_347,h3._title_zmzj3_345,._title_zmzj3_345._h3_zmzj3_349,h4._title_zmzj3_345,._title_zmzj3_345._h4_zmzj3_351,h5._title_zmzj3_345,._title_zmzj3_345._h5_zmzj3_353,h6._title_zmzj3_345{font-family:Asul;text-transform:uppercase;letter-spacing:4px}h1._support_zmzj3_359,._support_zmzj3_359._h1_zmzj3_345,h2._support_zmzj3_359,._support_zmzj3_359._h2_zmzj3_347,h3._support_zmzj3_359,._support_zmzj3_359._h3_zmzj3_349,h4._support_zmzj3_359,._support_zmzj3_359._h4_zmzj3_351,h5._support_zmzj3_359,._support_zmzj3_359._h5_zmzj3_353,h6._support_zmzj3_359{font-family:Playfair Display;text-transform:none;font-weight:lighter}._h1_zmzj3_345{font-size:72px;line-height:92px}._h1_zmzj3_345._title_zmzj3_345{letter-spacing:5px}._h2_zmzj3_347{font-size:48px;line-height:64px;margin-bottom:0}._h2_zmzj3_347._title_zmzj3_345{letter-spacing:4px}._h3_zmzj3_349{font-size:32px;line-height:40px;font-family:Playfair Display;font-style:italic;color:#1d1f24}._h3_zmzj3_349._title_zmzj3_345{letter-spacing:3px}._h3_zmzj3_349._normal_zmzj3_401{font-family:Asul;font-style:normal}._h4_zmzj3_351{font-size:24px;line-height:36px}._h4_zmzj3_351._title_zmzj3_345{letter-spacing:2px}._h5_zmzj3_353{font-size:18px;line-height:28px}._h5_zmzj3_353._title_zmzj3_345{letter-spacing:2px}._separator-title_zmzj3_422{margin-bottom:1em}._separator-title_zmzj3_422 h4,._separator-title_zmzj3_422 ._h4_zmzj3_351{margin-bottom:0;margin-top:1em}._separator-title_zmzj3_422 h6{padding-top:1rem;padding-bottom:.5rem}._separator-title_zmzj3_422 hr{margin-top:0}._text-small_zmzj3_437{font-size:14px}._text-xsmall_zmzj3_441{font-size:12px}._white-space-normal_zmzj3_445{white-space:normal}._PodcastImage_zmzj3_449,._PodcastAlt_zmzj3_449{width:400px;height:220px}._PodcastAlt_zmzj3_449{display:flex;justify-content:center;align-items:center;background-color:#fff;box-shadow:0 0 2px}._PodcastForm_zmzj3_462{text-align:left;display:table}._ColumnEllipsis_1b9we_1{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
