/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
.icon-header-nav-search {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3464px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 20px;
  width: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-header-nav-search {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3242px;
    height: 21px;
    width: 18px;
  }
}

.icon-header-nav-member {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3437px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 21px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-header-nav-member {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3218px;
    height: 22px;
    width: 21px;
  }
}

.header-search .icon-header-search {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3521px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 25px;
  width: 21px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-search .icon-header-search {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3293px;
    height: 26px;
    width: 22px;
  }
}

.header-search.active .icon-header-search {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3490px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 25px;
  width: 21px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header-search.active .icon-header-search {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3265px;
    height: 26px;
    width: 22px;
  }
}

.icon-search-btn-lg {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8515px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 41px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-search-btn-lg {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7936px;
    height: 42px;
    width: 37px;
  }
}

.icon-magnifier {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5755px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-magnifier {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5401px;
    height: 29px;
    width: 25px;
  }
}

.icon-circle-arrow-right-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2250px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-circle-arrow-right-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2100px;
    height: 25px;
    width: 25px;
  }
}

.icon-arrow-right-white {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -238px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 11px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-right-white {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -208px;
    height: 12px;
    width: 19px;
  }
}

.icon-arrow-right-white-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -216px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 16px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-right-white-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -189px;
    height: 17px;
    width: 12px;
  }
}

.icon-close-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2602px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 13px;
  width: 13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-close-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2431px;
    height: 14px;
    width: 14px;
  }
}

.icon-location {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5099px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-location {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4781px;
    height: 32px;
    width: 25px;
  }
}

.icon-phone-service {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6644px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-phone-service {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6227px;
    height: 31px;
    width: 31px;
  }
}

.icon-location-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5054px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 15px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-location-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4742px;
    height: 16px;
    width: 11px;
  }
}

.icon-location-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5075px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-location-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4760px;
    height: 19px;
    width: 13px;
  }
}

.icon-location-m-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5008px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 40px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-location-m-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4699px;
    height: 41px;
    width: 28px;
  }
}

.icon-phone-service-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6628px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 10px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-phone-service-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6214px;
    height: 11px;
    width: 11px;
  }
}

.icon-social-circle-fb {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9161px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 49px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-circle-fb {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8528px;
    height: 49px;
    width: 50px;
  }
}

.icon-social-circle-youtube {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9269px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 49px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-circle-youtube {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8630px;
    height: 49px;
    width: 50px;
  }
}

.icon-social-circle-skype {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9215px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 49px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-circle-skype {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8579px;
    height: 49px;
    width: 50px;
  }
}

/* allenyao 20170919 start */
.icon-social-circle-line {
  background-image: url('../img/icons/social-circle-line.png');
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 49px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-circle-line {
    background-repeat: no-repeat;
    background-image: url('../img/icons/social-circle-line.png');
    height: 49px;
    width: 50px;
  }
}

.icon-social-circle-twitter {
  background-image: url('../img/icons/social-circle-twitter.png');
  /*
  background-position: 0 -9215px;
  */
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 49px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-circle-twitter {
    background-repeat: no-repeat;
    background-image: url('../img/icons/social-circle-twitter.png');
    /*
    background-size: 110px 9005px;
     background-position: 0 -8579px;
    */
    height: 49px;
    width: 50px;
  }
}
/* allenyao 20170919 end */

.icon-insured-internet {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4090px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 77px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-insured-internet {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3823px;
    height: 61px;
    width: 78px;
  }
}

.icon-claims-area {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2484px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 66px;
  width: 67px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-claims-area {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2322px;
    height: 67px;
    width: 68px;
  }
}

.icon-download-doc {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2997px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 63px;
  width: 58px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-download-doc {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2796px;
    height: 64px;
    width: 59px;
  }
}

.icon-customer-service {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2877px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 65px;
  width: 78px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-customer-service {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2682px;
    height: 66px;
    width: 79px;
  }
}

.icon-contact-us {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2765px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 77px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-contact-us {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2576px;
    height: 61px;
    width: 78px;
  }
}

.icon-insured-internet-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4048px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 36px;
  width: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-insured-internet-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3784px;
    height: 37px;
    width: 48px;
  }
}

.icon-claims-area-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2436px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 42px;
  width: 43px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-claims-area-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2277px;
    height: 43px;
    width: 44px;
  }
}

.icon-download-doc-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2948px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 43px;
  width: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-download-doc-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2750px;
    height: 44px;
    width: 41px;
  }
}

.icon-contact-us-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2722px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 37px;
  width: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-contact-us-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2536px;
    height: 38px;
    width: 48px;
  }
}

.icon-customer-service-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2831px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 40px;
  width: 48px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-customer-service-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2639px;
    height: 41px;
    width: 49px;
  }
}

.icon-boby-class {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -462px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 55px;
  width: 63px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-boby-class {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -417px;
    height: 56px;
    width: 64px;
  }
}

.icon-investment-info {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4226px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 72px;
  width: 68px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-investment-info {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3950px;
    height: 73px;
    width: 69px;
  }
}

.icon-house-loan-area {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3687px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 72px;
  width: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-house-loan-area {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3450px;
    height: 73px;
    width: 61px;
  }
}

.icon-rate-info {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8362px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 67px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-rate-info {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7795px;
    height: 61px;
    width: 68px;
  }
}

.icon-investment-info-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4181px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 39px;
  width: 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-investment-info-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3908px;
    height: 40px;
    width: 38px;
  }
}

.icon-house-loan-area-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3638px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 43px;
  width: 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-house-loan-area-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3404px;
    height: 44px;
    width: 38px;
  }
}

.icon-rate-info-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8323px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 33px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-rate-info-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7759px;
    height: 34px;
    width: 37px;
  }
}

.icon-box-1 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -704px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 49px;
  width: 53px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-1 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -647px;
    height: 50px;
    width: 54px;
  }
}

.icon-box-2 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -853px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-2 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -787px;
    height: 51px;
    width: 55px;
  }
}

.icon-box-3 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1017px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 58px;
  width: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-3 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -942px;
    height: 59px;
    width: 45px;
  }
}

.icon-box-4 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1174px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-4 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1090px;
    height: 51px;
    width: 61px;
  }
}

.icon-box-5 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1321px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 64px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-5 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1228px;
    height: 49px;
    width: 65px;
  }
}

.icon-box-6 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1480px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 57px;
  width: 57px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-6 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1378px;
    height: 58px;
    width: 58px;
  }
}

.icon-box-7 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1632px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 47px;
  width: 49px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-7 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1521px;
    height: 48px;
    width: 50px;
  }
}

.icon-box-8 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1767px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 43px;
  width: 55px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-8 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1647px;
    height: 44px;
    width: 56px;
  }
}

.icon-box-9 {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1899px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 43px;
  width: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-9 {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1770px;
    height: 44px;
    width: 61px;
  }
}

.icon-box-1-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -609px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 49px;
  width: 53px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-1-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -558px;
    height: 50px;
    width: 54px;
  }
}

.icon-box-2-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -759px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-2-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -699px;
    height: 51px;
    width: 55px;
  }
}

.icon-box-3-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -909px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 58px;
  width: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-3-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -840px;
    height: 59px;
    width: 45px;
  }
}

.icon-box-4-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1081px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-4-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1003px;
    height: 51px;
    width: 61px;
  }
}

.icon-box-5-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1230px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 48px;
  width: 64px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-5-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1143px;
    height: 49px;
    width: 65px;
  }
}

.icon-box-6-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1375px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 57px;
  width: 57px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-6-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1279px;
    height: 58px;
    width: 58px;
  }
}

.icon-box-7-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1543px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 47px;
  width: 49px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-7-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1438px;
    height: 48px;
    width: 50px;
  }
}

.icon-box-8-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1685px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 43px;
  width: 55px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-8-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1571px;
    height: 44px;
    width: 56px;
  }
}

.icon-box-9-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1816px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 43px;
  width: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-9-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1693px;
    height: 44px;
    width: 61px;
  }
}

.icon-box-1-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -664px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 34px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-1-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -610px;
    height: 35px;
    width: 37px;
  }
}

.icon-box-2-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -815px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 35px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-2-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -752px;
    height: 33px;
    width: 36px;
  }
}

.icon-box-3-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -973px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 38px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-3-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -901px;
    height: 39px;
    width: 31px;
  }
}

.icon-box-4-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1137px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 37px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-4-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1056px;
    height: 32px;
    width: 38px;
  }
}

.icon-box-5-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1284px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 46px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-5-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1194px;
    height: 32px;
    width: 47px;
  }
}

.icon-box-6-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1438px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 36px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-6-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1339px;
    height: 37px;
    width: 37px;
  }
}

.icon-box-7-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1596px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-7-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1488px;
    height: 31px;
    width: 32px;
  }
}

.icon-box-8-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1734px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 45px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-8-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1617px;
    height: 28px;
    width: 46px;
  }
}

.icon-box-9-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1865px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  width: 39px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-box-9-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1739px;
    height: 29px;
    width: 40px;
  }
}

.icon-arrow-right-gray {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -173px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 15px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-right-gray {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -152px;
    height: 16px;
    width: 10px;
  }
}

.icon-arrow-right-xs {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -255px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  width: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-right-xs {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -222px;
    height: 13px;
    width: 8px;
  }
}

.icon-investment-arrow-right-gray {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4156px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 19px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-investment-arrow-right-gray {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3886px;
    height: 20px;
    width: 12px;
  }
}

.icon-arrow-down-white {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -132px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 7px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-down-white {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -120px;
    height: 8px;
    width: 13px;
  }
}

.icon-arrow-down-gray {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -119px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 7px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-down-gray {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -110px;
    height: 8px;
    width: 12px;
  }
}

.icon-arrow-down-xs-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -145px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 6px;
  width: 9px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-down-xs-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -130px;
    height: 7px;
    width: 10px;
  }
}

.icon-nav-back-white {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6129px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 19px;
  width: 12px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-back-white {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5754px;
    height: 20px;
    width: 13px;
  }
}

.icon-nav-insurance {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6181px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 20px;
  width: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-insurance {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5800px;
    height: 21px;
    width: 24px;
  }
}

.icon-nav-amo-marketing {
  background-image: url('../img/icons/icons-amo.jpg');
  display: inline-block;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat, repeat;
  background-size: 30px 25px;
}

.icon-nav-news-new {
  background-image: url('../img/icons/25sidemenu-news.png');
  display: inline-block;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat, repeat;
  background-size: 30px 25px;
}

.icon-nav-active-news-new {
  background-image: url('../img/icons/27sidemenu-news.png');
  display: inline-block;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat, repeat;
  background-size: 30px 25px;
}

.icon-nav-service-new {
  background-image: url('../img/icons/25sidemenu-service.png');
  display: inline-block;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat, repeat;
  background-size: 30px 25px;
}

.icon-nav-service-active-new {
  background-image: url('../img/icons/27sidemenu-service.png');
  display: inline-block;
  height: 26px;
  width: 27px;
  background-repeat: no-repeat, repeat;
  background-size: 30px 25px;
}

.icon-nav-investment {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6207px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 25px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-investment {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5823px;
    height: 25px;
    width: 26px;
  }
}

.icon-nav-service {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6265px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 20px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-service {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5875px;
    height: 21px;
    width: 19px;
  }
}

.icon-nav-login {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6237px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 22px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-login {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5850px;
    height: 23px;
    width: 19px;
  }
}

.icon-nav-internet {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3798px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-internet {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3555px;
    height: 31px;
    width: 31px;
  }
}

.icon-nav-insurance-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3933px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-insurance-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3678px;
    height: 28px;
    width: 28px;
  }
}

.icon-nav-investment-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3867px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-investment-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3618px;
    height: 28px;
    width: 28px;
  }
}

.icon-nav-service-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3765px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-service-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3525px;
    height: 28px;
    width: 28px;
  }
}

.icon-nav-login-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3900px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-login-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3648px;
    height: 28px;
    width: 28px;
  }
}

.icon-nav-internet-active {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3834px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-nav-internet-active {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3588px;
    height: 28px;
    width: 28px;
  }
}

.icon-social-black-circle-facebook {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9050px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-black-circle-facebook {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8426px;
    height: 32px;
    width: 31px;
  }
}

.icon-social-black-circle-youtube {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9124px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-black-circle-youtube {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8494px;
    height: 32px;
    width: 32px;
  }
}

.icon-social-black-circle-skype {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9087px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-social-black-circle-skype {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8460px;
    height: 32px;
    width: 32px;
  }
}

.icon-social-black-circle-line {
    background-image: url('../img/icons/social-black-circle-line.png');
    background-repeat: round;
    overflow: hidden;
    display: inline-block;
    height: 31px;
    width: 31px;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .icon-social-black-circle-line {
      background-repeat: round;
      background-image: url('../img/icons/social-black-circle-line.png');
      height: 32px;
      width: 32px;
    }
  }

  .icon-remove-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8428px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-remove-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7858px;
    height: 29px;
    width: 29px;
  }
}

.icon-clear-search {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2556px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 14px;
  width: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-clear-search {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2391px;
    height: 15px;
    width: 15px;
  }
}

.icon-sidemenu-insurance {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8793px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-insurance {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8190px;
    height: 28px;
    width: 31px;
  }
}

.icon-sidemenu-service {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9012px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-service {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8391px;
    height: 33px;
    width: 23px;
  }
}

.icon-sidemenu-news {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8944px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-news {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8329px;
    height: 28px;
    width: 32px;
  }
}

.icon-sidemenu-about {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8654px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 34px;
  width: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-about {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8066px;
    height: 35px;
    width: 35px;
  }
}

.icon-sidemenu-investor {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8863px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-investor {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8254px;
    height: 32px;
    width: 29px;
  }
}

.icon-sidemenu-law {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8900px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 38px;
  width: 38px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-law {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8288px;
    height: 39px;
    width: 39px;
  }
}

.icon-sidemenu-disclaimer {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8761px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-disclaimer {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8161px;
    height: 27px;
    width: 25px;
  }
}

.icon-sidemenu-online {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8977px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 29px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-online {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8359px;
    height: 30px;
    width: 30px;
  }
}

.icon-sidemenu-investment {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8826px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-investment {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8220px;
    height: 32px;
    width: 30px;
  }
}

.icon-sidemenu-barrier-free {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8726px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 29px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-barrier-free {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8129px;
    height: 30px;
    width: 29px;
  }
}

.icon-products-accident {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6760px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-accident {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6334px;
    height: 33px;
    width: 29px;
  }
}

.icon-products-annuity {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6836px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-annuity {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6404px;
    height: 33px;
    width: 25px;
  }
}

.icon-products-birthday {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6908px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-birthday {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6470px;
    height: 29px;
    width: 29px;
  }
}

.icon-products-broken {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6979px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-broken {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6535px;
    height: 32px;
    width: 31px;
  }
}

.icon-products-cancer-peace {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7083px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 23px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-cancer-peace {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6630px;
    height: 24px;
    width: 31px;
  }
}

.icon-products-cancer {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7112px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-cancer {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6656px;
    height: 33px;
    width: 33px;
  }
}

.icon-products-child {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7182px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-child {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6720px;
    height: 27px;
    width: 30px;
  }
}

.icon-products-death {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7315px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-death {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6841px;
    height: 28px;
    width: 32px;
  }
}

.icon-products-disability {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7465px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-disability {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6979px;
    height: 32px;
    width: 32px;
  }
}

.icon-products-foreign {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7616px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-foreign {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7118px;
    height: 31px;
    width: 31px;
  }
}

.icon-products-hospital {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7684px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-hospital {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7180px;
    height: 27px;
    width: 31px;
  }
}

.icon-products-hurt {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7754px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-hurt {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7244px;
    height: 33px;
    width: 33px;
  }
}

.icon-products-illnes {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7888px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-illnes {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7366px;
    height: 27px;
    width: 27px;
  }
}

.icon-products-increment {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7956px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-increment {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7428px;
    height: 31px;
    width: 34px;
  }
}

.icon-products-life {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8028px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-life {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7494px;
    height: 31px;
    width: 29px;
  }
}

.icon-products-love {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8093px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 23px;
  width: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-love {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7553px;
    height: 24px;
    width: 34px;
  }
}

.icon-products-exempt {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7541px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 33px;
  width: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-exempt {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7049px;
    height: 34px;
    width: 24px;
  }
}

.icon-products-ltc {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8159px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-ltc {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7613px;
    height: 32px;
    width: 30px;
  }
}

.icon-products-other {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8211px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 9px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-other {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7659px;
    height: 10px;
    width: 31px;
  }
}

.icon-products-refund {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8261px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 29px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-refund {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7703px;
    height: 30px;
    width: 29px;
  }
}

.icon-products-death-refund {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7281px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-death-refund {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6810px;
    height: 29px;
    width: 32px;
  }
}

.icon-products-disability-refund {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7425px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 34px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-disability-refund {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6942px;
    height: 35px;
    width: 33px;
  }
}

.icon-products-illnes-guarantee {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7856px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-illnes-guarantee {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7337px;
    height: 27px;
    width: 27px;
  }
}

.icon-products-accident-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6722px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-accident-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6299px;
    height: 33px;
    width: 29px;
  }
}

.icon-products-annuity-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6798px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-annuity-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6369px;
    height: 33px;
    width: 25px;
  }
}

.icon-products-birthday-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6874px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-birthday-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6439px;
    height: 29px;
    width: 29px;
  }
}

.icon-products-broken-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6942px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-broken-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6501px;
    height: 32px;
    width: 31px;
  }
}

.icon-products-cancer-peace-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7054px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 23px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-cancer-peace-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6604px;
    height: 24px;
    width: 31px;
  }
}

.icon-products-cancer-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7016px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-cancer-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6569px;
    height: 33px;
    width: 33px;
  }
}

.icon-products-child-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7150px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-child-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6691px;
    height: 27px;
    width: 30px;
  }
}

.icon-products-death-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7214px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 27px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-death-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6749px;
    height: 28px;
    width: 32px;
  }
}

.icon-products-disability-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7348px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-disability-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6871px;
    height: 32px;
    width: 32px;
  }
}

.icon-products-foreign-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7580px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-foreign-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7085px;
    height: 31px;
    width: 31px;
  }
}

.icon-products-hospital-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7652px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-hospital-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7151px;
    height: 27px;
    width: 31px;
  }
}

.icon-products-hurt-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7716px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-hurt-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7209px;
    height: 33px;
    width: 33px;
  }
}

.icon-products-illnes-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7792px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-illnes-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7279px;
    height: 27px;
    width: 27px;
  }
}

.icon-products-increment-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7920px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-increment-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7395px;
    height: 31px;
    width: 34px;
  }
}

.icon-products-life-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7992px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 30px;
  width: 28px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-life-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7461px;
    height: 31px;
    width: 29px;
  }
}

.icon-products-love-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8064px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 23px;
  width: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-love-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7527px;
    height: 24px;
    width: 34px;
  }
}

.icon-products-exempt-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7502px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 33px;
  width: 23px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-exempt-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7013px;
    height: 34px;
    width: 24px;
  }
}

.icon-products-ltc-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8122px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 31px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-ltc-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7579px;
    height: 32px;
    width: 30px;
  }
}

.icon-products-other-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8196px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 9px;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-other-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7647px;
    height: 10px;
    width: 31px;
  }
}

.icon-products-refund-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8226px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 29px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-refund-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7671px;
    height: 30px;
    width: 29px;
  }
}

.icon-products-death-refund-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7247px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 28px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-death-refund-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6779px;
    height: 29px;
    width: 32px;
  }
}

.icon-products-disability-refund-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7385px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 34px;
  width: 32px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-disability-refund-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6905px;
    height: 35px;
    width: 33px;
  }
}

.icon-products-illnes-guarantee-disabled {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -7824px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-products-illnes-guarantee-disabled {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7308px;
    height: 27px;
    width: 27px;
  }
}

.icon-sidemenu-arrow-down-gray {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8694px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 10px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-sidemenu-arrow-down-gray {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8103px;
    height: 11px;
    width: 19px;
  }
}

.panel-title .icon-sidemenu-arrow-down-red {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8710px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 10px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .panel-title .icon-sidemenu-arrow-down-red {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8116px;
    height: 11px;
    width: 19px;
  }
}
.panel-title .collapsed .icon-sidemenu-arrow-down-red {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8694px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 10px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .panel-title .collapsed .icon-sidemenu-arrow-down-red {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8103px;
    height: 11px;
    width: 19px;
  }
}

.icon-white-triangle-down {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9668px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 6px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-white-triangle-down {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8999px;
    height: 7px;
    width: 11px;
  }
}

.icon-tip-bg {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9442px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 21px;
  width: 26px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-tip-bg {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8791px;
    height: 22px;
    width: 27px;
  }
}

.icon-checked {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2222px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 22px;
  width: 22px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-checked {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2075px;
    height: 23px;
    width: 23px;
  }
}

.icon-calendar {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2008px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 20px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-calendar {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1870px;
    height: 21px;
    width: 21px;
  }
}

.icon-search-form {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8562px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 23px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-search-form {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7980px;
    height: 24px;
    width: 21px;
  }
}

.icon-question-circle {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8296px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 21px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-question-circle {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7735px;
    height: 22px;
    width: 21px;
  }
}

.icon-arrow-down {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -157px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 10px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-down {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -139px;
    height: 11px;
    width: 21px;
  }
}

.icon-easy-online {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3066px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 57px;
  width: 59px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-easy-online {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2862px;
    height: 58px;
    width: 60px;
  }
}

.icon-money-bag {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5896px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 57px;
  width: 44px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-money-bag {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5533px;
    height: 58px;
    width: 45px;
  }
}

.icon-shield {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8591px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 57px;
  width: 42px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-shield {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8006px;
    height: 58px;
    width: 43px;
  }
}

.icon-member-login {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5855px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 35px;
  width: 33px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-member-login {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5495px;
    height: 36px;
    width: 34px;
  }
}

.icon-arrow-right-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -194px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 16px;
  width: 11px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-right-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -170px;
    height: 17px;
    width: 12px;
  }
}

.icon-pdf {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6598px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-pdf {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6187px;
    height: 25px;
    width: 25px;
  }
}

.icon-computer {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2621px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 26px;
  width: 29px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-computer {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2447px;
    height: 27px;
    width: 30px;
  }
}

.icon-calculator {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1973px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 29px;
  width: 21px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-calculator {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1838px;
    height: 30px;
    width: 22px;
  }
}

.icon-info-xs {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4028px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 14px;
  width: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-info-xs {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -3767px;
    height: 15px;
    width: 15px;
  }
}

.icon-light-orange-plus {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4987px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 15px;
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-light-orange-plus {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4681px;
    height: 16px;
    width: 16px;
  }
}

.icon-close-circle {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2576px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 20px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-close-circle {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2408px;
    height: 21px;
    width: 21px;
  }
}

.icon-arrow-up-orange {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -273px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 11px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-arrow-up-orange {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -237px;
    height: 12px;
    width: 17px;
  }
}

.icon-jcb-light {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4921px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-jcb-light {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4618px;
    height: 61px;
    width: 101px;
  }
}

.icon-unionpay-light {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9553px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-unionpay-light {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8893px;
    height: 25px;
    width: 41px;
  }
}

.icon-mastercard-light {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5789px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-mastercard-light {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5432px;
    height: 61px;
    width: 101px;
  }
}

.icon-visa-light {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9583px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-visa-light {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8920px;
    height: 61px;
    width: 101px;
  }
}

.icon-ucard-light {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9487px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 100px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-ucard-light {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8830px;
    height: 61px;
    width: 101px;
  }
}

.icon-success {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9376px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-success {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8728px;
    height: 61px;
    width: 61px;
  }
}

.icon-circle-press-phone {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2358px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 72px;
  width: 72px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-circle-press-phone {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2202px;
    height: 73px;
    width: 73px;
  }
}

.icon-circle-id-card {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2280px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 72px;
  width: 72px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-circle-id-card {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2127px;
    height: 73px;
    width: 73px;
  }
}

.icon-white-checked {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9649px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 13px;
  width: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-white-checked {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8983px;
    height: 14px;
    width: 20px;
  }
}

.icon-login-avatar {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5698px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 51px;
  width: 51px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5347px;
    height: 52px;
    width: 52px;
  }
}

.icon-login-avatar-net {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5461px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 44px;
  width: 54px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-net {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5122px;
    height: 45px;
    width: 55px;
  }
}

.icon-login-avatar-house {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5296px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 47px;
  width: 51px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-house {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4966px;
    height: 48px;
    width: 52px;
  }
}

.icon-login-avatar-business {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5250px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 40px;
  width: 51px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-business {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4923px;
    height: 41px;
    width: 52px;
  }
}

.icon-login-avatar-school {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5568px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 71px;
  width: 62px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-school {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5223px;
    height: 72px;
    width: 63px;
  }
}

.icon-login-avatar-sales {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5511px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 51px;
  width: 51px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-sales {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5169px;
    height: 52px;
    width: 52px;
  }
}

.icon-login-avatar-inhouse {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5349px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 46px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-inhouse {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5016px;
    height: 51px;
    width: 47px;
  }
}

.icon-login-avatar-bank {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5197px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 47px;
  width: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-bank {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4873px;
    height: 48px;
    width: 48px;
  }
}

.icon-login-avatar-learn {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5405px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 50px;
  width: 51px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-learn {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5069px;
    height: 51px;
    width: 52px;
  }
}

.icon-login-avatar-training {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5645px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 47px;
  width: 46px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-avatar-training {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5297px;
    height: 48px;
    width: 47px;
  }
}

.icon-login-apps {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -5136px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 55px;
  width: 34px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-login-apps {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4815px;
    height: 56px;
    width: 35px;
  }
}

.icon-success-sm {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9323px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-success-sm {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8681px;
    height: 25px;
    width: 25px;
  }
}

.icon-remove-sm {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8462px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-remove-sm {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7889px;
    height: 25px;
    width: 25px;
  }
}

.icon-alert-sm {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -66px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 24px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-alert-sm {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -63px;
    height: 25px;
    width: 25px;
  }
}

.icon-alert-lg {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 60px;
  width: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-alert-lg {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 0;
    height: 61px;
    width: 61px;
  }
}

.icon-success-xs {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9353px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 17px;
  width: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-success-xs {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8708px;
    height: 18px;
    width: 18px;
  }
}

.icon-remove-xs {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -8492px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 17px;
  width: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-remove-xs {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -7916px;
    height: 18px;
    width: 18px;
  }
}

.icon-alert-xs {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -96px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 17px;
  width: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-alert-xs {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -90px;
    height: 18px;
    width: 18px;
  }
}

.icon-page-prev {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6575px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 17px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-page-prev {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6167px;
    height: 18px;
    width: 11px;
  }
}

.icon-page-next {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6528px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 17px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-page-next {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6126px;
    height: 18px;
    width: 11px;
  }
}

.icon-page-prev-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6551px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-page-prev-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6146px;
    height: 19px;
    width: 11px;
  }
}

.icon-page-next-m {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6504px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  width: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-page-next-m {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6105px;
    height: 19px;
    width: 11px;
  }
}

.icon-more {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6022px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 15px;
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-more {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -5653px;
    height: 16px;
    width: 16px;
  }
}

.icon-btn-search {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -1948px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 19px;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-btn-search {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -1816px;
    height: 20px;
    width: 17px;
  }
}

.icon-email {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -3129px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 14px;
  width: 18px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-email {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2922px;
    height: 15px;
    width: 19px;
  }
}

.icon-contact-person {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2653px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 16px;
  width: 14px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-contact-person {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2476px;
    height: 17px;
    width: 15px;
  }
}

.icon-contact-phone {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2675px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 17px;
  width: 17px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-contact-phone {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2495px;
    height: 18px;
    width: 18px;
  }
}

.icon-contact-tax {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -2698px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 18px;
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-contact-tax {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -2515px;
    height: 19px;
    width: 21px;
  }
}

.icon-player {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -6680px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 36px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-player {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -6260px;
    height: 37px;
    width: 37px;
  }
}

.icon-investors-company {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4384px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 64px;
  width: 64px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-investors-company {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4102px;
    height: 65px;
    width: 65px;
  }
}

.icon-investors-finance {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4542px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 65px;
  width: 64px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-investors-finance {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4254px;
    height: 66px;
    width: 65px;
  }
}

.icon-investors-member {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4700px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 63px;
  width: 70px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-investors-member {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4406px;
    height: 64px;
    width: 71px;
  }
}

.icon-investors-stock {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -4851px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 64px;
  width: 68px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-investors-stock {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -4551px;
    height: 65px;
    width: 69px;
  }
}

.icon-trangle-right-gray {
  background-image: url('../img/icons-s694b3577ca.png');
  background-position: 0 -9469px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: inline-block;
  height: 12px;
  width: 6px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .icon-trangle-right-gray {
    background-repeat: no-repeat;
    background-image: url('../img/icons-2x-s87a19ff373.png');
    background-size: 110px 9005px;
    background-position: 0 -8815px;
    height: 13px;
    width: 7px;
  }
}
