#font-preload {
    position: absolute;
    top: -10000px;
    left: -10000px;
    font-size: 12px;
    pointer-events: none;
  }
    /* z-index: 100000; */
    #font-preload .aw {
      position: absolute;
      width: auto;
      white-space: nowrap;
    }
    #font-preload .ah {
      position: absolute;
      height: auto;
      word-break: break-word;
      word-wrap: break-word;
    }
    #font-preload .ah p {
      margin-bottom: 5px;
      white-space: pre-wrap;
    }
    #font-preload .ah p:last-child {
      margin-bottom: 0;
    }
    #font-preload .auto-size {
      white-space: pre;
      width: -moz-fit-content;
      width: fit-content;
    }
    #font-preload .auto-size.vertical-lr {
        writing-mode: vertical-lr;
      }
    #font-preload .auto-size.horizontal-tb {
        writing-mode: horizontal-tb;
      }
    #font-preload .auto-height, #font-preload .auto-width {
      white-space: pre-wrap;
      word-break: break-word;
      word-wrap: break-word;
    }
    #font-preload .auto-height.vertical-lr, #font-preload .auto-width.vertical-lr {
        writing-mode: vertical-lr;
      }
    #font-preload .auto-height.horizontal-tb, #font-preload .auto-width.horizontal-tb {
        writing-mode: horizontal-tb;
      }
    #font-preload .table-cell-calc-text-size {
      word-break: break-all;
      white-space: pre-wrap;
      font-family: Roboto, BlinkMacSystemFont, "Helvetica Neue", Arial, "Microsoft Yahei", "WenQuanYi Micro Hei", "Pingfang SC", sans-serif;
      display: flex;

      padding: 4px;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;

      font-size: 14px;
      line-height: 20px;
      font-weight: 400;

      /* border-top: 1px solid rgb(187, 187, 187); */
      /* border-left: 1px solid rgb(187, 187, 187); */
    }

/**
 * (c) jExcel v3.6.3
 *
 * Author: Paul Hodel <paul.hodel@gmail.com>
 * Website: https://bossanova.uk/jexcel/
 * Description: Create amazing web based spreadsheets.
 *
 * This software is distribute under MIT License
 */
:root {
    --jexcel-border-color:#000;
  }
* {
    box-sizing: border-box;
  }
.jexcel_container {
    display:inline-block;
    padding-right:2px;
    box-sizing: border-box;
    overscroll-behavior: contain;
  }
.jexcel_content {
    display:inline-block;
    box-sizing: border-box;
    padding-right:2px;
    position:relative;
  }
.jexcel {
    border-collapse:separate;
    table-layout:fixed;
    white-space: nowrap;
    empty-cells:show;
    border:0px;
    background-color:rgba(0, 0, 0, 0);
    width:0;

    border-top:1px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
  }
.jexcel > thead > tr > td
  {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid transparent;
    border-bottom:1px solid transparent;
    background-color:#f3f3f3;
    padding:2px;
    cursor:pointer;
    box-sizing: border-box;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index:2000;
  }
.jexcel .highlight-selected
  {
    background-color:rgba(0,0,0,0.0);
  }
.jexcel .selection
  {
    background-color:rgba(0,0,0,0.05);
  }
.jexcel .selection-left
  {
    border-left:1px dotted #000;
  }
.jexcel .selection-right
  {
    border-right:1px dotted #000;
  }
.jexcel .selection-top
  {
    border-top:1px dotted #000;
  }
.jexcel .selection-bottom
  {
    border-bottom:1px dotted #000;
  }
.jexcel_corner
  {
    position:absolute;
    background-color: rgb(0, 0, 0);
    height: 1px;
    width: 1px;
    border: 1px solid rgb(255, 255, 255);
    top:-2000px;
    left:-2000px;
    cursor:crosshair;
    box-sizing: initial;
    z-index:7000;
    padding: 2px;
  }
.jexcel, .jexcel td, .jexcel_corner
  {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }

/* NOTE: this file is script generated, change should be made at 'script/generate/HostedFont.js' */
@font-face {
  font-style: normal;
  font-family: 'PingFangSC';
  font-weight: 100;
  src: url('/mb-sigma/fonts/zh-CN/PingFangSC/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PingFangSC';
  font-weight: 200;
  src: url('/mb-sigma/fonts/zh-CN/PingFangSC/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PingFangSC';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/PingFangSC/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PingFangSC';
  font-weight: 400;
  src: local('PingFangSC-Regular'), local('PingFang SC Regular'), local('.PingFangSC-Regular'), local('.PingFang SC Regular'), local('PingFangSC'), local('PingFang SC'), url('/mb-sigma/fonts/zh-CN/PingFangSC/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PingFangSC';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/PingFangSC/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PingFangSC';
  font-weight: 600;
  src: local('PingFangSC-Semibold'), local('PingFang SC Semibold'), local('.PingFangSC-Semibold'), local('.PingFang SC Semibold'), url('/mb-sigma/fonts/zh-CN/PingFangSC/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSansSC';
  font-weight: 200;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSansSC/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSansSC';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSansSC/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  src: local('SourceHanSansSC-Regular'), local('Source Han Sans SC Regular'), local('Source Han Sans SC'), local('Noto Sans CJK SC Regular'), local('Noto Sans CJK SC'), url('/mb-sigma/fonts/zh-CN/SourceHanSansSC/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSansSC';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSansSC/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSansSC';
  font-weight: 700;
  src: local('SourceHanSansSC-Bold'), local('Source Han Sans SC Bold'), local('Noto Sans CJK SC Bold'), url('/mb-sigma/fonts/zh-CN/SourceHanSansSC/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSansSC';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSansSC/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SFUIText';
  font-weight: 400;
  src: local('SFUIText-Regular'), local('.SFUIText-Regular'), local('SFProText-Regular'), local('SFProText'), url('/fonts/sf-ui/Text-Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SFUIText';
  font-weight: 700;
  src: local('SFUIText-Bold'), local('.SFUIText-Bold'), local('SFProText-Bold'), url('/fonts/sf-ui/Text-Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Roboto';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Roboto/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Roboto';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Roboto/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Roboto';
  font-weight: 400;
  src: local('Roboto'), url('/mb-sigma/fonts/en/Roboto/Regular.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Roboto';
  font-weight: 400;
  src: local('Roboto-Italic'), local('Roboto Italic'), url('/mb-sigma/fonts/en/Roboto/Italic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Roboto';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Roboto/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Roboto';
  font-weight: 700;
  src: local('Roboto-Bold'), local('Roboto Bold'), url('/mb-sigma/fonts/en/Roboto/Bold.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Roboto';
  font-weight: 700;
  src: local('Roboto-BoldItalic'), local('Roboto Bold Italic'), url('/mb-sigma/fonts/en/Roboto/BoldItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Roboto';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Roboto/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaPuHui';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/AlibabaPuHui/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaPuHui';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/AlibabaPuHui/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaPuHui';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/AlibabaPuHui/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaPuHui';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/AlibabaPuHui/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaPuHui';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/AlibabaPuHui/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OPPOSans';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/OPPOSans/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OPPOSans';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/OPPOSans/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OPPOSans';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/OPPOSans/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OPPOSans';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/OPPOSans/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OPPOSans';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/OPPOSans/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 100;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/Thin.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 100;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/ThinItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/Light.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/LightItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/Regular.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/RegularItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/Medium.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/MediumItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/Bold.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/BoldItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/Black.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'HarmonyOS_Sans_Condensed';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_Condensed/BlackItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_SC';
  font-weight: 100;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_SC/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_SC';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_SC/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_SC';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_SC/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_SC';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_SC/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_SC';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_SC/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_SC';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_SC/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_TC';
  font-weight: 100;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_TC/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_TC';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_TC/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_TC';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_TC/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_TC';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_TC/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_TC';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_TC/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_TC';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/HarmonyOS_Sans_TC/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PMZDBiaoTi';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/PMZDBiaoTi/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PMZDCuShuSong';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/PMZDCuShuSong/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'PMZDQingSong';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/PMZDQingSong/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSerif';
  font-weight: 200;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSerif/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSerif';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSerif/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSerif';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSerif/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSerif';
  font-weight: 500;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSerif/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSerif';
  font-weight: 600;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSerif/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSerif';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSerif/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceHanSerif';
  font-weight: 900;
  src: url('/mb-sigma/fonts/zh-CN/SourceHanSerif/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'TaipeiHei';
  font-weight: 300;
  src: url('/mb-sigma/fonts/zh-CN/TaipeiHei/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'TaipeiHei';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/TaipeiHei/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'TaipeiHei';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/TaipeiHei/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'YSBiaoTiHei';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/YSBiaoTiHei/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'YSHaoShenTi';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/YSHaoShenTi/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'ZKGaoDuanHei';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/ZKGaoDuanHei/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'ZKKuHei';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/ZKKuHei/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'ZKKuaiLeTi';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/ZKKuaiLeTi/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'ZKQingKeHuangYou';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/ZKQingKeHuangYou/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'ZKWenYi';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/ZKWenYi/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'ZKXiaoWeiLogo';
  font-weight: 400;
  src: url('/mb-sigma/fonts/zh-CN/ZKXiaoWeiLogo/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaSans';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/AlibabaSans/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaSans';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/AlibabaSans/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaSans';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/AlibabaSans/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaSans';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/AlibabaSans/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'AlibabaSans';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/AlibabaSans/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Inter/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Inter/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Inter/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Inter/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Inter/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Inter/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Inter/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/Inter/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Inter';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Inter/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lato';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Lato/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lato';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Lato/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lato';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Lato/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lato';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Lato/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lato';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Lato/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lobster';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Lobster/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lora';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Lora/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lora';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Lora/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lora';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Lora/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Lora';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Lora/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Montserrat/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Montserrat/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Montserrat/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Montserrat/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Montserrat/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Montserrat/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Montserrat/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/Montserrat/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Montserrat/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'MontserratAlternates';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/MontserratAlternates/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'NotoSans';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/NotoSans/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'NotoSans';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/NotoSans/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OpenSans';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/OpenSans/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OpenSans';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/OpenSans/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OpenSans';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/OpenSans/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OpenSans';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/OpenSans/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'OpenSans';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/OpenSans/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Oswald';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Oswald/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Oswald';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Oswald/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Oswald';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Oswald/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Oswald';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Oswald/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Oswald';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Oswald/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Oswald';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Oswald/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Playfair Display';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Playfair Display/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Playfair Display';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Playfair Display/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Playfair Display';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Playfair Display/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Playfair Display';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Playfair Display/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Playfair Display';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/Playfair Display/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Playfair Display';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Playfair Display/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Poppins/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Poppins/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Poppins/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Poppins/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Poppins/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Poppins/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Poppins/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/Poppins/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Poppins/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Raleway/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Raleway/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Raleway/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Raleway/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Raleway/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Raleway/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Raleway/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/Raleway/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Raleway';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Raleway/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/SF Pro Display/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/SF Pro Display/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/SF Pro Display/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/SF Pro Display/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/SF Pro Display/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/SF Pro Display/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/SF Pro Display/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/SF Pro Display/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Display';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/SF Pro Display/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/SF Pro Text/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/SF Pro Text/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/SF Pro Text/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/SF Pro Text/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/SF Pro Text/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/SF Pro Text/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/SF Pro Text/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/SF Pro Text/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SF Pro Text';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/SF Pro Text/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceSans Pro';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/SourceSans Pro/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceSans Pro';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/SourceSans Pro/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceSans Pro';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/SourceSans Pro/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceSans Pro';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/SourceSans Pro/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceSans Pro';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/SourceSans Pro/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'SourceSans Pro';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/SourceSans Pro/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Spartan/Thin.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Spartan/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Spartan/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Spartan/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Spartan/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 600;
  src: url('/mb-sigma/fonts/en/Spartan/SemiBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Spartan/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 800;
  src: url('/mb-sigma/fonts/en/Spartan/ExtraBold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Spartan';
  font-weight: 900;
  src: url('/mb-sigma/fonts/en/Spartan/Black.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Ubuntu';
  font-weight: 300;
  src: url('../mb-sigma/fonts/en/Ubuntu/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Ubuntu';
  font-weight: 400;
  src: url('../mb-sigma/fonts/en/Ubuntu/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Ubuntu';
  font-weight: 500;
  src: url('../mb-sigma/fonts/en/Ubuntu/Medium.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Ubuntu';
  font-weight: 700;
  src: url('../mb-sigma/fonts/en/Ubuntu/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZLanTingHei';
  font-weight: 300;
  src: local('FZLanTingHeiS-L-GB'), url('/mb-sigma/fonts/zh-CN/FZLanTingHei/Light.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZLanTingHei';
  font-weight: 400;
  src: local('FZLanTingHeiS-R-GB'), url('/mb-sigma/fonts/zh-CN/FZLanTingHei/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZYuan';
  font-weight: 400;
  src: local('FZZhunYuan-M02S'), url('/mb-sigma/fonts/zh-CN/FZYuan/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZYuan';
  font-weight: 700;
  src: url('/mb-sigma/fonts/zh-CN/FZYuan/Bold.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZXinSong';
  font-weight: 400;
  src: local('FZNewShuSong-Z10S'), url('/mb-sigma/fonts/zh-CN/FZXinSong/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZKai';
  font-weight: 400;
  src: local('FZKai-Z03S'), url('/mb-sigma/fonts/zh-CN/FZKai/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZGongYeHei';
  font-weight: 400;
  src: local('FZGongYHS-R-GB'), url('/mb-sigma/fonts/zh-CN/FZGongYeHei/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZHanZhenGuangBiao';
  font-weight: 400;
  src: local('FZHanZhenGuangBiaoS-GB'), url('/mb-sigma/fonts/zh-CN/FZHanZhenGuangBiao/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'FZZongYi';
  font-weight: 400;
  src: local('FZZongYi-M05S'), url('/mb-sigma/fonts/zh-CN/FZZongYi/Regular.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Helvetica/Light.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Helvetica/LightItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Helvetica/Regular.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Helvetica/Italic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Helvetica/Bold.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Helvetica/BoldItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica Neue';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/Thin.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica Neue';
  font-weight: 100;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/ThinItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica Neue';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/ExtraLight.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica Neue';
  font-weight: 200;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/ExtraLightItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica Neue';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/Light.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica Neue';
  font-weight: 300;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/LightItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica Neue';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/Regular.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica Neue';
  font-weight: 400;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/Italic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/Medium.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/MediumItalic.woff2') format('woff2');
}
@font-face {
  font-style: normal;
  font-family: 'Helvetica Neue';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/Bold.woff2') format('woff2');
}
@font-face {
  font-style: italic;
  font-family: 'Helvetica Neue';
  font-weight: 700;
  src: url('/mb-sigma/fonts/en/Helvetica Neue/BoldItalic.woff2') format('woff2');
}
.RrZKprPGiEqkxEELaP57 {
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 11;
    background-image: none;
  }

    .RrZKprPGiEqkxEELaP57 .tab_bar, .RrZKprPGiEqkxEELaP57 .keyboard {
      top: 0 !important;
    }

    .RrZKprPGiEqkxEELaP57 .pg {
      width: 40px !important;
      height: 40px !important;
    }

    .RrZKprPGiEqkxEELaP57[data-do-not-create=true] .carousel, .RrZKprPGiEqkxEELaP57[data-do-not-create=true] .map_view {
      width: 200px !important;
      height: 100px !important;
    }

    .RrZKprPGiEqkxEELaP57[data-do-not-create=true] .image_view, .RrZKprPGiEqkxEELaP57[data-do-not-create=true] .image_view .wrapper {
      max-width: 109px;
      max-height: 109px;
    }

    .RrZKprPGiEqkxEELaP57[data-do-not-create=true] .image_view img {
      width: auto !important;
      height: auto !important;
      max-width: 109px;
      max-height: 109px;
    }
  .WVRqDWvrnmzMpK3ZflPA {
    position: absolute;
    pointer-events: none;
    background: white;
    z-index: 11;
    border: 1px dashed black;
    opacity: 0.5;
    display: none;
  }

/*# sourceMappingURL=4.6cqwy-vendor-513e111fd1aa393525be.css.map*/