office-ui-fabric-core-rails 6.0.1.0 → 7.0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/.travis.yml +1 -1
 - data/Rakefile +1 -1
 - data/lib/office-ui-fabric-core-rails/version.rb +2 -2
 - data/package.json +2 -2
 - data/vendor/assets/css/{fabric-6.0.1.scoped.css → fabric-7.0.0.scoped.css} +2663 -1993
 - data/vendor/assets/css/fabric-7.0.0.scoped.min.css +6 -0
 - data/vendor/assets/css/fabric.css +764 -94
 - data/vendor/assets/css/fabric.min.css +2 -2
 - data/vendor/assets/css/fabric.rtl.css +786 -108
 - data/vendor/assets/css/fabric.rtl.min.css +2 -2
 - data/vendor/assets/scss/Fabric.Scoped.scss +1 -1
 - data/vendor/assets/scss/_Font.scss +10 -0
 - data/vendor/assets/scss/_Icon.Definitions.scss +5 -4
 - data/vendor/assets/scss/_Icon.RTL.scss +3 -0
 - data/vendor/assets/scss/_Icon.scss +183 -21
 - data/vendor/assets/scss/mixins/_Animation.Mixins.scss +34 -34
 - data/vendor/assets/scss/mixins/_Font.Mixins.scss +14 -4
 - data/vendor/assets/scss/mixins/_General.Mixins.scss +36 -198
 - data/vendor/assets/scss/mixins/_Icon.Mixins.scss +176 -14
 - data/vendor/assets/scss/variables/_Font.Variables.scss +25 -24
 - data/yarn.lock +7 -0
 - metadata +6 -5
 - data/vendor/assets/css/fabric-6.0.1.scoped.min.css +0 -6
 
| 
         @@ -0,0 +1,6 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
         
     | 
| 
      
 2 
     | 
    
         
            +
            /**
         
     | 
| 
      
 3 
     | 
    
         
            +
             * Office UI Fabric Core 7.0.0
         
     | 
| 
      
 4 
     | 
    
         
            +
             * The front-end framework for building experiences for Office 365.
         
     | 
| 
      
 5 
     | 
    
         
            +
             **/
         
     | 
| 
      
 6 
     | 
    
         
            +
            @keyframes ms-slideRightIn10--v7-0-0{0%{transform:translate3d(-10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn20--v7-0-0{0%{transform:translate3d(-20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn40--v7-0-0{0%{transform:translate3d(-40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightIn400--v7-0-0{0%{transform:translate3d(-400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideRightOut40--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(40px,0,0)}}@keyframes ms-slideRightOut400--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(400px,0,0)}}@keyframes ms-slideLeftIn10--v7-0-0{0%{transform:translate3d(10px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn20--v7-0-0{0%{transform:translate3d(20px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn40--v7-0-0{0%{transform:translate3d(40px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftIn400--v7-0-0{0%{transform:translate3d(400px,0,0)}to{transform:translateZ(0)}}@keyframes ms-slideLeftOut40--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(-40px,0,0)}}@keyframes ms-slideLeftOut400--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(-400px,0,0)}}@keyframes ms-slideUpIn10--v7-0-0{0%{transform:translate3d(0,10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpIn20--v7-0-0{0%{transform:translate3d(0,20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn10--v7-0-0{0%{transform:translate3d(0,-10px,0)}to{transform:translateZ(0)}}@keyframes ms-slideDownIn20--v7-0-0{0%{transform:translate3d(0,-20px,0)}to{transform:translateZ(0)}}@keyframes ms-slideUpOut10--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(0,-10px,0)}}@keyframes ms-slideUpOut20--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(0,-20px,0)}}@keyframes ms-slideDownOut10--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(0,10px,0)}}@keyframes ms-slideDownOut20--v7-0-0{0%{transform:translateZ(0)}to{transform:translate3d(0,20px,0)}}@keyframes ms-scaleUp100--v7-0-0{0%{transform:scale3d(.98,.98,1)}to{transform:scaleX(1)}}@keyframes ms-scaleUp103--v7-0-0{0%{transform:scaleX(1)}to{transform:scale3d(1.03,1.03,1)}}@keyframes ms-scaleDown98--v7-0-0{0%{transform:scaleX(1)}to{transform:scale3d(.98,.98,1)}}@keyframes ms-scaleDown100--v7-0-0{0%{transform:scale3d(1.03,1.03,1)}to{transform:scaleX(1)}}@keyframes ms-fadeIn--v7-0-0{0%{opacity:0;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:1}}@keyframes ms-fadeOut--v7-0-0{0%{opacity:1;animation-timing-function:cubic-bezier(.1,.25,.75,.9)}to{opacity:0}}@keyframes ms-rotate90--v7-0-0{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes ms-rotateN90--v7-0-0{0%{transform:rotate(90deg)}to{transform:rotate(0deg)}}.ms-Fabric--v7-0-0 .ms-slideRightIn10{animation-name:ms-fadeIn--v7-0-0,ms-slideRightIn10--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideRightIn20{animation-name:ms-fadeIn--v7-0-0,ms-slideRightIn20--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideRightIn40{animation-name:ms-fadeIn--v7-0-0,ms-slideRightIn40--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideRightIn400{animation-name:ms-fadeIn--v7-0-0,ms-slideRightIn400--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideRightOut40{animation-name:ms-fadeOut--v7-0-0,ms-slideRightOut40--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideRightOut400{animation-name:ms-fadeOut--v7-0-0,ms-slideRightOut400--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideLeftIn10{animation-name:ms-fadeIn--v7-0-0,ms-slideLeftIn10--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideLeftIn20{animation-name:ms-fadeIn--v7-0-0,ms-slideLeftIn20--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideLeftIn40{animation-name:ms-fadeIn--v7-0-0,ms-slideLeftIn40--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideLeftIn400{animation-name:ms-fadeIn--v7-0-0,ms-slideLeftIn400--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideLeftOut40{animation-name:ms-fadeOut--v7-0-0,ms-slideLeftOut40--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideLeftOut400{animation-name:ms-fadeOut--v7-0-0,ms-slideLeftOut400--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideUpIn10{animation-name:ms-fadeIn--v7-0-0,ms-slideUpIn10--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideUpIn20{animation-name:ms-fadeIn--v7-0-0,ms-slideUpIn20--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideDownIn10{animation-name:ms-fadeIn--v7-0-0,ms-slideDownIn10--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideDownIn20{animation-name:ms-fadeIn--v7-0-0,ms-slideDownIn20--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideUpOut10{animation-name:ms-fadeOut--v7-0-0,ms-slideUpOut10--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideUpOut20{animation-name:ms-fadeOut--v7-0-0,ms-slideUpOut20--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideDownOut10{animation-name:ms-fadeOut--v7-0-0,ms-slideDownOut10--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-slideDownOut20{animation-name:ms-fadeOut--v7-0-0,ms-slideDownOut20--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-scaleUpIn100{animation-name:ms-fadeIn--v7-0-0,ms-scaleUp100--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-scaleUpOut103{animation-name:ms-fadeOut--v7-0-0,ms-scaleUp103--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-scaleDownOut98{animation-name:ms-fadeOut--v7-0-0,ms-scaleDown98--v7-0-0;animation-duration:.167s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-scaleDownIn100{animation-name:ms-fadeIn--v7-0-0,ms-scaleDown100--v7-0-0;animation-duration:.367s;animation-timing-function:cubic-bezier(.1,.9,.2,1);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeIn100{animation-duration:.167s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeIn200{animation-duration:.267s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeIn400{animation-duration:.367s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeIn500{animation-duration:.467s;animation-name:ms-fadeIn;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeOut100{animation-duration:.1s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeOut200{animation-duration:.167s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeOut400{animation-duration:.367s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-fadeOut500{animation-duration:.467s;animation-name:ms-fadeOut;animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-expandCollapse100{transition:height .1s cubic-bezier(.1,.25,.75,.9)}.ms-Fabric--v7-0-0 .ms-expandCollapse200{transition:height .167s cubic-bezier(.1,.25,.75,.9)}.ms-Fabric--v7-0-0 .ms-expandCollapse400{transition:height .367s cubic-bezier(.1,.25,.75,.9)}.ms-Fabric--v7-0-0 .ms-delay100{animation-delay:.167s}.ms-Fabric--v7-0-0 .ms-delay200{animation-delay:.267s}.ms-Fabric--v7-0-0 .ms-rotate90deg{animation-name:ms-rotate90--v7-0-0;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-rotateN90deg{animation-name:ms-rotateN90--v7-0-0;animation-duration:.1s;animation-timing-function:cubic-bezier(.1,.25,.75,.9);animation-fill-mode:both}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--icon16{background-size:100% 100%;width:16px;height:16px}.ms-Fabric--v7-0-0 .ms-BrandIcon--icon48{background-size:100% 100%;width:48px;height:48px}.ms-Fabric--v7-0-0 .ms-BrandIcon--icon96{background-size:100% 100%;width:96px;height:96px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi){.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x1_5.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x1_5.png)}}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x2.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x2.png)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:288dpi){.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--access.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/access_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--excel.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/excel_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--infopath.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/infopath_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--office.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/office_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onedrive.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onedrive_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onenote.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/onenote_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--outlook.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/outlook_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--powerpoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/powerpoint_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--project.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/project_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--sharepoint.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/sharepoint_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--visio.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/visio_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--word.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/product/png/word_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--accdb.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/accdb_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--csv.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/csv_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--docx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/docx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--dotx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/dotx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpp_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--mpt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/mpt_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odp.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odp_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ods.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ods_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--odt.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/odt_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--one.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/one_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onepkg.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onepkg_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--onetoc.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/onetoc_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--potx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/potx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--ppsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/ppsx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pptx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pptx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--pub.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/pub_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vsdx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vsdx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vssx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vssx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--vstx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/vstx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xls.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xls_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xlsx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xlsx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xltx.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xltx_96x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon16{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_16x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon48{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_48x3.png)}.ms-Fabric--v7-0-0 .ms-BrandIcon--xsn.ms-BrandIcon--icon96{background-image:url(https://static2.sharepointonline.com/files/fabric/assets/brand-icons/document/png/xsn_96x3.png)}}.ms-Fabric--v7-0-0 .ms-bgColor-themeDark,.ms-Fabric--v7-0-0 .ms-bgColor-themeDark--hover:hover{background-color:#005a9e}.ms-Fabric--v7-0-0 .ms-bgColor-themeDarkAlt,.ms-Fabric--v7-0-0 .ms-bgColor-themeDarkAlt--hover:hover{background-color:#106ebe}.ms-Fabric--v7-0-0 .ms-bgColor-themeDarker,.ms-Fabric--v7-0-0 .ms-bgColor-themeDarker--hover:hover{background-color:#004578}.ms-Fabric--v7-0-0 .ms-bgColor-themePrimary,.ms-Fabric--v7-0-0 .ms-bgColor-themePrimary--hover:hover{background-color:#0078d7}.ms-Fabric--v7-0-0 .ms-bgColor-themeSecondary,.ms-Fabric--v7-0-0 .ms-bgColor-themeSecondary--hover:hover{background-color:#2488d8}.ms-Fabric--v7-0-0 .ms-bgColor-themeTertiary,.ms-Fabric--v7-0-0 .ms-bgColor-themeTertiary--hover:hover{background-color:#69afe5}.ms-Fabric--v7-0-0 .ms-bgColor-themeLight,.ms-Fabric--v7-0-0 .ms-bgColor-themeLight--hover:hover{background-color:#c7e0f4}.ms-Fabric--v7-0-0 .ms-bgColor-themeLighter,.ms-Fabric--v7-0-0 .ms-bgColor-themeLighter--hover:hover{background-color:#deecf9}.ms-Fabric--v7-0-0 .ms-bgColor-themeLighterAlt,.ms-Fabric--v7-0-0 .ms-bgColor-themeLighterAlt--hover:hover{background-color:#eff6fc}.ms-Fabric--v7-0-0 .ms-bgColor-black,.ms-Fabric--v7-0-0 .ms-bgColor-black--hover:hover{background-color:#000}.ms-Fabric--v7-0-0 .ms-bgColor-neutralDark,.ms-Fabric--v7-0-0 .ms-bgColor-neutralDark--hover:hover{background-color:#212121}.ms-Fabric--v7-0-0 .ms-bgColor-neutralPrimary,.ms-Fabric--v7-0-0 .ms-bgColor-neutralPrimary--hover:hover{background-color:#333}.ms-Fabric--v7-0-0 .ms-bgColor-neutralPrimaryAlt,.ms-Fabric--v7-0-0 .ms-bgColor-neutralPrimaryAlt--hover:hover{background-color:#3c3c3c}.ms-Fabric--v7-0-0 .ms-bgColor-neutralSecondary,.ms-Fabric--v7-0-0 .ms-bgColor-neutralSecondary--hover:hover{background-color:#666}.ms-Fabric--v7-0-0 .ms-bgColor-neutralSecondaryAlt,.ms-Fabric--v7-0-0 .ms-bgColor-neutralSecondaryAlt--hover:hover{background-color:#767676}.ms-Fabric--v7-0-0 .ms-bgColor-neutralTertiary,.ms-Fabric--v7-0-0 .ms-bgColor-neutralTertiary--hover:hover{background-color:#a6a6a6}.ms-Fabric--v7-0-0 .ms-bgColor-neutralTertiaryAlt,.ms-Fabric--v7-0-0 .ms-bgColor-neutralTertiaryAlt--hover:hover{background-color:#c8c8c8}.ms-Fabric--v7-0-0 .ms-bgColor-neutralLight,.ms-Fabric--v7-0-0 .ms-bgColor-neutralLight--hover:hover{background-color:#eaeaea}.ms-Fabric--v7-0-0 .ms-bgColor-neutralLighter,.ms-Fabric--v7-0-0 .ms-bgColor-neutralLighter--hover:hover{background-color:#f4f4f4}.ms-Fabric--v7-0-0 .ms-bgColor-neutralLighterAlt,.ms-Fabric--v7-0-0 .ms-bgColor-neutralLighterAlt--hover:hover{background-color:#f8f8f8}.ms-Fabric--v7-0-0 .ms-bgColor-white,.ms-Fabric--v7-0-0 .ms-bgColor-white--hover:hover{background-color:#fff}.ms-Fabric--v7-0-0 .ms-bgColor-yellow{background-color:#ffb900}.ms-Fabric--v7-0-0 .ms-bgColor-yellowLight{background-color:#fff100}.ms-Fabric--v7-0-0 .ms-bgColor-orange{background-color:#d83b01}.ms-Fabric--v7-0-0 .ms-bgColor-orangeLight{background-color:#ea4300}.ms-Fabric--v7-0-0 .ms-bgColor-orangeLighter{background-color:#ff8c00}.ms-Fabric--v7-0-0 .ms-bgColor-redDark{background-color:#a80000}.ms-Fabric--v7-0-0 .ms-bgColor-red{background-color:#e81123}.ms-Fabric--v7-0-0 .ms-bgColor-magentaDark{background-color:#5c005c}.ms-Fabric--v7-0-0 .ms-bgColor-magenta{background-color:#b4009e}.ms-Fabric--v7-0-0 .ms-bgColor-magentaLight{background-color:#e3008c}.ms-Fabric--v7-0-0 .ms-bgColor-purpleDark{background-color:#32145a}.ms-Fabric--v7-0-0 .ms-bgColor-purple{background-color:#5c2d91}.ms-Fabric--v7-0-0 .ms-bgColor-purpleLight{background-color:#b4a0ff}.ms-Fabric--v7-0-0 .ms-bgColor-blueDark{background-color:#002050}.ms-Fabric--v7-0-0 .ms-bgColor-blueMid{background-color:#00188f}.ms-Fabric--v7-0-0 .ms-bgColor-blue{background-color:#0078d7}.ms-Fabric--v7-0-0 .ms-bgColor-blueLight{background-color:#00bcf2}.ms-Fabric--v7-0-0 .ms-bgColor-tealDark{background-color:#004b50}.ms-Fabric--v7-0-0 .ms-bgColor-teal{background-color:#008272}.ms-Fabric--v7-0-0 .ms-bgColor-tealLight{background-color:#00b294}.ms-Fabric--v7-0-0 .ms-bgColor-greenDark{background-color:#004b1c}.ms-Fabric--v7-0-0 .ms-bgColor-green{background-color:#107c10}.ms-Fabric--v7-0-0 .ms-bgColor-greenLight{background-color:#bad80a}.ms-Fabric--v7-0-0 .ms-bgColor-info{background-color:#f4f4f4}.ms-Fabric--v7-0-0 .ms-bgColor-success{background-color:#dff6dd}.ms-Fabric--v7-0-0 .ms-bgColor-severeWarning{background-color:#fed9cc}.ms-Fabric--v7-0-0 .ms-bgColor-warning{background-color:#fff4ce}.ms-Fabric--v7-0-0 .ms-bgColor-error{background-color:#fde7e9}.ms-Fabric--v7-0-0 .ms-borderColor-themeDark,.ms-Fabric--v7-0-0 .ms-borderColor-themeDark--hover:hover{border-color:#005a9e}.ms-Fabric--v7-0-0 .ms-borderColor-themeDarkAlt,.ms-Fabric--v7-0-0 .ms-borderColor-themeDarkAlt--hover:hover{border-color:#106ebe}.ms-Fabric--v7-0-0 .ms-borderColor-themeDarker,.ms-Fabric--v7-0-0 .ms-borderColor-themeDarker--hover:hover{border-color:#004578}.ms-Fabric--v7-0-0 .ms-borderColor-themePrimary,.ms-Fabric--v7-0-0 .ms-borderColor-themePrimary--hover:hover{border-color:#0078d7}.ms-Fabric--v7-0-0 .ms-borderColor-themeSecondary,.ms-Fabric--v7-0-0 .ms-borderColor-themeSecondary--hover:hover{border-color:#2488d8}.ms-Fabric--v7-0-0 .ms-borderColor-themeTertiary,.ms-Fabric--v7-0-0 .ms-borderColor-themeTertiary--hover:hover{border-color:#69afe5}.ms-Fabric--v7-0-0 .ms-borderColor-themeLight,.ms-Fabric--v7-0-0 .ms-borderColor-themeLight--hover:hover{border-color:#c7e0f4}.ms-Fabric--v7-0-0 .ms-borderColor-themeLighter,.ms-Fabric--v7-0-0 .ms-borderColor-themeLighter--hover:hover{border-color:#deecf9}.ms-Fabric--v7-0-0 .ms-borderColor-themeLighterAlt,.ms-Fabric--v7-0-0 .ms-borderColor-themeLighterAlt--hover:hover{border-color:#eff6fc}.ms-Fabric--v7-0-0 .ms-borderColor-black,.ms-Fabric--v7-0-0 .ms-borderColor-black--hover:hover{border-color:#000}.ms-Fabric--v7-0-0 .ms-borderColor-neutralDark,.ms-Fabric--v7-0-0 .ms-borderColor-neutralDark--hover:hover{border-color:#212121}.ms-Fabric--v7-0-0 .ms-borderColor-neutralPrimary,.ms-Fabric--v7-0-0 .ms-borderColor-neutralPrimary--hover:hover{border-color:#333}.ms-Fabric--v7-0-0 .ms-borderColor-neutralPrimaryAlt,.ms-Fabric--v7-0-0 .ms-borderColor-neutralPrimaryAlt--hover:hover{border-color:#3c3c3c}.ms-Fabric--v7-0-0 .ms-borderColor-neutralSecondary,.ms-Fabric--v7-0-0 .ms-borderColor-neutralSecondary--hover:hover{border-color:#666}.ms-Fabric--v7-0-0 .ms-borderColor-neutralSecondaryAlt,.ms-Fabric--v7-0-0 .ms-borderColor-neutralSecondaryAlt--hover:hover{border-color:#767676}.ms-Fabric--v7-0-0 .ms-borderColor-neutralTertiary,.ms-Fabric--v7-0-0 .ms-borderColor-neutralTertiary--hover:hover{border-color:#a6a6a6}.ms-Fabric--v7-0-0 .ms-borderColor-neutralTertiaryAlt,.ms-Fabric--v7-0-0 .ms-borderColor-neutralTertiaryAlt--hover:hover{border-color:#c8c8c8}.ms-Fabric--v7-0-0 .ms-borderColor-neutralLight,.ms-Fabric--v7-0-0 .ms-borderColor-neutralLight--hover:hover{border-color:#eaeaea}.ms-Fabric--v7-0-0 .ms-borderColor-neutralLighter,.ms-Fabric--v7-0-0 .ms-borderColor-neutralLighter--hover:hover{border-color:#f4f4f4}.ms-Fabric--v7-0-0 .ms-borderColor-neutralLighterAlt,.ms-Fabric--v7-0-0 .ms-borderColor-neutralLighterAlt--hover:hover{border-color:#f8f8f8}.ms-Fabric--v7-0-0 .ms-borderColor-white,.ms-Fabric--v7-0-0 .ms-borderColor-white--hover:hover{border-color:#fff}.ms-Fabric--v7-0-0 .ms-borderColor-yellow{border-color:#ffb900}.ms-Fabric--v7-0-0 .ms-borderColor-yellowLight{border-color:#fff100}.ms-Fabric--v7-0-0 .ms-borderColor-orange{border-color:#d83b01}.ms-Fabric--v7-0-0 .ms-borderColor-orangeLight{border-color:#ea4300}.ms-Fabric--v7-0-0 .ms-borderColor-orangeLighter{border-color:#ff8c00}.ms-Fabric--v7-0-0 .ms-borderColor-redDark{border-color:#a80000}.ms-Fabric--v7-0-0 .ms-borderColor-red{border-color:#e81123}.ms-Fabric--v7-0-0 .ms-borderColor-magentaDark{border-color:#5c005c}.ms-Fabric--v7-0-0 .ms-borderColor-magenta{border-color:#b4009e}.ms-Fabric--v7-0-0 .ms-borderColor-magentaLight{border-color:#e3008c}.ms-Fabric--v7-0-0 .ms-borderColor-purpleDark{border-color:#32145a}.ms-Fabric--v7-0-0 .ms-borderColor-purple{border-color:#5c2d91}.ms-Fabric--v7-0-0 .ms-borderColor-purpleLight{border-color:#b4a0ff}.ms-Fabric--v7-0-0 .ms-borderColor-blueDark{border-color:#002050}.ms-Fabric--v7-0-0 .ms-borderColor-blueMid{border-color:#00188f}.ms-Fabric--v7-0-0 .ms-borderColor-blue{border-color:#0078d7}.ms-Fabric--v7-0-0 .ms-borderColor-blueLight{border-color:#00bcf2}.ms-Fabric--v7-0-0 .ms-borderColor-tealDark{border-color:#004b50}.ms-Fabric--v7-0-0 .ms-borderColor-teal{border-color:#008272}.ms-Fabric--v7-0-0 .ms-borderColor-tealLight{border-color:#00b294}.ms-Fabric--v7-0-0 .ms-borderColor-greenDark{border-color:#004b1c}.ms-Fabric--v7-0-0 .ms-borderColor-green{border-color:#107c10}.ms-Fabric--v7-0-0 .ms-borderColor-greenLight{border-color:#bad80a}.ms-Fabric--v7-0-0 .ms-borderColorTop-themePrimary,.ms-Fabric--v7-0-0 .ms-borderColorTop-themePrimary--hover:hover{border-top-color:#0078d7}.ms-Fabric--v7-0-0 .ms-font-su{font-size:42px;font-weight:100}.ms-Fabric--v7-0-0 .ms-font-xxl{font-size:28px;font-weight:100}.ms-Fabric--v7-0-0 .ms-font-xl-plus{font-size:24px;font-weight:100}.ms-Fabric--v7-0-0 .ms-font-xl{font-size:21px;font-weight:100}.ms-Fabric--v7-0-0 .ms-font-l{font-size:17px;font-weight:300}.ms-Fabric--v7-0-0 .ms-font-m-plus{font-size:15px;font-weight:400}.ms-Fabric--v7-0-0 .ms-font-m{font-size:14px;font-weight:400}.ms-Fabric--v7-0-0 .ms-font-s-plus{font-size:13px;font-weight:400}.ms-Fabric--v7-0-0 .ms-font-s{font-size:12px;font-weight:400}.ms-Fabric--v7-0-0 .ms-font-xs{font-size:11px;font-weight:400}.ms-Fabric--v7-0-0 .ms-font-mi{font-size:10px;font-weight:600}.ms-Fabric--v7-0-0 .ms-fontWeight-light,.ms-Fabric--v7-0-0 .ms-fontWeight-light--hover:hover{font-weight:100}.ms-Fabric--v7-0-0 .ms-fontWeight-semilight,.ms-Fabric--v7-0-0 .ms-fontWeight-semilight--hover:hover{font-weight:300}.ms-Fabric--v7-0-0 .ms-fontWeight-regular,.ms-Fabric--v7-0-0 .ms-fontWeight-regular--hover:hover{font-weight:400}.ms-Fabric--v7-0-0 .ms-fontWeight-semibold,.ms-Fabric--v7-0-0 .ms-fontWeight-semibold--hover:hover{font-weight:600}.ms-Fabric--v7-0-0 .ms-fontSize-su{font-size:42px}.ms-Fabric--v7-0-0 .ms-fontSize-xxl{font-size:28px}.ms-Fabric--v7-0-0 .ms-fontSize-xlPlus{font-size:24px}.ms-Fabric--v7-0-0 .ms-fontSize-xl{font-size:21px}.ms-Fabric--v7-0-0 .ms-fontSize-l{font-size:17px}.ms-Fabric--v7-0-0 .ms-fontSize-mPlus{font-size:15px}.ms-Fabric--v7-0-0 .ms-fontSize-m{font-size:14px}.ms-Fabric--v7-0-0 .ms-fontSize-sPlus{font-size:13px}.ms-Fabric--v7-0-0 .ms-fontSize-s{font-size:12px}.ms-Fabric--v7-0-0 .ms-fontSize-xs{font-size:11px}.ms-Fabric--v7-0-0 .ms-fontSize-mi{font-size:10px}.ms-Fabric--v7-0-0 .ms-fontColor-themeDarker,.ms-Fabric--v7-0-0 .ms-fontColor-themeDarker--hover:hover{color:#004578}.ms-Fabric--v7-0-0 .ms-fontColor-themeDark,.ms-Fabric--v7-0-0 .ms-fontColor-themeDark--hover:hover{color:#005a9e}.ms-Fabric--v7-0-0 .ms-fontColor-themeDarkAlt,.ms-Fabric--v7-0-0 .ms-fontColor-themeDarkAlt--hover:hover{color:#106ebe}.ms-Fabric--v7-0-0 .ms-fontColor-themePrimary,.ms-Fabric--v7-0-0 .ms-fontColor-themePrimary--hover:hover{color:#0078d7}.ms-Fabric--v7-0-0 .ms-fontColor-themeSecondary,.ms-Fabric--v7-0-0 .ms-fontColor-themeSecondary--hover:hover{color:#2488d8}.ms-Fabric--v7-0-0 .ms-fontColor-themeTertiary,.ms-Fabric--v7-0-0 .ms-fontColor-themeTertiary--hover:hover{color:#69afe5}.ms-Fabric--v7-0-0 .ms-fontColor-themeLight,.ms-Fabric--v7-0-0 .ms-fontColor-themeLight--hover:hover{color:#c7e0f4}.ms-Fabric--v7-0-0 .ms-fontColor-themeLighter,.ms-Fabric--v7-0-0 .ms-fontColor-themeLighter--hover:hover{color:#deecf9}.ms-Fabric--v7-0-0 .ms-fontColor-themeLighterAlt,.ms-Fabric--v7-0-0 .ms-fontColor-themeLighterAlt--hover:hover{color:#eff6fc}.ms-Fabric--v7-0-0 .ms-fontColor-black,.ms-Fabric--v7-0-0 .ms-fontColor-black--hover:hover{color:#000}.ms-Fabric--v7-0-0 .ms-fontColor-neutralDark,.ms-Fabric--v7-0-0 .ms-fontColor-neutralDark--hover:hover{color:#212121}.ms-Fabric--v7-0-0 .ms-fontColor-neutralPrimary,.ms-Fabric--v7-0-0 .ms-fontColor-neutralPrimary--hover:hover{color:#333}.ms-Fabric--v7-0-0 .ms-fontColor-neutralPrimaryAlt,.ms-Fabric--v7-0-0 .ms-fontColor-neutralPrimaryAlt--hover:hover{color:#3c3c3c}.ms-Fabric--v7-0-0 .ms-fontColor-neutralSecondary,.ms-Fabric--v7-0-0 .ms-fontColor-neutralSecondary--hover:hover{color:#666}.ms-Fabric--v7-0-0 .ms-fontColor-neutralSecondaryAlt,.ms-Fabric--v7-0-0 .ms-fontColor-neutralSecondaryAlt--hover:hover{color:#767676}.ms-Fabric--v7-0-0 .ms-fontColor-neutralTertiary,.ms-Fabric--v7-0-0 .ms-fontColor-neutralTertiary--hover:hover{color:#a6a6a6}.ms-Fabric--v7-0-0 .ms-fontColor-neutralTertiaryAlt,.ms-Fabric--v7-0-0 .ms-fontColor-neutralTertiaryAlt--hover:hover{color:#c8c8c8}.ms-Fabric--v7-0-0 .ms-fontColor-neutralLight,.ms-Fabric--v7-0-0 .ms-fontColor-neutralLight--hover:hover{color:#eaeaea}.ms-Fabric--v7-0-0 .ms-fontColor-neutralLighter,.ms-Fabric--v7-0-0 .ms-fontColor-neutralLighter--hover:hover{color:#f4f4f4}.ms-Fabric--v7-0-0 .ms-fontColor-neutralLighterAlt,.ms-Fabric--v7-0-0 .ms-fontColor-neutralLighterAlt--hover:hover{color:#f8f8f8}.ms-Fabric--v7-0-0 .ms-fontColor-white,.ms-Fabric--v7-0-0 .ms-fontColor-white--hover:hover{color:#fff}.ms-Fabric--v7-0-0 .ms-fontColor-yellow,.ms-Fabric--v7-0-0 .ms-fontColor-yellow--hover:hover{color:#ffb900}.ms-Fabric--v7-0-0 .ms-fontColor-yellowLight,.ms-Fabric--v7-0-0 .ms-fontColor-yellowLight--hover:hover{color:#fff100}.ms-Fabric--v7-0-0 .ms-fontColor-orange,.ms-Fabric--v7-0-0 .ms-fontColor-orange--hover:hover{color:#d83b01}.ms-Fabric--v7-0-0 .ms-fontColor-orangeLight,.ms-Fabric--v7-0-0 .ms-fontColor-orangeLight--hover:hover{color:#ea4300}.ms-Fabric--v7-0-0 .ms-fontColor-orangeLighter,.ms-Fabric--v7-0-0 .ms-fontColor-orangeLighter--hover:hover{color:#ff8c00}.ms-Fabric--v7-0-0 .ms-fontColor-redDark,.ms-Fabric--v7-0-0 .ms-fontColor-redDark--hover:hover{color:#a80000}.ms-Fabric--v7-0-0 .ms-fontColor-red,.ms-Fabric--v7-0-0 .ms-fontColor-red--hover:hover{color:#e81123}.ms-Fabric--v7-0-0 .ms-fontColor-magentaDark,.ms-Fabric--v7-0-0 .ms-fontColor-magentaDark--hover:hover{color:#5c005c}.ms-Fabric--v7-0-0 .ms-fontColor-magenta,.ms-Fabric--v7-0-0 .ms-fontColor-magenta--hover:hover{color:#b4009e}.ms-Fabric--v7-0-0 .ms-fontColor-magentaLight,.ms-Fabric--v7-0-0 .ms-fontColor-magentaLight--hover:hover{color:#e3008c}.ms-Fabric--v7-0-0 .ms-fontColor-purpleDark,.ms-Fabric--v7-0-0 .ms-fontColor-purpleDark--hover:hover{color:#32145a}.ms-Fabric--v7-0-0 .ms-fontColor-purple,.ms-Fabric--v7-0-0 .ms-fontColor-purple--hover:hover{color:#5c2d91}.ms-Fabric--v7-0-0 .ms-fontColor-purpleLight,.ms-Fabric--v7-0-0 .ms-fontColor-purpleLight--hover:hover{color:#b4a0ff}.ms-Fabric--v7-0-0 .ms-fontColor-blueDark,.ms-Fabric--v7-0-0 .ms-fontColor-blueDark--hover:hover{color:#002050}.ms-Fabric--v7-0-0 .ms-fontColor-blueMid,.ms-Fabric--v7-0-0 .ms-fontColor-blueMid--hover:hover{color:#00188f}.ms-Fabric--v7-0-0 .ms-fontColor-blue,.ms-Fabric--v7-0-0 .ms-fontColor-blue--hover:hover{color:#0078d7}.ms-Fabric--v7-0-0 .ms-fontColor-blueLight,.ms-Fabric--v7-0-0 .ms-fontColor-blueLight--hover:hover{color:#00bcf2}.ms-Fabric--v7-0-0 .ms-fontColor-tealDark,.ms-Fabric--v7-0-0 .ms-fontColor-tealDark--hover:hover{color:#004b50}.ms-Fabric--v7-0-0 .ms-fontColor-teal,.ms-Fabric--v7-0-0 .ms-fontColor-teal--hover:hover{color:#008272}.ms-Fabric--v7-0-0 .ms-fontColor-tealLight,.ms-Fabric--v7-0-0 .ms-fontColor-tealLight--hover:hover{color:#00b294}.ms-Fabric--v7-0-0 .ms-fontColor-greenDark,.ms-Fabric--v7-0-0 .ms-fontColor-greenDark--hover:hover{color:#004b1c}.ms-Fabric--v7-0-0 .ms-fontColor-green,.ms-Fabric--v7-0-0 .ms-fontColor-green--hover:hover{color:#107c10}.ms-Fabric--v7-0-0 .ms-fontColor-greenLight,.ms-Fabric--v7-0-0 .ms-fontColor-greenLight--hover:hover{color:#bad80a}.ms-Fabric--v7-0-0 .ms-fontColor-info,.ms-Fabric--v7-0-0 .ms-fontColor-info--hover:hover{color:#767676}.ms-Fabric--v7-0-0 .ms-fontColor-success,.ms-Fabric--v7-0-0 .ms-fontColor-success--hover:hover{color:#107c10}.ms-Fabric--v7-0-0 .ms-fontColor-alert,.ms-Fabric--v7-0-0 .ms-fontColor-alert--hover:hover{color:#d83b01}.ms-Fabric--v7-0-0 .ms-fontColor-warning,.ms-Fabric--v7-0-0 .ms-fontColor-warning--hover:hover{color:#767676}.ms-Fabric--v7-0-0 .ms-fontColor-severeWarning,.ms-Fabric--v7-0-0 .ms-fontColor-severeWarning--hover:hover{color:#d83b01}.ms-Fabric--v7-0-0 .ms-fontColor-error,.ms-Fabric--v7-0-0 .ms-fontColor-error--hover:hover{color:#a80000}.ms-Fabric--v7-0-0 .ms-Grid{box-sizing:border-box;*zoom:1;padding:0 8px}.ms-Fabric--v7-0-0 .ms-Grid:after,.ms-Fabric--v7-0-0 .ms-Grid:before{display:table;content:"";line-height:0}.ms-Fabric--v7-0-0 .ms-Grid:after{clear:both}.ms-Fabric--v7-0-0 .ms-Grid-row{margin:0 -8px;box-sizing:border-box;*zoom:1}.ms-Fabric--v7-0-0 .ms-Grid-row:after,.ms-Fabric--v7-0-0 .ms-Grid-row:before{display:table;content:"";line-height:0}.ms-Fabric--v7-0-0 .ms-Grid-row:after{clear:both}.ms-Fabric--v7-0-0 .ms-Grid-col{position:relative;min-height:1px;padding-left:8px;padding-right:8px;box-sizing:border-box;float:left}.ms-Fabric--v7-0-0 .ms-Grid-col .ms-Grid{padding:0}.ms-Fabric--v7-0-0 .ms-Icon{display:inline-block;font-family:FabricMDL2Icons-7;font-style:normal;font-weight:400;speak:none}.ms-Fabric--v7-0-0 .ms-Icon--circle{position:relative;display:inline-block;font-size:1rem;width:1em;height:1em;margin:0 .5em 0 0;padding:0;text-align:left}.ms-Fabric--v7-0-0 .ms-Icon--circle:after,.ms-Fabric--v7-0-0 .ms-Icon--circle:before{line-height:1;font-size:inherit}.ms-Fabric--v7-0-0 .ms-Icon--circle:before{display:block;width:100%;height:100%;margin:0;padding:0;vertical-align:top;position:absolute}.ms-Fabric--v7-0-0 .ms-Icon--circle:after{content:"\e000";position:absolute;top:0;left:0;transform:scale(2);transform-origin:50% 50%;z-index:0}.ms-Fabric--v7-0-0 .ms-Icon--xs{font-size:10px}.ms-Fabric--v7-0-0 .ms-Icon--s{font-size:12px}.ms-Fabric--v7-0-0 .ms-Icon--m{font-size:16px}.ms-Fabric--v7-0-0 .ms-Icon--l{font-size:20px}.ms-Fabric--v7-0-0 .ms-Icon--DecreaseIndentLegacy:before{content:"\E290"}.ms-Fabric--v7-0-0 .ms-Icon--IncreaseIndentLegacy:before{content:"\E291"}.ms-Fabric--v7-0-0 .ms-Icon--GlobalNavButton:before{content:"\E700"}.ms-Fabric--v7-0-0 .ms-Icon--InternetSharing:before{content:"\E704"}.ms-Fabric--v7-0-0 .ms-Icon--Brightness:before{content:"\E706"}.ms-Fabric--v7-0-0 .ms-Icon--MapPin:before{content:"\E707"}.ms-Fabric--v7-0-0 .ms-Icon--Airplane:before{content:"\E709"}.ms-Fabric--v7-0-0 .ms-Icon--Tablet:before{content:"\E70A"}.ms-Fabric--v7-0-0 .ms-Icon--QuickNote:before{content:"\E70B"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronDown:before{content:"\E70D"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronUp:before{content:"\E70E"}.ms-Fabric--v7-0-0 .ms-Icon--Edit:before{content:"\E70F"}.ms-Fabric--v7-0-0 .ms-Icon--Add:before{content:"\E710"}.ms-Fabric--v7-0-0 .ms-Icon--Cancel:before{content:"\E711"}.ms-Fabric--v7-0-0 .ms-Icon--More:before{content:"\E712"}.ms-Fabric--v7-0-0 .ms-Icon--Settings:before{content:"\E713"}.ms-Fabric--v7-0-0 .ms-Icon--Video:before{content:"\E714"}.ms-Fabric--v7-0-0 .ms-Icon--Mail:before{content:"\E715"}.ms-Fabric--v7-0-0 .ms-Icon--People:before{content:"\E716"}.ms-Fabric--v7-0-0 .ms-Icon--Phone:before{content:"\E717"}.ms-Fabric--v7-0-0 .ms-Icon--Pin:before{content:"\E718"}.ms-Fabric--v7-0-0 .ms-Icon--Shop:before{content:"\E719"}.ms-Fabric--v7-0-0 .ms-Icon--Stop:before{content:"\E71A"}.ms-Fabric--v7-0-0 .ms-Icon--Link:before{content:"\E71B"}.ms-Fabric--v7-0-0 .ms-Icon--Filter:before{content:"\E71C"}.ms-Fabric--v7-0-0 .ms-Icon--Zoom:before{content:"\E71E"}.ms-Fabric--v7-0-0 .ms-Icon--ZoomOut:before{content:"\E71F"}.ms-Fabric--v7-0-0 .ms-Icon--Microphone:before{content:"\E720"}.ms-Fabric--v7-0-0 .ms-Icon--Search:before{content:"\E721"}.ms-Fabric--v7-0-0 .ms-Icon--Camera:before{content:"\E722"}.ms-Fabric--v7-0-0 .ms-Icon--Attach:before{content:"\E723"}.ms-Fabric--v7-0-0 .ms-Icon--Send:before{content:"\E724"}.ms-Fabric--v7-0-0 .ms-Icon--FavoriteList:before{content:"\E728"}.ms-Fabric--v7-0-0 .ms-Icon--PageSolid:before{content:"\E729"}.ms-Fabric--v7-0-0 .ms-Icon--Forward:before{content:"\E72A"}.ms-Fabric--v7-0-0 .ms-Icon--Back:before{content:"\E72B"}.ms-Fabric--v7-0-0 .ms-Icon--Refresh:before{content:"\E72C"}.ms-Fabric--v7-0-0 .ms-Icon--Share:before{content:"\E72D"}.ms-Fabric--v7-0-0 .ms-Icon--Lock:before{content:"\E72E"}.ms-Fabric--v7-0-0 .ms-Icon--EMI:before{content:"\E731"}.ms-Fabric--v7-0-0 .ms-Icon--MiniLink:before{content:"\E732"}.ms-Fabric--v7-0-0 .ms-Icon--Blocked:before{content:"\E733"}.ms-Fabric--v7-0-0 .ms-Icon--FavoriteStar:before{content:"\E734"}.ms-Fabric--v7-0-0 .ms-Icon--FavoriteStarFill:before{content:"\E735"}.ms-Fabric--v7-0-0 .ms-Icon--ReadingMode:before{content:"\E736"}.ms-Fabric--v7-0-0 .ms-Icon--Favicon:before{content:"\E737"}.ms-Fabric--v7-0-0 .ms-Icon--Remove:before{content:"\E738"}.ms-Fabric--v7-0-0 .ms-Icon--Checkbox:before{content:"\E739"}.ms-Fabric--v7-0-0 .ms-Icon--CheckboxComposite:before{content:"\E73A"}.ms-Fabric--v7-0-0 .ms-Icon--CheckboxIndeterminate:before{content:"\E73C"}.ms-Fabric--v7-0-0 .ms-Icon--CheckboxCompositeReversed:before{content:"\E73D"}.ms-Fabric--v7-0-0 .ms-Icon--CheckMark:before{content:"\E73E"}.ms-Fabric--v7-0-0 .ms-Icon--BackToWindow:before{content:"\E73F"}.ms-Fabric--v7-0-0 .ms-Icon--FullScreen:before{content:"\E740"}.ms-Fabric--v7-0-0 .ms-Icon--Print:before{content:"\E749"}.ms-Fabric--v7-0-0 .ms-Icon--Up:before{content:"\E74A"}.ms-Fabric--v7-0-0 .ms-Icon--Down:before{content:"\E74B"}.ms-Fabric--v7-0-0 .ms-Icon--Delete:before{content:"\E74D"}.ms-Fabric--v7-0-0 .ms-Icon--Save:before{content:"\E74E"}.ms-Fabric--v7-0-0 .ms-Icon--Cloud:before{content:"\E753"}.ms-Fabric--v7-0-0 .ms-Icon--Sad:before{content:"\E757"}.ms-Fabric--v7-0-0 .ms-Icon--SIPMove:before{content:"\E759"}.ms-Fabric--v7-0-0 .ms-Icon--EraseTool:before{content:"\E75C"}.ms-Fabric--v7-0-0 .ms-Icon--GripperTool:before{content:"\E75E"}.ms-Fabric--v7-0-0 .ms-Icon--Dialpad:before{content:"\E75F"}.ms-Fabric--v7-0-0 .ms-Icon--PageLeft:before{content:"\E760"}.ms-Fabric--v7-0-0 .ms-Icon--PageRight:before{content:"\E761"}.ms-Fabric--v7-0-0 .ms-Icon--MultiSelect:before{content:"\E762"}.ms-Fabric--v7-0-0 .ms-Icon--Play:before{content:"\E768"}.ms-Fabric--v7-0-0 .ms-Icon--Pause:before{content:"\E769"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronLeft:before{content:"\E76B"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronRight:before{content:"\E76C"}.ms-Fabric--v7-0-0 .ms-Icon--Emoji2:before{content:"\E76E"}.ms-Fabric--v7-0-0 .ms-Icon--System:before{content:"\E770"}.ms-Fabric--v7-0-0 .ms-Icon--Personalize:before{content:"\E771"}.ms-Fabric--v7-0-0 .ms-Icon--Globe:before{content:"\E774"}.ms-Fabric--v7-0-0 .ms-Icon--ContactInfo:before{content:"\E779"}.ms-Fabric--v7-0-0 .ms-Icon--Unpin:before{content:"\E77A"}.ms-Fabric--v7-0-0 .ms-Icon--Contact:before{content:"\E77B"}.ms-Fabric--v7-0-0 .ms-Icon--Memo:before{content:"\E77C"}.ms-Fabric--v7-0-0 .ms-Icon--Paste:before{content:"\E77F"}.ms-Fabric--v7-0-0 .ms-Icon--WindowsLogo:before{content:"\E782"}.ms-Fabric--v7-0-0 .ms-Icon--Error:before{content:"\E783"}.ms-Fabric--v7-0-0 .ms-Icon--GripperBarVertical:before{content:"\E784"}.ms-Fabric--v7-0-0 .ms-Icon--Unlock:before{content:"\E785"}.ms-Fabric--v7-0-0 .ms-Icon--Calendar:before{content:"\E787"}.ms-Fabric--v7-0-0 .ms-Icon--Megaphone:before{content:"\E789"}.ms-Fabric--v7-0-0 .ms-Icon--AutoEnhanceOn:before{content:"\E78D"}.ms-Fabric--v7-0-0 .ms-Icon--AutoEnhanceOff:before{content:"\E78E"}.ms-Fabric--v7-0-0 .ms-Icon--Color:before{content:"\E790"}.ms-Fabric--v7-0-0 .ms-Icon--SaveAs:before{content:"\E792"}.ms-Fabric--v7-0-0 .ms-Icon--Light:before{content:"\E793"}.ms-Fabric--v7-0-0 .ms-Icon--Filters:before{content:"\E795"}.ms-Fabric--v7-0-0 .ms-Icon--Contrast:before{content:"\E7A1"}.ms-Fabric--v7-0-0 .ms-Icon--Redo:before{content:"\E7A6"}.ms-Fabric--v7-0-0 .ms-Icon--Undo:before{content:"\E7A7"}.ms-Fabric--v7-0-0 .ms-Icon--PhotoCollection:before{content:"\E7AA"}.ms-Fabric--v7-0-0 .ms-Icon--Album:before{content:"\E7AB"}.ms-Fabric--v7-0-0 .ms-Icon--Rotate:before{content:"\E7AD"}.ms-Fabric--v7-0-0 .ms-Icon--PanoIndicator:before{content:"\E7B0"}.ms-Fabric--v7-0-0 .ms-Icon--RedEye:before{content:"\E7B3"}.ms-Fabric--v7-0-0 .ms-Icon--ThumbnailView:before{content:"\E7B6"}.ms-Fabric--v7-0-0 .ms-Icon--Package:before{content:"\E7B8"}.ms-Fabric--v7-0-0 .ms-Icon--Warning:before{content:"\E7BA"}.ms-Fabric--v7-0-0 .ms-Icon--Financial:before{content:"\E7BB"}.ms-Fabric--v7-0-0 .ms-Icon--ShoppingCart:before{content:"\E7BF"}.ms-Fabric--v7-0-0 .ms-Icon--Train:before{content:"\E7C0"}.ms-Fabric--v7-0-0 .ms-Icon--Flag:before{content:"\E7C1"}.ms-Fabric--v7-0-0 .ms-Icon--Move:before{content:"\E7C2"}.ms-Fabric--v7-0-0 .ms-Icon--Page:before{content:"\E7C3"}.ms-Fabric--v7-0-0 .ms-Icon--TouchPointer:before{content:"\E7C9"}.ms-Fabric--v7-0-0 .ms-Icon--Merge:before{content:"\E7D5"}.ms-Fabric--v7-0-0 .ms-Icon--TurnRight:before{content:"\E7DB"}.ms-Fabric--v7-0-0 .ms-Icon--Ferry:before{content:"\E7E3"}.ms-Fabric--v7-0-0 .ms-Icon--Highlight:before{content:"\E7E6"}.ms-Fabric--v7-0-0 .ms-Icon--Tab:before{content:"\E7E9"}.ms-Fabric--v7-0-0 .ms-Icon--Admin:before{content:"\E7EF"}.ms-Fabric--v7-0-0 .ms-Icon--TVMonitor:before{content:"\E7F4"}.ms-Fabric--v7-0-0 .ms-Icon--Speakers:before{content:"\E7F5"}.ms-Fabric--v7-0-0 .ms-Icon--Nav2DMapView:before{content:"\E800"}.ms-Fabric--v7-0-0 .ms-Icon--Car:before{content:"\E804"}.ms-Fabric--v7-0-0 .ms-Icon--EatDrink:before{content:"\E807"}.ms-Fabric--v7-0-0 .ms-Icon--LocationCircle:before{content:"\E80E"}.ms-Fabric--v7-0-0 .ms-Icon--Home:before{content:"\E80F"}.ms-Fabric--v7-0-0 .ms-Icon--SwitcherStartEnd:before{content:"\E810"}.ms-Fabric--v7-0-0 .ms-Icon--IncidentTriangle:before{content:"\E814"}.ms-Fabric--v7-0-0 .ms-Icon--Touch:before{content:"\E815"}.ms-Fabric--v7-0-0 .ms-Icon--MapDirections:before{content:"\E816"}.ms-Fabric--v7-0-0 .ms-Icon--History:before{content:"\E81C"}.ms-Fabric--v7-0-0 .ms-Icon--Location:before{content:"\E81D"}.ms-Fabric--v7-0-0 .ms-Icon--Work:before{content:"\E821"}.ms-Fabric--v7-0-0 .ms-Icon--Recent:before{content:"\E823"}.ms-Fabric--v7-0-0 .ms-Icon--Hotel:before{content:"\E824"}.ms-Fabric--v7-0-0 .ms-Icon--LocationDot:before{content:"\E827"}.ms-Fabric--v7-0-0 .ms-Icon--News:before{content:"\E900"}.ms-Fabric--v7-0-0 .ms-Icon--Chat:before{content:"\E901"}.ms-Fabric--v7-0-0 .ms-Icon--Group:before{content:"\E902"}.ms-Fabric--v7-0-0 .ms-Icon--View:before{content:"\E890"}.ms-Fabric--v7-0-0 .ms-Icon--Previous:before{content:"\E892"}.ms-Fabric--v7-0-0 .ms-Icon--Next:before{content:"\E893"}.ms-Fabric--v7-0-0 .ms-Icon--Clear:before{content:"\E894"}.ms-Fabric--v7-0-0 .ms-Icon--Sync:before{content:"\E895"}.ms-Fabric--v7-0-0 .ms-Icon--Download:before{content:"\E896"}.ms-Fabric--v7-0-0 .ms-Icon--Help:before{content:"\E897"}.ms-Fabric--v7-0-0 .ms-Icon--Upload:before{content:"\E898"}.ms-Fabric--v7-0-0 .ms-Icon--Emoji:before{content:"\E899"}.ms-Fabric--v7-0-0 .ms-Icon--MailForward:before{content:"\E89C"}.ms-Fabric--v7-0-0 .ms-Icon--ClosePane:before{content:"\E89F"}.ms-Fabric--v7-0-0 .ms-Icon--OpenPane:before{content:"\E8A0"}.ms-Fabric--v7-0-0 .ms-Icon--PreviewLink:before{content:"\E8A1"}.ms-Fabric--v7-0-0 .ms-Icon--ZoomIn:before{content:"\E8A3"}.ms-Fabric--v7-0-0 .ms-Icon--Bookmarks:before{content:"\E8A4"}.ms-Fabric--v7-0-0 .ms-Icon--Document:before{content:"\E8A5"}.ms-Fabric--v7-0-0 .ms-Icon--ProtectedDocument:before{content:"\E8A6"}.ms-Fabric--v7-0-0 .ms-Icon--OpenInNewWindow:before{content:"\E8A7"}.ms-Fabric--v7-0-0 .ms-Icon--MailFill:before{content:"\E8A8"}.ms-Fabric--v7-0-0 .ms-Icon--ViewAll:before{content:"\E8A9"}.ms-Fabric--v7-0-0 .ms-Icon--Switch:before{content:"\E8AB"}.ms-Fabric--v7-0-0 .ms-Icon--Rename:before{content:"\E8AC"}.ms-Fabric--v7-0-0 .ms-Icon--Folder:before{content:"\E8B7"}.ms-Fabric--v7-0-0 .ms-Icon--Picture:before{content:"\E8B9"}.ms-Fabric--v7-0-0 .ms-Icon--ShowResults:before{content:"\E8BC"}.ms-Fabric--v7-0-0 .ms-Icon--Message:before{content:"\E8BD"}.ms-Fabric--v7-0-0 .ms-Icon--CalendarDay:before{content:"\E8BF"}.ms-Fabric--v7-0-0 .ms-Icon--CalendarWeek:before{content:"\E8C0"}.ms-Fabric--v7-0-0 .ms-Icon--MailReplyAll:before{content:"\E8C2"}.ms-Fabric--v7-0-0 .ms-Icon--Read:before{content:"\E8C3"}.ms-Fabric--v7-0-0 .ms-Icon--Cut:before{content:"\E8C6"}.ms-Fabric--v7-0-0 .ms-Icon--PaymentCard:before{content:"\E8C7"}.ms-Fabric--v7-0-0 .ms-Icon--Copy:before{content:"\E8C8"}.ms-Fabric--v7-0-0 .ms-Icon--Important:before{content:"\E8C9"}.ms-Fabric--v7-0-0 .ms-Icon--MailReply:before{content:"\E8CA"}.ms-Fabric--v7-0-0 .ms-Icon--Sort:before{content:"\E8CB"}.ms-Fabric--v7-0-0 .ms-Icon--GotoToday:before{content:"\E8D1"}.ms-Fabric--v7-0-0 .ms-Icon--Font:before{content:"\E8D2"}.ms-Fabric--v7-0-0 .ms-Icon--FontColor:before{content:"\E8D3"}.ms-Fabric--v7-0-0 .ms-Icon--FolderFill:before{content:"\E8D5"}.ms-Fabric--v7-0-0 .ms-Icon--Permissions:before{content:"\E8D7"}.ms-Fabric--v7-0-0 .ms-Icon--DisableUpdates:before{content:"\E8D8"}.ms-Fabric--v7-0-0 .ms-Icon--Unfavorite:before{content:"\E8D9"}.ms-Fabric--v7-0-0 .ms-Icon--Italic:before{content:"\E8DB"}.ms-Fabric--v7-0-0 .ms-Icon--Underline:before{content:"\E8DC"}.ms-Fabric--v7-0-0 .ms-Icon--Bold:before{content:"\E8DD"}.ms-Fabric--v7-0-0 .ms-Icon--MoveToFolder:before{content:"\E8DE"}.ms-Fabric--v7-0-0 .ms-Icon--Dislike:before{content:"\E8E0"}.ms-Fabric--v7-0-0 .ms-Icon--Like:before{content:"\E8E1"}.ms-Fabric--v7-0-0 .ms-Icon--AlignRight:before{content:"\E8E2"}.ms-Fabric--v7-0-0 .ms-Icon--AlignCenter:before{content:"\E8E3"}.ms-Fabric--v7-0-0 .ms-Icon--AlignLeft:before{content:"\E8E4"}.ms-Fabric--v7-0-0 .ms-Icon--OpenFile:before{content:"\E8E5"}.ms-Fabric--v7-0-0 .ms-Icon--FontDecrease:before{content:"\E8E7"}.ms-Fabric--v7-0-0 .ms-Icon--FontIncrease:before{content:"\E8E8"}.ms-Fabric--v7-0-0 .ms-Icon--FontSize:before{content:"\E8E9"}.ms-Fabric--v7-0-0 .ms-Icon--CellPhone:before{content:"\E8EA"}.ms-Fabric--v7-0-0 .ms-Icon--Tag:before{content:"\E8EC"}.ms-Fabric--v7-0-0 .ms-Icon--Library:before{content:"\E8F1"}.ms-Fabric--v7-0-0 .ms-Icon--PostUpdate:before{content:"\E8F3"}.ms-Fabric--v7-0-0 .ms-Icon--NewFolder:before{content:"\E8F4"}.ms-Fabric--v7-0-0 .ms-Icon--CalendarReply:before{content:"\E8F5"}.ms-Fabric--v7-0-0 .ms-Icon--UnsyncFolder:before{content:"\E8F6"}.ms-Fabric--v7-0-0 .ms-Icon--SyncFolder:before{content:"\E8F7"}.ms-Fabric--v7-0-0 .ms-Icon--BlockContact:before{content:"\E8F8"}.ms-Fabric--v7-0-0 .ms-Icon--AddFriend:before{content:"\E8FA"}.ms-Fabric--v7-0-0 .ms-Icon--BulletedList:before{content:"\E8FD"}.ms-Fabric--v7-0-0 .ms-Icon--Preview:before{content:"\E8FF"}.ms-Fabric--v7-0-0 .ms-Icon--Comment:before{content:"\E90A"}.ms-Fabric--v7-0-0 .ms-Icon--DockLeft:before{content:"\E90C"}.ms-Fabric--v7-0-0 .ms-Icon--DockRight:before{content:"\E90D"}.ms-Fabric--v7-0-0 .ms-Icon--Repair:before{content:"\E90F"}.ms-Fabric--v7-0-0 .ms-Icon--Accounts:before{content:"\E910"}.ms-Fabric--v7-0-0 .ms-Icon--RadioBullet:before{content:"\E915"}.ms-Fabric--v7-0-0 .ms-Icon--Stopwatch:before{content:"\E916"}.ms-Fabric--v7-0-0 .ms-Icon--Clock:before{content:"\E917"}.ms-Fabric--v7-0-0 .ms-Icon--WorldClock:before{content:"\E918"}.ms-Fabric--v7-0-0 .ms-Icon--AlarmClock:before{content:"\E919"}.ms-Fabric--v7-0-0 .ms-Icon--Hospital:before{content:"\E91D"}.ms-Fabric--v7-0-0 .ms-Icon--Timer:before{content:"\E91E"}.ms-Fabric--v7-0-0 .ms-Icon--FullCircleMask:before{content:"\E91F"}.ms-Fabric--v7-0-0 .ms-Icon--LocationFill:before{content:"\E920"}.ms-Fabric--v7-0-0 .ms-Icon--ChromeMinimize:before{content:"\E921"}.ms-Fabric--v7-0-0 .ms-Icon--Annotation:before{content:"\E924"}.ms-Fabric--v7-0-0 .ms-Icon--ChromeClose:before{content:"\E8BB"}.ms-Fabric--v7-0-0 .ms-Icon--Accept:before{content:"\E8FB"}.ms-Fabric--v7-0-0 .ms-Icon--Fingerprint:before{content:"\E928"}.ms-Fabric--v7-0-0 .ms-Icon--Handwriting:before{content:"\E929"}.ms-Fabric--v7-0-0 .ms-Icon--StackIndicator:before{content:"\E7FF"}.ms-Fabric--v7-0-0 .ms-Icon--Completed:before{content:"\E930"}.ms-Fabric--v7-0-0 .ms-Icon--Label:before{content:"\E932"}.ms-Fabric--v7-0-0 .ms-Icon--FlickDown:before{content:"\E935"}.ms-Fabric--v7-0-0 .ms-Icon--FlickUp:before{content:"\E936"}.ms-Fabric--v7-0-0 .ms-Icon--FlickLeft:before{content:"\E937"}.ms-Fabric--v7-0-0 .ms-Icon--FlickRight:before{content:"\E938"}.ms-Fabric--v7-0-0 .ms-Icon--Streaming:before{content:"\E93E"}.ms-Fabric--v7-0-0 .ms-Icon--MusicInCollection:before{content:"\E940"}.ms-Fabric--v7-0-0 .ms-Icon--OneDrive:before{content:"\E941"}.ms-Fabric--v7-0-0 .ms-Icon--CompassNW:before{content:"\E942"}.ms-Fabric--v7-0-0 .ms-Icon--Code:before{content:"\E943"}.ms-Fabric--v7-0-0 .ms-Icon--LightningBolt:before{content:"\E945"}.ms-Fabric--v7-0-0 .ms-Icon--Info:before{content:"\E946"}.ms-Fabric--v7-0-0 .ms-Icon--CalculatorAddition:before{content:"\E948"}.ms-Fabric--v7-0-0 .ms-Icon--CalculatorSubtract:before{content:"\E949"}.ms-Fabric--v7-0-0 .ms-Icon--PrintfaxPrinterFile:before{content:"\E956"}.ms-Fabric--v7-0-0 .ms-Icon--Communications:before{content:"\E95A"}.ms-Fabric--v7-0-0 .ms-Icon--Headset:before{content:"\E95B"}.ms-Fabric--v7-0-0 .ms-Icon--Health:before{content:"\E95E"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronUpSmall:before{content:"\E96D"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronDownSmall:before{content:"\E96E"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronLeftSmall:before{content:"\E96F"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronRightSmall:before{content:"\E970"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronUpMed:before{content:"\E971"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronDownMed:before{content:"\E972"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronLeftMed:before{content:"\E973"}.ms-Fabric--v7-0-0 .ms-Icon--ChevronRightMed:before{content:"\E974"}.ms-Fabric--v7-0-0 .ms-Icon--Dictionary:before{content:"\E82D"}.ms-Fabric--v7-0-0 .ms-Icon--ChromeBack:before{content:"\E830"}.ms-Fabric--v7-0-0 .ms-Icon--PC1:before{content:"\E977"}.ms-Fabric--v7-0-0 .ms-Icon--PresenceChickletVideo:before{content:"\E979"}.ms-Fabric--v7-0-0 .ms-Icon--Reply:before{content:"\E97A"}.ms-Fabric--v7-0-0 .ms-Icon--LockSolid:before{content:"\E9A2"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronLeftMed:before{content:"\E991"}.ms-Fabric--v7-0-0 .ms-Icon--Volume0:before{content:"\E992"}.ms-Fabric--v7-0-0 .ms-Icon--Volume1:before{content:"\E993"}.ms-Fabric--v7-0-0 .ms-Icon--Volume2:before{content:"\E994"}.ms-Fabric--v7-0-0 .ms-Icon--Volume3:before{content:"\E995"}.ms-Fabric--v7-0-0 .ms-Icon--CaretHollow:before{content:"\E817"}.ms-Fabric--v7-0-0 .ms-Icon--CaretSolid:before{content:"\E818"}.ms-Fabric--v7-0-0 .ms-Icon--FolderOpen:before{content:"\E838"}.ms-Fabric--v7-0-0 .ms-Icon--Pinned:before{content:"\E840"}.ms-Fabric--v7-0-0 .ms-Icon--PinnedFill:before{content:"\E842"}.ms-Fabric--v7-0-0 .ms-Icon--Chart:before{content:"\E999"}.ms-Fabric--v7-0-0 .ms-Icon--Robot:before{content:"\E99A"}.ms-Fabric--v7-0-0 .ms-Icon--BidiLtr:before{content:"\E9AA"}.ms-Fabric--v7-0-0 .ms-Icon--BidiRtl:before{content:"\E9AB"}.ms-Fabric--v7-0-0 .ms-Icon--RevToggleKey:before{content:"\E845"}.ms-Fabric--v7-0-0 .ms-Icon--RightDoubleQuote:before{content:"\E9B1"}.ms-Fabric--v7-0-0 .ms-Icon--Sunny:before{content:"\E9BD"}.ms-Fabric--v7-0-0 .ms-Icon--CloudWeather:before{content:"\E9BE"}.ms-Fabric--v7-0-0 .ms-Icon--Cloudy:before{content:"\E9BF"}.ms-Fabric--v7-0-0 .ms-Icon--PartlyCloudyDay:before{content:"\E9C0"}.ms-Fabric--v7-0-0 .ms-Icon--PartlyCloudyNight:before{content:"\E9C1"}.ms-Fabric--v7-0-0 .ms-Icon--ClearNight:before{content:"\E9C2"}.ms-Fabric--v7-0-0 .ms-Icon--RainShowersDay:before{content:"\E9C3"}.ms-Fabric--v7-0-0 .ms-Icon--Rain:before{content:"\E9C4"}.ms-Fabric--v7-0-0 .ms-Icon--Thunderstorms:before{content:"\E9C6"}.ms-Fabric--v7-0-0 .ms-Icon--RainSnow:before{content:"\E9C7"}.ms-Fabric--v7-0-0 .ms-Icon--Snow:before{content:"\E9C8"}.ms-Fabric--v7-0-0 .ms-Icon--BlowingSnow:before{content:"\E9C9"}.ms-Fabric--v7-0-0 .ms-Icon--Frigid:before{content:"\E9CA"}.ms-Fabric--v7-0-0 .ms-Icon--Fog:before{content:"\E9CB"}.ms-Fabric--v7-0-0 .ms-Icon--Squalls:before{content:"\E9CC"}.ms-Fabric--v7-0-0 .ms-Icon--Duststorm:before{content:"\E9CD"}.ms-Fabric--v7-0-0 .ms-Icon--Unknown:before{content:"\E9CE"}.ms-Fabric--v7-0-0 .ms-Icon--Precipitation:before{content:"\E9CF"}.ms-Fabric--v7-0-0 .ms-Icon--Ringer:before{content:"\EA8F"}.ms-Fabric--v7-0-0 .ms-Icon--PDF:before{content:"\EA90"}.ms-Fabric--v7-0-0 .ms-Icon--SortLines:before{content:"\E9D0"}.ms-Fabric--v7-0-0 .ms-Icon--Ribbon:before{content:"\E9D1"}.ms-Fabric--v7-0-0 .ms-Icon--AreaChart:before{content:"\E9D2"}.ms-Fabric--v7-0-0 .ms-Icon--Assign:before{content:"\E9D3"}.ms-Fabric--v7-0-0 .ms-Icon--CheckList:before{content:"\E9D5"}.ms-Fabric--v7-0-0 .ms-Icon--Generate:before{content:"\E9DA"}.ms-Fabric--v7-0-0 .ms-Icon--LineChart:before{content:"\E9E6"}.ms-Fabric--v7-0-0 .ms-Icon--Equalizer:before{content:"\E9E9"}.ms-Fabric--v7-0-0 .ms-Icon--BarChartHorizontal:before{content:"\E9EB"}.ms-Fabric--v7-0-0 .ms-Icon--BarChartVertical:before{content:"\E9EC"}.ms-Fabric--v7-0-0 .ms-Icon--Freezing:before{content:"\E9EF"}.ms-Fabric--v7-0-0 .ms-Icon--Processing:before{content:"\E9F5"}.ms-Fabric--v7-0-0 .ms-Icon--SnowShowerDay:before{content:"\E9FD"}.ms-Fabric--v7-0-0 .ms-Icon--HailDay:before{content:"\EA00"}.ms-Fabric--v7-0-0 .ms-Icon--WorkFlow:before{content:"\EA01"}.ms-Fabric--v7-0-0 .ms-Icon--StoreLogoMed:before{content:"\EA04"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleSolid:before{content:"\EA08"}.ms-Fabric--v7-0-0 .ms-Icon--RainShowersNight:before{content:"\EA0F"}.ms-Fabric--v7-0-0 .ms-Icon--SnowShowerNight:before{content:"\EA11"}.ms-Fabric--v7-0-0 .ms-Icon--HailNight:before{content:"\EA13"}.ms-Fabric--v7-0-0 .ms-Icon--Info2:before{content:"\EA1F"}.ms-Fabric--v7-0-0 .ms-Icon--StoreLogo:before{content:"\EA96"}.ms-Fabric--v7-0-0 .ms-Icon--MultiSelectMirrored:before{content:"\EA98"}.ms-Fabric--v7-0-0 .ms-Icon--Broom:before{content:"\EA99"}.ms-Fabric--v7-0-0 .ms-Icon--MusicInCollectionFill:before{content:"\EA36"}.ms-Fabric--v7-0-0 .ms-Icon--List:before{content:"\EA37"}.ms-Fabric--v7-0-0 .ms-Icon--Asterisk:before{content:"\EA38"}.ms-Fabric--v7-0-0 .ms-Icon--ErrorBadge:before{content:"\EA39"}.ms-Fabric--v7-0-0 .ms-Icon--CircleRing:before{content:"\EA3A"}.ms-Fabric--v7-0-0 .ms-Icon--CircleFill:before{content:"\EA3B"}.ms-Fabric--v7-0-0 .ms-Icon--Record2:before{content:"\EA3F"}.ms-Fabric--v7-0-0 .ms-Icon--BookmarksMirrored:before{content:"\EA41"}.ms-Fabric--v7-0-0 .ms-Icon--BulletedListMirrored:before{content:"\EA42"}.ms-Fabric--v7-0-0 .ms-Icon--CaretHollowMirrored:before{content:"\EA45"}.ms-Fabric--v7-0-0 .ms-Icon--CaretSolidMirrored:before{content:"\EA46"}.ms-Fabric--v7-0-0 .ms-Icon--ChromeBackMirrored:before{content:"\EA47"}.ms-Fabric--v7-0-0 .ms-Icon--ClosePaneMirrored:before{content:"\EA49"}.ms-Fabric--v7-0-0 .ms-Icon--DockLeftMirrored:before{content:"\EA4C"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronLeftMedMirrored:before{content:"\EA4D"}.ms-Fabric--v7-0-0 .ms-Icon--HelpMirrored:before{content:"\EA51"}.ms-Fabric--v7-0-0 .ms-Icon--ListMirrored:before{content:"\EA55"}.ms-Fabric--v7-0-0 .ms-Icon--MailForwardMirrored:before{content:"\EA56"}.ms-Fabric--v7-0-0 .ms-Icon--MailReplyMirrored:before{content:"\EA57"}.ms-Fabric--v7-0-0 .ms-Icon--MailReplyAllMirrored:before{content:"\EA58"}.ms-Fabric--v7-0-0 .ms-Icon--OpenPaneMirrored:before{content:"\EA5B"}.ms-Fabric--v7-0-0 .ms-Icon--SendMirrored:before{content:"\EA63"}.ms-Fabric--v7-0-0 .ms-Icon--ShowResultsMirrored:before{content:"\EA65"}.ms-Fabric--v7-0-0 .ms-Icon--ThumbnailViewMirrored:before{content:"\EA67"}.ms-Fabric--v7-0-0 .ms-Icon--Devices3:before{content:"\EA6C"}.ms-Fabric--v7-0-0 .ms-Icon--Lightbulb:before{content:"\EA80"}.ms-Fabric--v7-0-0 .ms-Icon--StatusTriangle:before{content:"\EA82"}.ms-Fabric--v7-0-0 .ms-Icon--VolumeDisabled:before{content:"\EA85"}.ms-Fabric--v7-0-0 .ms-Icon--Puzzle:before{content:"\EA86"}.ms-Fabric--v7-0-0 .ms-Icon--EmojiNeutral:before{content:"\EA87"}.ms-Fabric--v7-0-0 .ms-Icon--EmojiDisappointed:before{content:"\EA88"}.ms-Fabric--v7-0-0 .ms-Icon--HomeSolid:before{content:"\EA8A"}.ms-Fabric--v7-0-0 .ms-Icon--Cocktails:before{content:"\EA9D"}.ms-Fabric--v7-0-0 .ms-Icon--Articles:before{content:"\EAC1"}.ms-Fabric--v7-0-0 .ms-Icon--Cycling:before{content:"\EAC7"}.ms-Fabric--v7-0-0 .ms-Icon--DietPlanNotebook:before{content:"\EAC8"}.ms-Fabric--v7-0-0 .ms-Icon--Pill:before{content:"\EACB"}.ms-Fabric--v7-0-0 .ms-Icon--Running:before{content:"\EADA"}.ms-Fabric--v7-0-0 .ms-Icon--Weights:before{content:"\EADB"}.ms-Fabric--v7-0-0 .ms-Icon--BarChart4:before{content:"\EAE7"}.ms-Fabric--v7-0-0 .ms-Icon--CirclePlus:before{content:"\EAEE"}.ms-Fabric--v7-0-0 .ms-Icon--Coffee:before{content:"\EAEF"}.ms-Fabric--v7-0-0 .ms-Icon--Cotton:before{content:"\EAF3"}.ms-Fabric--v7-0-0 .ms-Icon--Market:before{content:"\EAFC"}.ms-Fabric--v7-0-0 .ms-Icon--Money:before{content:"\EAFD"}.ms-Fabric--v7-0-0 .ms-Icon--PieDouble:before{content:"\EB04"}.ms-Fabric--v7-0-0 .ms-Icon--PieSingle:before{content:"\EB05"}.ms-Fabric--v7-0-0 .ms-Icon--RemoveFilter:before{content:"\EB08"}.ms-Fabric--v7-0-0 .ms-Icon--StockDown:before{content:"\EB0F"}.ms-Fabric--v7-0-0 .ms-Icon--StockUp:before{content:"\EB11"}.ms-Fabric--v7-0-0 .ms-Icon--MSNVideos:before{content:"\EB1C"}.ms-Fabric--v7-0-0 .ms-Icon--Cricket:before{content:"\EB1E"}.ms-Fabric--v7-0-0 .ms-Icon--Golf:before{content:"\EB1F"}.ms-Fabric--v7-0-0 .ms-Icon--Baseball:before{content:"\EB20"}.ms-Fabric--v7-0-0 .ms-Icon--Soccer:before{content:"\EB21"}.ms-Fabric--v7-0-0 .ms-Icon--MoreSports:before{content:"\EB22"}.ms-Fabric--v7-0-0 .ms-Icon--AutoRacing:before{content:"\EB24"}.ms-Fabric--v7-0-0 .ms-Icon--CollegeHoops:before{content:"\EB25"}.ms-Fabric--v7-0-0 .ms-Icon--CollegeFootball:before{content:"\EB26"}.ms-Fabric--v7-0-0 .ms-Icon--ProFootball:before{content:"\EB27"}.ms-Fabric--v7-0-0 .ms-Icon--ProHockey:before{content:"\EB28"}.ms-Fabric--v7-0-0 .ms-Icon--Rugby:before{content:"\EB2D"}.ms-Fabric--v7-0-0 .ms-Icon--Tennis:before{content:"\EB33"}.ms-Fabric--v7-0-0 .ms-Icon--Arrivals:before{content:"\EB34"}.ms-Fabric--v7-0-0 .ms-Icon--Design:before{content:"\EB3C"}.ms-Fabric--v7-0-0 .ms-Icon--Website:before{content:"\EB41"}.ms-Fabric--v7-0-0 .ms-Icon--Drop:before{content:"\EB42"}.ms-Fabric--v7-0-0 .ms-Icon--Snowflake:before{content:"\EB46"}.ms-Fabric--v7-0-0 .ms-Icon--BusSolid:before{content:"\EB47"}.ms-Fabric--v7-0-0 .ms-Icon--FerrySolid:before{content:"\EB48"}.ms-Fabric--v7-0-0 .ms-Icon--TrainSolid:before{content:"\EB4D"}.ms-Fabric--v7-0-0 .ms-Icon--Heart:before{content:"\EB51"}.ms-Fabric--v7-0-0 .ms-Icon--HeartFill:before{content:"\EB52"}.ms-Fabric--v7-0-0 .ms-Icon--Ticket:before{content:"\EB54"}.ms-Fabric--v7-0-0 .ms-Icon--Devices4:before{content:"\EB66"}.ms-Fabric--v7-0-0 .ms-Icon--AzureLogo:before{content:"\EB6A"}.ms-Fabric--v7-0-0 .ms-Icon--BingLogo:before{content:"\EB6B"}.ms-Fabric--v7-0-0 .ms-Icon--MSNLogo:before{content:"\EB6C"}.ms-Fabric--v7-0-0 .ms-Icon--OutlookLogoInverse:before{content:"\EB6D"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeLogo:before{content:"\EB6E"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeLogo:before{content:"\EB6F"}.ms-Fabric--v7-0-0 .ms-Icon--Door:before{content:"\EB75"}.ms-Fabric--v7-0-0 .ms-Icon--EditMirrored:before{content:"\EB7E"}.ms-Fabric--v7-0-0 .ms-Icon--GiftCard:before{content:"\EB8E"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleBookmark:before{content:"\EB8F"}.ms-Fabric--v7-0-0 .ms-Icon--StatusErrorFull:before{content:"\EB90"}.ms-Fabric--v7-0-0 .ms-Icon--Certificate:before{content:"\EB95"}.ms-Fabric--v7-0-0 .ms-Icon--FastForward:before{content:"\EB9D"}.ms-Fabric--v7-0-0 .ms-Icon--Rewind:before{content:"\EB9E"}.ms-Fabric--v7-0-0 .ms-Icon--Photo2:before{content:"\EB9F"}.ms-Fabric--v7-0-0 .ms-Icon--OpenSource:before{content:"\EBC2"}.ms-Fabric--v7-0-0 .ms-Icon--CloudDownload:before{content:"\EBD3"}.ms-Fabric--v7-0-0 .ms-Icon--WindDirection:before{content:"\EBE6"}.ms-Fabric--v7-0-0 .ms-Icon--Family:before{content:"\EBDA"}.ms-Fabric--v7-0-0 .ms-Icon--CSS:before{content:"\EBEF"}.ms-Fabric--v7-0-0 .ms-Icon--JS:before{content:"\EBF0"}.ms-Fabric--v7-0-0 .ms-Icon--ReminderGroup:before{content:"\EBF8"}.ms-Fabric--v7-0-0 .ms-Icon--NetworkTower:before{content:"\EC05"}.ms-Fabric--v7-0-0 .ms-Icon--Section:before{content:"\EC0C"}.ms-Fabric--v7-0-0 .ms-Icon--OneNoteLogoInverse:before{content:"\EC0D"}.ms-Fabric--v7-0-0 .ms-Icon--ToggleFilled:before{content:"\EC11"}.ms-Fabric--v7-0-0 .ms-Icon--ToggleBorder:before{content:"\EC12"}.ms-Fabric--v7-0-0 .ms-Icon--SliderThumb:before{content:"\EC13"}.ms-Fabric--v7-0-0 .ms-Icon--ToggleThumb:before{content:"\EC14"}.ms-Fabric--v7-0-0 .ms-Icon--Documentation:before{content:"\EC17"}.ms-Fabric--v7-0-0 .ms-Icon--Badge:before{content:"\EC1B"}.ms-Fabric--v7-0-0 .ms-Icon--Giftbox:before{content:"\EC1F"}.ms-Fabric--v7-0-0 .ms-Icon--ExcelLogoInverse:before{content:"\EC28"}.ms-Fabric--v7-0-0 .ms-Icon--WordLogoInverse:before{content:"\EC29"}.ms-Fabric--v7-0-0 .ms-Icon--PowerPointLogoInverse:before{content:"\EC2A"}.ms-Fabric--v7-0-0 .ms-Icon--Cafe:before{content:"\EC32"}.ms-Fabric--v7-0-0 .ms-Icon--SpeedHigh:before{content:"\EC4A"}.ms-Fabric--v7-0-0 .ms-Icon--MusicNote:before{content:"\EC4F"}.ms-Fabric--v7-0-0 .ms-Icon--EdgeLogo:before{content:"\EC60"}.ms-Fabric--v7-0-0 .ms-Icon--CompletedSolid:before{content:"\EC61"}.ms-Fabric--v7-0-0 .ms-Icon--AlbumRemove:before{content:"\EC62"}.ms-Fabric--v7-0-0 .ms-Icon--MessageFill:before{content:"\EC70"}.ms-Fabric--v7-0-0 .ms-Icon--TabletSelected:before{content:"\EC74"}.ms-Fabric--v7-0-0 .ms-Icon--MobileSelected:before{content:"\EC75"}.ms-Fabric--v7-0-0 .ms-Icon--LaptopSelected:before{content:"\EC76"}.ms-Fabric--v7-0-0 .ms-Icon--TVMonitorSelected:before{content:"\EC77"}.ms-Fabric--v7-0-0 .ms-Icon--DeveloperTools:before{content:"\EC7A"}.ms-Fabric--v7-0-0 .ms-Icon--InsertTextBox:before{content:"\EC7D"}.ms-Fabric--v7-0-0 .ms-Icon--LowerBrightness:before{content:"\EC8A"}.ms-Fabric--v7-0-0 .ms-Icon--CloudUpload:before{content:"\EC8E"}.ms-Fabric--v7-0-0 .ms-Icon--ScrollUpDown:before{content:"\EC8F"}.ms-Fabric--v7-0-0 .ms-Icon--DateTime:before{content:"\EC92"}.ms-Fabric--v7-0-0 .ms-Icon--Event:before{content:"\ECA3"}.ms-Fabric--v7-0-0 .ms-Icon--Cake:before{content:"\ECA4"}.ms-Fabric--v7-0-0 .ms-Icon--Tiles:before{content:"\ECA5"}.ms-Fabric--v7-0-0 .ms-Icon--Org:before{content:"\ECA6"}.ms-Fabric--v7-0-0 .ms-Icon--PartyLeader:before{content:"\ECA7"}.ms-Fabric--v7-0-0 .ms-Icon--DRM:before{content:"\ECA8"}.ms-Fabric--v7-0-0 .ms-Icon--CloudAdd:before{content:"\ECA9"}.ms-Fabric--v7-0-0 .ms-Icon--AppIconDefault:before{content:"\ECAA"}.ms-Fabric--v7-0-0 .ms-Icon--Photo2Add:before{content:"\ECAB"}.ms-Fabric--v7-0-0 .ms-Icon--Photo2Remove:before{content:"\ECAC"}.ms-Fabric--v7-0-0 .ms-Icon--POI:before{content:"\ECAF"}.ms-Fabric--v7-0-0 .ms-Icon--FacebookLogo:before{content:"\ECB3"}.ms-Fabric--v7-0-0 .ms-Icon--AddTo:before{content:"\ECC8"}.ms-Fabric--v7-0-0 .ms-Icon--RadioBtnOff:before{content:"\ECCA"}.ms-Fabric--v7-0-0 .ms-Icon--RadioBtnOn:before{content:"\ECCB"}.ms-Fabric--v7-0-0 .ms-Icon--ExploreContent:before{content:"\ECCD"}.ms-Fabric--v7-0-0 .ms-Icon--Embed:before{content:"\ECCE"}.ms-Fabric--v7-0-0 .ms-Icon--VideoSolid:before{content:"\EA0C"}.ms-Fabric--v7-0-0 .ms-Icon--Teamwork:before{content:"\EA12"}.ms-Fabric--v7-0-0 .ms-Icon--PeopleAdd:before{content:"\EA15"}.ms-Fabric--v7-0-0 .ms-Icon--Glasses:before{content:"\EA16"}.ms-Fabric--v7-0-0 .ms-Icon--DateTime2:before{content:"\EA17"}.ms-Fabric--v7-0-0 .ms-Icon--Shield:before{content:"\EA18"}.ms-Fabric--v7-0-0 .ms-Icon--Header1:before{content:"\EA19"}.ms-Fabric--v7-0-0 .ms-Icon--PageAdd:before{content:"\EA1A"}.ms-Fabric--v7-0-0 .ms-Icon--NumberedList:before{content:"\EA1C"}.ms-Fabric--v7-0-0 .ms-Icon--PowerBILogo:before{content:"\EA1E"}.ms-Fabric--v7-0-0 .ms-Icon--Product:before{content:"\ECDC"}.ms-Fabric--v7-0-0 .ms-Icon--Blocked2:before{content:"\ECE4"}.ms-Fabric--v7-0-0 .ms-Icon--FangBody:before{content:"\ECEB"}.ms-Fabric--v7-0-0 .ms-Icon--Glimmer:before{content:"\ECF4"}.ms-Fabric--v7-0-0 .ms-Icon--ChatInviteFriend:before{content:"\ECFE"}.ms-Fabric--v7-0-0 .ms-Icon--SharepointLogoInverse:before{content:"\ED18"}.ms-Fabric--v7-0-0 .ms-Icon--YammerLogo:before{content:"\ED19"}.ms-Fabric--v7-0-0 .ms-Icon--Hide:before{content:"\ED1A"}.ms-Fabric--v7-0-0 .ms-Icon--ReturnToSession:before{content:"\ED24"}.ms-Fabric--v7-0-0 .ms-Icon--OpenFolderHorizontal:before{content:"\ED25"}.ms-Fabric--v7-0-0 .ms-Icon--CalendarMirrored:before{content:"\ED28"}.ms-Fabric--v7-0-0 .ms-Icon--SwayLogoInverse:before{content:"\ED29"}.ms-Fabric--v7-0-0 .ms-Icon--OutOfOffice:before{content:"\ED34"}.ms-Fabric--v7-0-0 .ms-Icon--Trophy:before{content:"\ED3F"}.ms-Fabric--v7-0-0 .ms-Icon--ReopenPages:before{content:"\ED50"}.ms-Fabric--v7-0-0 .ms-Icon--AADLogo:before{content:"\ED68"}.ms-Fabric--v7-0-0 .ms-Icon--AccessLogo:before{content:"\ED69"}.ms-Fabric--v7-0-0 .ms-Icon--AdminALogo:before{content:"\ED6A"}.ms-Fabric--v7-0-0 .ms-Icon--AdminCLogo:before{content:"\ED6B"}.ms-Fabric--v7-0-0 .ms-Icon--AdminDLogo:before{content:"\ED6C"}.ms-Fabric--v7-0-0 .ms-Icon--AdminELogo:before{content:"\ED6D"}.ms-Fabric--v7-0-0 .ms-Icon--AdminLLogo:before{content:"\ED6E"}.ms-Fabric--v7-0-0 .ms-Icon--AdminMLogo:before{content:"\ED6F"}.ms-Fabric--v7-0-0 .ms-Icon--AdminOLogo:before{content:"\ED70"}.ms-Fabric--v7-0-0 .ms-Icon--AdminPLogo:before{content:"\ED71"}.ms-Fabric--v7-0-0 .ms-Icon--AdminSLogo:before{content:"\ED72"}.ms-Fabric--v7-0-0 .ms-Icon--AdminYLogo:before{content:"\ED73"}.ms-Fabric--v7-0-0 .ms-Icon--BoxLogo:before{content:"\ED75"}.ms-Fabric--v7-0-0 .ms-Icon--DelveLogoInverse:before{content:"\ED76"}.ms-Fabric--v7-0-0 .ms-Icon--DropboxLogo:before{content:"\ED77"}.ms-Fabric--v7-0-0 .ms-Icon--ExchangeLogoInverse:before{content:"\ED78"}.ms-Fabric--v7-0-0 .ms-Icon--LyncLogo:before{content:"\ED79"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeVideoLogoInverse:before{content:"\ED7A"}.ms-Fabric--v7-0-0 .ms-Icon--ParatureLogo:before{content:"\ED7B"}.ms-Fabric--v7-0-0 .ms-Icon--SocialListeningLogo:before{content:"\ED7C"}.ms-Fabric--v7-0-0 .ms-Icon--VisioLogo:before{content:"\ED7D"}.ms-Fabric--v7-0-0 .ms-Icon--Balloons:before{content:"\ED7E"}.ms-Fabric--v7-0-0 .ms-Icon--Cat:before{content:"\ED7F"}.ms-Fabric--v7-0-0 .ms-Icon--MailAlert:before{content:"\ED80"}.ms-Fabric--v7-0-0 .ms-Icon--MailCheck:before{content:"\ED81"}.ms-Fabric--v7-0-0 .ms-Icon--MailLowImportance:before{content:"\ED82"}.ms-Fabric--v7-0-0 .ms-Icon--MailPause:before{content:"\ED83"}.ms-Fabric--v7-0-0 .ms-Icon--MailRepeat:before{content:"\ED84"}.ms-Fabric--v7-0-0 .ms-Icon--SecurityGroup:before{content:"\ED85"}.ms-Fabric--v7-0-0 .ms-Icon--Table:before{content:"\ED86"}.ms-Fabric--v7-0-0 .ms-Icon--VoicemailForward:before{content:"\ED87"}.ms-Fabric--v7-0-0 .ms-Icon--VoicemailReply:before{content:"\ED88"}.ms-Fabric--v7-0-0 .ms-Icon--Waffle:before{content:"\ED89"}.ms-Fabric--v7-0-0 .ms-Icon--RemoveEvent:before{content:"\ED8A"}.ms-Fabric--v7-0-0 .ms-Icon--EventInfo:before{content:"\ED8B"}.ms-Fabric--v7-0-0 .ms-Icon--ForwardEvent:before{content:"\ED8C"}.ms-Fabric--v7-0-0 .ms-Icon--WipePhone:before{content:"\ED8D"}.ms-Fabric--v7-0-0 .ms-Icon--AddOnlineMeeting:before{content:"\ED8E"}.ms-Fabric--v7-0-0 .ms-Icon--JoinOnlineMeeting:before{content:"\ED8F"}.ms-Fabric--v7-0-0 .ms-Icon--RemoveLink:before{content:"\ED90"}.ms-Fabric--v7-0-0 .ms-Icon--PeopleBlock:before{content:"\ED91"}.ms-Fabric--v7-0-0 .ms-Icon--PeopleRepeat:before{content:"\ED92"}.ms-Fabric--v7-0-0 .ms-Icon--PeopleAlert:before{content:"\ED93"}.ms-Fabric--v7-0-0 .ms-Icon--PeoplePause:before{content:"\ED94"}.ms-Fabric--v7-0-0 .ms-Icon--TransferCall:before{content:"\ED95"}.ms-Fabric--v7-0-0 .ms-Icon--AddPhone:before{content:"\ED96"}.ms-Fabric--v7-0-0 .ms-Icon--UnknownCall:before{content:"\ED97"}.ms-Fabric--v7-0-0 .ms-Icon--NoteReply:before{content:"\ED98"}.ms-Fabric--v7-0-0 .ms-Icon--NoteForward:before{content:"\ED99"}.ms-Fabric--v7-0-0 .ms-Icon--NotePinned:before{content:"\ED9A"}.ms-Fabric--v7-0-0 .ms-Icon--RemoveOccurrence:before{content:"\ED9B"}.ms-Fabric--v7-0-0 .ms-Icon--Timeline:before{content:"\ED9C"}.ms-Fabric--v7-0-0 .ms-Icon--EditNote:before{content:"\ED9D"}.ms-Fabric--v7-0-0 .ms-Icon--CircleHalfFull:before{content:"\ED9E"}.ms-Fabric--v7-0-0 .ms-Icon--Room:before{content:"\ED9F"}.ms-Fabric--v7-0-0 .ms-Icon--Unsubscribe:before{content:"\EDA0"}.ms-Fabric--v7-0-0 .ms-Icon--Subscribe:before{content:"\EDA1"}.ms-Fabric--v7-0-0 .ms-Icon--RecurringTask:before{content:"\EDB2"}.ms-Fabric--v7-0-0 .ms-Icon--TaskManager:before{content:"\EDB7"}.ms-Fabric--v7-0-0 .ms-Icon--TaskManagerMirrored:before{content:"\EDB8"}.ms-Fabric--v7-0-0 .ms-Icon--Combine:before{content:"\EDBB"}.ms-Fabric--v7-0-0 .ms-Icon--Split:before{content:"\EDBC"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronUp:before{content:"\EDBD"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronLeft:before{content:"\EDBE"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronRight:before{content:"\EDBF"}.ms-Fabric--v7-0-0 .ms-Icon--Ascending:before{content:"\EDC0"}.ms-Fabric--v7-0-0 .ms-Icon--Descending:before{content:"\EDC1"}.ms-Fabric--v7-0-0 .ms-Icon--TextBox:before{content:"\EDC2"}.ms-Fabric--v7-0-0 .ms-Icon--TextField:before{content:"\EDC3"}.ms-Fabric--v7-0-0 .ms-Icon--NumberField:before{content:"\EDC4"}.ms-Fabric--v7-0-0 .ms-Icon--Dropdown:before{content:"\EDC5"}.ms-Fabric--v7-0-0 .ms-Icon--BookingsLogo:before{content:"\EDC7"}.ms-Fabric--v7-0-0 .ms-Icon--ClassNotebookLogoInverse:before{content:"\EDC8"}.ms-Fabric--v7-0-0 .ms-Icon--DelveAnalyticsLogo:before{content:"\EDCA"}.ms-Fabric--v7-0-0 .ms-Icon--DocsLogoInverse:before{content:"\EDCB"}.ms-Fabric--v7-0-0 .ms-Icon--Dynamics365Logo:before{content:"\EDCC"}.ms-Fabric--v7-0-0 .ms-Icon--DynamicSMBLogo:before{content:"\EDCD"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeAssistantLogo:before{content:"\EDCE"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeStoreLogo:before{content:"\EDCF"}.ms-Fabric--v7-0-0 .ms-Icon--OneNoteEduLogoInverse:before{content:"\EDD0"}.ms-Fabric--v7-0-0 .ms-Icon--PlannerLogo:before{content:"\EDD1"}.ms-Fabric--v7-0-0 .ms-Icon--PowerApps:before{content:"\EDD2"}.ms-Fabric--v7-0-0 .ms-Icon--Suitcase:before{content:"\EDD3"}.ms-Fabric--v7-0-0 .ms-Icon--ProjectLogoInverse:before{content:"\EDD4"}.ms-Fabric--v7-0-0 .ms-Icon--CaretLeft8:before{content:"\EDD5"}.ms-Fabric--v7-0-0 .ms-Icon--CaretRight8:before{content:"\EDD6"}.ms-Fabric--v7-0-0 .ms-Icon--CaretUp8:before{content:"\EDD7"}.ms-Fabric--v7-0-0 .ms-Icon--CaretDown8:before{content:"\EDD8"}.ms-Fabric--v7-0-0 .ms-Icon--CaretLeftSolid8:before{content:"\EDD9"}.ms-Fabric--v7-0-0 .ms-Icon--CaretRightSolid8:before{content:"\EDDA"}.ms-Fabric--v7-0-0 .ms-Icon--CaretUpSolid8:before{content:"\EDDB"}.ms-Fabric--v7-0-0 .ms-Icon--CaretDownSolid8:before{content:"\EDDC"}.ms-Fabric--v7-0-0 .ms-Icon--ClearFormatting:before{content:"\EDDD"}.ms-Fabric--v7-0-0 .ms-Icon--Superscript:before{content:"\EDDE"}.ms-Fabric--v7-0-0 .ms-Icon--Subscript:before{content:"\EDDF"}.ms-Fabric--v7-0-0 .ms-Icon--Strikethrough:before{content:"\EDE0"}.ms-Fabric--v7-0-0 .ms-Icon--Export:before{content:"\EDE1"}.ms-Fabric--v7-0-0 .ms-Icon--ExportMirrored:before{content:"\EDE2"}.ms-Fabric--v7-0-0 .ms-Icon--SingleBookmark:before{content:"\EDFF"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronDown:before{content:"\EE04"}.ms-Fabric--v7-0-0 .ms-Icon--ReplyAll:before{content:"\EE0A"}.ms-Fabric--v7-0-0 .ms-Icon--GoogleDriveLogo:before{content:"\EE0B"}.ms-Fabric--v7-0-0 .ms-Icon--Questionnaire:before{content:"\EE19"}.ms-Fabric--v7-0-0 .ms-Icon--ReplyMirrored:before{content:"\EE35"}.ms-Fabric--v7-0-0 .ms-Icon--ReplyAllMirrored:before{content:"\EE36"}.ms-Fabric--v7-0-0 .ms-Icon--AddGroup:before{content:"\EE3D"}.ms-Fabric--v7-0-0 .ms-Icon--QuestionnaireMirrored:before{content:"\EE4B"}.ms-Fabric--v7-0-0 .ms-Icon--TemporaryUser:before{content:"\EE58"}.ms-Fabric--v7-0-0 .ms-Icon--CaretSolid16:before{content:"\EE62"}.ms-Fabric--v7-0-0 .ms-Icon--GroupedDescending:before{content:"\EE66"}.ms-Fabric--v7-0-0 .ms-Icon--GroupedAscending:before{content:"\EE67"}.ms-Fabric--v7-0-0 .ms-Icon--SortUp:before{content:"\EE68"}.ms-Fabric--v7-0-0 .ms-Icon--SortDown:before{content:"\EE69"}.ms-Fabric--v7-0-0 .ms-Icon--AwayStatus:before{content:"\EE6A"}.ms-Fabric--v7-0-0 .ms-Icon--SyncToPC:before{content:"\EE6E"}.ms-Fabric--v7-0-0 .ms-Icon--AustralianRules:before{content:"\EE70"}.ms-Fabric--v7-0-0 .ms-Icon--WifiEthernet:before{content:"\EE77"}.ms-Fabric--v7-0-0 .ms-Icon--DateTimeMirrored:before{content:"\EE93"}.ms-Fabric--v7-0-0 .ms-Icon--StopSolid:before{content:"\EE95"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronUp12:before{content:"\EE96"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronDown12:before{content:"\EE97"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronLeft12:before{content:"\EE98"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleChevronRight12:before{content:"\EE99"}.ms-Fabric--v7-0-0 .ms-Icon--CalendarAgenda:before{content:"\EE9A"}.ms-Fabric--v7-0-0 .ms-Icon--AddEvent:before{content:"\EEB5"}.ms-Fabric--v7-0-0 .ms-Icon--AssetLibrary:before{content:"\EEB6"}.ms-Fabric--v7-0-0 .ms-Icon--DataConnectionLibrary:before{content:"\EEB7"}.ms-Fabric--v7-0-0 .ms-Icon--DocLibrary:before{content:"\EEB8"}.ms-Fabric--v7-0-0 .ms-Icon--FormLibrary:before{content:"\EEB9"}.ms-Fabric--v7-0-0 .ms-Icon--FormLibraryMirrored:before{content:"\EEBA"}.ms-Fabric--v7-0-0 .ms-Icon--ReportLibrary:before{content:"\EEBB"}.ms-Fabric--v7-0-0 .ms-Icon--ReportLibraryMirrored:before{content:"\EEBC"}.ms-Fabric--v7-0-0 .ms-Icon--ContactCard:before{content:"\EEBD"}.ms-Fabric--v7-0-0 .ms-Icon--CustomList:before{content:"\EEBE"}.ms-Fabric--v7-0-0 .ms-Icon--CustomListMirrored:before{content:"\EEBF"}.ms-Fabric--v7-0-0 .ms-Icon--IssueTracking:before{content:"\EEC0"}.ms-Fabric--v7-0-0 .ms-Icon--IssueTrackingMirrored:before{content:"\EEC1"}.ms-Fabric--v7-0-0 .ms-Icon--PictureLibrary:before{content:"\EEC2"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeAddinsLogo:before{content:"\EEC7"}.ms-Fabric--v7-0-0 .ms-Icon--OfflineOneDriveParachute:before{content:"\EEC8"}.ms-Fabric--v7-0-0 .ms-Icon--OfflineOneDriveParachuteDisabled:before{content:"\EEC9"}.ms-Fabric--v7-0-0 .ms-Icon--LargeGrid:before{content:"\EECB"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleSolidUp12:before{content:"\EECC"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleSolidDown12:before{content:"\EECD"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleSolidLeft12:before{content:"\EECE"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleSolidRight12:before{content:"\EECF"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleUp12:before{content:"\EED0"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleDown12:before{content:"\EED1"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleLeft12:before{content:"\EED2"}.ms-Fabric--v7-0-0 .ms-Icon--TriangleRight12:before{content:"\EED3"}.ms-Fabric--v7-0-0 .ms-Icon--ArrowUpRight8:before{content:"\EED4"}.ms-Fabric--v7-0-0 .ms-Icon--ArrowDownRight8:before{content:"\EED5"}.ms-Fabric--v7-0-0 .ms-Icon--DocumentSet:before{content:"\EED6"}.ms-Fabric--v7-0-0 .ms-Icon--DelveAnalytics:before{content:"\EEEE"}.ms-Fabric--v7-0-0 .ms-Icon--ArrowUpRightMirrored8:before{content:"\EEEF"}.ms-Fabric--v7-0-0 .ms-Icon--ArrowDownRightMirrored8:before{content:"\EEF0"}.ms-Fabric--v7-0-0 .ms-Icon--OneDriveAdd:before{content:"\EF32"}.ms-Fabric--v7-0-0 .ms-Icon--Header2:before{content:"\EF36"}.ms-Fabric--v7-0-0 .ms-Icon--Header3:before{content:"\EF37"}.ms-Fabric--v7-0-0 .ms-Icon--Header4:before{content:"\EF38"}.ms-Fabric--v7-0-0 .ms-Icon--MarketDown:before{content:"\EF42"}.ms-Fabric--v7-0-0 .ms-Icon--CalendarWorkWeek:before{content:"\EF51"}.ms-Fabric--v7-0-0 .ms-Icon--SidePanel:before{content:"\EF52"}.ms-Fabric--v7-0-0 .ms-Icon--GlobeFavorite:before{content:"\EF53"}.ms-Fabric--v7-0-0 .ms-Icon--CaretTopLeftSolid8:before{content:"\EF54"}.ms-Fabric--v7-0-0 .ms-Icon--CaretTopRightSolid8:before{content:"\EF55"}.ms-Fabric--v7-0-0 .ms-Icon--ViewAll2:before{content:"\EF56"}.ms-Fabric--v7-0-0 .ms-Icon--DocumentReply:before{content:"\EF57"}.ms-Fabric--v7-0-0 .ms-Icon--PlayerSettings:before{content:"\EF58"}.ms-Fabric--v7-0-0 .ms-Icon--ReceiptForward:before{content:"\EF59"}.ms-Fabric--v7-0-0 .ms-Icon--ReceiptReply:before{content:"\EF5A"}.ms-Fabric--v7-0-0 .ms-Icon--ReceiptCheck:before{content:"\EF5B"}.ms-Fabric--v7-0-0 .ms-Icon--Fax:before{content:"\EF5C"}.ms-Fabric--v7-0-0 .ms-Icon--RecurringEvent:before{content:"\EF5D"}.ms-Fabric--v7-0-0 .ms-Icon--ReplyAlt:before{content:"\EF5E"}.ms-Fabric--v7-0-0 .ms-Icon--ReplyAllAlt:before{content:"\EF5F"}.ms-Fabric--v7-0-0 .ms-Icon--EditStyle:before{content:"\EF60"}.ms-Fabric--v7-0-0 .ms-Icon--EditMail:before{content:"\EF61"}.ms-Fabric--v7-0-0 .ms-Icon--Lifesaver:before{content:"\EF62"}.ms-Fabric--v7-0-0 .ms-Icon--LifesaverLock:before{content:"\EF63"}.ms-Fabric--v7-0-0 .ms-Icon--InboxCheck:before{content:"\EF64"}.ms-Fabric--v7-0-0 .ms-Icon--FolderSearch:before{content:"\EF65"}.ms-Fabric--v7-0-0 .ms-Icon--CollapseMenu:before{content:"\EF66"}.ms-Fabric--v7-0-0 .ms-Icon--ExpandMenu:before{content:"\EF67"}.ms-Fabric--v7-0-0 .ms-Icon--Boards:before{content:"\EF68"}.ms-Fabric--v7-0-0 .ms-Icon--SunAdd:before{content:"\EF69"}.ms-Fabric--v7-0-0 .ms-Icon--SunQuestionMark:before{content:"\EF6A"}.ms-Fabric--v7-0-0 .ms-Icon--LandscapeOrientation:before{content:"\EF6B"}.ms-Fabric--v7-0-0 .ms-Icon--DocumentSearch:before{content:"\EF6C"}.ms-Fabric--v7-0-0 .ms-Icon--PublicCalendar:before{content:"\EF6D"}.ms-Fabric--v7-0-0 .ms-Icon--PublicContactCard:before{content:"\EF6E"}.ms-Fabric--v7-0-0 .ms-Icon--PublicEmail:before{content:"\EF6F"}.ms-Fabric--v7-0-0 .ms-Icon--PublicFolder:before{content:"\EF70"}.ms-Fabric--v7-0-0 .ms-Icon--WordDocument:before{content:"\EF71"}.ms-Fabric--v7-0-0 .ms-Icon--PowerPointDocument:before{content:"\EF72"}.ms-Fabric--v7-0-0 .ms-Icon--ExcelDocument:before{content:"\EF73"}.ms-Fabric--v7-0-0 .ms-Icon--GroupedList:before{content:"\EF74"}.ms-Fabric--v7-0-0 .ms-Icon--ClassroomLogo:before{content:"\EF75"}.ms-Fabric--v7-0-0 .ms-Icon--Sections:before{content:"\EF76"}.ms-Fabric--v7-0-0 .ms-Icon--EditPhoto:before{content:"\EF77"}.ms-Fabric--v7-0-0 .ms-Icon--Starburst:before{content:"\EF78"}.ms-Fabric--v7-0-0 .ms-Icon--ShareiOS:before{content:"\EF79"}.ms-Fabric--v7-0-0 .ms-Icon--AirTickets:before{content:"\EF7A"}.ms-Fabric--v7-0-0 .ms-Icon--PencilReply:before{content:"\EF7B"}.ms-Fabric--v7-0-0 .ms-Icon--Tiles2:before{content:"\EF7C"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeCircleCheck:before{content:"\EF7D"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeCircleClock:before{content:"\EF7E"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeCircleMinus:before{content:"\EF7F"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeCheck:before{content:"\EF80"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeClock:before{content:"\EF81"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeMinus:before{content:"\EF82"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeMessage:before{content:"\EF83"}.ms-Fabric--v7-0-0 .ms-Icon--ClosedCaption:before{content:"\EF84"}.ms-Fabric--v7-0-0 .ms-Icon--ATPLogo:before{content:"\EF85"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeFormLogo:before{content:"\EF86"}.ms-Fabric--v7-0-0 .ms-Icon--RecycleBin:before{content:"\EF87"}.ms-Fabric--v7-0-0 .ms-Icon--EmptyRecycleBin:before{content:"\EF88"}.ms-Fabric--v7-0-0 .ms-Icon--Hide2:before{content:"\EF89"}.ms-Fabric--v7-0-0 .ms-Icon--iOSAppStoreLogo:before{content:"\EF8A"}.ms-Fabric--v7-0-0 .ms-Icon--AndroidLogo:before{content:"\EF8B"}.ms-Fabric--v7-0-0 .ms-Icon--Breadcrumb:before{content:"\EF8C"}.ms-Fabric--v7-0-0 .ms-Icon--ClearFilter:before{content:"\EF8F"}.ms-Fabric--v7-0-0 .ms-Icon--Flow:before{content:"\EF90"}.ms-Fabric--v7-0-0 .ms-Icon--Database:before{content:"\EFC7"}.ms-Fabric--v7-0-0 .ms-Icon--CRMReport:before{content:"\EFFE"}.ms-Fabric--v7-0-0 .ms-Icon--TextDocument:before{content:"\F029"}.ms-Fabric--v7-0-0 .ms-Icon--PageCheckedOut:before{content:"\F02C"}.ms-Fabric--v7-0-0 .ms-Icon--Script:before{content:"\F03A"}.ms-Fabric--v7-0-0 .ms-Icon--Archive:before{content:"\F03F"}.ms-Fabric--v7-0-0 .ms-Icon--ActivityFeed:before{content:"\F056"}.ms-Fabric--v7-0-0 .ms-Icon--CaretRight:before{content:"\F06B"}.ms-Fabric--v7-0-0 .ms-Icon--SetAction:before{content:"\F071"}.ms-Fabric--v7-0-0 .ms-Icon--CaretSolidLeft:before{content:"\F08D"}.ms-Fabric--v7-0-0 .ms-Icon--CaretSolidDown:before{content:"\F08E"}.ms-Fabric--v7-0-0 .ms-Icon--CaretSolidRight:before{content:"\F08F"}.ms-Fabric--v7-0-0 .ms-Icon--CaretSolidUp:before{content:"\F090"}.ms-Fabric--v7-0-0 .ms-Icon--PowerAppsLogo:before{content:"\F091"}.ms-Fabric--v7-0-0 .ms-Icon--PowerApps2Logo:before{content:"\F092"}.ms-Fabric--v7-0-0 .ms-Icon--FabricAssetLibrary:before{content:"\F09C"}.ms-Fabric--v7-0-0 .ms-Icon--FabricDataConnectionLibrary:before{content:"\F09D"}.ms-Fabric--v7-0-0 .ms-Icon--FabricDocLibrary:before{content:"\F09E"}.ms-Fabric--v7-0-0 .ms-Icon--FabricFormLibrary:before{content:"\F09F"}.ms-Fabric--v7-0-0 .ms-Icon--FabricFormLibraryMirrored:before{content:"\F0A0"}.ms-Fabric--v7-0-0 .ms-Icon--FabricReportLibrary:before{content:"\F0A1"}.ms-Fabric--v7-0-0 .ms-Icon--FabricReportLibraryMirrored:before{content:"\F0A2"}.ms-Fabric--v7-0-0 .ms-Icon--FabricPublicFolder:before{content:"\F0A3"}.ms-Fabric--v7-0-0 .ms-Icon--FabricFolderSearch:before{content:"\F0A4"}.ms-Fabric--v7-0-0 .ms-Icon--FabricMovetoFolder:before{content:"\F0A5"}.ms-Fabric--v7-0-0 .ms-Icon--FabricUnsyncFolder:before{content:"\F0A6"}.ms-Fabric--v7-0-0 .ms-Icon--FabricSyncFolder:before{content:"\F0A7"}.ms-Fabric--v7-0-0 .ms-Icon--FabricOpenFolderHorizontal:before{content:"\F0A8"}.ms-Fabric--v7-0-0 .ms-Icon--FabricFolder:before{content:"\F0A9"}.ms-Fabric--v7-0-0 .ms-Icon--FabricFolderFill:before{content:"\F0AA"}.ms-Fabric--v7-0-0 .ms-Icon--FabricNewFolder:before{content:"\F0AB"}.ms-Fabric--v7-0-0 .ms-Icon--FabricPictureLibrary:before{content:"\F0AC"}.ms-Fabric--v7-0-0 .ms-Icon--AddFavorite:before{content:"\F0C8"}.ms-Fabric--v7-0-0 .ms-Icon--AddFavoriteFill:before{content:"\F0C9"}.ms-Fabric--v7-0-0 .ms-Icon--BufferTimeBefore:before{content:"\F0CF"}.ms-Fabric--v7-0-0 .ms-Icon--BufferTimeAfter:before{content:"\F0D0"}.ms-Fabric--v7-0-0 .ms-Icon--BufferTimeBoth:before{content:"\F0D1"}.ms-Fabric--v7-0-0 .ms-Icon--CannedChat:before{content:"\F0F2"}.ms-Fabric--v7-0-0 .ms-Icon--PageCheckedin:before{content:"\F104"}.ms-Fabric--v7-0-0 .ms-Icon--CaretBottomLeftSolid8:before{content:"\F121"}.ms-Fabric--v7-0-0 .ms-Icon--CaretBottomRightSolid8:before{content:"\F122"}.ms-Fabric--v7-0-0 .ms-Icon--FolderHorizontal:before{content:"\F12B"}.ms-Fabric--v7-0-0 .ms-Icon--MicrosoftStaffhubLogo:before{content:"\F130"}.ms-Fabric--v7-0-0 .ms-Icon--GiftboxOpen:before{content:"\F133"}.ms-Fabric--v7-0-0 .ms-Icon--ExploreContentSingle:before{content:"\F164"}.ms-Fabric--v7-0-0 .ms-Icon--CollapseContent:before{content:"\F165"}.ms-Fabric--v7-0-0 .ms-Icon--CollapseContentSingle:before{content:"\F166"}.ms-Fabric--v7-0-0 .ms-Icon--InfoSolid:before{content:"\F167"}.ms-Fabric--v7-0-0 .ms-Icon--ProgressRingDots:before{content:"\F16A"}.ms-Fabric--v7-0-0 .ms-Icon--CaloriesAdd:before{content:"\F172"}.ms-Fabric--v7-0-0 .ms-Icon--BranchFork:before{content:"\F173"}.ms-Fabric--v7-0-0 .ms-Icon--HardDriveGroup:before{content:"\F18F"}.ms-Fabric--v7-0-0 .ms-Icon--BucketColor:before{content:"\F1B6"}.ms-Fabric--v7-0-0 .ms-Icon--BucketColorFill:before{content:"\F1B7"}.ms-Fabric--v7-0-0 .ms-Icon--SingleColumn:before{content:"\F1D3"}.ms-Fabric--v7-0-0 .ms-Icon--DoubleColumn:before{content:"\F1D4"}.ms-Fabric--v7-0-0 .ms-Icon--TripleColumn:before{content:"\F1D5"}.ms-Fabric--v7-0-0 .ms-Icon--ColumnLeftTwoThirds:before{content:"\F1D6"}.ms-Fabric--v7-0-0 .ms-Icon--ColumnRightTwoThirds:before{content:"\F1D7"}.ms-Fabric--v7-0-0 .ms-Icon--AccessLogoFill:before{content:"\F1DB"}.ms-Fabric--v7-0-0 .ms-Icon--AnalyticsLogo:before{content:"\F1DE"}.ms-Fabric--v7-0-0 .ms-Icon--AnalyticsQuery:before{content:"\F1DF"}.ms-Fabric--v7-0-0 .ms-Icon--NewAnalyticsQuery:before{content:"\F1E0"}.ms-Fabric--v7-0-0 .ms-Icon--AnalyticsReport:before{content:"\F1E1"}.ms-Fabric--v7-0-0 .ms-Icon--WordLogo:before{content:"\F1E3"}.ms-Fabric--v7-0-0 .ms-Icon--WordLogoFill:before{content:"\F1E4"}.ms-Fabric--v7-0-0 .ms-Icon--ExcelLogo:before{content:"\F1E5"}.ms-Fabric--v7-0-0 .ms-Icon--ExcelLogoFill:before{content:"\F1E6"}.ms-Fabric--v7-0-0 .ms-Icon--OneNoteLogo:before{content:"\F1E7"}.ms-Fabric--v7-0-0 .ms-Icon--OneNoteLogoFill:before{content:"\F1E8"}.ms-Fabric--v7-0-0 .ms-Icon--OutlookLogo:before{content:"\F1E9"}.ms-Fabric--v7-0-0 .ms-Icon--OutlookLogoFill:before{content:"\F1EA"}.ms-Fabric--v7-0-0 .ms-Icon--PowerPointLogo:before{content:"\F1EB"}.ms-Fabric--v7-0-0 .ms-Icon--PowerPointLogoFill:before{content:"\F1EC"}.ms-Fabric--v7-0-0 .ms-Icon--PublisherLogo:before{content:"\F1ED"}.ms-Fabric--v7-0-0 .ms-Icon--PublisherLogoFill:before{content:"\F1EE"}.ms-Fabric--v7-0-0 .ms-Icon--ScheduleEventAction:before{content:"\F1EF"}.ms-Fabric--v7-0-0 .ms-Icon--FlameSolid:before{content:"\F1F3"}.ms-Fabric--v7-0-0 .ms-Icon--ServerProcesses:before{content:"\F1FE"}.ms-Fabric--v7-0-0 .ms-Icon--Server:before{content:"\F201"}.ms-Fabric--v7-0-0 .ms-Icon--SaveAll:before{content:"\F203"}.ms-Fabric--v7-0-0 .ms-Icon--ProtectRestrict:before{content:"\F22A"}.ms-Fabric--v7-0-0 .ms-Icon--Step:before{content:"\F241"}.ms-Fabric--v7-0-0 .ms-Icon--StepInsert:before{content:"\F242"}.ms-Fabric--v7-0-0 .ms-Icon--StepShared:before{content:"\F243"}.ms-Fabric--v7-0-0 .ms-Icon--StepSharedAdd:before{content:"\F244"}.ms-Fabric--v7-0-0 .ms-Icon--StepSharedInsert:before{content:"\F245"}.ms-Fabric--v7-0-0 .ms-Icon--ViewDashboard:before{content:"\F246"}.ms-Fabric--v7-0-0 .ms-Icon--ViewList:before{content:"\F247"}.ms-Fabric--v7-0-0 .ms-Icon--ViewListGroup:before{content:"\F248"}.ms-Fabric--v7-0-0 .ms-Icon--ViewListTree:before{content:"\F249"}.ms-Fabric--v7-0-0 .ms-Icon--TriggerAuto:before{content:"\F24A"}.ms-Fabric--v7-0-0 .ms-Icon--TriggerUser:before{content:"\F24B"}.ms-Fabric--v7-0-0 .ms-Icon--PivotChart:before{content:"\F24C"}.ms-Fabric--v7-0-0 .ms-Icon--StackedBarChart:before{content:"\F24D"}.ms-Fabric--v7-0-0 .ms-Icon--StackedLineChart:before{content:"\F24E"}.ms-Fabric--v7-0-0 .ms-Icon--BuildQueue:before{content:"\F24F"}.ms-Fabric--v7-0-0 .ms-Icon--BuildQueueNew:before{content:"\F250"}.ms-Fabric--v7-0-0 .ms-Icon--VennDiagram:before{content:"\F273"}.ms-Fabric--v7-0-0 .ms-Icon--FiveTileGrid:before{content:"\F274"}.ms-Fabric--v7-0-0 .ms-Icon--FocalPoint:before{content:"\F277"}.ms-Fabric--v7-0-0 .ms-Icon--TeamsLogoInverse:before{content:"\F27A"}.ms-Fabric--v7-0-0 .ms-Icon--TeamsLogo:before{content:"\F27B"}.ms-Fabric--v7-0-0 .ms-Icon--TeamsLogoFill:before{content:"\F27C"}.ms-Fabric--v7-0-0 .ms-Icon--SkypeForBusinessLogoFill:before{content:"\F27D"}.ms-Fabric--v7-0-0 .ms-Icon--SharepointLogo:before{content:"\F27E"}.ms-Fabric--v7-0-0 .ms-Icon--SharepointLogoFill:before{content:"\F27F"}.ms-Fabric--v7-0-0 .ms-Icon--DelveLogo:before{content:"\F280"}.ms-Fabric--v7-0-0 .ms-Icon--DelveLogoFill:before{content:"\F281"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeVideoLogo:before{content:"\F282"}.ms-Fabric--v7-0-0 .ms-Icon--OfficeVideoLogoFill:before{content:"\F283"}.ms-Fabric--v7-0-0 .ms-Icon--ExchangeLogo:before{content:"\F284"}.ms-Fabric--v7-0-0 .ms-Icon--ExchangeLogoFill:before{content:"\F285"}.ms-Fabric--v7-0-0 .ms-Icon--CloneToDesktop:before{content:"\F28C"}.ms-Fabric--v7-0-0 .ms-Icon--InstallToDrive:before{content:"\F28D"}.ms-Fabric--v7-0-0 .ms-Icon--Blur:before{content:"\F28E"}.ms-Fabric--v7-0-0 .ms-Icon--Build:before{content:"\F28F"}.ms-Fabric--v7-0-0 .ms-Icon--ProcessMetaTask:before{content:"\F290"}.ms-Fabric--v7-0-0 .ms-Icon--BranchFork2:before{content:"\F291"}.ms-Fabric--v7-0-0 .ms-Icon--BranchLocked:before{content:"\F292"}.ms-Fabric--v7-0-0 .ms-Icon--BranchCommit:before{content:"\F293"}.ms-Fabric--v7-0-0 .ms-Icon--BranchCompare:before{content:"\F294"}.ms-Fabric--v7-0-0 .ms-Icon--BranchMerge:before{content:"\F295"}.ms-Fabric--v7-0-0 .ms-Icon--BranchPullRequest:before{content:"\F296"}.ms-Fabric--v7-0-0 .ms-Icon--BranchSearch:before{content:"\F297"}.ms-Fabric--v7-0-0 .ms-Icon--BranchShelveset:before{content:"\F298"}.ms-Fabric--v7-0-0 .ms-Icon--RawSource:before{content:"\F299"}.ms-Fabric--v7-0-0 .ms-Icon--MergeDuplicate:before{content:"\F29A"}.ms-Fabric--v7-0-0 .ms-Icon--RowsGroup:before{content:"\F29B"}.ms-Fabric--v7-0-0 .ms-Icon--RowsChild:before{content:"\F29C"}.ms-Fabric--v7-0-0 .ms-Icon--Deploy:before{content:"\F29D"}.ms-Fabric--v7-0-0 .ms-Icon--Redeploy:before{content:"\F29E"}.ms-Fabric--v7-0-0 .ms-Icon--ServerEnviroment:before{content:"\F29F"}.ms-Fabric--v7-0-0 .ms-Icon--Plug:before{content:"\F300"}.ms-Fabric--v7-0-0 .ms-Icon--PlugSolid:before{content:"\F301"}.ms-Fabric--v7-0-0 .ms-Icon--PlugConnected:before{content:"\F302"}.ms-Fabric--v7-0-0 .ms-Icon--PlugDisconnected:before{content:"\F303"}.ms-Fabric--v7-0-0 .ms-Icon--UnlockSolid:before{content:"\F304"}.ms-Fabric--v7-0-0 .ms-Icon--Variable:before{content:"\F305"}.ms-Fabric--v7-0-0 .ms-Icon--Parameter:before{content:"\F306"}.ms-Fabric--v7-0-0 .ms-Icon--CommentUrgent:before{content:"\F307"}.ms-Fabric--v7-0-0 .ms-Icon--Storyboard:before{content:"\F308"}.ms-Fabric--v7-0-0 .ms-Icon--DiffInline:before{content:"\F309"}.ms-Fabric--v7-0-0 .ms-Icon--DiffSideBySide:before{content:"\F30A"}.ms-Fabric--v7-0-0 .ms-Icon--ImageDiff:before{content:"\F30B"}.ms-Fabric--v7-0-0 .ms-Icon--ImagePixel:before{content:"\F30C"}.ms-Fabric--v7-0-0 .ms-Icon--FileBug:before{content:"\F30D"}.ms-Fabric--v7-0-0 .ms-Icon--FileCode:before{content:"\F30E"}.ms-Fabric--v7-0-0 .ms-Icon--FileComment:before{content:"\F30F"}.ms-Fabric--v7-0-0 .ms-Icon--FileImage:before{content:"\F311"}.ms-Fabric--v7-0-0 .ms-Icon--FileSymlink:before{content:"\F312"}.ms-Fabric--v7-0-0 .ms-Icon--AutoFillTemplate:before{content:"\F313"}.ms-Fabric--v7-0-0 .ms-Icon--WorkItem:before{content:"\F314"}.ms-Fabric--v7-0-0 .ms-Icon--WorkItemBug:before{content:"\F315"}.ms-Fabric--v7-0-0 .ms-Icon--LogRemove:before{content:"\F316"}.ms-Fabric--v7-0-0 .ms-Icon--ColumnOptions:before{content:"\F317"}.ms-Fabric--v7-0-0 .ms-Icon--Packages:before{content:"\F318"}.ms-Fabric--v7-0-0 .ms-Icon--BuildIssue:before{content:"\F319"}.ms-Fabric--v7-0-0 .ms-Icon--AssessmentGroup:before{content:"\F31A"}.ms-Fabric--v7-0-0 .ms-Icon--VariableGroup:before{content:"\F31B"}.ms-Fabric--v7-0-0 .ms-Icon--FullHistory:before{content:"\F31C"}.ms-Fabric--v7-0-0 .ms-Icon--BusinessHoursSign:before{content:"\F310"}.ms-Fabric--v7-0-0 .ms-Icon--SwayLogo:before{content:"\ED29"}.ms-Fabric--v7-0-0 .ms-Icon--ClassNotebookLogo:before{content:"\EDC8"}.ms-Fabric--v7-0-0 .ms-Icon--DocsLogo:before{content:"\EDCB"}.ms-Fabric--v7-0-0 .ms-Icon--OneNoteEduLogo:before{content:"\EDD0"}.ms-Fabric--v7-0-0 .ms-Icon--ProjectLogo:before{content:"\EDD4"}@media (max-width:479px){.ms-Fabric--v7-0-0 .ms-hiddenLgDown,.ms-Fabric--v7-0-0 .ms-hiddenMdDown,.ms-Fabric--v7-0-0 .ms-hiddenSm,.ms-Fabric--v7-0-0 .ms-hiddenXlDown,.ms-Fabric--v7-0-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:480px) and (max-width:639px){.ms-Fabric--v7-0-0 .ms-hiddenLgDown,.ms-Fabric--v7-0-0 .ms-hiddenMd,.ms-Fabric--v7-0-0 .ms-hiddenMdDown,.ms-Fabric--v7-0-0 .ms-hiddenMdUp,.ms-Fabric--v7-0-0 .ms-hiddenXlDown,.ms-Fabric--v7-0-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:640px) and (max-width:1023px){.ms-Fabric--v7-0-0 .ms-hiddenLg,.ms-Fabric--v7-0-0 .ms-hiddenLgDown,.ms-Fabric--v7-0-0 .ms-hiddenLgUp,.ms-Fabric--v7-0-0 .ms-hiddenMdUp,.ms-Fabric--v7-0-0 .ms-hiddenXlDown,.ms-Fabric--v7-0-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:1024px) and (max-width:1365px){.ms-Fabric--v7-0-0 .ms-hiddenLgUp,.ms-Fabric--v7-0-0 .ms-hiddenMdUp,.ms-Fabric--v7-0-0 .ms-hiddenXl,.ms-Fabric--v7-0-0 .ms-hiddenXlDown,.ms-Fabric--v7-0-0 .ms-hiddenXlUp,.ms-Fabric--v7-0-0 .ms-hiddenXxlDown{display:none!important}}@media (min-width:1366px) and (max-width:1919px){.ms-Fabric--v7-0-0 .ms-hiddenLgUp,.ms-Fabric--v7-0-0 .ms-hiddenMdUp,.ms-Fabric--v7-0-0 .ms-hiddenXlUp,.ms-Fabric--v7-0-0 .ms-hiddenXxl,.ms-Fabric--v7-0-0 .ms-hiddenXxlDown,.ms-Fabric--v7-0-0 .ms-hiddenXxlUp{display:none!important}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-hiddenLgUp,.ms-Fabric--v7-0-0 .ms-hiddenMdUp,.ms-Fabric--v7-0-0 .ms-hiddenXlUp,.ms-Fabric--v7-0-0 .ms-hiddenXxlUp,.ms-Fabric--v7-0-0 .ms-hiddenXxxl{display:none!important}}.ms-Fabric--v7-0-0 .ms-sm12{width:100%}.ms-Fabric--v7-0-0 .ms-sm11{width:91.66666666666666%}.ms-Fabric--v7-0-0 .ms-sm10{width:83.33333333333334%}.ms-Fabric--v7-0-0 .ms-sm9{width:75%}.ms-Fabric--v7-0-0 .ms-sm8{width:66.66666666666666%}.ms-Fabric--v7-0-0 .ms-sm7{width:58.333333333333336%}.ms-Fabric--v7-0-0 .ms-sm6{width:50%}.ms-Fabric--v7-0-0 .ms-sm5{width:41.66666666666667%}.ms-Fabric--v7-0-0 .ms-sm4{width:33.33333333333333%}.ms-Fabric--v7-0-0 .ms-sm3{width:25%}.ms-Fabric--v7-0-0 .ms-sm2{width:16.666666666666664%}.ms-Fabric--v7-0-0 .ms-sm1{width:8.333333333333332%}.ms-Fabric--v7-0-0 .ms-smPull12{right:100%}.ms-Fabric--v7-0-0 .ms-smPull11{right:91.66666666666666%}.ms-Fabric--v7-0-0 .ms-smPull10{right:83.33333333333334%}.ms-Fabric--v7-0-0 .ms-smPull9{right:75%}.ms-Fabric--v7-0-0 .ms-smPull8{right:66.66666666666666%}.ms-Fabric--v7-0-0 .ms-smPull7{right:58.333333333333336%}.ms-Fabric--v7-0-0 .ms-smPull6{right:50%}.ms-Fabric--v7-0-0 .ms-smPull5{right:41.66666666666667%}.ms-Fabric--v7-0-0 .ms-smPull4{right:33.33333333333333%}.ms-Fabric--v7-0-0 .ms-smPull3{right:25%}.ms-Fabric--v7-0-0 .ms-smPull2{right:16.666666666666664%}.ms-Fabric--v7-0-0 .ms-smPull1{right:8.333333333333332%}.ms-Fabric--v7-0-0 .ms-smPull0{right:auto}.ms-Fabric--v7-0-0 .ms-smPush12{left:100%}.ms-Fabric--v7-0-0 .ms-smPush11{left:91.66666666666666%}.ms-Fabric--v7-0-0 .ms-smPush10{left:83.33333333333334%}.ms-Fabric--v7-0-0 .ms-smPush9{left:75%}.ms-Fabric--v7-0-0 .ms-smPush8{left:66.66666666666666%}.ms-Fabric--v7-0-0 .ms-smPush7{left:58.333333333333336%}.ms-Fabric--v7-0-0 .ms-smPush6{left:50%}.ms-Fabric--v7-0-0 .ms-smPush5{left:41.66666666666667%}.ms-Fabric--v7-0-0 .ms-smPush4{left:33.33333333333333%}.ms-Fabric--v7-0-0 .ms-smPush3{left:25%}.ms-Fabric--v7-0-0 .ms-smPush2{left:16.666666666666664%}.ms-Fabric--v7-0-0 .ms-smPush1{left:8.333333333333332%}.ms-Fabric--v7-0-0 .ms-smPush0{left:auto}.ms-Fabric--v7-0-0 .ms-smOffset11{margin-left:91.66666666666666%}.ms-Fabric--v7-0-0 .ms-smOffset10{margin-left:83.33333333333334%}.ms-Fabric--v7-0-0 .ms-smOffset9{margin-left:75%}.ms-Fabric--v7-0-0 .ms-smOffset8{margin-left:66.66666666666666%}.ms-Fabric--v7-0-0 .ms-smOffset7{margin-left:58.333333333333336%}.ms-Fabric--v7-0-0 .ms-smOffset6{margin-left:50%}.ms-Fabric--v7-0-0 .ms-smOffset5{margin-left:41.66666666666667%}.ms-Fabric--v7-0-0 .ms-smOffset4{margin-left:33.33333333333333%}.ms-Fabric--v7-0-0 .ms-smOffset3{margin-left:25%}.ms-Fabric--v7-0-0 .ms-smOffset2{margin-left:16.666666666666664%}.ms-Fabric--v7-0-0 .ms-smOffset1{margin-left:8.333333333333332%}.ms-Fabric--v7-0-0 .ms-smOffset0{margin-left:0}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md12{width:100%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md11{width:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md10{width:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md9{width:75%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md8{width:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md7{width:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md6{width:50%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md5{width:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md4{width:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md3{width:25%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md2{width:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-md1{width:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull12{right:100%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull11{right:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull10{right:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull9{right:75%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull8{right:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull7{right:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull6{right:50%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull5{right:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull4{right:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull3{right:25%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull2{right:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull1{right:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPull0{right:auto}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush12{left:100%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush11{left:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush10{left:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush9{left:75%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush8{left:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush7{left:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush6{left:50%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush5{left:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush4{left:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush3{left:25%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush2{left:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush1{left:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdPush0{left:auto}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset11{margin-left:91.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset10{margin-left:83.33333333333334%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset9{margin-left:75%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset8{margin-left:66.66666666666666%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset7{margin-left:58.333333333333336%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset6{margin-left:50%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset5{margin-left:41.66666666666667%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset4{margin-left:33.33333333333333%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset3{margin-left:25%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset2{margin-left:16.666666666666664%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset1{margin-left:8.333333333333332%}}@media (min-width:480px){.ms-Fabric--v7-0-0 .ms-mdOffset0{margin-left:0}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg12{width:100%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg11{width:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg10{width:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg9{width:75%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg8{width:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg7{width:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg6{width:50%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg5{width:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg4{width:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg3{width:25%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg2{width:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lg1{width:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull12{right:100%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull11{right:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull10{right:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull9{right:75%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull8{right:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull7{right:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull6{right:50%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull5{right:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull4{right:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull3{right:25%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull2{right:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull1{right:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPull0{right:auto}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush12{left:100%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush11{left:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush10{left:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush9{left:75%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush8{left:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush7{left:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush6{left:50%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush5{left:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush4{left:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush3{left:25%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush2{left:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush1{left:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgPush0{left:auto}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset11{margin-left:91.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset10{margin-left:83.33333333333334%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset9{margin-left:75%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset8{margin-left:66.66666666666666%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset7{margin-left:58.333333333333336%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset6{margin-left:50%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset5{margin-left:41.66666666666667%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset4{margin-left:33.33333333333333%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset3{margin-left:25%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset2{margin-left:16.666666666666664%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset1{margin-left:8.333333333333332%}}@media (min-width:640px){.ms-Fabric--v7-0-0 .ms-lgOffset0{margin-left:0}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl12{width:100%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl11{width:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl10{width:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl9{width:75%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl8{width:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl7{width:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl6{width:50%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl5{width:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl4{width:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl3{width:25%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl2{width:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xl1{width:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull12{right:100%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull11{right:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull10{right:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull9{right:75%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull8{right:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull7{right:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull6{right:50%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull5{right:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull4{right:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull3{right:25%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull2{right:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull1{right:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPull0{right:auto}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush12{left:100%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush11{left:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush10{left:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush9{left:75%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush8{left:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush7{left:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush6{left:50%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush5{left:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush4{left:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush3{left:25%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush2{left:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush1{left:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlPush0{left:auto}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset11{margin-left:91.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset10{margin-left:83.33333333333334%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset9{margin-left:75%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset8{margin-left:66.66666666666666%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset7{margin-left:58.333333333333336%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset6{margin-left:50%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset5{margin-left:41.66666666666667%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset4{margin-left:33.33333333333333%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset3{margin-left:25%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset2{margin-left:16.666666666666664%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset1{margin-left:8.333333333333332%}}@media (min-width:1024px){.ms-Fabric--v7-0-0 .ms-xlOffset0{margin-left:0}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl12{width:100%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl11{width:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl10{width:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl9{width:75%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl8{width:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl7{width:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl6{width:50%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl5{width:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl4{width:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl3{width:25%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl2{width:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxl1{width:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull12{right:100%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull11{right:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull10{right:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull9{right:75%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull8{right:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull7{right:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull6{right:50%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull5{right:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull4{right:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull3{right:25%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull2{right:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull1{right:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPull0{right:auto}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush12{left:100%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush11{left:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush10{left:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush9{left:75%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush8{left:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush7{left:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush6{left:50%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush5{left:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush4{left:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush3{left:25%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush2{left:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush1{left:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlPush0{left:auto}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset11{margin-left:91.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset10{margin-left:83.33333333333334%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset9{margin-left:75%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset8{margin-left:66.66666666666666%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset7{margin-left:58.333333333333336%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset6{margin-left:50%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset5{margin-left:41.66666666666667%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset4{margin-left:33.33333333333333%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset3{margin-left:25%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset2{margin-left:16.666666666666664%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset1{margin-left:8.333333333333332%}}@media (min-width:1366px){.ms-Fabric--v7-0-0 .ms-xxlOffset0{margin-left:0}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl12{width:100%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl11{width:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl10{width:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl9{width:75%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl8{width:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl7{width:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl6{width:50%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl5{width:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl4{width:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl3{width:25%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl2{width:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxl1{width:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull12{right:100%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull11{right:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull10{right:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull9{right:75%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull8{right:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull7{right:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull6{right:50%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull5{right:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull4{right:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull3{right:25%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull2{right:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull1{right:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPull0{right:auto}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush12{left:100%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush11{left:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush10{left:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush9{left:75%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush8{left:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush7{left:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush6{left:50%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush5{left:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush4{left:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush3{left:25%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush2{left:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush1{left:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlPush0{left:auto}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset11{margin-left:91.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset10{margin-left:83.33333333333334%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset9{margin-left:75%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset8{margin-left:66.66666666666666%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset7{margin-left:58.333333333333336%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset6{margin-left:50%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset5{margin-left:41.66666666666667%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset4{margin-left:33.33333333333333%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset3{margin-left:25%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset2{margin-left:16.666666666666664%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset1{margin-left:8.333333333333332%}}@media (min-width:1920px){.ms-Fabric--v7-0-0 .ms-xxxlOffset0{margin-left:0}}.ms-Fabric--v7-0-0 .ms-borderBox,.ms-Fabric--v7-0-0 .ms-borderBox:after,.ms-Fabric--v7-0-0 .ms-borderBox:before{box-sizing:border-box}.ms-Fabric--v7-0-0 .ms-borderBase{border:1px solid}.ms-Fabric--v7-0-0 .ms-clearfix{*zoom:1}.ms-Fabric--v7-0-0 .ms-clearfix:after,.ms-Fabric--v7-0-0 .ms-clearfix:before{display:table;content:"";line-height:0}.ms-Fabric--v7-0-0 .ms-clearfix:after{clear:both}.ms-Fabric--v7-0-0 .ms-normalize{box-sizing:border-box;box-shadow:none;margin:0;padding:0}.ms-Fabric--v7-0-0 .ms-textAlignLeft{text-align:left}.ms-Fabric--v7-0-0 .ms-textAlignCenter{text-align:center}.ms-Fabric--v7-0-0 .ms-textAlignRight{text-align:right}.ms-Fabric--v7-0-0 .ms-screenReaderOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ms-Fabric--v7-0-0 .ms-textTruncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.ms-Fabric--v7-0-0 .ms-noWrap{white-space:nowrap}.ms-Fabric--v7-0-0 .ms-Fabric{-moz-osx-font-smoothing:grayscale;-ms-high-contrast-adjust:none;-webkit-font-smoothing:antialiased;color:#333;font-family:"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;font-size:14px}.ms-Fabric--v7-0-0 .ms-Fabric button,.ms-Fabric--v7-0-0 .ms-Fabric input{font-family:inherit}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=ar],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=ar],.ms-Fabric--v7-0-0 [lang^=ar] .ms-Fabric{font-family:Segoe UI Web\ (Arabic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=bg],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=bg],.ms-Fabric--v7-0-0 [lang^=bg] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=cs],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=cs],.ms-Fabric--v7-0-0 [lang^=cs] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=el],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=el],.ms-Fabric--v7-0-0 [lang^=el] .ms-Fabric{font-family:Segoe UI Web\ (Greek),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=et],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=et],.ms-Fabric--v7-0-0 [lang^=et] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=he],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=he],.ms-Fabric--v7-0-0 [lang^=he] .ms-Fabric{font-family:Segoe UI Web\ (Hebrew),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=hi],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=hi],.ms-Fabric--v7-0-0 [lang^=hi] .ms-Fabric{font-family:Nirmala UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=hr],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=hr],.ms-Fabric--v7-0-0 .ms-Fabric[lang^=hu],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=hu],.ms-Fabric--v7-0-0 [lang^=hr] .ms-Fabric,.ms-Fabric--v7-0-0 [lang^=hu] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=ja],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=ja],.ms-Fabric--v7-0-0 [lang^=ja] .ms-Fabric{font-family:Yu Gothic,Meiryo UI,Meiryo,MS Pgothic,Osaka,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=kk],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=kk],.ms-Fabric--v7-0-0 [lang^=kk] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=ko],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=ko],.ms-Fabric--v7-0-0 [lang^=ko] .ms-Fabric{font-family:Malgun Gothic,Gulim,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=lt],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=lt],.ms-Fabric--v7-0-0 .ms-Fabric[lang^=lv],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=lv],.ms-Fabric--v7-0-0 .ms-Fabric[lang^=pl],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=pl],.ms-Fabric--v7-0-0 [lang^=lt] .ms-Fabric,.ms-Fabric--v7-0-0 [lang^=lv] .ms-Fabric,.ms-Fabric--v7-0-0 [lang^=pl] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=ru],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=ru],.ms-Fabric--v7-0-0 [lang^=ru] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=sk],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=sk],.ms-Fabric--v7-0-0 .ms-Fabric[lang^=sr-latn],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=sr-latn],.ms-Fabric--v7-0-0 [lang^=sk] .ms-Fabric,.ms-Fabric--v7-0-0 [lang^=sr-latn] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=th],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=th],.ms-Fabric--v7-0-0 [lang^=th] .ms-Fabric{font-family:Leelawadee UI Web,Kmer UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=tr],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=tr],.ms-Fabric--v7-0-0 [lang^=tr] .ms-Fabric{font-family:"Segoe UI Web (East European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=uk],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=uk],.ms-Fabric--v7-0-0 [lang^=uk] .ms-Fabric{font-family:Segoe UI Web\ (Cyrillic),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=vi],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=vi],.ms-Fabric--v7-0-0 [lang^=vi] .ms-Fabric{font-family:Segoe UI Web\ (Vietnamese),-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=zh-hans],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=zh-hans],.ms-Fabric--v7-0-0 [lang^=zh-hans] .ms-Fabric{font-family:Microsoft Yahei,Verdana,Simsun,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric[lang^=zh-hant],.ms-Fabric--v7-0-0 .ms-Fabric [lang^=zh-hant],.ms-Fabric--v7-0-0 [lang^=zh-hant] .ms-Fabric{font-family:Microsoft Jhenghei,Pmingliu,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.ms-Fabric--v7-0-0 .ms-Fabric--selawik{font-family:Selawik Web,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Arabic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Cyrillic);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (East European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Greek);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Hebrew);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Segoe UI Web\ (Vietnamese);src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Selawik Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:Leelawadee UI Web;src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-bold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:FabricMDL2Icons-7;src:url(https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7.woff2?2.21) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7.woff?2.21) format("woff"),url(https://static2.sharepointonline.com/files/fabric/assets/icons/scoped/fabricmdl2icons-7.ttf?2.21) format("truetype");font-weight:400;font-style:normal}
         
     | 
| 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
         
     | 
| 
       2 
2 
     | 
    
         
             
            /**
         
     | 
| 
       3 
     | 
    
         
            -
             * Office UI Fabric Core  
     | 
| 
      
 3 
     | 
    
         
            +
             * Office UI Fabric Core 7.0.0
         
     | 
| 
       4 
4 
     | 
    
         
             
             * The front-end framework for building experiences for Office 365.
         
     | 
| 
       5 
5 
     | 
    
         
             
             **/
         
     | 
| 
       6 
6 
     | 
    
         
             
            /*
         
     | 
| 
         @@ -289,168 +289,168 @@ 
     | 
|
| 
       289 
289 
     | 
    
         
             
            }
         
     | 
| 
       290 
290 
     | 
    
         | 
| 
       291 
291 
     | 
    
         
             
            .ms-slideRightIn10 {
         
     | 
| 
       292 
     | 
    
         
            -
              animation-name: fadeIn, slideRightIn10;
         
     | 
| 
      
 292 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideRightIn10;
         
     | 
| 
       293 
293 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       294 
294 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       295 
295 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       296 
296 
     | 
    
         
             
            }
         
     | 
| 
       297 
297 
     | 
    
         | 
| 
       298 
298 
     | 
    
         
             
            .ms-slideRightIn20 {
         
     | 
| 
       299 
     | 
    
         
            -
              animation-name: fadeIn, slideRightIn20;
         
     | 
| 
      
 299 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideRightIn20;
         
     | 
| 
       300 
300 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       301 
301 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       302 
302 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       303 
303 
     | 
    
         
             
            }
         
     | 
| 
       304 
304 
     | 
    
         | 
| 
       305 
305 
     | 
    
         
             
            .ms-slideRightIn40 {
         
     | 
| 
       306 
     | 
    
         
            -
              animation-name: fadeIn, slideRightIn40;
         
     | 
| 
      
 306 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideRightIn40;
         
     | 
| 
       307 
307 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       308 
308 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       309 
309 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       310 
310 
     | 
    
         
             
            }
         
     | 
| 
       311 
311 
     | 
    
         | 
| 
       312 
312 
     | 
    
         
             
            .ms-slideRightIn400 {
         
     | 
| 
       313 
     | 
    
         
            -
              animation-name: fadeIn, slideRightIn400;
         
     | 
| 
      
 313 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideRightIn400;
         
     | 
| 
       314 
314 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       315 
315 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       316 
316 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       317 
317 
     | 
    
         
             
            }
         
     | 
| 
       318 
318 
     | 
    
         | 
| 
       319 
319 
     | 
    
         
             
            .ms-slideRightOut40 {
         
     | 
| 
       320 
     | 
    
         
            -
              animation-name: fadeOut, slideRightOut40;
         
     | 
| 
      
 320 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideRightOut40;
         
     | 
| 
       321 
321 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       322 
322 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       323 
323 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       324 
324 
     | 
    
         
             
            }
         
     | 
| 
       325 
325 
     | 
    
         | 
| 
       326 
326 
     | 
    
         
             
            .ms-slideRightOut400 {
         
     | 
| 
       327 
     | 
    
         
            -
              animation-name: fadeOut, slideRightOut400;
         
     | 
| 
      
 327 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideRightOut400;
         
     | 
| 
       328 
328 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       329 
329 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       330 
330 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       331 
331 
     | 
    
         
             
            }
         
     | 
| 
       332 
332 
     | 
    
         | 
| 
       333 
333 
     | 
    
         
             
            .ms-slideLeftIn10 {
         
     | 
| 
       334 
     | 
    
         
            -
              animation-name: fadeIn, slideLeftIn10;
         
     | 
| 
      
 334 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideLeftIn10;
         
     | 
| 
       335 
335 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       336 
336 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       337 
337 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       338 
338 
     | 
    
         
             
            }
         
     | 
| 
       339 
339 
     | 
    
         | 
| 
       340 
340 
     | 
    
         
             
            .ms-slideLeftIn20 {
         
     | 
| 
       341 
     | 
    
         
            -
              animation-name: fadeIn, slideLeftIn20;
         
     | 
| 
      
 341 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideLeftIn20;
         
     | 
| 
       342 
342 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       343 
343 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       344 
344 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       345 
345 
     | 
    
         
             
            }
         
     | 
| 
       346 
346 
     | 
    
         | 
| 
       347 
347 
     | 
    
         
             
            .ms-slideLeftIn40 {
         
     | 
| 
       348 
     | 
    
         
            -
              animation-name: fadeIn, slideLeftIn40;
         
     | 
| 
      
 348 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideLeftIn40;
         
     | 
| 
       349 
349 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       350 
350 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       351 
351 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       352 
352 
     | 
    
         
             
            }
         
     | 
| 
       353 
353 
     | 
    
         | 
| 
       354 
354 
     | 
    
         
             
            .ms-slideLeftIn400 {
         
     | 
| 
       355 
     | 
    
         
            -
              animation-name: fadeIn, slideLeftIn400;
         
     | 
| 
      
 355 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideLeftIn400;
         
     | 
| 
       356 
356 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       357 
357 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       358 
358 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       359 
359 
     | 
    
         
             
            }
         
     | 
| 
       360 
360 
     | 
    
         | 
| 
       361 
361 
     | 
    
         
             
            .ms-slideLeftOut40 {
         
     | 
| 
       362 
     | 
    
         
            -
              animation-name: fadeOut, slideLeftOut40;
         
     | 
| 
      
 362 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideLeftOut40;
         
     | 
| 
       363 
363 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       364 
364 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       365 
365 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       366 
366 
     | 
    
         
             
            }
         
     | 
| 
       367 
367 
     | 
    
         | 
| 
       368 
368 
     | 
    
         
             
            .ms-slideLeftOut400 {
         
     | 
| 
       369 
     | 
    
         
            -
              animation-name: fadeOut, slideLeftOut400;
         
     | 
| 
      
 369 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideLeftOut400;
         
     | 
| 
       370 
370 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       371 
371 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       372 
372 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       373 
373 
     | 
    
         
             
            }
         
     | 
| 
       374 
374 
     | 
    
         | 
| 
       375 
375 
     | 
    
         
             
            .ms-slideUpIn10 {
         
     | 
| 
       376 
     | 
    
         
            -
              animation-name: fadeIn, slideUpIn10;
         
     | 
| 
      
 376 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideUpIn10;
         
     | 
| 
       377 
377 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       378 
378 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       379 
379 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       380 
380 
     | 
    
         
             
            }
         
     | 
| 
       381 
381 
     | 
    
         | 
| 
       382 
382 
     | 
    
         
             
            .ms-slideUpIn20 {
         
     | 
| 
       383 
     | 
    
         
            -
              animation-name: fadeIn, slideUpIn20;
         
     | 
| 
      
 383 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideUpIn20;
         
     | 
| 
       384 
384 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       385 
385 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       386 
386 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       387 
387 
     | 
    
         
             
            }
         
     | 
| 
       388 
388 
     | 
    
         | 
| 
       389 
389 
     | 
    
         
             
            .ms-slideDownIn10 {
         
     | 
| 
       390 
     | 
    
         
            -
              animation-name: fadeIn, slideDownIn10;
         
     | 
| 
      
 390 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideDownIn10;
         
     | 
| 
       391 
391 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       392 
392 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       393 
393 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       394 
394 
     | 
    
         
             
            }
         
     | 
| 
       395 
395 
     | 
    
         | 
| 
       396 
396 
     | 
    
         
             
            .ms-slideDownIn20 {
         
     | 
| 
       397 
     | 
    
         
            -
              animation-name: fadeIn, slideDownIn20;
         
     | 
| 
      
 397 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-slideDownIn20;
         
     | 
| 
       398 
398 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       399 
399 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       400 
400 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       401 
401 
     | 
    
         
             
            }
         
     | 
| 
       402 
402 
     | 
    
         | 
| 
       403 
403 
     | 
    
         
             
            .ms-slideUpOut10 {
         
     | 
| 
       404 
     | 
    
         
            -
              animation-name: fadeOut, slideUpOut10;
         
     | 
| 
      
 404 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideUpOut10;
         
     | 
| 
       405 
405 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       406 
406 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       407 
407 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       408 
408 
     | 
    
         
             
            }
         
     | 
| 
       409 
409 
     | 
    
         | 
| 
       410 
410 
     | 
    
         
             
            .ms-slideUpOut20 {
         
     | 
| 
       411 
     | 
    
         
            -
              animation-name: fadeOut, slideUpOut20;
         
     | 
| 
      
 411 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideUpOut20;
         
     | 
| 
       412 
412 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       413 
413 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       414 
414 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       415 
415 
     | 
    
         
             
            }
         
     | 
| 
       416 
416 
     | 
    
         | 
| 
       417 
417 
     | 
    
         
             
            .ms-slideDownOut10 {
         
     | 
| 
       418 
     | 
    
         
            -
              animation-name: fadeOut, slideDownOut10;
         
     | 
| 
      
 418 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideDownOut10;
         
     | 
| 
       419 
419 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       420 
420 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       421 
421 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       422 
422 
     | 
    
         
             
            }
         
     | 
| 
       423 
423 
     | 
    
         | 
| 
       424 
424 
     | 
    
         
             
            .ms-slideDownOut20 {
         
     | 
| 
       425 
     | 
    
         
            -
              animation-name: fadeOut, slideDownOut20;
         
     | 
| 
      
 425 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-slideDownOut20;
         
     | 
| 
       426 
426 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       427 
427 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       428 
428 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       429 
429 
     | 
    
         
             
            }
         
     | 
| 
       430 
430 
     | 
    
         | 
| 
       431 
431 
     | 
    
         
             
            .ms-scaleUpIn100 {
         
     | 
| 
       432 
     | 
    
         
            -
              animation-name: fadeIn, scaleUp100;
         
     | 
| 
      
 432 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-scaleUp100;
         
     | 
| 
       433 
433 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       434 
434 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       435 
435 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       436 
436 
     | 
    
         
             
            }
         
     | 
| 
       437 
437 
     | 
    
         | 
| 
       438 
438 
     | 
    
         
             
            .ms-scaleUpOut103 {
         
     | 
| 
       439 
     | 
    
         
            -
              animation-name: fadeOut, scaleUp103;
         
     | 
| 
      
 439 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-scaleUp103;
         
     | 
| 
       440 
440 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       441 
441 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       442 
442 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       443 
443 
     | 
    
         
             
            }
         
     | 
| 
       444 
444 
     | 
    
         | 
| 
       445 
445 
     | 
    
         
             
            .ms-scaleDownOut98 {
         
     | 
| 
       446 
     | 
    
         
            -
              animation-name: fadeOut, scaleDown98;
         
     | 
| 
      
 446 
     | 
    
         
            +
              animation-name: ms-fadeOut, ms-scaleDown98;
         
     | 
| 
       447 
447 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       448 
448 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       449 
449 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       450 
450 
     | 
    
         
             
            }
         
     | 
| 
       451 
451 
     | 
    
         | 
| 
       452 
452 
     | 
    
         
             
            .ms-scaleDownIn100 {
         
     | 
| 
       453 
     | 
    
         
            -
              animation-name: fadeIn, scaleDown100;
         
     | 
| 
      
 453 
     | 
    
         
            +
              animation-name: ms-fadeIn, ms-scaleDown100;
         
     | 
| 
       454 
454 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       455 
455 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.9, 0.2, 1);
         
     | 
| 
       456 
456 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
         @@ -458,49 +458,49 @@ 
     | 
|
| 
       458 
458 
     | 
    
         | 
| 
       459 
459 
     | 
    
         
             
            .ms-fadeIn100 {
         
     | 
| 
       460 
460 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       461 
     | 
    
         
            -
              animation-name: fadeIn;
         
     | 
| 
      
 461 
     | 
    
         
            +
              animation-name: ms-fadeIn;
         
     | 
| 
       462 
462 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       463 
463 
     | 
    
         
             
            }
         
     | 
| 
       464 
464 
     | 
    
         | 
| 
       465 
465 
     | 
    
         
             
            .ms-fadeIn200 {
         
     | 
| 
       466 
466 
     | 
    
         
             
              animation-duration: 0.267s;
         
     | 
| 
       467 
     | 
    
         
            -
              animation-name: fadeIn;
         
     | 
| 
      
 467 
     | 
    
         
            +
              animation-name: ms-fadeIn;
         
     | 
| 
       468 
468 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       469 
469 
     | 
    
         
             
            }
         
     | 
| 
       470 
470 
     | 
    
         | 
| 
       471 
471 
     | 
    
         
             
            .ms-fadeIn400 {
         
     | 
| 
       472 
472 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       473 
     | 
    
         
            -
              animation-name: fadeIn;
         
     | 
| 
      
 473 
     | 
    
         
            +
              animation-name: ms-fadeIn;
         
     | 
| 
       474 
474 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       475 
475 
     | 
    
         
             
            }
         
     | 
| 
       476 
476 
     | 
    
         | 
| 
       477 
477 
     | 
    
         
             
            .ms-fadeIn500 {
         
     | 
| 
       478 
478 
     | 
    
         
             
              animation-duration: 0.467s;
         
     | 
| 
       479 
     | 
    
         
            -
              animation-name: fadeIn;
         
     | 
| 
      
 479 
     | 
    
         
            +
              animation-name: ms-fadeIn;
         
     | 
| 
       480 
480 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       481 
481 
     | 
    
         
             
            }
         
     | 
| 
       482 
482 
     | 
    
         | 
| 
       483 
483 
     | 
    
         
             
            .ms-fadeOut100 {
         
     | 
| 
       484 
484 
     | 
    
         
             
              animation-duration: 0.1s;
         
     | 
| 
       485 
     | 
    
         
            -
              animation-name: fadeOut;
         
     | 
| 
      
 485 
     | 
    
         
            +
              animation-name: ms-fadeOut;
         
     | 
| 
       486 
486 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       487 
487 
     | 
    
         
             
            }
         
     | 
| 
       488 
488 
     | 
    
         | 
| 
       489 
489 
     | 
    
         
             
            .ms-fadeOut200 {
         
     | 
| 
       490 
490 
     | 
    
         
             
              animation-duration: 0.167s;
         
     | 
| 
       491 
     | 
    
         
            -
              animation-name: fadeOut;
         
     | 
| 
      
 491 
     | 
    
         
            +
              animation-name: ms-fadeOut;
         
     | 
| 
       492 
492 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       493 
493 
     | 
    
         
             
            }
         
     | 
| 
       494 
494 
     | 
    
         | 
| 
       495 
495 
     | 
    
         
             
            .ms-fadeOut400 {
         
     | 
| 
       496 
496 
     | 
    
         
             
              animation-duration: 0.367s;
         
     | 
| 
       497 
     | 
    
         
            -
              animation-name: fadeOut;
         
     | 
| 
      
 497 
     | 
    
         
            +
              animation-name: ms-fadeOut;
         
     | 
| 
       498 
498 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       499 
499 
     | 
    
         
             
            }
         
     | 
| 
       500 
500 
     | 
    
         | 
| 
       501 
501 
     | 
    
         
             
            .ms-fadeOut500 {
         
     | 
| 
       502 
502 
     | 
    
         
             
              animation-duration: 0.467s;
         
     | 
| 
       503 
     | 
    
         
            -
              animation-name: fadeOut;
         
     | 
| 
      
 503 
     | 
    
         
            +
              animation-name: ms-fadeOut;
         
     | 
| 
       504 
504 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       505 
505 
     | 
    
         
             
            }
         
     | 
| 
       506 
506 
     | 
    
         | 
| 
         @@ -525,14 +525,14 @@ 
     | 
|
| 
       525 
525 
     | 
    
         
             
            }
         
     | 
| 
       526 
526 
     | 
    
         | 
| 
       527 
527 
     | 
    
         
             
            .ms-rotate90deg {
         
     | 
| 
       528 
     | 
    
         
            -
              animation-name: rotate90;
         
     | 
| 
      
 528 
     | 
    
         
            +
              animation-name: ms-rotate90;
         
     | 
| 
       529 
529 
     | 
    
         
             
              animation-duration: 0.1s;
         
     | 
| 
       530 
530 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       531 
531 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
       532 
532 
     | 
    
         
             
            }
         
     | 
| 
       533 
533 
     | 
    
         | 
| 
       534 
534 
     | 
    
         
             
            .ms-rotateN90deg {
         
     | 
| 
       535 
     | 
    
         
            -
              animation-name: rotateN90;
         
     | 
| 
      
 535 
     | 
    
         
            +
              animation-name: ms-rotateN90;
         
     | 
| 
       536 
536 
     | 
    
         
             
              animation-duration: 0.1s;
         
     | 
| 
       537 
537 
     | 
    
         
             
              animation-timing-function: cubic-bezier(0.1, 0.25, 0.75, 0.9);
         
     | 
| 
       538 
538 
     | 
    
         
             
              animation-fill-mode: both;
         
     | 
| 
         @@ -2671,7 +2671,7 @@ 
     | 
|
| 
       2671 
2671 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2672 
2672 
     | 
    
         
             
              font-family: 'Leelawadee UI Web';
         
     | 
| 
       2673 
2673 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/leelawadeeui-thai/leelawadeeui-semilight.woff') format('woff');
         
     | 
| 
       2674 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2674 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2675 
2675 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2676 
2676 
     | 
    
         
             
            }
         
     | 
| 
       2677 
2677 
     | 
    
         | 
| 
         @@ -2699,7 +2699,7 @@ 
     | 
|
| 
       2699 
2699 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2700 
2700 
     | 
    
         
             
              font-family: 'Segoe UI Web (Arabic)';
         
     | 
| 
       2701 
2701 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-arabic/segoeui-semilight.woff') format('woff');
         
     | 
| 
       2702 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2702 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2703 
2703 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2704 
2704 
     | 
    
         
             
            }
         
     | 
| 
       2705 
2705 
     | 
    
         | 
| 
         @@ -2727,7 +2727,7 @@ 
     | 
|
| 
       2727 
2727 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2728 
2728 
     | 
    
         
             
              font-family: 'Segoe UI Web (Cyrillic)';
         
     | 
| 
       2729 
2729 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-cyrillic/segoeui-semilight.woff') format('woff');
         
     | 
| 
       2730 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2730 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2731 
2731 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2732 
2732 
     | 
    
         
             
            }
         
     | 
| 
       2733 
2733 
     | 
    
         | 
| 
         @@ -2755,7 +2755,7 @@ 
     | 
|
| 
       2755 
2755 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2756 
2756 
     | 
    
         
             
              font-family: 'Segoe UI Web (East European)';
         
     | 
| 
       2757 
2757 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-easteuropean/segoeui-semilight.woff') format('woff');
         
     | 
| 
       2758 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2758 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2759 
2759 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2760 
2760 
     | 
    
         
             
            }
         
     | 
| 
       2761 
2761 
     | 
    
         | 
| 
         @@ -2783,7 +2783,7 @@ 
     | 
|
| 
       2783 
2783 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2784 
2784 
     | 
    
         
             
              font-family: 'Segoe UI Web (Greek)';
         
     | 
| 
       2785 
2785 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-greek/segoeui-semilight.woff') format('woff');
         
     | 
| 
       2786 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2786 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2787 
2787 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2788 
2788 
     | 
    
         
             
            }
         
     | 
| 
       2789 
2789 
     | 
    
         | 
| 
         @@ -2811,7 +2811,7 @@ 
     | 
|
| 
       2811 
2811 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2812 
2812 
     | 
    
         
             
              font-family: 'Segoe UI Web (Hebrew)';
         
     | 
| 
       2813 
2813 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-hebrew/segoeui-semilight.woff') format('woff');
         
     | 
| 
       2814 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2814 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2815 
2815 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2816 
2816 
     | 
    
         
             
            }
         
     | 
| 
       2817 
2817 
     | 
    
         | 
| 
         @@ -2839,7 +2839,7 @@ 
     | 
|
| 
       2839 
2839 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2840 
2840 
     | 
    
         
             
              font-family: 'Segoe UI Web (Vietnamese)';
         
     | 
| 
       2841 
2841 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-vietnamese/segoeui-semilight.woff') format('woff');
         
     | 
| 
       2842 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2842 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2843 
2843 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2844 
2844 
     | 
    
         
             
            }
         
     | 
| 
       2845 
2845 
     | 
    
         | 
| 
         @@ -2867,7 +2867,7 @@ 
     | 
|
| 
       2867 
2867 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2868 
2868 
     | 
    
         
             
              font-family: 'Segoe UI Web (West European)';
         
     | 
| 
       2869 
2869 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff') format('woff');
         
     | 
| 
       2870 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2870 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2871 
2871 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2872 
2872 
     | 
    
         
             
            }
         
     | 
| 
       2873 
2873 
     | 
    
         | 
| 
         @@ -2895,7 +2895,7 @@ 
     | 
|
| 
       2895 
2895 
     | 
    
         
             
            @font-face {
         
     | 
| 
       2896 
2896 
     | 
    
         
             
              font-family: 'Selawik Web';
         
     | 
| 
       2897 
2897 
     | 
    
         
             
              src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/selawik/selawik-semilight.woff') format('woff');
         
     | 
| 
       2898 
     | 
    
         
            -
              font-weight:  
     | 
| 
      
 2898 
     | 
    
         
            +
              font-weight: 300;
         
     | 
| 
       2899 
2899 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       2900 
2900 
     | 
    
         
             
            }
         
     | 
| 
       2901 
2901 
     | 
    
         | 
| 
         @@ -2937,6 +2937,11 @@ 
     | 
|
| 
       2937 
2937 
     | 
    
         
             
              font-weight: 100;
         
     | 
| 
       2938 
2938 
     | 
    
         
             
            }
         
     | 
| 
       2939 
2939 
     | 
    
         | 
| 
      
 2940 
     | 
    
         
            +
            .ms-font-xl-plus {
         
     | 
| 
      
 2941 
     | 
    
         
            +
              font-size: 24px;
         
     | 
| 
      
 2942 
     | 
    
         
            +
              font-weight: 100;
         
     | 
| 
      
 2943 
     | 
    
         
            +
            }
         
     | 
| 
      
 2944 
     | 
    
         
            +
             
     | 
| 
       2940 
2945 
     | 
    
         
             
            .ms-font-xl {
         
     | 
| 
       2941 
2946 
     | 
    
         
             
              font-size: 21px;
         
     | 
| 
       2942 
2947 
     | 
    
         
             
              font-weight: 100;
         
     | 
| 
         @@ -3005,6 +3010,10 @@ 
     | 
|
| 
       3005 
3010 
     | 
    
         
             
              font-size: 28px;
         
     | 
| 
       3006 
3011 
     | 
    
         
             
            }
         
     | 
| 
       3007 
3012 
     | 
    
         | 
| 
      
 3013 
     | 
    
         
            +
            .ms-fontSize-xlPlus {
         
     | 
| 
      
 3014 
     | 
    
         
            +
              font-size: 24px;
         
     | 
| 
      
 3015 
     | 
    
         
            +
            }
         
     | 
| 
      
 3016 
     | 
    
         
            +
             
     | 
| 
       3008 
3017 
     | 
    
         
             
            .ms-fontSize-xl {
         
     | 
| 
       3009 
3018 
     | 
    
         
             
              font-size: 21px;
         
     | 
| 
       3010 
3019 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3339,7 +3348,7 @@ 
     | 
|
| 
       3339 
3348 
     | 
    
         
             
            */
         
     | 
| 
       3340 
3349 
     | 
    
         
             
            @font-face {
         
     | 
| 
       3341 
3350 
     | 
    
         
             
              font-family: 'FabricMDL2Icons';
         
     | 
| 
       3342 
     | 
    
         
            -
              src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff') format('woff'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.ttf') format('truetype');
         
     | 
| 
      
 3351 
     | 
    
         
            +
              src: url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff2?2.21') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.woff?2.21') format('woff'), url('https://static2.sharepointonline.com/files/fabric/assets/icons/fabricmdl2icons.ttf?2.21') format('truetype');
         
     | 
| 
       3343 
3352 
     | 
    
         
             
              font-weight: normal;
         
     | 
| 
       3344 
3353 
     | 
    
         
             
              font-style: normal;
         
     | 
| 
       3345 
3354 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3407,14 +3416,6 @@ 
     | 
|
| 
       3407 
3416 
     | 
    
         
             
              font-size: 20px;
         
     | 
| 
       3408 
3417 
     | 
    
         
             
            }
         
     | 
| 
       3409 
3418 
     | 
    
         | 
| 
       3410 
     | 
    
         
            -
            .ms-Icon--Planner::before {
         
     | 
| 
       3411 
     | 
    
         
            -
              content: '\EDD1';
         
     | 
| 
       3412 
     | 
    
         
            -
            }
         
     | 
| 
       3413 
     | 
    
         
            -
             
     | 
| 
       3414 
     | 
    
         
            -
            .ms-Icon--AppForOfficeLogo::before {
         
     | 
| 
       3415 
     | 
    
         
            -
              content: '\EEC7';
         
     | 
| 
       3416 
     | 
    
         
            -
            }
         
     | 
| 
       3417 
     | 
    
         
            -
             
     | 
| 
       3418 
3419 
     | 
    
         
             
            .ms-Icon--DecreaseIndentLegacy::before {
         
     | 
| 
       3419 
3420 
     | 
    
         
             
              content: '\E290';
         
     | 
| 
       3420 
3421 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3503,6 +3504,10 @@ 
     | 
|
| 
       3503 
3504 
     | 
    
         
             
              content: '\E719';
         
     | 
| 
       3504 
3505 
     | 
    
         
             
            }
         
     | 
| 
       3505 
3506 
     | 
    
         | 
| 
      
 3507 
     | 
    
         
            +
            .ms-Icon--Stop::before {
         
     | 
| 
      
 3508 
     | 
    
         
            +
              content: '\E71A';
         
     | 
| 
      
 3509 
     | 
    
         
            +
            }
         
     | 
| 
      
 3510 
     | 
    
         
            +
             
     | 
| 
       3506 
3511 
     | 
    
         
             
            .ms-Icon--Link::before {
         
     | 
| 
       3507 
3512 
     | 
    
         
             
              content: '\E71B';
         
     | 
| 
       3508 
3513 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3591,6 +3596,10 @@ 
     | 
|
| 
       3591 
3596 
     | 
    
         
             
              content: '\E736';
         
     | 
| 
       3592 
3597 
     | 
    
         
             
            }
         
     | 
| 
       3593 
3598 
     | 
    
         | 
| 
      
 3599 
     | 
    
         
            +
            .ms-Icon--Favicon::before {
         
     | 
| 
      
 3600 
     | 
    
         
            +
              content: '\E737';
         
     | 
| 
      
 3601 
     | 
    
         
            +
            }
         
     | 
| 
      
 3602 
     | 
    
         
            +
             
     | 
| 
       3594 
3603 
     | 
    
         
             
            .ms-Icon--Remove::before {
         
     | 
| 
       3595 
3604 
     | 
    
         
             
              content: '\E738';
         
     | 
| 
       3596 
3605 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3607,6 +3616,10 @@ 
     | 
|
| 
       3607 
3616 
     | 
    
         
             
              content: '\E73C';
         
     | 
| 
       3608 
3617 
     | 
    
         
             
            }
         
     | 
| 
       3609 
3618 
     | 
    
         | 
| 
      
 3619 
     | 
    
         
            +
            .ms-Icon--CheckboxCompositeReversed::before {
         
     | 
| 
      
 3620 
     | 
    
         
            +
              content: '\E73D';
         
     | 
| 
      
 3621 
     | 
    
         
            +
            }
         
     | 
| 
      
 3622 
     | 
    
         
            +
             
     | 
| 
       3610 
3623 
     | 
    
         
             
            .ms-Icon--CheckMark::before {
         
     | 
| 
       3611 
3624 
     | 
    
         
             
              content: '\E73E';
         
     | 
| 
       3612 
3625 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3639,6 +3652,10 @@ 
     | 
|
| 
       3639 
3652 
     | 
    
         
             
              content: '\E74E';
         
     | 
| 
       3640 
3653 
     | 
    
         
             
            }
         
     | 
| 
       3641 
3654 
     | 
    
         | 
| 
      
 3655 
     | 
    
         
            +
            .ms-Icon--Cloud::before {
         
     | 
| 
      
 3656 
     | 
    
         
            +
              content: '\E753';
         
     | 
| 
      
 3657 
     | 
    
         
            +
            }
         
     | 
| 
      
 3658 
     | 
    
         
            +
             
     | 
| 
       3642 
3659 
     | 
    
         
             
            .ms-Icon--Sad::before {
         
     | 
| 
       3643 
3660 
     | 
    
         
             
              content: '\E757';
         
     | 
| 
       3644 
3661 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3695,6 +3712,10 @@ 
     | 
|
| 
       3695 
3712 
     | 
    
         
             
              content: '\E770';
         
     | 
| 
       3696 
3713 
     | 
    
         
             
            }
         
     | 
| 
       3697 
3714 
     | 
    
         | 
| 
      
 3715 
     | 
    
         
            +
            .ms-Icon--Personalize::before {
         
     | 
| 
      
 3716 
     | 
    
         
            +
              content: '\E771';
         
     | 
| 
      
 3717 
     | 
    
         
            +
            }
         
     | 
| 
      
 3718 
     | 
    
         
            +
             
     | 
| 
       3698 
3719 
     | 
    
         
             
            .ms-Icon--Globe::before {
         
     | 
| 
       3699 
3720 
     | 
    
         
             
              content: '\E774';
         
     | 
| 
       3700 
3721 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3715,6 +3736,10 @@ 
     | 
|
| 
       3715 
3736 
     | 
    
         
             
              content: '\E77C';
         
     | 
| 
       3716 
3737 
     | 
    
         
             
            }
         
     | 
| 
       3717 
3738 
     | 
    
         | 
| 
      
 3739 
     | 
    
         
            +
            .ms-Icon--Paste::before {
         
     | 
| 
      
 3740 
     | 
    
         
            +
              content: '\E77F';
         
     | 
| 
      
 3741 
     | 
    
         
            +
            }
         
     | 
| 
      
 3742 
     | 
    
         
            +
             
     | 
| 
       3718 
3743 
     | 
    
         
             
            .ms-Icon--WindowsLogo::before {
         
     | 
| 
       3719 
3744 
     | 
    
         
             
              content: '\E782';
         
     | 
| 
       3720 
3745 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3723,6 +3748,10 @@ 
     | 
|
| 
       3723 
3748 
     | 
    
         
             
              content: '\E783';
         
     | 
| 
       3724 
3749 
     | 
    
         
             
            }
         
     | 
| 
       3725 
3750 
     | 
    
         | 
| 
      
 3751 
     | 
    
         
            +
            .ms-Icon--GripperBarVertical::before {
         
     | 
| 
      
 3752 
     | 
    
         
            +
              content: '\E784';
         
     | 
| 
      
 3753 
     | 
    
         
            +
            }
         
     | 
| 
      
 3754 
     | 
    
         
            +
             
     | 
| 
       3726 
3755 
     | 
    
         
             
            .ms-Icon--Unlock::before {
         
     | 
| 
       3727 
3756 
     | 
    
         
             
              content: '\E785';
         
     | 
| 
       3728 
3757 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3843,6 +3872,10 @@ 
     | 
|
| 
       3843 
3872 
     | 
    
         
             
              content: '\E7E3';
         
     | 
| 
       3844 
3873 
     | 
    
         
             
            }
         
     | 
| 
       3845 
3874 
     | 
    
         | 
| 
      
 3875 
     | 
    
         
            +
            .ms-Icon--Highlight::before {
         
     | 
| 
      
 3876 
     | 
    
         
            +
              content: '\E7E6';
         
     | 
| 
      
 3877 
     | 
    
         
            +
            }
         
     | 
| 
      
 3878 
     | 
    
         
            +
             
     | 
| 
       3846 
3879 
     | 
    
         
             
            .ms-Icon--Tab::before {
         
     | 
| 
       3847 
3880 
     | 
    
         
             
              content: '\E7E9';
         
     | 
| 
       3848 
3881 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3935,6 +3968,14 @@ 
     | 
|
| 
       3935 
3968 
     | 
    
         
             
              content: '\E890';
         
     | 
| 
       3936 
3969 
     | 
    
         
             
            }
         
     | 
| 
       3937 
3970 
     | 
    
         | 
| 
      
 3971 
     | 
    
         
            +
            .ms-Icon--Previous::before {
         
     | 
| 
      
 3972 
     | 
    
         
            +
              content: '\E892';
         
     | 
| 
      
 3973 
     | 
    
         
            +
            }
         
     | 
| 
      
 3974 
     | 
    
         
            +
             
     | 
| 
      
 3975 
     | 
    
         
            +
            .ms-Icon--Next::before {
         
     | 
| 
      
 3976 
     | 
    
         
            +
              content: '\E893';
         
     | 
| 
      
 3977 
     | 
    
         
            +
            }
         
     | 
| 
      
 3978 
     | 
    
         
            +
             
     | 
| 
       3938 
3979 
     | 
    
         
             
            .ms-Icon--Clear::before {
         
     | 
| 
       3939 
3980 
     | 
    
         
             
              content: '\E894';
         
     | 
| 
       3940 
3981 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4043,6 +4084,10 @@ 
     | 
|
| 
       4043 
4084 
     | 
    
         
             
              content: '\E8C3';
         
     | 
| 
       4044 
4085 
     | 
    
         
             
            }
         
     | 
| 
       4045 
4086 
     | 
    
         | 
| 
      
 4087 
     | 
    
         
            +
            .ms-Icon--Cut::before {
         
     | 
| 
      
 4088 
     | 
    
         
            +
              content: '\E8C6';
         
     | 
| 
      
 4089 
     | 
    
         
            +
            }
         
     | 
| 
      
 4090 
     | 
    
         
            +
             
     | 
| 
       4046 
4091 
     | 
    
         
             
            .ms-Icon--PaymentCard::before {
         
     | 
| 
       4047 
4092 
     | 
    
         
             
              content: '\E8C7';
         
     | 
| 
       4048 
4093 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4191,6 +4236,10 @@ 
     | 
|
| 
       4191 
4236 
     | 
    
         
             
              content: '\E8FF';
         
     | 
| 
       4192 
4237 
     | 
    
         
             
            }
         
     | 
| 
       4193 
4238 
     | 
    
         | 
| 
      
 4239 
     | 
    
         
            +
            .ms-Icon--Comment::before {
         
     | 
| 
      
 4240 
     | 
    
         
            +
              content: '\E90A';
         
     | 
| 
      
 4241 
     | 
    
         
            +
            }
         
     | 
| 
      
 4242 
     | 
    
         
            +
             
     | 
| 
       4194 
4243 
     | 
    
         
             
            .ms-Icon--DockLeft::before {
         
     | 
| 
       4195 
4244 
     | 
    
         
             
              content: '\E90C';
         
     | 
| 
       4196 
4245 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4295,6 +4344,10 @@ 
     | 
|
| 
       4295 
4344 
     | 
    
         
             
              content: '\E938';
         
     | 
| 
       4296 
4345 
     | 
    
         
             
            }
         
     | 
| 
       4297 
4346 
     | 
    
         | 
| 
      
 4347 
     | 
    
         
            +
            .ms-Icon--Streaming::before {
         
     | 
| 
      
 4348 
     | 
    
         
            +
              content: '\E93E';
         
     | 
| 
      
 4349 
     | 
    
         
            +
            }
         
     | 
| 
      
 4350 
     | 
    
         
            +
             
     | 
| 
       4298 
4351 
     | 
    
         
             
            .ms-Icon--MusicInCollection::before {
         
     | 
| 
       4299 
4352 
     | 
    
         
             
              content: '\E940';
         
     | 
| 
       4300 
4353 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4331,6 +4384,10 @@ 
     | 
|
| 
       4331 
4384 
     | 
    
         
             
              content: '\E956';
         
     | 
| 
       4332 
4385 
     | 
    
         
             
            }
         
     | 
| 
       4333 
4386 
     | 
    
         | 
| 
      
 4387 
     | 
    
         
            +
            .ms-Icon--Communications::before {
         
     | 
| 
      
 4388 
     | 
    
         
            +
              content: '\E95A';
         
     | 
| 
      
 4389 
     | 
    
         
            +
            }
         
     | 
| 
      
 4390 
     | 
    
         
            +
             
     | 
| 
       4334 
4391 
     | 
    
         
             
            .ms-Icon--Headset::before {
         
     | 
| 
       4335 
4392 
     | 
    
         
             
              content: '\E95B';
         
     | 
| 
       4336 
4393 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4391,6 +4448,10 @@ 
     | 
|
| 
       4391 
4448 
     | 
    
         
             
              content: '\E97A';
         
     | 
| 
       4392 
4449 
     | 
    
         
             
            }
         
     | 
| 
       4393 
4450 
     | 
    
         | 
| 
      
 4451 
     | 
    
         
            +
            .ms-Icon--LockSolid::before {
         
     | 
| 
      
 4452 
     | 
    
         
            +
              content: '\E9A2';
         
     | 
| 
      
 4453 
     | 
    
         
            +
            }
         
     | 
| 
      
 4454 
     | 
    
         
            +
             
     | 
| 
       4394 
4455 
     | 
    
         
             
            .ms-Icon--DoubleChevronLeftMed::before {
         
     | 
| 
       4395 
4456 
     | 
    
         
             
              content: '\E991';
         
     | 
| 
       4396 
4457 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4435,6 +4496,10 @@ 
     | 
|
| 
       4435 
4496 
     | 
    
         
             
              content: '\E999';
         
     | 
| 
       4436 
4497 
     | 
    
         
             
            }
         
     | 
| 
       4437 
4498 
     | 
    
         | 
| 
      
 4499 
     | 
    
         
            +
            .ms-Icon--Robot::before {
         
     | 
| 
      
 4500 
     | 
    
         
            +
              content: '\E99A';
         
     | 
| 
      
 4501 
     | 
    
         
            +
            }
         
     | 
| 
      
 4502 
     | 
    
         
            +
             
     | 
| 
       4438 
4503 
     | 
    
         
             
            .ms-Icon--BidiLtr::before {
         
     | 
| 
       4439 
4504 
     | 
    
         
             
              content: '\E9AA';
         
     | 
| 
       4440 
4505 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4515,6 +4580,10 @@ 
     | 
|
| 
       4515 
4580 
     | 
    
         
             
              content: '\E9CD';
         
     | 
| 
       4516 
4581 
     | 
    
         
             
            }
         
     | 
| 
       4517 
4582 
     | 
    
         | 
| 
      
 4583 
     | 
    
         
            +
            .ms-Icon--Unknown::before {
         
     | 
| 
      
 4584 
     | 
    
         
            +
              content: '\E9CE';
         
     | 
| 
      
 4585 
     | 
    
         
            +
            }
         
     | 
| 
      
 4586 
     | 
    
         
            +
             
     | 
| 
       4518 
4587 
     | 
    
         
             
            .ms-Icon--Precipitation::before {
         
     | 
| 
       4519 
4588 
     | 
    
         
             
              content: '\E9CF';
         
     | 
| 
       4520 
4589 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4535,6 +4604,14 @@ 
     | 
|
| 
       4535 
4604 
     | 
    
         
             
              content: '\E9D1';
         
     | 
| 
       4536 
4605 
     | 
    
         
             
            }
         
     | 
| 
       4537 
4606 
     | 
    
         | 
| 
      
 4607 
     | 
    
         
            +
            .ms-Icon--AreaChart::before {
         
     | 
| 
      
 4608 
     | 
    
         
            +
              content: '\E9D2';
         
     | 
| 
      
 4609 
     | 
    
         
            +
            }
         
     | 
| 
      
 4610 
     | 
    
         
            +
             
     | 
| 
      
 4611 
     | 
    
         
            +
            .ms-Icon--Assign::before {
         
     | 
| 
      
 4612 
     | 
    
         
            +
              content: '\E9D3';
         
     | 
| 
      
 4613 
     | 
    
         
            +
            }
         
     | 
| 
      
 4614 
     | 
    
         
            +
             
     | 
| 
       4538 
4615 
     | 
    
         
             
            .ms-Icon--CheckList::before {
         
     | 
| 
       4539 
4616 
     | 
    
         
             
              content: '\E9D5';
         
     | 
| 
       4540 
4617 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4543,6 +4620,10 @@ 
     | 
|
| 
       4543 
4620 
     | 
    
         
             
              content: '\E9DA';
         
     | 
| 
       4544 
4621 
     | 
    
         
             
            }
         
     | 
| 
       4545 
4622 
     | 
    
         | 
| 
      
 4623 
     | 
    
         
            +
            .ms-Icon--LineChart::before {
         
     | 
| 
      
 4624 
     | 
    
         
            +
              content: '\E9E6';
         
     | 
| 
      
 4625 
     | 
    
         
            +
            }
         
     | 
| 
      
 4626 
     | 
    
         
            +
             
     | 
| 
       4546 
4627 
     | 
    
         
             
            .ms-Icon--Equalizer::before {
         
     | 
| 
       4547 
4628 
     | 
    
         
             
              content: '\E9E9';
         
     | 
| 
       4548 
4629 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4551,10 +4632,18 @@ 
     | 
|
| 
       4551 
4632 
     | 
    
         
             
              content: '\E9EB';
         
     | 
| 
       4552 
4633 
     | 
    
         
             
            }
         
     | 
| 
       4553 
4634 
     | 
    
         | 
| 
      
 4635 
     | 
    
         
            +
            .ms-Icon--BarChartVertical::before {
         
     | 
| 
      
 4636 
     | 
    
         
            +
              content: '\E9EC';
         
     | 
| 
      
 4637 
     | 
    
         
            +
            }
         
     | 
| 
      
 4638 
     | 
    
         
            +
             
     | 
| 
       4554 
4639 
     | 
    
         
             
            .ms-Icon--Freezing::before {
         
     | 
| 
       4555 
4640 
     | 
    
         
             
              content: '\E9EF';
         
     | 
| 
       4556 
4641 
     | 
    
         
             
            }
         
     | 
| 
       4557 
4642 
     | 
    
         | 
| 
      
 4643 
     | 
    
         
            +
            .ms-Icon--Processing::before {
         
     | 
| 
      
 4644 
     | 
    
         
            +
              content: '\E9F5';
         
     | 
| 
      
 4645 
     | 
    
         
            +
            }
         
     | 
| 
      
 4646 
     | 
    
         
            +
             
     | 
| 
       4558 
4647 
     | 
    
         
             
            .ms-Icon--SnowShowerDay::before {
         
     | 
| 
       4559 
4648 
     | 
    
         
             
              content: '\E9FD';
         
     | 
| 
       4560 
4649 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4571,6 +4660,10 @@ 
     | 
|
| 
       4571 
4660 
     | 
    
         
             
              content: '\EA04';
         
     | 
| 
       4572 
4661 
     | 
    
         
             
            }
         
     | 
| 
       4573 
4662 
     | 
    
         | 
| 
      
 4663 
     | 
    
         
            +
            .ms-Icon--TriangleSolid::before {
         
     | 
| 
      
 4664 
     | 
    
         
            +
              content: '\EA08';
         
     | 
| 
      
 4665 
     | 
    
         
            +
            }
         
     | 
| 
      
 4666 
     | 
    
         
            +
             
     | 
| 
       4574 
4667 
     | 
    
         
             
            .ms-Icon--RainShowersNight::before {
         
     | 
| 
       4575 
4668 
     | 
    
         
             
              content: '\EA0F';
         
     | 
| 
       4576 
4669 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4623,6 +4716,10 @@ 
     | 
|
| 
       4623 
4716 
     | 
    
         
             
              content: '\EA3B';
         
     | 
| 
       4624 
4717 
     | 
    
         
             
            }
         
     | 
| 
       4625 
4718 
     | 
    
         | 
| 
      
 4719 
     | 
    
         
            +
            .ms-Icon--Record2::before {
         
     | 
| 
      
 4720 
     | 
    
         
            +
              content: '\EA3F';
         
     | 
| 
      
 4721 
     | 
    
         
            +
            }
         
     | 
| 
      
 4722 
     | 
    
         
            +
             
     | 
| 
       4626 
4723 
     | 
    
         
             
            .ms-Icon--BookmarksMirrored::before {
         
     | 
| 
       4627 
4724 
     | 
    
         
             
              content: '\EA41';
         
     | 
| 
       4628 
4725 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4779,6 +4876,10 @@ 
     | 
|
| 
       4779 
4876 
     | 
    
         
             
              content: '\EB04';
         
     | 
| 
       4780 
4877 
     | 
    
         
             
            }
         
     | 
| 
       4781 
4878 
     | 
    
         | 
| 
      
 4879 
     | 
    
         
            +
            .ms-Icon--PieSingle::before {
         
     | 
| 
      
 4880 
     | 
    
         
            +
              content: '\EB05';
         
     | 
| 
      
 4881 
     | 
    
         
            +
            }
         
     | 
| 
      
 4882 
     | 
    
         
            +
             
     | 
| 
       4782 
4883 
     | 
    
         
             
            .ms-Icon--RemoveFilter::before {
         
     | 
| 
       4783 
4884 
     | 
    
         
             
              content: '\EB08';
         
     | 
| 
       4784 
4885 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4791,6 +4892,10 @@ 
     | 
|
| 
       4791 
4892 
     | 
    
         
             
              content: '\EB11';
         
     | 
| 
       4792 
4893 
     | 
    
         
             
            }
         
     | 
| 
       4793 
4894 
     | 
    
         | 
| 
      
 4895 
     | 
    
         
            +
            .ms-Icon--MSNVideos::before {
         
     | 
| 
      
 4896 
     | 
    
         
            +
              content: '\EB1C';
         
     | 
| 
      
 4897 
     | 
    
         
            +
            }
         
     | 
| 
      
 4898 
     | 
    
         
            +
             
     | 
| 
       4794 
4899 
     | 
    
         
             
            .ms-Icon--Cricket::before {
         
     | 
| 
       4795 
4900 
     | 
    
         
             
              content: '\EB1E';
         
     | 
| 
       4796 
4901 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4899,7 +5004,7 @@ 
     | 
|
| 
       4899 
5004 
     | 
    
         
             
              content: '\EB6C';
         
     | 
| 
       4900 
5005 
     | 
    
         
             
            }
         
     | 
| 
       4901 
5006 
     | 
    
         | 
| 
       4902 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5007 
     | 
    
         
            +
            .ms-Icon--OutlookLogoInverse::before {
         
     | 
| 
       4903 
5008 
     | 
    
         
             
              content: '\EB6D';
         
     | 
| 
       4904 
5009 
     | 
    
         
             
            }
         
     | 
| 
       4905 
5010 
     | 
    
         | 
| 
         @@ -4935,10 +5040,22 @@ 
     | 
|
| 
       4935 
5040 
     | 
    
         
             
              content: '\EB95';
         
     | 
| 
       4936 
5041 
     | 
    
         
             
            }
         
     | 
| 
       4937 
5042 
     | 
    
         | 
| 
      
 5043 
     | 
    
         
            +
            .ms-Icon--FastForward::before {
         
     | 
| 
      
 5044 
     | 
    
         
            +
              content: '\EB9D';
         
     | 
| 
      
 5045 
     | 
    
         
            +
            }
         
     | 
| 
      
 5046 
     | 
    
         
            +
             
     | 
| 
      
 5047 
     | 
    
         
            +
            .ms-Icon--Rewind::before {
         
     | 
| 
      
 5048 
     | 
    
         
            +
              content: '\EB9E';
         
     | 
| 
      
 5049 
     | 
    
         
            +
            }
         
     | 
| 
      
 5050 
     | 
    
         
            +
             
     | 
| 
       4938 
5051 
     | 
    
         
             
            .ms-Icon--Photo2::before {
         
     | 
| 
       4939 
5052 
     | 
    
         
             
              content: '\EB9F';
         
     | 
| 
       4940 
5053 
     | 
    
         
             
            }
         
     | 
| 
       4941 
5054 
     | 
    
         | 
| 
      
 5055 
     | 
    
         
            +
            .ms-Icon--OpenSource::before {
         
     | 
| 
      
 5056 
     | 
    
         
            +
              content: '\EBC2';
         
     | 
| 
      
 5057 
     | 
    
         
            +
            }
         
     | 
| 
      
 5058 
     | 
    
         
            +
             
     | 
| 
       4942 
5059 
     | 
    
         
             
            .ms-Icon--CloudDownload::before {
         
     | 
| 
       4943 
5060 
     | 
    
         
             
              content: '\EBD3';
         
     | 
| 
       4944 
5061 
     | 
    
         
             
            }
         
     | 
| 
         @@ -4963,11 +5080,15 @@ 
     | 
|
| 
       4963 
5080 
     | 
    
         
             
              content: '\EBF8';
         
     | 
| 
       4964 
5081 
     | 
    
         
             
            }
         
     | 
| 
       4965 
5082 
     | 
    
         | 
| 
      
 5083 
     | 
    
         
            +
            .ms-Icon--NetworkTower::before {
         
     | 
| 
      
 5084 
     | 
    
         
            +
              content: '\EC05';
         
     | 
| 
      
 5085 
     | 
    
         
            +
            }
         
     | 
| 
      
 5086 
     | 
    
         
            +
             
     | 
| 
       4966 
5087 
     | 
    
         
             
            .ms-Icon--Section::before {
         
     | 
| 
       4967 
5088 
     | 
    
         
             
              content: '\EC0C';
         
     | 
| 
       4968 
5089 
     | 
    
         
             
            }
         
     | 
| 
       4969 
5090 
     | 
    
         | 
| 
       4970 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5091 
     | 
    
         
            +
            .ms-Icon--OneNoteLogoInverse::before {
         
     | 
| 
       4971 
5092 
     | 
    
         
             
              content: '\EC0D';
         
     | 
| 
       4972 
5093 
     | 
    
         
             
            }
         
     | 
| 
       4973 
5094 
     | 
    
         | 
| 
         @@ -4999,15 +5120,15 @@ 
     | 
|
| 
       4999 
5120 
     | 
    
         
             
              content: '\EC1F';
         
     | 
| 
       5000 
5121 
     | 
    
         
             
            }
         
     | 
| 
       5001 
5122 
     | 
    
         | 
| 
       5002 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5123 
     | 
    
         
            +
            .ms-Icon--ExcelLogoInverse::before {
         
     | 
| 
       5003 
5124 
     | 
    
         
             
              content: '\EC28';
         
     | 
| 
       5004 
5125 
     | 
    
         
             
            }
         
     | 
| 
       5005 
5126 
     | 
    
         | 
| 
       5006 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5127 
     | 
    
         
            +
            .ms-Icon--WordLogoInverse::before {
         
     | 
| 
       5007 
5128 
     | 
    
         
             
              content: '\EC29';
         
     | 
| 
       5008 
5129 
     | 
    
         
             
            }
         
     | 
| 
       5009 
5130 
     | 
    
         | 
| 
       5010 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5131 
     | 
    
         
            +
            .ms-Icon--PowerPointLogoInverse::before {
         
     | 
| 
       5011 
5132 
     | 
    
         
             
              content: '\EC2A';
         
     | 
| 
       5012 
5133 
     | 
    
         
             
            }
         
     | 
| 
       5013 
5134 
     | 
    
         | 
| 
         @@ -5071,6 +5192,10 @@ 
     | 
|
| 
       5071 
5192 
     | 
    
         
             
              content: '\EC8E';
         
     | 
| 
       5072 
5193 
     | 
    
         
             
            }
         
     | 
| 
       5073 
5194 
     | 
    
         | 
| 
      
 5195 
     | 
    
         
            +
            .ms-Icon--ScrollUpDown::before {
         
     | 
| 
      
 5196 
     | 
    
         
            +
              content: '\EC8F';
         
     | 
| 
      
 5197 
     | 
    
         
            +
            }
         
     | 
| 
      
 5198 
     | 
    
         
            +
             
     | 
| 
       5074 
5199 
     | 
    
         
             
            .ms-Icon--DateTime::before {
         
     | 
| 
       5075 
5200 
     | 
    
         
             
              content: '\EC92';
         
     | 
| 
       5076 
5201 
     | 
    
         
             
            }
         
     | 
| 
         @@ -5127,10 +5252,18 @@ 
     | 
|
| 
       5127 
5252 
     | 
    
         
             
              content: '\ECC8';
         
     | 
| 
       5128 
5253 
     | 
    
         
             
            }
         
     | 
| 
       5129 
5254 
     | 
    
         | 
| 
      
 5255 
     | 
    
         
            +
            .ms-Icon--RadioBtnOff::before {
         
     | 
| 
      
 5256 
     | 
    
         
            +
              content: '\ECCA';
         
     | 
| 
      
 5257 
     | 
    
         
            +
            }
         
     | 
| 
      
 5258 
     | 
    
         
            +
             
     | 
| 
       5130 
5259 
     | 
    
         
             
            .ms-Icon--RadioBtnOn::before {
         
     | 
| 
       5131 
5260 
     | 
    
         
             
              content: '\ECCB';
         
     | 
| 
       5132 
5261 
     | 
    
         
             
            }
         
     | 
| 
       5133 
5262 
     | 
    
         | 
| 
      
 5263 
     | 
    
         
            +
            .ms-Icon--ExploreContent::before {
         
     | 
| 
      
 5264 
     | 
    
         
            +
              content: '\ECCD';
         
     | 
| 
      
 5265 
     | 
    
         
            +
            }
         
     | 
| 
      
 5266 
     | 
    
         
            +
             
     | 
| 
       5134 
5267 
     | 
    
         
             
            .ms-Icon--Embed::before {
         
     | 
| 
       5135 
5268 
     | 
    
         
             
              content: '\ECCE';
         
     | 
| 
       5136 
5269 
     | 
    
         
             
            }
         
     | 
| 
         @@ -5195,7 +5328,7 @@ 
     | 
|
| 
       5195 
5328 
     | 
    
         
             
              content: '\ECFE';
         
     | 
| 
       5196 
5329 
     | 
    
         
             
            }
         
     | 
| 
       5197 
5330 
     | 
    
         | 
| 
       5198 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5331 
     | 
    
         
            +
            .ms-Icon--SharepointLogoInverse::before {
         
     | 
| 
       5199 
5332 
     | 
    
         
             
              content: '\ED18';
         
     | 
| 
       5200 
5333 
     | 
    
         
             
            }
         
     | 
| 
       5201 
5334 
     | 
    
         | 
| 
         @@ -5219,7 +5352,7 @@ 
     | 
|
| 
       5219 
5352 
     | 
    
         
             
              content: '\ED28';
         
     | 
| 
       5220 
5353 
     | 
    
         
             
            }
         
     | 
| 
       5221 
5354 
     | 
    
         | 
| 
       5222 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5355 
     | 
    
         
            +
            .ms-Icon--SwayLogoInverse::before {
         
     | 
| 
       5223 
5356 
     | 
    
         
             
              content: '\ED29';
         
     | 
| 
       5224 
5357 
     | 
    
         
             
            }
         
     | 
| 
       5225 
5358 
     | 
    
         | 
| 
         @@ -5287,7 +5420,7 @@ 
     | 
|
| 
       5287 
5420 
     | 
    
         
             
              content: '\ED75';
         
     | 
| 
       5288 
5421 
     | 
    
         
             
            }
         
     | 
| 
       5289 
5422 
     | 
    
         | 
| 
       5290 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5423 
     | 
    
         
            +
            .ms-Icon--DelveLogoInverse::before {
         
     | 
| 
       5291 
5424 
     | 
    
         
             
              content: '\ED76';
         
     | 
| 
       5292 
5425 
     | 
    
         
             
            }
         
     | 
| 
       5293 
5426 
     | 
    
         | 
| 
         @@ -5295,7 +5428,7 @@ 
     | 
|
| 
       5295 
5428 
     | 
    
         
             
              content: '\ED77';
         
     | 
| 
       5296 
5429 
     | 
    
         
             
            }
         
     | 
| 
       5297 
5430 
     | 
    
         | 
| 
       5298 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5431 
     | 
    
         
            +
            .ms-Icon--ExchangeLogoInverse::before {
         
     | 
| 
       5299 
5432 
     | 
    
         
             
              content: '\ED78';
         
     | 
| 
       5300 
5433 
     | 
    
         
             
            }
         
     | 
| 
       5301 
5434 
     | 
    
         | 
| 
         @@ -5303,7 +5436,7 @@ 
     | 
|
| 
       5303 
5436 
     | 
    
         
             
              content: '\ED79';
         
     | 
| 
       5304 
5437 
     | 
    
         
             
            }
         
     | 
| 
       5305 
5438 
     | 
    
         | 
| 
       5306 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5439 
     | 
    
         
            +
            .ms-Icon--OfficeVideoLogoInverse::before {
         
     | 
| 
       5307 
5440 
     | 
    
         
             
              content: '\ED7A';
         
     | 
| 
       5308 
5441 
     | 
    
         
             
            }
         
     | 
| 
       5309 
5442 
     | 
    
         | 
| 
         @@ -5523,7 +5656,7 @@ 
     | 
|
| 
       5523 
5656 
     | 
    
         
             
              content: '\EDC7';
         
     | 
| 
       5524 
5657 
     | 
    
         
             
            }
         
     | 
| 
       5525 
5658 
     | 
    
         | 
| 
       5526 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5659 
     | 
    
         
            +
            .ms-Icon--ClassNotebookLogoInverse::before {
         
     | 
| 
       5527 
5660 
     | 
    
         
             
              content: '\EDC8';
         
     | 
| 
       5528 
5661 
     | 
    
         
             
            }
         
     | 
| 
       5529 
5662 
     | 
    
         | 
| 
         @@ -5531,7 +5664,7 @@ 
     | 
|
| 
       5531 
5664 
     | 
    
         
             
              content: '\EDCA';
         
     | 
| 
       5532 
5665 
     | 
    
         
             
            }
         
     | 
| 
       5533 
5666 
     | 
    
         | 
| 
       5534 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5667 
     | 
    
         
            +
            .ms-Icon--DocsLogoInverse::before {
         
     | 
| 
       5535 
5668 
     | 
    
         
             
              content: '\EDCB';
         
     | 
| 
       5536 
5669 
     | 
    
         
             
            }
         
     | 
| 
       5537 
5670 
     | 
    
         | 
| 
         @@ -5551,7 +5684,7 @@ 
     | 
|
| 
       5551 
5684 
     | 
    
         
             
              content: '\EDCF';
         
     | 
| 
       5552 
5685 
     | 
    
         
             
            }
         
     | 
| 
       5553 
5686 
     | 
    
         | 
| 
       5554 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5687 
     | 
    
         
            +
            .ms-Icon--OneNoteEduLogoInverse::before {
         
     | 
| 
       5555 
5688 
     | 
    
         
             
              content: '\EDD0';
         
     | 
| 
       5556 
5689 
     | 
    
         
             
            }
         
     | 
| 
       5557 
5690 
     | 
    
         | 
| 
         @@ -5567,7 +5700,7 @@ 
     | 
|
| 
       5567 
5700 
     | 
    
         
             
              content: '\EDD3';
         
     | 
| 
       5568 
5701 
     | 
    
         
             
            }
         
     | 
| 
       5569 
5702 
     | 
    
         | 
| 
       5570 
     | 
    
         
            -
            .ms-Icon-- 
     | 
| 
      
 5703 
     | 
    
         
            +
            .ms-Icon--ProjectLogoInverse::before {
         
     | 
| 
       5571 
5704 
     | 
    
         
             
              content: '\EDD4';
         
     | 
| 
       5572 
5705 
     | 
    
         
             
            }
         
     | 
| 
       5573 
5706 
     | 
    
         | 
| 
         @@ -5619,6 +5752,14 @@ 
     | 
|
| 
       5619 
5752 
     | 
    
         
             
              content: '\EDE0';
         
     | 
| 
       5620 
5753 
     | 
    
         
             
            }
         
     | 
| 
       5621 
5754 
     | 
    
         | 
| 
      
 5755 
     | 
    
         
            +
            .ms-Icon--Export::before {
         
     | 
| 
      
 5756 
     | 
    
         
            +
              content: '\EDE1';
         
     | 
| 
      
 5757 
     | 
    
         
            +
            }
         
     | 
| 
      
 5758 
     | 
    
         
            +
             
     | 
| 
      
 5759 
     | 
    
         
            +
            .ms-Icon--ExportMirrored::before {
         
     | 
| 
      
 5760 
     | 
    
         
            +
              content: '\EDE2';
         
     | 
| 
      
 5761 
     | 
    
         
            +
            }
         
     | 
| 
      
 5762 
     | 
    
         
            +
             
     | 
| 
       5622 
5763 
     | 
    
         
             
            .ms-Icon--SingleBookmark::before {
         
     | 
| 
       5623 
5764 
     | 
    
         
             
              content: '\EDFF';
         
     | 
| 
       5624 
5765 
     | 
    
         
             
            }
         
     | 
| 
         @@ -5659,6 +5800,10 @@ 
     | 
|
| 
       5659 
5800 
     | 
    
         
             
              content: '\EE58';
         
     | 
| 
       5660 
5801 
     | 
    
         
             
            }
         
     | 
| 
       5661 
5802 
     | 
    
         | 
| 
      
 5803 
     | 
    
         
            +
            .ms-Icon--CaretSolid16::before {
         
     | 
| 
      
 5804 
     | 
    
         
            +
              content: '\EE62';
         
     | 
| 
      
 5805 
     | 
    
         
            +
            }
         
     | 
| 
      
 5806 
     | 
    
         
            +
             
     | 
| 
       5662 
5807 
     | 
    
         
             
            .ms-Icon--GroupedDescending::before {
         
     | 
| 
       5663 
5808 
     | 
    
         
             
              content: '\EE66';
         
     | 
| 
       5664 
5809 
     | 
    
         
             
            }
         
     | 
| 
         @@ -5687,10 +5832,18 @@ 
     | 
|
| 
       5687 
5832 
     | 
    
         
             
              content: '\EE70';
         
     | 
| 
       5688 
5833 
     | 
    
         
             
            }
         
     | 
| 
       5689 
5834 
     | 
    
         | 
| 
      
 5835 
     | 
    
         
            +
            .ms-Icon--WifiEthernet::before {
         
     | 
| 
      
 5836 
     | 
    
         
            +
              content: '\EE77';
         
     | 
| 
      
 5837 
     | 
    
         
            +
            }
         
     | 
| 
      
 5838 
     | 
    
         
            +
             
     | 
| 
       5690 
5839 
     | 
    
         
             
            .ms-Icon--DateTimeMirrored::before {
         
     | 
| 
       5691 
5840 
     | 
    
         
             
              content: '\EE93';
         
     | 
| 
       5692 
5841 
     | 
    
         
             
            }
         
     | 
| 
       5693 
5842 
     | 
    
         | 
| 
      
 5843 
     | 
    
         
            +
            .ms-Icon--StopSolid::before {
         
     | 
| 
      
 5844 
     | 
    
         
            +
              content: '\EE95';
         
     | 
| 
      
 5845 
     | 
    
         
            +
            }
         
     | 
| 
      
 5846 
     | 
    
         
            +
             
     | 
| 
       5694 
5847 
     | 
    
         
             
            .ms-Icon--DoubleChevronUp12::before {
         
     | 
| 
       5695 
5848 
     | 
    
         
             
              content: '\EE96';
         
     | 
| 
       5696 
5849 
     | 
    
         
             
            }
         
     | 
| 
         @@ -6107,14 +6260,58 @@ 
     | 
|
| 
       6107 
6260 
     | 
    
         
             
              content: '\EF90';
         
     | 
| 
       6108 
6261 
     | 
    
         
             
            }
         
     | 
| 
       6109 
6262 
     | 
    
         | 
| 
      
 6263 
     | 
    
         
            +
            .ms-Icon--Database::before {
         
     | 
| 
      
 6264 
     | 
    
         
            +
              content: '\EFC7';
         
     | 
| 
      
 6265 
     | 
    
         
            +
            }
         
     | 
| 
      
 6266 
     | 
    
         
            +
             
     | 
| 
      
 6267 
     | 
    
         
            +
            .ms-Icon--CRMReport::before {
         
     | 
| 
      
 6268 
     | 
    
         
            +
              content: '\EFFE';
         
     | 
| 
      
 6269 
     | 
    
         
            +
            }
         
     | 
| 
      
 6270 
     | 
    
         
            +
             
     | 
| 
      
 6271 
     | 
    
         
            +
            .ms-Icon--TextDocument::before {
         
     | 
| 
      
 6272 
     | 
    
         
            +
              content: '\F029';
         
     | 
| 
      
 6273 
     | 
    
         
            +
            }
         
     | 
| 
      
 6274 
     | 
    
         
            +
             
     | 
| 
       6110 
6275 
     | 
    
         
             
            .ms-Icon--PageCheckedOut::before {
         
     | 
| 
       6111 
6276 
     | 
    
         
             
              content: '\F02C';
         
     | 
| 
       6112 
6277 
     | 
    
         
             
            }
         
     | 
| 
       6113 
6278 
     | 
    
         | 
| 
      
 6279 
     | 
    
         
            +
            .ms-Icon--Script::before {
         
     | 
| 
      
 6280 
     | 
    
         
            +
              content: '\F03A';
         
     | 
| 
      
 6281 
     | 
    
         
            +
            }
         
     | 
| 
      
 6282 
     | 
    
         
            +
             
     | 
| 
      
 6283 
     | 
    
         
            +
            .ms-Icon--Archive::before {
         
     | 
| 
      
 6284 
     | 
    
         
            +
              content: '\F03F';
         
     | 
| 
      
 6285 
     | 
    
         
            +
            }
         
     | 
| 
      
 6286 
     | 
    
         
            +
             
     | 
| 
      
 6287 
     | 
    
         
            +
            .ms-Icon--ActivityFeed::before {
         
     | 
| 
      
 6288 
     | 
    
         
            +
              content: '\F056';
         
     | 
| 
      
 6289 
     | 
    
         
            +
            }
         
     | 
| 
      
 6290 
     | 
    
         
            +
             
     | 
| 
      
 6291 
     | 
    
         
            +
            .ms-Icon--CaretRight::before {
         
     | 
| 
      
 6292 
     | 
    
         
            +
              content: '\F06B';
         
     | 
| 
      
 6293 
     | 
    
         
            +
            }
         
     | 
| 
      
 6294 
     | 
    
         
            +
             
     | 
| 
       6114 
6295 
     | 
    
         
             
            .ms-Icon--SetAction::before {
         
     | 
| 
       6115 
6296 
     | 
    
         
             
              content: '\F071';
         
     | 
| 
       6116 
6297 
     | 
    
         
             
            }
         
     | 
| 
       6117 
6298 
     | 
    
         | 
| 
      
 6299 
     | 
    
         
            +
            .ms-Icon--CaretSolidLeft::before {
         
     | 
| 
      
 6300 
     | 
    
         
            +
              content: '\F08D';
         
     | 
| 
      
 6301 
     | 
    
         
            +
            }
         
     | 
| 
      
 6302 
     | 
    
         
            +
             
     | 
| 
      
 6303 
     | 
    
         
            +
            .ms-Icon--CaretSolidDown::before {
         
     | 
| 
      
 6304 
     | 
    
         
            +
              content: '\F08E';
         
     | 
| 
      
 6305 
     | 
    
         
            +
            }
         
     | 
| 
      
 6306 
     | 
    
         
            +
             
     | 
| 
      
 6307 
     | 
    
         
            +
            .ms-Icon--CaretSolidRight::before {
         
     | 
| 
      
 6308 
     | 
    
         
            +
              content: '\F08F';
         
     | 
| 
      
 6309 
     | 
    
         
            +
            }
         
     | 
| 
      
 6310 
     | 
    
         
            +
             
     | 
| 
      
 6311 
     | 
    
         
            +
            .ms-Icon--CaretSolidUp::before {
         
     | 
| 
      
 6312 
     | 
    
         
            +
              content: '\F090';
         
     | 
| 
      
 6313 
     | 
    
         
            +
            }
         
     | 
| 
      
 6314 
     | 
    
         
            +
             
     | 
| 
       6118 
6315 
     | 
    
         
             
            .ms-Icon--PowerAppsLogo::before {
         
     | 
| 
       6119 
6316 
     | 
    
         
             
              content: '\F091';
         
     | 
| 
       6120 
6317 
     | 
    
         
             
            }
         
     | 
| 
         @@ -6211,6 +6408,10 @@ 
     | 
|
| 
       6211 
6408 
     | 
    
         
             
              content: '\F0D1';
         
     | 
| 
       6212 
6409 
     | 
    
         
             
            }
         
     | 
| 
       6213 
6410 
     | 
    
         | 
| 
      
 6411 
     | 
    
         
            +
            .ms-Icon--CannedChat::before {
         
     | 
| 
      
 6412 
     | 
    
         
            +
              content: '\F0F2';
         
     | 
| 
      
 6413 
     | 
    
         
            +
            }
         
     | 
| 
      
 6414 
     | 
    
         
            +
             
     | 
| 
       6214 
6415 
     | 
    
         
             
            .ms-Icon--PageCheckedin::before {
         
     | 
| 
       6215 
6416 
     | 
    
         
             
              content: '\F104';
         
     | 
| 
       6216 
6417 
     | 
    
         
             
            }
         
     | 
| 
         @@ -6231,6 +6432,30 @@ 
     | 
|
| 
       6231 
6432 
     | 
    
         
             
              content: '\F130';
         
     | 
| 
       6232 
6433 
     | 
    
         
             
            }
         
     | 
| 
       6233 
6434 
     | 
    
         | 
| 
      
 6435 
     | 
    
         
            +
            .ms-Icon--GiftboxOpen::before {
         
     | 
| 
      
 6436 
     | 
    
         
            +
              content: '\F133';
         
     | 
| 
      
 6437 
     | 
    
         
            +
            }
         
     | 
| 
      
 6438 
     | 
    
         
            +
             
     | 
| 
      
 6439 
     | 
    
         
            +
            .ms-Icon--ExploreContentSingle::before {
         
     | 
| 
      
 6440 
     | 
    
         
            +
              content: '\F164';
         
     | 
| 
      
 6441 
     | 
    
         
            +
            }
         
     | 
| 
      
 6442 
     | 
    
         
            +
             
     | 
| 
      
 6443 
     | 
    
         
            +
            .ms-Icon--CollapseContent::before {
         
     | 
| 
      
 6444 
     | 
    
         
            +
              content: '\F165';
         
     | 
| 
      
 6445 
     | 
    
         
            +
            }
         
     | 
| 
      
 6446 
     | 
    
         
            +
             
     | 
| 
      
 6447 
     | 
    
         
            +
            .ms-Icon--CollapseContentSingle::before {
         
     | 
| 
      
 6448 
     | 
    
         
            +
              content: '\F166';
         
     | 
| 
      
 6449 
     | 
    
         
            +
            }
         
     | 
| 
      
 6450 
     | 
    
         
            +
             
     | 
| 
      
 6451 
     | 
    
         
            +
            .ms-Icon--InfoSolid::before {
         
     | 
| 
      
 6452 
     | 
    
         
            +
              content: '\F167';
         
     | 
| 
      
 6453 
     | 
    
         
            +
            }
         
     | 
| 
      
 6454 
     | 
    
         
            +
             
     | 
| 
      
 6455 
     | 
    
         
            +
            .ms-Icon--ProgressRingDots::before {
         
     | 
| 
      
 6456 
     | 
    
         
            +
              content: '\F16A';
         
     | 
| 
      
 6457 
     | 
    
         
            +
            }
         
     | 
| 
      
 6458 
     | 
    
         
            +
             
     | 
| 
       6234 
6459 
     | 
    
         
             
            .ms-Icon--CaloriesAdd::before {
         
     | 
| 
       6235 
6460 
     | 
    
         
             
              content: '\F172';
         
     | 
| 
       6236 
6461 
     | 
    
         
             
            }
         
     | 
| 
         @@ -6239,6 +6464,18 @@ 
     | 
|
| 
       6239 
6464 
     | 
    
         
             
              content: '\F173';
         
     | 
| 
       6240 
6465 
     | 
    
         
             
            }
         
     | 
| 
       6241 
6466 
     | 
    
         | 
| 
      
 6467 
     | 
    
         
            +
            .ms-Icon--HardDriveGroup::before {
         
     | 
| 
      
 6468 
     | 
    
         
            +
              content: '\F18F';
         
     | 
| 
      
 6469 
     | 
    
         
            +
            }
         
     | 
| 
      
 6470 
     | 
    
         
            +
             
     | 
| 
      
 6471 
     | 
    
         
            +
            .ms-Icon--BucketColor::before {
         
     | 
| 
      
 6472 
     | 
    
         
            +
              content: '\F1B6';
         
     | 
| 
      
 6473 
     | 
    
         
            +
            }
         
     | 
| 
      
 6474 
     | 
    
         
            +
             
     | 
| 
      
 6475 
     | 
    
         
            +
            .ms-Icon--BucketColorFill::before {
         
     | 
| 
      
 6476 
     | 
    
         
            +
              content: '\F1B7';
         
     | 
| 
      
 6477 
     | 
    
         
            +
            }
         
     | 
| 
      
 6478 
     | 
    
         
            +
             
     | 
| 
       6242 
6479 
     | 
    
         
             
            .ms-Icon--SingleColumn::before {
         
     | 
| 
       6243 
6480 
     | 
    
         
             
              content: '\F1D3';
         
     | 
| 
       6244 
6481 
     | 
    
         
             
            }
         
     | 
| 
         @@ -6259,6 +6496,438 @@ 
     | 
|
| 
       6259 
6496 
     | 
    
         
             
              content: '\F1D7';
         
     | 
| 
       6260 
6497 
     | 
    
         
             
            }
         
     | 
| 
       6261 
6498 
     | 
    
         | 
| 
      
 6499 
     | 
    
         
            +
            .ms-Icon--AccessLogoFill::before {
         
     | 
| 
      
 6500 
     | 
    
         
            +
              content: '\F1DB';
         
     | 
| 
      
 6501 
     | 
    
         
            +
            }
         
     | 
| 
      
 6502 
     | 
    
         
            +
             
     | 
| 
      
 6503 
     | 
    
         
            +
            .ms-Icon--AnalyticsLogo::before {
         
     | 
| 
      
 6504 
     | 
    
         
            +
              content: '\F1DE';
         
     | 
| 
      
 6505 
     | 
    
         
            +
            }
         
     | 
| 
      
 6506 
     | 
    
         
            +
             
     | 
| 
      
 6507 
     | 
    
         
            +
            .ms-Icon--AnalyticsQuery::before {
         
     | 
| 
      
 6508 
     | 
    
         
            +
              content: '\F1DF';
         
     | 
| 
      
 6509 
     | 
    
         
            +
            }
         
     | 
| 
      
 6510 
     | 
    
         
            +
             
     | 
| 
      
 6511 
     | 
    
         
            +
            .ms-Icon--NewAnalyticsQuery::before {
         
     | 
| 
      
 6512 
     | 
    
         
            +
              content: '\F1E0';
         
     | 
| 
      
 6513 
     | 
    
         
            +
            }
         
     | 
| 
      
 6514 
     | 
    
         
            +
             
     | 
| 
      
 6515 
     | 
    
         
            +
            .ms-Icon--AnalyticsReport::before {
         
     | 
| 
      
 6516 
     | 
    
         
            +
              content: '\F1E1';
         
     | 
| 
      
 6517 
     | 
    
         
            +
            }
         
     | 
| 
      
 6518 
     | 
    
         
            +
             
     | 
| 
      
 6519 
     | 
    
         
            +
            .ms-Icon--WordLogo::before {
         
     | 
| 
      
 6520 
     | 
    
         
            +
              content: '\F1E3';
         
     | 
| 
      
 6521 
     | 
    
         
            +
            }
         
     | 
| 
      
 6522 
     | 
    
         
            +
             
     | 
| 
      
 6523 
     | 
    
         
            +
            .ms-Icon--WordLogoFill::before {
         
     | 
| 
      
 6524 
     | 
    
         
            +
              content: '\F1E4';
         
     | 
| 
      
 6525 
     | 
    
         
            +
            }
         
     | 
| 
      
 6526 
     | 
    
         
            +
             
     | 
| 
      
 6527 
     | 
    
         
            +
            .ms-Icon--ExcelLogo::before {
         
     | 
| 
      
 6528 
     | 
    
         
            +
              content: '\F1E5';
         
     | 
| 
      
 6529 
     | 
    
         
            +
            }
         
     | 
| 
      
 6530 
     | 
    
         
            +
             
     | 
| 
      
 6531 
     | 
    
         
            +
            .ms-Icon--ExcelLogoFill::before {
         
     | 
| 
      
 6532 
     | 
    
         
            +
              content: '\F1E6';
         
     | 
| 
      
 6533 
     | 
    
         
            +
            }
         
     | 
| 
      
 6534 
     | 
    
         
            +
             
     | 
| 
      
 6535 
     | 
    
         
            +
            .ms-Icon--OneNoteLogo::before {
         
     | 
| 
      
 6536 
     | 
    
         
            +
              content: '\F1E7';
         
     | 
| 
      
 6537 
     | 
    
         
            +
            }
         
     | 
| 
      
 6538 
     | 
    
         
            +
             
     | 
| 
      
 6539 
     | 
    
         
            +
            .ms-Icon--OneNoteLogoFill::before {
         
     | 
| 
      
 6540 
     | 
    
         
            +
              content: '\F1E8';
         
     | 
| 
      
 6541 
     | 
    
         
            +
            }
         
     | 
| 
      
 6542 
     | 
    
         
            +
             
     | 
| 
      
 6543 
     | 
    
         
            +
            .ms-Icon--OutlookLogo::before {
         
     | 
| 
      
 6544 
     | 
    
         
            +
              content: '\F1E9';
         
     | 
| 
      
 6545 
     | 
    
         
            +
            }
         
     | 
| 
      
 6546 
     | 
    
         
            +
             
     | 
| 
      
 6547 
     | 
    
         
            +
            .ms-Icon--OutlookLogoFill::before {
         
     | 
| 
      
 6548 
     | 
    
         
            +
              content: '\F1EA';
         
     | 
| 
      
 6549 
     | 
    
         
            +
            }
         
     | 
| 
      
 6550 
     | 
    
         
            +
             
     | 
| 
      
 6551 
     | 
    
         
            +
            .ms-Icon--PowerPointLogo::before {
         
     | 
| 
      
 6552 
     | 
    
         
            +
              content: '\F1EB';
         
     | 
| 
      
 6553 
     | 
    
         
            +
            }
         
     | 
| 
      
 6554 
     | 
    
         
            +
             
     | 
| 
      
 6555 
     | 
    
         
            +
            .ms-Icon--PowerPointLogoFill::before {
         
     | 
| 
      
 6556 
     | 
    
         
            +
              content: '\F1EC';
         
     | 
| 
      
 6557 
     | 
    
         
            +
            }
         
     | 
| 
      
 6558 
     | 
    
         
            +
             
     | 
| 
      
 6559 
     | 
    
         
            +
            .ms-Icon--PublisherLogo::before {
         
     | 
| 
      
 6560 
     | 
    
         
            +
              content: '\F1ED';
         
     | 
| 
      
 6561 
     | 
    
         
            +
            }
         
     | 
| 
      
 6562 
     | 
    
         
            +
             
     | 
| 
      
 6563 
     | 
    
         
            +
            .ms-Icon--PublisherLogoFill::before {
         
     | 
| 
      
 6564 
     | 
    
         
            +
              content: '\F1EE';
         
     | 
| 
      
 6565 
     | 
    
         
            +
            }
         
     | 
| 
      
 6566 
     | 
    
         
            +
             
     | 
| 
      
 6567 
     | 
    
         
            +
            .ms-Icon--ScheduleEventAction::before {
         
     | 
| 
      
 6568 
     | 
    
         
            +
              content: '\F1EF';
         
     | 
| 
      
 6569 
     | 
    
         
            +
            }
         
     | 
| 
      
 6570 
     | 
    
         
            +
             
     | 
| 
      
 6571 
     | 
    
         
            +
            .ms-Icon--FlameSolid::before {
         
     | 
| 
      
 6572 
     | 
    
         
            +
              content: '\F1F3';
         
     | 
| 
      
 6573 
     | 
    
         
            +
            }
         
     | 
| 
      
 6574 
     | 
    
         
            +
             
     | 
| 
      
 6575 
     | 
    
         
            +
            .ms-Icon--ServerProcesses::before {
         
     | 
| 
      
 6576 
     | 
    
         
            +
              content: '\F1FE';
         
     | 
| 
      
 6577 
     | 
    
         
            +
            }
         
     | 
| 
      
 6578 
     | 
    
         
            +
             
     | 
| 
      
 6579 
     | 
    
         
            +
            .ms-Icon--Server::before {
         
     | 
| 
      
 6580 
     | 
    
         
            +
              content: '\F201';
         
     | 
| 
      
 6581 
     | 
    
         
            +
            }
         
     | 
| 
      
 6582 
     | 
    
         
            +
             
     | 
| 
      
 6583 
     | 
    
         
            +
            .ms-Icon--SaveAll::before {
         
     | 
| 
      
 6584 
     | 
    
         
            +
              content: '\F203';
         
     | 
| 
      
 6585 
     | 
    
         
            +
            }
         
     | 
| 
      
 6586 
     | 
    
         
            +
             
     | 
| 
      
 6587 
     | 
    
         
            +
            .ms-Icon--ProtectRestrict::before {
         
     | 
| 
      
 6588 
     | 
    
         
            +
              content: '\F22A';
         
     | 
| 
      
 6589 
     | 
    
         
            +
            }
         
     | 
| 
      
 6590 
     | 
    
         
            +
             
     | 
| 
      
 6591 
     | 
    
         
            +
            .ms-Icon--Step::before {
         
     | 
| 
      
 6592 
     | 
    
         
            +
              content: '\F241';
         
     | 
| 
      
 6593 
     | 
    
         
            +
            }
         
     | 
| 
      
 6594 
     | 
    
         
            +
             
     | 
| 
      
 6595 
     | 
    
         
            +
            .ms-Icon--StepInsert::before {
         
     | 
| 
      
 6596 
     | 
    
         
            +
              content: '\F242';
         
     | 
| 
      
 6597 
     | 
    
         
            +
            }
         
     | 
| 
      
 6598 
     | 
    
         
            +
             
     | 
| 
      
 6599 
     | 
    
         
            +
            .ms-Icon--StepShared::before {
         
     | 
| 
      
 6600 
     | 
    
         
            +
              content: '\F243';
         
     | 
| 
      
 6601 
     | 
    
         
            +
            }
         
     | 
| 
      
 6602 
     | 
    
         
            +
             
     | 
| 
      
 6603 
     | 
    
         
            +
            .ms-Icon--StepSharedAdd::before {
         
     | 
| 
      
 6604 
     | 
    
         
            +
              content: '\F244';
         
     | 
| 
      
 6605 
     | 
    
         
            +
            }
         
     | 
| 
      
 6606 
     | 
    
         
            +
             
     | 
| 
      
 6607 
     | 
    
         
            +
            .ms-Icon--StepSharedInsert::before {
         
     | 
| 
      
 6608 
     | 
    
         
            +
              content: '\F245';
         
     | 
| 
      
 6609 
     | 
    
         
            +
            }
         
     | 
| 
      
 6610 
     | 
    
         
            +
             
     | 
| 
      
 6611 
     | 
    
         
            +
            .ms-Icon--ViewDashboard::before {
         
     | 
| 
      
 6612 
     | 
    
         
            +
              content: '\F246';
         
     | 
| 
      
 6613 
     | 
    
         
            +
            }
         
     | 
| 
      
 6614 
     | 
    
         
            +
             
     | 
| 
      
 6615 
     | 
    
         
            +
            .ms-Icon--ViewList::before {
         
     | 
| 
      
 6616 
     | 
    
         
            +
              content: '\F247';
         
     | 
| 
      
 6617 
     | 
    
         
            +
            }
         
     | 
| 
      
 6618 
     | 
    
         
            +
             
     | 
| 
      
 6619 
     | 
    
         
            +
            .ms-Icon--ViewListGroup::before {
         
     | 
| 
      
 6620 
     | 
    
         
            +
              content: '\F248';
         
     | 
| 
      
 6621 
     | 
    
         
            +
            }
         
     | 
| 
      
 6622 
     | 
    
         
            +
             
     | 
| 
      
 6623 
     | 
    
         
            +
            .ms-Icon--ViewListTree::before {
         
     | 
| 
      
 6624 
     | 
    
         
            +
              content: '\F249';
         
     | 
| 
      
 6625 
     | 
    
         
            +
            }
         
     | 
| 
      
 6626 
     | 
    
         
            +
             
     | 
| 
      
 6627 
     | 
    
         
            +
            .ms-Icon--TriggerAuto::before {
         
     | 
| 
      
 6628 
     | 
    
         
            +
              content: '\F24A';
         
     | 
| 
      
 6629 
     | 
    
         
            +
            }
         
     | 
| 
      
 6630 
     | 
    
         
            +
             
     | 
| 
      
 6631 
     | 
    
         
            +
            .ms-Icon--TriggerUser::before {
         
     | 
| 
      
 6632 
     | 
    
         
            +
              content: '\F24B';
         
     | 
| 
      
 6633 
     | 
    
         
            +
            }
         
     | 
| 
      
 6634 
     | 
    
         
            +
             
     | 
| 
      
 6635 
     | 
    
         
            +
            .ms-Icon--PivotChart::before {
         
     | 
| 
      
 6636 
     | 
    
         
            +
              content: '\F24C';
         
     | 
| 
      
 6637 
     | 
    
         
            +
            }
         
     | 
| 
      
 6638 
     | 
    
         
            +
             
     | 
| 
      
 6639 
     | 
    
         
            +
            .ms-Icon--StackedBarChart::before {
         
     | 
| 
      
 6640 
     | 
    
         
            +
              content: '\F24D';
         
     | 
| 
      
 6641 
     | 
    
         
            +
            }
         
     | 
| 
      
 6642 
     | 
    
         
            +
             
     | 
| 
      
 6643 
     | 
    
         
            +
            .ms-Icon--StackedLineChart::before {
         
     | 
| 
      
 6644 
     | 
    
         
            +
              content: '\F24E';
         
     | 
| 
      
 6645 
     | 
    
         
            +
            }
         
     | 
| 
      
 6646 
     | 
    
         
            +
             
     | 
| 
      
 6647 
     | 
    
         
            +
            .ms-Icon--BuildQueue::before {
         
     | 
| 
      
 6648 
     | 
    
         
            +
              content: '\F24F';
         
     | 
| 
      
 6649 
     | 
    
         
            +
            }
         
     | 
| 
      
 6650 
     | 
    
         
            +
             
     | 
| 
      
 6651 
     | 
    
         
            +
            .ms-Icon--BuildQueueNew::before {
         
     | 
| 
      
 6652 
     | 
    
         
            +
              content: '\F250';
         
     | 
| 
      
 6653 
     | 
    
         
            +
            }
         
     | 
| 
      
 6654 
     | 
    
         
            +
             
     | 
| 
      
 6655 
     | 
    
         
            +
            .ms-Icon--VennDiagram::before {
         
     | 
| 
      
 6656 
     | 
    
         
            +
              content: '\F273';
         
     | 
| 
      
 6657 
     | 
    
         
            +
            }
         
     | 
| 
      
 6658 
     | 
    
         
            +
             
     | 
| 
      
 6659 
     | 
    
         
            +
            .ms-Icon--FiveTileGrid::before {
         
     | 
| 
      
 6660 
     | 
    
         
            +
              content: '\F274';
         
     | 
| 
      
 6661 
     | 
    
         
            +
            }
         
     | 
| 
      
 6662 
     | 
    
         
            +
             
     | 
| 
      
 6663 
     | 
    
         
            +
            .ms-Icon--FocalPoint::before {
         
     | 
| 
      
 6664 
     | 
    
         
            +
              content: '\F277';
         
     | 
| 
      
 6665 
     | 
    
         
            +
            }
         
     | 
| 
      
 6666 
     | 
    
         
            +
             
     | 
| 
      
 6667 
     | 
    
         
            +
            .ms-Icon--TeamsLogoInverse::before {
         
     | 
| 
      
 6668 
     | 
    
         
            +
              content: '\F27A';
         
     | 
| 
      
 6669 
     | 
    
         
            +
            }
         
     | 
| 
      
 6670 
     | 
    
         
            +
             
     | 
| 
      
 6671 
     | 
    
         
            +
            .ms-Icon--TeamsLogo::before {
         
     | 
| 
      
 6672 
     | 
    
         
            +
              content: '\F27B';
         
     | 
| 
      
 6673 
     | 
    
         
            +
            }
         
     | 
| 
      
 6674 
     | 
    
         
            +
             
     | 
| 
      
 6675 
     | 
    
         
            +
            .ms-Icon--TeamsLogoFill::before {
         
     | 
| 
      
 6676 
     | 
    
         
            +
              content: '\F27C';
         
     | 
| 
      
 6677 
     | 
    
         
            +
            }
         
     | 
| 
      
 6678 
     | 
    
         
            +
             
     | 
| 
      
 6679 
     | 
    
         
            +
            .ms-Icon--SkypeForBusinessLogoFill::before {
         
     | 
| 
      
 6680 
     | 
    
         
            +
              content: '\F27D';
         
     | 
| 
      
 6681 
     | 
    
         
            +
            }
         
     | 
| 
      
 6682 
     | 
    
         
            +
             
     | 
| 
      
 6683 
     | 
    
         
            +
            .ms-Icon--SharepointLogo::before {
         
     | 
| 
      
 6684 
     | 
    
         
            +
              content: '\F27E';
         
     | 
| 
      
 6685 
     | 
    
         
            +
            }
         
     | 
| 
      
 6686 
     | 
    
         
            +
             
     | 
| 
      
 6687 
     | 
    
         
            +
            .ms-Icon--SharepointLogoFill::before {
         
     | 
| 
      
 6688 
     | 
    
         
            +
              content: '\F27F';
         
     | 
| 
      
 6689 
     | 
    
         
            +
            }
         
     | 
| 
      
 6690 
     | 
    
         
            +
             
     | 
| 
      
 6691 
     | 
    
         
            +
            .ms-Icon--DelveLogo::before {
         
     | 
| 
      
 6692 
     | 
    
         
            +
              content: '\F280';
         
     | 
| 
      
 6693 
     | 
    
         
            +
            }
         
     | 
| 
      
 6694 
     | 
    
         
            +
             
     | 
| 
      
 6695 
     | 
    
         
            +
            .ms-Icon--DelveLogoFill::before {
         
     | 
| 
      
 6696 
     | 
    
         
            +
              content: '\F281';
         
     | 
| 
      
 6697 
     | 
    
         
            +
            }
         
     | 
| 
      
 6698 
     | 
    
         
            +
             
     | 
| 
      
 6699 
     | 
    
         
            +
            .ms-Icon--OfficeVideoLogo::before {
         
     | 
| 
      
 6700 
     | 
    
         
            +
              content: '\F282';
         
     | 
| 
      
 6701 
     | 
    
         
            +
            }
         
     | 
| 
      
 6702 
     | 
    
         
            +
             
     | 
| 
      
 6703 
     | 
    
         
            +
            .ms-Icon--OfficeVideoLogoFill::before {
         
     | 
| 
      
 6704 
     | 
    
         
            +
              content: '\F283';
         
     | 
| 
      
 6705 
     | 
    
         
            +
            }
         
     | 
| 
      
 6706 
     | 
    
         
            +
             
     | 
| 
      
 6707 
     | 
    
         
            +
            .ms-Icon--ExchangeLogo::before {
         
     | 
| 
      
 6708 
     | 
    
         
            +
              content: '\F284';
         
     | 
| 
      
 6709 
     | 
    
         
            +
            }
         
     | 
| 
      
 6710 
     | 
    
         
            +
             
     | 
| 
      
 6711 
     | 
    
         
            +
            .ms-Icon--ExchangeLogoFill::before {
         
     | 
| 
      
 6712 
     | 
    
         
            +
              content: '\F285';
         
     | 
| 
      
 6713 
     | 
    
         
            +
            }
         
     | 
| 
      
 6714 
     | 
    
         
            +
             
     | 
| 
      
 6715 
     | 
    
         
            +
            .ms-Icon--CloneToDesktop::before {
         
     | 
| 
      
 6716 
     | 
    
         
            +
              content: '\F28C';
         
     | 
| 
      
 6717 
     | 
    
         
            +
            }
         
     | 
| 
      
 6718 
     | 
    
         
            +
             
     | 
| 
      
 6719 
     | 
    
         
            +
            .ms-Icon--InstallToDrive::before {
         
     | 
| 
      
 6720 
     | 
    
         
            +
              content: '\F28D';
         
     | 
| 
      
 6721 
     | 
    
         
            +
            }
         
     | 
| 
      
 6722 
     | 
    
         
            +
             
     | 
| 
      
 6723 
     | 
    
         
            +
            .ms-Icon--Blur::before {
         
     | 
| 
      
 6724 
     | 
    
         
            +
              content: '\F28E';
         
     | 
| 
      
 6725 
     | 
    
         
            +
            }
         
     | 
| 
      
 6726 
     | 
    
         
            +
             
     | 
| 
      
 6727 
     | 
    
         
            +
            .ms-Icon--Build::before {
         
     | 
| 
      
 6728 
     | 
    
         
            +
              content: '\F28F';
         
     | 
| 
      
 6729 
     | 
    
         
            +
            }
         
     | 
| 
      
 6730 
     | 
    
         
            +
             
     | 
| 
      
 6731 
     | 
    
         
            +
            .ms-Icon--ProcessMetaTask::before {
         
     | 
| 
      
 6732 
     | 
    
         
            +
              content: '\F290';
         
     | 
| 
      
 6733 
     | 
    
         
            +
            }
         
     | 
| 
      
 6734 
     | 
    
         
            +
             
     | 
| 
      
 6735 
     | 
    
         
            +
            .ms-Icon--BranchFork2::before {
         
     | 
| 
      
 6736 
     | 
    
         
            +
              content: '\F291';
         
     | 
| 
      
 6737 
     | 
    
         
            +
            }
         
     | 
| 
      
 6738 
     | 
    
         
            +
             
     | 
| 
      
 6739 
     | 
    
         
            +
            .ms-Icon--BranchLocked::before {
         
     | 
| 
      
 6740 
     | 
    
         
            +
              content: '\F292';
         
     | 
| 
      
 6741 
     | 
    
         
            +
            }
         
     | 
| 
      
 6742 
     | 
    
         
            +
             
     | 
| 
      
 6743 
     | 
    
         
            +
            .ms-Icon--BranchCommit::before {
         
     | 
| 
      
 6744 
     | 
    
         
            +
              content: '\F293';
         
     | 
| 
      
 6745 
     | 
    
         
            +
            }
         
     | 
| 
      
 6746 
     | 
    
         
            +
             
     | 
| 
      
 6747 
     | 
    
         
            +
            .ms-Icon--BranchCompare::before {
         
     | 
| 
      
 6748 
     | 
    
         
            +
              content: '\F294';
         
     | 
| 
      
 6749 
     | 
    
         
            +
            }
         
     | 
| 
      
 6750 
     | 
    
         
            +
             
     | 
| 
      
 6751 
     | 
    
         
            +
            .ms-Icon--BranchMerge::before {
         
     | 
| 
      
 6752 
     | 
    
         
            +
              content: '\F295';
         
     | 
| 
      
 6753 
     | 
    
         
            +
            }
         
     | 
| 
      
 6754 
     | 
    
         
            +
             
     | 
| 
      
 6755 
     | 
    
         
            +
            .ms-Icon--BranchPullRequest::before {
         
     | 
| 
      
 6756 
     | 
    
         
            +
              content: '\F296';
         
     | 
| 
      
 6757 
     | 
    
         
            +
            }
         
     | 
| 
      
 6758 
     | 
    
         
            +
             
     | 
| 
      
 6759 
     | 
    
         
            +
            .ms-Icon--BranchSearch::before {
         
     | 
| 
      
 6760 
     | 
    
         
            +
              content: '\F297';
         
     | 
| 
      
 6761 
     | 
    
         
            +
            }
         
     | 
| 
      
 6762 
     | 
    
         
            +
             
     | 
| 
      
 6763 
     | 
    
         
            +
            .ms-Icon--BranchShelveset::before {
         
     | 
| 
      
 6764 
     | 
    
         
            +
              content: '\F298';
         
     | 
| 
      
 6765 
     | 
    
         
            +
            }
         
     | 
| 
      
 6766 
     | 
    
         
            +
             
     | 
| 
      
 6767 
     | 
    
         
            +
            .ms-Icon--RawSource::before {
         
     | 
| 
      
 6768 
     | 
    
         
            +
              content: '\F299';
         
     | 
| 
      
 6769 
     | 
    
         
            +
            }
         
     | 
| 
      
 6770 
     | 
    
         
            +
             
     | 
| 
      
 6771 
     | 
    
         
            +
            .ms-Icon--MergeDuplicate::before {
         
     | 
| 
      
 6772 
     | 
    
         
            +
              content: '\F29A';
         
     | 
| 
      
 6773 
     | 
    
         
            +
            }
         
     | 
| 
      
 6774 
     | 
    
         
            +
             
     | 
| 
      
 6775 
     | 
    
         
            +
            .ms-Icon--RowsGroup::before {
         
     | 
| 
      
 6776 
     | 
    
         
            +
              content: '\F29B';
         
     | 
| 
      
 6777 
     | 
    
         
            +
            }
         
     | 
| 
      
 6778 
     | 
    
         
            +
             
     | 
| 
      
 6779 
     | 
    
         
            +
            .ms-Icon--RowsChild::before {
         
     | 
| 
      
 6780 
     | 
    
         
            +
              content: '\F29C';
         
     | 
| 
      
 6781 
     | 
    
         
            +
            }
         
     | 
| 
      
 6782 
     | 
    
         
            +
             
     | 
| 
      
 6783 
     | 
    
         
            +
            .ms-Icon--Deploy::before {
         
     | 
| 
      
 6784 
     | 
    
         
            +
              content: '\F29D';
         
     | 
| 
      
 6785 
     | 
    
         
            +
            }
         
     | 
| 
      
 6786 
     | 
    
         
            +
             
     | 
| 
      
 6787 
     | 
    
         
            +
            .ms-Icon--Redeploy::before {
         
     | 
| 
      
 6788 
     | 
    
         
            +
              content: '\F29E';
         
     | 
| 
      
 6789 
     | 
    
         
            +
            }
         
     | 
| 
      
 6790 
     | 
    
         
            +
             
     | 
| 
      
 6791 
     | 
    
         
            +
            .ms-Icon--ServerEnviroment::before {
         
     | 
| 
      
 6792 
     | 
    
         
            +
              content: '\F29F';
         
     | 
| 
      
 6793 
     | 
    
         
            +
            }
         
     | 
| 
      
 6794 
     | 
    
         
            +
             
     | 
| 
      
 6795 
     | 
    
         
            +
            .ms-Icon--Plug::before {
         
     | 
| 
      
 6796 
     | 
    
         
            +
              content: '\F300';
         
     | 
| 
      
 6797 
     | 
    
         
            +
            }
         
     | 
| 
      
 6798 
     | 
    
         
            +
             
     | 
| 
      
 6799 
     | 
    
         
            +
            .ms-Icon--PlugSolid::before {
         
     | 
| 
      
 6800 
     | 
    
         
            +
              content: '\F301';
         
     | 
| 
      
 6801 
     | 
    
         
            +
            }
         
     | 
| 
      
 6802 
     | 
    
         
            +
             
     | 
| 
      
 6803 
     | 
    
         
            +
            .ms-Icon--PlugConnected::before {
         
     | 
| 
      
 6804 
     | 
    
         
            +
              content: '\F302';
         
     | 
| 
      
 6805 
     | 
    
         
            +
            }
         
     | 
| 
      
 6806 
     | 
    
         
            +
             
     | 
| 
      
 6807 
     | 
    
         
            +
            .ms-Icon--PlugDisconnected::before {
         
     | 
| 
      
 6808 
     | 
    
         
            +
              content: '\F303';
         
     | 
| 
      
 6809 
     | 
    
         
            +
            }
         
     | 
| 
      
 6810 
     | 
    
         
            +
             
     | 
| 
      
 6811 
     | 
    
         
            +
            .ms-Icon--UnlockSolid::before {
         
     | 
| 
      
 6812 
     | 
    
         
            +
              content: '\F304';
         
     | 
| 
      
 6813 
     | 
    
         
            +
            }
         
     | 
| 
      
 6814 
     | 
    
         
            +
             
     | 
| 
      
 6815 
     | 
    
         
            +
            .ms-Icon--Variable::before {
         
     | 
| 
      
 6816 
     | 
    
         
            +
              content: '\F305';
         
     | 
| 
      
 6817 
     | 
    
         
            +
            }
         
     | 
| 
      
 6818 
     | 
    
         
            +
             
     | 
| 
      
 6819 
     | 
    
         
            +
            .ms-Icon--Parameter::before {
         
     | 
| 
      
 6820 
     | 
    
         
            +
              content: '\F306';
         
     | 
| 
      
 6821 
     | 
    
         
            +
            }
         
     | 
| 
      
 6822 
     | 
    
         
            +
             
     | 
| 
      
 6823 
     | 
    
         
            +
            .ms-Icon--CommentUrgent::before {
         
     | 
| 
      
 6824 
     | 
    
         
            +
              content: '\F307';
         
     | 
| 
      
 6825 
     | 
    
         
            +
            }
         
     | 
| 
      
 6826 
     | 
    
         
            +
             
     | 
| 
      
 6827 
     | 
    
         
            +
            .ms-Icon--Storyboard::before {
         
     | 
| 
      
 6828 
     | 
    
         
            +
              content: '\F308';
         
     | 
| 
      
 6829 
     | 
    
         
            +
            }
         
     | 
| 
      
 6830 
     | 
    
         
            +
             
     | 
| 
      
 6831 
     | 
    
         
            +
            .ms-Icon--DiffInline::before {
         
     | 
| 
      
 6832 
     | 
    
         
            +
              content: '\F309';
         
     | 
| 
      
 6833 
     | 
    
         
            +
            }
         
     | 
| 
      
 6834 
     | 
    
         
            +
             
     | 
| 
      
 6835 
     | 
    
         
            +
            .ms-Icon--DiffSideBySide::before {
         
     | 
| 
      
 6836 
     | 
    
         
            +
              content: '\F30A';
         
     | 
| 
      
 6837 
     | 
    
         
            +
            }
         
     | 
| 
      
 6838 
     | 
    
         
            +
             
     | 
| 
      
 6839 
     | 
    
         
            +
            .ms-Icon--ImageDiff::before {
         
     | 
| 
      
 6840 
     | 
    
         
            +
              content: '\F30B';
         
     | 
| 
      
 6841 
     | 
    
         
            +
            }
         
     | 
| 
      
 6842 
     | 
    
         
            +
             
     | 
| 
      
 6843 
     | 
    
         
            +
            .ms-Icon--ImagePixel::before {
         
     | 
| 
      
 6844 
     | 
    
         
            +
              content: '\F30C';
         
     | 
| 
      
 6845 
     | 
    
         
            +
            }
         
     | 
| 
      
 6846 
     | 
    
         
            +
             
     | 
| 
      
 6847 
     | 
    
         
            +
            .ms-Icon--FileBug::before {
         
     | 
| 
      
 6848 
     | 
    
         
            +
              content: '\F30D';
         
     | 
| 
      
 6849 
     | 
    
         
            +
            }
         
     | 
| 
      
 6850 
     | 
    
         
            +
             
     | 
| 
      
 6851 
     | 
    
         
            +
            .ms-Icon--FileCode::before {
         
     | 
| 
      
 6852 
     | 
    
         
            +
              content: '\F30E';
         
     | 
| 
      
 6853 
     | 
    
         
            +
            }
         
     | 
| 
      
 6854 
     | 
    
         
            +
             
     | 
| 
      
 6855 
     | 
    
         
            +
            .ms-Icon--FileComment::before {
         
     | 
| 
      
 6856 
     | 
    
         
            +
              content: '\F30F';
         
     | 
| 
      
 6857 
     | 
    
         
            +
            }
         
     | 
| 
      
 6858 
     | 
    
         
            +
             
     | 
| 
      
 6859 
     | 
    
         
            +
            .ms-Icon--FileImage::before {
         
     | 
| 
      
 6860 
     | 
    
         
            +
              content: '\F311';
         
     | 
| 
      
 6861 
     | 
    
         
            +
            }
         
     | 
| 
      
 6862 
     | 
    
         
            +
             
     | 
| 
      
 6863 
     | 
    
         
            +
            .ms-Icon--FileSymlink::before {
         
     | 
| 
      
 6864 
     | 
    
         
            +
              content: '\F312';
         
     | 
| 
      
 6865 
     | 
    
         
            +
            }
         
     | 
| 
      
 6866 
     | 
    
         
            +
             
     | 
| 
      
 6867 
     | 
    
         
            +
            .ms-Icon--AutoFillTemplate::before {
         
     | 
| 
      
 6868 
     | 
    
         
            +
              content: '\F313';
         
     | 
| 
      
 6869 
     | 
    
         
            +
            }
         
     | 
| 
      
 6870 
     | 
    
         
            +
             
     | 
| 
      
 6871 
     | 
    
         
            +
            .ms-Icon--WorkItem::before {
         
     | 
| 
      
 6872 
     | 
    
         
            +
              content: '\F314';
         
     | 
| 
      
 6873 
     | 
    
         
            +
            }
         
     | 
| 
      
 6874 
     | 
    
         
            +
             
     | 
| 
      
 6875 
     | 
    
         
            +
            .ms-Icon--WorkItemBug::before {
         
     | 
| 
      
 6876 
     | 
    
         
            +
              content: '\F315';
         
     | 
| 
      
 6877 
     | 
    
         
            +
            }
         
     | 
| 
      
 6878 
     | 
    
         
            +
             
     | 
| 
      
 6879 
     | 
    
         
            +
            .ms-Icon--LogRemove::before {
         
     | 
| 
      
 6880 
     | 
    
         
            +
              content: '\F316';
         
     | 
| 
      
 6881 
     | 
    
         
            +
            }
         
     | 
| 
      
 6882 
     | 
    
         
            +
             
     | 
| 
      
 6883 
     | 
    
         
            +
            .ms-Icon--ColumnOptions::before {
         
     | 
| 
      
 6884 
     | 
    
         
            +
              content: '\F317';
         
     | 
| 
      
 6885 
     | 
    
         
            +
            }
         
     | 
| 
      
 6886 
     | 
    
         
            +
             
     | 
| 
      
 6887 
     | 
    
         
            +
            .ms-Icon--Packages::before {
         
     | 
| 
      
 6888 
     | 
    
         
            +
              content: '\F318';
         
     | 
| 
      
 6889 
     | 
    
         
            +
            }
         
     | 
| 
      
 6890 
     | 
    
         
            +
             
     | 
| 
      
 6891 
     | 
    
         
            +
            .ms-Icon--BuildIssue::before {
         
     | 
| 
      
 6892 
     | 
    
         
            +
              content: '\F319';
         
     | 
| 
      
 6893 
     | 
    
         
            +
            }
         
     | 
| 
      
 6894 
     | 
    
         
            +
             
     | 
| 
      
 6895 
     | 
    
         
            +
            .ms-Icon--AssessmentGroup::before {
         
     | 
| 
      
 6896 
     | 
    
         
            +
              content: '\F31A';
         
     | 
| 
      
 6897 
     | 
    
         
            +
            }
         
     | 
| 
      
 6898 
     | 
    
         
            +
             
     | 
| 
      
 6899 
     | 
    
         
            +
            .ms-Icon--VariableGroup::before {
         
     | 
| 
      
 6900 
     | 
    
         
            +
              content: '\F31B';
         
     | 
| 
      
 6901 
     | 
    
         
            +
            }
         
     | 
| 
      
 6902 
     | 
    
         
            +
             
     | 
| 
      
 6903 
     | 
    
         
            +
            .ms-Icon--FullHistory::before {
         
     | 
| 
      
 6904 
     | 
    
         
            +
              content: '\F31C';
         
     | 
| 
      
 6905 
     | 
    
         
            +
            }
         
     | 
| 
      
 6906 
     | 
    
         
            +
             
     | 
| 
      
 6907 
     | 
    
         
            +
            .ms-Icon--BusinessHoursSign::before {
         
     | 
| 
      
 6908 
     | 
    
         
            +
              content: '\F310';
         
     | 
| 
      
 6909 
     | 
    
         
            +
            }
         
     | 
| 
      
 6910 
     | 
    
         
            +
             
     | 
| 
      
 6911 
     | 
    
         
            +
            .ms-Icon--SwayLogo::before {
         
     | 
| 
      
 6912 
     | 
    
         
            +
              content: '\ED29';
         
     | 
| 
      
 6913 
     | 
    
         
            +
            }
         
     | 
| 
      
 6914 
     | 
    
         
            +
             
     | 
| 
      
 6915 
     | 
    
         
            +
            .ms-Icon--ClassNotebookLogo::before {
         
     | 
| 
      
 6916 
     | 
    
         
            +
              content: '\EDC8';
         
     | 
| 
      
 6917 
     | 
    
         
            +
            }
         
     | 
| 
      
 6918 
     | 
    
         
            +
             
     | 
| 
      
 6919 
     | 
    
         
            +
            .ms-Icon--DocsLogo::before {
         
     | 
| 
      
 6920 
     | 
    
         
            +
              content: '\EDCB';
         
     | 
| 
      
 6921 
     | 
    
         
            +
            }
         
     | 
| 
      
 6922 
     | 
    
         
            +
             
     | 
| 
      
 6923 
     | 
    
         
            +
            .ms-Icon--OneNoteEduLogo::before {
         
     | 
| 
      
 6924 
     | 
    
         
            +
              content: '\EDD0';
         
     | 
| 
      
 6925 
     | 
    
         
            +
            }
         
     | 
| 
      
 6926 
     | 
    
         
            +
             
     | 
| 
      
 6927 
     | 
    
         
            +
            .ms-Icon--ProjectLogo::before {
         
     | 
| 
      
 6928 
     | 
    
         
            +
              content: '\EDD4';
         
     | 
| 
      
 6929 
     | 
    
         
            +
            }
         
     | 
| 
      
 6930 
     | 
    
         
            +
             
     | 
| 
       6262 
6931 
     | 
    
         
             
            @media (max-width: 479px) {
         
     | 
| 
       6263 
6932 
     | 
    
         
             
              .ms-hiddenSm,
         
     | 
| 
       6264 
6933 
     | 
    
         
             
              .ms-hiddenMdDown,
         
     | 
| 
         @@ -8050,9 +8719,9 @@ 
     | 
|
| 
       8050 
8719 
     | 
    
         | 
| 
       8051 
8720 
     | 
    
         
             
            .ms-normalize {
         
     | 
| 
       8052 
8721 
     | 
    
         
             
              box-sizing: border-box;
         
     | 
| 
      
 8722 
     | 
    
         
            +
              box-shadow: none;
         
     | 
| 
       8053 
8723 
     | 
    
         
             
              margin: 0;
         
     | 
| 
       8054 
8724 
     | 
    
         
             
              padding: 0;
         
     | 
| 
       8055 
     | 
    
         
            -
              box-shadow: none;
         
     | 
| 
       8056 
8725 
     | 
    
         
             
            }
         
     | 
| 
       8057 
8726 
     | 
    
         | 
| 
       8058 
8727 
     | 
    
         
             
            .ms-textAlignLeft {
         
     | 
| 
         @@ -8094,7 +8763,8 @@ 
     | 
|
| 
       8094 
8763 
     | 
    
         
             
              -ms-high-contrast-adjust: none;
         
     | 
| 
       8095 
8764 
     | 
    
         
             
              -webkit-font-smoothing: antialiased;
         
     | 
| 
       8096 
8765 
     | 
    
         
             
              color: #333333;
         
     | 
| 
       8097 
     | 
    
         
            -
              font-family: 'Segoe UI 
     | 
| 
      
 8766 
     | 
    
         
            +
              font-family: 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
      
 8767 
     | 
    
         
            +
              font-size: 14px;
         
     | 
| 
       8098 
8768 
     | 
    
         
             
            }
         
     | 
| 
       8099 
8769 
     | 
    
         | 
| 
       8100 
8770 
     | 
    
         
             
            .ms-Fabric button,
         
     | 
| 
         @@ -8105,147 +8775,147 @@ 
     | 
|
| 
       8105 
8775 
     | 
    
         
             
            *[lang^='ar'] .ms-Fabric,
         
     | 
| 
       8106 
8776 
     | 
    
         
             
            .ms-Fabric *[lang^='ar'],
         
     | 
| 
       8107 
8777 
     | 
    
         
             
            .ms-Fabric[lang^='ar'] {
         
     | 
| 
       8108 
     | 
    
         
            -
              font-family: 'Segoe UI Web (Arabic)',  
     | 
| 
      
 8778 
     | 
    
         
            +
              font-family: 'Segoe UI Web (Arabic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8109 
8779 
     | 
    
         
             
            }
         
     | 
| 
       8110 
8780 
     | 
    
         | 
| 
       8111 
8781 
     | 
    
         
             
            *[lang^='bg'] .ms-Fabric,
         
     | 
| 
       8112 
8782 
     | 
    
         
             
            .ms-Fabric *[lang^='bg'],
         
     | 
| 
       8113 
8783 
     | 
    
         
             
            .ms-Fabric[lang^='bg'] {
         
     | 
| 
       8114 
     | 
    
         
            -
              font-family: 'Segoe UI Web (Cyrillic)',  
     | 
| 
      
 8784 
     | 
    
         
            +
              font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8115 
8785 
     | 
    
         
             
            }
         
     | 
| 
       8116 
8786 
     | 
    
         | 
| 
       8117 
8787 
     | 
    
         
             
            *[lang^='cs'] .ms-Fabric,
         
     | 
| 
       8118 
8788 
     | 
    
         
             
            .ms-Fabric *[lang^='cs'],
         
     | 
| 
       8119 
8789 
     | 
    
         
             
            .ms-Fabric[lang^='cs'] {
         
     | 
| 
       8120 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8790 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8121 
8791 
     | 
    
         
             
            }
         
     | 
| 
       8122 
8792 
     | 
    
         | 
| 
       8123 
8793 
     | 
    
         
             
            *[lang^='el'] .ms-Fabric,
         
     | 
| 
       8124 
8794 
     | 
    
         
             
            .ms-Fabric *[lang^='el'],
         
     | 
| 
       8125 
8795 
     | 
    
         
             
            .ms-Fabric[lang^='el'] {
         
     | 
| 
       8126 
     | 
    
         
            -
              font-family: 'Segoe UI Web (Greek)',  
     | 
| 
      
 8796 
     | 
    
         
            +
              font-family: 'Segoe UI Web (Greek)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8127 
8797 
     | 
    
         
             
            }
         
     | 
| 
       8128 
8798 
     | 
    
         | 
| 
       8129 
8799 
     | 
    
         
             
            *[lang^='et'] .ms-Fabric,
         
     | 
| 
       8130 
8800 
     | 
    
         
             
            .ms-Fabric *[lang^='et'],
         
     | 
| 
       8131 
8801 
     | 
    
         
             
            .ms-Fabric[lang^='et'] {
         
     | 
| 
       8132 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8802 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8133 
8803 
     | 
    
         
             
            }
         
     | 
| 
       8134 
8804 
     | 
    
         | 
| 
       8135 
8805 
     | 
    
         
             
            *[lang^='he'] .ms-Fabric,
         
     | 
| 
       8136 
8806 
     | 
    
         
             
            .ms-Fabric *[lang^='he'],
         
     | 
| 
       8137 
8807 
     | 
    
         
             
            .ms-Fabric[lang^='he'] {
         
     | 
| 
       8138 
     | 
    
         
            -
              font-family: 'Segoe UI Web (Hebrew)',  
     | 
| 
      
 8808 
     | 
    
         
            +
              font-family: 'Segoe UI Web (Hebrew)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8139 
8809 
     | 
    
         
             
            }
         
     | 
| 
       8140 
8810 
     | 
    
         | 
| 
       8141 
8811 
     | 
    
         
             
            *[lang^='hi'] .ms-Fabric,
         
     | 
| 
       8142 
8812 
     | 
    
         
             
            .ms-Fabric *[lang^='hi'],
         
     | 
| 
       8143 
8813 
     | 
    
         
             
            .ms-Fabric[lang^='hi'] {
         
     | 
| 
       8144 
     | 
    
         
            -
              font-family: 'Nirmala UI',  
     | 
| 
      
 8814 
     | 
    
         
            +
              font-family: 'Nirmala UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8145 
8815 
     | 
    
         
             
            }
         
     | 
| 
       8146 
8816 
     | 
    
         | 
| 
       8147 
8817 
     | 
    
         
             
            *[lang^='hr'] .ms-Fabric,
         
     | 
| 
       8148 
8818 
     | 
    
         
             
            .ms-Fabric *[lang^='hr'],
         
     | 
| 
       8149 
8819 
     | 
    
         
             
            .ms-Fabric[lang^='hr'] {
         
     | 
| 
       8150 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8820 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8151 
8821 
     | 
    
         
             
            }
         
     | 
| 
       8152 
8822 
     | 
    
         | 
| 
       8153 
8823 
     | 
    
         
             
            *[lang^='hu'] .ms-Fabric,
         
     | 
| 
       8154 
8824 
     | 
    
         
             
            .ms-Fabric *[lang^='hu'],
         
     | 
| 
       8155 
8825 
     | 
    
         
             
            .ms-Fabric[lang^='hu'] {
         
     | 
| 
       8156 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8826 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8157 
8827 
     | 
    
         
             
            }
         
     | 
| 
       8158 
8828 
     | 
    
         | 
| 
       8159 
8829 
     | 
    
         
             
            *[lang^='ja'] .ms-Fabric,
         
     | 
| 
       8160 
8830 
     | 
    
         
             
            .ms-Fabric *[lang^='ja'],
         
     | 
| 
       8161 
8831 
     | 
    
         
             
            .ms-Fabric[lang^='ja'] {
         
     | 
| 
       8162 
     | 
    
         
            -
              font-family: 'Yu Gothic', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka,  
     | 
| 
      
 8832 
     | 
    
         
            +
              font-family: 'Yu Gothic', 'Meiryo UI', Meiryo, 'MS Pgothic', Osaka, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8163 
8833 
     | 
    
         
             
            }
         
     | 
| 
       8164 
8834 
     | 
    
         | 
| 
       8165 
8835 
     | 
    
         
             
            *[lang^='kk'] .ms-Fabric,
         
     | 
| 
       8166 
8836 
     | 
    
         
             
            .ms-Fabric *[lang^='kk'],
         
     | 
| 
       8167 
8837 
     | 
    
         
             
            .ms-Fabric[lang^='kk'] {
         
     | 
| 
       8168 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8838 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8169 
8839 
     | 
    
         
             
            }
         
     | 
| 
       8170 
8840 
     | 
    
         | 
| 
       8171 
8841 
     | 
    
         
             
            *[lang^='ko'] .ms-Fabric,
         
     | 
| 
       8172 
8842 
     | 
    
         
             
            .ms-Fabric *[lang^='ko'],
         
     | 
| 
       8173 
8843 
     | 
    
         
             
            .ms-Fabric[lang^='ko'] {
         
     | 
| 
       8174 
     | 
    
         
            -
              font-family: 'Malgun Gothic', Gulim,  
     | 
| 
      
 8844 
     | 
    
         
            +
              font-family: 'Malgun Gothic', Gulim, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8175 
8845 
     | 
    
         
             
            }
         
     | 
| 
       8176 
8846 
     | 
    
         | 
| 
       8177 
8847 
     | 
    
         
             
            *[lang^='lt'] .ms-Fabric,
         
     | 
| 
       8178 
8848 
     | 
    
         
             
            .ms-Fabric *[lang^='lt'],
         
     | 
| 
       8179 
8849 
     | 
    
         
             
            .ms-Fabric[lang^='lt'] {
         
     | 
| 
       8180 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8850 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8181 
8851 
     | 
    
         
             
            }
         
     | 
| 
       8182 
8852 
     | 
    
         | 
| 
       8183 
8853 
     | 
    
         
             
            *[lang^='lv'] .ms-Fabric,
         
     | 
| 
       8184 
8854 
     | 
    
         
             
            .ms-Fabric *[lang^='lv'],
         
     | 
| 
       8185 
8855 
     | 
    
         
             
            .ms-Fabric[lang^='lv'] {
         
     | 
| 
       8186 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8856 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8187 
8857 
     | 
    
         
             
            }
         
     | 
| 
       8188 
8858 
     | 
    
         | 
| 
       8189 
8859 
     | 
    
         
             
            *[lang^='pl'] .ms-Fabric,
         
     | 
| 
       8190 
8860 
     | 
    
         
             
            .ms-Fabric *[lang^='pl'],
         
     | 
| 
       8191 
8861 
     | 
    
         
             
            .ms-Fabric[lang^='pl'] {
         
     | 
| 
       8192 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8862 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8193 
8863 
     | 
    
         
             
            }
         
     | 
| 
       8194 
8864 
     | 
    
         | 
| 
       8195 
8865 
     | 
    
         
             
            *[lang^='ru'] .ms-Fabric,
         
     | 
| 
       8196 
8866 
     | 
    
         
             
            .ms-Fabric *[lang^='ru'],
         
     | 
| 
       8197 
8867 
     | 
    
         
             
            .ms-Fabric[lang^='ru'] {
         
     | 
| 
       8198 
     | 
    
         
            -
              font-family: 'Segoe UI Web (Cyrillic)',  
     | 
| 
      
 8868 
     | 
    
         
            +
              font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8199 
8869 
     | 
    
         
             
            }
         
     | 
| 
       8200 
8870 
     | 
    
         | 
| 
       8201 
8871 
     | 
    
         
             
            *[lang^='sk'] .ms-Fabric,
         
     | 
| 
       8202 
8872 
     | 
    
         
             
            .ms-Fabric *[lang^='sk'],
         
     | 
| 
       8203 
8873 
     | 
    
         
             
            .ms-Fabric[lang^='sk'] {
         
     | 
| 
       8204 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8874 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8205 
8875 
     | 
    
         
             
            }
         
     | 
| 
       8206 
8876 
     | 
    
         | 
| 
       8207 
8877 
     | 
    
         
             
            *[lang^='sr-latn'] .ms-Fabric,
         
     | 
| 
       8208 
8878 
     | 
    
         
             
            .ms-Fabric *[lang^='sr-latn'],
         
     | 
| 
       8209 
8879 
     | 
    
         
             
            .ms-Fabric[lang^='sr-latn'] {
         
     | 
| 
       8210 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8880 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8211 
8881 
     | 
    
         
             
            }
         
     | 
| 
       8212 
8882 
     | 
    
         | 
| 
       8213 
8883 
     | 
    
         
             
            *[lang^='th'] .ms-Fabric,
         
     | 
| 
       8214 
8884 
     | 
    
         
             
            .ms-Fabric *[lang^='th'],
         
     | 
| 
       8215 
8885 
     | 
    
         
             
            .ms-Fabric[lang^='th'] {
         
     | 
| 
       8216 
     | 
    
         
            -
              font-family: 'Leelawadee UI Web', 'Kmer UI',  
     | 
| 
      
 8886 
     | 
    
         
            +
              font-family: 'Leelawadee UI Web', 'Kmer UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8217 
8887 
     | 
    
         
             
            }
         
     | 
| 
       8218 
8888 
     | 
    
         | 
| 
       8219 
8889 
     | 
    
         
             
            *[lang^='tr'] .ms-Fabric,
         
     | 
| 
       8220 
8890 
     | 
    
         
             
            .ms-Fabric *[lang^='tr'],
         
     | 
| 
       8221 
8891 
     | 
    
         
             
            .ms-Fabric[lang^='tr'] {
         
     | 
| 
       8222 
     | 
    
         
            -
              font-family: 'Segoe UI Web (East European)',  
     | 
| 
      
 8892 
     | 
    
         
            +
              font-family: 'Segoe UI Web (East European)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8223 
8893 
     | 
    
         
             
            }
         
     | 
| 
       8224 
8894 
     | 
    
         | 
| 
       8225 
8895 
     | 
    
         
             
            *[lang^='uk'] .ms-Fabric,
         
     | 
| 
       8226 
8896 
     | 
    
         
             
            .ms-Fabric *[lang^='uk'],
         
     | 
| 
       8227 
8897 
     | 
    
         
             
            .ms-Fabric[lang^='uk'] {
         
     | 
| 
       8228 
     | 
    
         
            -
              font-family: 'Segoe UI Web (Cyrillic)',  
     | 
| 
      
 8898 
     | 
    
         
            +
              font-family: 'Segoe UI Web (Cyrillic)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8229 
8899 
     | 
    
         
             
            }
         
     | 
| 
       8230 
8900 
     | 
    
         | 
| 
       8231 
8901 
     | 
    
         
             
            *[lang^='vi'] .ms-Fabric,
         
     | 
| 
       8232 
8902 
     | 
    
         
             
            .ms-Fabric *[lang^='vi'],
         
     | 
| 
       8233 
8903 
     | 
    
         
             
            .ms-Fabric[lang^='vi'] {
         
     | 
| 
       8234 
     | 
    
         
            -
              font-family: 'Segoe UI Web (Vietnamese)',  
     | 
| 
      
 8904 
     | 
    
         
            +
              font-family: 'Segoe UI Web (Vietnamese)', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8235 
8905 
     | 
    
         
             
            }
         
     | 
| 
       8236 
8906 
     | 
    
         | 
| 
       8237 
8907 
     | 
    
         
             
            *[lang^='zh-hans'] .ms-Fabric,
         
     | 
| 
       8238 
8908 
     | 
    
         
             
            .ms-Fabric *[lang^='zh-hans'],
         
     | 
| 
       8239 
8909 
     | 
    
         
             
            .ms-Fabric[lang^='zh-hans'] {
         
     | 
| 
       8240 
     | 
    
         
            -
              font-family: 'Microsoft Yahei', Verdana, Simsun,  
     | 
| 
      
 8910 
     | 
    
         
            +
              font-family: 'Microsoft Yahei', Verdana, Simsun, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8241 
8911 
     | 
    
         
             
            }
         
     | 
| 
       8242 
8912 
     | 
    
         | 
| 
       8243 
8913 
     | 
    
         
             
            *[lang^='zh-hant'] .ms-Fabric,
         
     | 
| 
       8244 
8914 
     | 
    
         
             
            .ms-Fabric *[lang^='zh-hant'],
         
     | 
| 
       8245 
8915 
     | 
    
         
             
            .ms-Fabric[lang^='zh-hant'] {
         
     | 
| 
       8246 
     | 
    
         
            -
              font-family: 'Microsoft Jhenghei', Pmingliu,  
     | 
| 
      
 8916 
     | 
    
         
            +
              font-family: 'Microsoft Jhenghei', Pmingliu, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8247 
8917 
     | 
    
         
             
            }
         
     | 
| 
       8248 
8918 
     | 
    
         | 
| 
       8249 
8919 
     | 
    
         
             
            .ms-Fabric--selawik {
         
     | 
| 
       8250 
     | 
    
         
            -
              font-family: ' 
     | 
| 
      
 8920 
     | 
    
         
            +
              font-family: 'Selawik Web', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
         
     | 
| 
       8251 
8921 
     | 
    
         
             
            }
         
     |