<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-text {
  padding: 105px 0 80px;
}

@media (min-width: 1200px) {
  .hero-text {
    padding: 45px 0;
  }
}

.hero-text .container {
  position: relative;
}

.hero-text .title {
  margin: 0 0 30px;
  font-size: 35px;
  color: #170049;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .hero-text .title {
    font-size: 45px;
  }
}

.hero-text .description h3 {
  font-size: 24px;
  color: #868791;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .hero-text .description h3 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .hero-text .arrow {
    background: url("https://info.ghdsi.com/hubfs/2020/arrow-right-blue.png") no-repeat center;
    width: 28px;
    height: 67px;
    position: absolute;
    right: 50%;
    top: 40%;
  }
}
.hero-text .text {
  padding-top: 44px;
}
.hero-text .text p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #70787c;
  font-weight: 400;
}

.good-company .title {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}

@media (min-width: 1200px) {
  .good-company .title {
    flex-flow: row nowrap;
  }
}

.good-company .title img {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .good-company .title img {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.good-company .title h2 {
  margin: 0;
  font-size: 30px;
  color: #170049;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 1200px) {
  .good-company .title h2 {
    text-align: left;
    font-size: 48px;
  }
}

.good-company .owl-carousel {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}

@media (min-width: 1200px) {
  .good-company .owl-carousel {
    flex-flow: row nowrap;
    padding: 0 0 55px;
  }
}

.good-company .owl-carousel .owl-stage-outer {
  margin-bottom: 35px;
}

.good-company .owl-carousel .owl-stage,
.good-company .owl-carousel .owl-item {
    height: 100%;
}

.good-company .owl-carousel .item {
  padding: 35px 30px;
  margin-bottom: 50px;
  border: 1px solid #ededee;
  border-radius: 30px;
  height: 100%;
}

@media (min-width: 1200px) {
  .good-company .owl-carousel .item {
    margin-bottom: 0;
  }
}

.good-company .owl-carousel .item img {
  display: block;
  margin: 0 auto 35px;
  max-width: 193px;
}

.good-company .owl-carousel .item h3 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #170049;
}

.good-company .owl-carousel .item p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #70787c;
}

.good-company .owl-carousel .owl-nav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between; 
}

.good-company .owl-carousel .owl-nav button {
  background-color: #006bff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 29px 7px!important;
  font-size: 24px;
  color: #fff;
  border: 1px solid #006bff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

@media (min-width: 1200px) {
  .good-company .owl-carousel .owl-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

.good-company .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.good-company .owl-carousel .owl-dots button {
  background: transparent;
  padding: 0;
  margin: 0 8px;
  border: none;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
}

.good-company .owl-carousel .owl-dots button span {
  background-color: #e1e3ea;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}

.good-company .owl-carousel .owl-dots button.active span, 
.good-company .owl-carousel .owl-dots button:hover span {
  background-color: #006bff;
}</pre></body></html>