/*
Theme Name: SOGO Child
Theme URI: http://sogo.co.il/
Template:   sogo
Author: Oren Havshush
Author URI: https://sogo.co.il/
Description: SOGO child theme
Version: 1.3333
License: Commercial Use only
License URI: Commercial Use only
Text Domain: sogo
*/
/**********
style.less
***********/
/* animate.less */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounce_small {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce_small {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes sogoPopInUp {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
.sogoPopInUp {
  -webkit-animation-name: sogoPopInUp;
  animation-name: sogoPopInUp;
  animation-delay: 1s;
}
@keyframes sogoPopInDown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.sogoPopInDown {
  -webkit-animation-name: sogoPopInDown;
  animation-name: sogoPopInDown;
  animation-delay: 1s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-500%, 0, 0);
    transform: translate3d(-500%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-500%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@keyframes cloudsAnimate {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-2500px, 0, 0);
    -ms-transform: translate3d(-2500px, 0, 0);
    transform: translate3d(-2500px, 0, 0);
    -moz-transform: translate3d(-2500px, 0, 0);
    -o-transform: translate3d(-2500px, 0, 0);
  }
}
.cloudsAnimate {
  -webkit-animation-name: cloudsAnimate;
  animation-name: cloudsAnimate;
  -ms-animation-name: cloudsAnimate;
  -moz-animation-name: cloudsAnimate;
  -o-animation-name: cloudsAnimate;
}
@keyframes cloudsAnimate-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-700px, 0, 0);
    -ms-transform: translate3d(-700px, 0, 0);
    transform: translate3d(-700px, 0, 0);
    -moz-transform: translate3d(-700px, 0, 0);
    -o-transform: translate3d(-700px, 0, 0);
  }
}
.cloudsAnimate-left {
  -webkit-animation-name: cloudsAnimate-left;
  animation-name: cloudsAnimate-left;
  -ms-animation-name: cloudsAnimate-left;
  -moz-animation-name: cloudsAnimate-left;
  -o-animation-name: cloudsAnimate-left;
}
@keyframes carsAnimate {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    -moz-transform: translate3d(3000px, 0, 0);
    -o-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
}
.carsAnimate {
  -webkit-animation-name: carsAnimate;
  animation-name: carsAnimate;
  -ms-animation-name: carsAnimate;
  -moz-animation-name: carsAnimate;
  -o-animation-name: carsAnimate;
}
@keyframes carsAnimate-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    -o-transform: translate3d(-3000px, 0, 0);
  }
}
.carsAnimate-right {
  -webkit-animation-name: carsAnimate-right;
  animation-name: carsAnimate-right;
  -ms-animation-name: carsAnimate-right;
  -moz-animation-name: carsAnimate-right;
  -o-animation-name: carsAnimate-right;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.infinite {
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(1000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.active .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce_small {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.active .grow {
  -webkit-animation-name: grow;
  animation-name: grow;
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.active .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.active .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}
[class^="hvr-"] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
  [class^="hvr-"] {
    padding: 1em;
  }
}
.car-animate {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}
@-webkit-keyframes carFromSide1 {
  from {
    right: 25%;
  }
  to {
    right: 50%;
    transform: translateX(50%);
  }
}
@keyframes carFromSide1 {
  from {
    right: -8%;
  }
  to {
    right: 50%;
    transform: translateX(50%);
  }
}
.carFromSide1 {
  -webkit-animation-name: carFromSide1;
  animation-name: carFromSide1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes carFromSide2 {
  from {
    right: -8%;
  }
  to {
    right: 80%;
    transform: translateX(50%);
  }
}
@keyframes carFromSide2 {
  from {
    right: -8%;
  }
  to {
    right: 80%;
    transform: translateX(50%);
  }
}
.carFromSide2 {
  -webkit-animation-name: carFromSide2;
  animation-name: carFromSide2;
  animation-fill-mode: forwards;
}
@-webkit-keyframes carFromSide3 {
  from {
    right: -8%;
  }
  to {
    right: 96%;
    transform: translateX(50%);
  }
}
@keyframes carFromSide3 {
  from {
    right: -8%;
  }
  to {
    right: 96%;
    transform: translateX(50%);
  }
}
.carFromSide3 {
  -webkit-animation-name: carFromSide3;
  animation-name: carFromSide3;
  animation-fill-mode: forwards;
}
@-webkit-keyframes carFromSide4 {
  from {
    right: -8%;
  }
  to {
    right: 5%;
    transform: translateX(50%);
  }
}
@keyframes carFromSide4 {
  from {
    right: -8%;
  }
  to {
    right: 5%;
    transform: translateX(50%);
  }
}
.carFromSide4 {
  -webkit-animation-name: carFromSide4;
  animation-name: carFromSide4;
  animation-fill-mode: forwards;
}
/* end animate.less */
/* back-to-top.less */
#scrollToTop {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  transform: rotate(180deg);
  background-color: white;
  border-radius: 50%;
  padding: 0.4rem 0.4rem;
  line-height: 0.4rem;
  cursor: pointer;
  box-shadow: 0 0 5px 1px #797979;
}
#scrollToTop .arrow-icon {
  content: '';
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  height: 19px;
  width: 19px;
  display: inline-block;
  vertical-align: middle;
}
/* breadcrumbs.less */
.breadcrumbs {
  color: #797979;
  font-size: 0.5rem;
}
.breadcrumbs .breadcrumb_last {
  color: #797979;
  font-weight: 500;
}
.breadcrumbs a {
  color: #797979;
}
/* button.less */
.s-button {
  font-family: 'Rubik', sans-serif !important;
  background-color: #0000ff;
  color: white;
  border-color: #0000ff;
  border-style: solid;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  border-width: 2px;
  padding: 0 0.4rem;
  display: inline-table;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .s-button {
    padding: 0 1.5rem;
  }
}
.s-button:after {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.s-button:before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  right: 50%;
  top: 0;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.s-button.bg-1:hover {
  color: #d60019;
}
.s-button.bg-2:hover {
  color: #f4007c;
}
.s-button.bg-3:hover {
  color: #0000ff;
}
.s-button.bg-4:hover {
  color: #00afef;
}
.s-button.bg-4:hover i {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
.s-button.bg-5:hover {
  color: #000000;
}
.s-button.bg-5:hover i {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
.s-button.bg-6:hover {
  color: #797979;
}
.s-button.bg-white:hover {
  color: white;
}
.s-button:hover {
  color: #0000ff;
}
.s-button:hover:after {
  width: 51%;
}
.s-button:hover:before {
  width: 51%;
}
.s-button:focus {
  color: inherit;
  outline: none;
}
.s-button.s-button-1 {
  line-height: 2.25rem;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .s-button.s-button-1 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
.s-button.s-button-2 {
  line-height: 45px;
  border-radius: 20px;
  font-size: 0.5rem;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 992px) {
  .s-button.s-button-2 {
    width: auto;
    font-size: 0.6rem;
  }
}
.s-button.s-button-3 {
  line-height: 1.15rem;
  border-radius: 20px;
  border-width: 1px;
  font-size: 0.5rem;
  font-weight: 400;
  background: inherit;
  color: #f4007c;
  border-color: #797979;
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .s-button.s-button-3 {
    font-size: 0.6rem;
  }
}
.s-button.s-button-3:hover:after {
  width: inherit;
}
.s-button.s-button-3:hover:before {
  width: inherit;
}
.s-button.s-button-4 {
  width: 100%;
  line-height: 1.25rem;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .s-button.s-button-4 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
.s-button-light {
  font-family: 'Rubik', sans-serif !important;
  background-color: #0000ff;
  color: white;
  border-color: #0000ff;
  border-style: solid;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  border-width: 2px;
  padding: 0 0.4rem;
  display: inline-table;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .s-button-light {
    padding: 0 1.5rem;
  }
}
.s-button-light:after {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.s-button-light:before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  right: 50%;
  top: 0;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.s-button-light.bg-1:hover {
  color: #d60019;
}
.s-button-light.bg-2:hover {
  color: #f4007c;
}
.s-button-light.bg-3:hover {
  color: #0000ff;
}
.s-button-light.bg-4:hover {
  color: #00afef;
}
.s-button-light.bg-4:hover i {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
.s-button-light.bg-5:hover {
  color: #000000;
}
.s-button-light.bg-5:hover i {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
.s-button-light.bg-6:hover {
  color: #797979;
}
.s-button-light.bg-white:hover {
  color: white;
}
.s-button-light:hover {
  color: #0000ff;
}
.s-button-light:hover:after {
  width: 51%;
}
.s-button-light:hover:before {
  width: 51%;
}
.s-button-light:focus {
  color: inherit;
  outline: none;
}
.s-button-light.s-button-1 {
  line-height: 2.25rem;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .s-button-light.s-button-1 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
.s-button-light.s-button-2 {
  line-height: 1.15rem;
  border-radius: 20px;
  font-size: 0.5rem;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 992px) {
  .s-button-light.s-button-2 {
    width: auto;
    font-size: 0.6rem;
  }
}
.s-button-light.s-button-3 {
  line-height: 1.15rem;
  border-radius: 20px;
  border-width: 1px;
  font-size: 0.5rem;
  font-weight: 400;
  background: inherit;
  color: #f4007c;
  border-color: #797979;
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .s-button-light.s-button-3 {
    font-size: 0.6rem;
  }
}
.s-button-light.s-button-3:hover:after {
  width: inherit;
}
.s-button-light.s-button-3:hover:before {
  width: inherit;
}
.s-button-light.s-button-4 {
  width: 100%;
  line-height: 1.25rem;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .s-button-light.s-button-4 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
.s-btn-1 {
  font-family: 'Rubik', sans-serif !important;
  background-color: white;
  border: 1px solid #797979;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  display: inline-table;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  padding: 0 1.5rem;
  line-height: 1.15rem;
  border-radius: 20px;
  font-size: 0.5rem;
  font-weight: 400;
  color: #f4007c;
}
@media (min-width: 992px) {
  .s-btn-1 {
    padding: 0 0.5rem;
    font-size: 0.6rem;
  }
}
.s-btn-1:hover {
  color: white;
  background-color: #f4007c;
  border: 1px solid #f4007c;
}
.s-btn-2 {
  font-family: 'Rubik', sans-serif !important;
  background-color: #f4007c;
  border: 1px solid #f4007c;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  display: inline-table;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  padding: 0 1.5rem;
  line-height: 1.15rem;
  border-radius: 20px;
  font-size: 0.5rem;
  font-weight: 400;
  color: white;
}
@media (min-width: 992px) {
  .s-btn-2 {
    padding: 0 0.5rem;
    font-size: 0.6rem;
  }
}
.s-btn-2:hover {
  color: #f4007c;
  background-color: white;
  border: 1px solid #797979;
}
.s-btn-2:hover svg path {
  fill: #f4007c;
}
.s-btn-2 svg {
  width: 0.2rem;
  height: 0.4rem;
}
.s-btn-2 svg path {
  fill: white;
}
.s-btn-3 {
  font-family: 'Rubik', sans-serif !important;
  background-color: white;
  color: #0000ff;
  border: 2px solid white;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  padding: 0 0.4rem;
  display: inline-table;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .s-btn-3 {
    padding: 0 1.5rem;
  }
}
.s-btn-3:after {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #00afef;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.s-btn-3:before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  right: 50%;
  top: 0;
  background-color: #00afef;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.s-btn-3.bg-1:hover {
  color: #d60019;
}
.s-btn-3.bg-2:hover {
  color: #f4007c;
}
.s-btn-3.bg-3:hover {
  color: #0000ff;
}
.s-btn-3.bg-4:hover {
  color: #00afef;
}
.s-btn-3.bg-4:hover i {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
.s-btn-3.bg-5:hover {
  color: #000000;
}
.s-btn-3.bg-5:hover i {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}
.s-btn-3.bg-6:hover {
  color: #797979;
}
.s-btn-3.bg-white:hover {
  color: white;
}
.s-btn-3:hover {
  color: white;
}
.s-btn-3:hover:after {
  width: 51%;
}
.s-btn-3:hover:before {
  width: 51%;
}
.s-btn-3:focus {
  color: inherit;
  outline: none;
}
.s-btn-3.s-button-1 {
  line-height: 2.25rem;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .s-btn-3.s-button-1 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
.s-btn-3.s-button-2 {
  line-height: 1.15rem;
  border-radius: 20px;
  font-size: 0.5rem;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 992px) {
  .s-btn-3.s-button-2 {
    width: auto;
    font-size: 0.6rem;
  }
}
.s-btn-3.s-button-3 {
  line-height: 1.15rem;
  border-radius: 20px;
  border-width: 1px;
  font-size: 0.5rem;
  font-weight: 400;
  background: inherit;
  color: #f4007c;
  border-color: #797979;
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .s-btn-3.s-button-3 {
    font-size: 0.6rem;
  }
}
.s-btn-3.s-button-3:hover:after {
  width: inherit;
}
.s-btn-3.s-button-3:hover:before {
  width: inherit;
}
.s-btn-3.s-btn-4 {
  width: 100%;
  line-height: 1.25rem;
  border-radius: 8px;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .s-btn-3.s-btn-4 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
.s-btn-3.s-btn-4:hover {
  border: 2px solid #00afef;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .s-btn-3 {
    font-family: 'Rubik', sans-serif !important;
    background-color: white;
    color: #0000ff;
    border: 2px solid white;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    padding: 0 0.4rem;
    display: inline-table;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
  }
  .s-btn-3:hover {
    color: white;
    background-color: #00afef;
    border-radius: 8px;
  }
  .s-btn-3:focus {
    color: inherit;
    outline: none;
  }
  .s-btn-3.s-button-1 {
    line-height: 2.25rem;
    border-radius: 8px;
    font-size: 0.6rem;
    font-weight: 400;
  }
  .s-btn-3.s-button-2 {
    line-height: 1.15rem;
    border-radius: 20px;
    font-size: 0.5rem;
    font-weight: 400;
    width: 100%;
  }
  .s-btn-3.s-button-3 {
    line-height: 1.15rem;
    border-radius: 20px;
    border-width: 1px;
    font-size: 0.5rem;
    font-weight: 400;
    background: inherit;
    color: #f4007c;
    border-color: #797979;
    padding: 0 0.5rem;
  }
  .s-btn-3.s-button-3:hover:after {
    width: inherit;
  }
  .s-btn-3.s-button-3:hover:before {
    width: inherit;
  }
  .s-btn-3.s-btn-4 {
    width: 100%;
    line-height: 1.25rem;
    border-radius: 8px;
    font-size: 0.6rem;
    font-weight: 400;
  }
  .s-btn-3.s-btn-4:hover {
    border: 2px solid #00afef;
    border-radius: 8px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .s-btn-3 {
    padding: 0 1.5rem;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .s-btn-3.s-button-1 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .s-btn-3.s-button-2 {
    width: auto;
    font-size: 0.6rem;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .s-btn-3.s-button-3 {
    font-size: 0.6rem;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .s-btn-3.s-btn-4 {
    line-height: 3.05rem;
    font-size: 1rem !important;
  }
}
.text-4-1 {
  font-size: 0.55rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .text-4-1 {
    font-size: 0.75rem;
  }
}
.license_search_btn {
  background-color: #aba7a7;
  border: 1px solid #828282;
  color: #fff;
  width: 100%;
  font-size: 14px;
  padding: 15px;
  border-radius: 40px;
  opacity: 0.5;
  outline: none;
  vertical-align: bottom;
}
.license_search_btn.active {
  opacity: 1;
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #000000;
}
.license_search_btn:focus {
  outline: 0;
}
.collapse_two_first_sec button.btn-next {
  display: none;
}
.car_pop_btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  padding: 15px;
  border-radius: 40px;
  opacity: 1;
  outline: none;
  cursor: pointer;
  margin-top: 19px;
  border: none;
}
.car_pop_btn:focus {
  outline: 0;
}
.car_num_search_btn {
  background-color: #000000;
}
.car_choose_from_list_btn {
  background-color: gray;
}
/* classes.less */
.ui-widget {
  font-family: 'Rubik', sans-serif !important;
  font-size: 0.6rem !important;
}
.ui-menu .ui-menu-item {
  margin: 10px 0 !important;
}
.icon-xxs {
  font-size: 0.25rem;
}
.icon-xs {
  font-size: 0.53rem;
}
.icon-s {
  font-size: 0.8rem;
}
.icon-m {
  font-size: 1.06rem;
}
.icon-l {
  font-size: 1.6rem;
}
.icon-xl {
  font-size: 2.13rem;
}
.icon-xxl {
  font-size: 4rem;
}
.cursor-pointer {
  cursor: pointer;
}
.d-ltr {
  direction: ltr;
}
.list-decimals {
  list-style: decimal;
}
.list-inside {
  list-style-position: inside;
}
.p-height {
  line-height: 0.7rem;
}
.line-height-1 {
  line-height: 0.7;
}
.line-height-1-3 {
  line-height: 1.3;
}
@media (min-width: 1500px) {
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.box-shadow-1 {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 375px) {
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.bold {
  font-weight: 700 !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.regular {
  font-weight: 300 !important;
}
.font-0 {
  font-size: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.no-wrap {
  white-space: nowrap;
}
.underline {
  text-decoration: underline;
}
.t-0 {
  top: 0;
}
.l-0 {
  left: 0;
}
.l-1 {
  left: 0.25rem;
}
.l-2 {
  left: 0.5rem;
}
.l-3 {
  left: 1rem;
}
.l-4 {
  left: 1.5rem;
}
.l-5 {
  left: 3rem;
}
.r-0 {
  right: 0;
}
.r-1 {
  right: 0.25rem;
}
.r-2 {
  right: 0.5rem;
}
.r-3 {
  right: 1rem;
}
.r-4 {
  right: 1.5rem;
}
.r-5 {
  right: 3rem;
}
.t-1 {
  top: 0.25rem;
}
.t-2 {
  top: 0.5rem;
}
.t-3 {
  top: 1rem;
}
.t-4 {
  top: 1.5rem;
}
.t-5 {
  top: 3rem;
}
.b-0 {
  bottom: 0;
}
.b-1 {
  bottom: 0.25rem;
}
.b-2 {
  bottom: 0.5rem;
}
.b-3 {
  bottom: 1rem;
}
.b-4 {
  bottom: 1.5rem;
}
.b-5 {
  bottom: 3rem;
}
.x-align {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .x-align-md {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
.y-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-align {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
.v-align-top {
  vertical-align: top;
}
.v-align-middle {
  vertical-align: middle;
}
.p-absolute {
  position: absolute !important;
}
.p-relative {
  position: relative !important;
}
.p-fixed {
  position: fixed !important;
}
.mirror-flip {
  -webkit-transform: scalex(-1);
  -moz-transform: scalex(-1);
  -ms-transform: scalex(-1);
  -o-transform: scalex(-1);
  transform: scalex(-1);
}
.h-100 {
  height: 100% !important;
}
.bg-1 {
  background-color: #d60019 !important;
}
.bg-2 {
  background-color: #f4007c !important;
}
.bg-3 {
  background-color: #0000ff !important;
}
.bg-4 {
  background-color: #00afef !important;
}
.bg-5 {
  background-color: #000000 !important;
}
.bg-6 {
  background-color: #797979 !important;
}
.bg-7 {
  background-color: #c5c5c5 !important;
}
.bg-8 {
  background-color: #e2edf8 !important;
}
.bg-red {
  background-color: #d60019 !important;
}
.bg-white {
  background-color: white;
}
.bg-transparent {
  background-color: transparent;
}
.b-radius-1 {
  border-radius: 25px;
}
.b-radius-2 {
  border-radius: 5px;
}
.b-radius-1-tr-br {
  border-radius: 0 25px 25px 0;
}
.b-radius-1-tl-bl {
  border-radius: 25px 0 0 25px;
}
.b-radius-1-tl-tr {
  border-radius: 25px 25px 0 0;
}
.b-radius-50 {
  border-radius: 50%;
}
.border {
  border: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.border-left {
  border-left: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.border-top {
  border-top: 1px solid;
}
.border-color-1 {
  border-color: #d60019;
}
.border-color-2 {
  border-color: #f4007c !important;
}
.border-color-3 {
  border-color: #0000ff;
}
.border-color-4 {
  border-color: #00afef;
}
.border-color-5 {
  border-color: #000000;
}
.border-color-6 {
  border-color: #797979;
}
.border-color-7 {
  border-color: #c5c5c5;
}
.border-width-x1 {
  border-width: 1px;
}
.border-width-x2 {
  border-width: 2px;
}
.color-1 {
  color: #d60019 !important;
}
.color-2 {
  color: #f4007c !important;
}
.color-3 {
  color: #0000ff !important;
}
.color-4 {
  color: #00afef !important;
}
.color-5 {
  color: #000000 !important;
}
.color-6 {
  color: #797979 !important;
}
.color-7 {
  color: #c5c5c5 !important;
}
.color-8 {
  color: #e2edf8 !important;
}
.color-white {
  color: white !important;
}
.color-black {
  color: black !important;
}
.color-red {
  color: #d60019 !important;
}
.color-green {
  color: green !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-size-cover {
  background-size: cover !important;
}
.bg-size-contain {
  background-size: contain;
}
.bg-position-center {
  background-position: center !important;
}
.opacity-0 {
  opacity: 0;
}
.bottom-right-image {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}
body.mobile .bottom-right-image img {
  width: 61px;
  height: auto;
}
.bottom-left-image {
  position: absolute;
  bottom: 0;
  left: 0.5rem;
}
.custom-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}
.custom-border-radius {
  border-radius: 8px;
}
.flex-grow-1 {
  flex-grow: 1;
}
.hide {
  opacity: 0;
  transform: translateY(-200%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.rotate-y-360-on-hover {
  transition: 1.5s;
}
.rotate-y-360-on-hover:hover {
  transform: rotateY(360deg);
}
.pt-custom-1 {
  padding-top: 1.5rem;
}
@media (min-width: 415px) {
  .pt-custom-1 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 769px) {
  .pt-custom-1 {
    padding-top: 8.5rem;
  }
}
@media (min-width: 1200px) {
  .pt-custom-1 {
    padding-top: 5.5rem;
  }
}
@media (min-width: 1300px) {
  .pt-custom-1 {
    padding-top: 3rem;
  }
}
@media (min-width: 1400px) {
  .pt-custom-1 {
    padding-top: 3rem;
  }
}
.p-card {
  padding: 0.35rem 0.4rem;
}
.top-18vh {
  top: 18vh;
}
.w-auto {
  width: auto !important;
}
.input-hide-lg-down {
  width: 0 !important;
  overflow: hidden;
  height: 0 !important;
  border: none !important;
}
/* entry-content.less */
.entry-content {
  color: #000000;
  line-height: 1.2;
}
.entry-content strong {
  font-weight: 700;
}
.entry-content p {
  margin-bottom: 1rem;
  line-height: 0.76666667rem;
  font-size: 0.5rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .entry-content p {
    font-size: 0.56666667rem;
  }
}
.entry-content a {
  color: #0000ff;
  text-decoration: underline;
}
.entry-content h1 {
  color: #00afef;
  font-size: 0.83333333rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .entry-content h1 {
    font-size: 2rem;
  }
}
.entry-content h2 {
  color: #00afef;
  font-size: 0.83333333rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .entry-content h2 {
    font-size: 1.33333333rem;
  }
}
.entry-content h3 {
  margin-bottom: 0.5rem;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .entry-content h3 {
    font-size: 1rem !important;
  }
}
.entry-content h4 {
  margin-bottom: 0.5rem;
  font-size: 0.6rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .entry-content h4 {
    font-size: 1rem;
  }
}
.entry-content h5 {
  margin-bottom: 0.5rem;
  color: #00afef;
  font-size: 0.5rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .entry-content h5 {
    font-size: 0.6rem;
  }
}
.entry-content h6 {
  margin-bottom: 0.5rem;
  color: #00afef;
  font-size: 0.5rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .entry-content h6 {
    font-size: 0.6rem;
  }
}
.entry-content ol {
  padding-right: 0.5rem;
}
.entry-content ol li {
  font-size: 0.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  list-style-position: outside;
}
@media (min-width: 992px) {
  .entry-content ol li {
    font-size: 0.56666667rem;
  }
}
.entry-content ul {
  padding-right: 0.5rem;
}
.entry-content ul li {
  font-size: 0.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  list-style: disc;
  list-style-position: outside;
}
@media (min-width: 992px) {
  .entry-content ul li {
    font-size: 0.56666667rem;
  }
}
.entry-content blockquote {
  color: #0000ff;
  text-align: center;
  margin-bottom: 1.5rem;
}
.entry-content blockquote p {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.166667rem;
}
.entry-content figure {
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.entry-content figcaption {
  font-weight: 300;
  font-size: 0.5rem;
  margin-top: 0.25rem;
}
/* mixin.less */
/* end mixin.less */
/* pagination.less */
.page-navigation .wp-pagenavi {
  direction: ltr;
}
.page-navigation .page {
  vertical-align: middle;
  display: inline-block;
  color: #0000ff;
  border: none;
  font-size: 0.6rem;
  font-weight: 500 !important;
  height: 1.3rem;
  width: 1.3rem;
  margin: 0 0.1rem;
  border-radius: 50%;
  line-height: 1.1rem;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-navigation .page:hover {
  border: none;
  background: #d60019;
  color: white;
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  line-height: 1.1rem;
  text-align: center;
}
.page-navigation .current {
  vertical-align: middle;
  display: inline-block;
  border: none;
  margin: 0 0.1rem;
  font-size: 0.6rem;
  font-weight: 500 !important;
  background: #d60019;
  color: white;
  border-radius: 50%;
  height: 1.3rem;
  width: 1.3rem;
  line-height: 1.1rem;
  text-align: center;
}
.page-navigation .nextpostslink {
  border: 0;
  vertical-align: middle;
  color: transparent;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
}
.page-navigation .nextpostslink:after {
  font-family: icomoon;
  content: '\e902';
  color: #0000ff;
  position: absolute;
  top: 5px;
  right: -5px;
  font-size: 0.4rem;
}
.page-navigation .previouspostslink {
  vertical-align: middle;
  color: transparent;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  border: 0;
}
.page-navigation .previouspostslink:after {
  font-family: icomoon;
  content: '\e901';
  color: #0000ff;
  position: absolute;
  top: 5px;
  left: -5px;
  font-size: 0.4rem;
}
/* reset.less */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
address,
cite,
code,
del,
em,
img,
ins,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
  text-align: right !important;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  margin: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #0000ff;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
ul {
  list-style: none;
}
.h2 h2 {
  color: gray;
  font-size: 1rem;
  font-weight: 400;
}
/* share-bar.less */
.addtoany_shortcode {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.addtoany_shortcode a[class^="a2a_button"] {
  display: block;
}
.addtoany_shortcode a[class^="a2a_button"] svg {
  width: 0.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.addtoany_shortcode a[class^="a2a_button"] path {
  fill: white;
}
.addtoany_shortcode a[class^="a2a_button"] > span {
  display: block !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 45px !important;
  line-height: 45px !important;
  width: 45px !important;
}
.addtoany_shortcode a[class^="a2a_button"]:hover > span {
  background-color: #f4007c !important;
}
.addtoany_shortcode a[class^="a2a_button"]:first-child > span {
  background-color: #0000ff !important;
}
.addtoany_shortcode a[class^="a2a_button"]:nth-child(2) > span {
  background-color: #00afef !important;
}
.addtoany_shortcode a[class^="a2a_button"]:nth-child(3) > span {
  background-color: #000000 !important;
}
.addtoany_shortcode a[class^="a2a_button"]:last-child > span {
  background-color: #797979 !important;
}
/* typography.less */
@media (min-width: 992px) {
  html.mobile {
    font-size: 26.25px;
  }
}
@media (min-width: 1170px) {
  html.mobile {
    font-size: 2.8125vh;
  }
}
html {
  font-size: 30px;
}
@media (min-width: 992px) {
  html {
    font-size: 20.625px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 25px;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 3.18999vh;
  }
}
body {
  font-family: 'Rubik', sans-serif !important;
  direction: rtl;
}
.text-1 {
  font-size: 0.83333333rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .text-1 {
    font-size: 2rem;
  }
}
.text-2 {
  font-size: 0.83333333rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .text-2 {
    font-size: 1.33333333rem;
  }
}
.text-3 {
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .text-3 {
    font-size: 1rem !important;
  }
}
.text-4 {
  font-size: 0.6rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .text-4 {
    font-size: 1rem;
  }
}
.text-5 {
  font-size: 0.5rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .text-5 {
    font-size: 0.55rem;
  }
}
.text-6 {
  font-size: 0.5rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .text-6 {
    font-size: 0.55rem;
  }
}
.text-7 {
  font-size: 0.45rem;
  font-weight: 400;
}
.text-p {
  font-size: 0.5rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .text-p {
    font-size: 0.56666667rem;
  }
}
.text-p-2 {
  font-size: 0.4rem;
  font-weight: 300;
}
.text-p-3 {
  font-size: 0.45rem;
  font-weight: 300;
}
.text-custom-1 {
  font-size: 0.5rem;
}
.text-slider {
  font-weight: 300;
  font-size: 0.83333333rem;
  line-height: 1.1rem;
}
@media (min-width: 992px) {
  .text-slider {
    line-height: 2.3rem;
    font-size: 2rem;
  }
}
.capture-text {
  font-weight: 300;
  font-size: 0.5rem;
}
.breadcrumbs-text {
  font-size: 0.5rem;
  font-weight: 300;
}
.breadcrumbs-text.last {
  font-weight: 500;
}
.placeholder-text {
  font-weight: 300;
  font-size: 0.4rem;
}
.sogo-text {
  font-weight: 500;
  font-size: 0.46666667rem;
}
/*  variables.less  */
/* wordpress.less */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 0 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* icons.less */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?o48wav');
  src: url('fonts/icomoon.eot?o48wav#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?o48wav') format('truetype'), url('fonts/icomoon.woff?o48wav') format('woff'), url('fonts/icomoon.svg?o48wav#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrowdown-01:before {
  content: "\e900";
}
.icon-arrowleft-01:before {
  content: "\e901";
}
.icon-arrowright-01:before {
  content: "\e902";
}
.icon-arrowup-01:before {
  content: "\e903";
}
.icon-calendar-01:before {
  content: "\e904";
}
.icon-check-01:before {
  content: "\e905";
}
.icon-click-01:before {
  content: "\e906";
}
.icon-contact-01:before {
  content: "\e907";
}
.icon-customerservice-01:before {
  content: "\e908";
}
.icon-diamond-01:before {
  content: "\e909";
}
.icon-envelope-01:before {
  content: "\e90a";
}
.icon-facebook-01:before {
  content: "\e90b";
}
.icon-facebook2-01:before {
  content: "\e90c";
}
.icon-heart-01:before {
  content: "\e90d";
}
.icon-home-01:before {
  content: "\e90e";
}
.icon-keys-01:before {
  content: "\e90f";
}
.icon-lamp-01:before {
  content: "\e910";
}
.icon-lifering-01:before {
  content: "\e911";
}
.icon-list-01:before {
  content: "\e912";
}
.icon-mechanicservice-01:before {
  content: "\e913";
}
.icon-minus-01:before {
  content: "\e914";
}
.icon-motorcycle-01:before {
  content: "\e915";
}
.icon-nis-01:before {
  content: "\e916";
}
.icon-openenvelope-01:before {
  content: "\e917";
}
.icon-paperplane-01:before {
  content: "\e918";
}
.icon-pen-01:before {
  content: "\e919";
}
.icon-phone-01:before {
  content: "\e91a";
}
.icon-plus-01:before {
  content: "\e91b";
}
.icon-question-01:before {
  content: "\e91c";
}
.icon-taxi-01:before {
  content: "\e91d";
}
.icon-truck-01:before {
  content: "\e91e";
}
.icon-twitter-01:before {
  content: "\e91f";
}
.icon-whatsapp-01:before {
  content: "\e920";
}
.icon-world-01:before {
  content: "\e921";
}
[class^="icon-"] {
  display: block;
}
.icon-x1 {
  width: 9px;
  height: 9px;
}
.icon-x2 {
  width: 15px;
  height: 15px;
}
.icon-x3 {
  width: 23px;
  height: 23px;
}
.icon-x4 {
  width: 30px;
  height: 30px;
}
.icon-x5 {
  width: 38px;
  height: 38px;
}
.icon-x6 {
  width: 60px;
  height: 60px;
}
.icon-x7 {
  width: 90px;
  height: 90px;
}
.icon-x8 {
  width: 120px;
  height: 120px;
}
.icon-arrowdown-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowdown-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowleft-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226913f2c2-05ad-4d3e-a6b5-8830d81d9b65%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Earrowleft%3C%2Ftitle%3E%3Cpath%20id%3D%227962e366-a66c-4196-8f8f-c971c43d4df4%22%20data-name%3D%22arrowleft.svg%22%20d%3D%22M14.36%2C27.73l1.37-1.41a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L4.93%2C14%2C15.73%2C3A1%2C1%2C0%2C0%2C0%2C16%2C2.32a.92.92%2C0%2C0%2C0-.28-.65L14.36.27A.83.83%2C0%2C0%2C0%2C13.18.18L13.1.27.29%2C13.35a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0L13.1%2C27.73a.85.85%2C0%2C0%2C0%2C1.2.06Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowright-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cbcc6800-9e24-4036-a313-27f5dd9efc8a%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2028%22%3E%3Ctitle%3Earrowright%3C%2Ftitle%3E%3Cpath%20id%3D%22f7a26511-01af-464c-9350-14101b6b0b47%22%20data-name%3D%22arrowright.svg%22%20d%3D%22M1.64.27.27%2C1.68a.89.89%2C0%2C0%2C0%2C0%2C1.26l0%2C0%2C10.8%2C11L.27%2C25a1%2C1%2C0%2C0%2C0-.28.64.92.92%2C0%2C0%2C0%2C.28.65l1.37%2C1.4a.83.83%2C0%2C0%2C0%2C1.18.09l.09-.09L15.71%2C14.65a.89.89%2C0%2C0%2C0%2C0-1.26l0%2C0L2.9.27A.85.85%2C0%2C0%2C0%2C1.7.21Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-arrowup-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f984f2b5-1f9a-47ad-a026-bbf5b6182a9b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2016%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Earrowup%3C%2Ftitle%3E%3Cpath%20id%3D%2225c57812-ade3-47c4-ae2e-31e950a4e9b3%22%20data-name%3D%22arrowup.svg%22%20d%3D%22M.28%2C14.36l1.4%2C1.37a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L14%2C4.93l11%2C10.8a1%2C1%2C0%2C0%2C0%2C.65.28.91.91%2C0%2C0%2C0%2C.65-.28l1.4-1.37a.94.94%2C0%2C0%2C0%2C.28-.63%2C1%2C1%2C0%2C0%2C0-.28-.64L14.64.29a.88.88%2C0%2C0%2C0-1.25%2C0l0%2C0L.27%2C13.09a1%2C1%2C0%2C0%2C0-.28.64A.94.94%2C0%2C0%2C0%2C.28%2C14.36Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-calendar-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-check-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-click-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c740a0c8-b58b-4fcf-adb8-ebb8644b60f6%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070.03%2070%22%3E%3Ctitle%3Eclick%3C%2Ftitle%3E%3Cpath%20id%3D%220795e2a0-14e1-487f-a908-af95af1d0865%22%20data-name%3D%22click.svg%22%20d%3D%22M59.19%2C0H10.84A10.92%2C10.92%2C0%2C0%2C0%2C0%2C11V28.19a10.92%2C10.92%2C0%2C0%2C0%2C10.85%2C11H22.31a1.19%2C1.19%2C0%2C0%2C0%2C.71-.26l7.36%2C11.58%2C0%2C0c-2.43-1.16-6.75-.53-8.85.78a1.26%2C1.26%2C0%2C0%2C0-.47.53%2C5.23%2C5.23%2C0%2C0%2C0%2C2.46%2C6.92l20.78%2C9.92a14%2C14%2C0%2C0%2C0%2C6%2C1.39%2C14.44%2C14.44%2C0%2C0%2C0%2C10.59-4.87c4-4.33%2C6.43-11.76%2C2.73-18.6l-4-7.4A10.91%2C10.91%2C0%2C0%2C0%2C70%2C28.19V11A10.92%2C10.92%2C0%2C0%2C0%2C59.19%2C0Zm2.25%2C47.72c3.11%2C5.75%2C1.06%2C12-2.36%2C15.7-3%2C3.18-8.12%2C5.62-13.76%2C2.93L24.53%2C56.44a2.73%2C2.73%2C0%2C0%2C1-1.41-3.26c1.59-.79%2C4.71-1.16%2C6.16-.46l3.94%2C1.88a1.22%2C1.22%2C0%2C0%2C0%2C1.45-.31%2C1.26%2C1.26%2C0%2C0%2C0%2C.11-1.5L22.3%2C33.16a2.6%2C2.6%2C0%2C0%2C1-.33-2%2C2.75%2C2.75%2C0%2C0%2C1%2C1.21-1.73h0a2.71%2C2.71%2C0%2C0%2C1%2C3.71.92L33%2C39.57a1.21%2C1.21%2C0%2C0%2C0%2C1.26.53%2C1.23%2C1.23%2C0%2C0%2C0%2C1-1A2.66%2C2.66%2C0%2C0%2C1%2C39.87%2C38a1.21%2C1.21%2C0%2C0%2C0%2C1.33.38%2C1.24%2C1.24%2C0%2C0%2C0%2C.85-1.1%2C2.74%2C2.74%2C0%2C0%2C1%2C1.26-2.11%2C2.67%2C2.67%2C0%2C0%2C1%2C3.45.56%2C1.24%2C1.24%2C0%2C0%2C0%2C1.33.39%2C1.25%2C1.25%2C0%2C0%2C0%2C.85-1.1%2C2.71%2C2.71%2C0%2C0%2C1%2C1.26-2.11%2C2.79%2C2.79%2C0%2C0%2C1%2C2.16-.33%2C2.35%2C2.35%2C0%2C0%2C1%2C1.48%2C1.15Zm6.14-19.53a8.44%2C8.44%2C0%2C0%2C1-8.38%2C8.48%2C1.18%2C1.18%2C0%2C0%2C0-.77.3L56%2C32.5a4.79%2C4.79%2C0%2C0%2C0-3-2.36%2C5.14%2C5.14%2C0%2C0%2C0-6%2C2.67A5.12%2C5.12%2C0%2C0%2C0%2C42%2C33a5.19%2C5.19%2C0%2C0%2C0-1.86%2C2.05%2C5.14%2C5.14%2C0%2C0%2C0-6.29%2C1.33L28.93%2C29a5.16%2C5.16%2C0%2C0%2C0-7.05-1.65%2C5.24%2C5.24%2C0%2C0%2C0-2.32%2C3.3%2C5.11%2C5.11%2C0%2C0%2C0%2C.66%2C3.88l1.38%2C2.16H10.84a8.44%2C8.44%2C0%2C0%2C1-8.38-8.48V11A8.44%2C8.44%2C0%2C0%2C1%2C10.84%2C2.5H59.19A8.44%2C8.44%2C0%2C0%2C1%2C67.57%2C11V28.19Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-contact-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270c674a7-ef55-4c56-83bf-dc71345f402b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%3Ctitle%3Econtact%3C%2Ftitle%3E%3Cpath%20id%3D%22bdbc6eac-7519-4f7f-b120-36559c9265cd%22%20data-name%3D%22contact.svg%22%20d%3D%22M13.85%2C16.29a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0A1.49%2C1.49%2C0%2C0%2C0%2C13.85%2C16.29Zm0-1.55.05.06h-.1A.06.06%2C0%2C0%2C1%2C13.85%2C14.74Zm8.33%2C1.55a1.5%2C1.5%2C0%2C1%2C0-1.49-1.51v0a1.49%2C1.49%2C0%2C0%2C0%2C1.49%2C1.49Zm0-1.55.05.06h-.1a.06.06%2C0%2C0%2C1%2C.05-.06Zm1.11%2C6.8a.72.72%2C0%2C0%2C0-.49-.89.73.73%2C0%2C0%2C0-.89.5%2C4.37%2C4.37%2C0%2C0%2C1-7.82%2C0%2C.73.73%2C0%2C0%2C0-.89-.5.72.72%2C0%2C0%2C0-.49.89%2C5.77%2C5.77%2C0%2C0%2C0%2C10.58%2C0ZM36%2C16.46a6.3%2C6.3%2C0%2C0%2C0-5.47-6.39%2C12.88%2C12.88%2C0%2C0%2C0-3.44-6.42A12.35%2C12.35%2C0%2C0%2C0%2C18.75%2C0H17.29A12.35%2C12.35%2C0%2C0%2C0%2C8.94%2C3.65%2C12.85%2C12.85%2C0%2C0%2C0%2C5.5%2C10.06a6.47%2C6.47%2C0%2C0%2C0%2C.11%2C12.8h.06a.72.72%2C0%2C0%2C0%2C.47-.18.71.71%2C0%2C0%2C0%2C.6-.69V12c0-.14%2C0-.3%2C0-.45a12.7%2C12.7%2C0%2C0%2C0%2C7.39-5.43A12.68%2C12.68%2C0%2C0%2C0%2C28.36%2C8a9.74%2C9.74%2C0%2C0%2C1%2C.94%2C4V22a11.76%2C11.76%2C0%2C0%2C1-3.23%2C7.64A9.83%2C9.83%2C0%2C0%2C1%2C21%2C32a3.13%2C3.13%2C0%2C1%2C0%2C.07%2C1.45%2C11.23%2C11.23%2C0%2C0%2C0%2C6-2.81%2C13.23%2C13.23%2C0%2C0%2C0%2C3.6-7.82A6.31%2C6.31%2C0%2C0%2C0%2C36%2C16.46ZM18%2C34.56a1.7%2C1.7%2C0%2C1%2C1%2C1.69-1.71h0A1.71%2C1.71%2C0%2C0%2C1%2C18%2C34.56ZM1.44%2C16.46a4.9%2C4.9%2C0%2C0%2C1%2C3.86-4.9l0%2C0c0%2C.14%2C0%2C.29%2C0%2C.42v9.35a4.89%2C4.89%2C0%2C0%2C1-3.86-4.89ZM22.66%2C7.93a11.25%2C11.25%2C0%2C0%2C1-8.15-3.46.72.72%2C0%2C0%2C0-1.15.16A11.31%2C11.31%2C0%2C0%2C1%2C7%2C10a11.37%2C11.37%2C0%2C0%2C1%2C3-5.32%2C10.86%2C10.86%2C0%2C0%2C1%2C7.33-3.23h1.46a10.86%2C10.86%2C0%2C0%2C1%2C7.32%2C3.23%2C11.16%2C11.16%2C0%2C0%2C1%2C1.61%2C2.07%2C11.3%2C11.3%2C0%2C0%2C1-5%2C1.19Zm8.08%2C13.41V12c0-.14%2C0-.29%2C0-.44a5%2C5%2C0%2C0%2C1%2C0%2C9.78Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-customerservice-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227f233ec0-4466-4da9-9a01-6957f6b05b0d%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036.59%2033.43%22%3E%3Ctitle%3Ecustomerservice%3C%2Ftitle%3E%3Cpath%20id%3D%229546df91-83d5-432a-aaef-ddfd1cd235d6%22%20data-name%3D%22customerservice.svg%22%20d%3D%22M33.08%2C4a15.5%2C15.5%2C0%2C0%2C0-3.6-2.9c-2-1.11-7.18-2.3-10.66%2C1.1L17.55%2C3.5l-1-1c-4.13-4-9.82-2.55-13.31%2C1-3.28%2C3.34-4.92%2C8.83-.77%2C13l2%2C2L4%2C19a2.84%2C2.84%2C0%2C0%2C0%2C0%2C4l.24.23a2.78%2C2.78%2C0%2C0%2C0%2C2%2C.83l.34%2C0a2.79%2C2.79%2C0%2C0%2C0%2C.81%2C2.22l.24.24a2.86%2C2.86%2C0%2C0%2C0%2C2.5.77v.06a2.76%2C2.76%2C0%2C0%2C0%2C.82%2C2l.24.24a2.81%2C2.81%2C0%2C0%2C1%2C3.24%2C2.87l.23.24a2.81%2C2.81%2C0%2C0%2C0%2C4%2C0l2.07-2.09a2.85%2C2.85%2C0%2C0%2C0%2C.65-1%2C2.7%2C2.7%2C0%2C0%2C0%2C1.9.78%2C3.2%2C3.2%2C0%2C0%2C0%2C2.2-.91%2C2.83%2C2.83%2C0%2C0%2C0%2C.87-1.89%2C3.23%2C3.23%2C0%2C0%2C0%2C2.77-.9A2.87%2C2.87%2C0%2C0%2C0%2C30%2C24.43a2.64%2C2.64%2C0%2C0%2C0%2C2-.78%2C3.08%2C3.08%2C0%2C0%2C0%2C.33-4.17l1.93-1.93C38.3%2C13.46%2C36.58%2C7.82%2C33.08%2C4ZM7.17%2C22.14a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L5%2C21.9A1.36%2C1.36%2C0%2C0%2C1%2C5%2C20l3.09-3.1a1.31%2C1.31%2C0%2C0%2C1%2C.95-.4h0a1.31%2C1.31%2C0%2C0%2C1%2C1%2C.4l.24.24a1.35%2C1.35%2C0%2C0%2C1%2C.39%2C1%2C1.38%2C1.38%2C0%2C0%2C1-.39%2C1Zm3.37%2C3.27a1.4%2C1.4%2C0%2C0%2C1-1.91%2C0l-.24-.24a1.38%2C1.38%2C0%2C0%2C1-.39-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.39-1l4.93-4.95a1.34%2C1.34%2C0%2C0%2C1%2C1.9%2C0l0%2C0%2C.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm3.56%2C3.06a1.38%2C1.38%2C0%2C0%2C1-1.91%2C0L12%2C28.23a1.31%2C1.31%2C0%2C0%2C1-.4-1%2C1.35%2C1.35%2C0%2C0%2C1%2C.4-1l3.37-3.39a1.37%2C1.37%2C0%2C0%2C1%2C1-.39%2C1.35%2C1.35%2C0%2C0%2C1%2C.95.39l.24.24a1.36%2C1.36%2C0%2C0%2C1%2C0%2C1.92Zm5.55%2C1-2.07%2C2.09a1.37%2C1.37%2C0%2C0%2C1-1.91%2C0l-.24-.23a1.36%2C1.36%2C0%2C0%2C1%2C0-1.92l2.07-2.09a1.38%2C1.38%2C0%2C0%2C1%2C1-.39%2C1.51%2C1.51%2C0%2C0%2C1%2C.48.09.6.6%2C0%2C0%2C0%2C.09.13l.94%2C1a1.35%2C1.35%2C0%2C0%2C1-.32%2C1.37ZM31.29%2C18.43l-7.8-8.22a.72.72%2C0%2C0%2C0-1%2C0h0a.74.74%2C0%2C0%2C0%2C0%2C1l8.69%2C9.14A1.62%2C1.62%2C0%2C0%2C1%2C31%2C22.6%2C1.23%2C1.23%2C0%2C0%2C1%2C29%2C22.42h0l-4.37-4.54a.73.73%2C0%2C0%2C0-1.05%2C1l.28.28%2C0%2C0L28%2C23.42h0a1.34%2C1.34%2C0%2C0%2C1%2C.06%2C2.08%2C1.56%2C1.56%2C0%2C0%2C1-2.17.15L21.42%2C21a.71.71%2C0%2C0%2C0-1%2C0l0%2C0a.73.73%2C0%2C0%2C0%2C0%2C1h0l3.76%2C3.87a.76.76%2C0%2C0%2C0%2C.17.32%2C1.32%2C1.32%2C0%2C0%2C1%2C.11%2C2.05%2C1.51%2C1.51%2C0%2C0%2C1-2.13.1L21.2%2C27.29a2.89%2C2.89%2C0%2C0%2C0-.52-.75l-.24-.24a1.25%2C1.25%2C0%2C0%2C1-1.11-2.18%2C2.8%2C2.8%2C0%2C0%2C0-.82-2l-.24-.24a2.77%2C2.77%2C0%2C0%2C0-1.46-.77%2C2.84%2C2.84%2C0%2C0%2C0-.31-3.61l-.24-.24a2.8%2C2.8%2C0%2C0%2C0-4%2C0h0l-.24.24a2.64%2C2.64%2C0%2C0%2C0-.76-1.42l-.23-.24a2.8%2C2.8%2C0%2C0%2C0-2-.82%2C2.72%2C2.72%2C0%2C0%2C0-2%2C.82l-1.6%2C1.61-2-2C0%2C12%2C1.47%2C7.36%2C4.26%2C4.52s7.66-4.52%2C11.26-1l1%2C1L12.07%2C9a1.74%2C1.74%2C0%2C0%2C0-.23%2C2.45l.15.16a4.76%2C4.76%2C0%2C0%2C0%2C6.2-.3l1.68-1.66c.8-.73%2C1.68-.51%2C3.16-.06%2C1.76.54%2C4%2C1.2%2C6.39-.72a.73.73%2C0%2C0%2C0-.9-1.15c-1.83%2C1.46-3.41%2C1-5.07.47-1.46-.44-3.1-.94-4.58.41l-1.7%2C1.68a3.35%2C3.35%2C0%2C0%2C1-4.15.3c-.13-.12-.24-.24.08-.55l6.73-6.73C23%2C.19%2C27.76%2C1.84%2C28.77%2C2.41A13.86%2C13.86%2C0%2C0%2C1%2C32%2C5c2.8%2C3%2C4.8%2C7.86%2C1.18%2C11.49Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-diamond-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22e1dcca1e-da39-449f-939e-151995595f79%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034.81%2034%22%3E%3Ctitle%3Ediamond%3C%2Ftitle%3E%3Cpath%20id%3D%2298a6b6fd-0940-435b-8a23-9f5120247328%22%20data-name%3D%22diamond.svg%22%20d%3D%22M31.4%2C15.37%2C28.86%2C9.92a.73.73%2C0%2C0%2C0-.65-.4H7a.72.72%2C0%2C0%2C0-.63.37l-3%2C5.44a.65.65%2C0%2C0%2C0-.06.49.68.68%2C0%2C0%2C0%2C.12.48L16.87%2C33.71a.69.69%2C0%2C0%2C0%2C.56.28.72.72%2C0%2C0%2C0%2C.57-.28L31.32%2C16.3a.68.68%2C0%2C0%2C0%2C.12-.48A.7.7%2C0%2C0%2C0%2C31.4%2C15.37Zm-1.65-.19H23.12L25%2C10.91h2.72ZM17.42%2C29.84%2C13.84%2C16.58H21Zm1.3-18.93%2C1.92%2C4.27H14.2l1.92-4.27h2.6Zm1.55%2C0h3.22l-1.61%2C3.58ZM13%2C14.49l-1.61-3.58h3.22ZM7.47%2C10.91H9.8l1.92%2C4.27H5.15Zm4.91%2C5.67L16.11%2C30.4%2C5.51%2C16.58Zm6.4%2C13.79%2C3.68-13.79h6.87ZM17.33%2C5.49a.7.7%2C0%2C0%2C0%2C.7-.7V.69a.71.71%2C0%2C1%2C0-1.41%2C0v4.1a.7.7%2C0%2C0%2C0%2C.7.7h0Zm-8.08.79a.72.72%2C0%2C0%2C0%2C.64.4.66.66%2C0%2C0%2C0%2C.3-.07.68.68%2C0%2C0%2C0%2C.36-.89l0%2C0L8.78%2C2a.72.72%2C0%2C0%2C0-.94-.34.7.7%2C0%2C0%2C0-.35.93h0Zm-5.36%2C4a.7.7%2C0%2C0%2C0%2C.46-1.23L1.16%2C6.42a.71.71%2C0%2C0%2C0-1%2C.09.69.69%2C0%2C0%2C0%2C.08%2C1h0l3.18%2C2.64a.74.74%2C0%2C0%2C0%2C.46.16ZM24.5%2C6.44a.66.66%2C0%2C0%2C0%2C.3.07.71.71%2C0%2C0%2C0%2C.64-.41L27.2%2C2.39a.7.7%2C0%2C0%2C0-.35-.93h0a.72.72%2C0%2C0%2C0-.94.34L24.16%2C5.51a.69.69%2C0%2C0%2C0%2C.33.92h0Zm10.14-.25a.72.72%2C0%2C0%2C0-1-.08L30.45%2C8.75a.7.7%2C0%2C0%2C0-.08%2C1%2C.72.72%2C0%2C0%2C0%2C.54.25.74.74%2C0%2C0%2C0%2C.46-.16l3.18-2.64a.7.7%2C0%2C0%2C0%2C.09-1h0Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-envelope-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227d1c55dc-9915-47fe-9ce2-075984fab480%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012.09%22%3E%3Ctitle%3Eenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22674ffe06-8ec5-4a24-b0d9-c8da722e4d3e%22%20data-name%3D%22envelope.svg%22%20d%3D%22M1.54%2C3.72c1.38.93%2C2.78%2C1.86%2C4.16%2C2.79A5.56%2C5.56%2C0%2C0%2C0%2C8%2C7.69H8a5.46%2C5.46%2C0%2C0%2C0%2C2.28-1.18l4.18-2.79A3.09%2C3.09%2C0%2C0%2C0%2C16%2C1.37%2C1.41%2C1.41%2C0%2C0%2C0%2C14.57%2C0H1.43A1.41%2C1.41%2C0%2C0%2C0%2C0%2C1.37a1.4%2C1.4%2C0%2C0%2C0%2C0%2C.18A3.34%2C3.34%2C0%2C0%2C0%2C1.54%2C3.72ZM10.66%2C7.6A5%2C5%2C0%2C0%2C1%2C8%2C8.79H8A5%2C5%2C0%2C0%2C1%2C5.34%2C7.6c-1.46-1-3-2-4.44-3A5%2C5%2C0%2C0%2C1%2C0%2C3.89v6.82a1.4%2C1.4%2C0%2C0%2C0%2C1.42%2C1.38H14.57A1.4%2C1.4%2C0%2C0%2C0%2C16%2C10.72h0V3.89a5.32%2C5.32%2C0%2C0%2C1-.89.75C13.62%2C5.61%2C12.12%2C6.59%2C10.66%2C7.6Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%222498b149-499a-4d79-9d24-c9e26977ec98%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.03%2017.03%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Efacebook%3C%2Ftitle%3E%3Cpath%20id%3D%22ba9a9f5a-34da-4de0-bfe2-441c59e63b34%22%20data-name%3D%22facebook.svg%22%20d%3D%22M13.83%2C0H3.2A3.19%2C3.19%2C0%2C0%2C0%2C0%2C3.2V13.83A3.19%2C3.19%2C0%2C0%2C0%2C3.2%2C17H9.09V10.43H6.88V7.86H9.09V6a3.1%2C3.1%2C0%2C0%2C1%2C2.79-3.38%2C3.06%2C3.06%2C0%2C0%2C1%2C.52%2C0%2C16.35%2C16.35%2C0%2C0%2C1%2C2%2C.1V5H13a1.06%2C1.06%2C0%2C0%2C0-1.27%2C1.24V7.86h2.54L14%2C10.43h-2.2V17h2.08A3.19%2C3.19%2C0%2C0%2C0%2C17%2C13.83V3.2A3.19%2C3.19%2C0%2C0%2C0%2C13.83%2C0Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-facebook2-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%229f997564-7b03-4508-b58b-a5c685405d31%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010.72%2020.38%22%3E%3Ctitle%3Efacebook2%3C%2Ftitle%3E%3Cpath%20id%3D%2269b5dee6-1fa9-47ec-872e-cc9ba2c06c83%22%20data-name%3D%22facebook2.svg%22%20d%3D%22M8.78%2C3.39h1.95V.15A24.81%2C24.81%2C0%2C0%2C0%2C7.9%2C0%2C4.4%2C4.4%2C0%2C0%2C0%2C3.17%2C4.79V7.46H0v3.62H3.17v9.29H7V11.08h3.16l.48-3.62H7V5.14C7%2C4.11%2C7.25%2C3.39%2C8.78%2C3.39Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-health-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22217b63fe-da11-43ef-a485-0033555e1604%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20152.94%20125%22%3E%3Ctitle%3Ehealt%3C%2Ftitle%3E%3Cpath%20id%3D%22afb6bbaf-27df-430d-8ae3-421f65a3bd80%22%20data-name%3D%22healt.svg%22%20d%3D%22M132.52%2C73.35a4.73%2C4.73%2C0%2C1%2C0-4.68-4.77v0a4.7%2C4.7%2C0%2C0%2C0%2C4.68%2C4.72Zm8.8%2C13.53a18.81%2C18.81%2C0%2C0%2C1-18-.57%2C2.46%2C2.46%2C0%2C1%2C0-2.49%2C4.23%2C23.67%2C23.67%2C0%2C0%2C0%2C12%2C3.26%2C23.43%2C23.43%2C0%2C0%2C0%2C10.68-2.54%2C2.46%2C2.46%2C0%2C0%2C0-2.21-4.38ZM119%2C68.29a14.17%2C14.17%2C0%2C0%2C0%2C14%2C14.37h.14c7.92%2C0%2C14.79-6.45%2C14.79-14.37a14.34%2C14.34%2C0%2C0%2C0-10.59-14V20.66c0-9.78-9-17.93-18.82-17.93h-1.8A17.69%2C17.69%2C0%2C0%2C0%2C99.25%2C20.66h0v79.43c0%2C10.7-9%2C19.89-19.67%2C19.89h-27c-10.69%2C0-19.43-9.19-19.43-19.89V92.93h.4c3.89%2C0%2C8.62-2.89%2C8.62-6.78V85.07c4-.27%2C8.84-3.89%2C10.06-9L60.55%2C39.1A6.1%2C6.1%2C0%2C0%2C0%2C59.21%2C34a6.44%2C6.44%2C0%2C0%2C0-1.61-1.32%2C2.31%2C2.31%2C0%2C0%2C0%2C.39-.83l2.44-8.66A15.87%2C15.87%2C0%2C0%2C0%2C46.71%2C3a6.24%2C6.24%2C0%2C0%2C0-5.49-3c-3.39%2C0-6.14%2C2.41-6.14%2C5.39s2.75%2C5.39%2C6.13%2C5.39a6.27%2C6.27%2C0%2C0%2C0%2C5.37-2.83%2C11%2C11%2C0%2C0%2C1%2C9.1%2C13.87L53.23%2C31c-.12.41-.11-.24%2C0%2C1.77H52c-2.82%2C0-5.23%2C1.36-5.87%2C4.14L39.68%2C66.51A6.89%2C6.89%2C0%2C0%2C1%2C33%2C71.88H28a7.13%2C7.13%2C0%2C0%2C1-6.68-5.62l-6.45-29.2A5.67%2C5.67%2C0%2C0%2C0%2C9%2C32.8H7.83c.09-2%2C.09-1.36%2C0-1.77L5.34%2C22.1a11.17%2C11.17%2C0%2C0%2C1%2C1.79-9.75A10.94%2C10.94%2C0%2C0%2C1%2C14.45%2C8a6.24%2C6.24%2C0%2C0%2C0%2C5.37%2C2.8C23.2%2C10.82%2C26%2C8.39%2C26%2C5.41S23.2%2C0%2C19.82%2C0a6.23%2C6.23%2C0%2C0%2C0-5.49%2C3A15.86%2C15.86%2C0%2C0%2C0%2C.62%2C23.17l2.47%2C8.66a2.42%2C2.42%2C0%2C0%2C0%2C.44.83A5.87%2C5.87%2C0%2C0%2C0%2C.88%2C39.1L9.45%2C76a11.74%2C11.74%2C0%2C0%2C0%2C10.69%2C9v1.08c0%2C3.89%2C3.46%2C6.78%2C7.35%2C6.78h1.66v7.17c0%2C13.41%2C10%2C24.9%2C23.44%2C24.9h27c13.4%2C0%2C24.68-11.49%2C24.68-24.9V20.66A12.6%2C12.6%2C0%2C0%2C1%2C116.54%2C7.75h2c7.06%2C0%2C13.81%2C5.85%2C13.81%2C12.92V54c-8%2C.78-13.31%2C6.89-13.31%2C14.29ZM21.06%2C79.9a6.71%2C6.71%2C0%2C0%2C1-6.69-5.14L5.66%2C37.89a.79.79%2C0%2C0%2C1%2C.21-.8%2C1.09%2C1.09%2C0%2C0%2C1%2C.87-.28H9.05a1%2C1%2C0%2C0%2C1%2C1.08.73l6.45%2C29.91A12%2C12%2C0%2C0%2C0%2C28%2C76.89H33a12.09%2C12.09%2C0%2C0%2C0%2C11.48-9.53l6.43-29.61A1.19%2C1.19%2C0%2C0%2C1%2C52%2C36.81H54.3a1.08%2C1.08%2C0%2C0%2C1%2C.87.32%2C1%2C1%2C0%2C0%2C1%2C.21.9L46.67%2C74.79A6.69%2C6.69%2C0%2C0%2C1%2C40%2C79.9H21.06Zm6.42%2C8c-1.18%2C0-2.34-.59-2.34-1.77V84.91h12v1.23c0%2C1.18-2.43%2C1.77-3.61%2C1.77ZM132.86%2C58.83a9.46%2C9.46%2C0%2C1%2C1-9.45%2C9.46h0A9.46%2C9.46%2C0%2C0%2C1%2C132.86%2C58.83Zm19%2C21.15a2.46%2C2.46%2C0%2C0%2C0-3.41.65%2C19%2C19%2C0%2C0%2C1-1.72%2C2.17%2C2.46%2C2.46%2C0%2C1%2C0%2C3.61%2C3.32h0a23.72%2C23.72%2C0%2C0%2C0%2C2.16-2.74A2.46%2C2.46%2C0%2C0%2C0%2C151.83%2C80Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-heart-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22dc94565d-46d8-4c98-af36-a08cd7484169%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.03%2020.97%22%3E%3Ctitle%3Eheart%3C%2Ftitle%3E%3Cpath%20id%3D%22c6d96002-e1b4-4e0e-83be-a01d8c2a7d18%22%20data-name%3D%22heart.svg%22%20d%3D%22M21.48%2C4A6%2C6%2C0%2C0%2C0%2C16%2C0c-1.9%2C0-3.86%2C1.45-5%2C3.09C9.84%2C1.45%2C7.86%2C0%2C6%2C0A5.88%2C5.88%2C0%2C0%2C0%2C.49%2C4.1a8%2C8%2C0%2C0%2C0%2C2.18%2C8.67l8.08%2C8a.58.58%2C0%2C0%2C0%2C.82%2C0h0l7.91-8A8.16%2C8.16%2C0%2C0%2C0%2C21.48%2C4ZM18.65%2C11.9l-7.5%2C7.6L3.48%2C11.88A6.73%2C6.73%2C0%2C0%2C1%2C1.59%2C4.54%2C4.73%2C4.73%2C0%2C0%2C1%2C6%2C1.22c1.7%2C0%2C3.7%2C1.71%2C4.5%2C3.32a.56.56%2C0%2C0%2C0%2C.53.33.63.63%2C0%2C0%2C0%2C.53-.34c.77-1.6%2C2.73-3.31%2C4.44-3.31a4.78%2C4.78%2C0%2C0%2C1%2C4.41%2C3.22%2C6.91%2C6.91%2C0%2C0%2C1-1.73%2C7.46Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-home-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22c7c994ca-5a0e-4e8e-97ef-368137e16462%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2030%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ehome%3C%2Ftitle%3E%3Cpath%20id%3D%226f16f7f7-af21-42dc-a142-6da9dc2aa22f%22%20data-name%3D%22home.svg%22%20d%3D%22M33.77%2C17%2C18.77.8A2.27%2C2.27%2C0%2C0%2C0%2C18%2C.22%2C2.52%2C2.52%2C0%2C0%2C0%2C16%2C.22a2.31%2C2.31%2C0%2C0%2C0-.81.58L.22%2C17a.83.83%2C0%2C0%2C0-.21.6.75.75%2C0%2C0%2C0%2C.28.57.8.8%2C0%2C0%2C0%2C.27.17.83.83%2C0%2C0%2C0%2C.64%2C0%2C.87.87%2C0%2C0%2C0%2C.29-.2L5.1%2C14.21V27.52a2.36%2C2.36%2C0%2C0%2C0%2C.75%2C1.75A2.49%2C2.49%2C0%2C0%2C0%2C7.66%2C30H26.34a2.49%2C2.49%2C0%2C0%2C0%2C1.81-.73%2C2.36%2C2.36%2C0%2C0%2C0%2C.75-1.75V14.21l3.61%2C3.91a.87.87%2C0%2C0%2C0%2C.58.27.8.8%2C0%2C0%2C0%2C.62-.22A.79.79%2C0%2C0%2C0%2C34%2C17.6.8.8%2C0%2C0%2C0%2C33.77%2C17ZM20.4%2C28.35H13.6V20.87a.77.77%2C0%2C0%2C1%2C.25-.58.8.8%2C0%2C0%2C1%2C.59-.24h5.11a.81.81%2C0%2C0%2C1%2C.6.24.77.77%2C0%2C0%2C1%2C.25.58v7.48Zm6.79-.83a.81.81%2C0%2C0%2C1-.25.58.84.84%2C0%2C0%2C1-.6.24H22.09V20.87a2.39%2C2.39%2C0%2C0%2C0-.74-1.75%2C2.49%2C2.49%2C0%2C0%2C0-1.8-.73H14.44a2.48%2C2.48%2C0%2C0%2C0-1.79.73%2C2.35%2C2.35%2C0%2C0%2C0-.74%2C1.75v7.48H7.66a.84.84%2C0%2C0%2C1-.6-.24.77.77%2C0%2C0%2C1-.25-.58V12.37L16.48%2C1.89a.83.83%2C0%2C0%2C1%2C.25-.17.67.67%2C0%2C0%2C1%2C.54%2C0%2C.68.68%2C0%2C0%2C1%2C.24.17l9.68%2C10.48V27.52Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-house-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%226d49b1bf-af7e-4289-9b70-2ff1ad8d7f36%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20108%2085.97%22%3E%3Ctitle%3Ehouse%3C%2Ftitle%3E%3Cpath%20id%3D%228be7060e-d6b0-4e80-8341-89085a3cab6c%22%20data-name%3D%22house.svg%22%20d%3D%22M50.25%2C34.65H29.68a1.86%2C1.86%2C0%2C0%2C0-1.86%2C1.86h0V48a1.86%2C1.86%2C0%2C0%2C0%2C1.86%2C1.86H50.25A1.86%2C1.86%2C0%2C0%2C0%2C52.1%2C48V36.51A1.86%2C1.86%2C0%2C0%2C0%2C50.25%2C34.65ZM48.4%2C46.13H31.53V38.37H48.4ZM106%2C82l-9.76-.05V29.68h9.47a2%2C2%2C0%2C0%2C0%2C.92-3.8L57.47.46A2%2C2%2C0%2C0%2C0%2C56.23%2C0H56a2%2C2%2C0%2C0%2C0-1.21.47L5.87%2C25.88a2%2C2%2C0%2C0%2C0%2C.92%2C3.8H17.85v6.05h-.16A11.59%2C11.59%2C0%2C0%2C0%2C6.16%2C47.36a11.35%2C11.35%2C0%2C0%2C0%2C.38%2C2.91A12.44%2C12.44%2C0%2C0%2C0%2C0%2C61c0%2C7.1%2C6.54%2C12.88%2C14.59%2C12.88a13.81%2C13.81%2C0%2C0%2C0%2C3.26-.4V82H4a2%2C2%2C0%2C0%2C0%2C0%2C4H106a2%2C2%2C0%2C0%2C0%2C0-4ZM17%2C69.55a9.68%2C9.68%2C0%2C0%2C1-2.41.3C8.75%2C69.85%2C4%2C65.88%2C4%2C61c0-3.32%2C2.22-6.34%2C5.8-7.87a2%2C2%2C0%2C0%2C0%2C1.05-2.65v0A7.57%2C7.57%2C0%2C0%2C1%2C17%2C39.79ZM58.43%2C82H29.11V78.65H58.43Zm-22.84-7V63.68a4.88%2C4.88%2C0%2C0%2C1%2C4.86-4.89h3.86a4.88%2C4.88%2C0%2C0%2C1%2C4.86%2C4.89V74.93Zm57%2C7H62.13V76.79a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86h-7.4V63.68a8.6%2C8.6%2C0%2C0%2C0-8.57-8.61H40.45a8.6%2C8.6%2C0%2C0%2C0-8.56%2C8.61V74.93H27.26a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V82H21.55V29.55H92.3l.24.07Zm-.33-56.13L15%2C25.66%2C56.13%2C4.29%2C97.45%2C25.66H93a2%2C2%2C0%2C0%2C0-.79.17Zm-9.86%2C8.82H61.77a1.86%2C1.86%2C0%2C0%2C0-1.85%2C1.86V48a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35A1.86%2C1.86%2C0%2C0%2C0%2C84.2%2C48V36.51a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C46.13H63.63V38.37H80.5Zm1.85%2C11H61.77A1.86%2C1.86%2C0%2C0%2C0%2C59.92%2C59V70.43a1.86%2C1.86%2C0%2C0%2C0%2C1.85%2C1.86H82.35a1.86%2C1.86%2C0%2C0%2C0%2C1.85-1.86V59a1.86%2C1.86%2C0%2C0%2C0-1.85-1.86ZM80.5%2C68.57H63.63V60.81H80.5Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-keys-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ca80af75-0cef-490c-81ad-a9b5de4f1d4e%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.81%2032.66%22%3E%3Ctitle%3Ekeys%3C%2Ftitle%3E%3Cpath%20id%3D%222fb3eae2-a3c3-4769-be5d-14163491666c%22%20data-name%3D%22keys.svg%22%20d%3D%22M35.79%2C26.67%2C31.87%2C7.89a9.81%2C9.81%2C0%2C0%2C0-4.31-6.26A10.05%2C10.05%2C0%2C0%2C0%2C13.64%2C4.54L13.35%2C5l0%2C.09a10%2C10%2C0%2C0%2C0-1.05%2C2.83%2C7.36%2C7.36%2C0%2C0%2C0-2.58-.48%2C7.17%2C7.17%2C0%2C0%2C0-7.2%2C7.12%2C7%2C7%2C0%2C0%2C0%2C1.66%2C4.54%2C1.31%2C1.31%2C0%2C0%2C0-.18.28L.13%2C29.14a2%2C2%2C0%2C0%2C0%2C0%2C1.56%2C2%2C2%2C0%2C0%2C0%2C1.15%2C1.08l2.09.79a1.49%2C1.49%2C0%2C0%2C0%2C.51.09c1.16%2C0%2C2.37-1.35%2C3.45-2.56a11.76%2C11.76%2C0%2C0%2C1%2C.82-.88A1.05%2C1.05%2C0%2C0%2C0%2C8.59%2C28l-.42-1.09%2C1.11-.41a1%2C1%2C0%2C0%2C0%2C.61-1.34h0l-.4-1.06%2C1.06-.39a1.06%2C1.06%2C0%2C0%2C0%2C.59-.55%2C1%2C1%2C0%2C0%2C0%2C0-.8l-.3-.79A7.2%2C7.2%2C0%2C0%2C0%2C14%2C20.26l2.16%2C10.42a1.8%2C1.8%2C0%2C0%2C0%2C1.61%2C1.41h.18a2.21%2C2.21%2C0%2C0%2C0%2C.36%2C0l16.09-3.27a1.7%2C1.7%2C0%2C0%2C0%2C.94-.51A1.75%2C1.75%2C0%2C0%2C0%2C35.79%2C26.67ZM8.49%2C23a.75.75%2C0%2C0%2C0-.39.36L8%2C23.59a.7.7%2C0%2C0%2C0%2C0%2C.54l.46%2C1.2-1.24.46a.75.75%2C0%2C0%2C0-.39.36l-.12.26a.69.69%2C0%2C0%2C0%2C0%2C.54l.5%2C1.31c-.24.23-.53.55-.85.91-.53.59-1.93%2C2.14-2.39%2C2.09l-2.09-.79a.64.64%2C0%2C0%2C1-.36-.34.62.62%2C0%2C0%2C1%2C0-.48l3.73-9.53a7.21%2C7.21%2C0%2C0%2C0%2C4.18%2C1.55l.33.87Zm1.18-2.71a5.71%2C5.71%2C0%2C1%2C1%2C5.78-5.71c0%2C.15%2C0%2C.29%2C0%2C.43a5.31%2C5.31%2C0%2C0%2C1-4.11-1.48%2C1.52%2C1.52%2C0%2C0%2C0%2C.09-.49A1.5%2C1.5%2C0%2C1%2C0%2C9.9%2C14.51h0a1.82%2C1.82%2C0%2C0%2C0%2C.34%2C0%2C6.75%2C6.75%2C0%2C0%2C0%2C4.77%2C2h.11a5.78%2C5.78%2C0%2C0%2C1-5.46%2C3.85Zm24.61%2C7a.37.37%2C0%2C0%2C1-.2.11L18%2C30.69h-.14a.37.37%2C0%2C0%2C1-.34-.29L15.19%2C19.13a7.1%2C7.1%2C0%2C0%2C0%2C1.47-2.9%2C7%2C7%2C0%2C0%2C0%2C1.6-.63A6.54%2C6.54%2C0%2C0%2C0%2C21.68%2C10a2.74%2C2.74%2C0%2C1%2C0-1.43-.25%2C5%2C5%2C0%2C0%2C1-3.39%2C4.93s0-.07%2C0-.11a7.1%2C7.1%2C0%2C0%2C0-3.34-6%2C.64.64%2C0%2C0%2C0%2C.07-.17%2C8.52%2C8.52%2C0%2C0%2C1%2C1-2.7l0-.09a8.63%2C8.63%2C0%2C0%2C1%2C11.83-3l.31.19a8.44%2C8.44%2C0%2C0%2C1%2C3.7%2C5.37L34.4%2C27a.38.38%2C0%2C0%2C1-.11.35ZM21.57%2C8.6a6.55%2C6.55%2C0%2C0%2C0-.73-2%2C.69.69%2C0%2C0%2C0-.31-.28%2C1.33%2C1.33%2C0%2C1%2C1%2C1%2C2.27Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lamp-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ee384d31-fd26-42a5-b98d-c6ae2adebea7%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2035%22%3E%3Ctitle%3Elamp%3C%2Ftitle%3E%3Cpath%20id%3D%22be1b1abf-2515-43d7-b176-d6f93cd79e60%22%20data-name%3D%22lamp.svg%22%20d%3D%22M26.09%2C15.62a8.23%2C8.23%2C0%2C0%2C0-2.31-6.23A10.84%2C10.84%2C0%2C0%2C0%2C8.45%2C9.16l-.21.21A8.27%2C8.27%2C0%2C0%2C0%2C5.9%2C15.62c.29%2C4.44%2C1.85%2C5.64%2C3.23%2C6.7a4.22%2C4.22%2C0%2C0%2C1%2C2%2C3.72.68.68%2C0%2C0%2C0%2C.16.39.29.29%2C0%2C0%2C0%2C0%2C.13.71.71%2C0%2C0%2C0%2C.69.53.55.55%2C0%2C0%2C0%2C.18%2C0l8.46-2.2%2C0%2C0%2C.14-.06.14-.11%2C0%2C0a.83.83%2C0%2C0%2C0%2C.16-.29%2C4.65%2C4.65%2C0%2C0%2C1%2C1.78-2.18C24.27%2C21.13%2C25.78%2C19.93%2C26.09%2C15.62ZM22%2C21.07a6.13%2C6.13%2C0%2C0%2C0-2.11%2C2.51l-7.39%2C1.93A5.48%2C5.48%2C0%2C0%2C0%2C10%2C21.19c-1.25-1-2.43-1.87-2.68-5.66a6.88%2C6.88%2C0%2C0%2C1%2C2-5.19%2C9.42%2C9.42%2C0%2C0%2C1%2C13.32-.1l.12.12a6.81%2C6.81%2C0%2C0%2C1%2C1.93%2C5.16c-.27%2C3.69-1.41%2C4.59-2.62%2C5.55Zm-1.75%2C8.75L11.84%2C32a.71.71%2C0%2C0%2C0-.51.87.71.71%2C0%2C0%2C0%2C.69.53l.18%2C0%2C.58-.15a.76.76%2C0%2C0%2C0%2C.13.31A3.91%2C3.91%2C0%2C0%2C0%2C16%2C35a3.55%2C3.55%2C0%2C0%2C0%2C3.73-3.32.86.86%2C0%2C0%2C0%2C0-.24l1-.25a.71.71%2C0%2C1%2C0-.37-1.38h0ZM16%2C33.58a2.49%2C2.49%2C0%2C0%2C1-1.77-.71l4.05-1.06A2.15%2C2.15%2C0%2C0%2C1%2C16%2C33.58Zm4.29-6.93-8.45%2C2.2a.71.71%2C0%2C0%2C0-.51.87.7.7%2C0%2C0%2C0%2C.69.54.56.56%2C0%2C0%2C0%2C.18%2C0L20.66%2C28a.71.71%2C0%2C1%2C0-.37-1.38Zm-4-22.41A.72.72%2C0%2C0%2C0%2C17%2C3.53h0V.7a.72.72%2C0%2C1%2C0-1.43%2C0V3.52a.72.72%2C0%2C0%2C0%2C.71.72Zm9.81-.14-2%2C2a.71.71%2C0%2C0%2C0%2C.51%2C1.22.7.7%2C0%2C0%2C0%2C.5-.21l2-2a.7.7%2C0%2C0%2C0%2C0-1h0a.71.71%2C0%2C0%2C0-1%2C0h0Zm5.19%2C10.77H28.44a.72.72%2C0%2C0%2C0%2C0%2C1.43h2.85c.52%2C0%2C.95-.19.95-.72s-.42-.95-.95-.72Zm-6.6%2C8.74a.71.71%2C0%2C1%2C0-1%2C1h0l2%2C2a.74.74%2C0%2C0%2C0%2C1%2C0%2C.71.71%2C0%2C0%2C0%2C0-1h0ZM7.31%2C7.1a.71.71%2C0%2C0%2C0%2C1%2C0h0a.71.71%2C0%2C0%2C0%2C0-1h0l-2-2a.71.71%2C0%2C0%2C0-1%2C0h0a.7.7%2C0%2C0%2C0%2C0%2C1h0ZM3.55%2C14.3H.71a.71.71%2C0%2C0%2C0%2C0%2C1.42H3.55c.54%2C0%2C1-.17%2C1-.71s-.44-1-1-.71ZM6.9%2C23.61l-2%2C2a.71.71%2C0%2C0%2C0%2C0%2C1h0a.74.74%2C0%2C0%2C0%2C1%2C0l2-2a.71.71%2C0%2C0%2C0-1-1Zm13.79-11.1a.72.72%2C0%2C0%2C0-1%2C.27h0L15.62%2C20l-2.43-3.32a.72.72%2C0%2C0%2C0-1-.15h0a.71.71%2C0%2C0%2C0-.16%2C1h0l3.09%2C4.22a.72.72%2C0%2C0%2C0%2C.58.29h0a.73.73%2C0%2C0%2C0%2C.59-.36L21%2C13.48a.72.72%2C0%2C0%2C0-.27-1Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-lifering-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f5a5c864-576a-43e7-b7bb-b8652e63d58c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034.04%22%3E%3Ctitle%3Elifering%3C%2Ftitle%3E%3Cpath%20id%3D%2244791c90-7771-4c5d-9492-362222a25fbe%22%20data-name%3D%22lifering.svg%22%20d%3D%22M34%2C17a17%2C17%2C0%2C0%2C0-2.51-8.9A2.81%2C2.81%2C0%2C0%2C0%2C31%2C5.5L28.93%2C3.41a2.88%2C2.88%2C0%2C0%2C0-2.5-.56A16.9%2C16.9%2C0%2C0%2C0%2C17%2C0h0A17%2C17%2C0%2C0%2C0%2C8.1%2C2.52%2C2.81%2C2.81%2C0%2C0%2C0%2C5.49%2C3L3.41%2C5.09a2.84%2C2.84%2C0%2C0%2C0-.56%2C2.5%2C17%2C17%2C0%2C0%2C0-.34%2C18.33A2.81%2C2.81%2C0%2C0%2C0%2C3%2C28.53l2.08%2C2.08a2.85%2C2.85%2C0%2C0%2C0%2C2.5.56%2C17%2C17%2C0%2C0%2C0%2C18.33.34A2.81%2C2.81%2C0%2C0%2C0%2C28.52%2C31l2.09-2.08a2.91%2C2.91%2C0%2C0%2C0%2C.56-2.5A16.91%2C16.91%2C0%2C0%2C0%2C34%2C17Zm-1.39%2C0a15.53%2C15.53%2C0%2C0%2C1-2.26%2C8.1l-4-4A.65.65%2C0%2C0%2C0%2C26%2C20.9a9.7%2C9.7%2C0%2C0%2C0%2C.27-7.07l0%2C0%2C4.39-4.4a15.6%2C15.6%2C0%2C0%2C1%2C2%2C7.6ZM17%2C25.39h0A8.39%2C8.39%2C0%2C1%2C1%2C25.4%2C17%2C8.39%2C8.39%2C0%2C0%2C1%2C17%2C25.39ZM28%2C4.4%2C30%2C6.48a1.59%2C1.59%2C0%2C0%2C1%2C.07%2C1.4A.7.7%2C0%2C0%2C0%2C30%2C8.2a.63.63%2C0%2C0%2C0-.31.17l-4.09%2C4.08a9.66%2C9.66%2C0%2C0%2C0-3.58-3.78l4.39-4.39h.1A1.69%2C1.69%2C0%2C0%2C1%2C28%2C4.4Zm-11-3h0A15.52%2C15.52%2C0%2C0%2C1%2C25.1%2C3.66l-4%2C4a.72.72%2C0%2C0%2C0-.18.37%2C9.7%2C9.7%2C0%2C0%2C0-7.07-.27l0%2C0L9.41%2C3.37A15.56%2C15.56%2C0%2C0%2C1%2C17%2C1.4ZM4.39%2C6.07%2C6.47%2C4a1.59%2C1.59%2C0%2C0%2C1%2C1.4-.07A.7.7%2C0%2C0%2C0%2C8.19%2C4a.68.68%2C0%2C0%2C0%2C.17.31l4.09%2C4.09a9.64%2C9.64%2C0%2C0%2C0-2.35%2C1.73A9.8%2C9.8%2C0%2C0%2C0%2C8.66%2C12L4.59%2C7.89a.68.68%2C0%2C0%2C0-.31-.17.71.71%2C0%2C0%2C0%2C0-.25%2C1.69%2C1.69%2C0%2C0%2C1%2C.14-1.4ZM1.39%2C17A15.51%2C15.51%2C0%2C0%2C1%2C3.65%2C8.92L8%2C13.26a9.72%2C9.72%2C0%2C0%2C0-.21%2C6.94l0%2C0L3.36%2C24.61a15.57%2C15.57%2C0%2C0%2C1-2-7.6ZM6.06%2C29.63%2C4%2C27.55a1.59%2C1.59%2C0%2C0%2C1-.07-1.4A.59.59%2C0%2C0%2C0%2C4%2C25.83a.73.73%2C0%2C0%2C0%2C.31-.17l4.09-4.09a9.64%2C9.64%2C0%2C0%2C0%2C1.73%2C2.35A9.8%2C9.8%2C0%2C0%2C0%2C12%2C25.36L7.57%2C29.75a.2.2%2C0%2C0%2C0-.11%2C0%2C1.69%2C1.69%2C0%2C0%2C1-1.4-.14Zm2.85.74%2C4-4a.65.65%2C0%2C0%2C0%2C.18-.37%2C9.63%2C9.63%2C0%2C0%2C0%2C3.88.81h0a9.58%2C9.58%2C0%2C0%2C0%2C3.33-.6.68.68%2C0%2C0%2C0%2C.19.4l4.07%2C4.08a15.63%2C15.63%2C0%2C0%2C1-15.69-.29ZM29.62%2C28%2C27.54%2C30a1.59%2C1.59%2C0%2C0%2C1-1.4.07l-.16%2C0a0%2C0%2C0%2C0%2C0%2C0%2C0l-4.41-4.4a9.64%2C9.64%2C0%2C0%2C0%2C2.35-1.73%2C9.8%2C9.8%2C0%2C0%2C0%2C1.44-1.85l4.39%2C4.39h0a.34.34%2C0%2C0%2C0%2C0%2C.1%2C1.69%2C1.69%2C0%2C0%2C1-.14%2C1.4Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-list-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ad8e9bed-0715-4984-a942-9b33ad010e89%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.97%2048.47%22%3E%3Ctitle%3Elist%3C%2Ftitle%3E%3Cpath%20id%3D%22711ae1ad-1eec-4b82-b514-336f2eed6659%22%20data-name%3D%22list.svg%22%20d%3D%22M14.81%2C37.5a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.29l.07.07%2C2%2C1.74-2%2C1.75a2.33%2C2.33%2C0%2C0%2C0-.21%2C3.29l.07.07a2.52%2C2.52%2C0%2C0%2C0%2C3.47.14l2.27-2%2C2.27%2C2a2.51%2C2.51%2C0%2C0%2C0%2C3.47-.14%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.75%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28Zm0-18.25a2.51%2C2.51%2C0%2C0%2C0-3.47-.15l-2.27%2C2-2.27-2a2.51%2C2.51%2C0%2C0%2C0-3.47.15%2C2.33%2C2.33%2C0%2C0%2C0%2C.07%2C3.3l.07.06%2C2%2C1.74-2%2C1.74a2.33%2C2.33%2C0%2C0%2C0-.2%2C3.29l.06.07a2.51%2C2.51%2C0%2C0%2C0%2C3.47.15l2.27-2%2C2.27%2C2a2.52%2C2.52%2C0%2C0%2C0%2C3.47-.15%2C2.32%2C2.32%2C0%2C0%2C0-.07-3.28l-.08-.08-2-1.74%2C2-1.74a2.32%2C2.32%2C0%2C0%2C0%2C.23-3.28ZM29.72%2C8.4h44.8a2.38%2C2.38%2C0%2C1%2C0%2C.14-4.75H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.75h.14Zm44.8%2C31.83H29.72A2.38%2C2.38%2C0%2C0%2C0%2C29.58%2C45H74.52A2.76%2C2.76%2C0%2C0%2C0%2C78%2C43.85a2.38%2C2.38%2C0%2C0%2C0-.8-3.27%2C4.17%2C4.17%2C0%2C0%2C0-2.69-.35ZM12.67.92%2C8.12%2C6.66%2C4.42%2C2A2.52%2C2.52%2C0%2C0%2C0%2C1%2C1.53%2C2.33%2C2.33%2C0%2C0%2C0%2C.46%2C4.79l.06.08L6.17%2C12A2.49%2C2.49%2C0%2C0%2C0%2C8.12%2C13%2C2.46%2C2.46%2C0%2C0%2C0%2C10.07%2C12l6.5-8.21A2.33%2C2.33%2C0%2C0%2C0%2C16.19.54L16.11.48a2.51%2C2.51%2C0%2C0%2C0-3.44.44Zm61.85%2C21H29.72a2.38%2C2.38%2C0%2C1%2C0-.14%2C4.76H74.52a2.38%2C2.38%2C0%2C1%2C0%2C0-4.76Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-mechanicservice-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2299d8a547-85cc-4549-b86f-b9462e9f3a2f%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.41%2032.56%22%3E%3Ctitle%3Emechanicservice%3C%2Ftitle%3E%3Cpath%20id%3D%228e509a0d-fdd4-4315-a55d-994e6c6587f3%22%20data-name%3D%22mechanicservice.svg%22%20d%3D%22M25%2C19.71a.71.71%2C0%2C0%2C0-1%2C0l-2.06%2C2-2.23-2.2L24.25%2C15A7.76%2C7.76%2C0%2C0%2C0%2C31.15%2C13a7.49%2C7.49%2C0%2C0%2C0%2C1.93-7.53.7.7%2C0%2C0%2C0-.5-.48.72.72%2C0%2C0%2C0-.67.18l-3.25%2C3.2-2.92-.77L25%2C4.67l3.25-3.19a.68.68%2C0%2C0%2C0-.3-1.15%2C7.79%2C7.79%2C0%2C0%2C0-7.66%2C1.9A7.44%2C7.44%2C0%2C0%2C0%2C18.13%2C9l-4.58%2C4.51L6.89%2C7%2C6.8%2C6.92%2C8.63%2C5.11a.68.68%2C0%2C0%2C0%2C.2-.57A.69.69%2C0%2C0%2C0%2C8.5%2C4L3.29.9a.73.73%2C0%2C0%2C0-.86.1L.18%2C3.2a.68.68%2C0%2C0%2C0-.1.85L3.26%2C9.19a.73.73%2C0%2C0%2C0%2C.52.33h.08a.71.71%2C0%2C0%2C0%2C.5-.2L5.84%2C7.87%2C5.89%2C8l6.67%2C6.56L1.6%2C25.29a4.22%2C4.22%2C0%2C0%2C0-.06%2C6l.06.06a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0l11-10.79%2C2.23%2C2.2-2.06%2C2a.7.7%2C0%2C0%2C0-.21.49.68.68%2C0%2C0%2C0%2C.21.49l5.67%2C5.59a4.39%2C4.39%2C0%2C0%2C0%2C6.11%2C0%2C4.22%2C4.22%2C0%2C0%2C0%2C.06-6l-.06-.06ZM4%2C7.71%2C1.58%2C3.8%2C3%2C2.37%2C7%2C4.75ZM6.72%2C30.33a3%2C3%2C0%2C0%2C1-4.12%2C0%2C2.84%2C2.84%2C0%2C0%2C1%2C0-4l0%2C0L19.41%2C9.74a.7.7%2C0%2C0%2C0%2C.19-.66%2C6.09%2C6.09%2C0%2C0%2C1%2C1.66-5.87%2C6.35%2C6.35%2C0%2C0%2C1%2C4.45-1.82%2C5.52%2C5.52%2C0%2C0%2C1%2C.58%2C0L23.68%2C4a.68.68%2C0%2C0%2C0-.18.67l1%2C3.64a.69.69%2C0%2C0%2C0%2C.5.49l3.71%2C1a.69.69%2C0%2C0%2C0%2C.68-.18L32%2C7A6.13%2C6.13%2C0%2C0%2C1%2C30.16%2C12a6.33%2C6.33%2C0%2C0%2C1-6%2C1.64.71.71%2C0%2C0%2C0-.67.18L18.18%2C19h0Zm22.91%2C0a3%2C3%2C0%2C0%2C1-4.12%2C0l-5.18-5.1%2C1.92-1.89a.61.61%2C0%2C0%2C0%2C.16-.11.51.51%2C0%2C0%2C0%2C.11-.16l1.92-1.89%2C5.18%2C5.09a2.85%2C2.85%2C0%2C0%2C1%2C0%2C4l0%2C0Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-minus-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-money-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22945b62d0-122d-4f2d-8fe9-993457d99680%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20110%2099%22%3E%3Ctitle%3Emoney%3C%2Ftitle%3E%3Cpath%20id%3D%22882daf3a-f1ed-4f7d-b9af-be54b068c22c%22%20data-name%3D%22money.svg%22%20d%3D%22M22.57%2C41.29a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85A14.06%2C14.06%2C0%2C0%2C1%2C45.61%2C27.38a1.85%2C1.85%2C0%2C1%2C0%2C1.88-3.18A17.75%2C17.75%2C0%2C0%2C0%2C20.72%2C39.44a1.84%2C1.84%2C0%2C0%2C0%2C1.84%2C1.85ZM89.54%2C14A19.94%2C19.94%2C0%2C0%2C1%2C81.26%2C33.6a1.85%2C1.85%2C0%2C0%2C0%2C2.12%2C3h0A23.72%2C23.72%2C0%2C0%2C0%2C93.2%2C13.36a1.85%2C1.85%2C0%2C0%2C0-3.66.6Zm-19.6%2C8.29A4%2C4%2C0%2C0%2C1%2C66%2C20l-2.19%2C1.13c1%2C2.54%2C3.23%2C3.41%2C6.07%2C3.41%2C3.1%2C0%2C5.85-1.33%2C5.85-4.42%2C0-3.31-2.71-4.07-5.61-4.42-1.67-.2-3.1-.54-3.1-1.75%2C0-1%2C.93-1.84%2C2.88-1.84a4%2C4%2C0%2C0%2C1%2C3.3%2C1.55l2.09-1.07c-1.05-2.14-3.3-2.76-5.47-2.76-2.57%2C0-5.39%2C1.19-5.39%2C4%2C0%2C3.11%2C2.63%2C3.87%2C5.47%2C4.2%2C1.85.2%2C3.22.73%2C3.22%2C2C73.14%2C21.67%2C71.59%2C22.25%2C69.94%2C22.25Zm-.15%2C12.22A17.24%2C17.24%2C0%2C1%2C0%2C52.51%2C17.23%2C17.24%2C17.24%2C0%2C0%2C0%2C69.79%2C34.46Zm0-30.78A13.54%2C13.54%2C0%2C1%2C1%2C56.21%2C17.23%2C13.54%2C13.54%2C0%2C0%2C1%2C69.79%2C3.69ZM87%2C7.05a1.84%2C1.84%2C0%2C0%2C0%2C1.59.9%2C1.82%2C1.82%2C0%2C0%2C0%2C.94-.26%2C1.85%2C1.85%2C0%2C0%2C0%2C.65-2.53h0c-.21-.36-.44-.72-.67-1.07a1.85%2C1.85%2C0%2C1%2C0-3.08%2C2.05q.3.44.57.9ZM23%2C68.73H20a2%2C2%2C0%2C1%2C0%2C0%2C4h3a2%2C2%2C0%2C1%2C0%2C0-4Zm86.91-14.1v-9.3a1.85%2C1.85%2C0%2C0%2C0-1.85-1.85H1.89A1.85%2C1.85%2C0%2C0%2C0%2C0%2C45.33v9.48a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V86.1a1.5%2C1.5%2C0%2C0%2C0%2C0%2C.37V97.15A1.85%2C1.85%2C0%2C0%2C0%2C1.89%2C99H108.06a1.85%2C1.85%2C0%2C0%2C0%2C1.85-1.85V86.65a2%2C2%2C0%2C0%2C0%2C.09-.55V55.18a2%2C2%2C0%2C0%2C0-.09-.55ZM3.74%2C47.17h6.32a8.57%2C8.57%2C0%2C0%2C1-6.32%2C5.76Zm0%2C48.13V88.41a9.8%2C9.8%2C0%2C0%2C1%2C6.38%2C6.89Zm93%2C0H14.17A13.66%2C13.66%2C0%2C0%2C0%2C4%2C84.34V57c4.58-.86%2C9-4.3%2C10-9.18H96.93A12.78%2C12.78%2C0%2C0%2C0%2C106%2C56.9V84.42A13.84%2C13.84%2C0%2C0%2C0%2C96.78%2C95.3Zm9.43%2C0h-5.38a10.38%2C10.38%2C0%2C0%2C1%2C5.38-6.7Zm0-42.52a8.81%2C8.81%2C0%2C0%2C1-5.32-5.61h5.32v5.62ZM70.79%2C54a1.85%2C1.85%2C0%2C0%2C0-2.43%2C2.79A18.69%2C18.69%2C0%2C0%2C1%2C67.25%2C86a1.85%2C1.85%2C0%2C1%2C0%2C2.21%2C3A22.37%2C22.37%2C0%2C0%2C0%2C70.79%2C54ZM90%2C69.72H87a2%2C2%2C0%2C0%2C0-.09%2C4H90a2%2C2%2C0%2C0%2C0%2C.09-4Zm-33.84-2.6c-3.15-.37-5.85-1-5.85-3.29%2C0-1.95%2C1.76-3.48%2C5.44-3.48%2C2.85%2C0%2C5.33%2C1.42%2C6.23%2C2.92l3.94-2C64.32%2C58%2C61.26%2C56.61%2C58%2C56.19V52.77a2%2C2%2C0%2C0%2C0-4%2C0v3.37c-4.35.47-8.58%2C2.74-8.58%2C7.54%2C0%2C5.88%2C5%2C7.3%2C10.33%2C7.94%2C3.49.37%2C6.08%2C1.39%2C6.08%2C3.86%2C0%2C2.85-2.93%2C3.93-6%2C3.93s-6.24-1.27-7.4-4.15l-4.13%2C2.13c1.74%2C4.27%2C5.21%2C6%2C9.74%2C6.38v2.92a2%2C2%2C0%2C0%2C0%2C4%2C0v-3c4.85-.59%2C8.75-3.15%2C8.75-8.21%2C0-6.25-5.11-7.67-10.59-8.35ZM43.86%2C56.7a1.85%2C1.85%2C0%2C1%2C0-2.41-2.81%2C22.39%2C22.39%2C0%2C0%2C0-2.53%2C31.56l.56.63a1.87%2C1.87%2C0%2C0%2C0%2C1.37.6%2C1.85%2C1.85%2C0%2C0%2C0%2C1.36-3.1%2C18.69%2C18.69%2C0%2C0%2C1%2C1.12-26.41l.53-.47Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-motorcycle-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220c540c99-b800-4689-b856-74fe94d909b5%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2041%22%3E%3Ctitle%3Emotorcycle%3C%2Ftitle%3E%3Cpath%20id%3D%22dd6742ab-529a-417f-aa95-b57f2a998bec%22%20data-name%3D%22motorcycle.svg%22%20d%3D%22M25.35%2C12H30V10H25.34L24%2C7l4.21-2.57-1-1.71-4%2C2.43L21.05%2C0H9L6.75%2C5.11l-4-2.43-1%2C1.71L6%2C7l-1.3%2C3H0v2H4.65v0a4.45%2C4.45%2C0%2C0%2C1-.94%2C4.83L3%2C17.59V18c0%2C8.29%2C2.79%2C15.72%2C7%2C18.8V37a4%2C4%2C0%2C0%2C0%2C4%2C4h2a4%2C4%2C0%2C0%2C0%2C4-4v-.2c4.2-3.08%2C7-10.51%2C7-18.8v-.41l-.73-.73A4.45%2C4.45%2C0%2C0%2C1%2C25.34%2C12ZM10.27%2C2h9.46l1.71%2C4A20.59%2C20.59%2C0%2C0%2C1%2C15%2C7%2C20.39%2C20.39%2C0%2C0%2C1%2C8.55%2C6ZM18%2C37a2%2C2%2C0%2C0%2C1-2%2C2H14a2%2C2%2C0%2C0%2C1-2-2V27a2%2C2%2C0%2C0%2C1%2C2-2h2a2%2C2%2C0%2C0%2C1%2C2%2C2Zm2-2.86V27a4%2C4%2C0%2C0%2C0-4-4H14a4%2C4%2C0%2C0%2C0-4%2C4v7.14C7.06%2C31%2C5.09%2C25%2C5%2C18.41l.14-.14a6.44%2C6.44%2C0%2C0%2C0%2C1.36-7L6.4%2C11%2C7.76%2C7.83a23.07%2C23.07%2C0%2C0%2C0%2C14.48%2C0L23.6%2C11l-.12.28a6.48%2C6.48%2C0%2C0%2C0%2C1.37%2C7l.14.14C24.91%2C25%2C22.94%2C31%2C20%2C34.14ZM16%2C12H14a4%2C4%2C0%2C0%2C0%2C0%2C8h2a4%2C4%2C0%2C0%2C0%2C0-8Zm0%2C6H14a2%2C2%2C0%2C0%2C1%2C0-4h2a2%2C2%2C0%2C0%2C1%2C0%2C4Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-nis-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%227461abaa-5569-40cd-a4b1-a580c63c07a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.06%209.03%22%3E%3Ctitle%3Enis%3C%2Ftitle%3E%3Cpath%20id%3D%22596a5367-6322-48f3-be4c-5c47a05111f7%22%20data-name%3D%22nis.svg%22%20d%3D%22M5.85%2C1.54a1.83%2C1.83%2C0%2C0%2C1%2C.32%2C1.32V5.78H7.9V2.56a2.76%2C2.76%2C0%2C0%2C0-.59-2A2.5%2C2.5%2C0%2C0%2C0%2C5.45%2C0H0V9H1.72V1.27h3.1A1.61%2C1.61%2C0%2C0%2C1%2C5.85%2C1.54ZM9.32%2C0V6.17A2.28%2C2.28%2C0%2C0%2C1%2C9.08%2C7.4%2C1.32%2C1.32%2C0%2C0%2C1%2C8%2C7.75H4.88V3.24H3.16V9H8.6a2.52%2C2.52%2C0%2C0%2C0%2C1.87-.6%2C2.79%2C2.79%2C0%2C0%2C0%2C.58-2V0H9.32Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-openenvelope-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225390e94d-e8e5-42f1-86a1-ae8452cb5946%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2069.03%2068.97%22%3E%3Ctitle%3Eopenenvelope%3C%2Ftitle%3E%3Cpath%20id%3D%22b41fa92d-3437-4564-9663-7ed454d74b87%22%20data-name%3D%22openenvelope.svg%22%20d%3D%22M69%2C67.69a1.4%2C1.4%2C0%2C0%2C0%2C0-.2V26.22A1.48%2C1.48%2C0%2C0%2C0%2C68.43%2C25L35.36.27a1.42%2C1.42%2C0%2C0%2C0-1.71%2C0L.58%2C25A1.49%2C1.49%2C0%2C0%2C0%2C0%2C26.22V67.5a1.45%2C1.45%2C0%2C0%2C0%2C0%2C.2A1.41%2C1.41%2C0%2C0%2C0%2C.08%2C68a1.45%2C1.45%2C0%2C0%2C0%2C.14.27%2C1.33%2C1.33%2C0%2C0%2C0%2C.09.17l.05%2C0a1.48%2C1.48%2C0%2C0%2C0%2C.23.2l.22.15.25.08a1.34%2C1.34%2C0%2C0%2C0%2C.3.06l.07%2C0H67.57a1.41%2C1.41%2C0%2C0%2C0%2C.59-.13l.12-.09a1.43%2C1.43%2C0%2C0%2C0%2C.36-.28l.05%2C0%2C.09-.17a1.43%2C1.43%2C0%2C0%2C0%2C.14-.27A1.45%2C1.45%2C0%2C0%2C0%2C69%2C67.69Zm-66.1-38L24.44%2C46.34l-21.55%2C18ZM34.51%2C41.75%2C63.52%2C66h-58Zm10.07%2C4.6L66.13%2C29.66V64.38ZM34.51%2C3.3%2C65.45%2C26.47%2C42.27%2C44.41l-6.84-5.72a1.43%2C1.43%2C0%2C0%2C0-1.84%2C0l-6.85%2C5.73L3.56%2C26.47Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-paperplane-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22b6bf1e3c-3a34-40da-bfb7-cc19c76b81a8%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.91%2061%22%3E%3Ctitle%3Epaperplane%3C%2Ftitle%3E%3Cpath%20id%3D%22a9b77236-9c76-44e5-b998-2fefda38bc5d%22%20data-name%3D%22paperplane.svg%22%20d%3D%22M.19.65A1.33%2C1.33%2C0%2C0%2C1%2C1.55%2C0L75.74%2C10.47a1.33%2C1.33%2C0%2C0%2C1%2C1.12%2C1%2C1.32%2C1.32%2C0%2C0%2C1-.52%2C1.4L55.42%2C27.8%2C52%2C29.86a1.34%2C1.34%2C0%2C0%2C1-.36.61l-.1%2C4.05L49%2C59.8A1.35%2C1.35%2C0%2C0%2C1%2C48%2C61a1.6%2C1.6%2C0%2C0%2C1-.38.05%2C1.38%2C1.38%2C0%2C0%2C1-1.06-.51L.3%2C2.14A1.32%2C1.32%2C0%2C0%2C1%2C.19.65ZM53.94%2C25.58%2C72%2C12.65l-64-9L50.33%2C27.75ZM46.62%2C56.23l2.26-21.88L49%2C30.07%2C6.74%2C5.93Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-pen-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%221dabf706-1713-4566-97e6-84c370419f7c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.03%2073%22%3E%3Ctitle%3Epen%3C%2Ftitle%3E%3Cpath%20id%3D%22f11000dc-c71e-4863-8ec8-781cebbfbff2%22%20data-name%3D%22pen.svg%22%20d%3D%22M73%2C11.32a1.31%2C1.31%2C0%2C0%2C0-.37-.9L62.63.37a1.24%2C1.24%2C0%2C0%2C0-1.76%2C0l0%2C0L53%2C8.28a1.31%2C1.31%2C0%2C0%2C0-.37.24%2C1.23%2C1.23%2C0%2C0%2C0-.24.37L8.9%2C52.55c-3.8%2C3.81-5.43%2C8-4.48%2C11.61A7%2C7%2C0%2C0%2C0%2C5.22%2C66L.37%2C70.83a1.27%2C1.27%2C0%2C0%2C0%2C1.79%2C1.79L7%2C67.8a6.86%2C6.86%2C0%2C0%2C0%2C2.18%2C1.09%2C7.92%2C7.92%2C0%2C0%2C0%2C2.06.26c3.06%2C0%2C6.42-1.66%2C9.5-4.75L63.57%2C21.32l4.77%2C4.79L49.79%2C44.67a1.27%2C1.27%2C0%2C0%2C0%2C0%2C1.79%2C1.24%2C1.24%2C0%2C0%2C0%2C.89.38%2C1.29%2C1.29%2C0%2C0%2C0%2C.89-.37L71%2C27a1.27%2C1.27%2C0%2C0%2C0%2C0-1.79l-5.66-5.68%2C7.3-7.33A1.3%2C1.3%2C0%2C0%2C0%2C73%2C11.32ZM18.91%2C62.61c-3.09%2C3.1-6.5%2C4.54-9.12%2C3.83A4%2C4%2C0%2C0%2C1%2C6.86%2C63.5c-.71-2.63.72-6.05%2C3.82-9.16L53.56%2C11.27l8.23%2C8.27ZM63.57%2C17.75%2C55.34%2C9.48%2C61.74%2C3%2C70%2C11.32Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-phone-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ff1145c2-5035-47c4-b923-6ff9de297301%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.4%2015.41%22%3E%3Ctitle%3Ephone%3C%2Ftitle%3E%3Cpath%20id%3D%22b74aabc5-8ca1-4560-9de4-eb22003b49a5%22%20data-name%3D%22phone.svg%22%20d%3D%22M15.39%2C11.94a2%2C2%2C0%2C0%2C0-.84-.58c-.62-.35-1.26-.69-1.87-1.05a2.3%2C2.3%2C0%2C0%2C0-1-.5c-.67%2C0-1.64%2C2-2.23%2C2a2.31%2C2.31%2C0%2C0%2C1-.94-.43A10.92%2C10.92%2C0%2C0%2C1%2C4%2C6.89a2.38%2C2.38%2C0%2C0%2C1-.42-.94c0-.59%2C2-1.57%2C2-2.23a2.3%2C2.3%2C0%2C0%2C0-.5-1C4.73%2C2.12%2C4.39%2C1.48%2C4%2C.86A1.94%2C1.94%2C0%2C0%2C0%2C3.46%2C0a.55.55%2C0%2C0%2C0-.23%2C0A4.88%2C4.88%2C0%2C0%2C0%2C1.71.33%2C2.85%2C2.85%2C0%2C0%2C0%2C.55%2C1.67a4.2%2C4.2%2C0%2C0%2C0-.56%2C2A8.44%2C8.44%2C0%2C0%2C0%2C.75%2C6.58%2C9.74%2C9.74%2C0%2C0%2C0%2C1.66%2C8.5a18.51%2C18.51%2C0%2C0%2C0%2C5.25%2C5.26%2C10.47%2C10.47%2C0%2C0%2C0%2C1.92.91%2C8.41%2C8.41%2C0%2C0%2C0%2C2.87.76%2C4.15%2C4.15%2C0%2C0%2C0%2C2-.56%2C2.91%2C2.91%2C0%2C0%2C0%2C1.34-1.16%2C5%2C5%2C0%2C0%2C0%2C.34-1.52A.61.61%2C0%2C0%2C0%2C15.39%2C11.94Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-plus-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-question-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228be9a764-7618-422a-9e09-3cc3445ececb%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206.03%208.94%22%3E%3Ctitle%3Equestion%3C%2Ftitle%3E%3Cpath%20id%3D%22b8a54b10-54f8-488c-98bf-1286ff53e378%22%20data-name%3D%22question.svg%22%20d%3D%22M3.71%2C6.7H2.15A.26.26%2C0%2C0%2C0%2C1.89%2C7h0V8.65a.27.27%2C0%2C0%2C0%2C.26.28H3.71A.27.27%2C0%2C0%2C0%2C4%2C8.65H4V7a.26.26%2C0%2C0%2C0-.25-.27ZM3.07%2C0A3.26%2C3.26%2C0%2C0%2C0%2C0%2C1.86a.29.29%2C0%2C0%2C0%2C.06.37l1.07.87a.39.39%2C0%2C0%2C0%2C.17.06A.27.27%2C0%2C0%2C0%2C1.55%2C3a3.75%2C3.75%2C0%2C0%2C1%2C.7-.8%2C1.29%2C1.29%2C0%2C0%2C1%2C.7-.2.93.93%2C0%2C0%2C1%2C1%2C.74%2C1%2C1%2C0%2C0%2C1-.71.92A2.34%2C2.34%2C0%2C0%2C0%2C1.89%2C5.55v.31a.38.38%2C0%2C0%2C0%2C.23.39H3.69a.32.32%2C0%2C0%2C0%2C.26-.34A1.38%2C1.38%2C0%2C0%2C1%2C4.57%2C5%2C2.4%2C2.4%2C0%2C0%2C0%2C6%2C2.79%2C3%2C3%2C0%2C0%2C0%2C3.07%2C0Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-taxi-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%223113df58-bf39-4928-94f3-2e522abb7902%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2038%22%3E%3Ctitle%3Etaxi%3C%2Ftitle%3E%3Cpath%20id%3D%22bd38cfd1-e1d4-41ac-9183-eda3ae510c0b%22%20data-name%3D%22taxi.svg%22%20d%3D%22M42%2C16H37.61L33.69%2C6.48A4%2C4%2C0%2C0%2C0%2C30%2C4H27V0H15V4H12a4%2C4%2C0%2C0%2C0-3.7%2C2.48L4.39%2C16H0v2H3.57L2%2C21.8V34H4v4h9V34H29v4h9V34h2V21.8L38.43%2C18H42ZM17%2C2h8V4H17ZM10.16%2C7.24A2%2C2%2C0%2C0%2C1%2C12%2C6H30a2%2C2%2C0%2C0%2C1%2C1.85%2C1.24L35.45%2C16H6.55ZM4%2C23H6a2%2C2%2C0%2C0%2C1%2C0%2C4H4Zm7%2C13H6V34h5Zm25%2C0H31V34h5Zm2-4H4V29H6a4%2C4%2C0%2C0%2C0%2C0-8H4.49l1.24-3H36.27l1.24%2C3H36a4%2C4%2C0%2C0%2C0%2C0%2C8h2Zm0-5H36a2%2C2%2C0%2C0%2C1%2C0-4h2ZM16%2C26H26V24H16Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-truck-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22f9fa6fb0-5b6e-4eb3-ba86-b4dd9ee13381%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2044%22%3E%3Ctitle%3Etruck%3C%2Ftitle%3E%3Cpath%20id%3D%220fafcbe1-37d1-4eb8-b579-41791542735a%22%20data-name%3D%22truck.svg%22%20d%3D%22M44.88%2C0H0V21.7l5%2C2.56V40H7v4h9V40H30v4h9V40h2V24.35l5-2.66V0ZM14%2C42H9V40h5Zm13-4H19v-9h8Zm10%2C4H32V40h5Zm2-9H37a2%2C2%2C0%2C1%2C1%2C0-4h2Zm0-6H37a4%2C4%2C0%2C1%2C0%2C0%2C8h2v3H29v-11H17V38H7V35H9a4%2C4%2C0%2C1%2C0%2C0-8H7V24.2H39Zm-32%2C6v-4H9a2%2C2%2C0%2C1%2C1%2C0%2C4ZM39%2C22.19H7V5.85H39Zm5-1.71-3%2C1.6V3.84H5V22L2%2C20.47V2H44Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-twitter-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2208a4d250-5c4d-415d-9846-d00e263cf6d4%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.19%2015.59%22%3E%3Ctitle%3Etwitter%3C%2Ftitle%3E%3Cpath%20id%3D%2279d47675-5420-4894-be31-5afc74b8123c%22%20data-name%3D%22twitter.svg%22%20d%3D%22M19.17%2C1.86a7.82%2C7.82%2C0%2C0%2C1-2.26.61A4%2C4%2C0%2C0%2C0%2C18.64.3a7.85%2C7.85%2C0%2C0%2C1-2.5.95%2C3.93%2C3.93%2C0%2C0%2C0-6.8%2C2.69%2C4.51%2C4.51%2C0%2C0%2C0%2C.1.9A11.16%2C11.16%2C0%2C0%2C1%2C1.34.73a3.81%2C3.81%2C0%2C0%2C0-.54%2C2A3.92%2C3.92%2C0%2C0%2C0%2C2.55%2C6a4%2C4%2C0%2C0%2C1-1.77-.5v0A3.93%2C3.93%2C0%2C0%2C0%2C3.93%2C9.39a4.17%2C4.17%2C0%2C0%2C1-1%2C.13%2C5%2C5%2C0%2C0%2C1-.74-.06%2C3.94%2C3.94%2C0%2C0%2C0%2C3.68%2C2.73A7.89%2C7.89%2C0%2C0%2C1%2C.95%2C13.87a8.16%2C8.16%2C0%2C0%2C1-.95%2C0A11.18%2C11.18%2C0%2C0%2C0%2C17.21%2C4.4c0-.17%2C0-.34%2C0-.51A8.29%2C8.29%2C0%2C0%2C0%2C19.17%2C1.86Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-whatsapp-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%225c79aa0b-7688-4b1a-b081-4686c033ecc0%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2019.28%2019.31%22%3E%3Ctitle%3Ewhatsapp%3C%2Ftitle%3E%3Cpath%20id%3D%22790f7ec7-fd98-45c3-b36c-e1b81afb0de7%22%20data-name%3D%22whatsapp.svg%22%20d%3D%22M12.37%2C10.63c-.33%2C0-1%2C1.21-1.33%2C1.21a.57.57%2C0%2C0%2C1-.28-.09%2C7.48%2C7.48%2C0%2C0%2C1-1.9-1.26A6.53%2C6.53%2C0%2C0%2C1%2C7.58%2C8.78a.46.46%2C0%2C0%2C1-.06-.19c0-.29.87-.82.87-1.3%2C0-.12-.64-1.82-.73-2a.47.47%2C0%2C0%2C0-.51-.43h0c-.16%2C0-.31%2C0-.46%2C0A.92.92%2C0%2C0%2C0%2C6%2C5.08a2.64%2C2.64%2C0%2C0%2C0-.93%2C2v.1A4.41%2C4.41%2C0%2C0%2C0%2C6%2C9.57a9.73%2C9.73%2C0%2C0%2C0%2C4%2C3.78%2C8.19%2C8.19%2C0%2C0%2C0%2C2.39.77A2.62%2C2.62%2C0%2C0%2C0%2C14.53%2C13a2.8%2C2.8%2C0%2C0%2C0%2C.21-.95.64.64%2C0%2C0%2C0%2C0-.19A12.4%2C12.4%2C0%2C0%2C0%2C12.37%2C10.63ZM9.82%2C0A9.45%2C9.45%2C0%2C0%2C0%2C.35%2C9.41a9.33%2C9.33%2C0%2C0%2C0%2C1.36%2C4.85L0%2C19.31l5.24-1.67A9.43%2C9.43%2C0%2C1%2C0%2C9.82%2C0Zm0%2C17.24a8%2C8%2C0%2C0%2C1-4.33-1.3l-3%2C1%2C1-2.91A7.77%2C7.77%2C0%2C0%2C1%2C1.93%2C9.4a7.89%2C7.89%2C0%2C1%2C1%2C7.94%2C7.84H9.82Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color1 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%23d60019%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%23d60019%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color2 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%23f4007c%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%23f4007c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color3 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color4 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%2300afef%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%2300afef%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color5 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%23000000%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color6 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color7 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%23c5c5c5%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%23c5c5c5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-color8 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%23e2edf8%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%23e2edf8%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01-colorwhite {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.icon-world-01 {
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22cf73697e-ff52-4d61-866e-0c1832f0809b%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%3E%3Ctitle%3Eworld%3C%2Ftitle%3E%3Cpath%20id%3D%2247aeccb8-9b45-4b29-84de-edf2396952d2%22%20data-name%3D%22world.svg%22%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0ZM28.53%2C27.47a14%2C14%2C0%2C0%2C0-4-2.21%2C20.71%2C20.71%2C0%2C0%2C0%2C1.66-7.56h6.34A15.49%2C15.49%2C0%2C0%2C1%2C28.53%2C27.47ZM1.44%2C17.7H8a20.92%2C20.92%2C0%2C0%2C0%2C1.62%2C7.47%2C14.45%2C14.45%2C0%2C0%2C0-4.18%2C2.29%2C15.45%2C15.45%2C0%2C0%2C1-4-9.76Zm4-11.16a14.69%2C14.69%2C0%2C0%2C0%2C4.2%2C2.3A21%2C21%2C0%2C0%2C0%2C8%2C16.3H1.44a15.45%2C15.45%2C0%2C0%2C1%2C4-9.76ZM16.3%2C8.65A21.21%2C21.21%2C0%2C0%2C1%2C11.62%2C8%2C18.46%2C18.46%2C0%2C0%2C1%2C16.3%2C2.24Zm0%2C1.4V16.3H9.42a19.44%2C19.44%2C0%2C0%2C1%2C1.58-7A22%2C22%2C0%2C0%2C0%2C16.3%2C10.05Zm0%2C7.65v6.25a22.24%2C22.24%2C0%2C0%2C0-5.32.79%2C19.37%2C19.37%2C0%2C0%2C1-1.56-7Zm0%2C7.65v6.47A18.36%2C18.36%2C0%2C0%2C1%2C11.59%2C26a20.89%2C20.89%2C0%2C0%2C1%2C4.71-.67Zm1.4%2C0a20.93%2C20.93%2C0%2C0%2C1%2C4.92.73A18.37%2C18.37%2C0%2C0%2C1%2C17.7%2C32Zm0-1.4V17.7h7.12a19.6%2C19.6%2C0%2C0%2C1-1.58%2C7.11%2C21.92%2C21.92%2C0%2C0%2C0-5.54-.86Zm0-7.65V10.05a22.12%2C22.12%2C0%2C0%2C0%2C5.51-.85%2C19.33%2C19.33%2C0%2C0%2C1%2C1.61%2C7.1Zm0-7.65V2.06a18.53%2C18.53%2C0%2C0%2C1%2C4.89%2C5.86%2C20.17%2C20.17%2C0%2C0%2C1-4.89.73Zm1.63-7.06a15.65%2C15.65%2C0%2C0%2C1%2C8.21%2C3.94%2C13.15%2C13.15%2C0%2C0%2C1-3.6%2C2%2C19.89%2C19.89%2C0%2C0%2C0-4.61-5.9Zm-9.08%2C6a13.33%2C13.33%2C0%2C0%2C1-3.8-2%2C15.59%2C15.59%2C0%2C0%2C1%2C8.51-4%2C20%2C20%2C0%2C0%2C0-4.71%2C6Zm0%2C18.87a20%2C20%2C0%2C0%2C0%2C4.64%2C6%2C15.59%2C15.59%2C0%2C0%2C1-8.42-4%2C13.58%2C13.58%2C0%2C0%2C1%2C3.78-2ZM24%2C26.52a13%2C13%2C0%2C0%2C1%2C3.57%2C1.95%2C15.57%2C15.57%2C0%2C0%2C1-8.12%2C3.92A19.57%2C19.57%2C0%2C0%2C0%2C24%2C26.52ZM26.22%2C16.3a20.93%2C20.93%2C0%2C0%2C0-1.68-7.55%2C14.19%2C14.19%2C0%2C0%2C0%2C4-2.22%2C15.49%2C15.49%2C0%2C0%2C1%2C4%2C9.77Z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
/* header-02.less */
.header-2 {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: white;
  box-shadow: 0px -17px 10px 20px rgba(0, 0, 0, 0.15);
}
.header-2 .primary-menu {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.header-2 .primary-menu .menu > li {
  display: inline-block;
  line-height: 2;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .header-2 .primary-menu .menu > li {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}
@media (min-width: 1441px) {
  .header-2 .primary-menu .menu > li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.header-2 .primary-menu .menu > li > a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #797979;
  font-size: 0.5rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .header-2 .primary-menu .menu > li > a {
    font-size: 0.55rem;
  }
}
.header-2 .primary-menu .menu > li > a:hover {
  color: #f4007c;
}
.header-2 .primary-menu .menu > li.current-menu-item a {
  color: #f4007c;
}
.header-2 .primary-menu .menu > li.menu-item-has-children {
  position: relative;
}
.header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu {
  display: none;
  background: white;
  position: absolute;
  border-top: 2px solid #f4007c;
}
.header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu a {
  display: block;
  padding-right: 0.25rem;
  line-height: 2.2;
  width: 100%;
  font-weight: 300;
  font-size: 0.5rem;
  color: #0000ff;
}
.header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu li {
  position: relative;
}
.header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu li:hover {
  background-color: #0000ff;
}
.header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu li:hover a {
  border-color: transparent !important;
  color: #f4007c;
}
.header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu li:hover + li a {
  border-color: transparent !important;
}
.header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu li:not(:first-child) a {
  padding-top: 0.25rem;
  border-top: 1px solid #797979;
}
.header-2 .primary-menu .menu > li.menu-item-has-children > a {
  position: relative;
}
.header-2 .primary-menu .menu > li.menu-item-has-children:hover > span {
  color: #f4007c;
}
@media (min-width: 992px) {
  .header-2 .primary-menu .menu > li.menu-item-has-children:hover > span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.header-2 .primary-menu .menu > li.menu-item-has-children:hover > a {
  color: #f4007c;
}
.header-2 .primary-menu .menu > li.menu-item-has-children:hover > .sub-menu {
  text-align: right;
  width: 6rem;
}
@media (min-width: 992px) {
  .header-2 .primary-menu .menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.header-2 .primary-menu .menu > li.open .sub-menu {
  display: block;
}
.header-2 .primary-menu .menu > li.open .icon-arrowdown-01 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.mobile .header-2 .user,
body.mobile-resized .header-2 .user {
  display: none;
}
body.mobile .header-2 .primary-menu,
body.mobile-resized .header-2 .primary-menu {
  overflow-y: scroll;
  position: fixed;
  background: white;
  top: 10vh;
  width: 100%;
  right: 0;
}
body.mobile .header-2 .primary-menu:before,
body.mobile-resized .header-2 .primary-menu:before {
  display: none;
}
body.mobile .header-2 .primary-menu__hide,
body.mobile-resized .header-2 .primary-menu__hide {
  right: -100%;
}
body.mobile .header-2 .primary-menu__button a,
body.mobile-resized .header-2 .primary-menu__button a {
  border: 1px solid #0000ff;
}
body.mobile .header-2 .primary-menu .menu > li,
body.mobile-resized .header-2 .primary-menu .menu > li {
  display: block;
}
body.mobile .header-2 .primary-menu .menu > li.menu-item-has-children > span,
body.mobile-resized .header-2 .primary-menu .menu > li.menu-item-has-children > span {
  position: absolute;
  left: 0;
  top: 0.85rem;
}
body.mobile .header-2 .primary-menu .menu > li.menu-item-has-children a:after,
body.mobile-resized .header-2 .primary-menu .menu > li.menu-item-has-children a:after {
  display: none;
}
body.mobile .header-2 .primary-menu .menu > li.menu-item-has-children a[href="#"],
body.mobile-resized .header-2 .primary-menu .menu > li.menu-item-has-children a[href="#"] {
  pointer-events: none;
}
body.mobile .header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu,
body.mobile-resized .header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu {
  position: relative;
  width: inherit;
  top: 0.4rem;
  border-bottom: 2px solid #87c9e6;
}
body.mobile .header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu > li,
body.mobile-resized .header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu > li {
  padding: 0;
  text-align: center;
}
body.mobile .header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu > li a,
body.mobile-resized .header-2 .primary-menu .menu > li.menu-item-has-children .sub-menu > li a {
  padding: 0.3rem 0.5rem;
}
body.mobile .header-2 .stripes-menu,
body.mobile-resized .header-2 .stripes-menu {
  position: relative;
  width: 0.85rem;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  cursor: pointer;
}
body.mobile .header-2 .stripes-menu div,
body.mobile-resized .header-2 .stripes-menu div {
  width: 100%;
  height: 2px;
  background: #0000ff;
  transition: transform 0.3s;
}
body.mobile .header-2 .stripes-menu div:not(:last-child),
body.mobile-resized .header-2 .stripes-menu div:not(:last-child) {
  margin-bottom: 6px;
}
body.mobile .header-2 .stripes-menu.close-menu,
body.mobile-resized .header-2 .stripes-menu.close-menu {
  padding: 0;
  position: relative;
}
body.mobile .header-2 .stripes-menu.close-menu div,
body.mobile-resized .header-2 .stripes-menu.close-menu div {
  right: 0;
  width: 0.825rem;
}
body.mobile .header-2 .stripes-menu.close-menu div:first-child,
body.mobile-resized .header-2 .stripes-menu.close-menu div:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
}
body.mobile .header-2 .stripes-menu.close-menu div:nth-child(2),
body.mobile-resized .header-2 .stripes-menu.close-menu div:nth-child(2) {
  height: 2.0625rem;
  position: absolute;
  opacity: 0;
  top: -1rem;
  margin: 0;
}
body.mobile .header-2 .stripes-menu.close-menu div:last-child,
body.mobile-resized .header-2 .stripes-menu.close-menu div:last-child {
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.desktop .header-2__logo {
  width: 5.66rem;
}
#page.site {
  padding-top: 74px;
}
@media (min-width: 992px) {
  #page.site {
    padding-top: 91px;
  }
}
@media (min-width: 1200px) {
  #page.site {
    padding-top: 105px;
  }
}
@media (min-width: 1441px) {
  #page.site {
    padding-top: 124px;
  }
}
/* footer-2.less */
.footer-2 .widget > span + div {
  display: none;
}
@media (min-width: 992px) {
  .footer-2 .widget > span + div {
    display: block;
  }
}
.footer-2 .widget a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 0.5rem;
  font-weight: 300;
  color: white;
}
@media (min-width: 992px) {
  .footer-2 .widget a {
    font-size: 0.56666667rem;
  }
}
.footer-2 .widget .menu a:hover {
  color: #f4007c;
}
.footer-2__show-submenu + div[class^="menu-"] {
  display: block !important;
}
.footer-2 .sogo-logo svg {
  display: block;
  width: 1.7rem;
  height: auto;
}
.footer-2__logo {
  width: 3.36rem;
  height: auto;
}
@media (min-width: 992px) {
  .footer-2__logo {
    width: 5.66rem;
  }
}
/* form.less */
.s-textarea-wrapper textarea {
  font-family: 'Rubik', sans-serif !important;
  border-radius: 20px;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px;
  font-size: 0.5rem;
  font-weight: 500 !important;
  color: black;
  padding-right: 0.5rem;
  line-height: 1.15rem;
}
@media (min-width: 992px) {
  .s-textarea-wrapper textarea {
    font-size: 0.6rem;
  }
}
.s-input-wrapper input {
  font-family: 'Rubik', sans-serif !important;
  border-radius: 20px;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px;
  font-size: 0.5rem;
  font-weight: 500 !important;
  color: black;
  padding-right: 0.5rem;
  line-height: 45px;
  height: 45px;
}
@media (min-width: 992px) {
  .s-input-wrapper input {
    font-size: 0.6rem;
  }
}
.s-input-wrapper input::placeholder {
  font-size: 0.5rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .s-input-wrapper input::placeholder {
    font-size: 0.6rem;
  }
}
.s-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.s-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Rubik', sans-serif !important;
  border-radius: 20px;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px;
  font-size: 0.5rem;
  font-weight: 500 !important;
  color: black;
  padding-right: 0.5rem;
  line-height: 45px;
  height: 45px;
  width: 100%;
  background-color: white;
}
.s-select-wrapper select::-ms-expand {
  display: none;
}
@media (min-width: 992px) {
  .s-select-wrapper select {
    font-size: 0.6rem;
  }
}
.s-select-wrapper:after {
  content: '';
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.s-radio-wrapper .form-radio-label {
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  width: 4rem;
  text-align: center;
  color: black;
  line-height: 45px;
  height: 45px;
}
.s-radio-wrapper .form-radio-label:hover {
  cursor: pointer;
}
.s-radio-wrapper input[type="radio"]:checked + label {
  color: white;
  background-color: #0000ff;
  box-shadow: 0 2px 0 0 #0000ff;
  border: 1px solid #0000ff;
}
.custom-width-1 {
  width: 221px;
}
label.error {
  font-family: 'Rubik', sans-serif;
  color: #d60019;
  font-size: 0.5rem;
  font-weight: 500;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input.error,
select.error,
textarea.error {
  border-color: #d60019;
}
.ddl {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Rubik', sans-serif !important;
  border-radius: 8px;
  font-size: 0.5rem;
  font-weight: 300 !important;
  color: #797979;
  padding-right: 0.5rem;
  height: 40px;
  width: 100%;
}
.ddl::-ms-expand {
  display: none;
}
@media (min-width: 992px) {
  .ddl {
    font-size: 0.6rem;
  }
}
span.wpcf7-not-valid-tip {
  font-size: 0.5rem !important;
}
.checkbox-label {
  position: relative;
  padding-right: 1rem;
}
.checkbox-label:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  height: 20px;
  width: 20px;
  border: 1px solid black;
  background-color: white;
  border-radius: 2px;
  cursor: pointer;
  /* box-shadow: inset 0 0 1px 1px lightgrey; */
}
input[type="checkbox"]:checked + label:after {
  content: "\e905";
  font-family: "icomoon";
  position: absolute;
  font-size: 11px;
  top: 3px;
  right: 3px;
  background-position: center;
  z-index: 1;
  background-size: contain;
  height: 12px;
  width: 12px;
  color: #0000ff;
  cursor: pointer;
}
.col-form-label {
  padding-bottom: 0.25rem !important;
  margin-bottom: 0;
  font-size: 0.55rem;
  font-weight: 500;
  color: #797979 !important;
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Rubik', sans-serif !important;
  border-radius: 8px;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px;
  font-size: 0.5rem;
  font-weight: 300 !important;
  color: #797979;
  padding-right: 0.5rem;
  height: 40px;
  width: 100%;
  background-color: white;
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2202851ba6-fc24-45fe-adbf-70d294d05a18%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027.97%2016.03%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Earrowdown%3C%2Ftitle%3E%3Cpath%20id%3D%22c56ea2dc-c683-4fd0-a909-82eb11273e57%22%20data-name%3D%22arrowdown.svg%22%20d%3D%22M27.69%2C1.65%2C26.29.27A.88.88%2C0%2C0%2C0%2C25%2C.23l0%2C0L14%2C11.09%2C3%2C.27A1%2C1%2C0%2C0%2C0%2C2.32%2C0a.91.91%2C0%2C0%2C0-.65.28L.27%2C1.65a.85.85%2C0%2C0%2C0-.06%2C1.2l.06.06L13.34%2C15.74a.88.88%2C0%2C0%2C0%2C1.25%2C0l0%2C0L27.7%2C2.91a.85.85%2C0%2C0%2C0%2C.06-1.2Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-position: left 0.75rem center;
}
.form-control {
  font-size: 0.6rem;
  padding: 0.3rem 0.75rem;
}
input.form-control[disabled] {
  visibility: hidden;
}
.invalid-feedback {
  color: red;
  font-size: 0.5rem;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  display: inline-block;
  margin: 0;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.license_no {
  width: 100%;
}
.license_no::-webkit-outer-spin-button,
.license_no::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.license_no[type=number] {
  -moz-appearance: textfield;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* datepicker.less */
.date-picker {
  position: relative;
}
.date-picker:after {
  content: '';
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%220081a614-2250-4651-ae3e-cc067dd0966c%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018.18%2019.81%22%3E%3Ctitle%20fill%3D%22%23797979%22%3Ecalendar%3C%2Ftitle%3E%3Cpath%20id%3D%22e0dfe4dc-a3a7-4d1b-a194-f27605194a5d%22%20data-name%3D%22calendar.svg%22%20d%3D%22M16.78%2C2.83h-1.4V1.77A1.77%2C1.77%2C0%2C0%2C0%2C13.63%2C0h-.7a1.77%2C1.77%2C0%2C0%2C0-1.75%2C1.77V2.83H7V1.77A1.77%2C1.77%2C0%2C0%2C0%2C5.24%2C0h-.7A1.77%2C1.77%2C0%2C0%2C0%2C2.79%2C1.77V2.83H1.39A1.42%2C1.42%2C0%2C0%2C0%2C0%2C4.25V18.39a1.42%2C1.42%2C0%2C0%2C0%2C1.4%2C1.41H16.78a1.42%2C1.42%2C0%2C0%2C0%2C1.4-1.41V4.25A1.42%2C1.42%2C0%2C0%2C0%2C16.78%2C2.83ZM4.54%2C18.39H1.39V15.21H4.54v3.18Zm0-3.89H1.39V11H4.54v3.54Zm0-4.24H1.39V7.08H4.54ZM4.19%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.37.37%2C0%2C0%2C1-.35.35h-.7A.36.36%2C0%2C0%2C1%2C4.19%2C5ZM8.74%2C18.4H5.24V15.21h3.5v3.18Zm0-3.89H5.24V11h3.5v3.54Zm0-4.24H5.24V7.08h3.5Zm4.19%2C8.13H9.44V15.21h3.49v3.18Zm0-3.89H9.44V11h3.49v3.54Zm0-4.24H9.44V7.08h3.49ZM12.58%2C5V1.78a.36.36%2C0%2C0%2C1%2C.35-.35h.7a.36.36%2C0%2C0%2C1%2C.35.35V5a.36.36%2C0%2C0%2C1-.35.35h-.7A.37.37%2C0%2C0%2C1%2C12.58%2C5Zm4.2%2C13.44H13.63V15.21h3.15v3.18Zm0-3.89H13.63V11h3.15v3.53Zm0-4.24H13.63V7.08h3.15Z%22%20fill%3D%22%23797979%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0.45rem;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.date-picker input[type="text"]:hover {
  cursor: pointer;
}
#ui-datepicker-div {
  font-weight: 300;
  font-size: 0.5rem;
  padding: 0 0.5rem 0.5rem 0.5rem;
  box-shadow: 0 1px 5px 0 lightgrey;
  border: 0;
  font-family: 'Rubik', sans-serif;
  width: 100%;
}
@media (min-width: 992px) {
  #ui-datepicker-div {
    width: 12.5rem;
  }
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 0.5rem 0 0.3rem 0;
  background: no-repeat;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: calc(50% - .25rem);
  font-family: 'Rubik', sans-serif;
  line-height: 1.15rem;
  padding-right: 0.25rem;
  border-color: #c5c5c5;
  font-weight: 500 !important;
  font-size: 0.5rem;
  color: #797979;
  height: 1.1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  float: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  float: left;
}
#ui-datepicker-div .ui-datepicker-header span.ui-datepicker-year {
  -webkit-appearance: none;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  background-color: #00afef;
  color: white;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  font-family: 'Rubik', sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td {
  padding: 0.3rem 0.2rem;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a {
  text-align: center;
  background: none;
  border: 0;
  color: #0000ff;
  font-size: 0.5rem;
  border-radius: 50%;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 23px;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-active {
  border: 1px solid #0000ff;
  background: #0000ff;
  font-weight: normal;
  color: #ffffff;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-highlight {
  border: 1px solid white;
  background: white;
  font-weight: normal;
  color: #0000ff;
}
#ui-datepicker-div .ui-datepicker-calendar tbody td .ui-state-default {
  text-align: center;
  background: white;
  border: none;
}
.static-datepicker {
  font-weight: 300;
  font-size: 0.5rem;
  border: 0;
  font-family: 'Rubik', sans-serif;
  width: 100%;
}
@media (min-width: 992px) {
  .static-datepicker {
    width: 12.5rem;
  }
}
.static-datepicker .ui-datepicker-inline {
  width: 100%;
  border: none !important;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-header {
  padding: 0.5rem 0 0.3rem 0;
  background: no-repeat;
  border: none;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next,
.static-datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
  display: none;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-month,
.static-datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-year {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: calc(50% - .25rem);
  font-family: 'Rubik', sans-serif;
  line-height: 1.15rem;
  padding-right: 0.25rem;
  border-color: #c5c5c5;
  font-weight: 500 !important;
  font-size: 0.5rem;
  color: #797979;
  height: 1.1rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-month {
  float: right;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-year {
  float: left;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-calendar thead {
  background-color: #00afef;
  color: white;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-calendar thead th {
  font-family: 'Rubik', sans-serif;
  font-size: 0.5rem;
  font-weight: 500;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody td {
  padding: 0.3rem 0.2rem;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody td a {
  text-align: center;
  background: none;
  border: 0;
  color: #0000ff;
  font-size: 0.5rem;
  border-radius: 50%;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  line-height: 23px;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody td a.ui-state-active {
  border: 1px solid white;
  background: white;
  font-weight: normal;
  color: #0000ff;
}
.static-datepicker .ui-datepicker-inline .ui-datepicker-calendar tbody td a.ui-state-highlight {
  border: 1px solid white;
  background: white;
  font-weight: normal;
  color: #0000ff;
}
/**********************
page-insurance-compare-1.less
*********************/
.page-insurance-compare-1 .insurance-date-finish,
.page-insurance-compare-1 .insurance-date-start {
  width: 2.8rem;
  border: none;
}
.radio_box_con,
.vehicle_sub_brand_con,
.vehicle_brand_con,
.vehicle_year_con,
.vehicle_manufacturer_con,
.submit_tab2_con,
.search_by_license_num_helper {
  display: none;
}
.form-group a.list_link,
.radio_box_con a.research_link,
.search_by_license_num_helper a.s_num_link {
  color: #0000ff;
  cursor: pointer;
}
.research_link_con {
  display: none;
}
#carFound {
  position: fixed;
  max-width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  background-color: #ffffff;
  color: #000;
  text-align: center;
  z-index: 999999999;
  border-radius: 100px;
  padding: 26px;
  padding-top: 35px;
  display: none;
}
.vehicle_not_found_popup {
  position: fixed;
  max-width: 90%;
  height: auto;
  top: calc(50% - 125px);
  left: calc(50% - 45%);
  padding: 2rem;
  text-align: center;
  z-index: 999999;
  background-color: #fff;
  display: none;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .vehicle_not_found_popup {
    max-width: 420px;
    left: calc(50% - 210px);
  }
}
/**********************
page-insurance-compare-2.less
*********************/

/**********************
.page-insurance-compare-2 {
  background-image: url("images/backgroundclouds.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
}
*********************/
.page-insurance-compare-2 .insurance-cube {
  background-color: white;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
}
.page-insurance-compare-2 .js-insurance-logos-slider .slick-track {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.best-insurance {
  background-color: #0000ff;
  color: white;
  font-size: 0.55rem;
  padding: 0.4rem 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: translateY(3px);
}
.proposal-details .proposal-details-content p {
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.5rem 0;
  color: #797979 !important;
}
@media (min-width: 992px) {
  .proposal-details .proposal-details-content p {
    font-size: 0.55rem;
  }
}
/*****************
time-line.less
****************/
.time-line {
  position: relative;
}
.time-line:first-child {
  z-index: 1;
}
.time-line:first-child .time-number {
  position: relative;
}
.time-line:first-child .time-number:before {
  content: '';
  background: #e2edf8;
  position: absolute;
  width: 60px;
  height: 18px;
  left: 40px;
  top: 35%;
}
.time-line:last-child {
  z-index: 1;
}
.time-line:last-child .time-number {
  position: relative;
}
.time-line:last-child .time-number:before {
  content: '';
  background: #e2edf8;
  position: absolute;
  width: 60px;
  height: 18px;
  right: 40px;
  top: 35%;
}
.time-line .time-number {
  font-size: 0.6rem;
  background-color: #c5c5c5;
  color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-bottom: 2px;
}
.time-line .time-text {
  font-size: 0.6rem;
  color: #c5c5c5;
}
.time-line.time-line-current .time-number {
  border: 2px solid #0000ff;
  background-color: white;
  color: #0000ff;
}
.time-line.time-line-current .time-text {
  color: #0000ff;
  font-weight: 500;
}
.time-line.time-line-finish .time-number {
  background-color: #0000ff;
  position: relative;
}
.time-line.time-line-finish .time-number:after {
  content: '';
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 50%;
  background-position: center;
  background-color: #0000ff;
  border-radius: 50%;
}
.time-line.time-line-finish .time-text {
  color: #0000ff;
  font-weight: 400;
}
.time-line.time-line-finish-2:after {
  content: '';
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%228e91fa81-6c05-4b96-84c4-a12626695a14%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021.88%2017.12%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Echeck%3C%2Ftitle%3E%3Cpath%20id%3D%2260a17336-ca37-4f44-af65-073ef2de6f0c%22%20data-name%3D%22check.svg%22%20d%3D%22M21.49%2C2.36%2C19.57.4a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.35%2C1.35%2C0%2C0%2C0-1%2C.4L8.38%2C9.87%2C4.23%2C5.62a1.36%2C1.36%2C0%2C0%2C0-1-.4%2C1.33%2C1.33%2C0%2C0%2C0-1%2C.4l-1.92%2C2a1.4%2C1.4%2C0%2C0%2C0%2C0%2C2L5.5%2C14.76l1.92%2C2a1.33%2C1.33%2C0%2C0%2C0%2C1.88%2C0l0%2C0%2C1.92-2L21.49%2C4.32A1.45%2C1.45%2C0%2C0%2C0%2C21.49%2C2.36Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  width: 40px;
  background-size: 50%;
  background-position: center;
  background-color: #0000ff;
  border-radius: 50%;
  font-size: 0.6rem;
  transform: translateX(-50%);
}
.time-line.time-line-finish-2 .time-number {
  background-color: #0000ff;
  position: relative;
}
.time-line.time-line-finish-2 .time-text {
  color: #0000ff;
  font-weight: 400;
}
.time-line.time-side-bars .time-number {
  position: relative;
}
.time-line.time-side-bars .time-number:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 40px;
  height: 3px;
  background-color: #c5c5c5;
  width: 4rem;
}
@media (min-width: 992px) {
  .time-line.time-side-bars .time-number:after {
    width: 18rem;
  }
}
.time-line.time-side-bars .time-number:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  height: 3px;
  background-color: #c5c5c5;
  width: 4rem;
}
@media (min-width: 992px) {
  .time-line.time-side-bars .time-number:before {
    width: 18rem;
  }
}
.time-line-blue .time-number:after {
  background-color: #0000ff !important;
}
/* selectBoxIt.less */
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
span.selectboxit-container {
  border: 1px solid white;
  border-radius: 8px;
}
/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-family: 'Rubik', sans-serif;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}
/* Button */
.selectboxit-container .selectboxit {
  width: 100% !important;
  padding-right: 8px;
  cursor: pointer;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  border: 1px solid white;
  position: relative;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 40px;
  /* Height of the drop down */
  line-height: 40px;
  /* Vertically positions the drop down text */
  display: block;
}
.selectboxit-container span {
  margin-left: 11px;
}
/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  font-size: 0.6rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .selectboxit-text {
    font-size: 1rem !important;
  }
}
.selectboxit .selectboxit-option-icon-container {
  margin-left: 11px;
}
.selectboxit .selectboxit-option-icon-container:after {
  content: '';
  border-left: 1px solid;
  padding-left: 6px;
  height: 63%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Options List */
.selectboxit-container .selectboxit-options {
  width: 100% !important;
  text-align: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: content-box;
  min-width: 100% !important;
  /* Minimum Width of the dropdown list box options */
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
  color: #797979 !important;
}
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}
/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}
/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}
/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}
/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  left: 0;
}
/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  background-position: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: right;
  width: 35px;
}
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background-position-x: center;
}
/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: white;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #797979;
  background-color: white;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #797979;
  text-decoration: none;
  background-position: 0 -15px;
}
.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.selectboxit-list {
  text-align: right;
  background-color: #ffffff;
  border: 1px solid #797979;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
  color: #797979;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #c5c5c5;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
/*************
tooltip.less
************/
.tooltip {
  opacity: 1 !important;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding-top: 0 !important;
  max-width: 350px !important;
  width: auto !important;
  overflow: hidden;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 !important;
  margin-left: -3px;
}
.tooltip-inner {
  font-size: 0.4rem;
  font-weight: 300;
  background-color: white;
  color: #797979;
  padding: 0;
}
.tooltip-inner:before {
  border-top-color: white !important;
  border-left-color: white !important;
}
.tool-tip-btn {
  border: none;
  padding: 5px;
  font-size: 12px;
  background-color: #f4007c;
  border-radius: 50%;
  line-height: 6px;
  color: white;
  font-weight: 700;
}
.ozar .custom-checkbox .custom-control-label {
  padding-right: 25px;
  font-size: 0.6rem;
}
.ozar .custom-checkbox .custom-control-label:before {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #c5c5c5;
  right: 1px;
}
.ozar .proposal-details-content ul {
  list-style: disc;
  margin-right: 30px;
  font-size: 0.5rem;
}
/**************
insurance-details.less
***********/
#insurance-accordion .card {
  opacity: 0;
  height: 0;
}
#insurance-accordion .card:not(:last-of-type) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #ffffff;
}
#insurance-accordion .card:not(:last-of-type) .card-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#insurance-accordion .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#insurance-accordion .card:not(:first-of-type) .card-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#insurance-accordion .card .card-header {
  padding: 0.35rem 0.4rem;
}
#insurance-accordion .card-current {
  opacity: 1;
  height: auto;
}
#insurance-accordion .card-current .card-header {
  background-color: #ffffff !important;
}
#insurance-accordion .card-current .card-header a {
  color: white;
}
#insurance-accordion .card-current .card-block {
  padding: 0.2rem 0;
}
#insurance-accordion .card-current .card-block .form-radio-label {
  width: 6rem;
}
#insurance-accordion .card-visited {
  border-bottom: 1px solid white !important;
  opacity: 1;
  height: auto;
}
#insurance-accordion .card-visited .card-header {
  background-color: #000000 !important;
  color: white;
}
#insurance-accordion .card-visited .card-header a {
  color: white;
}
#insurance-accordion .card-visited-2 {
  border-bottom: 1px solid white !important;
}
#insurance-accordion .card-visited-2 .card-header {
  background-color: #000000 !important;
  color: white;
}
#insurance-accordion .card-visited-2 .card-header a {
  color: white;
}
/* main-section-1.less */
body.mobile .main-section-1 {
  height: auto;
}
body.mobile .main-section-1__object-wrapper img {
  width: 61px;
}
@media (min-width: 992px) {
  body.mobile .main-section-1__object-wrapper img {
    width: 122px;
  }
}
.main-section-1 {
  min-height: 70vh;
  background-size: contain;
  background-position-y: calc(100% + 2px);
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #e2edf8;
  border-bottom: 2px solid #797979;
}
@media (min-width: 992px) {
  .main-section-1 {
    min-height: 80vh;
  }
}
@media (min-width: 1950px) {
}
.main-section-1 .main-section-1__object-wrapper img {
  position: relative;
}
/* brand-slider-1.less */
body.mobile .slick-list .slick-track .slick-slide {
  position: relative;
}
.brand-slider-1 {
  height: 10vh;
}
body.desktop .brand-slider-1 > div {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* section-simple-9.less */
.section-simple-9 {
  border-bottom: 2px solid #797979;
}
.section-simple-9 .section-simple-9__object-wrapper img {
  right: -8%;
  position: relative;
}
body.mobile .section-simple-9__circle {
  width: 2.8rem;
  height: 2.8rem;
}
@media (min-width: 992px) {
  body.mobile .section-simple-9__circle {
    width: 4rem;
    height: 4rem;
  }
}
body.mobile .section-simple-9__circle span {
  display: block;
  height: 100%;
  padding: 0.8rem 0.3rem 0.7rem 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.mobile .section-simple-9__circle span {
    padding-top: 0.9rem;
  }
}
body.mobile .section-simple-9__object-wrapper img {
  width: 61px;
}
@media (min-width: 992px) {
  body.mobile .section-simple-9__object-wrapper img {
    width: 122px;
  }
}
body.desktop .section-simple-9__circle {
  width: 6.66666667rem;
  height: 6.66666667rem;
}
body.desktop .section-simple-9__circle span {
  display: block;
  height: 100%;
  padding: 0.8rem 0.3rem 0.7rem 0.3rem;
  text-align: center;
  padding-top: 2.9rem;
}
/* section-simple-10.less */
.section-simple-10__icon-wrapper:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .section-simple-10__icon-wrapper:not(:last-child) {
    margin-bottom: 0;
  }
}
body.mobile .section-simple-10__title {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  body.mobile .section-simple-10__title {
    margin-bottom: 1rem;
  }
}
body.mobile .section-simple-10__circle {
  width: 2.8rem;
  height: 2.8rem;
}
@media (min-width: 992px) {
  body.mobile .section-simple-10__circle {
    width: 4rem;
    height: 4rem;
  }
}
body.mobile .section-simple-10__circle span {
  display: block;
  height: 100%;
  padding: 0.8rem 0.3rem 0.7rem 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  body.mobile .section-simple-10__circle span {
    padding-top: 0.9rem;
  }
}
body.mobile .section-simple-10__object-wrapper img {
  width: 61px;
}
@media (min-width: 992px) {
  body.mobile .section-simple-10__object-wrapper img {
    width: 122px;
  }
}
body.desktop .section-simple-10__circle {
  width: 6.66666667rem;
  height: 6.66666667rem;
}
body.desktop .section-simple-10__circle span {
  display: block;
  height: 100%;
  padding: 0.8rem 0.3rem 0.7rem 0.3rem;
  text-align: center;
  padding-top: 2.9rem;
}
body.desktop .section-simple-10__title {
  margin-bottom: 1.5rem;
}
/* section-select-1.less */
@media (min-width: 992px) {
}
@media (min-width: 992px) {
  .section-select-1 .selectboxit-container #insurance-productsSelectBoxIt,
  .section-select-1 .selectboxit-container #insurance-productsSelectBoxIt > span {
    height: 3.05rem;
    line-height: 3.05rem;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
  body.mobile .section-select-1 .selectboxit-container .selectboxit {
    height: 100%;
  }
}
/* section-products-1.less */
.section-products-1 {
  background-size: contain;
  background-position-y: calc(100% + 2px);
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #e2edf8;
  border-bottom: 2px solid #797979;
}
@media (min-width: 1950px) {
  .section-products-1 {
    background-size: cover;
  }
}
.section-products-1__box:not(:nth-last-child(-n+2)) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-products-1__box:not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  .section-products-1__box:not(:nth-last-child(-n+4)) {
    margin-bottom: 3rem;
  }
}
.section-products-1 .section-products-1__object-wrapper img {
  width: 2.03rem;
  height: auto;
  right: -8%;
  position: relative;
}
@media (min-width: 992px) {
  .section-products-1 .section-products-1__object-wrapper img {
    width: auto;
  }
}
/* section-posts-1.less */
.section-posts-1 {
  border-bottom: 2px solid #797979;
}
.section-posts-1 .question {
  color: white;
  background: #0000ff;
  padding: 15px 13px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.section-posts-1 .question:hover {
  cursor: pointer;
  box-shadow: 0 15px 30px 3px #d8d8d8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.section-posts-1 .question .icon {
  width: 23px;
  height: 23px;
  margin-left: 10px;
}
.section-posts-1 .question .icon:after {
  content: '';
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22ea8a80e1-888d-46b0-8f03-9298f99734ac%22%20data-name%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%23ffffff%22%3Eminus%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.17%2C4.35H.81a.81.81%2C0%2C0%2C0-.82.8s0%2C0%2C0%2C0V6.8a.81.81%2C0%2C0%2C0%2C.8.82H11.15a.82.82%2C0%2C0%2C0%2C.84-.8V5.17A.82.82%2C0%2C0%2C0%2C11.17%2C4.35Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  position: absolute;
  width: 23px;
  height: 23px;
}
.section-posts-1 .question.collapsed {
  color: white;
  background: white;
  padding: 15px 13px;
  display: flex;
  align-items: center;
}
.section-posts-1 .question.collapsed:hover {
  cursor: pointer;
}
.section-posts-1 .question.collapsed .icon:after {
  content: '';
  background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%2270cfc93f-583e-40e4-a088-1464dbcfdaef%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.97%2011.97%22%3E%3Ctitle%20fill%3D%22%230000ff%22%3Eplus%3C%2Ftitle%3E%3Cpath%20id%3D%22328093c9-f28b-4753-9886-b83a61b701b8%22%20data-name%3D%22plus.svg%22%20d%3D%22M11.16%2C4.35H7.63V.82A.82.82%2C0%2C0%2C0%2C6.81%2C0H5.18a.82.82%2C0%2C0%2C0-.82.82V4.35H.82A.81.81%2C0%2C0%2C0%2C0%2C5.17H0V6.8a.81.81%2C0%2C0%2C0%2C.81.82H4.36v3.53a.82.82%2C0%2C0%2C0%2C.81.82H6.81a.82.82%2C0%2C0%2C0%2C.82-.81h0V7.62h3.53A.82.82%2C0%2C0%2C0%2C12%2C6.8V5.17A.82.82%2C0%2C0%2C0%2C11.16%2C4.35Z%22%20transform%3D%22translate%28-0.01%29%22%20fill%3D%22%230000ff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}
.section-posts-1 .question.collapsed span:last-child {
  color: #000000;
}
.section-posts-1 .answer .answer-inner {
  padding: 0.5rem;
  color: #000000;
}
.section-posts-1 .bottom-right-image {
  right: -8%;
  position: relative;
}
/************************
page-loader.less
**********************/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  height: 100%;
  z-index: 1000;
  width: 100%;
  text-align: center;
}
.loader-wrapper .loader-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-wrapper .loader-inner .new-loader {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .loader-wrapper .loader-inner .new-loader {
    width: 40%;
  }
}
.loader-wrapper .loader-inner .new-loader .loader-slider-wrapper {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.loader-wrapper .loader-inner .new-loader .loader-slider-wrapper .loader-logos {
  width: 100%;
}
.loader-wrapper .loader-inner .new-loader .loader-slider-wrapper .loader-logos > .slick-list .slick-track {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media(max-width: 767px){
  #ui-datepicker-div{
    top: 70px !important;
    position:fixed !important;
  }
}
