.text--green {
    color: #144443;
}

.bg-gradient-canvas {
    --gradient-color-1: #fff6ed;
    --gradient-color-2: #fff6ed;
    --gradient-color-3: #fef3e8;
    --gradient-color-4: #edded0;
    --gradient-color-5: #fef3e8;
    --gradient-color-6: #fff6ed;
    --gradient-color-7: #edded0;
    --gradient-color-8: #fef2e5;
    opacity: 1;
    transition: opacity 10.8s ease-in 50ms;
    mix-blend-mode: normal;
    max-width: 100%;
    top: 0;
}

.section {
    padding: 50px 0;
    position: relative;
}
.section-page-header{
	background:#fff;
	border:none;
}
.site-main{
padding:0;
}
.section-bg {
    overflow-x: hidden;
    z-index: 8;
    padding: 0;
	    margin-top: -15%;
}
.section-bg .section-content {
    position: relative;
    border-bottom-left-radius: 2rem;
    border-top-left-radius: 2rem;
    max-height: 600px;
}
.section-bg .section-content img {
    border-radius: 2rem;
    width: 115%;
    height: 590px;
    object-fit: cover;
    object-position: bottom right;
    overflow: hidden;
}

.section-header {
    margin-bottom: 25px;
}
.section-header p {
    margin-bottom: 24px;
}

.section-title {
    font-weight: 700;
    color: #122527;
    font-size: 3.5vw;
    margin-bottom: 25px;
}
.section-title .text--big {
    display: block;
    font-weight: 800;
    font-size: 5vw;
    background: linear-gradient(0deg, rgba(153, 122, 97, 0) 8%, rgba(153, 122, 97, 1) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: .8;
}

.section-content p {
    margin: 0 0 24px;
}
.section-content blockquote {
    margin: 35px auto;
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 2vw;
    font-style: italic;
    font-weight: 400;
}
.section-content blockquote span {
    background: linear-gradient(to right, transparent 50%, #E4FCBE 50%);
    background-size: 200%;
    background-position: -100% 0;
}
.section-content .text--underline {
    text-decoration: none;
    background: linear-gradient(0deg, rgba(20, 68, 67, 0.79) 6%, rgba(20, 68, 67, 1) 88%);
    background-repeat: no-repeat;
    background-size: 100% .125rem;
    background-position: 0 100%;
    transition: all 0.125s ease-in;
    line-height: 26px;
    display: inline-block;
}

.section-who {
    background: url('../img/bg-item.png') no-repeat left center, url('../img/bg-ab-sec-who.jpg');
    z-index: 3;
    color: #fff;
    overflow: hidden;
	padding-bottom:20%;
	
}
.section-who .section-title {
    color: #fff;
}
.section-who .section-header .col--right {
    flex: 0 0 715px;
}
.section-who .stat {
    text-align: center;
}
.section-who .stat-number {
    font-weight: 800;
    font-size: 5vw;
}
.stat-item {
    gap: 0;
    flex-wrap: wrap;
}
.stats-container{
margin:30px auto;

}
.section-vision .section-title span {
    font-weight: 300;
}

.section-dna {
    position: relative;
}
.section-dna:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/bg-item-sec-2-a.png') no-repeat;
    top: 0;
    left: 0;
    z-index: 9;
}
.section-dna .col--left {
    flex: 0 0 40%;
}
.section-dna .col--right {
    width: 100%;
}
.section-dna .section-header {
    position: sticky;
    top: 20%;
}
.section-dna .section-content {
    position: relative;
    z-index: 9;
}
.section-dna .list__wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
}
.section-dna .list__wrapper li {
    margin-bottom: 24px;
    padding: 30px 0;
    border-bottom: 1px solid #f3ebdb;
}
.section-dna .list__wrapper li:first-child {
    padding-top: 0;
}
.section-dna .list__wrapper li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.section-dna .list-title {
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 500;
    color: inherit;
}

.section-dna {
    overflow: hidden;
}

.bg-gradient-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 0;
}
.section-dna .list-title span {
    font-family: "Merriweather", serif;
    font-weight: 700;
    color: #144443;
}
.section-dna .list-content h4 {
    font-size: 20px;
    margin: 15px 0 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.section-blockquote {
    overflow: hidden;
}

.para__wrapper {
    max-width: 680px;
    margin: 0 auto;
}
.para__wrapper p{

    margin-bottom: 24px;
}
.circle {
    position: absolute;
    border-radius: 50%;
}
.circle__wrapper {
    position: relative;
    min-height: 650px;
    max-width: 780px;
    width: 100%;
    margin: 80px auto 0;
}
.circle-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    animation: rotate-orbit 5s linear infinite;
    z-index: 5;
}

.circle-dot {
    position: absolute;
    top: -6px;
    left: 234px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #144443;
}

@keyframes rotate-orbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.circle-style {
    width: 480px;
    height: 480px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #bfcdcc;
}
.circle-number {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: #144443;
    margin: -15px auto 0;
}
.circle--child {
    box-shadow: 0px 3px 24px 0px rgba(0,0,0,.08);
    background: #fff;
    border: 1px solid transparent;
    width: 270px;
    height: 270px;
    padding: 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    transition: .3s all;
    z-index: 7;
}
.circle--child:hover {
    box-shadow: 0px 4px 50px 0px rgba(1,33,24,.1);
}
.circle--child .circle-title {
    color: #144443;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: 500;
    flex: 0 0 100%;
    line-height: 1.2;
}
.circle--child:first-child {
    top: -2%;
    left: 50%;
    transform: translateX(-50%);
}
.circle--child:nth-child(2) {
    top: 45%;
    left: 4%;
}
.circle--child:last-child {
    top: 45%;
    left: 61%;
}

.section-question .section-title {
  line-height:1.3;
}

.section-question .col--left {
    flex: 0 0 50%;
}
.section-question .col--right {
    width: 100%;
}

.section-question .footer-info .cta__wrapper {
    margin-bottom: 15px;
}
.section-question .footer-info .cta__wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1a1a1a;
    transition: color 0.3s ease;
}
.section-question .footer-info .cta__wrapper a:hover {
    color: #144443;
}
.section-question .footer-info .cta__wrapper svg {
    flex-shrink: 0;
}


@media (max-width: 991px) {
    .section-question .d-flex {
        flex-direction: column;
    }
    .section-question .col--left,
    .section-question .col--right {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
	.section-page-header{
	padding:25px 0;
	}
	.section-title{
	font-size:5.5vw;
	}
	.stats-container {
    margin: 30px auto;
    gap: 25px;
    flex-wrap: wrap;
}
	.stat-item{
    flex: 0 0 44%;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		text-align:center;
	}
	.section-who .stat-number {
    font-size: 8vw;
		flex:0 0 100%;
}
	.section-who {
	padding-bottom:30%;
	}
	.section-bg .section-content img {
    border-radius: 1rem;
    width: auto;
    height: 220px;
}
	.section-bg {
    margin-top: -28%;
}
	.section-dna .d-flex.gap-100{
	flex-wrap:wrap;
		gap:30px;
	}
	.section-dna .col--left, .section-dna .col--right {
		flex:0 0 100%;
	}
	.section-blockquote{
	padding:0;
	}
	.section-blockquote blockquote{
	font-size:4.7vw;
	}
	.section-question .section-title br{
	display:none;
	}
	.section-question .section-title{
	margin-bottom:12px;
	}
	.section-question .footer-info--right{
	display:none;
	}
	.section-question .gap-100{
gap:10px;
	}
  .circle__wrapper {
    min-height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin: 30px auto 0;
    padding: 20px 0;
  }
  .circle-style {
    display: none;
  }

  .circle__wrapper::before {
    content: '';
    position: absolute;
    top: 110px;           
    bottom: 110px;
    left: 50%;
    width: 2px;
    background: #bfcdcc;
    transform: translateX(-50%);
    z-index: 1;
  }


  .circle-orbit {
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: 50%;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
    z-index: 2;
    animation: none; 
  }

  .circle-dot {
    position: absolute;
    top: 0;
    left: -3px;              
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #144443;
    animation: run-line-mobile 3s linear infinite;
  }

  @keyframes run-line-mobile {
    0%   { top: 0%; opacity: 1; }
    95%  { top: 100%; opacity: 1; }
    100% { top: 100%; opacity: 0; }
  }

  .triangle__wrapper {
    display: contents;
  }

  .circle--child {
    position: static;
    transform: none;
    width: 250px;
    height: 250px;
    aspect-ratio: 1 / 1;   
    padding: 0 24px 10px;
    z-index: 3;
  }

  .circle--child:first-child,
  .circle--child:nth-child(2),
  .circle--child:last-child {
    top: auto;
    left: auto;
    transform: none;
  }

  .circle-title {
    font-size: 20px;
  }

  .circle-content {
    font-size: 16px;
  }
}