<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row-3items .col-item:nth-child(-n+2) {
  width: 50%;
  max-width: 35%;
}

.section.section-bg-Gblue {
  background: rgb(42, 123, 183);
  background: -moz-linear-gradient(130deg, rgba(42, 123, 183, 1) 0%, rgba(7, 45, 120, 1) 100%);
  background: -webkit-linear-gradient(130deg, rgba(42, 123, 183, 1) 0%, rgba(7, 45, 120, 1) 100%);
  background: linear-gradient(130deg, rgba(42, 123, 183, 1) 0%, rgba(7, 45, 120, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2a7bb7", endColorstr="#072d78", GradientType=1);
}

.section.section-content.section-bg-Gblue .sc-inner {
  padding: 40px 0;
}

.icw-table.table-data.tb-content {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.icw-table.table-data.tb-content thead {
  border-top: 0;
}

.icw-table.table-data.tb-content .th-top-head {
  background-color: #5ea2d4;
}

.icw-table.table-data.tb-content .th-top-head th {
  border: 0;
}

.icw-table.table-data.tb-content .th-top-head th:first-child {
  border-right: 1px solid rgba(240, 240, 240, .5);
}

.icw-table.table-data.tb-content .td-sub-head {
  background-color: #EAF4FC;
}

.icw-table.table-data.tb-content .topic .tbcell:first-child {
  width: 20px;
}

.sc-table-popup {
  margin-bottom: 30px;
}

.head-faq.sc-heading {
  font-size: 20px;
}

.sc-table-popup&gt;p {
  font-size: 16px;
  margin-bottom: 10px !important;
}

.section.section-content.section-faq .sc-inner {
  padding-top: 0;
}

.section.section-content.section-faq .sc-headline {
  margin-bottom: 30px;
}

.accordion {
  border-top: 1px solid #f2f2f2;
}

.section.section-content .sc-headline {
  margin-bottom: 40px;
}

.table-mb-sd {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.owl-next .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.owl-prev i,
.owl-next i {
  border: solid #00a950;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  height: 18px;
  width: 18px;
}

.owl-prev .left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.owl-prev i,
.owl-next i {
  border: solid #00a950;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  height: 18px;
  width: 18px;
}

.section.section-content .owl-theme .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sc-scroller {
      margin-bottom: 40px;
  }
  .head-faq.sc-heading {
      font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  p.sc-category {
      display: none;
  }
}

.items-slider {
  margin-bottom: 40px;
}

.sc-breadcrumb ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 48px !important;
  width: 100%;
  column-gap: 36px;
  padding: 0;

}
.sc-breadcrumb ul li{
  font-size: 13px;
  list-style: none;
  margin-right: 8px;
  position: relative;
  color: #666666;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}

.sc-breadcrumb ul li::after{
  content: "";
  opacity: 1;
  position: absolute;
  left: calc(100% + 16px);
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  height: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
}
.sc-breadcrumb ul li:last-child{
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.sc-breadcrumb ul li:last-child:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: none;
  border-bottom: none;
}
.sc-breadcrumb ul li strong{
  font-size: 13px;
  list-style: none;
  margin-right: 8px;
  position: relative;
  color: #00A94F;
  font-weight: 600;
}</pre></body></html>