body{ margin: 0px 0px; padding: 85px 0px 0px 0px; font-family: "Inter", serif;}
p{ font-size: 17px; line-height: 1.5; color: #444;}
a{ text-decoration: none; outline: none;}
.large-text{ font-size: 35px; font-weight: 500; color: #444; font-family: "Sora", serif; line-height: 1.4;}
.more-btn{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.more-btn a{ display: inline-block; padding: 10px 25px; background: #45A735; color: #fff; text-decoration: none; position: relative; z-index: 0; overflow: hidden;}
.more-btn a::before { content: ''; position: absolute; background: #333; z-index: -1; transition: 0.5s ease; width: 110%; height: 0; padding-bottom: 110%; top: 0%; left: 50%; border-radius: 50%; transform: translate3d(-50%, -0%, 0) scale3d(0, 0, 1);}
.more-btn a:hover::before {transform: translate3d(-50%, -40%, 0) scale3d(1, 1, 1);}

#scroll-list{ position: fixed; top: 50%; right: 10px; z-index: 11;}
#scroll-list a{ width: 10px; height: 10px; border: 2px solid #45A735; border-radius: 100%; display: block; margin: 5px; transition: all ease 0.5s;}
#scroll-list a:hover{background: #45A735;}
#scroll-list a.active{ background: #45A735;}

#header-part{ width: 100%; padding: 0px 20px; margin: 0px 0px; position: fixed; top: 0px; background: #fff; z-index: 11; -webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;-webkit-box-shadow: 0px 4px 18px rgb(0 0 0 / 12%);box-shadow: 0px 4px 18px rgb(0 0 0 / 12%);}
#header-part .navbar-nav{ margin: 0px 0px; padding: 0px 0px; position: relative;}
#header-part .navbar-brand{ max-width: 260px;}
#header-part .navbar-nav .nav-link{ font-size: 18px; color: #444; font-weight: 500; font-family: "Inter", serif; padding: 10px 25px; transition: all ease 0.5s; position: relative; z-index: 1; display: inline-block;}
#header-part .navbar-nav .nav-link::before{ content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #307d24; transition: all ease 0.5s; z-index: -1;}
#header-part .navbar-nav .nav-link.active{ background: #307d24; color: #fff;}
#header-part .navbar-nav .nav-link:hover::before{ height: 100%;}
#header-part .navbar-nav .nav-link:hover{ color: #fff; }

#mastergrowth-banner{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative;}
/* #mastergrowth-banner::before{content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:rgb(0 0 0 / 40%);} */
#mastergrowth-banner img{ width: 100%; max-height: 700px; min-height: 250px; object-fit: cover; object-position: bottom;}
#mastergrowth-banner .tagline{position: absolute;left: 20%;margin: auto;text-align: center;max-width: 600px;top: 25%;display: inline-table;transform: translateY(-50%);}
#mastergrowth-banner .tagline h2{color: #125f32;margin-bottom: 20px;font-size: 38px;font-weight: 300;}
#mastergrowth-banner .tagline h2 strong{ font-size: 45px; font-weight: 700;}

#mastergrowth-banner .tagline h1{color: #125f32;margin-bottom: 20px;font-size: 38px;font-weight: 300;}
#mastergrowth-banner .tagline h1 strong{ font-size: 45px; font-weight: 700;}


.get-btn{ position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; display: inline-table;}
#mastergrowth-banner .get-btn a {display: inline-block;color: inherit;font-size: 15px;padding: 10px 35px;background: #45a735;color: #fff;text-decoration: none;position: relative;z-index: 0;overflow: hidden;}
#mastergrowth-banner .get-btn a::before { content: ''; position: absolute; background: #333; z-index: -1; transition: 0.5s ease; width: 110%; height: 0; padding-bottom: 110%; top: 0%; left: 50%; border-radius: 50%; transform: translate3d(-50%, -0%, 0) scale3d(0, 0, 1);}
#mastergrowth-banner .get-btn a:hover::before {transform: translate3d(-50%, -40%, 0) scale3d(1, 1, 1);}

#banner-part{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
#banner-part .carousel-item{ margin: 0px 0px; padding: 0px 0px; position: relative;}
#banner-part .carousel-item::before{ content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5);}
#mainslider{ overflow: hidden; max-height: 843px;}
.slider { position: relative; height: 100vh;}
.slider__slides { z-index: 1; position: relative; height: 100%; max-height: 843px;}
.slider__control { z-index: 2; position: absolute; top: 50%; left: 5%; width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; border-radius: 50%; background: #ffffff1f; transition: background-color 0.3s; cursor: pointer;}
.slider__control--right { left: 95%;}
.slider__control:hover { background-color: #45a735;}
.slider__control-line { position: absolute; left: 23px; top: 50%; width: 3px; height: 14px; transform-origin: 50% 0; transform: rotate(-45deg);}
.slider__control-line:nth-child(2) { transform: translateY(1px) rotate(-135deg);}
.slider__control--right .slider__control-line { left: 37px; transform-origin: 1px 0; transform: rotate(45deg);}
.slider__control--right .slider__control-line:nth-child(2) { transform: translateY(1px) rotate(135deg);}
.slider__control-line:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #e2e2e2; transition: background-color 0.3s;}
.slider__control:hover .slider__control-line:after { background-color: #fff;}
.slider__control.a--rotation .slider__control-line:after { -webkit-animation: arrowLineRotation 0.49s; animation: arrowLineRotation 0.49s;}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {-webkit-animation: arrowLineRotationRev 0.49s; animation: arrowLineRotationRev 0.49s;}
  
@-webkit-keyframes arrowLineRotation {to {transform: rotate(180deg);}}
@keyframes arrowLineRotation {to {transform: rotate(180deg);}}
@-webkit-keyframes arrowLineRotationRev {to {transform: rotate(-180deg);}}
@keyframes arrowLineRotationRev {to {transform: rotate(-180deg);}}

.slide { overflow: hidden; position: absolute; left: 50%; top: 50%; width: 150vmax; height: 150vmax; transform: translate(-50%, -50%); border-radius: 50%; transition: -webkit-clip-path 0s 0.91s; transition: clip-path 0s 0.91s; transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s; -webkit-clip-path: circle(30px at 120vw 50%); clip-path: circle(30px at 120vw 50%);}
.slide.s--prev { -webkit-clip-path: circle(30px at 30vw 50%); clip-path: circle(30px at 30vw 50%);}
.slide.s--active { z-index: 1; transition: -webkit-clip-path 1.3s; transition: clip-path 1.3s; transition: clip-path 1.3s, -webkit-clip-path 1.3s; -webkit-clip-path: circle(120vmax at 120vw 50%); clip-path: circle(120vmax at 120vw 50%);}
.slide.s--active.s--active-prev { -webkit-clip-path: circle(120vmax at 30vw 50%); clip-path: circle(120vmax at 30vw 50%);}
.slide:nth-child(1) .slide__inner {background-image: url("../img/slide01.jpg");}
.slide:nth-child(2) .slide__inner {background-image: url("../img/slide02.jpg");}
.slide:nth-child(3) .slide__inner {background-image: url("../img/slide03.jpg");}
.slide__inner { position: absolute; left: 50%; top: 50%; width: 100vw; height: 100vh; margin-left: -50vw; margin-top: -50vh; background-size: cover; background-position: center center;}
.slide__inner:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);}
.slide__content { position: absolute; left: 12%; top: 35%; margin-left: -30px; margin-top: 48px; max-width: 600px; color: #fff;}
.slide__heading { margin-bottom: 20px; font-size: 50px; font-weight: 300;}
.slide__heading strong{ font-weight: 500;}
.slide__content a { display: inline-block; color: inherit; font-size: 15px; padding: 10px 20px; background: #45A735; text-decoration: none; position: relative; z-index: 0; overflow: hidden;}
.slide__content a::before { content: ''; position: absolute; background: #333; z-index: -1; transition: 0.5s ease; width: 110%; height: 0; padding-bottom: 110%; top: 0%; left: 50%; border-radius: 50%; transform: translate3d(-50%, -0%, 0) scale3d(0, 0, 1);}
.slide__content a:hover::before {transform: translate3d(-50%, -40%, 0) scale3d(1, 1, 1);}

#welcome-section{ margin: 0px 0px; padding: 100px 0px;}
#welcome-section small{ font-size: 16px; color: #45A735; margin: 0px 0px 15px 0px; display: block;}
.about-mastergrowth{ margin: 0px 0px 30px 0px; padding: 0px 0px 0px 0px; position: relative;}
.about-right{ margin: 0px 0px 0px 0px; padding: 25px 25px; position: relative;}
.about-right h2{font-size: 30px; font-weight: 500; color: #125f32; font-family: "Sora", serif; line-height: 1.4; margin: 0px 0px 20px 0px; text-transform: uppercase;}
.about-right p{ margin: 0px 0px 30px 0px; padding: 0px 0px; position: relative;}
.about-right .large-text{ font-size: 20px; margin: 0px 0px 15px 0px;}
.about-icon{ padding: 30px; border: 1px solid #f1f1f1; box-shadow: 0px 0px 0px 0px;}

#advantages {padding: 0px 0px 0px 0px;background: #fff;position: relative; overflow: hidden;}
#advantages h2{font-size: 30px;color: #125f32;font-weight: 500;font-family: "Sora", serif;margin: auto;text-align: center;margin: 0px 0px 60px 0px; text-transform: uppercase;}

/*--------------------------------*/
.circle-navi{width: 100%;height: 500px;margin: 90px auto 0;position: relative;/* overflow: hidden; */padding: 75px 0px 0px 0px;}
.circle-navi .nav-area{position: absolute;top: 17px;left: 50%;transform: translateX(-50%);width: 951px;height: 951px;border: 5px solid #fff;box-shadow: 0 1px 25px rgb(0 0 0/16%);border-radius: 50%;background: #8bc34a17;}
.circle-navi .nav-area::before{content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;border-radius: 50%;background: url(../img/texture-bg.jpg) no-repeat center center;opacity: 24%;}
.circle-navi .nav{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.circle-navi .nav li{position: absolute;cursor: pointer;}
.circle-navi .nav li:first-child{top: 28.5%;left: -7%;}
.circle-navi .nav li:nth-child(2){top: 7%;left: 4%;}
.circle-navi .nav li:nth-child(3){top: -6%;left: 27%;}
.circle-navi .nav li:nth-child(4){top: -6%;right: 27%;}
.circle-navi .nav li:nth-child(5){top: 7%;right: 4%;}
.circle-navi .nav li:nth-child(6){top: 28.5%;right: -7%;}
.circle-navi .nav li span{width: 160px;height: 160px;border-radius: 50%;background: #f5faef;padding: 33px;transition: 500ms;text-align: center;line-height: 80px;border: 5px solid #ffff;}
.circle-navi .nav li span img{width: 100%;transition: 500ms;max-width: 64px;margin: auto;text-align: center;line-height: 87px;}
.circle-navi .nav li span.active{background: #45a735;}
.circle-navi .nav li span.active img{filter: brightness(0) contrast(1) invert(1);}

.circle-navi .nav-area .tab-content{position: absolute;left: 50%;top: 20%;transform: translateX(-50%);width: 56%;height: 36%;border-radius: 30% 30% 0 0;overflow: hidden;}
.circle-navi .nav-area .tab-content .tab-pane{text-align: center;}
.circle-navi .nav-area .tab-content .tab-pane .icon{width: 90px;margin: 0 auto 15px;}
.circle-navi .nav-area .tab-content .tab-pane .icon img{width: 100%;max-width: 70px;filter: contrast(0.5);}
.circle-navi .nav-area .tab-content .tab-pane .head{font-size: 24px;font-weight: 600;line-height: 31px; color: #164822;}
.circle-navi .nav-area .tab-content .tab-pane p{font-size: 16px;font-weight: 500;line-height: 25px;margin: 20px 0 25px;}
.circle-navi .nav-area .tab-content .tab-pane .page-btn{font-weight: 600;letter-spacing: 0.8px;margin: auto;}
.circle-navi .nav-area .tab-content .tab-pane .page-btn img{margin: -5px 0 0 1px;filter: invert(51%) sepia(45%) saturate(3578%) hue-rotate(353deg) brightness(96%) contrast(99%);transition: 500ms;}
.circle-navi .nav-area .tab-content .tab-pane .page-btn:hover{color: #45a735;}
.circle-navi .nav-area .tab-content .tab-pane .page-btn:hover img{transform: translateX(5px);}

#core-values {padding: 0px 0px 100px 0px; margin: 0px 0px 0px 0px; position: relative;}
.mastergrowth-investment{ margin: 0px 0px 0px 0px; padding: 50px 0px 50px 0px; position: relative;}
.mastergrowth-investment h2 { font-size: 30px; font-weight: 500; color: #125f32; font-family: "Sora", serif; text-transform: uppercase; line-height: 1.4; margin: 0px 0px 20px 0px; text-align: center;}
.investment-info{ margin: 0px 0px; padding: 25px 25px; border: 1px solid #E6E6E6; text-align: center; height: 100%; box-shadow:0px 5px 13px 0px rgb(0 0 0 / 7%); transition: all ease 0.5s;}
.investment-info span{ margin: 0px 0px 20px 0px; padding: 0px 0px; position: relative; display: inline-block; width: 90px; height: 90px; line-height: 90px;}
.investment-info span::before{ content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: linear-gradient(to bottom, rgb(64 173 67 / 12%) 0%, rgba(150, 210, 152, 0) 45%, rgba(255, 255, 255, 0) 100%);}
.investment-info span img{ transition: all ease 0.5s; max-width: 55px;}
.investment-info h3{font-family: "Sora", serif; font-size: 20px; color: #164822; font-weight: 600; margin: 0px 0px 20px 0px;}
.investment-info:hover img{-webkit-animation: flipInX 1.2s infinite cubic-bezier(.5,1,.89,1); animation:flipInX 1.2s infinite cubic-bezier(.5,1,.89,1);}
.investment-info:hover{ border: 1px solid #ccc;}

#equity-fund{ padding: 100px 0px 200px 0px; margin: 0px 0px; background: url(../img/equity-bg.jpg) no-repeat; width: 100%; height: 100%; background-size: cover; z-index: 1; position: relative;}
#equity-fund::before{content: '';display: block;position: absolute;top: 0;left: 0;background: url(../img/equity-tree.jpg) no-repeat;z-index: -1;width: 100%;height: 100%;background-size: cover;background-position: top;mix-blend-mode: multiply;}
.equity-content { padding: 25px 25px; max-width: 850px;}
.equity-content small{font-size: 16px; color: #45A735; margin: 0px 0px 10px 0px; display: block;}
.equity-content h2{ font-size: 30px; text-transform: uppercase; font-family: "Sora", serif; color: #125f32; margin: 0px 0px 20px 0px;}
.equity-content p{ font-size: 17px; color: #444; margin: 0px 0px 30px 0px;}

.equity-btns{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.equity-btns li{ min-width: 130px; text-align: center; display: inline-block; list-style: none;}
.equity-btns li a{ display: block; padding: 7px 20px; border: 2px solid #307d24; color: #307d24; font-size: 15px; text-decoration: none; position: relative; overflow: hidden; transition: 0.5s ease;}
.equity-btns li a.active{ background: #307d24; color: #fff; position: relative; z-index: 0; transition: all ease 0.5s;}
.equity-btns li a:hover{ color: #fff;}
.equity-btns li a::before { content: ''; position: absolute; background: #307d24; z-index: -1; transition: 0.5s ease; width: 110%; height: 0; padding-bottom: 110%; top: 0%; left: 50%; border-radius: 50%; transform: translate3d(-50%, -0%, 0) scale3d(0, 0, 1);}
.equity-btns li a:hover::before {transform: translate3d(-50%, -40%, 0) scale3d(1, 1, 1);}
.equity-btns li a.active:hover{ border-color: #333;}
.equity-btns li a.active::before { content: ''; position: absolute; background: #333; z-index: -1; transition: 0.5s ease; width: 110%; height: 0; padding-bottom: 110%; top: 0%; left: 50%; border-radius: 50%; transform: translate3d(-50%, -0%, 0) scale3d(0, 0, 1);}
.equity-btns li a.active:hover::before {transform: translate3d(-50%, -40%, 0) scale3d(1, 1, 1);}

#funds-content{ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative;}
.funds-data{margin: -170px 0px 80px 0px;padding: 30px 20px;position: relative;background: #fff;text-align: center;z-index: 1;border: 1px solid #E6E6E6;box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 7%);}
.funds-data:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; right: 19px; width: 3px; height: 94%; background: #fff; margin: auto;}
.fund-info{display: flex;flex-direction: column; height: 100%; padding: 25px 25px; position: relative;}
.fund-info:after { position: absolute; top: 0; bottom: 0; right: 0; width: 1px; height: 70%; background: #DEDEDE; content: ''; margin: auto;}
.fund-info span{ display: block; margin: 0px 0px 10px 0px; padding: 0px 0px; position:relative; transition: all ease 0.3s;}
.fund-info span img{ max-width: 51px;}
.fund-info small{ font-size: 15px; color: #707070; font-weight: 400;}
.fund-info h3{ font-size: 18px; color: #707070; margin: 0px 0px 0px 0px;}
.fund-info:hover span{-webkit-animation: flipInX 1s infinite cubic-bezier(.5,1,.89,1); animation:flipInX 1s infinite cubic-bezier(.5,1,.89,1);}

#footer{ margin: 0px 0px 0px 0px; padding: 60px 0px 0px 0px; position: relative; background: #164822;}
.footer-logopart{ margin: 0px 0px 30px 0px; padding: 0px 0px; position: relative; max-width: 250px;}
.footer-logopart img{ filter: brightness(0) invert(1); margin: 0px 0px 20px 0px;}
.socials{margin: 0px auto 30px auto;padding: 0px 0px;position: relative;}
.socials li{ list-style: none; display: inline-block;}
.socials li a{width: 53px;height: 53px;border: 2px solid #45A735;line-height: 65px;display: block;text-align: center;border-radius: 75px; overflow: hidden; position: relative; z-index: 0;}
.socials li a::before { content: ''; position: absolute; background: #45A735; z-index: -1; transition: 0.5s ease; width: 110%; height: 0; padding-bottom: 110%; top: 0%; left: 50%; border-radius: 50%; transform: translate3d(-50%, -0%, 0) scale3d(0, 0, 1);}
.socials li a:hover::before {transform:translate3d(-50%, 0%, 0) scale3d(2, 2, 2);}

.footer-links{ margin: 0px 0px 30px 0px; padding: 0px 0px; position: relative;}
.footer-links h2{ color: #2dce13; font-size: 18px; text-transform: uppercase; margin: 0px 0px 20px 0px;} 
.footer-links p{ font-size: 16px; color:#bcbcbc; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 50px;}
.footer-links p span{ position: absolute; left: 0; max-width: 50px;}
.footer-nav{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.footer-nav li{ list-style: none; position: relative;}
.footer-nav li a{ font-size: 16px; color: #bcbcbc; text-decoration: none; line-height: 28px; transition: all ease 0.5s;}
.footer-nav li a:hover{ opacity: 1;}

.footer-contact{margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.footer-contact li{font-size: 16px; color: #bcbcbc; text-decoration: none; line-height: 26px; list-style: none; position: relative; margin: 0px 0px 30px 0px; padding: 0px 0px 0px 50px;}
.footer-contact li strong {display: block; margin: 15px 0px 0px 0px;}
.footer-contact li a{ font-size: 16px; color: #bcbcbc; text-decoration: none; line-height: 26px; transition: all ease 0.5s;}
.footer-contact li img{ max-width: 25px; position: absolute; left: 5px; top: 2px; filter: brightness(0) invert(1);}
.footer-contact li:first-child img{max-width: 35px; left: -0;}

.footer-disclaimer{border-top: 1px solid #ffffff21; padding: 20px 0px;}
.policy-footer{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.policy-footer li{ list-style: none; font-size: 15px; color: #bcbcbc; font-weight: 400;}

.copyright-footer{ border-top: 1px solid #ffffff21; padding: 20px 0px;}
.copyright{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.copyright li{ display: inline-block; font-size: 16px; color: #bcbcbc; padding: 0px 5px; border-right: 2px solid #ffffff66;}
.copyright li:last-child{ border: none;}
.copyright li a{ display: inline-block; font-size: 16px; color: #bcbcbc;}

.footer-rights{ display: flex; justify-content: space-between;}
.policy-links { margin: 0px 0px; padding: 0px 0px; position: relative;}
.policy-links li{ display: inline-block; font-size: 16px; color: #bcbcbc; padding: 0px 5px; border-right: 2px solid #ffffff66;}
.policy-links li:last-child{ border: none;}
.policy-links li a{ display: inline-block; font-size: 16px; color:#bcbcbc;}

#get-started-form{margin: 0px 0px 0px 0px; position: relative;}
#get-started-form .offcanvas{ width: 500px;}
#get-started-form .offcanvas .btn-close{ outline: none; box-shadow: none;}
.get-started{ padding: 50px 20px; position: relative;}
.get-started h2{font-size: 30px; color: #125f32; font-family: "Sora", serif; margin: 0px 0px 10px 0px;}
.get-started p{ font-size: 17px; margin: 0px 0px 30px 0px;}

.get-started .form-group{ margin: 0px 0px 15px 0px; padding: 0px 0px; position: relative;}
.get-started .form-group input{ width: 100%; padding: 10px 15px; border: 1px solid #bdbdbd;}
.get-started .form-group textarea{ width: 100%; height: 125px; padding: 10px 15px; border: 1px solid #bdbdbd; resize: none;}
.get-started .form-group .submit{text-align: center; width: 100%; font-size: 16px; padding: 15px 25px; display: block; color: #fff; background: #45a735; border: none; position: relative;}
.get-started .form-checkbox { margin: 0px 0px; padding: 0px 30px 0px 0px; position: relative; display: block;}
.get-started .form-checkbox li{ list-style: none; font-size: 14px; color: #444; padding: 0px 0px 0px 25px; position: relative;}
.get-started .form-checkbox li input{ position: absolute; left: 0; top: 3px; width: 15px; height: 15px;}
.get-started .form-checkbox .form-group input{ width:15px; height: 15px; max-width: 15px; position: relative; top: 24px;}
.get-started .form-checkbox .form-group label{ position: relative; top: 0; left: 30px;}


#policy-section{ margin: 0px 0px 0px 0px; padding: 50px 0px 30px 0px; position: relative;}
.policy-content{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.policy-content h2{margin: 0px 0px 25px 0px;padding: 0px 0px;font-size: 30px;font-family: "Sora", serif;color: #125f32;white-space: pre-line; text-align: center;}
.policy-content h3{margin: 0px 0px 25px 0px;padding: 0px 0px;font-size: 20px;font-family: "Sora", serif;color: #125f32;white-space: pre-line; }
.policy-points{ margin: 0px 0px 30px 0px; padding: 0px 0px 0px 0px; position: relative;}
.policy-points li{padding: 0px 20px 10px 35px;list-style: none;margin: 0px 0px 0px 0px;position: relative;}
.policy-points li span{position: absolute;left: 0px;font-size: 15px;color: #8b8b8b;top: 3px;}
.policy-points li strong{position: absolute;left: 0px;font-size: 15px;color: #8b8b8b;top: 3px;font-weight: 400;}
.compliance-section{margin: 0px 0px 30px 0px;}
.compliance-points{ margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.compliance-points li{ padding:10px 30px 10px 35px; margin: 0px 0px 0px 0px; border-bottom: 1px solid #f1f1f1; list-style: none; position: relative;}
.compliance-points li:last-child{ border: none;}
.compliance-points li span{position: absolute;top: 12px;left: 0px;font-size: 15px;color: #8b8b8b;}
.compliance-points li strong{position: absolute;top: 12px;left: 0px;font-size: 15px;color: #8b8b8b;font-weight: 400;}
.privacy-data{ margin: 50px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative;}

.investor-data{ max-width: 1200px; margin: 0px 0px 0px 0px; padding: 0px 0px; position: relative;}
.investor-data h2{margin: 0px 0px 25px 0px;padding: 0px 0px;font-size: 30px;font-family: "Sora", serif;color: #125f32;white-space: pre-line;}
.investor-info{ max-width: 800px;}
.investor-points{ margin: 0px 0px 30px 0px; padding: 0px 0px; position: relative;}
.investor-points li{ list-style: none; margin: 0px 0px 10px 0px; padding: 0px 0px 0px 30px; position: relative;}
.investor-points li span,.investor-points li strong{max-width: 25px;position: absolute;left: 0;z-index: 1;height: 18px;width: 18px;top: -1px;}
.investor-points li span img,.investor-points li strong img{filter:invert(50%) sepia(100%) saturate(376%) hue-rotate(80deg) brightness(88%) contrast(65%);}
.investor-points li a{ color: #444;}
.investor-data p a{ color: #125f32; text-decoration: underline;}

#thanks-details{ padding: 150px 0px; background: #f1f1f1;}
.thanks-message{ max-width: 800px; margin: 0px auto; padding: 70px 50px; background: #fff; text-align: center;}
.thanks-message img{ margin: 0px 0px 30px 0px;}
.thanks-message h2{ font-size: 30px; color: #125f32; margin: 0px 0px 20px 0px;}
.thanks-message p{ font-size: 17px; margin: 0px 0px 20px 0px;}

/* ==== 16-04-2025 == */
.thanks-message img {
    max-width: 100px;
}
