<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.small-space .g5plus-icon-box.align-left &gt; .icon {
  padding-right: 10px;
}
.g5plus-icon-box {
  /** icon size **/
  /** icon position **/
  /** Layout schema **/
}
.g5plus-icon-box i {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-icon-box.s-small i {
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 48px;
}
.g5plus-icon-box.s-small i:before {
  font-size: 18px;
}
.g5plus-icon-box.s-medium i {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.g5plus-icon-box.s-medium i:before {
  font-size: 40px;
}
.g5plus-icon-box.s-large i {
  font-size: 60px;
  width: 60px;
  height: 60px;
}
.g5plus-icon-box.s-large i:before {
  font-size: 60px;
}
.g5plus-icon-box.align-left,
.g5plus-icon-box.align-right {
  display: flex;
}
.g5plus-icon-box.align-left &gt; .icon {
  padding-right: 25px;
}
.g5plus-icon-box.align-right {
  flex-direction: row-reverse;
  text-align: right;
}
.g5plus-icon-box.align-right &gt; .icon {
  padding-left: 25px;
}
.g5plus-icon-box.align-center {
  text-align: center;
}
.g5plus-icon-box.align-center &gt; .icon {
  display: block;
  margin-bottom: 20px;
}
.g5plus-icon-box.icon-border-round .icon i {
  border: solid 1px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.g5plus-icon-box.icon-round .icon i {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.g5plus-icon-box.ico-light-color .icon i {
  color: #fff;
}
.g5plus-icon-box.ico-dark-color .icon i {
  color: #343434;
}
.g5plus-icon-box.icon-round.dark-color .icon i {
  background-color: #343434;
}
.g5plus-icon-box.icon-round.dark-color:hover .icon i {
  color: #343434;
  background-color: transparent;
  border: solid 1px #343434;
}
.g5plus-icon-box.icon-border-round.dark-color .icon i {
  border-color: #343434;
}
.g5plus-icon-box.icon-border-round.dark-color:hover .icon i {
  background-color: #343434;
  color: #fff;
}
.g5plus-icon-box.light-color {
  color: #fff;
}
.g5plus-icon-box.light-color a {
  color: #fff;
}
.g5plus-icon-box ul {
  padding-right: 0;
  padding-left: 0;
  list-style: none;
}
.g5plus-icon-box .icon {
  line-height: 1;
}
.g5plus-icon-box .icon i {
  color: inherit;
}
.g5plus-icon-box .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 12px;
}
.g5plus-icon-box.dark-color .title {
  color: #343434;
}
.g5plus-icon-box.dark-color .title a {
  color: #222;
}
.g5plus-icon-box.has-opacity-des .desc {
  opacity: 0.5;
}
.g5plus-icon-box .desc {
  font-size: 16px;
  line-height: 1.875;
}
.g5plus-icon-box .read-more {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.g5plus-icon-box.c-small .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 2.14;
  margin-bottom: 0;
}
.g5plus-icon-box.c-small .desc {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.opacity-title .light-color .title {
  color: rgba(255, 255, 255, 0.5);
}
.opacity-title .light-color .icon i {
  border-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 590px) {
  .g5plus-icon-box.icon-large.align-left .icon,
  .g5plus-icon-box.icon-large.align-left .icon-image {
    width: 50px;
  }
  .g5plus-icon-box.icon-large.align-left i {
    font-size: 50px;
  }
  .g5plus-icon-box.icon-large.align-left .content {
    padding-left: 80px;
  }
}
</pre></body></html>