/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 625%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: #000000;
  font-size: 0.13rem;
  font-family: 'Monospaced Number', 'Chinese Quote', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  background-color: #fff;
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3f51b5;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:focus {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:hover {
  color: #6374c2;
}
a:active {
  color: #2b378f;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: Consolas, Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -0.02rem;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #3f51b5;
}
::selection {
  color: #fff;
  background: #3f51b5;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}
.clearfix::after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  line-height: 1;
  font-size: 0.18rem;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  vertical-align: middle;
  background-image: none;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: inherit;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon:before {
  line-height: 1;
}
.icon.lg {
  font-size: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
}
.icon.sm {
  font-size: 0.16rem;
  width: 0.16rem;
  height: 0.16rem;
}
.icon-agile_equalizer:before {
  content: "\e9ad";
}
.icon-agile_schedule:before {
  content: "\e9af";
}
.icon-agile_stage:before {
  content: "\e9b0";
}
.icon-sports_rugby-24px:before {
  content: "\eb9b";
}
.icon-no_food-o:before {
  content: "\ec00";
}
.icon-upload_black-o:before {
  content: "\ebfc";
}
.icon-download_black-o:before {
  content: "\ebfd";
}
.icon-file_download_black-o:before {
  content: "\ebfe";
}
.icon-file_upload_black-o:before {
  content: "\ebff";
}
.icon-k_plus:before {
  content: "\ea70";
}
.icon-k:before {
  content: "\ebe7";
}
.icon-k_plus1:before {
  content: "\ebe8";
}
.icon-k1:before {
  content: "\ebe9";
}
.icon-mp:before {
  content: "\ebea";
}
.icon-k_plus2:before {
  content: "\ebeb";
}
.icon-k2:before {
  content: "\ebec";
}
.icon-mp1:before {
  content: "\ebed";
}
.icon-p:before {
  content: "\ebee";
}
.icon-k_plus3:before {
  content: "\ebef";
}
.icon-k3:before {
  content: "\ebf0";
}
.icon-mp2:before {
  content: "\ebf1";
}
.icon-k_plus4:before {
  content: "\ebf2";
}
.icon-k4:before {
  content: "\ebf3";
}
.icon-mp3:before {
  content: "\ebf4";
}
.icon-ft_apart:before {
  content: "\ebf5";
}
.icon-k_plus5:before {
  content: "\ebf6";
}
.icon-k5:before {
  content: "\ebf7";
}
.icon-mp4:before {
  content: "\ebf8";
}
.icon-k_plus6:before {
  content: "\ebf9";
}
.icon-k6:before {
  content: "\ebfa";
}
.icon-mp5:before {
  content: "\ebfb";
}
.icon-k_plus7:before {
  content: "\ec02";
}
.icon-k7:before {
  content: "\ec03";
}
.icon-mp6:before {
  content: "\ec04";
}
.icon-k_plus8:before {
  content: "\ec05";
}
.icon-k8:before {
  content: "\ec06";
}
.icon-mp7:before {
  content: "\ec07";
}
.icon-k9:before {
  content: "\ec08";
}
.icon-mp8:before {
  content: "\ec09";
}
.icon-mp9:before {
  content: "\ec0a";
}
.icon-mp10:before {
  content: "\ec0b";
}
.icon-mp11:before {
  content: "\ec0c";
}
.icon-mp12:before {
  content: "\ec0d";
}
.icon-mp13:before {
  content: "\ec0e";
}
.icon-mp14:before {
  content: "\ec0f";
}
.icon-mp15:before {
  content: "\ec10";
}
.icon-mp16:before {
  content: "\ec11";
}
.icon-mp17:before {
  content: "\ec12";
}
.icon-mp18:before {
  content: "\ec13";
}
.icon-mp19:before {
  content: "\ec14";
}
.icon-mp20:before {
  content: "\ec15";
}
.icon-mp21:before {
  content: "\ec16";
}
.icon-mp22:before {
  content: "\ec17";
}
.icon-fps_select-2:before {
  content: "\ec18";
}
.icon-fps_select:before {
  content: "\ec19";
}
.icon-fps_select1:before {
  content: "\ec1a";
}
.icon-360:before {
  content: "\ec1b";
}
.icon-access_time_filled:before {
  content: "\ec1c";
}
.icon-accessible_forward:before {
  content: "\ec1d";
}
.icon-account_tree-2:before {
  content: "\ec1e";
}
.icon-account_tree:before {
  content: "\ec1f";
}
.icon-ad_units:before {
  content: "\ec20";
}
.icon-add_business:before {
  content: "\ec21";
}
.icon-add_call:before {
  content: "\ec22";
}
.icon-add_comment1:before {
  content: "\ec23";
}
.icon-add_location_alt:before {
  content: "\ec24";
}
.icon-add_location1:before {
  content: "\ec25";
}
.icon-add_moderator-2:before {
  content: "\ec26";
}
.icon-add_moderator:before {
  content: "\ec27";
}
.icon-add_photo_alternate:before {
  content: "\ec28";
}
.icon-add_reaction:before {
  content: "\ec29";
}
.icon-add_to_drive:before {
  content: "\ec2a";
}
.icon-add_to_photos:before {
  content: "\ec2b";
}
.icon-admin_panel_settings:before {
  content: "\ec2c";
}
.icon-agriculture:before {
  content: "\ec2d";
}
.icon-airline_seat_flat_angled1:before {
  content: "\ec2e";
}
.icon-airline_seat_flat1:before {
  content: "\ec2f";
}
.icon-airline_seat_individual_suite1:before {
  content: "\ec30";
}
.icon-airline_seat_legroom_extra1:before {
  content: "\ec31";
}
.icon-airline_seat_legroom_normal1:before {
  content: "\ec32";
}
.icon-airline_seat_legroom_reduced1:before {
  content: "\ec33";
}
.icon-airline_seat_recline_extra1:before {
  content: "\ec34";
}
.icon-airline_seat_recline_normal1:before {
  content: "\ec35";
}
.icon-airplane_ticket:before {
  content: "\ec36";
}
.icon-all_inbox:before {
  content: "\ec37";
}
.icon-amp_stories:before {
  content: "\ec38";
}
.icon-analytics:before {
  content: "\ec39";
}
.icon-android1:before {
  content: "\ec3a";
}
.icon-aod:before {
  content: "\ec3b";
}
.icon-api:before {
  content: "\ec3c";
}
.icon-app_blocking:before {
  content: "\ec3d";
}
.icon-app_registration:before {
  content: "\ec3e";
}
.icon-app_settings_alt:before {
  content: "\ec3f";
}
.icon-approval:before {
  content: "\ec40";
}
.icon-architecture:before {
  content: "\ec41";
}
.icon-area_chart:before {
  content: "\ec42";
}
.icon-assistant_direction:before {
  content: "\ec43";
}
.icon-assistant_navigation:before {
  content: "\ec44";
}
.icon-atm:before {
  content: "\ec45";
}
.icon-attach_email:before {
  content: "\ec46";
}
.icon-attractions:before {
  content: "\ec47";
}
.icon-attribution:before {
  content: "\ec48";
}
.icon-auto_awesome_mosaic-2:before {
  content: "\ec49";
}
.icon-auto_awesome_mosaic:before {
  content: "\ec4a";
}
.icon-auto_awesome_motion:before {
  content: "\ec4b";
}
.icon-auto_awesome:before {
  content: "\ec4c";
}
.icon-auto_delete:before {
  content: "\ec4d";
}
.icon-auto_fix_high:before {
  content: "\ec4e";
}
.icon-auto_fix_normal:before {
  content: "\ec4f";
}
.icon-auto_fix_off:before {
  content: "\ec50";
}
.icon-auto_graph:before {
  content: "\ec51";
}
.icon-auto_stories:before {
  content: "\ec52";
}
.icon-autofps_select:before {
  content: "\ec53";
}
.icon-baby_changing_station:before {
  content: "\ec54";
}
.icon-backpack:before {
  content: "\ec55";
}
.icon-badge:before {
  content: "\ec56";
}
.icon-bakery_dining:before {
  content: "\ec57";
}
.icon-balcony:before {
  content: "\ec58";
}
.icon-bar_chart1:before {
  content: "\ec59";
}
.icon-batch_prediction:before {
  content: "\ec5a";
}
.icon-bathroom:before {
  content: "\ec5b";
}
.icon-bathtub:before {
  content: "\ec5c";
}
.icon-battery_saver:before {
  content: "\ec75";
}
.icon-bedroom_baby:before {
  content: "\ec76";
}
.icon-bedroom_child:before {
  content: "\ec77";
}
.icon-bedroom_parent:before {
  content: "\ec78";
}
.icon-bento:before {
  content: "\ec79";
}
.icon-bike_scooter:before {
  content: "\ec7a";
}
.icon-biotech:before {
  content: "\ec7b";
}
.icon-blender:before {
  content: "\ec7c";
}
.icon-bloodtype:before {
  content: "\ec7d";
}
.icon-bluetooth_drive:before {
  content: "\ec7e";
}
.icon-bolt:before {
  content: "\ec7f";
}
.icon-book_online:before {
  content: "\ec80";
}
.icon-book1:before {
  content: "\ec81";
}
.icon-bookmark_add:before {
  content: "\ec82";
}
.icon-bookmark_added:before {
  content: "\ec83";
}
.icon-bookmark_remove:before {
  content: "\ec84";
}
.icon-bookmarks:before {
  content: "\ec85";
}
.icon-breakfast_dining:before {
  content: "\ec86";
}
.icon-browser_not_supported:before {
  content: "\ec87";
}
.icon-brunch_dining:before {
  content: "\ec88";
}
.icon-build_circle:before {
  content: "\ec89";
}
.icon-bungalow:before {
  content: "\ec8a";
}
.icon-bus_alert-2:before {
  content: "\ec8b";
}
.icon-bus_alert:before {
  content: "\ec8c";
}
.icon-cabin:before {
  content: "\ec8d";
}
.icon-cable:before {
  content: "\ec8e";
}
.icon-calculate:before {
  content: "\ec8f";
}
.icon-camera_indoor:before {
  content: "\ec90";
}
.icon-camera_outdoor:before {
  content: "\ec91";
}
.icon-cameraswitch:before {
  content: "\ec92";
}
.icon-campaign:before {
  content: "\ec93";
}
.icon-cancel_presentation:before {
  content: "\ec94";
}
.icon-cancel_schedule_send:before {
  content: "\ec95";
}
.icon-car_rental-2:before {
  content: "\ec96";
}
.icon-car_rental:before {
  content: "\ec97";
}
.icon-car_repair-2:before {
  content: "\ec98";
}
.icon-car_repair:before {
  content: "\ec99";
}
.icon-carpenter:before {
  content: "\ec9a";
}
.icon-cases:before {
  content: "\ec9b";
}
.icon-catching_pokemon:before {
  content: "\ec9c";
}
.icon-celebration:before {
  content: "\ec9d";
}
.icon-cell_wifi:before {
  content: "\ec9e";
}
.icon-chalet:before {
  content: "\ec9f";
}
.icon-change_circle:before {
  content: "\eca0";
}
.icon-charging_station:before {
  content: "\eca1";
}
.icon-checklist_rtl:before {
  content: "\eca2";
}
.icon-checklist:before {
  content: "\eca3";
}
.icon-checkroom:before {
  content: "\eca4";
}
.icon-circle_notifications:before {
  content: "\eca5";
}
.icon-clean_hands:before {
  content: "\eca6";
}
.icon-cleaning_services-2:before {
  content: "\eca7";
}
.icon-cleaning_services:before {
  content: "\eca8";
}
.icon-close_fullscreen:before {
  content: "\eca9";
}
.icon-closed_caption_disabled:before {
  content: "\ecaa";
}
.icon-code_off:before {
  content: "\ecab";
}
.icon-coffee_maker:before {
  content: "\ecac";
}
.icon-coffee:before {
  content: "\ecad";
}
.icon-comment_bank-2:before {
  content: "\ecae";
}
.icon-comment_bank:before {
  content: "\ecaf";
}
.icon-commute:before {
  content: "\ecb0";
}
.icon-compass_calibration:before {
  content: "\ecb1";
}
.icon-compost:before {
  content: "\ecb2";
}
.icon-compress:before {
  content: "\ecb3";
}
.icon-connect_without_contact:before {
  content: "\ecb4";
}
.icon-construction:before {
  content: "\ecb5";
}
.icon-contact_page:before {
  content: "\ecb6";
}
.icon-content_paste_off:before {
  content: "\ecb7";
}
.icon-control_camera:before {
  content: "\ecb8";
}
.icon-copy_all:before {
  content: "\ecb9";
}
.icon-coronavirus:before {
  content: "\ecba";
}
.icon-corporate_fare:before {
  content: "\ecbb";
}
.icon-cottage:before {
  content: "\ecbc";
}
.icon-countertops:before {
  content: "\ecbd";
}
.icon-credit_card_off:before {
  content: "\ecbe";
}
.icon-credit_card:before {
  content: "\ecbf";
}
.icon-credit_score:before {
  content: "\ecc0";
}
.icon-crib:before {
  content: "\ecc1";
}
.icon-cruelty_free:before {
  content: "\ecc2";
}
.icon-dangerous:before {
  content: "\ecc3";
}
.icon-dashboard_customize:before {
  content: "\ecc4";
}
.icon-data_exploration:before {
  content: "\ecc5";
}
.icon-data_saver_on:before {
  content: "\ecc6";
}
.icon-deck:before {
  content: "\ecc7";
}
.icon-delivery_dining:before {
  content: "\ecc8";
}
.icon-departure_board:before {
  content: "\ecc9";
}
.icon-design_services:before {
  content: "\ecca";
}
.icon-desktop_access_disabled:before {
  content: "\eccb";
}
.icon-details1:before {
  content: "\eccc";
}
.icon-developer_board_off:before {
  content: "\eccd";
}
.icon-device_thermostat:before {
  content: "\ecce";
}
.icon-device_unknown:before {
  content: "\eccf";
}
.icon-dining:before {
  content: "\ecd0";
}
.icon-dinner_dining:before {
  content: "\ecd1";
}
.icon-directions_off:before {
  content: "\ecd2";
}
.icon-dirty_lens:before {
  content: "\ecd3";
}
.icon-disabled_by_default:before {
  content: "\ecd4";
}
.icon-disabled_visible:before {
  content: "\ecd5";
}
.icon-do_not_disturb_on_total_silence:before {
  content: "\ecd6";
}
.icon-do_not_step:before {
  content: "\ecd7";
}
.icon-do_not_touch:before {
  content: "\ecd8";
}
.icon-document_scanner:before {
  content: "\ecd9";
}
.icon-domain_disabled:before {
  content: "\ecda";
}
.icon-domain_verification:before {
  content: "\ecdb";
}
.icon-done_outline:before {
  content: "\ecdc";
}
.icon-door_back:before {
  content: "\ecdd";
}
.icon-door_front:before {
  content: "\ecde";
}
.icon-door_sliding:before {
  content: "\ecdf";
}
.icon-doorbell:before {
  content: "\ece0";
}
.icon-double_arrow:before {
  content: "\ece1";
}
.icon-downhill_skiing:before {
  content: "\ece2";
}
.icon-download_done:before {
  content: "\ece3";
}
.icon-download_for_offline:before {
  content: "\ece4";
}
.icon-downloading:before {
  content: "\ece5";
}
.icon-draw:before {
  content: "\ece6";
}
.icon-drive_file_move_rtl:before {
  content: "\ece7";
}
.icon-drive_file_move:before {
  content: "\ece8";
}
.icon-drive_file_rename_outline:before {
  content: "\ece9";
}
.icon-drive_folder_upload:before {
  content: "\ecea";
}
.icon-dry:before {
  content: "\eceb";
}
.icon-duo:before {
  content: "\ecec";
}
.icon-dynamic_form:before {
  content: "\eced";
}
.icon-e_mobiledata:before {
  content: "\ecee";
}
.icon-earbuds_battery:before {
  content: "\ecef";
}
.icon-earbuds:before {
  content: "\ecf0";
}
.icon-eco:before {
  content: "\ecf1";
}
.icon-edgesensor_high:before {
  content: "\ecf2";
}
.icon-edgesensor_low:before {
  content: "\ecf3";
}
.icon-edit_attributes:before {
  content: "\ecf4";
}
.icon-edit_calendar:before {
  content: "\ecf5";
}
.icon-edit_location_alt:before {
  content: "\ecf6";
}
.icon-edit_note:before {
  content: "\ecf7";
}
.icon-edit_notifications:before {
  content: "\ecf8";
}
.icon-edit_off:before {
  content: "\ecf9";
}
.icon-edit_road:before {
  content: "\ecfa";
}
.icon-elderly:before {
  content: "\ecfb";
}
.icon-electric_bike:before {
  content: "\ecfc";
}
.icon-electric_car:before {
  content: "\ecfd";
}
.icon-electric_moped:before {
  content: "\ecfe";
}
.icon-electric_rickshaw:before {
  content: "\ecff";
}
.icon-electric_scooter:before {
  content: "\ed00";
}
.icon-electrical_services:before {
  content: "\ed01";
}
.icon-elevator:before {
  content: "\ed02";
}
.icon-emergency:before {
  content: "\ed03";
}
.icon-emoji_events:before {
  content: "\ed04";
}
.icon-emoji_flags:before {
  content: "\ed05";
}
.icon-emoji_food_beverage:before {
  content: "\ed06";
}
.icon-emoji_nature:before {
  content: "\ed07";
}
.icon-emoji_objects:before {
  content: "\ed08";
}
.icon-emoji_people:before {
  content: "\ed09";
}
.icon-emoji_symbols:before {
  content: "\ed0a";
}
.icon-emoji_transportation:before {
  content: "\ed0b";
}
.icon-engineering:before {
  content: "\ed0c";
}
.icon-escalator_warning:before {
  content: "\ed0d";
}
.icon-escalator:before {
  content: "\ed0e";
}
.icon-expand:before {
  content: "\ed0f";
}
.icon-extension_off:before {
  content: "\ed10";
}
.icon-face_retouching_natural:before {
  content: "\ed11";
}
.icon-face_retouching_off:before {
  content: "\ed12";
}
.icon-facebook:before {
  content: "\ed13";
}
.icon-fact_check:before {
  content: "\ed14";
}
.icon-family_restroom:before {
  content: "\ed15";
}
.icon-fastfood:before {
  content: "\ed16";
}
.icon-feed:before {
  content: "\ed17";
}
.icon-fence:before {
  content: "\ed18";
}
.icon-festival:before {
  content: "\ed19";
}
.icon-file_download_off-2:before {
  content: "\ed1a";
}
.icon-file_download_off:before {
  content: "\ed1b";
}
.icon-file_present:before {
  content: "\ed1c";
}
.icon-filter_alt:before {
  content: "\ed1d";
}
.icon-fire_extinguisher:before {
  content: "\ed1e";
}
.icon-fireplace:before {
  content: "\ed1f";
}
.icon-fit_screen:before {
  content: "\ed20";
}
.icon-flaky:before {
  content: "\ed21";
}
.icon-flashlight_off:before {
  content: "\ed22";
}
.icon-flashlight_on:before {
  content: "\ed23";
}
.icon-flatware:before {
  content: "\ed24";
}
.icon-flip_camera_android:before {
  content: "\ed25";
}
.icon-flourescent:before {
  content: "\ed26";
}
.icon-flutter_dash:before {
  content: "\ed27";
}
.icon-fmd_bad:before {
  content: "\ed28";
}
.icon-fmd_good:before {
  content: "\ed29";
}
.icon-follow_the_signs:before {
  content: "\ed2a";
}
.icon-font_download_off:before {
  content: "\ed2b";
}
.icon-food_bank:before {
  content: "\ed2c";
}
.icon-format_list_numbered_rtl:before {
  content: "\ed2d";
}
.icon-foundation:before {
  content: "\ed2e";
}
.icon-free_cancellation:before {
  content: "\ed2f";
}
.icon-front_hand:before {
  content: "\ed30";
}
.icon-g_mobiledata:before {
  content: "\ed31";
}
.icon-garage:before {
  content: "\ed32";
}
.icon-generating_tokens:before {
  content: "\ed33";
}
.icon-gite:before {
  content: "\ed34";
}
.icon-gpp_bad:before {
  content: "\ed35";
}
.icon-gpp_maybe:before {
  content: "\ed36";
}
.icon-grading:before {
  content: "\ed37";
}
.icon-grass:before {
  content: "\ed38";
}
.icon-grid_3x3:before {
  content: "\ed39";
}
.icon-grid_4x4:before {
  content: "\ed3a";
}
.icon-grid_goldenratio:before {
  content: "\ed3b";
}
.icon-group_off:before {
  content: "\ed3c";
}
.icon-groups:before {
  content: "\ed3d";
}
.icon-h_mobiledata:before {
  content: "\ed3e";
}
.icon-h_plus_mobiledata:before {
  content: "\ed3f";
}
.icon-hail:before {
  content: "\ed40";
}
.icon-handyman:before {
  content: "\ed41";
}
.icon-hardware:before {
  content: "\ed42";
}
.icon-hdr_auto_select:before {
  content: "\ed43";
}
.icon-hdr_enhanced_select:before {
  content: "\ed44";
}
.icon-hdr_off_select:before {
  content: "\ed45";
}
.icon-hdr_on_select:before {
  content: "\ed46";
}
.icon-hdr_plus:before {
  content: "\ed47";
}
.icon-headphones_battery:before {
  content: "\ed48";
}
.icon-headset_off-2:before {
  content: "\ed49";
}
.icon-headset_off:before {
  content: "\ed4a";
}
.icon-health_and_safety:before {
  content: "\ed4b";
}
.icon-hearing_disabled:before {
  content: "\ed4c";
}
.icon-height:before {
  content: "\ed4d";
}
.icon-hevc:before {
  content: "\ed4e";
}
.icon-hide_image:before {
  content: "\ed4f";
}
.icon-hide_source:before {
  content: "\ed50";
}
.icon-highlight_alt:before {
  content: "\ed51";
}
.icon-hiking:before {
  content: "\ed52";
}
.icon-history_edu:before {
  content: "\ed53";
}
.icon-history_toggle_off:before {
  content: "\ed54";
}
.icon-holiday_village:before {
  content: "\ed55";
}
.icon-home_max:before {
  content: "\ed56";
}
.icon-home_mini:before {
  content: "\ed57";
}
.icon-home_repair_service:before {
  content: "\ed58";
}
.icon-horizontal_distribute:before {
  content: "\ed59";
}
.icon-horizontal_rule:before {
  content: "\ed5a";
}
.icon-horizontal_split:before {
  content: "\ed5b";
}
.icon-hotel_class:before {
  content: "\ed5c";
}
.icon-hourglass_bottom:before {
  content: "\ed5d";
}
.icon-hourglass_disabled:before {
  content: "\ed5e";
}
.icon-hourglass_top:before {
  content: "\ed5f";
}
.icon-house_siding:before {
  content: "\ed60";
}
.icon-house:before {
  content: "\ed61";
}
.icon-houseboat:before {
  content: "\ed62";
}
.icon-how_to_reg:before {
  content: "\ed63";
}
.icon-how_to_vote:before {
  content: "\ed64";
}
.icon-https:before {
  content: "\ed65";
}
.icon-hvac:before {
  content: "\ed66";
}
.icon-ice_skating:before {
  content: "\ed67";
}
.icon-icecream:before {
  content: "\ed68";
}
.icon-image_not_supported:before {
  content: "\ed69";
}
.icon-image_search:before {
  content: "\ed6a";
}
.icon-imagesearch_roller:before {
  content: "\ed6b";
}
.icon-incomplete_circle:before {
  content: "\ed6c";
}
.icon-insert_emoticon:before {
  content: "\ed6d";
}
.icon-insights:before {
  content: "\ed6e";
}
.icon-integration_instructions:before {
  content: "\ed6f";
}
.icon-inventory_2:before {
  content: "\ed70";
}
.icon-inventory:before {
  content: "\ed71";
}
.icon-ios_share:before {
  content: "\ed72";
}
.icon-iron:before {
  content: "\ed73";
}
.icon-kayaking:before {
  content: "\ed74";
}
.icon-king_bed:before {
  content: "\ed75";
}
.icon-kitesurfing:before {
  content: "\ed76";
}
.icon-label_important:before {
  content: "\ed77";
}
.icon-landscape:before {
  content: "\ed78";
}
.icon-launch:before {
  content: "\ed79";
}
.icon-leaderboard:before {
  content: "\ed7a";
}
.icon-legend_toggle:before {
  content: "\ed7b";
}
.icon-light:before {
  content: "\ed7c";
}
.icon-lightbulb:before {
  content: "\ed7d";
}
.icon-linear_scale1:before {
  content: "\ed7e";
}
.icon-liquor:before {
  content: "\ed7f";
}
.icon-living:before {
  content: "\ed80";
}
.icon-local_convenience_store1:before {
  content: "\ed81";
}
.icon-local_fire_department:before {
  content: "\ed82";
}
.icon-local_police:before {
  content: "\ed83";
}
.icon-local_see:before {
  content: "\ed84";
}
.icon-location_city1:before {
  content: "\ed85";
}
.icon-lock_clock-2:before {
  content: "\ed86";
}
.icon-lock_clock:before {
  content: "\ed87";
}
.icon-login:before {
  content: "\ed88";
}
.icon-logout:before {
  content: "\ed89";
}
.icon-loop:before {
  content: "\ed8a";
}
.icon-lte_mobiledata:before {
  content: "\ed8b";
}
.icon-lte_plus_mobiledata:before {
  content: "\ed8c";
}
.icon-luggage:before {
  content: "\ed8d";
}
.icon-lunch_dining:before {
  content: "\ed8e";
}
.icon-male:before {
  content: "\ed8f";
}
.icon-manage_accounts:before {
  content: "\ed90";
}
.icon-manage_search:before {
  content: "\ed91";
}
.icon-maps_home_work:before {
  content: "\ed92";
}
.icon-maps_ugc:before {
  content: "\ed93";
}
.icon-margin:before {
  content: "\ed94";
}
.icon-mark_as_unread:before {
  content: "\ed95";
}
.icon-mark_chat_read:before {
  content: "\ed96";
}
.icon-mark_chat_unread:before {
  content: "\ed97";
}
.icon-mark_email_read:before {
  content: "\ed98";
}
.icon-mark_email_unread:before {
  content: "\ed99";
}
.icon-masks:before {
  content: "\ed9a";
}
.icon-media_bluetooth_off:before {
  content: "\ed9b";
}
.icon-media_bluetooth_on:before {
  content: "\ed9c";
}
.icon-mediation:before {
  content: "\ed9d";
}
.icon-medical_services:before {
  content: "\ed9e";
}
.icon-medication:before {
  content: "\ed9f";
}
.icon-meeting_room:before {
  content: "\eda0";
}
.icon-menu_book:before {
  content: "\eda1";
}
.icon-menu_open:before {
  content: "\eda2";
}
.icon-mic_external_off:before {
  content: "\eda3";
}
.icon-mic_external_on:before {
  content: "\eda4";
}
.icon-microwave:before {
  content: "\eda5";
}
.icon-military_tech:before {
  content: "\eda6";
}
.icon-miscellaneous_services:before {
  content: "\eda7";
}
.icon-missed_video_call:before {
  content: "\eda8";
}
.icon-mobile_off:before {
  content: "\eda9";
}
.icon-mobile_screen_share:before {
  content: "\edaa";
}
.icon-mobiledata_off:before {
  content: "\edab";
}
.icon-model_training:before {
  content: "\edac";
}
.icon-money:before {
  content: "\edad";
}
.icon-monitor_weight:before {
  content: "\edae";
}
.icon-mood:before {
  content: "\edaf";
}
.icon-moped:before {
  content: "\edb0";
}
.icon-more_time:before {
  content: "\edb1";
}
.icon-motion_photos_auto:before {
  content: "\edb2";
}
.icon-motion_photos_off:before {
  content: "\edb3";
}
.icon-motion_photos_on:before {
  content: "\edb4";
}
.icon-motion_photos_pause:before {
  content: "\edb5";
}
.icon-move_to_inbox1:before {
  content: "\edb6";
}
.icon-mp23:before {
  content: "\edb7";
}
.icon-multiple_stop:before {
  content: "\edb8";
}
.icon-museum:before {
  content: "\edb9";
}
.icon-nat:before {
  content: "\edba";
}
.icon-near_me_disabled:before {
  content: "\edbb";
}
.icon-nearby_error:before {
  content: "\edbc";
}
.icon-nearby_off:before {
  content: "\edbd";
}
.icon-network_cell1:before {
  content: "\edbe";
}
.icon-network_wifi1:before {
  content: "\edbf";
}
.icon-new_label:before {
  content: "\edc0";
}
.icon-next_plan:before {
  content: "\edc1";
}
.icon-night_shelter:before {
  content: "\edc2";
}
.icon-nightlife:before {
  content: "\edc3";
}
.icon-no_accounts:before {
  content: "\edc4";
}
.icon-no_backpack:before {
  content: "\edc5";
}
.icon-no_cell:before {
  content: "\edc6";
}
.icon-no_drinks:before {
  content: "\edc7";
}
.icon-no_flash:before {
  content: "\edc8";
}
.icon-no_food:before {
  content: "\edc9";
}
.icon-no_luggage:before {
  content: "\edca";
}
.icon-no_meals_ouline:before {
  content: "\edcb";
}
.icon-no_photography:before {
  content: "\edcc";
}
.icon-no_stroller:before {
  content: "\edcd";
}
.icon-no_transfer:before {
  content: "\edce";
}
.icon-nordic_walking:before {
  content: "\edcf";
}
.icon-north_east:before {
  content: "\edd0";
}
.icon-north_west:before {
  content: "\edd1";
}
.icon-not_accessible:before {
  content: "\edd2";
}
.icon-not_listed_location:before {
  content: "\edd3";
}
.icon-not_started:before {
  content: "\edd4";
}
.icon-note_alt:before {
  content: "\edd5";
}
.icon-notification_add:before {
  content: "\edd6";
}
.icon-notification_important:before {
  content: "\edd7";
}
.icon-notifications_none-2:before {
  content: "\edd8";
}
.icon-notifications_none1:before {
  content: "\edd9";
}
.icon-offline_bolt:before {
  content: "\edda";
}
.icon-offline_share:before {
  content: "\eddb";
}
.icon-online_prediction24px:before {
  content: "\eddc";
}
.icon-open_in_full:before {
  content: "\eddd";
}
.icon-open_in_new_off:before {
  content: "\edde";
}
.icon-other_houses:before {
  content: "\eddf";
}
.icon-outbond:before {
  content: "\ede0";
}
.icon-outdoor_grill:before {
  content: "\ede1";
}
.icon-outgoing_mail:before {
  content: "\ede2";
}
.icon-outlet:before {
  content: "\ede3";
}
.icon-padding:before {
  content: "\ede4";
}
.icon-panorama_horizontal_select:before {
  content: "\ede5";
}
.icon-panorama_photosphere_select:before {
  content: "\ede6";
}
.icon-panorama_vertical_select:before {
  content: "\ede7";
}
.icon-panorama_wide_angle_select:before {
  content: "\ede8";
}
.icon-paragliding:before {
  content: "\ede9";
}
.icon-park:before {
  content: "\edea";
}
.icon-password1:before {
  content: "\edeb";
}
.icon-pattern:before {
  content: "\edec";
}
.icon-payments:before {
  content: "\eded";
}
.icon-pedal_bike:before {
  content: "\edee";
}
.icon-pending_actions:before {
  content: "\edef";
}
.icon-pending:before {
  content: "\edf0";
}
.icon-person_add_disabled:before {
  content: "\edf1";
}
.icon-person_off:before {
  content: "\edf2";
}
.icon-person_pin1:before {
  content: "\edf3";
}
.icon-person_remove:before {
  content: "\edf4";
}
.icon-person_search:before {
  content: "\edf5";
}
.icon-personal_injury:before {
  content: "\edf6";
}
.icon-pest_control_rodent:before {
  content: "\edf7";
}
.icon-phone_callback:before {
  content: "\edf8";
}
.icon-phone_disabled:before {
  content: "\edf9";
}
.icon-photo_camera_back:before {
  content: "\edfa";
}
.icon-photo_camera_front:before {
  content: "\edfb";
}
.icon-piano_off:before {
  content: "\edfc";
}
.icon-piano:before {
  content: "\edfd";
}
.icon-pin_end:before {
  content: "\edfe";
}
.icon-pin_invoke:before {
  content: "\edff";
}
.icon-pin:before {
  content: "\ee00";
}
.icon-pivot_table_chart:before {
  content: "\ee01";
}
.icon-place:before {
  content: "\ee02";
}
.icon-plagiarism:before {
  content: "\ee03";
}
.icon-play_disabled:before {
  content: "\ee04";
}
.icon-play_lesson:before {
  content: "\ee05";
}
.icon-plumbing:before {
  content: "\ee06";
}
.icon-podcasts:before {
  content: "\ee07";
}
.icon-point_of_sale:before {
  content: "\ee08";
}
.icon-policy:before {
  content: "\ee09";
}
.icon-post_add:before {
  content: "\ee0a";
}
.icon-precision_manufacturing:before {
  content: "\ee0b";
}
.icon-preview:before {
  content: "\ee0c";
}
.icon-price_change:before {
  content: "\ee0d";
}
.icon-price_check:before {
  content: "\ee0e";
}
.icon-print_disabled:before {
  content: "\ee0f";
}
.icon-privacy_tip:before {
  content: "\ee10";
}
.icon-private_connectivity:before {
  content: "\ee11";
}
.icon-psychology:before {
  content: "\ee12";
}
.icon-public_off:before {
  content: "\ee13";
}
.icon-published_with_changes:before {
  content: "\ee14";
}
.icon-push_pin:before {
  content: "\ee15";
}
.icon-qr_code_2:before {
  content: "\ee16";
}
.icon-qr_code_scanner:before {
  content: "\ee17";
}
.icon-qr_code:before {
  content: "\ee18";
}
.icon-query_stats:before {
  content: "\ee19";
}
.icon-quickreply:before {
  content: "\ee1a";
}
.icon-quiz:before {
  content: "\ee1b";
}
.icon-r_mobiledata:before {
  content: "\ee1c";
}
.icon-radar:before {
  content: "\ee1d";
}
.icon-railway_alert-2:before {
  content: "\ee1e";
}
.icon-railway_alert:before {
  content: "\ee1f";
}
.icon-ramen_dining-2:before {
  content: "\ee20";
}
.icon-ramen_dining:before {
  content: "\ee21";
}
.icon-raw_off:before {
  content: "\ee22";
}
.icon-raw_on:before {
  content: "\ee23";
}
.icon-read_more:before {
  content: "\ee24";
}
.icon-real_estate_agent:before {
  content: "\ee25";
}
.icon-receipt_long:before {
  content: "\ee26";
}
.icon-recommend:before {
  content: "\ee27";
}
.icon-recycling:before {
  content: "\ee28";
}
.icon-reduce_capacity:before {
  content: "\ee29";
}
.icon-remember_me:before {
  content: "\ee2a";
}
.icon-remove_done:before {
  content: "\ee2b";
}
.icon-remove_moderator:before {
  content: "\ee2c";
}
.icon-repeat_on:before {
  content: "\ee2d";
}
.icon-repeat_one_on:before {
  content: "\ee2e";
}
.icon-replay_circle_filled:before {
  content: "\ee2f";
}
.icon-report_off:before {
  content: "\ee30";
}
.icon-request_page:before {
  content: "\ee31";
}
.icon-reset_tv:before {
  content: "\ee32";
}
.icon-restart_alt:before {
  content: "\ee33";
}
.icon-restore_from_trash:before {
  content: "\ee34";
}
.icon-reviews:before {
  content: "\ee35";
}
.icon-rice_bowl:before {
  content: "\ee36";
}
.icon-roofing:before {
  content: "\ee37";
}
.icon-room_preferences:before {
  content: "\ee38";
}
.icon-rsvp:before {
  content: "\ee39";
}
.icon-rtt:before {
  content: "\ee3a";
}
.icon-rule_folder:before {
  content: "\ee3b";
}
.icon-rule:before {
  content: "\ee3c";
}
.icon-run_circle:before {
  content: "\ee3d";
}
.icon-running_with_errors:before {
  content: "\ee3e";
}
.icon-safety_divider:before {
  content: "\ee3f";
}
.icon-sailing:before {
  content: "\ee40";
}
.icon-sanitizer:before {
  content: "\ee41";
}
.icon-saved_search:before {
  content: "\ee42";
}
.icon-savings:before {
  content: "\ee43";
}
.icon-scatter_plot:before {
  content: "\ee44";
}
.icon-schema:before {
  content: "\ee45";
}
.icon-science:before {
  content: "\ee46";
}
.icon-score:before {
  content: "\ee47";
}
.icon-screen_search_desktop:before {
  content: "\ee48";
}
.icon-sd_card_alert:before {
  content: "\ee4c";
}
.icon-sd:before {
  content: "\ee4d";
}
.icon-search_off:before {
  content: "\ee4e";
}
.icon-security_update_good:before {
  content: "\ee4f";
}
.icon-security_update_warning:before {
  content: "\ee50";
}
.icon-security_update:before {
  content: "\ee51";
}
.icon-self_improvement:before {
  content: "\ee52";
}
.icon-send_and_archive:before {
  content: "\ee53";
}
.icon-send_to_mobile:before {
  content: "\ee54";
}
.icon-sensor_door:before {
  content: "\ee55";
}
.icon-sensor_window:before {
  content: "\ee56";
}
.icon-sensors_off:before {
  content: "\ee57";
}
.icon-sensors:before {
  content: "\ee58";
}
.icon-sentiment_neutral1:before {
  content: "\ee59";
}
.icon-set_meal:before {
  content: "\ee5a";
}
.icon-settings_accessibility:before {
  content: "\ee5b";
}
.icon-settings_brightness1:before {
  content: "\ee5c";
}
.icon-settings_suggest:before {
  content: "\ee5d";
}
.icon-share_location:before {
  content: "\ee5e";
}
.icon-shield:before {
  content: "\ee5f";
}
.icon-shopping_bag:before {
  content: "\ee60";
}
.icon-shortcut:before {
  content: "\ee61";
}
.icon-shower:before {
  content: "\ee62";
}
.icon-shuffle_on:before {
  content: "\ee63";
}
.icon-shutter_speed:before {
  content: "\ee64";
}
.icon-sick:before {
  content: "\ee65";
}
.icon-signal_cellular_alt:before {
  content: "\ee66";
}
.icon-signal_cellular_nodata:before {
  content: "\ee67";
}
.icon-signal_wifi_bad:before {
  content: "\ee68";
}
.icon-signal_wifi_statusbar_connected_no_internet_4:before {
  content: "\ee69";
}
.icon-sim_card_download:before {
  content: "\ee6a";
}
.icon-single_bed:before {
  content: "\ee6b";
}
.icon-sip:before {
  content: "\ee6c";
}
.icon-skateboarding:before {
  content: "\ee6d";
}
.icon-sledding:before {
  content: "\ee6e";
}
.icon-slow_motion_video1:before {
  content: "\ee6f";
}
.icon-smart_button:before {
  content: "\ee70";
}
.icon-smart_display:before {
  content: "\ee71";
}
.icon-smart_screen:before {
  content: "\ee72";
}
.icon-smart_toy:before {
  content: "\ee73";
}
.icon-snippet_folder:before {
  content: "\ee74";
}
.icon-snowboarding:before {
  content: "\ee75";
}
.icon-snowmobile:before {
  content: "\ee76";
}
.icon-snowshoeing:before {
  content: "\ee77";
}
.icon-soap:before {
  content: "\ee78";
}
.icon-social_distance:before {
  content: "\ee79";
}
.icon-source:before {
  content: "\ee7a";
}
.icon-south_east:before {
  content: "\ee7b";
}
.icon-south:before {
  content: "\ee7c";
}
.icon-speed:before {
  content: "\ee7d";
}
.icon-sports_bar:before {
  content: "\ee7e";
}
.icon-sports_baseball:before {
  content: "\ee7f";
}
.icon-sports_basketball:before {
  content: "\ee80";
}
.icon-sports_cricket:before {
  content: "\ee81";
}
.icon-sports_esports:before {
  content: "\ee82";
}
.icon-sports_football:before {
  content: "\ee83";
}
.icon-sports_golf:before {
  content: "\ee84";
}
.icon-sports_handball:before {
  content: "\ee85";
}
.icon-sports_hockey:before {
  content: "\ee86";
}
.icon-sports_kabaddi:before {
  content: "\ee87";
}
.icon-sports_mma:before {
  content: "\ee88";
}
.icon-sports_motorsports:before {
  content: "\ee89";
}
.icon-sports_rugby:before {
  content: "\ee8a";
}
.icon-sports_score:before {
  content: "\ee8b";
}
.icon-sports_soccer:before {
  content: "\ee8c";
}
.icon-stacked_line_chart:before {
  content: "\ee8d";
}
.icon-stairs:before {
  content: "\ee8e";
}
.icon-sticky_note_2:before {
  content: "\ee8f";
}
.icon-stop_circle:before {
  content: "\ee90";
}
.icon-storm:before {
  content: "\ee91";
}
.icon-stream:before {
  content: "\ee92";
}
.icon-stroller:before {
  content: "\ee93";
}
.icon-subscript:before {
  content: "\ee94";
}
.icon-summarize:before {
  content: "\ee95";
}
.icon-superscript:before {
  content: "\ee96";
}
.icon-supervised_user_circle:before {
  content: "\ee97";
}
.icon-support_agent:before {
  content: "\ee98";
}
.icon-support:before {
  content: "\ee99";
}
.icon-surfing:before {
  content: "\ee9a";
}
.icon-swap_horizontal_circle:before {
  content: "\ee9b";
}
.icon-swipe:before {
  content: "\ee9c";
}
.icon-switch_account:before {
  content: "\ee9d";
}
.icon-switch_left:before {
  content: "\ee9e";
}
.icon-switch_right:before {
  content: "\ee9f";
}
.icon-sync_alt:before {
  content: "\eea0";
}
.icon-system_security_update_good:before {
  content: "\eea1";
}
.icon-system_security_update_warning:before {
  content: "\eea2";
}
.icon-table_view:before {
  content: "\eea3";
}
.icon-tag:before {
  content: "\eea4";
}
.icon-takeout_dining:before {
  content: "\eea5";
}
.icon-tapas:before {
  content: "\eea6";
}
.icon-task_alt:before {
  content: "\eea7";
}
.icon-task:before {
  content: "\eea8";
}
.icon-taxi_alert:before {
  content: "\eea9";
}
.icon-text_rotate_up:before {
  content: "\eeaa";
}
.icon-text_rotate_vertical:before {
  content: "\eeab";
}
.icon-text_rotation_angledown:before {
  content: "\eeac";
}
.icon-text_rotation_angleup:before {
  content: "\eead";
}
.icon-text_rotation_none:before {
  content: "\eeae";
}
.icon-text_snippet:before {
  content: "\eeaf";
}
.icon-theater_comedy:before {
  content: "\eeb0";
}
.icon-thermostat_auto:before {
  content: "\eeb1";
}
.icon-timer_3_select:before {
  content: "\eeb2";
}
.icon-timer_10_select:before {
  content: "\eeb3";
}
.icon-tips_and_updates:before {
  content: "\eeb4";
}
.icon-toggle_on:before {
  content: "\eeb5";
}
.icon-travel_explore:before {
  content: "\eeb6";
}
.icon-trip_origin:before {
  content: "\eeb7";
}
.icon-try:before {
  content: "\eeb8";
}
.icon-tty:before {
  content: "\eeb9";
}
.icon-tv_off:before {
  content: "\eeba";
}
.icon-two_wheeler:before {
  content: "\eebb";
}
.icon-umbrella:before {
  content: "\eebc";
}
.icon-unpublished:before {
  content: "\eebd";
}
.icon-unsubscribe:before {
  content: "\eebe";
}
.icon-upcoming:before {
  content: "\eebf";
}
.icon-update_disabled:before {
  content: "\eec0";
}
.icon-upgrade:before {
  content: "\eec1";
}
.icon-upload_file:before {
  content: "\eec2";
}
.icon-usb_off:before {
  content: "\eec3";
}
.icon-verified:before {
  content: "\eec4";
}
.icon-vertical_distribute:before {
  content: "\eec5";
}
.icon-video_camera_back:before {
  content: "\eec6";
}
.icon-video_camera_front:before {
  content: "\eec7";
}
.icon-video_settings:before {
  content: "\eec8";
}
.icon-video_stable:before {
  content: "\eec9";
}
.icon-videogame_asset_off:before {
  content: "\eeca";
}
.icon-view_in_ar:before {
  content: "\eecb";
}
.icon-view_sidebar:before {
  content: "\eecc";
}
.icon-villa:before {
  content: "\eecd";
}
.icon-water_drop:before {
  content: "\eece";
}
.icon-water:before {
  content: "\eecf";
}
.icon-waterfall_chart:before {
  content: "\eed0";
}
.icon-waves:before {
  content: "\eed1";
}
.icon-waving_hand:before {
  content: "\eed2";
}
.icon-wb_shade:before {
  content: "\eed3";
}
.icon-wb_twighlight:before {
  content: "\eed4";
}
.icon-wb_twilight:before {
  content: "\eed5";
}
.icon-web_asset_off:before {
  content: "\eed6";
}
.icon-web_stories:before {
  content: "\eed7";
}
.icon-wheelchair_pickup:before {
  content: "\eed8";
}
.icon-where_to_vote:before {
  content: "\eed9";
}
.icon-wifi_calling_3:before {
  content: "\eeda";
}
.icon-wifi_calling:before {
  content: "\eedb";
}
.icon-wifi_off:before {
  content: "\eedc";
}
.icon-wifi_protected_setup:before {
  content: "\eedd";
}
.icon-wifi_tethering_error_rounded:before {
  content: "\eede";
}
.icon-wine_bar:before {
  content: "\eedf";
}
.icon-work_off:before {
  content: "\eee0";
}
.icon-work_outline:before {
  content: "\eee1";
}
.icon-workspaces:before {
  content: "\eee2";
}
.icon-wrong_location:before {
  content: "\eee3";
}
.icon-wysiwyg:before {
  content: "\eee4";
}
.icon-yard:before {
  content: "\eee5";
}
.icon-k_plus-o5:before {
  content: "\eee6";
}
.icon-k-o6:before {
  content: "\eee7";
}
.icon-x_mobiledata-o:before {
  content: "\eee8";
}
.icon-k_plus-o6:before {
  content: "\eee9";
}
.icon-k-o7:before {
  content: "\eeea";
}
.icon-mp-o21:before {
  content: "\eeeb";
}
.icon-g_mobiledata-o:before {
  content: "\eeec";
}
.icon-k_plus-o7:before {
  content: "\eeed";
}
.icon-k-o8:before {
  content: "\eeee";
}
.icon-mp-o22:before {
  content: "\eeef";
}
.icon-p-o:before {
  content: "\eef0";
}
.icon-g_mobiledata-o1:before {
  content: "\eef1";
}
.icon-g_plus_mobiledata-o:before {
  content: "\eef2";
}
.icon-k_plus-o8:before {
  content: "\eef3";
}
.icon-mp-o23:before {
  content: "\eef4";
}
.icon-g-o:before {
  content: "\eef5";
}
.icon-k_plus-o4:before {
  content: "\eef6";
}
.icon-k-o5:before {
  content: "\eef7";
}
.icon-mp-o20:before {
  content: "\eef8";
}
.icon-k_plus-o3:before {
  content: "\eef9";
}
.icon-k-o4:before {
  content: "\eefa";
}
.icon-mp-o19:before {
  content: "\eefb";
}
.icon-k_plus-o2:before {
  content: "\eefc";
}
.icon-k-o3:before {
  content: "\eefd";
}
.icon-mp-o18:before {
  content: "\eefe";
}
.icon-k_plus-o1:before {
  content: "\eeff";
}
.icon-k-o2:before {
  content: "\ef00";
}
.icon-mp-o17:before {
  content: "\ef01";
}
.icon-k_plus-o:before {
  content: "\ef02";
}
.icon-k-o1:before {
  content: "\ef03";
}
.icon-mp-o16:before {
  content: "\ef04";
}
.icon-k-o:before {
  content: "\ef05";
}
.icon-mp-o15:before {
  content: "\ef06";
}
.icon-mp-o14:before {
  content: "\ef07";
}
.icon-mp-o13:before {
  content: "\ef08";
}
.icon-mp-o12:before {
  content: "\ef09";
}
.icon-mp-o11:before {
  content: "\ef0a";
}
.icon-mp-o10:before {
  content: "\ef0b";
}
.icon-mp-o9:before {
  content: "\ef0c";
}
.icon-mp-o8:before {
  content: "\ef0d";
}
.icon-mp-o7:before {
  content: "\ef0e";
}
.icon-mp-o6:before {
  content: "\ef0f";
}
.icon-mp-o5:before {
  content: "\ef10";
}
.icon-mp-o4:before {
  content: "\ef11";
}
.icon-mp-o3:before {
  content: "\ef12";
}
.icon-mp-o2:before {
  content: "\ef13";
}
.icon-mp-o1:before {
  content: "\ef14";
}
.icon-fps-o-21:before {
  content: "\ef15";
}
.icon-fps-o1:before {
  content: "\ef16";
}
.icon-fps-o-2:before {
  content: "\ef17";
}
.icon-fps-o:before {
  content: "\ef18";
}
.icon-ad_units-o:before {
  content: "\ef19";
}
.icon-add_business-o:before {
  content: "\ef1a";
}
.icon-add_chart-o:before {
  content: "\ef1b";
}
.icon-add_link-o:before {
  content: "\ef1c";
}
.icon-add_location_alt-o:before {
  content: "\ef1d";
}
.icon-add_moderator-o:before {
  content: "\ef1e";
}
.icon-add_reaction-o:before {
  content: "\ef1f";
}
.icon-add_road-o:before {
  content: "\ef20";
}
.icon-add_task-o:before {
  content: "\ef21";
}
.icon-add_to_drive-o:before {
  content: "\ef22";
}
.icon-add_to_home_screen-o:before {
  content: "\ef23";
}
.icon-admin_panel_settings-o:before {
  content: "\ef24";
}
.icon-ads_click-o:before {
  content: "\ef25";
}
.icon-agriculture-o:before {
  content: "\ef26";
}
.icon-air-o:before {
  content: "\ef27";
}
.icon-airplane_ticket-o:before {
  content: "\ef28";
}
.icon-align_horizontal_center-o:before {
  content: "\ef29";
}
.icon-align_horizontal_right-o:before {
  content: "\ef2a";
}
.icon-align_vertical_bottom-o:before {
  content: "\ef2b";
}
.icon-align_vertical_center-o:before {
  content: "\ef2c";
}
.icon-align_vertical_top-o:before {
  content: "\ef2d";
}
.icon-alt_route-o:before {
  content: "\ef2e";
}
.icon-alternate_email-o:before {
  content: "\ef2f";
}
.icon-analytics-o:before {
  content: "\ef30";
}
.icon-anchor-o:before {
  content: "\ef31";
}
.icon-animation-o:before {
  content: "\ef32";
}
.icon-apartment-o:before {
  content: "\ef35";
}
.icon-app_blocking-o:before {
  content: "\ef36";
}
.icon-app_settings_alt-o:before {
  content: "\ef37";
}
.icon-approval-o:before {
  content: "\ef38";
}
.icon-area_chart-o:before {
  content: "\ef39";
}
.icon-arrow_circle_down-o:before {
  content: "\ef3a";
}
.icon-arrow_circle_up-o:before {
  content: "\ef3b";
}
.icon-article-o:before {
  content: "\ef3c";
}
.icon-assistant_direction-o:before {
  content: "\ef3d";
}
.icon-attach_email-o:before {
  content: "\ef3e";
}
.icon-attractions-o:before {
  content: "\ef3f";
}
.icon-auto_awesome_mosaic-o:before {
  content: "\ef40";
}
.icon-auto_awesome_motion-o:before {
  content: "\ef41";
}
.icon-auto_awesome-o:before {
  content: "\ef42";
}
.icon-auto_delete-o:before {
  content: "\ef43";
}
.icon-auto_fix_high-o:before {
  content: "\ef44";
}
.icon-auto_fix_normal-o:before {
  content: "\ef45";
}
.icon-auto_fix_off-o:before {
  content: "\ef46";
}
.icon-auto_stories-o:before {
  content: "\ef47";
}
.icon-backpack-o:before {
  content: "\ef48";
}
.icon-backup_table-o-2:before {
  content: "\ef49";
}
.icon-backup_table-o:before {
  content: "\ef4a";
}
.icon-badge-o:before {
  content: "\ef4b";
}
.icon-bakery_dining-o:before {
  content: "\ef4c";
}
.icon-bathroom-o:before {
  content: "\ef4d";
}
.icon-bedroom_baby-o:before {
  content: "\ef4e";
}
.icon-bedroom_child-o:before {
  content: "\ef4f";
}
.icon-bedroom_parent-o:before {
  content: "\ef50";
}
.icon-bento-o:before {
  content: "\ef51";
}
.icon-biotech-o:before {
  content: "\ef52";
}
.icon-blender-o:before {
  content: "\ef53";
}
.icon-bloodtype-o:before {
  content: "\ef54";
}
.icon-bluetooth_drive-o:before {
  content: "\ef55";
}
.icon-bookmark_add-o:before {
  content: "\ef58";
}
.icon-bookmark_added-o:before {
  content: "\ef59";
}
.icon-bookmark_remove-o:before {
  content: "\ef5a";
}
.icon-border_color-o:before {
  content: "\ef5b";
}
.icon-breakfast_dining-o:before {
  content: "\ef5c";
}
.icon-brunch_dining-o:before {
  content: "\ef5d";
}
.icon-build_circle-o:before {
  content: "\ef5e";
}
.icon-bungalow-o:before {
  content: "\ef5f";
}
.icon-bus_alert-o:before {
  content: "\ef60";
}
.icon-calculate-o:before {
  content: "\ef61";
}
.icon-camera_indoor-o:before {
  content: "\ef62";
}
.icon-cameraswitch-o:before {
  content: "\ef63";
}
.icon-campaign-o:before {
  content: "\ef64";
}
.icon-cancel-o:before {
  content: "\ef65";
}
.icon-car_rental-o:before {
  content: "\ef66";
}
.icon-car_repair-o:before {
  content: "\ef67";
}
.icon-carpenter-o:before {
  content: "\ef68";
}
.icon-cases-o:before {
  content: "\ef69";
}
.icon-cast_for_education-o:before {
  content: "\ef6a";
}
.icon-celebration-o:before {
  content: "\ef6b";
}
.icon-chair_alt-o:before {
  content: "\ef6c";
}
.icon-chalet-o:before {
  content: "\ef6d";
}
.icon-change_circle-o:before {
  content: "\ef6e";
}
.icon-charging_station-o:before {
  content: "\ef6f";
}
.icon-check_circle_outline-o:before {
  content: "\ef70";
}
.icon-circle_notifications-o:before {
  content: "\ef71";
}
.icon-clean_hands-o:before {
  content: "\ef72";
}
.icon-closed_caption_disabled-o:before {
  content: "\ef73";
}
.icon-cloud_upload-o:before {
  content: "\ef74";
}
.icon-coffee_maker-o:before {
  content: "\ef75";
}
.icon-coffee-o:before {
  content: "\ef76";
}
.icon-contact_page-o:before {
  content: "\ef77";
}
.icon-content_copy-o:before {
  content: "\ef78";
}
.icon-coronavirus-o:before {
  content: "\ef79";
}
.icon-cottage-o:before {
  content: "\ef7a";
}
.icon-countertops-o:before {
  content: "\ef7b";
}
.icon-crib-o:before {
  content: "\ef7c";
}
.icon-cruelty_free-o:before {
  content: "\ef7d";
}
.icon-dangerous-o:before {
  content: "\ef7e";
}
.icon-dashboard_customize-o:before {
  content: "\ef7f";
}
.icon-data_exploration-o:before {
  content: "\ef80";
}
.icon-delete_black-o:before {
  content: "\ef81";
}
.icon-delivery_dining-o:before {
  content: "\ef82";
}
.icon-design_services-o:before {
  content: "\ef83";
}
.icon-dining-o:before {
  content: "\ef84";
}
.icon-dinner_dining-o:before {
  content: "\ef85";
}
.icon-directions_off-o:before {
  content: "\ef86";
}
.icon-dirty_lens-o:before {
  content: "\ef87";
}
.icon-disabled_by_default-o:before {
  content: "\ef88";
}
.icon-disabled_visible-o:before {
  content: "\ef89";
}
.icon-do_not_step-o:before {
  content: "\ef8a";
}
.icon-do_not_touch-o:before {
  content: "\ef8b";
}
.icon-document_scanner-o:before {
  content: "\ef8c";
}
.icon-door_back-o:before {
  content: "\ef8d";
}
.icon-door_front-o:before {
  content: "\ef8e";
}
.icon-door_sliding-o:before {
  content: "\ef8f";
}
.icon-doorbell-o:before {
  content: "\ef90";
}
.icon-download_for_offline-o:before {
  content: "\ef91";
}
.icon-draw-o:before {
  content: "\ef92";
}
.icon-drive_file_move_rtl-o:before {
  content: "\ef93";
}
.icon-drive_file_move-o:before {
  content: "\ef94";
}
.icon-drive_file_rename_outline-o:before {
  content: "\ef95";
}
.icon-drive_folder_upload-o:before {
  content: "\ef96";
}
.icon-dry-o:before {
  content: "\ef97";
}
.icon-dynamic_form-o:before {
  content: "\ef98";
}
.icon-earbuds_battery-o:before {
  content: "\ef99";
}
.icon-earbuds-o:before {
  content: "\ef9a";
}
.icon-edgesensor_low-o:before {
  content: "\efa2";
}
.icon-edit_calendar-o:before {
  content: "\efa3";
}
.icon-edit_location_alt-o:before {
  content: "\efa4";
}
.icon-edit_notifications-o:before {
  content: "\efa5";
}
.icon-edit_off-o:before {
  content: "\efa6";
}
.icon-electric_car-o:before {
  content: "\efa7";
}
.icon-electric_moped-o:before {
  content: "\efa8";
}
.icon-elevator-o:before {
  content: "\efa9";
}
.icon-emergency-o:before {
  content: "\efaa";
}
.icon-engineering-o:before {
  content: "\efab";
}
.icon-escalator-o:before {
  content: "\efac";
}
.icon-extension_off-o:before {
  content: "\efad";
}
.icon-face_retouching_natural-o:before {
  content: "\efae";
}
.icon-face_retouching_off-o:before {
  content: "\efaf";
}
.icon-fact_check-o:before {
  content: "\efb0";
}
.icon-feed-o:before {
  content: "\efb1";
}
.icon-female-o:before {
  content: "\efb2";
}
.icon-festival-o:before {
  content: "\efb3";
}
.icon-file_present-o:before {
  content: "\efb6";
}
.icon-fit_screen-o:before {
  content: "\efb7";
}
.icon-flashlight_off-o:before {
  content: "\efb8";
}
.icon-flashlight_on-o:before {
  content: "\efb9";
}
.icon-flourescent-o:before {
  content: "\efba";
}
.icon-fmd_bad-o:before {
  content: "\efbb";
}
.icon-font_download_off-o:before {
  content: "\efbc";
}
.icon-food_bank-o:before {
  content: "\efbd";
}
.icon-format_textdirection_l_to_r-o:before {
  content: "\efbe";
}
.icon-forward_to_inbox-o:before {
  content: "\efc1";
}
.icon-free_cancellation-o:before {
  content: "\efc2";
}
.icon-front_hand-o:before {
  content: "\efc3";
}
.icon-garage-o:before {
  content: "\efc4";
}
.icon-generating_tokens-o:before {
  content: "\efc5";
}
.icon-gpp_bad-o:before {
  content: "\efc6";
}
.icon-gpp_maybe-o:before {
  content: "\efc7";
}
.icon-group_off-o:before {
  content: "\efc8";
}
.icon-group-o:before {
  content: "\efc9";
}
.icon-groups-o:before {
  content: "\efca";
}
.icon-handyman-o:before {
  content: "\efcb";
}
.icon-hardware-o:before {
  content: "\efcc";
}
.icon-hdr_enhanced_select-o:before {
  content: "\efcd";
}
.icon-hdr_plus-o:before {
  content: "\efce";
}
.icon-headphones_battery-o:before {
  content: "\efcf";
}
.icon-headset_off-o:before {
  content: "\efd0";
}
.icon-health_and_safety-o:before {
  content: "\efd1";
}
.icon-hide_image-o:before {
  content: "\efd2";
}
.icon-highlight_off-o:before {
  content: "\efd3";
}
.icon-holiday_village-o:before {
  content: "\efd4";
}
.icon-home_repair_service-o:before {
  content: "\efd5";
}
.icon-horizontal_split-o1:before {
  content: "\efd6";
}
.icon-hotel_class-o:before {
  content: "\efd7";
}
.icon-houseboat-o:before {
  content: "\efd8";
}
.icon-hvac-o:before {
  content: "\efd9";
}
.icon-ice_skating-o:before {
  content: "\efda";
}
.icon-icecream-o:before {
  content: "\efdb";
}
.icon-image_not_supported-o:before {
  content: "\efdc";
}
.icon-imagesearch_roller-o:before {
  content: "\efdd";
}
.icon-integration_instructions-o:before {
  content: "\efde";
}
.icon-inventory_2-o:before {
  content: "\efdf";
}
.icon-iron-o:before {
  content: "\efe0";
}
.icon-label_important_outline-o:before {
  content: "\efe1";
}
.icon-leaderboard-o:before {
  content: "\efe2";
}
.icon-light-o:before {
  content: "\efe3";
}
.icon-linked_camera-o:before {
  content: "\efe4";
}
.icon-living-o:before {
  content: "\efea";
}
.icon-local_police-o:before {
  content: "\efeb";
}
.icon-lock_clock-o:before {
  content: "\efec";
}
.icon-lunch_dining-o:before {
  content: "\efed";
}
.icon-manage_accounts-o:before {
  content: "\efee";
}
.icon-maps_home_work-o:before {
  content: "\efef";
}
.icon-maps_ugc-o:before {
  content: "\eff0";
}
.icon-margin-o:before {
  content: "\eff1";
}
.icon-mark_as_unread-o:before {
  content: "\eff2";
}
.icon-mark_chat_read-o:before {
  content: "\eff3";
}
.icon-mark_chat_unread-o:before {
  content: "\eff4";
}
.icon-mark_email_read-o:before {
  content: "\eff5";
}
.icon-mark_email_unread-o:before {
  content: "\eff6";
}
.icon-masks-o:before {
  content: "\eff7";
}
.icon-medical_services-o:before {
  content: "\eff8";
}
.icon-medication-o:before {
  content: "\eff9";
}
.icon-microwave-o:before {
  content: "\effa";
}
.icon-military_tech-o:before {
  content: "\effb";
}
.icon-monetization_on-o1:before {
  content: "\effc";
}
.icon-monitor_weight-o:before {
  content: "\effd";
}
.icon-moped-o:before {
  content: "\effe";
}
.icon-motion_photos_auto-o:before {
  content: "\efff";
}
.icon-motion_photos_off-o:before {
  content: "\f000";
}
.icon-motion_photos_on-o:before {
  content: "\f001";
}
.icon-motion_photos_paused-o:before {
  content: "\f002";
}
.icon-mouse-o:before {
  content: "\f003";
}
.icon-move_to_inbox-o1:before {
  content: "\f004";
}
.icon-mp-o:before {
  content: "\f005";
}
.icon-near_me_disabled-o:before {
  content: "\f006";
}
.icon-new_label-o:before {
  content: "\f007";
}
.icon-next_plan-o:before {
  content: "\f008";
}
.icon-night_shelter-o:before {
  content: "\f009";
}
.icon-no_accounts-o:before {
  content: "\f00a";
}
.icon-no_backpack-o:before {
  content: "\f00b";
}
.icon-no_cell-o:before {
  content: "\f00c";
}
.icon-no_flash-o:before {
  content: "\f00d";
}
.icon-no_photography-o:before {
  content: "\f010";
}
.icon-no_transfer-o:before {
  content: "\f011";
}
.icon-not_started-o:before {
  content: "\f012";
}
.icon-note_alt-o:before {
  content: "\f013";
}
.icon-notification_add-o:before {
  content: "\f014";
}
.icon-offline_share-o:before {
  content: "\f015";
}
.icon-other_houses-o:before {
  content: "\f016";
}
.icon-outbond-o:before {
  content: "\f017";
}
.icon-outlet-o:before {
  content: "\f018";
}
.icon-padding-o:before {
  content: "\f019";
}
.icon-palette-o:before {
  content: "\f01a";
}
.icon-panorama_photosphere-o:before {
  content: "\f01b";
}
.icon-paragliding-o:before {
  content: "\f01c";
}
.icon-park-o:before {
  content: "\f01d";
}
.icon-pause_presentation-o:before {
  content: "\f01e";
}
.icon-payments-o:before {
  content: "\f01f";
}
.icon-pending-o:before {
  content: "\f020";
}
.icon-people-o:before {
  content: "\f021";
}
.icon-person_off-o:before {
  content: "\f022";
}
.icon-person_remove-o:before {
  content: "\f023";
}
.icon-person_search-o:before {
  content: "\f024";
}
.icon-personal_injury-o:before {
  content: "\f025";
}
.icon-pest_control_rodent-o:before {
  content: "\f026";
}
.icon-phone_bluetooth_speaker-o:before {
  content: "\f027";
}
.icon-phone_callback-o:before {
  content: "\f028";
}
.icon-phone_forwarded-o:before {
  content: "\f029";
}
.icon-phone_in_talk-o:before {
  content: "\f02a";
}
.icon-phone_missed-o:before {
  content: "\f02d";
}
.icon-phone_paused-o:before {
  content: "\f02e";
}
.icon-photo_camera_back-o:before {
  content: "\f02f";
}
.icon-photo_camera_front-o-2:before {
  content: "\f030";
}
.icon-photo_camera_front-o:before {
  content: "\f031";
}
.icon-pin-o:before {
  content: "\f032";
}
.icon-plagiarism-o:before {
  content: "\f033";
}
.icon-play_lesson-o:before {
  content: "\f034";
}
.icon-poll-o:before {
  content: "\f035";
}
.icon-portrait-o:before {
  content: "\f036";
}
.icon-privacy_tip-o:before {
  content: "\f037";
}
.icon-private_connectivity-o:before {
  content: "\f038";
}
.icon-psychology-o:before {
  content: "\f039";
}
.icon-quickreply-o:before {
  content: "\f03a";
}
.icon-quiz-o:before {
  content: "\f03b";
}
.icon-railway_alert-o:before {
  content: "\f03c";
}
.icon-ramen_dining-o:before {
  content: "\f03d";
}
.icon-real_estate_agent-o:before {
  content: "\f03e";
}
.icon-receipt_long-o:before {
  content: "\f03f";
}
.icon-recommend-o:before {
  content: "\f040";
}
.icon-remember_me-o:before {
  content: "\f041";
}
.icon-remove_moderator-o:before {
  content: "\f042";
}
.icon-request_page-o:before {
  content: "\f043";
}
.icon-reviews-o:before {
  content: "\f044";
}
.icon-rice_bowl-o:before {
  content: "\f045";
}
.icon-room_preferences-o:before {
  content: "\f046";
}
.icon-rule_folder-o:before {
  content: "\f047";
}
.icon-run_circle-o:before {
  content: "\f048";
}
.icon-sailing-o:before {
  content: "\f049";
}
.icon-sanitizer-o:before {
  content: "\f04a";
}
.icon-savings-o:before {
  content: "\f04b";
}
.icon-schema-o:before {
  content: "\f04c";
}
.icon-science-o:before {
  content: "\f04d";
}
.icon-screen_search_desktop-o:before {
  content: "\f04e";
}
.icon-sd_card_alert-o:before {
  content: "\f04f";
}
.icon-sd-o:before {
  content: "\f050";
}
.icon-security_update_warning-o:before {
  content: "\f053";
}
.icon-security_update-o:before {
  content: "\f054";
}
.icon-send_and_archive-o:before {
  content: "\f055";
}
.icon-sensor_door-o:before {
  content: "\f056";
}
.icon-sensor_window-o:before {
  content: "\f057";
}
.icon-set_meal-o:before {
  content: "\f058";
}
.icon-settings_suggest-o:before {
  content: "\f059";
}
.icon-shield-o:before {
  content: "\f05a";
}
.icon-shopping_bag-o:before {
  content: "\f05b";
}
.icon-shower-o:before {
  content: "\f05c";
}
.icon-sick-o:before {
  content: "\f05d";
}
.icon-signal_cellular_connected_no_internet_0_bar-o:before {
  content: "\f05e";
}
.icon-signal_wifi_0_bar-o:before {
  content: "\f05f";
}
.icon-signal_wifi_statusbar_null-o:before {
  content: "\f060";
}
.icon-sim_card_alert-o:before {
  content: "\f061";
}
.icon-sim_card_download-o:before {
  content: "\f062";
}
.icon-single_bed-o:before {
  content: "\f063";
}
.icon-sip-o:before {
  content: "\f064";
}
.icon-smart_display-o:before {
  content: "\f065";
}
.icon-smart_screen-o:before {
  content: "\f066";
}
.icon-smart_toy-o:before {
  content: "\f067";
}
.icon-snippet_folder-o:before {
  content: "\f068";
}
.icon-snowmobile-o:before {
  content: "\f069";
}
.icon-soap-o:before {
  content: "\f06a";
}
.icon-source-o:before {
  content: "\f06b";
}
.icon-sports_bar-o:before {
  content: "\f06c";
}
.icon-sports_cricket-o:before {
  content: "\f06d";
}
.icon-stairs-o:before {
  content: "\f06e";
}
.icon-sticky_note_2-o:before {
  content: "\f06f";
}
.icon-stop_circle-o:before {
  content: "\f070";
}
.icon-storefront-o:before {
  content: "\f071";
}
.icon-stroller-o:before {
  content: "\f072";
}
.icon-summarize-o:before {
  content: "\f073";
}
.icon-swipe-o:before {
  content: "\f074";
}
.icon-switch_account-o:before {
  content: "\f075";
}
.icon-system_security_update_good-o:before {
  content: "\f076";
}
.icon-system_security_update_warning-o:before {
  content: "\f077";
}
.icon-upcoming-o:before {
  content: "\f078";
}
.icon-upload_file-o:before {
  content: "\f079";
}
.icon-verified-o:before {
  content: "\f07a";
}
.icon-video_camera_back-o:before {
  content: "\f07b";
}
.icon-video_camera_front-o:before {
  content: "\f07c";
}
.icon-video_stable-o:before {
  content: "\f07d";
}
.icon-videogame_asset_off-o:before {
  content: "\f07e";
}
.icon-view_sidebar-o:before {
  content: "\f07f";
}
.icon-villa-o:before {
  content: "\f080";
}
.icon-voice_chat-o:before {
  content: "\f081";
}
.icon-volunteer_activism-o:before {
  content: "\f082";
}
.icon-vrpano-o:before {
  content: "\f083";
}
.icon-warning_amber-o-2:before {
  content: "\f084";
}
.icon-warning_amber-o:before {
  content: "\f085";
}
.icon-wash-o:before {
  content: "\f086";
}
.icon-watch-o:before {
  content: "\f087";
}
.icon-water_damage-o:before {
  content: "\f088";
}
.icon-water_drop-o:before {
  content: "\f089";
}
.icon-waving_hand-o:before {
  content: "\f08a";
}
.icon-wifi_calling_3-o:before {
  content: "\f08b";
}
.icon-wine_bar-o:before {
  content: "\f08c";
}
.icon-workspaces_outline-o:before {
  content: "\f08d";
}
.icon-wrong_location-o:before {
  content: "\f08e";
}
.icon-yard-o:before {
  content: "\f08f";
}
.icon-WSJF:before {
  content: "\ea0f";
}
.icon-characteristic:before {
  content: "\ea10";
}
.icon-4k-o:before {
  content: "\ea11";
}
.icon-account_tree-o:before {
  content: "\ea12";
}
.icon-add_a_photo-o:before {
  content: "\ea13";
}
.icon-add_alert-o:before {
  content: "\ea14";
}
.icon-add_box-o:before {
  content: "\ea15";
}
.icon-add_comment-o:before {
  content: "\ea16";
}
.icon-add_ic_call-o:before {
  content: "\ea17";
}
.icon-add_location-o:before {
  content: "\ea18";
}
.icon-add_photo_o:before {
  content: "\ea19";
}
.icon-add_to_photos-o:before {
  content: "\ea1a";
}
.icon-airline_seat_flat_angled-o:before {
  content: "\ea1b";
}
.icon-airline_seat_flat-o:before {
  content: "\ea1c";
}
.icon-airline_seat_individual_suite-o:before {
  content: "\ea1d";
}
.icon-airport_shuttle-o:before {
  content: "\ea1e";
}
.icon-album-o:before {
  content: "\ea1f";
}
.icon-all_inbox-o:before {
  content: "\ea20";
}
.icon-amp_stories-o:before {
  content: "\ea21";
}
.icon-announcement-o:before {
  content: "\ea22";
}
.icon-archive-o:before {
  content: "\ea23";
}
.icon-arrow_drop_down_circle-o:before {
  content: "\ea24";
}
.icon-assignment_ind-o:before {
  content: "\ea25";
}
.icon-assignment_late-o:before {
  content: "\ea26";
}
.icon-assignment_return-o:before {
  content: "\ea27";
}
.icon-assignment_returned-o:before {
  content: "\ea28";
}
.icon-assignment_turned_in-o:before {
  content: "\ea29";
}
.icon-assignment-o:before {
  content: "\ea2a";
}
.icon-flag-o:before {
  content: "\ea2b";
}
.icon-assistant-o:before {
  content: "\ea2c";
}
.icon-audiotrack-o:before {
  content: "\ea2d";
}
.icon-backspace-o:before {
  content: "\ea2e";
}
.icon-backup-o:before {
  content: "\ea2f";
}
.icon-ballot-o:before {
  content: "\ea30";
}
.icon-bathtub-o:before {
  content: "\ea31";
}
.icon-beach_access-o:before {
  content: "\ea32";
}
.icon-beenhere-o:before {
  content: "\ea33";
}
.icon-book-o:before {
  content: "\ea34";
}
.icon-bookmarks-o:before {
  content: "\ea35";
}
.icon-branding_watermark-o:before {
  content: "\ea36";
}
.icon-brightness_o:before {
  content: "\ea37";
}
.icon-brightness_2-o:before {
  content: "\ea38";
}
.icon-brightness_3-o:before {
  content: "\ea39";
}
.icon-brightness_4-o:before {
  content: "\ea3a";
}
.icon-brightness_5-o:before {
  content: "\ea3b";
}
.icon-brightness_6-o:before {
  content: "\ea3c";
}
.icon-brightness_7-o:before {
  content: "\ea3d";
}
.icon-brightness_auto-o:before {
  content: "\ea3e";
}
.icon-brightness_high-o:before {
  content: "\ea3f";
}
.icon-brightness_low-o:before {
  content: "\ea40";
}
.icon-brightness_medium-o:before {
  content: "\ea41";
}
.icon-broken_image-o:before {
  content: "\ea42";
}
.icon-brush-o:before {
  content: "\ea43";
}
.icon-bubble_chart-o:before {
  content: "\ea44";
}
.icon-bug_report-o:before {
  content: "\ea45";
}
.icon-build-o:before {
  content: "\ea46";
}
.icon-burst_mode-o:before {
  content: "\ea47";
}
.icon-business_center-o:before {
  content: "\ea48";
}
.icon-cake-o:before {
  content: "\ea49";
}
.icon-calendar_today-o:before {
  content: "\ea4a";
}
.icon-call_end-o:before {
  content: "\ea4b";
}
.icon-call_to_action-o:before {
  content: "\ea4c";
}
.icon-call-o:before {
  content: "\ea4d";
}
.icon-camera_alt-o:before {
  content: "\ea4e";
}
.icon-camera_enhance-o:before {
  content: "\ea4f";
}
.icon-camera_front-o:before {
  content: "\ea50";
}
.icon-camera_rear-o:before {
  content: "\ea51";
}
.icon-camera_roll-o:before {
  content: "\ea52";
}
.icon-camera-o:before {
  content: "\ea53";
}
.icon-cancel_schedule_send-o:before {
  content: "\ea54";
}
.icon-casino-o:before {
  content: "\ea55";
}
.icon-cast_connected-o:before {
  content: "\ea56";
}
.icon-category-o:before {
  content: "\ea57";
}
.icon-center_focus_strong-o:before {
  content: "\ea58";
}
.icon-chat-o:before {
  content: "\ea59";
}
.icon-check_box-o:before {
  content: "\ea5a";
}
.icon-child_friendly-o:before {
  content: "\ea5b";
}
.icon-chrome_reader_mode-o:before {
  content: "\ea5c";
}
.icon-class-o:before {
  content: "\ea5d";
}
.icon-closed_caption-o:before {
  content: "\ea5e";
}
.icon-cloud_circle-o:before {
  content: "\ea5f";
}
.icon-cloud_done-o:before {
  content: "\ea60";
}
.icon-cloud_download-o:before {
  content: "\ea61";
}
.icon-cloud-o:before {
  content: "\ea62";
}
.icon-collections_bookmark-o:before {
  content: "\ea63";
}
.icon-collections-o:before {
  content: "\ea64";
}
.icon-color_lens-o:before {
  content: "\ea65";
}
.icon-colorize-o:before {
  content: "\ea66";
}
.icon-comment-o:before {
  content: "\ea67";
}
.icon-compass_calibration-o:before {
  content: "\ea68";
}
.icon-confirmation_number-o:before {
  content: "\ea69";
}
.icon-contact_mail-o:before {
  content: "\ea6a";
}
.icon-contact_phone-o:before {
  content: "\ea6b";
}
.icon-contact_support-o:before {
  content: "\ea6c";
}
.icon-contactless-o:before {
  content: "\ea6d";
}
.icon-contacts-o:before {
  content: "\ea6e";
}
.icon-create_new_folder-o:before {
  content: "\ea6f";
}
.icon-dashboard-o:before {
  content: "\ea71";
}
.icon-date_range-o:before {
  content: "\ea72";
}
.icon-deck-o:before {
  content: "\ea73";
}
.icon-delete_forever-o:before {
  content: "\ea74";
}
.icon-delete_sweep-o:before {
  content: "\ea75";
}
.icon-departure_board-o:before {
  content: "\ea76";
}
.icon-description-o:before {
  content: "\ea77";
}
.icon-dialer_sip-o:before {
  content: "\ea78";
}
.icon-directions_boat-o:before {
  content: "\ea79";
}
.icon-directions_car-o:before {
  content: "\ea7a";
}
.icon-directions_railway-o:before {
  content: "\ea7b";
}
.icon-directions_subway-o:before {
  content: "\ea7c";
}
.icon-directions-o:before {
  content: "\ea7d";
}
.icon-disc_full-o:before {
  content: "\ea7e";
}
.icon-dns-o:before {
  content: "\ea7f";
}
.icon-donut_small-o:before {
  content: "\ea80";
}
.icon-drafts-o:before {
  content: "\ea81";
}
.icon-drive_eta-o:before {
  content: "\ea82";
}
.icon-dynamic_feed-o:before {
  content: "\ea83";
}
.icon-eco-o:before {
  content: "\ea84";
}
.icon-edit_attributes-o:before {
  content: "\ea85";
}
.icon-edit_location-o:before {
  content: "\ea86";
}
.icon-edit-o:before {
  content: "\ea87";
}
.icon-eject-o:before {
  content: "\ea88";
}
.icon-email-o:before {
  content: "\ea89";
}
.icon-emoji_emotions-o:before {
  content: "\ea8a";
}
.icon-emoji_events-o:before {
  content: "\ea8b";
}
.icon-emoji_food_beverage-o:before {
  content: "\ea8c";
}
.icon-emoji_objects-o:before {
  content: "\ea8d";
}
.icon-enhanced_encryption-o:before {
  content: "\ea8e";
}
.icon-ev_station-o:before {
  content: "\ea8f";
}
.icon-event_available-o:before {
  content: "\ea90";
}
.icon-event_busy-o:before {
  content: "\ea91";
}
.icon-event_note-o:before {
  content: "\ea92";
}
.icon-event_seat-o:before {
  content: "\ea93";
}
.icon-event-o:before {
  content: "\ea94";
}
.icon-explicit-o:before {
  content: "\ea95";
}
.icon-explore_off-o:before {
  content: "\ea96";
}
.icon-explore-o:before {
  content: "\ea97";
}
.icon-exposure-o:before {
  content: "\ea98";
}
.icon-extension-o:before {
  content: "\ea99";
}
.icon-face-o:before {
  content: "\ea9a";
}
.icon-fast_forward-o:before {
  content: "\ea9b";
}
.icon-fast_rewind-o:before {
  content: "\ea9c";
}
.icon-fastfood-o:before {
  content: "\ea9d";
}
.icon-favorite_border-o:before {
  content: "\ea9e";
}
.icon-featured_play_list-o:before {
  content: "\ea9f";
}
.icon-featured_video-o:before {
  content: "\eaa0";
}
.icon-feedback-o:before {
  content: "\eaa1";
}
.icon-fiber_dvr-o:before {
  content: "\eaa2";
}
.icon-fiber_manual_record-o:before {
  content: "\eaa3";
}
.icon-fiber_new-o:before {
  content: "\eaa4";
}
.icon-fiber_pin-o:before {
  content: "\eaa5";
}
.icon-fiber_smart_record-o:before {
  content: "\eaa6";
}
.icon-file_copy-o:before {
  content: "\eaa7";
}
.icon-filter_frames-o:before {
  content: "\eaa8";
}
.icon-filter_hdr-o:before {
  content: "\eaa9";
}
.icon-filter_vintage-o:before {
  content: "\eaaa";
}
.icon-find_in_page-o:before {
  content: "\eaab";
}
.icon-fireplace-o:before {
  content: "\eaac";
}
.icon-flag-24px:before {
  content: "\eaad";
}
.icon-flip_camera_android-o:before {
  content: "\eaae";
}
.icon-flip_camera_ios-o:before {
  content: "\eaaf";
}
.icon-folder_shared-o:before {
  content: "\eab0";
}
.icon-folder_special-o:before {
  content: "\eab1";
}
.icon-folder-o:before {
  content: "\eab2";
}
.icon-font_download-o:before {
  content: "\eab3";
}
.icon-format_color_reset-o:before {
  content: "\eab4";
}
.icon-format_paint-o:before {
  content: "\eab5";
}
.icon-format_quote-o:before {
  content: "\eab6";
}
.icon-forum-o:before {
  content: "\eab7";
}
.icon-forward-o:before {
  content: "\eab8";
}
.icon-free_breakfast-o:before {
  content: "\eab9";
}
.icon-gamepad-o:before {
  content: "\eaba";
}
.icon-get_app-o:before {
  content: "\eabb";
}
.icon-grade-o:before {
  content: "\eabc";
}
.icon-group_add-o:before {
  content: "\eabd";
}
.icon-group_work-o:before {
  content: "\eabe";
}
.icon-hd-o:before {
  content: "\eabf";
}
.icon-headset_mic-o:before {
  content: "\eac0";
}
.icon-headset-o:before {
  content: "\eac1";
}
.icon-high_quality-o:before {
  content: "\eac2";
}
.icon-highlight-o:before {
  content: "\eac3";
}
.icon-home_work-o:before {
  content: "\eac4";
}
.icon-home-o:before {
  content: "\eac5";
}
.icon-horizontal_split-o:before {
  content: "\eac6";
}
.icon-hotel-o:before {
  content: "\eac7";
}
.icon-house-o:before {
  content: "\eac8";
}
.icon-how_to_reg-o:before {
  content: "\eac9";
}
.icon-how_to_vote-o:before {
  content: "\eaca";
}
.icon-https-o:before {
  content: "\eacb";
}
.icon-image-o:before {
  content: "\eacc";
}
.icon-inbox-o:before {
  content: "\eacd";
}
.icon-indeterminate_check_box-o:before {
  content: "\eace";
}
.icon-info-o:before {
  content: "\eacf";
}
.icon-insert_comment-o:before {
  content: "\ead0";
}
.icon-insert_drive_file-o:before {
  content: "\ead1";
}
.icon-insert_invitation-o:before {
  content: "\ead2";
}
.icon-insert_photo-o:before {
  content: "\ead3";
}
.icon-keyboard_hide-o:before {
  content: "\ead4";
}
.icon-keyboard_voice-o:before {
  content: "\ead5";
}
.icon-keyboard-o:before {
  content: "\ead6";
}
.icon-king_bed-o:before {
  content: "\ead7";
}
.icon-label_off-o:before {
  content: "\ead8";
}
.icon-label-o:before {
  content: "\ead9";
}
.icon-landscape-o:before {
  content: "\eada";
}
.icon-layers_clear-o:before {
  content: "\eadb";
}
.icon-layers-o:before {
  content: "\eadc";
}
.icon-library_add_check-o:before {
  content: "\eadd";
}
.icon-library_add-o:before {
  content: "\eade";
}
.icon-library_books-o:before {
  content: "\eadf";
}
.icon-library_music-o:before {
  content: "\eae0";
}
.icon-live_help-o:before {
  content: "\eae1";
}
.icon-local_activity-o:before {
  content: "\eae2";
}
.icon-local_bar-o:before {
  content: "\eae3";
}
.icon-local_cafe-o:before {
  content: "\eae4";
}
.icon-local_car_wash-o:before {
  content: "\eae5";
}
.icon-local_convenience_store-o:before {
  content: "\eae6";
}
.icon-local_drink-o:before {
  content: "\eae7";
}
.icon-local_florist-o:before {
  content: "\eae8";
}
.icon-local_gas_station-o:before {
  content: "\eae9";
}
.icon-local_grocery_store-o:before {
  content: "\eaea";
}
.icon-local_hospital-o:before {
  content: "\eaeb";
}
.icon-local_hotel-o:before {
  content: "\eaec";
}
.icon-local_laundry_service-o:before {
  content: "\eaed";
}
.icon-local_library-o:before {
  content: "\eaee";
}
.icon-local_mall-o:before {
  content: "\eaef";
}
.icon-local_movies-o:before {
  content: "\eaf0";
}
.icon-local_offer-o:before {
  content: "\eaf1";
}
.icon-local_pharmacy-o:before {
  content: "\eaf2";
}
.icon-local_phone-o:before {
  content: "\eaf3";
}
.icon-local_pizza-o:before {
  content: "\eaf4";
}
.icon-local_play-o:before {
  content: "\eaf5";
}
.icon-local_post_office-o:before {
  content: "\eaf6";
}
.icon-local_printshop-o:before {
  content: "\eaf7";
}
.icon-local_see-o:before {
  content: "\eaf8";
}
.icon-local_shipping-o:before {
  content: "\eaf9";
}
.icon-local_taxi-o:before {
  content: "\eafa";
}
.icon-location_off-o:before {
  content: "\eafb";
}
.icon-location_on-o:before {
  content: "\eafc";
}
.icon-lock-o:before {
  content: "\eafd";
}
.icon-looks_3-o:before {
  content: "\eafe";
}
.icon-looks_4-o:before {
  content: "\eaff";
}
.icon-looks_5-o:before {
  content: "\eb00";
}
.icon-looks_6-o:before {
  content: "\eb01";
}
.icon-looks_one-o:before {
  content: "\eb02";
}
.icon-looks_two-o:before {
  content: "\eb03";
}
.icon-loyalty-o:before {
  content: "\eb04";
}
.icon-mail-o:before {
  content: "\eb05";
}
.icon-markunread_mailbox-o:before {
  content: "\eb06";
}
.icon-meeting_room-o:before {
  content: "\eb07";
}
.icon-message-o:before {
  content: "\eb08";
}
.icon-mic_off-o:before {
  content: "\eb09";
}
.icon-missed_video_call-o:before {
  content: "\eb0a";
}
.icon-mms-o:before {
  content: "\eb0b";
}
.icon-mode_comment-o:before {
  content: "\eb0c";
}
.icon-monetization_on-o:before {
  content: "\eb0d";
}
.icon-more-o:before {
  content: "\eb0e";
}
.icon-move_to_inbox-o:before {
  content: "\eb0f";
}
.icon-movie_creation-o:before {
  content: "\eb10";
}
.icon-movie_filter-o:before {
  content: "\eb11";
}
.icon-movie-o:before {
  content: "\eb12";
}
.icon-museum-o:before {
  content: "\eb13";
}
.icon-music_note-o:before {
  content: "\eb14";
}
.icon-music_off-o:before {
  content: "\eb15";
}
.icon-nature_people-o:before {
  content: "\eb16";
}
.icon-nature-o:before {
  content: "\eb17";
}
.icon-navigation-o:before {
  content: "\eb18";
}
.icon-near_me-o:before {
  content: "\eb19";
}
.icon-network_locked-o:before {
  content: "\eb1a";
}
.icon-new_releases-o:before {
  content: "\eb1b";
}
.icon-next_week-o:before {
  content: "\eb1c";
}
.icon-nights_stay-o:before {
  content: "\eb1d";
}
.icon-no_encryption-o:before {
  content: "\eb1e";
}
.icon-no_meeting_room-o:before {
  content: "\eb1f";
}
.icon-no_sim-o:before {
  content: "\eb20";
}
.icon-not_listed_location-o:before {
  content: "\eb21";
}
.icon-note_add-o:before {
  content: "\eb22";
}
.icon-note-o:before {
  content: "\eb23";
}
.icon-notification_important-o:before {
  content: "\eb24";
}
.icon-notifications_active-o:before {
  content: "\eb25";
}
.icon-notifications_off-o:before {
  content: "\eb26";
}
.icon-notifications_paused-o:before {
  content: "\eb27";
}
.icon-notifications-o:before {
  content: "\eb28";
}
.icon-offline_bolt-o:before {
  content: "\eb29";
}
.icon-offline_pin-o:before {
  content: "\eb2a";
}
.icon-outdoor_grill-o:before {
  content: "\eb2b";
}
.icon-pages-o:before {
  content: "\eb2c";
}
.icon-pageview-o:before {
  content: "\eb2d";
}
.icon-pan_tool-o:before {
  content: "\eb2e";
}
.icon-panorama-o:before {
  content: "\eb2f";
}
.icon-party_mode-o:before {
  content: "\eb30";
}
.icon-people_outline-o:before {
  content: "\eb31";
}
.icon-perm_camera_mic-o:before {
  content: "\eb32";
}
.icon-perm_contact_calendar-o:before {
  content: "\eb33";
}
.icon-perm_data_setting-o:before {
  content: "\eb34";
}
.icon-perm_device_information-o:before {
  content: "\eb35";
}
.icon-perm_media-o:before {
  content: "\eb36";
}
.icon-perm_phone_msg-o:before {
  content: "\eb37";
}
.icon-perm_scan_wifi-o:before {
  content: "\eb38";
}
.icon-person_add_disabled-o:before {
  content: "\eb39";
}
.icon-person_add-o:before {
  content: "\eb3a";
}
.icon-person_pin_circle-o:before {
  content: "\eb4d";
}
.icon-person_pin-o:before {
  content: "\eb4e";
}
.icon-person-o:before {
  content: "\eb4f";
}
.icon-phone_disabled-o:before {
  content: "\eb50";
}
.icon-phone_enabled-o:before {
  content: "\eb51";
}
.icon-phone-o:before {
  content: "\eb52";
}
.icon-photo_album-o:before {
  content: "\eb53";
}
.icon-photo_camera-o:before {
  content: "\eb54";
}
.icon-photo_library-o:before {
  content: "\eb55";
}
.icon-photo-o:before {
  content: "\eb56";
}
.icon-picture_as_pdf-o:before {
  content: "\eb57";
}
.icon-picture_in_picture_alt-o:before {
  content: "\eb58";
}
.icon-picture_in_picture-o:before {
  content: "\eb59";
}
.icon-pie_chart-o:before {
  content: "\eb5a";
}
.icon-pin_drop-o:before {
  content: "\eb5b";
}
.icon-place-o:before {
  content: "\eb5c";
}
.icon-play_arrow-o:before {
  content: "\eb5d";
}
.icon-policy-o:before {
  content: "\eb5e";
}
.icon-power_off-o:before {
  content: "\eb5f";
}
.icon-power-o:before {
  content: "\eb60";
}
.icon-print_disabled-o:before {
  content: "\eb61";
}
.icon-print-o:before {
  content: "\eb62";
}
.icon-publish-o:before {
  content: "\eb63";
}
.icon-question_answer-o:before {
  content: "\eb64";
}
.icon-queue-o:before {
  content: "\eb65";
}
.icon-radio-o:before {
  content: "\eb66";
}
.icon-receipt-o:before {
  content: "\eb67";
}
.icon-recent_actors-o:before {
  content: "\eb68";
}
.icon-record_voice_over-o:before {
  content: "\eb69";
}
.icon-remove_shopping_cart-o:before {
  content: "\eb6a";
}
.icon-report_off-o:before {
  content: "\eb6b";
}
.icon-report_problem-o:before {
  content: "\eb6c";
}
.icon-report-o:before {
  content: "\eb6d";
}
.icon-restore_from_trash-o:before {
  content: "\eb6e";
}
.icon-restore_page-o:before {
  content: "\eb6f";
}
.icon-ring_volume-o:before {
  content: "\eb70";
}
.icon-room_service-o:before {
  content: "\eb71";
}
.icon-room-o:before {
  content: "\eb72";
}
.icon-satellite-o:before {
  content: "\eb73";
}
.icon-save-o:before {
  content: "\eb74";
}
.icon-scanner-o:before {
  content: "\eb75";
}
.icon-scatter_plot-o:before {
  content: "\eb76";
}
.icon-school-o:before {
  content: "\eb77";
}
.icon-score-o:before {
  content: "\eb78";
}
.icon-screen_share-o:before {
  content: "\eb79";
}
.icon-sd_card-o:before {
  content: "\eb7a";
}
.icon-sd_storage-o:before {
  content: "\eb7b";
}
.icon-send-o:before {
  content: "\eb7c";
}
.icon-settings_applications-o:before {
  content: "\eb7d";
}
.icon-settings_cell-o:before {
  content: "\eb7e";
}
.icon-settings_input_component-o:before {
  content: "\eb7f";
}
.icon-settings_input_hdmi-o:before {
  content: "\eb80";
}
.icon-settings_phone-o:before {
  content: "\eb81";
}
.icon-settings_remote-o:before {
  content: "\eb82";
}
.icon-settings_system_daydream-o:before {
  content: "\eb83";
}
.icon-settings_voice-o:before {
  content: "\eb84";
}
.icon-settings-o:before {
  content: "\eb85";
}
.icon-shop_two-o:before {
  content: "\eb86";
}
.icon-shop-o:before {
  content: "\eb87";
}
.icon-shopping_basket-o:before {
  content: "\eb88";
}
.icon-shopping_cart-o:before {
  content: "\eb89";
}
.icon-signal_cellular_no_sim-o:before {
  content: "\eb8a";
}
.icon-sim_card-o:before {
  content: "\eb8b";
}
.icon-skip_next-o:before {
  content: "\eb8c";
}
.icon-skip_previous-o:before {
  content: "\eb8d";
}
.icon-sms_failed-o:before {
  content: "\eb8e";
}
.icon-sms-o:before {
  content: "\eb8f";
}
.icon-spa-o:before {
  content: "\eb90";
}
.icon-speaker_group-o:before {
  content: "\eb91";
}
.icon-speaker_notes_off-o:before {
  content: "\eb92";
}
.icon-speaker_notes-o:before {
  content: "\eb93";
}
.icon-speaker-o:before {
  content: "\eb94";
}
.icon-sports_baseball-o:before {
  content: "\eb95";
}
.icon-sports_basketball-o:before {
  content: "\eb96";
}
.icon-sports_esports-o:before {
  content: "\eb97";
}
.icon-sports_football-o:before {
  content: "\eb98";
}
.icon-sports_mma-o:before {
  content: "\eb99";
}
.icon-sports_motorsports-o:before {
  content: "\eb9a";
}
.icon-sports_volleyball-o:before {
  content: "\eb9c";
}
.icon-stars-o:before {
  content: "\eb9d";
}
.icon-stop_screen_share-o:before {
  content: "\eb9e";
}
.icon-stop-o:before {
  content: "\eb9f";
}
.icon-store_mall_directory-o:before {
  content: "\eba0";
}
.icon-store-o:before {
  content: "\eba1";
}
.icon-style-o:before {
  content: "\eba2";
}
.icon-subscriptions-o:before {
  content: "\eba3";
}
.icon-subtitles-o:before {
  content: "\eba4";
}
.icon-subway-o:before {
  content: "\eba5";
}
.icon-supervised_user_circle-o:before {
  content: "\eba6";
}
.icon-supervisor_account-o:before {
  content: "\eba7";
}
.icon-surround_sound-outline:before {
  content: "\eba8";
}
.icon-swap_horizontal_circle-o:before {
  content: "\eba9";
}
.icon-swap_vertical_circle-o:before {
  content: "\ebaa";
}
.icon-switch_camera-o:before {
  content: "\ebab";
}
.icon-switch_video-o:before {
  content: "\ebac";
}
.icon-table_chart-o:before {
  content: "\ebad";
}
.icon-terrain-o:before {
  content: "\ebae";
}
.icon-textsms-o:before {
  content: "\ebaf";
}
.icon-theaters-o:before {
  content: "\ebb0";
}
.icon-thumb_down_alt-o:before {
  content: "\ebb1";
}
.icon-thumb_down-o:before {
  content: "\ebb2";
}
.icon-thumb_up_alt-o:before {
  content: "\ebb3";
}
.icon-thumb_up-o:before {
  content: "\ebb4";
}
.icon-thumbs_up_down-o:before {
  content: "\ebb5";
}
.icon-time_to_leave-o:before {
  content: "\ebb6";
}
.icon-today-o:before {
  content: "\ebb7";
}
.icon-toggle_off-o:before {
  content: "\ebb8";
}
.icon-toggle_on-o:before {
  content: "\ebb9";
}
.icon-touch_app-o:before {
  content: "\ebba";
}
.icon-toys-o:before {
  content: "\ebbb";
}
.icon-traffic-o:before {
  content: "\ebbc";
}
.icon-train-o:before {
  content: "\ebbd";
}
.icon-tram-o:before {
  content: "\ebbe";
}
.icon-unarchive-o:before {
  content: "\ebbf";
}
.icon-unsubscribe-o:before {
  content: "\ebc0";
}
.icon-verified_user-o:before {
  content: "\ebc1";
}
.icon-vertical_split-o:before {
  content: "\ebc2";
}
.icon-video_call-o:before {
  content: "\ebc3";
}
.icon-video_library-o:before {
  content: "\ebc4";
}
.icon-videocam_off-o:before {
  content: "\ebc5";
}
.icon-videocam-o:before {
  content: "\ebc6";
}
.icon-videogame_asset-o:before {
  content: "\ebc7";
}
.icon-view_agenda-o:before {
  content: "\ebc8";
}
.icon-view_array-o:before {
  content: "\ebc9";
}
.icon-view_carousel-o:before {
  content: "\ebca";
}
.icon-view_column-o:before {
  content: "\ebcb";
}
.icon-view_comfy-o:before {
  content: "\ebcc";
}
.icon-view_compact-o:before {
  content: "\ebcd";
}
.icon-view_day-o:before {
  content: "\ebce";
}
.icon-view_list-o:before {
  content: "\ebcf";
}
.icon-view_module-o:before {
  content: "\ebd0";
}
.icon-view_quilt-o:before {
  content: "\ebd1";
}
.icon-view_stream-o:before {
  content: "\ebd2";
}
.icon-view_week-o:before {
  content: "\ebd3";
}
.icon-vignette-o:before {
  content: "\ebd4";
}
.icon-visibility_off-o:before {
  content: "\ebd5";
}
.icon-visibility-o:before {
  content: "\ebd6";
}
.icon-voice_over_off-o:before {
  content: "\ebd7";
}
.icon-volume_down-o:before {
  content: "\ebd8";
}
.icon-volume_mute-o:before {
  content: "\ebd9";
}
.icon-volume_off-o:before {
  content: "\ebda";
}
.icon-volume_up-o:before {
  content: "\ebdb";
}
.icon-vpn_key-o:before {
  content: "\ebdc";
}
.icon-watch_later-o:before {
  content: "\ebdd";
}
.icon-wb_auto-o:before {
  content: "\ebde";
}
.icon-wb_cloudy-o:before {
  content: "\ebdf";
}
.icon-wb_incandescent-o:before {
  content: "\ebe0";
}
.icon-wb_iridescent-o:before {
  content: "\ebe1";
}
.icon-wb_sunny-o:before {
  content: "\ebe2";
}
.icon-weekend-o:before {
  content: "\ebe3";
}
.icon-whatshot-o:before {
  content: "\ebe4";
}
.icon-where_to_vote-o:before {
  content: "\ebe5";
}
.icon-work_off-o:before {
  content: "\ebe6";
}
.icon-account_balance_wallet-o:before {
  content: "\ea09";
}
.icon-account_balance-o:before {
  content: "\ea0a";
}
.icon-account_box-o:before {
  content: "\ea0b";
}
.icon-account_circle-o:before {
  content: "\ea0c";
}
.icon-add_shopping_cart-o:before {
  content: "\ea0d";
}
.icon-alarm-o:before {
  content: "\ea0e";
}
.icon-circulate:before {
  content: "\ea06";
}
.icon-knowledge:before {
  content: "\ea07";
}
.icon-pipeline:before {
  content: "\ea08";
}
.icon-application_allocation:before {
  content: "\ea04";
}
.icon-role_assignments:before {
  content: "\ea05";
}
.icon-redeploy_line:before {
  content: "\e9f6";
}
.icon-add_column:before {
  content: "\e9f7";
}
.icon-add_row:before {
  content: "\e9f8";
}
.icon-application_market:before {
  content: "\e9f9";
}
.icon-backup_line:before {
  content: "\e9fa";
}
.icon-delete_column:before {
  content: "\e9fb";
}
.icon-delete_row:before {
  content: "\e9fc";
}
.icon-establish_base:before {
  content: "\e9fd";
}
.icon-merge_cell:before {
  content: "\e9fe";
}
.icon-rate_review1:before {
  content: "\e9ff";
}
.icon-revocation:before {
  content: "\ea00";
}
.icon-split_cell:before {
  content: "\ea01";
}
.icon-template_configuration:before {
  content: "\ea02";
}
.icon-widgets_line:before {
  content: "\ea03";
}
.icon-category:before {
  content: "\e9f5";
}
.icon-scissors:before {
  content: "\e9f4";
}
.icon-project_filled:before {
  content: "\e9f1";
}
.icon-project_group:before {
  content: "\e9f2";
}
.icon-project_line:before {
  content: "\e9f3";
}
.icon-authorize:before {
  content: "\e9f0";
}
.icon-nearby:before {
  content: "\e9ef";
}
.icon-line_manage:before {
  content: "\e9ee";
}
.icon-subscription:before {
  content: "\e9ed";
}
.icon-subscription_cancel:before {
  content: "\e9ec";
}
.icon-publish_cancel:before {
  content: "\e9eb";
}
.icon-baseline-vertical_split:before {
  content: "\e9e9";
}
.icon-agile-feature:before {
  content: "\e9ea";
}
.icon-application_-general:before {
  content: "\e9e7";
}
.icon-project_program:before {
  content: "\e9e8";
}
.icon-auto_complete:before {
  content: "\e9e0";
}
.icon-combo_box:before {
  content: "\e9e1";
}
.icon-data_source:before {
  content: "\e9e2";
}
.icon-multistage_combo_box:before {
  content: "\e9e3";
}
.icon-number:before {
  content: "\e9e4";
}
.icon-popup_selection:before {
  content: "\e9e5";
}
.icon-toggle_off:before {
  content: "\e9e6";
}
.icon-project_program_analyze:before {
  content: "\e9df";
}
.icon-API_management:before {
  content: "\e9d8";
}
.icon-API_market:before {
  content: "\e9d9";
}
.icon-API_publish:before {
  content: "\e9da";
}
.icon-API_subscription:before {
  content: "\e9db";
}
.icon-APIS:before {
  content: "\e9dc";
}
.icon-auto_deploy:before {
  content: "\e9dd";
}
.icon-deploy_list:before {
  content: "\e9de";
}
.icon-sync_records:before {
  content: "\e9d6";
}
.icon-sync_user:before {
  content: "\e9d7";
}
.icon-test-automation:before {
  content: "\e9d4";
}
.icon-test-case:before {
  content: "\e9d5";
}
.icon-token:before {
  content: "\e9d2";
}
.icon-change_size:before {
  content: "\e9d3";
}
.icon-add_crt:before {
  content: "\e9cf";
}
.icon-add_branch:before {
  content: "\e9d0";
}
.icon-line:before {
  content: "\e9d1";
}
.icon-secret:before {
  content: "\e9ce";
}
.icon-recover:before {
  content: "\e9cc";
}
.icon-table:before {
  content: "\e9cd";
}
.icon-test_execution:before {
  content: "\e9c8";
}
.icon-test_progress:before {
  content: "\e9c9";
}
.icon-test_record:before {
  content: "\e9ca";
}
.icon-execution_schedule:before {
  content: "\e9cb";
}
.icon-cluster:before {
  content: "\e9c1";
}
.icon-kubernetes_cluster:before {
  content: "\e9c4";
}
.icon-disconnect:before {
  content: "\e9c5";
}
.icon-running:before {
  content: "\e9c6";
}
.icon-notification_setting:before {
  content: "\e9c7";
}
.icon-authority:before {
  content: "\e9c3";
}
.icon-develop_console:before {
  content: "\e9c2";
}
.icon-frame:before {
  content: "\e9c0";
}
.icon-record_test:before {
  content: "\e9bf";
}
.icon-agile_epic:before {
  content: "\e9b9";
}
.icon-agile_fault:before {
  content: "\e9ba";
}
.icon-agile_story:before {
  content: "\e9bb";
}
.icon-agile_subtask:before {
  content: "\e9bc";
}
.icon-agile_task:before {
  content: "\e9bd";
}
.icon-auto_test:before {
  content: "\e9be";
}
.icon-devops_chart:before {
  content: "\e9b3";
}
.icon-agile_chart:before {
  content: "\e9b5";
}
.icon-test_chart:before {
  content: "\e9b6";
}
.icon-bar_chart:before {
  content: "\e9b7";
}
.icon-unlock:before {
  content: "\e9b8";
}
.icon-classname:before {
  content: "\e9b2";
}
.icon-state_over:before {
  content: "\e9b4";
}
.icon-task_schedule:before {
  content: "\e9b1";
}
.icon-unallocated_question:before {
  content: "\e9af";
}
.icon-unfinished_question:before {
  content: "\e9b0";
}
.icon-all_reports:before {
  content: "\e9aa";
}
.icon-burnout_map:before {
  content: "\e9ab";
}
.icon-iterative_workbench:before {
  content: "\e9ac";
}
.icon-outstanding_tasks:before {
  content: "\e9ad";
}
.icon-report_overview:before {
  content: "\e9ae";
}
.icon-test_execute:before {
  content: "\e9a8";
}
.icon-test_planning:before {
  content: "\e9a9";
}
.icon-domain_list:before {
  content: "\e9a5";
}
.icon-project_list:before {
  content: "\e9a6";
}
.icon-git:before {
  content: "\e9a7";
}
.icon-IP_out:before {
  content: "\e99c";
}
.icon-message_notification:before {
  content: "\e9a1";
}
.icon-all_read:before {
  content: "\e9a2";
}
.icon-inmail_template:before {
  content: "\e9a3";
}
.icon-mail_set:before {
  content: "\e9a4";
}
.icon-export_EOT:before {
  content: "\e997";
}
.icon-export_html:before {
  content: "\e998";
}
.icon-export_PDF:before {
  content: "\e999";
}
.icon-export_RTF:before {
  content: "\e99a";
}
.icon-export_XAR:before {
  content: "\e99b";
}
.icon-mail_modal:before {
  content: "\e99d";
}
.icon-message_modal:before {
  content: "\e99e";
}
.icon-message2:before {
  content: "\e99f";
}
.icon-usermap:before {
  content: "\e9a0";
}
.icon-document:before {
  content: "\e996";
}
.icon-pass:before {
  content: "\e995";
}
.icon-operation_bug:before {
  content: "\e98a";
}
.icon-operation_change:before {
  content: "\e98b";
}
.icon-operation_event:before {
  content: "\e98c";
}
.icon-operation_help:before {
  content: "\e98d";
}
.icon-operation_new_feature:before {
  content: "\e98e";
}
.icon-operation_problem:before {
  content: "\e98f";
}
.icon-operation_service_request:before {
  content: "\e990";
}
.icon-operation_subtask:before {
  content: "\e991";
}
.icon-operation_task:before {
  content: "\e992";
}
.icon-port:before {
  content: "\e993";
}
.icon-aim_port:before {
  content: "\e994";
}
.icon-saga_define:before {
  content: "\e983";
}
.icon-role_tag:before {
  content: "\e984";
}
.icon-agile:before {
  content: "\e985";
}
.icon-quality:before {
  content: "\e981";
}
.icon-appmarket:before {
  content: "\e982";
}
.icon-folder_open2:before {
  content: "\e97f";
}
.icon-merge_request:before {
  content: "\e980";
}
.icon-APItest:before {
  content: "\e973";
}
.icon-relation:before {
  content: "\e97e";
}
.icon-relate:before {
  content: "\e95b";
}
.icon-manage_project:before {
  content: "\e976";
}
.icon-book:before {
  content: "\e977";
}
.icon-contact_support:before {
  content: "\e978";
}
.icon-ballot:before {
  content: "\e979";
}
.icon-play_90:before {
  content: "\e97a";
}
.icon-replay_90:before {
  content: "\e97b";
}
.icon-table_chart:before {
  content: "\e97c";
}
.icon-test:before {
  content: "\e97d";
}
.icon-priority:before {
  content: "\e945";
}
.icon-compass:before {
  content: "\e96e";
}
.icon-explicit-outline:before {
  content: "\e96f";
}
.icon-explicit2:before {
  content: "\e970";
}
.icon-framework:before {
  content: "\e971";
}
.icon-inbox_content:before {
  content: "\e972";
}
.icon-visits:before {
  content: "\e974";
}
.icon-work_log:before {
  content: "\e975";
}
.icon-sutask:before {
  content: "\e965";
}
.icon-baseline-arrow_drop_down:before {
  content: "\e966";
}
.icon-baseline-arrow_drop_up:before {
  content: "\e967";
}
.icon-baseline-arrow_left:before {
  content: "\e968";
}
.icon-baseline-arrow_right:before {
  content: "\e969";
}
.icon-baseline-link_off:before {
  content: "\e963";
}
.icon-baseline-drag_indicator:before {
  content: "\e960";
}
.icon-baseline-file_copy:before {
  content: "\e961";
}
.icon-baseline-list_alt:before {
  content: "\e962";
}
.icon-sms_outline:before {
  content: "\e96d";
}
.icon-versionline:before {
  content: "\e96c";
}
.icon-root:before {
  content: "\e96a";
}
.icon-micro:before {
  content: "\e96b";
}
.icon-publish2:before {
  content: "\e964";
}
.icon-link2:before {
  content: "\e95d";
}
.icon-center:before {
  content: "\e955";
}
.icon-filter2:before {
  content: "\e956";
}
.icon-manage_person:before {
  content: "\e95c";
}
.icon-manage_organization:before {
  content: "\e95e";
}
.icon-password:before {
  content: "\e95f";
}
.icon-custom_Directory:before {
  content: "\e957";
}
.icon-predefine:before {
  content: "\e958";
}
.icon-project:before {
  content: "\e959";
}
.icon-return:before {
  content: "\e95a";
}
.icon-API:before {
  content: "\e954";
}
.icon-wheel:before {
  content: "\e955";
}
.icon-application_model:before {
  content: "\e953";
}
.icon-microservice:before {
  content: "\e94e";
}
.icon-instance:before {
  content: "\e94f";
}
.icon-instance_outline:before {
  content: "\e950";
}
.icon-IAM:before {
  content: "\e951";
}
.icon-routeroutline:before {
  content: "\e952";
}
.icon-version:before {
  content: "\e94c";
}
.icon-devops:before {
  content: "\e94d";
}
.icon-CI:before {
  content: "\e94a";
}
.icon-kubernetes:before {
  content: "\e94b";
}
.icon-branch:before {
  content: "\e947";
}
.icon-point:before {
  content: "\e948";
}
.icon-wait_circle:before {
  content: "\e949";
}
.icon-add_activity:before {
  content: "\e942";
}
.icon-add_task:before {
  content: "\e943";
}
.icon-export:before {
  content: "\e944";
}
.icon-debug:before {
  content: "\e946";
}
.icon-cancle_a:before {
  content: "\e940";
}
.icon-cancle_b:before {
  content: "\e941";
}
.icon-forbidden_a:before {
  content: "\e93e";
}
.icon-forbidden_b:before {
  content: "\e93f";
}
.icon-database:before {
  content: "\e907";
}
.icon-Development-monitoring:before {
  content: "\e938";
}
.icon-insight:before {
  content: "\e939";
}
.icon-jsfiddle:before {
  content: "\e93a";
}
.icon-Operation-monitoring:before {
  content: "\e93b";
}
.icon-rocket:before {
  content: "\e93c";
}
.icon-wrench:before {
  content: "\e93d";
}
.icon-finished:before {
  content: "\e910";
}
.icon-skipped_a:before {
  content: "\e92c";
}
.icon-skipped_b:before {
  content: "\e92d";
}
.icon-wait_five_a:before {
  content: "\e92e";
}
.icon-wait_five_b:before {
  content: "\e92f";
}
.icon-wait_four_a:before {
  content: "\e930";
}
.icon-wait_four_b:before {
  content: "\e931";
}
.icon-wait_one_a:before {
  content: "\e932";
}
.icon-wait_one_b:before {
  content: "\e933";
}
.icon-wait_three_a:before {
  content: "\e934";
}
.icon-wait_three_b:before {
  content: "\e935";
}
.icon-wait_two_a:before {
  content: "\e936";
}
.icon-wait_two_b:before {
  content: "\e937";
}
.icon-d_rotation:before {
  content: "\e84d";
}
.icon-ac_unit:before {
  content: "\eb3b";
}
.icon-alarm:before {
  content: "\e855";
}
.icon-access_alarms:before {
  content: "\e191";
}
.icon-schedule:before {
  content: "\e8b5";
}
.icon-accessibility:before {
  content: "\e84e";
}
.icon-accessible:before {
  content: "\e914";
}
.icon-account_balance:before {
  content: "\e84f";
}
.icon-account_balance_wallet:before {
  content: "\e850";
}
.icon-account_box:before {
  content: "\e851";
}
.icon-account_circle:before {
  content: "\e853";
}
.icon-adb:before {
  content: "\e60e";
}
.icon-add:before {
  content: "\e145";
}
.icon-add_a_photo:before {
  content: "\e439";
}
.icon-alarm_add:before {
  content: "\e856";
}
.icon-add_alert:before {
  content: "\e003";
}
.icon-add_box:before {
  content: "\e146";
}
.icon-add_circle:before {
  content: "\e147";
}
.icon-control_point:before {
  content: "\e3ba";
}
.icon-add_location:before {
  content: "\e567";
}
.icon-add_shopping_cart:before {
  content: "\e854";
}
.icon-queue:before {
  content: "\e03c";
}
.icon-add_to_queue:before {
  content: "\e05c";
}
.icon-adjust:before {
  content: "\e39e";
}
.icon-airline_seat_flat:before {
  content: "\e630";
}
.icon-airline_seat_flat_angled:before {
  content: "\e631";
}
.icon-airline_seat_individual_suite:before {
  content: "\e632";
}
.icon-airline_seat_legroom_extra:before {
  content: "\e633";
}
.icon-airline_seat_legroom_normal:before {
  content: "\e634";
}
.icon-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.icon-airline_seat_recline_extra:before {
  content: "\e636";
}
.icon-airline_seat_recline_normal:before {
  content: "\e637";
}
.icon-flight:before {
  content: "\e539";
}
.icon-airplanemode_inactive:before {
  content: "\e194";
}
.icon-airplay:before {
  content: "\e055";
}
.icon-airport_shuttle:before {
  content: "\eb3c";
}
.icon-alarm_off:before {
  content: "\e857";
}
.icon-alarm_on:before {
  content: "\e858";
}
.icon-album:before {
  content: "\e019";
}
.icon-all_inclusive:before {
  content: "\eb3d";
}
.icon-all_out:before {
  content: "\e90b";
}
.icon-android:before {
  content: "\e859";
}
.icon-announcement:before {
  content: "\e85a";
}
.icon-apps:before {
  content: "\e5c3";
}
.icon-archive:before {
  content: "\e149";
}
.icon-arrow_back:before {
  content: "\e5c4";
}
.icon-arrow_downward:before {
  content: "\e5db";
}
.icon-arrow_drop_down:before {
  content: "\e5c5";
}
.icon-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.icon-arrow_drop_up:before {
  content: "\e5c7";
}
.icon-arrow_forward:before {
  content: "\e5c8";
}
.icon-arrow_upward:before {
  content: "\e5d8";
}
.icon-art_track:before {
  content: "\e060";
}
.icon-aspect_ratio:before {
  content: "\e85b";
}
.icon-poll:before {
  content: "\e801";
}
.icon-assignment:before {
  content: "\e85d";
}
.icon-assignment_ind:before {
  content: "\e85e";
}
.icon-assignment_late:before {
  content: "\e85f";
}
.icon-assignment_return:before {
  content: "\e860";
}
.icon-assignment_returned:before {
  content: "\e861";
}
.icon-assignment_turned_in:before {
  content: "\e862";
}
.icon-assistant:before {
  content: "\e39f";
}
.icon-flag:before {
  content: "\e153";
}
.icon-attach_file:before {
  content: "\e226";
}
.icon-attach_money:before {
  content: "\e227";
}
.icon-attachment:before {
  content: "\e2bc";
}
.icon-audiotrack:before {
  content: "\e3a1";
}
.icon-autorenew:before {
  content: "\e863";
}
.icon-av_timer:before {
  content: "\e01b";
}
.icon-backspace:before {
  content: "\e14a";
}
.icon-cloud_upload:before {
  content: "\e2c3";
}
.icon-battery_alert:before {
  content: "\e19c";
}
.icon-battery_charging_full:before {
  content: "\e1a3";
}
.icon-battery_std:before {
  content: "\e1a5";
}
.icon-battery_unknown:before {
  content: "\e1a6";
}
.icon-beach_access:before {
  content: "\eb3e";
}
.icon-beenhere:before {
  content: "\e52d";
}
.icon-block:before {
  content: "\e14b";
}
.icon-bluetooth:before {
  content: "\e1a7";
}
.icon-bluetooth_searching:before {
  content: "\e1aa";
}
.icon-bluetooth_connected:before {
  content: "\e1a8";
}
.icon-bluetooth_disabled:before {
  content: "\e1a9";
}
.icon-blur_circular:before {
  content: "\e3a2";
}
.icon-blur_linear:before {
  content: "\e3a3";
}
.icon-blur_off:before {
  content: "\e3a4";
}
.icon-blur_on:before {
  content: "\e3a5";
}
.icon-class:before {
  content: "\e86e";
}
.icon-turned_in:before {
  content: "\e8e6";
}
.icon-turned_in_not:before {
  content: "\e8e7";
}
.icon-border_all:before {
  content: "\e228";
}
.icon-border_bottom:before {
  content: "\e229";
}
.icon-border_clear:before {
  content: "\e22a";
}
.icon-border_color:before {
  content: "\e22b";
}
.icon-border_horizontal:before {
  content: "\e22c";
}
.icon-border_inner:before {
  content: "\e22d";
}
.icon-border_left:before {
  content: "\e22e";
}
.icon-border_outer:before {
  content: "\e22f";
}
.icon-border_right:before {
  content: "\e230";
}
.icon-border_style:before {
  content: "\e231";
}
.icon-border_top:before {
  content: "\e232";
}
.icon-border_vertical:before {
  content: "\e233";
}
.icon-branding_watermark:before {
  content: "\e06b";
}
.icon-brightness_1:before {
  content: "\e3a6";
}
.icon-brightness_2:before {
  content: "\e3a7";
}
.icon-brightness_3:before {
  content: "\e3a8";
}
.icon-brightness_4:before {
  content: "\e3a9";
}
.icon-brightness_low:before {
  content: "\e1ad";
}
.icon-brightness_medium:before {
  content: "\e1ae";
}
.icon-brightness_high:before {
  content: "\e1ac";
}
.icon-brightness_auto:before {
  content: "\e1ab";
}
.icon-broken_image:before {
  content: "\e3ad";
}
.icon-brush:before {
  content: "\e3ae";
}
.icon-bubble_chart:before {
  content: "\e6dd";
}
.icon-bug_report:before {
  content: "\e868";
}
.icon-build:before {
  content: "\e869";
}
.icon-burst_mode:before {
  content: "\e43c";
}
.icon-domain:before {
  content: "\e7ee";
}
.icon-business_center:before {
  content: "\eb3f";
}
.icon-cached:before {
  content: "\e86a";
}
.icon-cake:before {
  content: "\e7e9";
}
.icon-phone:before {
  content: "\e0cd";
}
.icon-call_end:before {
  content: "\e0b1";
}
.icon-call_made:before {
  content: "\e0b2";
}
.icon-merge_type:before {
  content: "\e252";
}
.icon-call_missed:before {
  content: "\e0b4";
}
.icon-call_missed_outgoing:before {
  content: "\e0e4";
}
.icon-call_received:before {
  content: "\e0b5";
}
.icon-call_split:before {
  content: "\e0b6";
}
.icon-call_to_action:before {
  content: "\e06c";
}
.icon-camera:before {
  content: "\e3af";
}
.icon-photo_camera:before {
  content: "\e412";
}
.icon-camera_enhance:before {
  content: "\e8fc";
}
.icon-camera_front:before {
  content: "\e3b1";
}
.icon-camera_rear:before {
  content: "\e3b2";
}
.icon-camera_roll:before {
  content: "\e3b3";
}
.icon-cancel:before {
  content: "\e5c9";
}
.icon-redeem:before {
  content: "\e8b1";
}
.icon-card_membership:before {
  content: "\e8f7";
}
.icon-card_travel:before {
  content: "\e8f8";
}
.icon-casino:before {
  content: "\eb40";
}
.icon-cast:before {
  content: "\e307";
}
.icon-cast_connected:before {
  content: "\e308";
}
.icon-center_focus_strong:before {
  content: "\e3b4";
}
.icon-center_focus_weak:before {
  content: "\e3b5";
}
.icon-change_history:before {
  content: "\e86b";
}
.icon-chat:before {
  content: "\e0b7";
}
.icon-chat_bubble:before {
  content: "\e0ca";
}
.icon-chat_bubble_outline:before {
  content: "\e0cb";
}
.icon-check:before {
  content: "\e5ca";
}
.icon-check_box:before {
  content: "\e834";
}
.icon-check_box_outline_blank:before {
  content: "\e835";
}
.icon-check_circle:before {
  content: "\e86c";
}
.icon-navigate_before:before {
  content: "\e408";
}
.icon-navigate_next:before {
  content: "\e409";
}
.icon-child_care:before {
  content: "\eb41";
}
.icon-child_friendly:before {
  content: "\eb42";
}
.icon-chrome_reader_mode:before {
  content: "\e86d";
}
.icon-close:before {
  content: "\e5cd";
}
.icon-clear_all:before {
  content: "\e0b8";
}
.icon-closed_caption:before {
  content: "\e01c";
}
.icon-wb_cloudy:before {
  content: "\e42d";
}
.icon-cloud_circle:before {
  content: "\e2be";
}
.icon-cloud_done:before {
  content: "\e2bf";
}
.icon-cloud_download:before {
  content: "\e2c0";
}
.icon-cloud_off:before {
  content: "\e2c1";
}
.icon-cloud_queue:before {
  content: "\e2c2";
}
.icon-code:before {
  content: "\e86f";
}
.icon-photo_library:before {
  content: "\e413";
}
.icon-collections_bookmark:before {
  content: "\e431";
}
.icon-palette:before {
  content: "\e40a";
}
.icon-colorize:before {
  content: "\e3b8";
}
.icon-comment:before {
  content: "\e0b9";
}
.icon-compare:before {
  content: "\e3b9";
}
.icon-compare_arrows:before {
  content: "\e915";
}
.icon-laptop:before {
  content: "\e31e";
}
.icon-confirmation_number:before {
  content: "\e638";
}
.icon-contact_mail:before {
  content: "\e0d0";
}
.icon-contact_phone:before {
  content: "\e0cf";
}
.icon-contacts:before {
  content: "\e0ba";
}
.icon-content_copy:before {
  content: "\e14d";
}
.icon-content_cut:before {
  content: "\e14e";
}
.icon-content_paste:before {
  content: "\e14f";
}
.icon-control_point_duplicate:before {
  content: "\e3bb";
}
.icon-copyright:before {
  content: "\e90c";
}
.icon-mode_edit:before {
  content: "\e254";
}
.icon-create_new_folder:before {
  content: "\e2cc";
}
.icon-payment:before {
  content: "\e8a1";
}
.icon-crop:before {
  content: "\e3be";
}
.icon-crop_16_9:before {
  content: "\e3bc";
}
.icon-crop_3_2:before {
  content: "\e3bd";
}
.icon-crop_landscape:before {
  content: "\e3c3";
}
.icon-crop_7_5:before {
  content: "\e3c0";
}
.icon-crop_din:before {
  content: "\e3c1";
}
.icon-crop_free:before {
  content: "\e3c2";
}
.icon-crop_original:before {
  content: "\e3c4";
}
.icon-crop_portrait:before {
  content: "\e3c5";
}
.icon-crop_rotate:before {
  content: "\e437";
}
.icon-crop_square:before {
  content: "\e3c6";
}
.icon-dashboard:before {
  content: "\e871";
}
.icon-data_usage:before {
  content: "\e1af";
}
.icon-date_range:before {
  content: "\e916";
}
.icon-dehaze:before {
  content: "\e3c7";
}
.icon-delete:before {
  content: "\e872";
}
.icon-delete_forever:before {
  content: "\e92b";
}
.icon-delete_sweep:before {
  content: "\e16c";
}
.icon-description:before {
  content: "\e873";
}
.icon-desktop_mac:before {
  content: "\e30b";
}
.icon-desktop_windows:before {
  content: "\e30c";
}
.icon-details:before {
  content: "\e3c8";
}
.icon-developer_board:before {
  content: "\e30d";
}
.icon-developer_mode:before {
  content: "\e1b0";
}
.icon-device_hub:before {
  content: "\e335";
}
.icon-phonelink:before {
  content: "\e326";
}
.icon-devices_other:before {
  content: "\e337";
}
.icon-dialer_sip:before {
  content: "\e0bb";
}
.icon-dialpad:before {
  content: "\e0bc";
}
.icon-directions:before {
  content: "\e52e";
}
.icon-directions_bike:before {
  content: "\e52f";
}
.icon-directions_boat:before {
  content: "\e532";
}
.icon-directions_bus:before {
  content: "\e530";
}
.icon-directions_car:before {
  content: "\e531";
}
.icon-directions_railway:before {
  content: "\e534";
}
.icon-directions_run:before {
  content: "\e566";
}
.icon-directions_transit:before {
  content: "\e535";
}
.icon-directions_walk:before {
  content: "\e536";
}
.icon-disc_full:before {
  content: "\e610";
}
.icon-dns:before {
  content: "\e875";
}
.icon-not_interested:before {
  content: "\e033";
}
.icon-do_not_disturb_alt:before {
  content: "\e611";
}
.icon-do_not_disturb_off:before {
  content: "\e643";
}
.icon-remove_circle:before {
  content: "\e15c";
}
.icon-dock:before {
  content: "\e30e";
}
.icon-done:before {
  content: "\e876";
}
.icon-done_all:before {
  content: "\e877";
}
.icon-donut_large:before {
  content: "\e917";
}
.icon-donut_small:before {
  content: "\e918";
}
.icon-drafts:before {
  content: "\e151";
}
.icon-drag_handle:before {
  content: "\e25d";
}
.icon-time_to_leave:before {
  content: "\e62c";
}
.icon-dvr:before {
  content: "\e1b2";
}
.icon-edit_location:before {
  content: "\e568";
}
.icon-eject:before {
  content: "\e8fb";
}
.icon-markunread:before {
  content: "\e159";
}
.icon-enhanced_encryption:before {
  content: "\e63f";
}
.icon-equalizer:before {
  content: "\e01d";
}
.icon-error:before {
  content: "\e000";
}
.icon-error_outline:before {
  content: "\e001";
}
.icon-euro_symbol:before {
  content: "\e926";
}
.icon-ev_station:before {
  content: "\e56d";
}
.icon-insert_invitation:before {
  content: "\e24f";
}
.icon-event_available:before {
  content: "\e614";
}
.icon-event_busy:before {
  content: "\e615";
}
.icon-event_note:before {
  content: "\e616";
}
.icon-event_seat:before {
  content: "\e903";
}
.icon-exit_to_app:before {
  content: "\e879";
}
.icon-expand_less:before {
  content: "\e5ce";
}
.icon-expand_more:before {
  content: "\e5cf";
}
.icon-explicit:before {
  content: "\e01e";
}
.icon-explore:before {
  content: "\e87a";
}
.icon-exposure:before {
  content: "\e3ca";
}
.icon-exposure_neg_1:before {
  content: "\e3cb";
}
.icon-exposure_neg_2:before {
  content: "\e3cc";
}
.icon-exposure_plus_1:before {
  content: "\e3cd";
}
.icon-exposure_plus_2:before {
  content: "\e3ce";
}
.icon-exposure_zero:before {
  content: "\e3cf";
}
.icon-extension:before {
  content: "\e87b";
}
.icon-face:before {
  content: "\e87c";
}
.icon-fast_forward:before {
  content: "\e01f";
}
.icon-fast_rewind:before {
  content: "\e020";
}
.icon-favorite:before {
  content: "\e87d";
}
.icon-favorite_border:before {
  content: "\e87e";
}
.icon-featured_play_list:before {
  content: "\e06d";
}
.icon-featured_video:before {
  content: "\e06e";
}
.icon-sms_failed:before {
  content: "\e626";
}
.icon-fiber_dvr:before {
  content: "\e05d";
}
.icon-fiber_manual_record:before {
  content: "\e061";
}
.icon-fiber_new:before {
  content: "\e05e";
}
.icon-fiber_pin:before {
  content: "\e06a";
}
.icon-fiber_smart_record:before {
  content: "\e062";
}
.icon-get_app:before {
  content: "\e884";
}
.icon-file_upload:before {
  content: "\e2c6";
}
.icon-filter:before {
  content: "\e3d3";
}
.icon-filter_1:before {
  content: "\e3d0";
}
.icon-filter_2:before {
  content: "\e3d1";
}
.icon-filter_3:before {
  content: "\e3d2";
}
.icon-filter_4:before {
  content: "\e3d4";
}
.icon-filter_5:before {
  content: "\e3d5";
}
.icon-filter_6:before {
  content: "\e3d6";
}
.icon-filter_7:before {
  content: "\e3d7";
}
.icon-filter_8:before {
  content: "\e3d8";
}
.icon-filter_9:before {
  content: "\e3d9";
}
.icon-filter_9_plus:before {
  content: "\e3da";
}
.icon-filter_b_and_w:before {
  content: "\e3db";
}
.icon-filter_center_focus:before {
  content: "\e3dc";
}
.icon-filter_drama:before {
  content: "\e3dd";
}
.icon-filter_frames:before {
  content: "\e3de";
}
.icon-terrain:before {
  content: "\e564";
}
.icon-filter_list:before {
  content: "\e152";
}
.icon-filter_none:before {
  content: "\e3e0";
}
.icon-filter_tilt_shift:before {
  content: "\e3e2";
}
.icon-filter_vintage:before {
  content: "\e3e3";
}
.icon-find_in_page:before {
  content: "\e880";
}
.icon-find_replace:before {
  content: "\e881";
}
.icon-fingerprint:before {
  content: "\e90d";
}
.icon-first_page:before {
  content: "\e5dc";
}
.icon-fitness_center:before {
  content: "\eb43";
}
.icon-flare:before {
  content: "\e3e4";
}
.icon-flash_auto:before {
  content: "\e3e5";
}
.icon-flash_off:before {
  content: "\e3e6";
}
.icon-flash_on:before {
  content: "\e3e7";
}
.icon-flight_land:before {
  content: "\e904";
}
.icon-flight_takeoff:before {
  content: "\e905";
}
.icon-flip:before {
  content: "\e3e8";
}
.icon-flip_to_back:before {
  content: "\e882";
}
.icon-flip_to_front:before {
  content: "\e883";
}
.icon-folder:before {
  content: "\e2c7";
}
.icon-folder_open:before {
  content: "\e2c8";
}
.icon-folder_shared:before {
  content: "\e2c9";
}
.icon-folder_special:before {
  content: "\e617";
}
.icon-font_download:before {
  content: "\e167";
}
.icon-format_align_center:before {
  content: "\e234";
}
.icon-format_align_justify:before {
  content: "\e235";
}
.icon-format_align_left:before {
  content: "\e236";
}
.icon-format_align_right:before {
  content: "\e237";
}
.icon-format_bold:before {
  content: "\e238";
}
.icon-format_clear:before {
  content: "\e239";
}
.icon-format_color_fill:before {
  content: "\e23a";
}
.icon-format_color_reset:before {
  content: "\e23b";
}
.icon-format_color_text:before {
  content: "\e23c";
}
.icon-format_indent_decrease:before {
  content: "\e23d";
}
.icon-format_indent_increase:before {
  content: "\e23e";
}
.icon-format_italic:before {
  content: "\e23f";
}
.icon-format_line_spacing:before {
  content: "\e240";
}
.icon-format_list_bulleted:before {
  content: "\e241";
}
.icon-format_list_numbered:before {
  content: "\e242";
}
.icon-format_paint:before {
  content: "\e243";
}
.icon-format_quote:before {
  content: "\e244";
}
.icon-format_shapes:before {
  content: "\e25e";
}
.icon-format_size:before {
  content: "\e245";
}
.icon-format_strikethrough:before {
  content: "\e246";
}
.icon-format_textdirection_l_to_r:before {
  content: "\e247";
}
.icon-format_textdirection_r_to_l:before {
  content: "\e248";
}
.icon-format_underlined:before {
  content: "\e249";
}
.icon-question_answer:before {
  content: "\e8af";
}
.icon-forward:before {
  content: "\e154";
}
.icon-forward_10:before {
  content: "\e056";
}
.icon-forward_30:before {
  content: "\e057";
}
.icon-forward_5:before {
  content: "\e058";
}
.icon-free_breakfast:before {
  content: "\eb44";
}
.icon-fullscreen:before {
  content: "\e5d0";
}
.icon-fullscreen_exit:before {
  content: "\e5d1";
}
.icon-functions:before {
  content: "\e24a";
}
.icon-g_translate:before {
  content: "\e927";
}
.icon-games:before {
  content: "\e021";
}
.icon-gavel:before {
  content: "\e90e";
}
.icon-gesture:before {
  content: "\e155";
}
.icon-gif:before {
  content: "\e908";
}
.icon-goat:before {
  content: "\e900";
}
.icon-golf_course:before {
  content: "\eb45";
}
.icon-my_location:before {
  content: "\e55c";
}
.icon-location_searching:before {
  content: "\e1b7";
}
.icon-location_disabled:before {
  content: "\e1b6";
}
.icon-star:before {
  content: "\e838";
}
.icon-gradient:before {
  content: "\e3e9";
}
.icon-grain:before {
  content: "\e3ea";
}
.icon-graphic_eq:before {
  content: "\e1b8";
}
.icon-grid_off:before {
  content: "\e3eb";
}
.icon-grid_on:before {
  content: "\e3ec";
}
.icon-people:before {
  content: "\e7fb";
}
.icon-group_add:before {
  content: "\e7f0";
}
.icon-group_work:before {
  content: "\e886";
}
.icon-hd:before {
  content: "\e052";
}
.icon-hdr_off:before {
  content: "\e3ed";
}
.icon-hdr_on:before {
  content: "\e3ee";
}
.icon-hdr_strong:before {
  content: "\e3f1";
}
.icon-hdr_weak:before {
  content: "\e3f2";
}
.icon-headset:before {
  content: "\e310";
}
.icon-headset_mic:before {
  content: "\e311";
}
.icon-healing:before {
  content: "\e3f3";
}
.icon-hearing:before {
  content: "\e023";
}
.icon-help:before {
  content: "\e887";
}
.icon-help_outline:before {
  content: "\e8fd";
}
.icon-high_quality:before {
  content: "\e024";
}
.icon-highlight:before {
  content: "\e25f";
}
.icon-highlight_off:before {
  content: "\e888";
}
.icon-restore:before {
  content: "\e8b3";
}
.icon-home:before {
  content: "\e88a";
}
.icon-hot_tub:before {
  content: "\eb46";
}
.icon-local_hotel:before {
  content: "\e549";
}
.icon-hourglass_empty:before {
  content: "\e88b";
}
.icon-hourglass_full:before {
  content: "\e88c";
}
.icon-http:before {
  content: "\e902";
}
.icon-lock:before {
  content: "\e897";
}
.icon-photo:before {
  content: "\e410";
}
.icon-image_aspect_ratio:before {
  content: "\e3f5";
}
.icon-import_contacts:before {
  content: "\e0e0";
}
.icon-import_export:before {
  content: "\e0c3";
}
.icon-important_devices:before {
  content: "\e912";
}
.icon-inbox:before {
  content: "\e156";
}
.icon-indeterminate_check_box:before {
  content: "\e909";
}
.icon-info:before {
  content: "\e88e";
}
.icon-info_outline:before {
  content: "\e88f";
}
.icon-input:before {
  content: "\e890";
}
.icon-insert_comment:before {
  content: "\e24c";
}
.icon-insert_drive_file:before {
  content: "\e24d";
}
.icon-tag_faces:before {
  content: "\e420";
}
.icon-link:before {
  content: "\e157";
}
.icon-invert_colors:before {
  content: "\e891";
}
.icon-invert_colors_off:before {
  content: "\e0c4";
}
.icon-iso:before {
  content: "\e3f6";
}
.icon-keyboard:before {
  content: "\e312";
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-keyboard_backspace:before {
  content: "\e317";
}
.icon-keyboard_capslock:before {
  content: "\e318";
}
.icon-keyboard_hide:before {
  content: "\e31a";
}
.icon-keyboard_return:before {
  content: "\e31b";
}
.icon-keyboard_tab:before {
  content: "\e31c";
}
.icon-keyboard_voice:before {
  content: "\e31d";
}
.icon-kitchen:before {
  content: "\eb47";
}
.icon-label:before {
  content: "\e892";
}
.icon-label_outline:before {
  content: "\e893";
}
.icon-language:before {
  content: "\e894";
}
.icon-laptop_chromebook:before {
  content: "\e31f";
}
.icon-laptop_mac:before {
  content: "\e320";
}
.icon-laptop_windows:before {
  content: "\e321";
}
.icon-last_page:before {
  content: "\e5dd";
}
.icon-open_in_new:before {
  content: "\e89e";
}
.icon-layers:before {
  content: "\e53b";
}
.icon-layers_clear:before {
  content: "\e53c";
}
.icon-leak_add:before {
  content: "\e3f8";
}
.icon-leak_remove:before {
  content: "\e3f9";
}
.icon-lens:before {
  content: "\e3fa";
}
.icon-library_books:before {
  content: "\e02f";
}
.icon-library_music:before {
  content: "\e030";
}
.icon-lightbulb_outline:before {
  content: "\e90f";
}
.icon-line_style:before {
  content: "\e919";
}
.icon-line_weight:before {
  content: "\e91a";
}
.icon-linear_scale:before {
  content: "\e260";
}
.icon-linked_camera:before {
  content: "\e438";
}
.icon-list:before {
  content: "\e896";
}
.icon-live_help:before {
  content: "\e0c6";
}
.icon-live_tv:before {
  content: "\e639";
}
.icon-local_play:before {
  content: "\e553";
}
.icon-local_airport:before {
  content: "\e53d";
}
.icon-local_atm:before {
  content: "\e53e";
}
.icon-local_bar:before {
  content: "\e540";
}
.icon-local_cafe:before {
  content: "\e541";
}
.icon-local_car_wash:before {
  content: "\e542";
}
.icon-local_convenience_store:before {
  content: "\e543";
}
.icon-restaurant_menu:before {
  content: "\e561";
}
.icon-local_drink:before {
  content: "\e544";
}
.icon-local_florist:before {
  content: "\e545";
}
.icon-local_gas_station:before {
  content: "\e546";
}
.icon-shopping_cart:before {
  content: "\e8cc";
}
.icon-local_hospital:before {
  content: "\e548";
}
.icon-local_laundry_service:before {
  content: "\e54a";
}
.icon-local_library:before {
  content: "\e54b";
}
.icon-local_mall:before {
  content: "\e54c";
}
.icon-theaters:before {
  content: "\e8da";
}
.icon-local_offer:before {
  content: "\e54e";
}
.icon-local_parking:before {
  content: "\e54f";
}
.icon-local_pharmacy:before {
  content: "\e550";
}
.icon-local_pizza:before {
  content: "\e552";
}
.icon-print:before {
  content: "\e8ad";
}
.icon-local_shipping:before {
  content: "\e558";
}
.icon-local_taxi:before {
  content: "\e559";
}
.icon-location_city:before {
  content: "\e7f1";
}
.icon-location_off:before {
  content: "\e0c7";
}
.icon-room:before {
  content: "\e8b4";
}
.icon-lock_open:before {
  content: "\e898";
}
.icon-lock_outline:before {
  content: "\e899";
}
.icon-looks:before {
  content: "\e3fc";
}
.icon-looks_3:before {
  content: "\e3fb";
}
.icon-looks_4:before {
  content: "\e3fd";
}
.icon-looks_5:before {
  content: "\e3fe";
}
.icon-looks_6:before {
  content: "\e3ff";
}
.icon-looks_one:before {
  content: "\e400";
}
.icon-looks_two:before {
  content: "\e401";
}
.icon-sync:before {
  content: "\e627";
}
.icon-loupe:before {
  content: "\e402";
}
.icon-low_priority:before {
  content: "\e16d";
}
.icon-loyalty:before {
  content: "\e89a";
}
.icon-mail_outline:before {
  content: "\e0e1";
}
.icon-map:before {
  content: "\e55b";
}
.icon-markunread_mailbox:before {
  content: "\e89b";
}
.icon-memory:before {
  content: "\e322";
}
.icon-menu:before {
  content: "\e5d2";
}
.icon-message:before {
  content: "\e0c9";
}
.icon-mic:before {
  content: "\e029";
}
.icon-mic_none:before {
  content: "\e02a";
}
.icon-mic_off:before {
  content: "\e02b";
}
.icon-mms:before {
  content: "\e618";
}
.icon-mode_comment:before {
  content: "\e253";
}
.icon-monetization_on:before {
  content: "\e263";
}
.icon-money_off:before {
  content: "\e25c";
}
.icon-monochrome_photos:before {
  content: "\e403";
}
.icon-mood_bad:before {
  content: "\e7f3";
}
.icon-more:before {
  content: "\e619";
}
.icon-more_horiz:before {
  content: "\e5d3";
}
.icon-more_vert:before {
  content: "\e5d4";
}
.icon-motorcycle:before {
  content: "\e91b";
}
.icon-mouse:before {
  content: "\e323";
}
.icon-move_to_inbox:before {
  content: "\e168";
}
.icon-movie_creation:before {
  content: "\e404";
}
.icon-movie_filter:before {
  content: "\e43a";
}
.icon-multiline_chart:before {
  content: "\e6df";
}
.icon-music_note:before {
  content: "\e405";
}
.icon-music_video:before {
  content: "\e063";
}
.icon-nature:before {
  content: "\e406";
}
.icon-nature_people:before {
  content: "\e407";
}
.icon-navigation:before {
  content: "\e55d";
}
.icon-near_me:before {
  content: "\e569";
}
.icon-network_cell:before {
  content: "\e1b9";
}
.icon-network_check:before {
  content: "\e640";
}
.icon-network_locked:before {
  content: "\e61a";
}
.icon-network_wifi:before {
  content: "\e1ba";
}
.icon-new_releases:before {
  content: "\e031";
}
.icon-next_week:before {
  content: "\e16a";
}
.icon-nfc:before {
  content: "\e1bb";
}
.icon-no_encryption:before {
  content: "\e641";
}
.icon-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.icon-note:before {
  content: "\e06f";
}
.icon-note_add:before {
  content: "\e89c";
}
.icon-notifications:before {
  content: "\e7f4";
}
.icon-notifications_active:before {
  content: "\e7f7";
}
.icon-notifications_none:before {
  content: "\e7f5";
}
.icon-notifications_off:before {
  content: "\e7f6";
}
.icon-notifications_paused:before {
  content: "\e7f8";
}
.icon-offline_pin:before {
  content: "\e90a";
}
.icon-ondemand_video:before {
  content: "\e63a";
}
.icon-opacity:before {
  content: "\e91c";
}
.icon-open_in_browser:before {
  content: "\e89d";
}
.icon-open_with:before {
  content: "\e89f";
}
.icon-pages:before {
  content: "\e7f9";
}
.icon-pageview:before {
  content: "\e8a0";
}
.icon-pan_tool:before {
  content: "\e925";
}
.icon-panorama:before {
  content: "\e40b";
}
.icon-radio_button_unchecked:before {
  content: "\e836";
}
.icon-panorama_horizontal:before {
  content: "\e40d";
}
.icon-panorama_vertical:before {
  content: "\e40e";
}
.icon-panorama_wide_angle:before {
  content: "\e40f";
}
.icon-party_mode:before {
  content: "\e7fa";
}
.icon-pause:before {
  content: "\e034";
}
.icon-pause_circle_filled:before {
  content: "\e035";
}
.icon-pause_circle_outline:before {
  content: "\e036";
}
.icon-people_outline:before {
  content: "\e7fc";
}
.icon-perm_camera_mic:before {
  content: "\e8a2";
}
.icon-perm_contact_calendar:before {
  content: "\e8a3";
}
.icon-perm_data_setting:before {
  content: "\e8a4";
}
.icon-perm_device_information:before {
  content: "\e8a5";
}
.icon-person_outline:before {
  content: "\e7ff";
}
.icon-perm_media:before {
  content: "\e8a7";
}
.icon-perm_phone_msg:before {
  content: "\e8a8";
}
.icon-perm_scan_wifi:before {
  content: "\e8a9";
}
.icon-person:before {
  content: "\e7fd";
}
.icon-person_add:before {
  content: "\e7fe";
}
.icon-person_pin:before {
  content: "\e55a";
}
.icon-person_pin_circle:before {
  content: "\e56a";
}
.icon-personal_video:before {
  content: "\e63b";
}
.icon-pets:before {
  content: "\e91d";
}
.icon-phone_android:before {
  content: "\e324";
}
.icon-phone_android2:before {
  content: "\e32c";
}
.icon-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.icon-phone_forwarded:before {
  content: "\e61c";
}
.icon-phone_in_talk:before {
  content: "\e61d";
}
.icon-phone_iphone:before {
  content: "\e325";
}
.icon-phone_locked:before {
  content: "\e61e";
}
.icon-phone_missed:before {
  content: "\e61f";
}
.icon-phone_paused:before {
  content: "\e620";
}
.icon-phonelink_erase:before {
  content: "\e0db";
}
.icon-phonelink_lock:before {
  content: "\e0dc";
}
.icon-phonelink_off:before {
  content: "\e327";
}
.icon-phonelink_ring:before {
  content: "\e0dd";
}
.icon-phonelink_setup:before {
  content: "\e0de";
}
.icon-photo_album:before {
  content: "\e411";
}
.icon-photo_filter:before {
  content: "\e43b";
}
.icon-photo_size_select_actual:before {
  content: "\e432";
}
.icon-photo_size_select_large:before {
  content: "\e433";
}
.icon-photo_size_select_small:before {
  content: "\e434";
}
.icon-picture_as_pdf:before {
  content: "\e415";
}
.icon-picture_in_picture:before {
  content: "\e8aa";
}
.icon-picture_in_picture_alt:before {
  content: "\e911";
}
.icon-pie_chart:before {
  content: "\e6c4";
}
.icon-pie_chart_outlined:before {
  content: "\e6c5";
}
.icon-pin_drop:before {
  content: "\e55e";
}
.icon-play_arrow:before {
  content: "\e037";
}
.icon-play_circle_filled:before {
  content: "\e038";
}
.icon-play_circle_outline:before {
  content: "\e039";
}
.icon-play_for_work:before {
  content: "\e906";
}
.icon-playlist_add:before {
  content: "\e03b";
}
.icon-playlist_add_check:before {
  content: "\e065";
}
.icon-playlist_play:before {
  content: "\e05f";
}
.icon-plus_one:before {
  content: "\e800";
}
.icon-polymer:before {
  content: "\e8ab";
}
.icon-pool:before {
  content: "\eb48";
}
.icon-portable_wifi_off:before {
  content: "\e0ce";
}
.icon-portrait:before {
  content: "\e416";
}
.icon-power:before {
  content: "\e63c";
}
.icon-power_input:before {
  content: "\e336";
}
.icon-power_settings_new:before {
  content: "\e8ac";
}
.icon-pregnant_woman:before {
  content: "\e91e";
}
.icon-present_to_all:before {
  content: "\e0df";
}
.icon-priority_high:before {
  content: "\e645";
}
.icon-public:before {
  content: "\e80b";
}
.icon-publish:before {
  content: "\e255";
}
.icon-queue_music:before {
  content: "\e03d";
}
.icon-queue_play_next:before {
  content: "\e066";
}
.icon-radio:before {
  content: "\e03e";
}
.icon-radio_button_checked:before {
  content: "\e837";
}
.icon-rate_review:before {
  content: "\e560";
}
.icon-receipt:before {
  content: "\e8b0";
}
.icon-recent_actors:before {
  content: "\e03f";
}
.icon-record_voice_over:before {
  content: "\e91f";
}
.icon-redo:before {
  content: "\e15a";
}
.icon-refresh:before {
  content: "\e5d5";
}
.icon-remove:before {
  content: "\e15b";
}
.icon-remove_circle_outline:before {
  content: "\e15d";
}
.icon-remove_from_queue:before {
  content: "\e067";
}
.icon-visibility:before {
  content: "\e8f4";
}
.icon-remove_shopping_cart:before {
  content: "\e928";
}
.icon-reorder:before {
  content: "\e8fe";
}
.icon-repeat:before {
  content: "\e040";
}
.icon-repeat_one:before {
  content: "\e041";
}
.icon-replay:before {
  content: "\e042";
}
.icon-replay_10:before {
  content: "\e059";
}
.icon-replay_30:before {
  content: "\e05a";
}
.icon-replay_5:before {
  content: "\e05b";
}
.icon-reply:before {
  content: "\e15e";
}
.icon-reply_all:before {
  content: "\e15f";
}
.icon-report:before {
  content: "\e160";
}
.icon-warning:before {
  content: "\e002";
}
.icon-restaurant:before {
  content: "\e56c";
}
.icon-restore_page:before {
  content: "\e929";
}
.icon-ring_volume:before {
  content: "\e0d1";
}
.icon-room_service:before {
  content: "\eb49";
}
.icon-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.icon-rotate_left:before {
  content: "\e419";
}
.icon-rotate_right:before {
  content: "\e41a";
}
.icon-rounded_corner:before {
  content: "\e920";
}
.icon-router:before {
  content: "\e328";
}
.icon-rowing:before {
  content: "\e921";
}
.icon-rss_feed:before {
  content: "\e0e5";
}
.icon-rv_hookup:before {
  content: "\e642";
}
.icon-satellite:before {
  content: "\e562";
}
.icon-save:before {
  content: "\e161";
}
.icon-scanner:before {
  content: "\e329";
}
.icon-school:before {
  content: "\e80c";
}
.icon-screen_lock_landscape:before {
  content: "\e1be";
}
.icon-screen_lock_portrait:before {
  content: "\e1bf";
}
.icon-screen_lock_rotation:before {
  content: "\e1c0";
}
.icon-screen_rotation:before {
  content: "\e1c1";
}
.icon-screen_share:before {
  content: "\e0e2";
}
.icon-sd_storage:before {
  content: "\e1c2";
}
.icon-search:before {
  content: "\e8b6";
}
.icon-security:before {
  content: "\e32a";
}
.icon-select_all:before {
  content: "\e162";
}
.icon-send:before {
  content: "\e163";
}
.icon-sentiment_dissatisfied:before {
  content: "\e811";
}
.icon-sentiment_neutral:before {
  content: "\e812";
}
.icon-sentiment_satisfied:before {
  content: "\e813";
}
.icon-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.icon-sentiment_very_satisfied:before {
  content: "\e815";
}
.icon-settings:before {
  content: "\e8b8";
}
.icon-settings_applications:before {
  content: "\e8b9";
}
.icon-settings_backup_restore:before {
  content: "\e8ba";
}
.icon-settings_bluetooth:before {
  content: "\e8bb";
}
.icon-settings_brightness:before {
  content: "\e8bd";
}
.icon-settings_cell:before {
  content: "\e8bc";
}
.icon-settings_ethernet:before {
  content: "\e8be";
}
.icon-settings_input_antenna:before {
  content: "\e8bf";
}
.icon-settings_input_composite:before {
  content: "\e8c1";
}
.icon-settings_input_hdmi:before {
  content: "\e8c2";
}
.icon-settings_input_svideo:before {
  content: "\e8c3";
}
.icon-settings_overscan:before {
  content: "\e8c4";
}
.icon-settings_phone:before {
  content: "\e8c5";
}
.icon-settings_power:before {
  content: "\e8c6";
}
.icon-settings_remote:before {
  content: "\e8c7";
}
.icon-settings_system_daydream:before {
  content: "\e1c3";
}
.icon-settings_voice:before {
  content: "\e8c8";
}
.icon-share:before {
  content: "\e80d";
}
.icon-shop:before {
  content: "\e8c9";
}
.icon-shop_two:before {
  content: "\e8ca";
}
.icon-shopping_basket:before {
  content: "\e8cb";
}
.icon-short_text:before {
  content: "\e261";
}
.icon-show_chart:before {
  content: "\e6e1";
}
.icon-shuffle:before {
  content: "\e043";
}
.icon-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.icon-signal_cellular_null:before {
  content: "\e1cf";
}
.icon-signal_cellular_off:before {
  content: "\e1d0";
}
.icon-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.icon-signal_wifi_off:before {
  content: "\e1da";
}
.icon-sim_card:before {
  content: "\e32b";
}
.icon-sim_card_alert:before {
  content: "\e624";
}
.icon-skip_next:before {
  content: "\e044";
}
.icon-skip_previous:before {
  content: "\e045";
}
.icon-slideshow:before {
  content: "\e41b";
}
.icon-slow_motion_video:before {
  content: "\e068";
}
.icon-stay_primary_portrait:before {
  content: "\e0d6";
}
.icon-smoke_free:before {
  content: "\eb4a";
}
.icon-smoking_rooms:before {
  content: "\eb4b";
}
.icon-textsms:before {
  content: "\e0d8";
}
.icon-snooze:before {
  content: "\e046";
}
.icon-sort:before {
  content: "\e164";
}
.icon-sort_by_alpha:before {
  content: "\e053";
}
.icon-spa:before {
  content: "\eb4c";
}
.icon-space_bar:before {
  content: "\e256";
}
.icon-speaker:before {
  content: "\e32d";
}
.icon-speaker_group:before {
  content: "\e32e";
}
.icon-speaker_notes:before {
  content: "\e8cd";
}
.icon-speaker_notes_off:before {
  content: "\e92a";
}
.icon-speaker_phone:before {
  content: "\e0d2";
}
.icon-spellcheck:before {
  content: "\e8ce";
}
.icon-star_border:before {
  content: "\e83a";
}
.icon-star_half:before {
  content: "\e839";
}
.icon-stars:before {
  content: "\e8d0";
}
.icon-stay_primary_landscape:before {
  content: "\e0d5";
}
.icon-stop:before {
  content: "\e047";
}
.icon-stop_screen_share:before {
  content: "\e0e3";
}
.icon-storage:before {
  content: "\e1db";
}
.icon-store_mall_directory:before {
  content: "\e563";
}
.icon-straighten:before {
  content: "\e41c";
}
.icon-streetview:before {
  content: "\e56e";
}
.icon-strikethrough_s:before {
  content: "\e257";
}
.icon-style:before {
  content: "\e41d";
}
.icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.icon-subdirectory_arrow_right:before {
  content: "\e5da";
}
.icon-subject:before {
  content: "\e8d2";
}
.icon-subscriptions:before {
  content: "\e064";
}
.icon-subtitles:before {
  content: "\e048";
}
.icon-subway:before {
  content: "\e56f";
}
.icon-supervisor_account:before {
  content: "\e8d3";
}
.icon-surround_sound:before {
  content: "\e049";
}
.icon-swap_calls:before {
  content: "\e0d7";
}
.icon-swap_horiz:before {
  content: "\e8d4";
}
.icon-swap_vert:before {
  content: "\e8d5";
}
.icon-swap_vertical_circle:before {
  content: "\e8d6";
}
.icon-switch_camera:before {
  content: "\e41e";
}
.icon-switch_video:before {
  content: "\e41f";
}
.icon-sync_disabled:before {
  content: "\e628";
}
.icon-sync_problem:before {
  content: "\e629";
}
.icon-system_update:before {
  content: "\e62a";
}
.icon-system_update_alt:before {
  content: "\e8d7";
}
.icon-tab:before {
  content: "\e8d8";
}
.icon-tab_unselected:before {
  content: "\e8d9";
}
.icon-tablet:before {
  content: "\e32f";
}
.icon-tablet_android:before {
  content: "\e330";
}
.icon-tablet_mac:before {
  content: "\e331";
}
.icon-tap_and_play:before {
  content: "\e62b";
}
.icon-text_fields:before {
  content: "\e262";
}
.icon-text_format:before {
  content: "\e165";
}
.icon-texture:before {
  content: "\e421";
}
.icon-thumb_down:before {
  content: "\e8db";
}
.icon-thumb_up:before {
  content: "\e8dc";
}
.icon-thumbs_up_down:before {
  content: "\e8dd";
}
.icon-timelapse:before {
  content: "\e422";
}
.icon-timeline:before {
  content: "\e922";
}
.icon-timer:before {
  content: "\e425";
}
.icon-timer_10:before {
  content: "\e423";
}
.icon-timer_3:before {
  content: "\e424";
}
.icon-timer_off:before {
  content: "\e426";
}
.icon-title:before {
  content: "\e264";
}
.icon-toc:before {
  content: "\e8de";
}
.icon-today:before {
  content: "\e8df";
}
.icon-toll:before {
  content: "\e8e0";
}
.icon-tonality:before {
  content: "\e427";
}
.icon-touch_app:before {
  content: "\e913";
}
.icon-toys:before {
  content: "\e332";
}
.icon-track_changes:before {
  content: "\e8e1";
}
.icon-traffic:before {
  content: "\e565";
}
.icon-train:before {
  content: "\e570";
}
.icon-tram:before {
  content: "\e571";
}
.icon-transfer_within_a_station:before {
  content: "\e572";
}
.icon-transform:before {
  content: "\e428";
}
.icon-translate:before {
  content: "\e8e2";
}
.icon-trending_down:before {
  content: "\e8e3";
}
.icon-trending_flat:before {
  content: "\e8e4";
}
.icon-trending_up:before {
  content: "\e8e5";
}
.icon-tune:before {
  content: "\e429";
}
.icon-tv:before {
  content: "\e333";
}
.icon-unarchive:before {
  content: "\e169";
}
.icon-undo:before {
  content: "\e166";
}
.icon-unfold_less:before {
  content: "\e5d6";
}
.icon-unfold_more:before {
  content: "\e5d7";
}
.icon-update:before {
  content: "\e923";
}
.icon-usb:before {
  content: "\e1e0";
}
.icon-verified_user:before {
  content: "\e8e8";
}
.icon-vertical_align_bottom:before {
  content: "\e258";
}
.icon-vertical_align_center:before {
  content: "\e259";
}
.icon-vertical_align_top:before {
  content: "\e25a";
}
.icon-vibration:before {
  content: "\e62d";
}
.icon-video_call:before {
  content: "\e070";
}
.icon-video_label:before {
  content: "\e071";
}
.icon-video_library:before {
  content: "\e04a";
}
.icon-videocam:before {
  content: "\e04b";
}
.icon-videocam_off:before {
  content: "\e04c";
}
.icon-videogame_asset:before {
  content: "\e338";
}
.icon-view_agenda:before {
  content: "\e8e9";
}
.icon-view_array:before {
  content: "\e8ea";
}
.icon-view_carousel:before {
  content: "\e8eb";
}
.icon-view_column:before {
  content: "\e8ec";
}
.icon-view_comfy:before {
  content: "\e42a";
}
.icon-view_compact:before {
  content: "\e42b";
}
.icon-view_day:before {
  content: "\e8ed";
}
.icon-view_headline:before {
  content: "\e8ee";
}
.icon-view_list:before {
  content: "\e8ef";
}
.icon-view_module:before {
  content: "\e8f0";
}
.icon-view_quilt:before {
  content: "\e8f1";
}
.icon-view_stream:before {
  content: "\e8f2";
}
.icon-view_week:before {
  content: "\e8f3";
}
.icon-vignette:before {
  content: "\e435";
}
.icon-visibility_off:before {
  content: "\e8f5";
}
.icon-voice_chat:before {
  content: "\e62e";
}
.icon-voicemail:before {
  content: "\e0d9";
}
.icon-volume_down:before {
  content: "\e04d";
}
.icon-volume_mute:before {
  content: "\e04e";
}
.icon-volume_off:before {
  content: "\e04f";
}
.icon-volume_up:before {
  content: "\e050";
}
.icon-vpn_key:before {
  content: "\e0da";
}
.icon-vpn_lock:before {
  content: "\e62f";
}
.icon-wallpaper:before {
  content: "\e1bc";
}
.icon-watch:before {
  content: "\e334";
}
.icon-watch_later:before {
  content: "\e924";
}
.icon-wb_auto:before {
  content: "\e42c";
}
.icon-wb_incandescent:before {
  content: "\e42e";
}
.icon-wb_iridescent:before {
  content: "\e436";
}
.icon-wb_sunny:before {
  content: "\e430";
}
.icon-wc:before {
  content: "\e63d";
}
.icon-web:before {
  content: "\e051";
}
.icon-web_asset:before {
  content: "\e069";
}
.icon-weekend:before {
  content: "\e16b";
}
.icon-whatshot:before {
  content: "\e80e";
}
.icon-widgets:before {
  content: "\e1bd";
}
.icon-wifi:before {
  content: "\e63e";
}
.icon-wifi_lock:before {
  content: "\e1e1";
}
.icon-wifi_tethering:before {
  content: "\e1e2";
}
.icon-work:before {
  content: "\e8f9";
}
.icon-wrap_text:before {
  content: "\e25b";
}
.icon-youtube_searched_for:before {
  content: "\e8fa";
}
.icon-zoom_in:before {
  content: "\e8ff";
}
.icon-zoom_out:before {
  content: "\e901";
}
.icon-zoom_out_map:before {
  content: "\e56b";
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes loadingCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-0.1rem);
            transform: translateX(-0.1rem);
  }
  40% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
  60% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
  }
  80% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-0.1rem);
            transform: translateX(-0.1rem);
  }
  40% {
    -webkit-transform: translateX(0.1rem);
            transform: translateX(0.1rem);
  }
  60% {
    -webkit-transform: translateX(-0.05rem);
            transform: translateX(-0.05rem);
  }
  80% {
    -webkit-transform: translateX(0.05rem);
            transform: translateX(0.05rem);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: c7nZoomIn;
          animation-name: c7nZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: c7nZoomOut;
          animation-name: c7nZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-enter-prepare,
.zoom-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: c7nZoomBigIn;
          animation-name: c7nZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: c7nZoomBigOut;
          animation-name: c7nZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-big-enter-prepare,
.zoom-big-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: c7nZoomBigIn;
          animation-name: c7nZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: c7nZoomBigOut;
          animation-name: c7nZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-big-fast-enter-prepare,
.zoom-big-fast-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-small-slow-enter,
.zoom-small-slow-appear {
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-small-slow-leave {
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-small-slow-enter.zoom-small-slow-enter-active,
.zoom-small-slow-appear.zoom-small-slow-appear-active {
  -webkit-animation-name: c7nZoomSmallIn;
          animation-name: c7nZoomSmallIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-small-slow-leave.zoom-small-slow-leave-active {
  -webkit-animation-name: c7nZoomSmallOut;
          animation-name: c7nZoomSmallOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-small-slow-enter,
.zoom-small-slow-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-small-slow-enter-prepare,
.zoom-small-slow-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-small-slow-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: c7nZoomUpIn;
          animation-name: c7nZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: c7nZoomUpOut;
          animation-name: c7nZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-up-enter-prepare,
.zoom-up-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: c7nZoomDownIn;
          animation-name: c7nZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: c7nZoomDownOut;
          animation-name: c7nZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-down-enter-prepare,
.zoom-down-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: c7nZoomLeftIn;
          animation-name: c7nZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: c7nZoomLeftOut;
          animation-name: c7nZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-left-enter-prepare,
.zoom-left-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: c7nZoomRightIn;
          animation-name: c7nZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: c7nZoomRightOut;
          animation-name: c7nZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.zoom-right-enter-prepare,
.zoom-right-appear-prepare {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes c7nZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes c7nZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes c7nZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes c7nZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes c7nZoomSmallIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes c7nZoomSmallIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes c7nZoomSmallOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes c7nZoomSmallOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes c7nZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes c7nZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes c7nZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes c7nZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes c7nZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes c7nZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes c7nZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes c7nZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes c7nZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes c7nZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes c7nZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes c7nZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes c7nZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes c7nZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes c7nZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes c7nZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes c7nZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes c7nZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes c7nZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes c7nZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.show-error-enter,
.show-error-appear {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-error-leave {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-error-enter.show-error-enter-active,
.show-error-appear.show-error-appear-active {
  -webkit-animation-name: c7nShowErrorIn;
          animation-name: c7nShowErrorIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-error-leave.show-error-leave-active {
  -webkit-animation-name: c7nShowErrorOut;
          animation-name: c7nShowErrorOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-error-enter,
.show-error-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-error-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes c7nShowErrorIn {
  0% {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes c7nShowErrorIn {
  0% {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes c7nShowErrorOut {
  to {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
    opacity: 0;
  }
}
@keyframes c7nShowErrorOut {
  to {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
    opacity: 0;
  }
}
.c7n-motion-collapse {
  overflow: hidden;
}
.c7n-motion-collapse-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
