.textComponent {
    max-width: 70%;
    width: 100%;
    margin: 170px auto;
    position: relative;
    z-index: 5;
}

.textComponent.firstSection {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    max-width: unset;
    max-height: 100%;
    height: 100%;
    margin: 0;
    z-index: 20;
    display: none;
}

.textComponent.firstSection .text {
    transform: translate(0px, 0px);
    will-change: transform;
}

.textComponent.firstSection .text .desc {
    color: #fff;
}

.textComponent.firstSection .text .buttonContainer.btnFadeUp {
    border-radius: 100px;
    /*background: #468ED0;*/
    /*box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);*/
    height: 61px;
    margin: 75px auto 0;
    /*opacity: 0;*/
    overflow: hidden;
    position: relative;
    transform: translate(0, 100px);
    transition: transform 0.9s cubic-bezier(0.35, 1, 0.45, 1), opacity 0.9s cubic-bezier(0.35, 1, 0.45, 1), width 0.9s cubic-bezier(0.35, 1, 0.45, 1);
    /*width: 240px;*/
    width: 61px;
}

.textComponent.firstSection .text .buttonContainer.btnFadeUp>a {
    width: 300px;
    height: 61px;
    background: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: none;
    padding: 0 !important;
}

.textComponent.firstSection .text .buttonContainer.btnFadeUp>a svg {
    height: 300px !important;
    width: 300px !important;
}

.textComponent.firstSection .text .buttonContainer.btnFadeUp.animate {
    opacity: 1;
    transform: translate(0, 0);
    width: 310px;
}

.textComponent .text .buttonContainer {
    margin: 75px auto 0;
}

.textComponent.purpleBg {
    /*background: #2A163E;*/
    max-width: unset;
    padding: 150px 0;
    margin: 0;
}

.textComponent#section2 {
    position: relative;
    z-index: 20;
    background: #fff;
}

.textComponent#section4 {
    background: #fff;
    position: relative;
    z-index: 20;
}

.textComponent .text .title {
    font-family: var(--pnr);
    font-size: 58px;
    line-height: 60px;
    /* line-height: 60px; */
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
}

.textComponent .text .title.boldText {
    font-family: var(--pnb);
    font-family: var(--pnsb);
}

.textComponent .text .boldText {
    font-family: var(--pnb);
    /*font-family: var(--pnsb);*/
}

.textComponent .text .bigTitle {
    font-family: var(--pnb);
    font-size: 139px;
    line-height: 169px;
    color: #fff;
}

.textComponent .text .desc {
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #382356;
}

.textComponent.netZero .text .desc {
    font-size: 42px;
    line-height: 47px;
}

.textComponent .text .desc:not(:first-child) {
    margin-top: 26px;
}

.textComponent .text .title:not(:first-child) {
    margin-top: 40px;
}

.textComponent .text .buttonContainer {
    margin-top: 40px;
}

.textComponent .text .buttonContainer>a {
    padding-top: 21px;
}

.textComponent.circularAnimation,
.textComponent.circularAnimation.purpleBg .cust_container {
    position: relative;
    overflow: hidden;
}

.textComponent.circularAnimation .circle-container {
    position: absolute;
    top: 0;
    right: 0;
    /*padding: 40px 0;*/
}

.textComponent.circularAnimation .circle-container img {
    width: auto;
    height: 100%;
    position: relative;
    display: flex;
}

.textComponent.circularAnimation .text {
    padding: 80px 0;
}

.textComponent.leftAlignContent .text .title {
    font-size: 71px;
    line-height: 78px;
    letter-spacing: -0.01em;
}

.textComponent.leftAlignContent .text .title,
.textComponent.leftAlignContent .text .desc {
    text-align: left;
}

.textComponent.blackText .text .title,
.textComponent.blackText .text .desc {
    color: #382356;
}

.textComponent.leftAlignContent .text .buttonContainer {
    justify-content: flex-start;
}


/*.greenCircles .circle-container .circle--1:before,
.greenCircles .circle-container .circle--2:before,
.greenCircles .circle-container .circle--3:before,
.greenCircles .circle-container .circle--4:before,
.greenCircles .circle-container .circle--5:before,
.greenCircles .circle-container .circle--6:before,
.greenCircles .circle-container .circle--7:before {
background: #79b318;
opacity: 0.75;
}*/

.textComponent.circularAnimation.greenCircles .cust_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.textComponent.circularAnimation.greenCircles .cust_container .circle-container {
    right: 20px;
}

.textComponent.leftAlignContent.purpleBg {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    z-index: 20;
}

.textComponent.leftAlignContent.purpleBg .circle-container {
    left: 95%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: flex-end;
}

.textComponent.leftAlignContent.purpleBg .circle-container img {
    width: auto;
    height: 100%;
    position: relative;
    display: flex;
}

.textComponent.leftAlignContent.purpleBg .text {
    transform: translate(0, 0);
}

.textComponent.leftAlignContent.purpleBg .text .desc {
    color: #fff;
    font-size: 42px;
    line-height: 47px;
    margin: 75px 0 0;
}

.textComponent.netZero {
    padding: 170px 0;
    margin: 0 auto;
    width: 100%;
    max-width: unset;
    overflow: hidden;
}

.textComponent.netZero .bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200%;
    height: auto;
}

.textComponent.netZero .text {
    position: relative;
}

.textComponent.automationreport .text .title {
    color: #382356;
    /*font-size: 79px;
line-height: 101px;
line-height: 1.46;*/
}


/*.textComponent.automationreport .text .title.title2 {
font-size: 58px;
line-height: 47px;
}*/


/*.textComponent.automationreport .text .title.title3 {
font-size: 42px;
line-height: 47px;
line-height: 1.8;
}*/

.textComponent.automationreport .text .buttonContainer.btnFadeUp {
    border-radius: 100px;
    /*background: #468ED0;
box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);*/
    height: 61px;
    margin: 75px auto 0;
    opacity: 1;
    overflow: hidden;
    position: relative;
    transform: translate(0, 100px);
    transition: transform 0.6s cubic-bezier(0.35, 1, 0.45, 1);
    /*width: 240px;*/
    width: 300px;
}

.textComponent.automationreport .text .buttonContainer.btnFadeUp>a {
    background: none;
    box-shadow: none;
    height: 61px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    width: 300px;
    padding: 0 !important;
}

.textComponent.automationreport .text .buttonContainer.btnFadeUp>a svg {
    width: 300px !important;
    height: 300px !important;
}

.textComponent.automationreport .text .buttonContainer.btnFadeUp.animate {
    opacity: 1;
    transform: translate(0, 0);
    width: 300px;
}


/* .animate .circle-container {
    opacity: 1;
}

.animate .circle-container .circle--2 {
    transform: rotate(30deg);
}

.animate .circle-container .circle--3 {
    transform: rotate(60deg);
}

.animate .circle-container .circle--4 {
    transform: rotate(90deg);
}

.animate .circle-container .circle--5 {
    transform: rotate(-30deg);
}

.animate .circle-container .circle--6 {
    transform: rotate(-60deg);
}

.animate .circle-container .circle--7 {
    transform: rotate(-90deg);
} */

.textComponent .text .desc,
.textComponent .text .title {
    /* color: #382356; */
}

#section6 {
    z-index: 6;
    background: #fff;
}

#section2 .title {
    color: #342254;
    font-family: var(--pnsb);
}

#section3 {
    position: relative;
    z-index: 6;
    background: #020001;
}

#section4.textComponent .text .title {
    font-family: var(--pnsb);
}

#section4.textComponent .text .title span {
    font-family: var(--pnsb);
}

#section4 .desc {
    color: #fff;
    width: 80%;
    margin: 26px auto 0;
}

#section4 .button {
    background: #FFCC31;
    color: #342254;
}

#section8.textComponent.leftAlignContent .text .title,
#section8.textComponent.leftAlignContent .text .desc {
    text-align: right;
}

#section9 {
    position: relative;
    z-index: 10;
    background: #fff;
}

#section9.textComponent .independent-director-cotent-box-image {
    text-align: center;
}

#section9.textComponent .independent-director-cotent-box-image img {
    max-width: 200px;
    margin: 0 10%;
    width: 80%;
}

#section12 img {
    height: auto;
    width: 100%;
}

#section12.textComponent .text .title {
    color: #382356;
    font-family: var(--pnsb);
}

#section12 .buttonContainer a {
    padding: 15px 60px !important;
}

@media only screen and (max-width: 2560px) {
    /*resolution Height: 1440*/
}

@media only screen and (max-width: 2048px) {
    /*resolution Height: 1280*/
}

@media only screen and (max-width: 1920px) {
    /*resolution Height: 1080*/
}

@media only screen and (max-width: 1792px) {
    /*resolution Height: 1120*/
    .textComponent.leftAlignContent.purpleBg .circle-container {
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 1680px) {
    /*resolution Height: 1050*/
}

@media only screen and (max-width: 1600px) {
    /*resolution Height: 900*/
}

@media only screen and (max-width: 1536px) {
    /*resolution Height: 960*/
}

@media only screen and (max-width: 1440px) {
    /*resolution Height: 900*/
    .textComponent.automationreport .text .title {
        font-size: 59px;
        line-height: 1.3;
    }
    .textComponent.automationreport .text .title.title2 {
        font-size: 48px;
    }
    .textComponent.automationreport .text .title.title3 {
        font-size: 37px;
    }
    .textComponent.firstSection .text .buttonContainer.btnFadeUp.animate {
        margin: 55px auto 0;
        width: 250px;
    }
    .textComponent.firstSection .text .buttonContainer.btnFadeUp.animate a {
        width: 250px;
    }
    .textComponent.automationreport .text .buttonContainer.btnFadeUp.animate {
        /* width: 250px; */
    }
}

@media only screen and (max-width: 1366px) {
    /*resolution Height: 768*/
    .textComponent .text .title {
        font-size: 40px;
        line-height: 1.2;
    }
    .textComponent.leftAlignContent .text .title {
        line-height: 1.2;
        font-size: 61px;
    }
    .textComponent.leftAlignContent.purpleBg .text .desc {
        font-size: 37px;
    }
    .textComponent .text .desc {
        font-size: 26px;
        line-height: 1.2;
    }
    .buttonContainer>a {
        font-size: 16px;
        padding: 10px 30px;
    }
    .textComponent .text .buttonContainer>a {
        padding-top: 10px;
    }
    .textComponent .text .bigTitle {
        font-size: 100px;
    }
    #section2.textComponent .text img {
        width: 300px;
    }
}

@media only screen and (max-width: 1344px) {
    /*resolution Height: 840*/
}

@media only screen and (max-width: 1280px) {
    /*resolution Height: 800*/
}

@media only screen and (max-width: 1280px) {
    /*resolution Height: 720*/
}

@media only screen and (max-width: 1152px) {
    /*resolution Height: 720*/
    .textComponent.leftAlignContent.purpleBg .circle-container img {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
    .textComponent.leftAlignContent.purpleBg .circle-container {
        transform: translate(-50%, -50%);
    }
    .textComponent.circularAnimation.greenCircles .cust_container .circle-container {
        right: -20px;
    }
    .textComponent.leftAlignContent.purpleBg .circle-container {
        display: none;
    }
    .textComponent .text .title:not(:first-child) {
        margin-top: 20px;
    }
    .textComponent .text .desc br {
        display: none;
    }
    .textComponent.netZero {
        background: url(/holmes/assets/images/repeat_background/bgTrees-end.png) no-repeat center / cover;
    }
    .textComponent.netZero .text .desc:not(:first-child) {
        width: 90%;
        margin: 0 auto;
    }
    .textComponent.firstSection {
        position: relative;
        top: unset;
        left: unset;
        display: flex;
        background: #7B76AB;
        height: 45vh;
        width: 100%;
        padding: 0 5%;
    }
    .textComponent.leftAlignContent.purpleBg .text {
        /*max-width: 900px;*/
        margin: 0 5%;
        width: 90%;
    }
    .textComponent#section2 {
        padding: 50px 5%;
    }
    .textComponent#section4 {
        padding: 50px 5%;
    }
}

@media only screen and (max-width: 834px) and (max-height: 1194px) and (orientation: portrait) {
    .textComponent .text br {
        display: none;
    }
    .textComponent.circularAnimation .text {
        padding: 40px 0;
    }
    .textComponent.circularAnimation.greenCircles .cust_container .circle-container {
        right: -10%;
    }
    .textComponent.netZero {
        background: url(/holmes/assets/images/repeat_background/bgTrees-end.png) no-repeat center / cover;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
    .textComponent {
        max-width: 100%;
        margin: 70px auto;
    }
    /*.textComponent.circularAnimation.greenCircles {
        max-width: 82%;
    }*/
    .textComponent.circularAnimation.greenCircles .circle-container {
        display: none;
    }
    .textComponent .text .title {
        font-size: 38px;
    }
    .textComponent .text .desc {
        font-size: 23px;
        margin-top: 10px;
    }
    .textComponent .text .title {
        font-size: 35px;
    }
    .textComponent.netZero {
        margin: 0;
        padding: 70px 0 100px;
    }
    .textComponent.leftAlignContent.purpleBg .circle-container {
        display: none;
    }
    .textComponent.leftAlignContent.purpleBg .text {
        transform: unset;
        padding: 0;
    }
    .textComponent .text .desc,
    .textComponent .text .title {
        width: 80%;
        margin: 0 auto;
    }
    .textComponent.netZero .text .desc {
        padding: 0;
    }
    .textComponent.automationreport .text .title:first-child {
        font-size: 49px;
    }
    .textComponent.automationreport .text .title.title2 {
        font-size: 38px;
    }
    .textComponent.automationreport .text .title.title3 {
        font-size: 32px;
    }
    .textComponent.automationreport {
        width: 90%;
    }
    .textComponent.leftAlignContent .text .title {
        width: 100%;
    }
    .textComponent.fullwidth.leftAlignContent.purpleBg>div {
        width: 90%;
        margin: 0 auto;
    }
    .textComponent.fullwidth.leftAlignContent.purpleBg>div .text {
        width: 100%;
    }
    .textComponent.fullwidth.leftAlignContent.purpleBg>div .text br {
        display: none;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .textComponent.netZero .bg {
        display: block;
    }
    .textComponent.netZero {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .textComponent.leftAlignContent.purpleBg .circle-container {
        display: none;
    }
    /*.textComponent.leftAlignContent .text .title {
        padding: 0 20px;
    }*/
    .textComponent.leftAlignContent .text .title br {
        display: none;
    }
}

@media only screen and (max-width: 801px) {
    .textComponent.leftAlignContent .text .title {
        /* font-size: 28px; */
        /* line-height: 1.2; */
    }
    .textComponent {
        max-width: unset;
    }
    .textComponent .text .desc br {
        display: none;
    }
    .textComponent .text .title br {
        display: none;
    }
    .textComponent.netZero {
        background: url(/holmes/assets/images/repeat_background/bgTrees-end.png) no-repeat center / cover;
    }
    .textComponent.firstSection {
        margin: 0 auto 0;
    }
    .textComponent .text .desc,
    .textComponent .text .title {
        width: 100%;
        margin: 0 auto;
    }
    .textComponent.firstSection .text,
    .textComponent.secondSection .cust_container {
        margin: 0 auto;
        width: 90%;
    }
}

@media only screen and (max-width: 800px) and (max-height: 1280px) {
    .textComponent.netZero .text .desc {
        font-size: 35px;
        padding: 0 10%;
    }
    .textComponent.netZero .text .desc br {
        display: none;
    }
    .textComponent.leftAlignContent.purpleBg .text {
        transform: unset;
        padding: 0;
    }
}

@media only screen and (max-width: 601px) and (max-height: 962px) {
    .textComponent.netZero .text .desc {
        font-size: 30px;
    }
}

@media only screen and (max-width: 962px) and (max-height: 601px) {
    .textComponent {
        max-width: unset;
        margin: 100px auto;
        /*padding: 100px 0*/
    }
    .textComponent.circularAnimation .circle-container {
        display: none;
    }
    .textComponent.leftAlignContent.purpleBg .text {
        transform: unset;
    }
    .textComponent.netZero {
        margin: 0;
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 600px) {
    .textComponent.netZero {
        margin: 0;
        padding: 100px 0;
    }
    .textComponent {
        margin: 100px auto;
    }
    .textComponent.circularAnimation .circle-container {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .textComponent {
        width: 100%;
        margin: 0 auto 70px;
    }
    .textComponent.firstSection {
        margin: 0 auto;
    }
    .textComponent .text .title:not(:first-child) {
        margin-top: 20px;
    }
    .textComponent.circularAnimation .text {
        padding: 0;
    }
    .textComponent.leftAlignContent.purpleBg {
        margin: 0;
        width: 100%;
    }
    .textComponent.leftAlignContent.purpleBg .circle-container {
        display: none;
    }
    .textComponent.leftAlignContent .text .title {
        text-align: center;
    }
    /*.buttonContainer>a {
    font-size: 14px;
}*/
    .textComponent.secondSection.pdt150.pdb150 {
        padding: 75px 0;
    }
    .textComponent.automationreport .text .title:first-child {
        font-size: 28px;
        line-height: 1.2;
    }
    .textComponent.automationreport .text .title.title2 {
        font-size: 33px;
    }
    .textComponent.automationreport .text .title.title3 {
        font-size: 27px;
        line-height: 1.4;
    }
    .textComponent.leftAlignContent.purpleBg .text .desc {
        text-align: center;
        font-size: 20px;
        line-height: 1.2;
        margin: 40px 0 0;
    }
    .textComponent .text .bigTitle {
        font-size: 80px;
    }
    .textComponent#section3 {
        padding: 100px 0;
    }
    .textComponent .text .bigTitle {
        font-size: 50px;
        line-height: 1.4;
    }
    #section3 a {
        width: 55px;
        height: 55px;
        display: block;
        margin: 0 auto;
    }
    #section3 a img {
        width: 100%;
    }
    #section4 .desc {
        padding: 0;
    }
    #section4.textComponent .text .buttonContainer {
        padding: 0;
    }
    .textComponent.fullwidth.leftAlignContent.purpleBg>div .text {
        padding: 0;
    }
    #section8.textComponent.leftAlignContent .text .title {
        text-align: center;
    }
    #section9.textComponent {
        padding: 75px 0;
    }
}

@media only screen and (max-width: 767px) {
    .textComponent.netZero .text .title,
    .textComponent.netZero .text .desc {
        padding: 0 10%
    }
    .textComponent.netZero .text .desc {
        line-height: 1.2;
    }
    .textComponent.automationreport .text .buttonContainer.btnFadeUp {
        margin: 45px auto 0;
    }
    .textComponent.leftAlignContent .text .title {
        font-size: 51px;
    }
    .textComponent.firstSection .text .buttonContainer.btnFadeUp.animate {
        margin: 40px auto 0;
    }
    .textComponent.firstSection .text .buttonContainer.btnFadeUp>a {
        /*height: auto;*/
        top: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 42px;
    }
    .textComponent.firstSection .text .buttonContainer.btnFadeUp>a svg {
        width: 200px !important;
        height: 200px !important;
    }
    .textComponent.firstSection .text .buttonContainer.btnFadeUp {
        height: 42px;
    }
    .textComponent.automationreport .text .buttonContainer.btnFadeUp {
        height: 54px;
    }
    .textComponent.automationreport .text .buttonContainer.btnFadeUp>a {
        height: unset;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .textComponent.automationreport .text .buttonContainer.btnFadeUp>a svg {
        width: 250px !important;
        height: 250px !important;
    }
    #section2.textComponent .text img {
        max-width: 180px;
        width: 60%;
    }
    .textComponent.leftAlignContent.purpleBg .text {
        margin: 0;
    }
}

@media only screen and (max-width: 414px) {
    .textComponent .text .title {
        font-size: 28px;
        line-height: 1.2;
    }
    .textComponent.leftAlignContent .text .title {
        font-size: 28px;
        line-height: 1.2;
    }
    .textComponent .text .desc {
        font-size: 16px;
    }
    .textComponent .text br {
        display: none;
    }
    .textComponent.leftAlignContent.purpleBg .text {
        padding: 0 5%;
        width: 90% !important;
    }
    .textComponent.automationreport .text .title.title3 {
        font-size: 24px;
        line-height: 1.2;
    }
    .textComponent.purpleBg {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 375px) {
    .textComponent.netZero {
        padding: 70px 0;
    }
    .textComponent.netZero img {
        width: 250%;
    }
    .textComponent .text .desc:not(:first-child) {
        line-height: 1.2;
    }
}