/** $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 */
.home-slider {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1920/920;
  padding-top: var(--header-height, 86px);
  padding-bottom: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider {
    padding-top: var(--header-height, 60px);
    aspect-ratio: auto;
  }
}
@media only screen and (min-width: 96rem) {
  .home-slider {
    padding-top: var(--header-height, 91px);
  }
}
.home-slider .home-slider__wrap,
.home-slider .swiper-container,
.home-slider .w-swiper,
.home-slider .swiper-wrapper,
.home-slider .swiper-slide,
.home-slider .item-wrap {
  height: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide {
  position: relative;
}
.home-slider .swiper-container .w-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -25%;
  border-radius: 50%;
  background: linear-gradient(139deg, rgba(0, 168, 67, 0.5) 14.47%, rgba(0, 168, 67, 0) 84.56%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.home-slider .swiper-container .w-swiper .swiper-slide::after {
  width: 26.875rem;
  height: 26.875rem;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide::after {
    left: -358px;
  }
  .home-slider .swiper-container .w-swiper .swiper-slide::after {
    width: 33.625rem;
    height: 33.625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide::after {
    content: none;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap {
  gap: 40px;
  justify-content: space-between;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap {
    flex-direction: column-reverse;
    padding: 40px 20px;
    justify-content: center;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content {
  width: 45%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content {
    width: 100%;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
  margin-bottom: 0;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
    font-size: 60px;
    line-height: 70px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title span {
  color: #066839;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .desc {
  margin-top: 16px;
  line-height: 1.5;
  color: #6e6e6e;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .sub-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .desc,
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .btn-main {
  opacity: 0;
  visibility: hidden;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
    width: 80%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
    width: 95%;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5%;
  background: linear-gradient(139deg, rgba(0, 168, 67, 0.2) 14.47%, rgba(0, 168, 67, 0) 84.56%);
  border-radius: 50%;
  z-index: -1;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::before {
  width: 16.25rem;
  height: 16.25rem;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::before {
    bottom: -20px;
  }
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::before {
    width: 21.25rem;
    height: 21.25rem;
  }
}
@media only screen and (min-width: 1920px) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::before {
    bottom: -50px;
  }
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::before {
    width: 25rem;
    height: 25rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::before {
    content: none;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -30%;
  background: linear-gradient(139deg, rgba(0, 168, 67, 0.4) 14.47%, rgba(0, 168, 67, 0) 84.56%);
  border-radius: 50%;
  z-index: -1;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::after {
  width: 25rem;
  height: 25rem;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::after {
    top: 30px;
    right: -40%;
  }
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::after {
    width: 31.25rem;
    height: 31.25rem;
  }
}
@media only screen and (min-width: 1920px) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::after {
    right: -60%;
  }
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image::after {
    width: 35.5rem;
    height: 35.5rem;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}
@media only screen and (min-width: 80rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image img {
    max-height: 480px;
  }
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image img {
    max-height: 550px;
  }
}
@media only screen and (min-width: 1920px) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image img {
    max-height: 690px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image img {
    max-height: 400px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
  opacity: 0;
  visibility: hidden;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active::after {
  animation: fadeInLeft 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.2s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-wrap .item-content .sub-title {
  animation: fadeInLeft 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.35s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-wrap .item-content .heading-title {
  animation: fadeInLeft 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.5s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-wrap .item-content .desc {
  animation: fadeInLeft 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.6s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-wrap .item-content .btn-main {
  animation: fadeInLeft 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.75s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-wrap .item-image {
  animation: fadeInRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: 0.5s;
}
.home-slider .swiper-container .swiper-controls .swiper-button {
  margin: 0;
  top: 40%;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button {
    top: 39%;
  }
}
.home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: 6px;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: calc(50vw - 680px - 70px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 6px;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: calc(50vw - 680px - 70px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.home-slider .swiper-container .swiper-controls .swiper-pagination {
  bottom: -10px;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .swiper-controls .swiper-pagination {
    bottom: 0;
  }
}
.home-slider .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #eb8d1c;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
    visibility: visible;
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    visibility: visible;
  }
  75% {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  90% {
    transform: translate3d(0, -5px, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.home-posts {
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%);
  padding-bottom: 100px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts {
    padding-bottom: 80px;
  }
}
.home-posts .heading-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home-posts .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts .heading-title {
    margin-bottom: 3.125rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .heading-title {
    max-width: 100%;
  }
}
.home-posts .swiper-controls .swiper-button.swiper-button-prev {
  left: -23px;
}
@media only screen and (min-width: 96rem) {
  .home-posts .swiper-controls .swiper-button.swiper-button-prev {
    left: -80px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.home-posts .swiper-controls .swiper-button.swiper-button-next {
  right: -23px;
}
@media only screen and (min-width: 96rem) {
  .home-posts .swiper-controls .swiper-button.swiper-button-next {
    right: -80px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}
.home-posts .swiper-pagination {
  bottom: -50px !important;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-pagination {
    bottom: -45px !important;
  }
}
.home-posts .home-posts-content {
  position: relative;
}

@keyframes posts-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-activity .heading-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home-activity .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-activity .heading-title {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-activity .heading-title {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-activity .heading-title {
    max-width: 100%;
  }
}
.home-activity .activity-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (min-width: 96rem) {
  .home-activity .activity-list {
    gap: 120px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-activity .activity-list {
    gap: 40px;
  }
}
.home-activity .activity-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 96rem) {
  .home-activity .activity-item {
    gap: 70px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-activity .activity-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.home-activity .activity-item:nth-child(even) .cell-thumb {
  order: 2;
}
@media only screen and (max-width: 47.99875rem) {
  .home-activity .activity-item:nth-child(even) .cell-thumb {
    order: 1;
  }
}
.home-activity .activity-item:nth-child(even) .cell-info {
  order: 1;
  padding-left: 0;
}
.home-activity .activity-item:nth-child(even) .cell-info {
  padding-right: 0;
}
@media only screen and (min-width: 64rem) {
  .home-activity .activity-item:nth-child(even) .cell-info {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-activity .activity-item:nth-child(even) .cell-info {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-activity .activity-item:nth-child(even) .cell-info {
    order: 2;
  }
}
.home-activity .activity-item .cell-thumb .img-wrap {
  position: relative;
  padding-bottom: 14px;
  padding-left: 14px;
}
.home-activity .activity-item .cell-thumb .img-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 25%;
  background-color: #066839;
  border-radius: 14px;
  z-index: 1;
}
.home-activity .activity-item .cell-thumb .img-wrap img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.home-activity .activity-item .cell-info {
  padding-left: 0;
}
@media only screen and (min-width: 64rem) {
  .home-activity .activity-item .cell-info {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-activity .activity-item .cell-info {
    padding-left: 40px;
  }
}
.home-activity .activity-item .cell-info .title {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #066839;
}
.home-activity .activity-item .cell-info .title {
  font-size: 1.625rem;
}
@media only screen and (min-width: 48rem) {
  .home-activity .activity-item .cell-info .title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-activity .activity-item .cell-info .title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-activity .activity-item .cell-info .title {
    font-size: 46px;
  }
}
.home-activity .activity-item .cell-info .content {
  line-height: 1.6;
}
.home-activity .activity-item .cell-info .content p {
  margin-bottom: 12px;
}
.home-activity .activity-item .cell-info .content p:last-child {
  margin-bottom: 0;
}
.home-activity .activity-item .cell-info .btn-wrap {
  margin-top: 24px;
}

.home-portfolio {
  aspect-ratio: 1920/720;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .home-portfolio {
    aspect-ratio: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-portfolio {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-portfolio .container {
  width: 100%;
}
.home-portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00a843 0%, rgba(0, 168, 67, 0.85) 49.52%, rgba(0, 168, 67, 0) 88.46%);
  pointer-events: none;
  z-index: 1;
}
.home-portfolio .portfolio-wrap {
  z-index: 2;
}
.home-portfolio .portfolio-wrap .cell-content {
  width: 65%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-portfolio .portfolio-wrap .cell-content {
    width: 100%;
  }
}
.home-portfolio .portfolio-wrap .cell-content .title {
  position: relative;
  padding-top: 24px;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
}
.home-portfolio .portfolio-wrap .cell-content .title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-portfolio .portfolio-wrap .cell-content .title {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-portfolio .portfolio-wrap .cell-content .title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-portfolio .portfolio-wrap .cell-content .title {
    font-size: 50px;
  }
}
.home-portfolio .portfolio-wrap .cell-content .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 12px;
  background-image: radial-gradient(circle at calc(100% - 6px) center, #ffffff 5px, transparent 5.5px), linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-size: 12px 12px, calc(100% - 12px) 1px;
  background-position: right center, left center;
  background-repeat: no-repeat;
}
.home-portfolio .portfolio-wrap .cell-content .title strong,
.home-portfolio .portfolio-wrap .cell-content .title em,
.home-portfolio .portfolio-wrap .cell-content .title span,
.home-portfolio .portfolio-wrap .cell-content .title b,
.home-portfolio .portfolio-wrap .cell-content .title mark {
  color: #fff600;
  font-style: normal;
  font-weight: inherit;
}
.home-portfolio .portfolio-wrap .cell-content .desc {
  color: #ffffff;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 36px;
}
.home-portfolio .portfolio-wrap .cell-content .desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-portfolio .portfolio-wrap .cell-content .desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-portfolio .portfolio-wrap .cell-content .desc {
    font-size: 1rem;
  }
}
.home-portfolio .portfolio-wrap .cell-content .desc p {
  margin-bottom: 12px;
}
.home-portfolio .portfolio-wrap .cell-content .desc p:last-child {
  margin-bottom: 0;
}

.home-core-values .heading-title {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-core-values .heading-title {
    margin-bottom: 3.125rem;
  }
}
.home-core-values .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (min-width: 96rem) {
  .home-core-values .values-grid {
    gap: 30px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-core-values .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-core-values .values-grid {
    grid-template-columns: 1fr;
  }
}
.home-core-values .value-item {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 27px;
  padding: 28px 24px;
  overflow: hidden;
  background-color: #ffffff;
  transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease, color 0.35s ease;
}
@media only screen and (min-width: 96rem) {
  .home-core-values .value-item {
    padding: 36px 30px;
  }
}
.home-core-values .value-item:hover {
  cursor: pointer;
  background: linear-gradient(145deg, #066839 0%, #008736 100%);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 168, 67, 0.25);
  transform: translateY(-4px);
}
.home-core-values .value-item:hover .item-icon .icon-wrap {
  background-color: #ffffff;
}
.home-core-values .value-item:hover .item-title {
  color: #ffffff;
}
.home-core-values .value-item:hover .item-content {
  color: rgba(255, 255, 255, 0.9);
}
.home-core-values .value-item:hover .feature-bg-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.1;
}
.home-core-values .value-item .item-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 96rem) {
  .home-core-values .value-item .item-header {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.home-core-values .value-item .item-icon {
  flex-shrink: 0;
}
.home-core-values .value-item .item-icon .icon-wrap {
  background-color: #eafff2;
  border-radius: 50%;
  transition: background-color 0.35s ease;
}
.home-core-values .value-item .item-icon .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-core-values .value-item .item-icon .icon-wrap {
  width: 3.25rem;
  height: 3.25rem;
}
@media only screen and (min-width: 96rem) {
  .home-core-values .value-item .item-icon .icon-wrap {
    width: 3.875rem;
    height: 3.875rem;
  }
}
.home-core-values .value-item .item-icon .icon-wrap img {
  object-fit: contain;
  transition: -webkit-filter 0.35s ease;
  transition: filter 0.35s ease;
  transition: filter 0.35s ease, -webkit-filter 0.35s ease;
}
.home-core-values .value-item .item-icon .icon-wrap img {
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 96rem) {
  .home-core-values .value-item .item-icon .icon-wrap img {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.home-core-values .value-item .item-title {
  font-weight: 600;
  line-height: 1.3;
  color: #00382c;
  margin-bottom: 0;
  transition: color 0.35s ease;
}
.home-core-values .value-item .item-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-core-values .value-item .item-title {
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-core-values .value-item .item-title {
    font-size: 24px;
  }
}
.home-core-values .value-item .item-content {
  position: relative;
  z-index: 2;
  line-height: 1.65;
  color: #666666;
  transition: color 0.35s ease;
}
.home-core-values .value-item .item-content {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .home-core-values .value-item .item-content {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-core-values .value-item .item-content {
    font-size: 0.9375rem;
  }
}
.home-core-values .value-item .feature-bg-icon {
  position: absolute;
  bottom: 30px;
  right: 20px;
  pointer-events: none;
  z-index: 0;
}
.home-core-values .value-item .feature-bg-icon img {
  object-fit: contain;
  -webkit-filter: brightness(0) invert(0) sepia(1) saturate(0);
          filter: brightness(0) invert(0) sepia(1) saturate(0);
  opacity: 0.04;
  transition: opacity 0.35s ease, -webkit-filter 0.35s ease;
  transition: filter 0.35s ease, opacity 0.35s ease;
  transition: filter 0.35s ease, opacity 0.35s ease, -webkit-filter 0.35s ease;
}
.home-core-values .value-item .feature-bg-icon img {
  width: 8.75rem;
  height: 8.75rem;
}
@media only screen and (min-width: 96rem) {
  .home-core-values .value-item .feature-bg-icon img {
    width: 10.625rem;
    height: 10.625rem;
  }
}

.home-embed-code .embed-code-wrap {
  width: 100%;
}
.home-embed-code .embed-code-wrap iframe,
.home-embed-code .embed-code-wrap embed,
.home-embed-code .embed-code-wrap object,
.home-embed-code .embed-code-wrap video,
.home-embed-code .embed-code-wrap tv-market-overview,
.home-embed-code .embed-code-wrap .tradingview-widget-container {
  display: block;
  width: 100%;
  min-height: 550px;
  max-width: 100%;
  border: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .home-embed-code .embed-code-wrap iframe,
  .home-embed-code .embed-code-wrap embed,
  .home-embed-code .embed-code-wrap object,
  .home-embed-code .embed-code-wrap video,
  .home-embed-code .embed-code-wrap tv-market-overview,
  .home-embed-code .embed-code-wrap .tradingview-widget-container {
    min-height: 400px;
  }
}

.home-process-steps {
  position: relative;
}
.home-process-steps .process-steps-header {
  margin-bottom: 70px;
  position: relative;
  z-index: 5;
}
.home-process-steps .process-steps-header .heading-title {
  margin-bottom: 0;
}
.home-process-steps .process-steps-header .heading-title::before, .home-process-steps .process-steps-header .heading-title::after {
  content: none;
}

.sc-climate-animation {
  position: relative;
  overflow: visible;
}
.sc-climate-animation .sc-climate-animation__inner {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: start;
  gap: 72px;
}
.sc-climate-animation .sc-climate-animation__visual {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  height: auto;
  align-self: start;
  transform: none;
}
@media only screen and (min-width: 96rem) {
  .sc-climate-animation .sc-climate-animation__visual {
    top: 120px;
  }
}
.sc-climate-animation .climate-chart {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1/1.03;
  margin: 0 auto;
}
@media only screen and (min-width: 96rem) {
  .sc-climate-animation .climate-chart {
    max-width: 600px;
  }
}
.sc-climate-animation .climate-step-grid,
.sc-climate-animation .climate-diamond,
.sc-climate-animation .climate-frame {
  position: absolute;
  inset: 0;
}
.sc-climate-animation .climate-step-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.sc-climate-animation .climate-step-line {
  position: absolute;
  left: 88px;
  right: 0;
  border-top: 1px dashed #eaeaea;
  transition: top 0.3s ease;
}
.sc-climate-animation .climate-step-line span {
  position: absolute;
  left: -88px;
  top: -12px;
  color: #2d2d2d;
  font-weight: 800;
  line-height: 1;
  transition: color 0.35s ease;
}
.sc-climate-animation .climate-step-line span {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 48rem) {
  .sc-climate-animation .climate-step-line span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .sc-climate-animation .climate-step-line span {
    font-size: 1.125rem;
  }
}
.sc-climate-animation .climate-step-line.is-active span {
  color: var(--step-active-color, #00a651);
}
.sc-climate-animation .climate-diamond {
  left: 110px;
  right: 34px;
  top: 5%;
  bottom: 2%;
  z-index: 2;
  background: #f5f7f7;
  overflow: hidden;
  transform: translateY(var(--diamond-y, 0));
  transition: background 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-mask-image: url("../img/img-diamond.png");
          mask-image: url("../img/img-diamond.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../img/img-diamond.png");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
.sc-climate-animation.is-full-filled .climate-diamond {
  background-color: var(--step-active-color, #00a843);
}
.sc-climate-animation .climate-frame {
  display: none;
}
.sc-climate-animation .climate-wave-layer {
  position: absolute;
  left: -7.5%;
  top: var(--wave-y, 105%);
  width: 115%;
  height: 75%;
  opacity: 0;
  will-change: transform, opacity, top;
  transition: opacity 0.6s ease, top 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.sc-climate-animation .climate-wave-layer svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sc-climate-animation .climate-wave-layer--back {
  z-index: 1;
  transition-delay: 0.08s;
}
.sc-climate-animation .climate-wave-layer--front {
  z-index: 2;
  transition-delay: 0s;
}
.sc-climate-animation[data-step="0"] .climate-wave--step-0-back {
  transform: translateX(0);
  opacity: 0;
}
.sc-climate-animation[data-step="0"] .climate-wave--step-0-front {
  transform: translateX(0);
  opacity: 0;
}
.sc-climate-animation[data-step="1"] .climate-wave--step-1-back {
  transform: translateX(-15px);
  opacity: 1;
}
.sc-climate-animation[data-step="1"] .climate-wave--step-1-front {
  transform: translateX(15px);
  opacity: 1;
}
.sc-climate-animation[data-step="2"] .climate-wave--step-2-back {
  transform: translateX(18px);
  opacity: 1;
}
.sc-climate-animation[data-step="2"] .climate-wave--step-2-front {
  transform: translateX(-15px);
  opacity: 1;
}
.sc-climate-animation[data-step="3"] .climate-wave--step-3-back {
  transform: translateX(-15px);
  opacity: 1;
}
.sc-climate-animation[data-step="3"] .climate-wave--step-3-front {
  transform: translateX(15px);
  opacity: 1;
}
.sc-climate-animation[data-step="4"] .climate-wave--step-4-back {
  transform: translateX(18px);
  opacity: 1;
}
.sc-climate-animation[data-step="4"] .climate-wave--step-4-front {
  transform: translateX(-15px);
  opacity: 1;
}
.sc-climate-animation[data-step="5"] .climate-wave--step-5-back {
  transform: translateX(-10px) scaleY(1.3);
  opacity: 1;
}
.sc-climate-animation[data-step="5"] .climate-wave--step-5-front {
  transform: translateX(12px) scaleY(1.3);
  opacity: 1;
}
.sc-climate-animation[data-step="0"] .climate-wave--step-0-back,
.sc-climate-animation[data-step="0"] .climate-wave--step-0-front {
  opacity: 1;
}
.sc-climate-animation[data-step="1"] .climate-wave--step-1-back,
.sc-climate-animation[data-step="1"] .climate-wave--step-1-front {
  opacity: 1;
}
.sc-climate-animation[data-step="2"] .climate-wave--step-2-back,
.sc-climate-animation[data-step="2"] .climate-wave--step-2-front {
  opacity: 1;
}
.sc-climate-animation[data-step="3"] .climate-wave--step-3-back,
.sc-climate-animation[data-step="3"] .climate-wave--step-3-front {
  opacity: 1;
}
.sc-climate-animation[data-step="4"] .climate-wave--step-4-back,
.sc-climate-animation[data-step="4"] .climate-wave--step-4-front {
  opacity: 1;
}
.sc-climate-animation[data-step="5"] .climate-wave--step-5-back,
.sc-climate-animation[data-step="5"] .climate-wave--step-5-front {
  opacity: 1;
}
.sc-climate-animation[data-step="6"] .climate-wave--step-6-back,
.sc-climate-animation[data-step="6"] .climate-wave--step-6-front {
  opacity: 1;
}
.sc-climate-animation[data-step="7"] .climate-wave--step-7-back,
.sc-climate-animation[data-step="7"] .climate-wave--step-7-front {
  opacity: 1;
}
.sc-climate-animation[data-step="8"] .climate-wave--step-8-back,
.sc-climate-animation[data-step="8"] .climate-wave--step-8-front {
  opacity: 1;
}
.sc-climate-animation[data-step="9"] .climate-wave--step-9-back,
.sc-climate-animation[data-step="9"] .climate-wave--step-9-front {
  opacity: 1;
}
.sc-climate-animation[data-step="10"] .climate-wave--step-10-back,
.sc-climate-animation[data-step="10"] .climate-wave--step-10-front {
  opacity: 1;
}
.sc-climate-animation[data-step="11"] .climate-wave--step-11-back,
.sc-climate-animation[data-step="11"] .climate-wave--step-11-front {
  opacity: 1;
}
.sc-climate-animation[data-step="12"] .climate-wave--step-12-back,
.sc-climate-animation[data-step="12"] .climate-wave--step-12-front {
  opacity: 1;
}
.sc-climate-animation[data-step="13"] .climate-wave--step-13-back,
.sc-climate-animation[data-step="13"] .climate-wave--step-13-front {
  opacity: 1;
}
.sc-climate-animation[data-step="14"] .climate-wave--step-14-back,
.sc-climate-animation[data-step="14"] .climate-wave--step-14-front {
  opacity: 1;
}
.sc-climate-animation[data-step="15"] .climate-wave--step-15-back,
.sc-climate-animation[data-step="15"] .climate-wave--step-15-front {
  opacity: 1;
}
.sc-climate-animation[data-step="16"] .climate-wave--step-16-back,
.sc-climate-animation[data-step="16"] .climate-wave--step-16-front {
  opacity: 1;
}
.sc-climate-animation[data-step="17"] .climate-wave--step-17-back,
.sc-climate-animation[data-step="17"] .climate-wave--step-17-front {
  opacity: 1;
}
.sc-climate-animation[data-step="18"] .climate-wave--step-18-back,
.sc-climate-animation[data-step="18"] .climate-wave--step-18-front {
  opacity: 1;
}
.sc-climate-animation[data-step="19"] .climate-wave--step-19-back,
.sc-climate-animation[data-step="19"] .climate-wave--step-19-front {
  opacity: 1;
}
.sc-climate-animation[data-step="20"] .climate-wave--step-20-back,
.sc-climate-animation[data-step="20"] .climate-wave--step-20-front {
  opacity: 1;
}
.sc-climate-animation .sc-climate-animation__content {
  display: flex;
  flex-direction: column;
  padding-top: 15vh;
  padding-bottom: 20vh;
}
@media (max-height: 800px) {
  .sc-climate-animation .sc-climate-animation__content {
    padding-top: 10vh;
    padding-bottom: 12vh;
  }
}
.sc-climate-animation .sc-climate-animation__content .step-item {
  position: relative;
  margin: 0;
  max-width: 610px;
  min-height: 35vh;
  margin-bottom: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #6e6e6e;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.25;
  transform: translateY(0);
  transition: color 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}
.sc-climate-animation .sc-climate-animation__content .step-item {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .sc-climate-animation .sc-climate-animation__content .step-item {
    font-size: 1.25rem;
  }
}
@media (max-height: 800px) {
  .sc-climate-animation .sc-climate-animation__content .step-item {
    min-height: 25vh;
    margin-bottom: 30vh;
    font-size: 16px;
  }
}
.sc-climate-animation .sc-climate-animation__content .step-item:last-child {
  margin-bottom: 0;
  min-height: 30vh;
}
@media (max-height: 800px) {
  .sc-climate-animation .sc-climate-animation__content .step-item:last-child {
    min-height: 25vh;
  }
}
.sc-climate-animation .sc-climate-animation__content .step-item.is-active {
  color: #062d35;
  opacity: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .sc-climate-animation {
    min-height: auto !important;
    padding: 30px 0 64px;
  }
  .sc-climate-animation .process-steps-header {
    margin-bottom: 30px;
  }
  .sc-climate-animation .sc-climate-animation__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .sc-climate-animation .sc-climate-animation__visual {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    background-color: #ffffff;
    z-index: 10;
    padding: 12px 0 16px;
    margin-bottom: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sc-climate-animation .sc-climate-animation__visual::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 32px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
  .sc-climate-animation .climate-chart {
    max-width: 300px;
    background-color: #ffffff;
    aspect-ratio: 1/1;
    margin: 0 auto;
    min-height: unset;
  }
  .sc-climate-animation .climate-step-grid {
    left: -15px;
  }
  .sc-climate-animation .climate-step-line {
    left: 65px;
  }
  .sc-climate-animation .climate-step-line span {
    left: -65px;
  }
  .sc-climate-animation .climate-diamond {
    left: 80px;
    right: 16px;
  }
  .sc-climate-animation .sc-climate-animation__content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 5vh;
    padding-bottom: 15vh;
  }
  .sc-climate-animation .sc-climate-animation__content .step-item {
    position: relative;
    max-width: 100%;
    min-height: 25vh;
    margin-bottom: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #6e6e6e;
    opacity: 0.25;
    transition: color 0.4s ease, opacity 0.4s ease;
  }
  .sc-climate-animation .sc-climate-animation__content .step-item:last-child {
    margin-bottom: 0;
    min-height: 25vh;
  }
  .sc-climate-animation .sc-climate-animation__content .step-item.is-active {
    color: #062d35;
    opacity: 1;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .sc-climate-animation {
    padding: 24px 0 48px;
  }
  .sc-climate-animation .sc-climate-animation__inner {
    gap: 0;
  }
  .sc-climate-animation .sc-climate-animation__visual {
    top: 68px;
    padding: 12px 0;
  }
  .sc-climate-animation .climate-step-line {
    left: 55px;
  }
  .sc-climate-animation .climate-step-line span {
    left: -55px;
    top: -8px;
  }
  .sc-climate-animation .climate-diamond {
    left: 68px;
    right: 12px;
  }
  .sc-climate-animation .sc-climate-animation__content .step-item {
    font-size: 15px;
    line-height: 1.55;
    min-height: 20vh;
    margin-bottom: 30vh;
  }
}

@keyframes climateLayerBack {
  from {
    transform: translate3d(-12px, -6px, 0);
  }
  to {
    transform: translate3d(12px, 6px, 0);
  }
}
@keyframes climateLayerFront {
  from {
    transform: translate3d(14px, 6px, 0);
  }
  to {
    transform: translate3d(-14px, -6px, 0);
  }
}
.home-cta-bg {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  color: #ffffff;
}
@media only screen and (max-width: 63.99875rem) {
  .home-cta-bg {
    padding: 40px 0;
  }
}
.home-cta-bg .cta-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.home-cta-bg .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 168, 67, 0.6) 0%, rgba(0, 168, 67, 0.87) 100%);
  z-index: 1;
  pointer-events: none;
}
.home-cta-bg .cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.home-cta-bg .heading-title {
  color: #ffffff;
  margin-bottom: 0;
}
.home-cta-bg .heading-title .title-inner {
  color: #ffffff;
}
.home-cta-bg .heading-title .title-inner span {
  color: #ffffff;
}
.home-cta-bg .heading-title.heading-center {
  width: 100%;
}
.home-cta-bg .heading-title.heading-center::before {
  background-image: radial-gradient(circle at calc(100% - 6px) center, #ffffff 5px, transparent 5.5px), linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-cta-bg .heading-title.heading-center::after {
  background-image: radial-gradient(circle at 6px center, #ffffff 5px, transparent 5.5px), linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.home-cta-bg .btn-wrap .btn-main {
  margin-top: 0;
}