@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?5g3irt');
  src:  url('fonts/icomoon.eot?5g3irt#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5g3irt') format('truetype'),
    url('fonts/icomoon.woff?5g3irt') format('woff'),
    url('fonts/icomoon.svg?5g3irt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
  content: "\e91e";
  color: #0062ff;
}
.icon-mail:before {
  content: "\e91f";
  color: #0062ff;
}
.icon-twitter:before {
  content: "\e920";
  color: #0062ff;
}
.icon-download_white:before {
  content: "\e91d";
  color: #fff;
}
.icon-jump_arrow:before {
  content: "\e910";
  color: #20d5d2;
}
.icon-right_arrow:before {
  content: "\e911";
  color: #20d5d2;
}
.icon-right_arrow2:before {
  content: "\e911";
  color: #C6C6C6;
}
.icon-right_arrow3:before {
  content: "\e911";
  color: #0062FF;
}
.icon-right_arrow4:before {
  content: "\e911";
  color: #282828;
}
.icon-industry_player_1:before {
  content: "\e905";
  color: #92eeee;
}
.icon-industry_player_2:before {
  content: "\e906";
  color: #00bab6;
}
.icon-industry_player_3:before {
  content: "\e907";
  color: #b3e6ff;
}
.icon-industry_player_4:before {
  content: "\e908";
  color: #30b0ff;
}
.icon-download_blue:before {
  content: "\e904";
  color: #00bab6;
}
.icon-download_blue2:before {
  content: "\e904";
  color: #0062FF;
}

.ibm-grid-container-sm{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  max-width:1584px;
}
@media (min-width:320px){
  .ibm-grid-container-sm{
    margin-left:16px;
    margin-right:16px
  }
}

.ibm-grid-container-table{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  max-width:1584px
}
@media (min-width:320px){
  .ibm-grid-container-table{
    margin-left:20px;
    margin-right:20px
  }
}