/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.page-template-page-about-us .sc-about-us .wrapper {
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-about-us .wrapper {
    gap: 60px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-about-us .wrapper {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-page-about-us .sc-about-us .wrapper .cell-left img {
  border-radius: 20px;
}
.page-template-page-about-us .sc-our-vision .wrapper {
  gap: 30px;
  grid-template-columns: 4fr 8fr;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-our-vision .wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-our-vision .wrapper {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents {
  margin-top: 30px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item {
    margin-bottom: 1.5rem;
  }
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item:last-child {
  margin-bottom: 0;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-ic {
  background-color: #eafff2;
  border-radius: 16px;
  padding: 16px;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-ic {
  width: 5rem;
  height: 5rem;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-ic img {
  object-fit: contain;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-ic img {
  width: 2.875rem;
  height: 2.875rem;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-content {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-content .title {
  line-height: 1.4;
  margin-bottom: 0;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-content .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-content .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-content .title {
    font-size: 1.375rem;
  }
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-left .list-contents .item .item-content .desc {
  padding-top: 8px;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-right .img-wrap {
  padding-right: 20px;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-right .img-wrap::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 99%;
  height: 100%;
  background-color: #00382c;
  border-radius: 15px;
  border-bottom-right-radius: 120px;
  z-index: -1;
}
.page-template-page-about-us .sc-our-vision .wrapper .cell-right .img-wrap img {
  border-radius: 15px;
  border-bottom-right-radius: 120px;
}
.page-template-page-about-us .sc-core-values .group-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .page-template-page-about-us .sc-core-values .group-title {
    max-width: 100%;
  }
}
.page-template-page-about-us .sc-core-values .values-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-core-values .values-list {
    margin-top: 24px;
    gap: 12px;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item {
    flex-direction: column;
    align-items: stretch;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-num {
  background-color: #066839;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 90px;
  min-height: 90px;
  align-self: stretch;
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-num {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-num {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-num {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-num {
    width: 100%;
    min-height: 48px;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content {
  flex-grow: 1;
  padding: 16px 24px;
  gap: 24px;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content {
    padding: 16px;
    gap: 16px;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon {
  flex-shrink: 0;
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle {
  border-radius: 50%;
  border: 1.5px solid #26e752;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle {
  width: 5rem;
  height: 5rem;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border-radius: 50%;
  border: 3.5px solid transparent;
  border-bottom-color: #066839;
  border-left-color: #066839;
  transform: rotate(0deg);
  -webkit-clip-path: polygon(0 42%, 100% 42%, 100% 100%, 0 100%);
          clip-path: polygon(0 42%, 100% 42%, 100% 100%, 0 100%);
  transition: all 0.3s ease;
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #066839;
  border-radius: 50%;
  right: 14.65%;
  bottom: 14.65%;
  transform: translate(50%, 50%);
  z-index: 2;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle::after {
    width: 6px;
    height: 6px;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle img {
  position: relative;
  z-index: 3;
  object-fit: contain;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle img {
  width: 2.875rem;
  height: 2.875rem;
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle img {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-icon .icon-circle img {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body {
  flex-grow: 1;
  padding-left: 24px;
  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(0, 168, 67, 0) 0%, #00a843 51.44%, rgba(0, 168, 67, 0) 100%);
  border-image-slice: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body {
    padding-left: 16px;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-title {
  font-weight: 800;
  color: #066839;
  line-height: 1.3;
  margin-bottom: 6px;
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-title {
    font-size: 28px;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-desc {
  line-height: 1.5;
}
.page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-desc {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-desc {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 96rem) {
  .page-template-page-about-us .sc-core-values .values-list .value-item .item-content .item-body .item-desc {
    font-size: 16px;
  }
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover {
  background-color: #066839;
  border-color: #066839;
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-num {
  background-color: #07cc55;
  color: #ffffff;
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-content .item-icon .icon-circle {
  border-color: #ffffff;
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-content .item-icon .icon-circle::before {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-content .item-icon .icon-circle::after {
  background-color: #ffffff;
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-content .item-icon .icon-circle img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-content .item-body {
  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 51.44%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-content .item-body .item-title {
  color: #ffffff;
}
.page-template-page-about-us .sc-core-values .values-list .value-item:hover .item-content .item-body .item-desc {
  color: rgba(255, 255, 255, 0.9);
}