@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Londrina+Solid:wght@100;300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    /* overflow-x: hidden; */
    font-family: "Inria Serif";
}
.container {
    max-width: 1250px;
    padding-left: 0;
    padding-right: 0;
}
button{
    background: transparent;
    border: none;
}
button:focus {
    box-shadow: none !important;
}
input:focus {
    box-shadow: none !important;
}
select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
textarea:focus {
    box-shadow: none !important;
}
a{
    text-decoration: none;
    transition: .5s;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}
ul{
    margin-bottom: 0;
    padding-left: 0;
}

/* Mobile navbar menu */
button#mob-menu-btn{
    position: relative;
    width: 50px;
    height: 50px;
    /* background: #fff; */
    /* box-shadow: 0px 10px 20px rgba(0,0,0,0.08); */
    /* border-radius: 6px; */
    display: none;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}
button#mob-menu-btn span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 35px;
    transition: 0.5s;
    left: 0;
}
button#mob-menu-btn span:nth-child(1) {
    transform: translateY(-10px);
    /* width: 30px;
    left: 8px; */
}
button#mob-menu-btn.active span:nth-child(1) {
    width: 30px;
    transform: translateY(0) rotate(45deg);
    /* transition-delay: 0.125s; */
    background: #CFD7F8;
}
button#mob-menu-btn span:nth-child(2) {
    transform: translateY(10px);
    /* width: 20px;
    left: 8px; */
}
button#mob-menu-btn.active span:nth-child(2) {
    width: 30px;
    transform: translateY(0) rotate(315deg);
    /* transition-delay: 0.25s; */
    background: #CFD7F8;
}
button#mob-menu-btn.active span:nth-child(3) {
    transform: translateX(60px);
}
/* End of Mobile navbar menu */

/* Back to top */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    /* background-color: #ab1717; */
    background: linear-gradient(55deg, rgba(53, 75, 178, 0.45) 38.27%, rgba(53, 75, 178, 0.09) 79.6%);
    color: #FFFFFF;
    border-color: transparent;
    z-index: 99;
    border-radius: 0;
    width: 45px;
    height: 45px;
    font-size: 20px;
    transition: .7s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-to-top:focus {
    outline: 0;
    box-shadow: none !important;
}
.back-to-top:active {
    background: #1f376e;
}

.back-to-top:hover {
    background: #1f376e;
}
/* End of Back to top */

/* Scrollbar */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 5px;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #100C2C;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background: linear-gradient(55deg, #100c2cba 38.27%, #100C2C 79.6%);
}
/* End of Scrollbar */

/* Pre loader */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    background: #fff;
    /* background: radial-gradient(#fbfbfb, #e3fcff); */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Header */
.header-wrap {
    /* background: #ffffff 0% 0% no-repeat padding-box; */
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 999999;
    top: 0;
    padding: 18px 0;
    transition: .7s;
}
header.header-wrap.scrolled {
    /* background: linear-gradient(55deg, rgba(53, 75, 178, 0.45) 38.27%, rgba(53, 75, 178, 0.09) 79.6%); */
    backdrop-filter: blur(12px);
    background: #1f376e;
    padding: 10px 0;
    transition: .7s;
}
.header-wrap nav.navbar {
    padding: 0 !important;
}
header ul.navbar-nav {
    float: right;
}
.header-wrap ul.navbar-nav{
    display: flex;
    align-items: center;
    gap: 55px;
}
.header-wrap ul.navbar-nav{
    display: flex;
    align-items: center;
    gap: 42px;
}
.header-wrap ul.navbar-nav li{
    position: relative;
}
.header-wrap ul.navbar-nav li a{
    color: #CFD7F8;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.98px;
    text-transform: uppercase;
}
.header-wrap ul.navbar-nav li a:hover{
    color: #fff;
}
.other-site-btn{

}
.other-site-btn a {
    border-radius: 11px;
    border: 1px solid rgba(0, 116, 177, 0.40);
    backdrop-filter: blur(11.5px);
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 20px 0 22px;
    transition: .7s;
    z-index: 1;
}
.other-site-btn a:hover{
    
}
.other-site-btn a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background: linear-gradient(55deg, rgba(53, 75, 178, 0.45) 38.27%, rgba(53, 75, 178, 0.09) 79.6%);
    opacity: 0;
    transition: .7s;
    top: 0;
    left: 0;
    z-index: -1;
}
.other-site-btn a:hover:before {
    opacity: 1;
}
.other-site-btn a svg{

}
.other-site-btn a svg path{
    transition: .7s;
}
.other-site-btn a:hover svg path{

}
.hamburg-logo{
    display: none;
}

/* End of Header */

/* Landing page */
.landing-main-section{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.landing-main-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 58px 0 120px;
    justify-content: space-between;
    overflow: hidden;
}
.landing-main-contents:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 1;
    animation: landing-bg 6s;
    opacity: 0;
}
@keyframes landing-bg {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.landing-main-contents > img{
    position: relative;
    z-index: 2;
}
.landing-main-contents > video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.landing-main-contents-block{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.landing-main-contents-block h3{
    color: #60B2FF;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 42px;
    font-weight: 400;
    /* letter-spacing: 2.52px; */
    margin-bottom: 12px;
}

@keyframes blur {
	0%		{text-shadow:  0 0 100px #60B2FF; opacity:0;}
	5%		{text-shadow:  0 0 90px #60B2FF;}
	15%		{opacity: 1;}
	20%		{text-shadow:  0 0 0px #60B2FF;}
	100%		{text-shadow:  0 0 0px #60B2FF; opacity:1;}
}
@-webkit-keyframes blur {
	0%		{text-shadow:  0 0 100px #60B2FF; opacity:0;}
	5%		{text-shadow:  0 0 90px #60B2FF;}
	15%		{opacity: 1;}
	20%		{text-shadow:  0 0 0px #60B2FF;}
	100%		{text-shadow:  0 0 0px #60B2FF; opacity:1;}
}
.landing-main-contents-block h3 span {
	color: transparent;
	animation: blur 10s ease-out 1 forwards;
	-webkit-animation: blur 10s ease-out 1 forwards;
}
.landing-main-contents-block h3 span:nth-child(1),
.landing-main-contents-block p span:nth-child(1) {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
}
.landing-main-contents-block h3 span:nth-child(2),
.landing-main-contents-block p span:nth-child(2)  {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.landing-main-contents-block h3 span:nth-child(3),
.landing-main-contents-block p span:nth-child(3)  {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}
.landing-main-contents-block h3 span:nth-child(4),
.landing-main-contents-block p span:nth-child(4)  {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
}
.landing-main-contents-block h3 span:nth-child(5),
.landing-main-contents-block p span:nth-child(5)  {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}
.landing-main-contents-block h3 span:nth-child(6),
.landing-main-contents-block p span:nth-child(6)  {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}
.landing-main-contents-block h3 span:nth-child(7),
.landing-main-contents-block p span:nth-child(7)  {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
}
.landing-main-contents-block h3 span:nth-child(8),
.landing-main-contents-block p span:nth-child(8)  {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.landing-main-contents-block h3 span:nth-child(9),
.landing-main-contents-block p span:nth-child(9)  {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}
.landing-main-contents-block h3 span:nth-child(10),
.landing-main-contents-block p span:nth-child(10)  {
	animation-delay: 2.7s;
	-webkit-animation-delay: 2.7s;
}
.landing-main-contents-block h3 span:nth-child(11),
.landing-main-contents-block p span:nth-child(11)  {
	animation-delay: 2.8s;
	-webkit-animation-delay: 2.8s;
}
.landing-main-contents-block h3 span:nth-child(12),
.landing-main-contents-block p span:nth-child(12)  {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}
.landing-main-contents-block h3 span:nth-child(13) {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
}
.landing-main-contents-block h3 span:nth-child(14) {
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.landing-main-contents-block h3 span:nth-child(15) {
	animation-delay: 2.6s;
	-webkit-animation-delay: 2.6s;
}

@keyframes blur-2 {
	0%		{text-shadow:  0 0 100px #FFF; opacity:0;}
	5%		{text-shadow:  0 0 90px #FFF;}
	15%		{opacity: 1;}
	20%		{text-shadow:  0 0 0px #FFF;}
	100%		{text-shadow:  0 0 0px #FFF; opacity:1;}
}
@-webkit-keyframes blur-2 {
	0%		{text-shadow:  0 0 100px #FFF; opacity:0;}
	5%		{text-shadow:  0 0 90px #FFF;}
	15%		{opacity: 1;}
	20%		{text-shadow:  0 0 0px #FFF;}
	100%		{text-shadow:  0 0 0px #FFF; opacity:1;}
}
.landing-main-contents-block p{
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-weight: 300;
    /* letter-spacing: 6.75px; */
    text-transform: uppercase;
    display: block;
    margin-bottom: 65px;
}
.landing-main-contents-block p span {
	color: transparent;
	animation: blur-2 10s ease-out 1 forwards;
	-webkit-animation: blur-2 10s ease-out 1 forwards;
}

@keyframes blur-3 {
	0%		{text-shadow:  0 0 100px #B7B3B3; opacity:0;}
	5%		{text-shadow:  0 0 90px #B7B3B3;}
	15%		{opacity: 1;}
	20%		{text-shadow:  0 0 0px #B7B3B3;}
	100%		{text-shadow:  0 0 0px #B7B3B3; opacity:1;}
}
@-webkit-keyframes blur-3 {
	0%		{text-shadow:  0 0 100px #B7B3B3; opacity:0;}
	5%		{text-shadow:  0 0 90px #B7B3B3;}
	15%		{opacity: 1;}
	20%		{text-shadow:  0 0 0px #B7B3B3;}
	100%		{text-shadow:  0 0 0px #B7B3B3; opacity:1;}
}
.landing-main-contents-block a{
    color: #B7B3B3;
    font-family: Inter;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 5.94px;
    text-transform: uppercase;
    width: fit-content;
}
.landing-main-contents-block a:hover{
    color: #FFF;
}
.landing-main-contents-block a {
	color: transparent;
	animation: blur-3 10s ease-out 1 forwards;
	-webkit-animation: blur-3 10s ease-out 1 forwards;
    animation-delay: 3s;
	-webkit-animation-delay: 3s;
}


/* End of Landing page */

/* Home page */
.page-sections {
    /* overflow: hidden; */
}
.main-banner-section{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    /* background-color: #080710 !important; */
    overflow: hidden;
    z-index: 1;
}
.main-banner-section > video:first-child{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.main-corals {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 350px;
    height: 360px;
    object-fit: cover;
}
/* .main-banner-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #080710e6;
    left: 0;
    top: 0;
    z-index: -1;
} */
.main-banner-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    background: linear-gradient(4deg, #160F3E 26.8%, rgba(22, 15, 62, 0.00) 97.13%);
    left: 0;
    bottom: -18%;
}
.main-banner-contents {
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}
.main-banner-contents > h1{
    color: #F490B3;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 50px;
    font-weight: 400;
    font-display: swap;
    /* max-width: 460px; */
    max-width: 540px;
    margin: auto;
    margin-bottom: 30px;
}
.main-banner-contents > p{
    color: #CFD7F8;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    max-width: 776px;
    margin: 0 auto;
}
.inner-page-lists{
    margin-top: 50px;
}
.inner-page-lists ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.inner-page-lists ul li {
    width: 162px;
    height: 162px;
    background: url('../img/bg-round.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    list-style: none;
    border-radius: 192px;
    /* border: 1px solid #8D73FF; */
    /* background: linear-gradient(50deg, rgba(53, 75, 178, 0.45) -5.81%, rgba(53, 75, 178, 0.09) 66.19%); */
    backdrop-filter: blur(11.5px);
    transition: .9s;
    opacity: 1;
}
.inner-page-lists ul li:hover{
    /* background: linear-gradient(56deg, rgba(53, 75, 178, 0.45) 38.28%, rgba(53, 75, 178, 0.09) 96.17%);
    opacity: 0.7; */
    background: url('../img/bg-round-hover.png');
}

.inner-page-lists ul li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-radius: 192px;
    /* border: 1px solid #8D73FF;
    background: linear-gradient(50deg, rgba(53, 75, 178, 0.45) -5.81%, rgba(53, 75, 178, 0.09) 66.19%);
    backdrop-filter: blur(11.5px); */
    color: #CFD7F8;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.96px;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    transition: .9s;
}
/* .inner-page-lists ul li a:hover{
    
} */
.inner-page-lists ul li a img {
    filter: grayscale(1);
    width: auto;
    height: auto;
}

.main-animation-blocks {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.main-animation-blocks video{
    position: absolute;
}
.main-anim-1 {
    width: 183px;
    height: 193px;
    left: 110px;
    top: 180px;
}
.main-anim-2 {
    width: 270px;
    height: 210px;
    right: 65px;
    top: 191px;
}
/* End of Home page */

/* Footer */
footer{
    margin-top: 100px;
    position: relative;
}
footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: -webkit-fill-available;
    background: url('../img/footer-before.png');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -65%;
    left: 0;
}
.footer-contents{
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.footer-contents:before {
    content: '';
    position: absolute;
    width: 175px;
    height: 210px;
    background: url('../img/wh-fish-5.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: -70px;
    right: -25px;
    z-index: -1;
    transition: 2s;
    animation: wh-fish-anim-1 6s infinite;
}
.footer-contents:after {
    content: '';
    position: absolute;
    width: 239px;
    height: 209px;
    background: url('../img/wh-fish-6.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: -105px;
    left: -40px;
    z-index: -1;
    transition: 2s;
}
.footer-contents > p{ 
    color: #B2BADE;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    max-width: 892px;
    margin: auto;
}
.footer-copyrights {
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    width: 100%;
}
.footer-copyrights p{
    color: #B2BADE;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
}
.footer-copyrights p a{
    color: #B2BADE;
}
.footer-copyrights p a:hover{
    color: #fff;
}
.footer-bottom{
    position: relative;
    z-index: 1;
}
.footer-bottom:before {
    content: '';
    position: absolute;
    width: 233px;
    height: 198px;
    background: url('../img/wh-fish-7.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    top: -45px;
    left: 53%;
    transform: translate(-50%, 0);
    z-index: -1;
    transition: 2s;
    animation: wh-fish-anim-2 7s infinite;
}
.footer-bottom img{
    width: 100%;
    height: auto;
}
/* End of Footer */

/* General User Persona page */
.persona-page-sections{
    width: 100%;
    background-image: url('../img/persona-body-bg.png');
    height: auto;
    background-color: #100C2C;
    padding-top: 180px;
    background-size: contain !important;
    overflow-x: hidden;
}
.page-title-wrap{
    padding-bottom: 88px;
}
.page-title-content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-title-content h1 {
    color: #F490B3;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    /* left: 50%; */
    z-index: 1;
    /* transform: translate(-50%, 0); */
}
.page-title-content h1:before{
    content: '';
    position: absolute;
    width: 156px;
    height: 156px;
    background: url('../img/gpu-icon-1.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    left: -95px;
    z-index: -1;
}
.page-title-content p {
    color: #CFD7F8;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    max-width: 962px;
    margin: auto;
    margin-top: 60px;
}
.approach-report-wrap{
    padding-bottom: 110px;
}
.approach-report-content{

}
.approach-report-content h2{
    color: #7BBDFB;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 36px;
}
.approach-report-content p, .our-year-contents p, 
.supplier-sections .our-year-contents .modal .modal-body ul li {
    color: #CFD7F8;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px; 
    max-width: 962px;
    margin: auto;
}
.supplier-sections .our-year-contents .modal .modal-body ul {
    padding-left: 18px;
}
.supplier-sections .our-year-contents .modal .modal-body ul li{
    text-align: left;
    margin-bottom: 10px;
}
.supplier-sections .our-year-contents .modal .modal-body ul li:last-child{
    margin-bottom: 0;
}
.approach-report-circles{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.ar-circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 259px;
    height: 260px;
    border-radius: 50%;
    background-image: url('../img/ar-circle.png');
    background-size: contain !important;
    /* border: 1px solid #8D73FF;
    background: linear-gradient(50deg, rgba(53, 75, 178, 0.54) -5.81%, rgba(53, 75, 178, 0.10) 66.19%);
    backdrop-filter: blur(11.5px); */
    padding: 30px 28px;
    color: #CFD7F8;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.56px;
    position: relative;
    z-index: 1;
    transition: .7s;
    /* cursor: pointer; */
}
.ar-circle:hover{
    background-image: url('../img/ar-circle-hover.png');
    transform: translate(5px, 5px);
}
.ar-circle:before{
    content: '';
    position: absolute;
    width: 345px;
    height: 345px;
    border-radius: 50%;
    background: rgba(58, 53, 108, 0.20);
    z-index: -2;
}
.ar-circle:hover:before{
    animation: ar-circle-anim 3.5s infinite;
}
.ar-circle:after{
    content: '';
    position: absolute;
    transition: 3s;
}
.ar-circle:nth-child(1){

}
.ar-circle:nth-child(1):after,
#ar-modal-1 .modal-body:before {
    width: 157px;
    height: 138px;
    background: url('../img/ar-icon-1.png');
    top: -38px;
    left: -8px;
    z-index: 1;
}
.ar-circle:nth-child(1):hover:after{
    transform: translate(20px, 0) rotate(15deg);
}
.ar-circle:nth-child(2){
    margin-top: 92px;
}
.ar-circle:nth-child(2):after,
#ar-modal-2 .modal-body:before {
    width: 187px;
    height: 147px;
    background: url('../img/ar-icon-2.png');
    bottom: -100px;
    right: -20px;
    z-index: 1;
}
.ar-circle:nth-child(2):hover:after{
    transform: translate(10px, 0) rotate(-8deg);
}
.ar-circle:nth-child(3){
    margin-top: 38px;
}
.ar-circle:nth-child(3):after,
#ar-modal-3 .modal-body:before {
    width: 124px;
    height: 117px;
    background: url('../img/ar-icon-3.png');
    top: -28px;
    left: -22px;
    z-index: 1;
}
.ar-circle:nth-child(3):hover:after{
    transform: translate(18px, 0) rotate(-5deg);
}
.ar-circle:nth-child(4){
    margin-top: 125px;
}
.ar-circle:nth-child(4):after,
#ar-modal-4 .modal-body:before {
    width: 170px;
    height: 98px;
    background: url('../img/ar-icon-4.png');
    bottom: -58px;
    left: -12px;
    z-index: -1;
}
.ar-circle:nth-child(4):hover:after{
    transform: translate(-10px, 0) rotate(8deg);
}
.our-year-contents .modal{
    z-index: 999999;
}
.our-year-contents .modal .modal-dialog {
    /* max-width: 638px; */
    max-width: 745px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.our-year-contents .modal .modal-content{
    border-radius: 36px;
    border: 1px solid var(--N, #8D73FF);
    background: rgba(39, 32, 85, 0.74);
    backdrop-filter: blur(11px);
    padding: 45px 42px 40px;
}
.our-year-contents .modal .modal-content > button {
    position: absolute;
    top: 50px;
    right: 62px;
    width: 25px;
    height: 26px;
    padding: 0;
    background: url('../img/ar-modal-close.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    transition: .7s;
}
.our-year-contents .modal .modal-body{
    position: relative;
}
.our-year-contents .modal .modal-body h3{
    color: #CFD7F8;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 40px;
    font-weight: 500;
    line-height: 51px;
    letter-spacing: 1.2px;
    /* width: 90%; */
    width: 88%;
}
.ar-modal-blocks{
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 48px;
}
.ar-modal-single-block{
    padding-bottom: 32px;
    /* width: 236px; */
    width: 285px;
    border-bottom: 1px solid #F490B3;
}
.ar-modal-single-block:nth-last-child(-n+2){
    border-bottom: none;
}
.ar-modal-count{
    color: #F490B3;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 57px;
    font-weight: 400;
    /* line-height: 54px; */
    line-height: 35px;
    letter-spacing: 2.84px;
    text-align: center;
}
.ar-modal-count span{
    color: #CFD7F8;
    font-size: 37px;
    letter-spacing: 1.48px;
}
.ar-modal-count sup{
    color: #CFD7F8;
    font-size: 35px;
    letter-spacing: 1.4px;
    display: contents;
}
.ar-modal-count sup sup {
    font-size: 18px;
    position: relative;
    top: -15px;
    display: inline;
}
.ar-modal-single-block > span{
    color: #CFD7F8;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    margin-top: 12px;
}
.ar-percent {
    color: #CFD7F8;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2.84px;
    text-align: center;
    margin-top: 10px;
}
/* .approach-report-content .modal .modal-body:before{
    content: '';
    position: absolute;
}
#ar-modal-1 .modal-body:before {
    top: -82px;
    left: -75px;
    animation: ar-modal-anim 5s infinite;
}
#ar-modal-2 .modal-body:before {
    top: -85px;
    left: -132px;
    animation: ar-modal-anim-2 5s infinite;
}
#ar-modal-3 .modal-body:before {
    top: -80px;
    left: -105px;
    animation: ar-modal-anim-2 5s infinite;
}
#ar-modal-4 .modal-body:before {
    top: -90px;
    left: -100px;
    animation: ar-modal-anim-3 5s infinite;
} */
@keyframes ar-modal-anim {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(8px, 0) rotate(6deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}
@keyframes ar-modal-anim-2 {
    0% {
        transform: translate(0, 0) rotate(-12deg);
    }
    50% {
        transform: translate(8px, 0) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(-12deg);
    }
}
@keyframes ar-modal-anim-3 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-8px, 0) rotate(8deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.world-hayleys-wrap{
    padding-top: 110px;
    padding-bottom: 65px;
}
.world-hayleys-content{
    position: relative;
    z-index: 1;
}
/* .world-hayleys-content:before {
    content: '';
    position: absolute;
    width: 336px;
    height: 336px;
    background: url('../img/wh-fish-1.png');
    top: -25px;
    left: -22%;
    z-index: -1;
    transition: 2s;
    animation: wh-fish-anim-2 5s infinite;
} */
.world-hayleys-content:before {
    content: '';
    position: absolute;
    width: 336px;
    height: 336px;
    background: url('../img/wh-fish-1.png');
    top: -25px;
    left: -22%;
    z-index: -1;
    transition: 2s;
    /* transform: translateY(-20%); */
    will-change: transform;
    transform: translateY(calc(var(--scroll) * 0.3));
}
@keyframes wh-fish-anim-2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 5px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.world-hayleys-content:after {
    content: '';
    position: absolute;
    width: 188px;
    height: 225px;
    background: url('../img/wh-fish-2.png');
    top: 212px;
    right: -10%;
    /* z-index: 1; */
    z-index: -1;
    transition: 2s;
    will-change: transform;
    transform: translateY(calc(var(--scroll) * 0.1));
    /* animation: wh-fish-anim-1 5s infinite; */
}
@keyframes wh-fish-anim-1 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 25px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.world-hayleys-content h2{
    color: #7BBDFB;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 51px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}
.world-hayleys-content p{
    color: #CFD7F8;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    max-width: 983px;
    margin: auto;
}
.world-hayleys-boxes {
    display: flex;
    justify-content: center;
    /* max-width: 100%; */
    gap: 35px;
    margin: auto;
    margin-top: 62px;
}
.wh-box{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 75px 30px 50px;
    width: 268px;
    min-width: 268px;
    height: 300px;
    color: #CFD7F8;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    border-radius: 36px;
    border: 1px solid var(--N, #8D73FF);
    background: rgba(39, 32, 85, 0.34);
    backdrop-filter: blur(11px);
}
.wh-count{
    color: #F490B3;
    font-family: 'Lab Antiqua Small Condensed';
    /* font-size: 71px; */
    font-size: 61px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 2.84px;
    margin-bottom: 15px;
}
.wh-count span{
    color: #CFD7F8;
    font-size: 42px;
    letter-spacing: 1.84px;
}
.wh-count sup{
    color: #CFD7F8;
    font-size: 41px;
    letter-spacing: 1.64px;
    display: contents;
}

.our-year-wrap{
    padding-top: 65px;
    padding-bottom: 85px;
}
.our-year-contents{

}
.our-year-contents h2{
    color: #7BBDFB;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 45px;
    font-weight: 400;
    line-height: normal;
    /* margin-bottom: 56px; */
    margin-bottom: 35px;
}
.our-year-circles {
    display: flex;
    justify-content: center;
    gap: 50px;
    /* max-width: 88%; */
    margin: auto;
    z-index: 1;
        position: relative;
}
.our-year-circle {
    text-align: center;
    width: 235px;
    height: 236px;
    border-radius: 50%;
    background: url('../img/our-year-circle.png');
    background-size: contain !important;
    transition: .7s;
    color: #CFD7F8;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 43px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2.58px;
    padding: 48px 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* cursor: pointer; */
}
.our-year-circle:hover{
    background: url('../img/ar-circle-hover.png');
}
.our-year-circle span{
    color: #CFD7F8;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.88px;
    display: block;
    margin-bottom: 19px;
}
.our-year-circle button{
    color: #F490B3;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin-top: 32px;
}
.our-year-contents > div > a{
    width: fit-content;
    height: 58px;
    border-radius: 12px;
    border: 1px solid #8B46B4;
    background: linear-gradient(55deg, rgba(113, 55, 125, 0.58) 38.27%, rgba(108, 63, 116, 0.33) 79.6%);
    backdrop-filter: blur(11.5px);
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CFD7F8;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    margin-top: 70px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .7s;
    z-index: 1;
}
.our-year-contents > div > a:hover{
    border: 1px solid rgba(0, 116, 177, 0.40);
}
.our-year-contents > div > a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(55deg, rgba(53, 75, 178, 0.45) 38.27%, rgba(53, 75, 178, 0.09) 79.6%);
    border-radius: 12px;
    opacity: 0;
    transition: .7s;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-year-contents > div > a:hover:before{
    opacity: 1;
}

.leadership-governance-wrap{
    padding-top: 85px;
}
.leadership-governance-contents{
    position: relative;
    padding: 100px 0 92px;
    /* z-index: 1; */
}
.leadership-governance-contents:before{
    content: '';
    position: absolute;
    width: 1428px;
    height: 100%;
    border-radius: 30px;
    background: rgba(209, 241, 249, 0.86);
    background-image: url('../img/lg-bg-image.png');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: bottom !important;
    backdrop-filter: blur(7px);
    top: 0;
    left: -88px;
    /* z-index: -1; */
}
.leadership-governance-contents > div > h2{
    color: #343743;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 45px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.8px;
    margin-bottom: 77px;
    position: relative;
}
.leadership-governance-blocks{
    display: flex;
    justify-content: space-between;
}
.chairman-msg-block{
    display: flex;
    width: 960px;
    height: auto;
    min-height: 710px;  
    border-radius: 30px;
    background: rgba(213, 238, 244, 0.83);
    backdrop-filter: blur(7px);
    overflow: hidden;
}
.chairman-pic {
    position: relative;
    display: flex;
    align-items: end;
}
.chairman-pic img{

}
.chairman-name{
    position: absolute;
    bottom: 38px;
    left: 35px;
    min-width: 310px;
    width: auto;
    height: auto;
    border-radius: 12px;
    background: rgba(59, 48, 61, 0.58);
    backdrop-filter: blur(11.5px);
    padding: 24px 28px 15px;
}
.chairman-name h4{
    color: #FDFDFD;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
}
.chairman-name span{
    color: #FDFDFD;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.45px;
}
.chairman-msg{
    padding: 68px 55px 48px 0;
}
.chairman-msg h3{
    color: #0054A6;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 37px;
    font-weight: 400;
    line-height: 40px; 
    letter-spacing: 0.37px;
    margin-bottom: 46px;
}
.chairman-msg p{
    color: #1F3B4D;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 23px;
    font-weight: 500;
    line-height: 36px; 
}
.chairman-msg a{
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 55px;
    /* padding: 0 36px; */
    padding: 0 25px;
    border-radius: 12px;
    border: 1px solid #8B46B4;
    backdrop-filter: blur(11.5px);
    color: #484857;
    text-align: center;
    font-family: Inter;
    /* font-size: 17px; */
    font-size: 15px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.51px;
    transform: .7s;
}
.chairman-msg a:hover {
    background: #1f376e;
    color: #fff;
    border-color: #1f376e;
}
.you-may-like-block{
    padding-top: 10px;
    position: relative;
    /* z-index: 9999999; */
}
/* .you-may-like-block.yml-open {
    z-index: 9999999;
} */
.you-may-like-block h3{
    color: #4F4F53;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 25px;
    font-weight: 500;
    line-height: 27px; 
    letter-spacing: 0.5px;
    margin-bottom: 37px;
    padding-left: 10px;
}
.you-may-like-points{
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.yml-tab-btn{
    position: relative;
    padding: 28px 18px 25px 67px;
    width: 271px;
    min-height: 112px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 23px;
    border-radius: 32px;
    background: linear-gradient(50deg, rgba(205, 227, 237, 0.16) 1.11%, rgba(190, 217, 228, 0.93) 51.65%);
    backdrop-filter: blur(11.5px);
    color: #4F587E;
    font-family: 'Lab Antiqua Small Condensed';
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.96px;
    transition: .7s;
    z-index: 1;
}
.yml-tab-btn:hover{
    /* background: rgba(203, 230, 242, 0.93); */
    background: transparent;
    color: #0054A6;
}
.yml-tab-btn.active {
    background: rgba(203, 230, 242, 0.93);
    color: #0054A6;
}
.yml-tab-btn::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: rgba(203, 230, 242, 0.93);
    top: 0;
    left: 0;
    z-index: -1;
    transition: .7s;
    opacity: 0;
}
.yml-tab-btn:hover:after{
    opacity: 1;
}
.yml-tab-btn:before{
    content: '';
    position: absolute;
    width: 14px;
    height: 26px;
    background: url('../img/yml-arrow.png');
    left: 28px;
}
.yml-modal{
    z-index: 999999;
}
.yml-modal .modal-dialog{
    max-width: 1343px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; */
    height: 100%;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    align-items: start;
    justify-content: center;
}
.yml-modal .modal-content{
    position: relative;
    border-radius: 30px;
    background: rgba(213, 238, 244, 0.90);
    backdrop-filter: blur(7px);
    padding: 63px 38px 56px 58px;
    /* height: 100vh; */
    /* height: 100%; */
    height: auto;
    overflow: auto;
}
.yml-modal .modal-content > button {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: url('../img/chairmans-modal-close.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    transition: .7s;
}
.yml-modal .modal-body{
    display: flex;
    width: 100%;
}
.yml-modal .modal-body .tab-content {
    width: 78%;
    padding-right: 30px;
}
.yml-modal .modal-body .you-may-like-block {
    width: 22%;
}
.modal-tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 19px;
}
.yml-modal .modal-body .tab-pane h4{
    color: #0054A6;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 40px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin-bottom: 45px;
}
.yml-modal .modal-body .tab-pane ul{
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.yml-modal .modal-body .tab-pane ul li{
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}
.corp-governance-block{
    padding-top: 77px;
    padding-bottom: 42px;
    position: relative;
}
.corp-governance-block h3{
    color: #0054A6;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 45px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.45px;
    margin-bottom: 70px;
}
.corp-governance-contents{
    display: flex;
}
.cg-details{
    width: 476px;
    height: auto;
    border-radius: 30px;
    background: rgba(213, 238, 244, 0.83);
    backdrop-filter: blur(7px);
    padding: 48px 40px 50px 45px;
}
.cg-details p{
    color: #1F3B4D;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 26px;
    font-weight: 500;
    line-height: 37px; 
}
.cg-highlights {
    display: flex;
    align-items: center;
}
.cg-highlights h4 {
    color: #43505D;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 38px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    writing-mode: sideways-lr;
    margin-left: 56px;
}
.cg-highlight-points{
    /* padding-left: 88px; */
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.cg-highlight-points ul{

}
.cg-highlight-points ul li{
    list-style: none;
    padding: 21px 23px;
    /* width: 556px; */
    width: 628px;
    height: auto;
    border-radius: 11px;
    background: #C1DBE6;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(10px);
    color: #1F3B4D;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.18px;
    /* margin-bottom: 18px; */
    margin-bottom: 16px;
    position: relative;
    display: flex;
    align-items: center;
}
/* .cg-highlight-points ul li:first-child {
    margin-bottom: 14px;
}
.cg-highlight-points ul li:nth-child(3) {
    margin-bottom: 17px;
}
.cg-highlight-points ul li:nth-child(4) {
    margin-bottom: 19px;
} */
.cg-highlight-points ul li:last-child{
    margin-bottom: 0;
}
.cg-highlight-points ul li:before{
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: #BDD8E4;
    border: 2px solid #828282;
    border-radius: 50%;
    left: -10px;
}
/* .cg-highlight-points ul li:after{
    content: '';
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.cg-highlight-points ul li:nth-child(1):after{
    width: 125px;
    height: 204px;
    background: url('../img/cg-first-line.png');
    left: -134px;
    top: 36px;
}
.cg-highlight-points ul li:nth-child(2):after{
    width: 126px;
    height: 111px;
    background: url('../img/cg-second-line.png');
    left: -134px;
    top: 47px;
}
.cg-highlight-points ul li:nth-child(3):after{
    width: 124px;
    height: 2px;
    background: url(../img/cg-middle-line.png);
    left: -132px;
    top: 46px;
}
.cg-highlight-points ul li:nth-child(4):after{
    width: 127px;
    height: 114px;
    background: url('../img/cg-fourth-line.png');
    left: -134px;
    bottom: 45px;
}
.cg-highlight-points ul li:nth-child(5):after{
    width: 125px;
    height: 215px;
    background: url('../img/cg-last-line.png');
    left: -134px;
    bottom: 31px;
} */
.value-creation-block{
    padding-top: 42px;
    position: relative;
}
.value-creation-block h3{
    color: #43505D;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 35px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.35px;
    margin-bottom: 56px;
}
.vc-circles{
    display: flex;
    justify-content: center;
    gap: 18px;
}
.vc-single-circle{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 50%;
    width: 234px;
    height: 235px;
    background: url('../img/vc-circle.png');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    color: #FFF;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 24px;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 0.96px;
    box-shadow: 10px 13px 34px 0px rgba(0, 0, 0, 0.17);
    backdrop-filter: blur(5px);
    transition: .7s;
}
.vc-single-circle:hover{
    background: url('../img/vc-circle-hover.png');
}
.value-creation-block a{
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    width: fit-content;
    height: 57px;
    border-radius: 12px;
    border: 1px solid #31709B;
    background: linear-gradient(52deg, rgba(255, 251, 255, 0.38) 20.24%, rgba(219, 219, 219, 0.38) 79.2%);
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(11.5px);
    color: #6C6464;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
    line-height: 29px; 
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
.value-creation-block a:hover {
    border: 1px solid #1f376e;
    background: #1f376e;
    color: #fff;
}
.strategy-wrap{
    padding-top: 50px;
    position: relative;
}
.strategy-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    background: linear-gradient(4deg, #100C2C 26.8%, rgba(16, 12, 44, 0.00) 97.13%);
    bottom: 0;
    left: 0;
    z-index: 1;
}
.strategy-contents{
    position: relative;
    z-index: 22;
}
.strategy-contents:after {
    content: '';
    position: absolute;
    width: 264px;
    height: 169px;
    background: url('../img/wh-fish-8.png');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    bottom: 92px;
    right: 17px;
    z-index: -1;
    transition: 2s;
    animation: wh-fish-anim-2 6s infinite;
}
.strategy-contents h2{
    color: #7BBDFB;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
}
.strategy-contents p{
    color: #CFD7F8;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px; 
    max-width: 978px;
    margin: auto;
}
.strategy-circles{
    margin-top: 36px;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.strategy-single-circle-block{
    position: relative;
    /* z-index: 1; */
}
.strategy-single-circle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 27px 45px 27px;
    border-radius: 50%;
    width: 234px;
    height: 235px;
    background: url('../img/ar-circle-hover.png');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: .7s;
    /* z-index: 3; */
    position: relative;
}
.strategy-open .strategy-single-circle {
    z-index: 3;
}
.strategy-single-circle-block.strategy-open .strategy-single-circle{
    background: url('../img/strategy-circle-hover.png');
    backdrop-filter: blur(11.5px);
}
.strategy-single-circle-block:nth-child(1){
    margin-top: 14px;
    padding-bottom: 60px;
}
.strategy-single-circle-block:nth-child(2),
.strategy-single-circle-block:nth-child(4) {
    margin-top: 60px;
}
.strategy-single-circle span{
    color: #CFD7F8;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1px;
}
.strategy-single-circle button{
    position: absolute;
    bottom: 30px;
}
.strategy-single-circle button span{
    color: #F490B3;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 17px;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 1.02px;
    text-transform: uppercase;
    transition: .7s;
}
.strategy-single-circle button img{
    /* display: none; */
    transition: .7s;
    opacity: 0;
}
.strategy-single-circle-block.strategy-open .strategy-single-circle button img {
    opacity: 1;
}
.strategy-single-details {
    width: 360px;
    height: auto;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0;
    z-index: 2;
    padding: 140px 30px 42px 30px;
    border-radius: 30px;
    border: 1px solid var(--N, #8D73FF);
    background: rgba(39, 32, 85, 0.57);
    backdrop-filter: blur(11px);
    /* max-height: 0; */
    /* overflow: hidden; */
    /* transition: max-height 0.9s ease, opacity 0.5s ease; */
    transition: opacity 0.7s ease;
    opacity: 0;
    visibility: hidden;
}
.strategy-single-details.open {
    /* max-height: 500px;  */
    opacity: 1;
    visibility: visible;
}
.strategy-single-det-top{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 45px;
}
.strategy-single-det-top::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #F490B3;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.strategy-det-values{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    color: #CFD7F8;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 20px;
    font-weight: 400;
    line-height: 25px; 
    padding-top: 8px;
    width: 50%;
    text-align: center;
}
.strategy-det-values:last-child {
    padding-left: 18px;
}
.strategy-det-values:first-child {
    padding-right: 18px;
}
.strategy-det-values span{
    color: #F490B3;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1.44px;
}
.strategy-single-details ul{

}
.strategy-single-details ul li{
    color: #CFD7F8;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.strategy-single-details ul li:last-child{
    margin-bottom: 0;
}
.strategy-single-details ul li span{
    color: #CFD7F8;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 23px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.92px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    background: #36315E;
    backdrop-filter: blur(11.5px);
}


.strategy-contents > div > a{
    margin-top: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    width: fit-content;
    height: 64px;
    border-radius: 14px;
    border: 1px solid #8D73FF;
    background: linear-gradient(50deg, rgba(53, 75, 178, 0.45) -5.81%, rgba(53, 75, 178, 0.09) 66.19%);
    backdrop-filter: blur(11.5px);
    color: #CFD7F8;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    /* z-index: 1; */
}
.strategy-contents > div > a:hover {
    border: 1px solid #1f376e;
    background: #1f376e;
    color: #fff;
}

.strategy-wrap > img{
    width: 100%;
    margin-top: -60px;
}

.har-report-wrap{
    margin-top: -490px;
    position: relative;
    z-index: 2;
}
.har-report-contents{

}
.har-table-content-blocks{
    position: relative;
    z-index: 1;
}
.har-table-content-single > div > h2{
    color: #CFD7F8;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 31px;
    font-weight: 500;
    line-height: 51px; 
    letter-spacing: 0.93px;
    margin-bottom: 17px;
}
.har-table-content-single > div > p{
    color: #CFD7F8;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    max-width: 978px;
    margin: auto;
}
.har-table-layout{
    display: flex;
    flex-direction: column;
    /* margin-top: 65px; */
    margin-top: 55px;
    position: relative;
    z-index: 1;
}
.har-table-1:after {
    content: '';
    position: absolute;
    width: 245px;
    height: 294px;
    background: url('../img/wh-fish-3.png');
    top: -128px;
    right: -55px;
    z-index: -1;
    transition: 2s;
    animation: wh-fish-anim-2 5s infinite;
}
.har-table-head {
    margin-bottom: 12px;
}
.har-table-row{
    display: flex;
}
.har-table-col-1{
    width: 25%;
}
.har-table-col-2{
    width: 25%; 
}
.har-table-col-3{
    width: 50%;
}
span.har-table-heading{
    color: #D5D5D5;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 0.54px;
    display: block;
    padding: 0 26px;
}
.har-table-body{
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.har-table-body .har-table-row{
    border-radius: 8px;
    background: rgba(209, 228, 243, 0.90);
    backdrop-filter: blur(7px);
    overflow: hidden;
}
.har-table-body .har-table-col-1{
    background: rgba(232, 241, 250, 0.90);
    padding: 28px 26px;
}
.har-table-col-1 h4{
    color: #1F376E;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}
.har-table-col-1 p, .har-accordion-mobile-layout .accordion-body p {
    color: #434343;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
.har-table-body .har-table-col-2{
    padding: 25px 34px;
}
.har-table-values{
    height: 100%;
    border-right: 1px solid #F490B3;
}
.har-table-value{
    display: flex;
    flex-direction: column;
    margin-top: 27px;
}
.har-table-value:first-child{
    margin-top: 0;
}
.har-table-value h6{
    color: #434343;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.har-table-value span{
    color: #1F376E;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1.24px;
}
.har-table-body .har-table-col-3{
    padding: 25px 30px 25px 25px;
}
.har-table-row ul{
    padding-left: 0;
}
.har-table-row ul li{
    color: #1F376E;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 8px;
}
.har-table-row ul li:last-child{
    margin-bottom: 0;
}
a.table-report-down-button {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    width: fit-content;
    height: 64px;
    border-radius: 14px;
    border: 1px solid #8D73FF;
    background: linear-gradient(50deg, rgba(53, 75, 178, 0.45) -5.81%, rgba(53, 75, 178, 0.09) 66.19%);
    backdrop-filter: blur(11.5px);
    color: #CFD7F8;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-weight: 600;
    line-height: 29px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}
a.table-report-down-button:hover {
    border: 1px solid #8B46B4;
}
a.table-report-down-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(55deg, rgba(113, 55, 125, 0.58) 38.27%, rgba(108, 63, 116, 0.33) 79.6%);
    border-radius: 12px;
    opacity: 0;
    transition: .7s;
    top: 0;
    left: 0;
    z-index: -1;
}
a.table-report-down-button:hover:before {
    opacity: 1;
}

.har-table-2{
    z-index: 1;
}
.har-table-2:before {
    position: absolute;
    content: '';
    width: 397px;
    height: 492px;
    background: url('../img/wh-fish-4.png');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -135px;
    left: -75px;
    z-index: -1;
    animation: wh-fish-anim-1 5s infinite;
}
.har-table-content-single {
    margin-top: 90px;
}
.har-table-content-single:first-child {
    margin-top: 0;
}
.har-table-2 .har-table-col-2{
    width: 37%;
    padding: 25px 30px 25px 34px;
}
.har-table-2 .har-table-col-3{
    width: 38%;
}
.har-table-col-1 a, .har-table-col-3 a{
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(11.5px);  
    color: #303030;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
}
.har-table-col-1 a:hover, .har-table-col-3 a:hover {
    border: 1px solid #1f376e;
    background: #1f376e;
    color: #fff;
}
.har-table-2 .har-table-col-1,
.har-table-3 .har-table-col-1 {
    padding: 28px 26px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.har-table-head .har-table-row > div {
    padding: 0;
}
.har-table-2 .har-table-values {
    border-right: none;
    display: flex;
    flex-wrap: wrap;
}
.har-table-2 .har-table-value {
    margin-top: 20px;
    width: 50%;
    padding-top: 20px;
    border-top: 1px solid #F490B3;
}
.har-table-2 .har-table-value:first-child,
.har-table-2 .har-table-value:nth-child(2){
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}
.yml-tabs-mobile{
    display: none;
}
.har-accordion-mobile-layout {
    display: none;
}
.shareholders-sections .world-hayleys-boxes {
    justify-content: start;
    width: max-content;
    overflow-x: scroll;
    gap: 20px;
}
.har-table-3 .har-table-col-1 {
    width: 22%;
}
.har-table-3 .har-table-col-2 {
    width: 30%;
}
.har-table-3 .har-table-head .har-table-col-2{
    display: flex;
}
.har-table-3 .har-table-head .har-table-col-2 .har-table-heading:nth-child(1) {
    width: 62%;
}
.har-table-3 .har-table-head .har-table-col-2 .har-table-heading:nth-child(2) {
    width: 38%;
    padding-left: 0;
}
.har-table-3 .har-table-values{

}
.har-yoy-row {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: 1px solid #F490B3;
    padding-bottom: 18px;
}
.har-yoy-row:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.har-yoy-row .har-table-value {
    width: 62%;
}
.har-yoy {
    width: 38%;
    color: #1F376E;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.92px;
    padding-left: 12px;
}
.har-table-3 .har-table-values {
    border-right: none;
}

.har-table-3 .har-table-col-3{
    width: 48%;
}
.bs-and-bc-block{
    display: flex;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
}
.bs-block{
    width: 55%;
}
.bs-block h3{
    color: #223A51;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 30px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}
.bs-block a{
    display: block;
    margin-bottom: 15px;
}
.bs-block a:last-child{
    margin-bottom: 0;
}
.bs-block a img{
    /* width: 100%;
    height: auto; */
}
.bc-block {
    width: 45%;
    padding-left: 75px;
}
.bc-block .value-creation-block {
    padding-top: 0;
}
.bc-block .value-creation-block h3 {
    font-size: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 50px;
    text-align: left;
}
.bc-block .value-creation-block .vc-circles{
    flex-wrap: wrap;
    justify-content: start;
}
.bc-block .value-creation-block .vc-single-circle{
    width: 232px;
    height: 232px;
    padding: 20px;
}
.way-forward-block{
    padding-top: 60px;
    position: relative;
}
.way-forward-block h3{
    color: #CFD7F8;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 38px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    margin-bottom: 55px;
    text-align: center;
}
.way-forward-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 28px;
    max-width: 85%;
    margin: auto;
}
.way-forward-single-box{
    width: 48.5%;
    height: fit-content;
    border-radius: 10px;
    background: rgba(232, 241, 250, 0.90);
    backdrop-filter: blur(7px);
    padding: 36px 32px 40px;
} 
.way-forward-single-box h4{
    color: #1F376E;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px; 
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
.way-forward-single-box ul{
    padding-left: 18px;
}
.way-forward-single-box ul li{
    color: #1F376E;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 15px;
}
.way-forward-single-box ul li:last-child{
    margin-bottom: 0;
}
.sei-block{
    padding-top: 65px;
    position: relative;
}
.sei-block h3{
    color: #223A51;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 34px;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 0.34px;
    margin-bottom: 15px;
}
.sei-block img{
    
}
.fancybox__container {
    z-index: 999999;
}
.lg-top-circles {
    padding-bottom: 45px;
}
.lg-top-circles .vc-single-circle {
    padding: 20px;
}
.shareholders-sections .page-title-content h1:before {
    background: url('../img/gpu-icon-2.png');
}
.customer-sections .page-title-content h1:before {
    background: url('../img/gpu-icon-5.png');
}
.communities-sections .page-title-content h1:before {
    background: url('../img/gpu-icon-6.png');
}
.employees-sections .page-title-content h1:before {
    background: url('../img/gpu-icon-3.png');
}
.supplier-sections .page-title-content h1:before {
    background: url('../img/gpu-icon-4.png');
}
.shareholders-sections .way-forward-single-box:nth-child(4) {
    margin-top: -52px;
}




.gup-sections .strategy-single-circle-block:nth-child(4) .strategy-single-det-top,
.shareholders-sections .strategy-single-circle-block:nth-child(4) .strategy-single-det-top {
    justify-content: center;
}
.gup-sections .strategy-single-circle-block:nth-child(4) .strategy-single-det-top::before,
.shareholders-sections .strategy-single-circle-block:nth-child(4) .strategy-single-det-top::before {
    display: none;
}
.gup-sections .strategy-single-circle-block:nth-child(4) .strategy-det-values,
.shareholders-sections .strategy-single-circle-block:nth-child(4) .strategy-det-values {
    padding-right: 0 !important;
    width: 100%;
    padding-left: 0 !important;
}
/* .har-table-body .har-table-row:first-child .har-table-col-2 .har-table-value:last-child {
    display: none;
} */
#oy-modal-4 .ar-modal-single-block:nth-child(2) {
    border-bottom: 1px solid #F490B3;
}
.shareholders-sections .world-hayleys-wrap,
.customer-sections .world-hayleys-wrap,
.employees-sections .world-hayleys-wrap,
.supplier-sections .world-hayleys-wrap {
    padding-top: 20px;
    padding-bottom: 85px;
} 

.communities-sections .our-year-circles,
.customer-sections .our-year-circles,
.employees-sections .our-year-circles,
.supplier-sections .our-year-circles {
    margin-top: 35px;
}
.communities-sections .our-year-circle span,
.customer-sections .our-year-circle span,
.employees-sections .our-year-circle span,
.supplier-sections .our-year-circle span {
    margin-bottom: 0;
}
.communities-sections .our-year-circle button,
.customer-sections .our-year-circle button,
.employees-sections .our-year-circle button,
.supplier-sections .our-year-circle button {
    margin-top: 25px;
}
.communities-sections .our-year-circle button a,
.customer-sections .our-year-circle button a,
.supplier-sections .our-year-circle button a {
    color: #F490B3;
}
.communities-sections .our-year-contents .modal .modal-dialog,
.customer-sections .our-year-contents .modal .modal-dialog,
.employees-sections .our-year-contents .modal .modal-dialog,
.supplier-sections .our-year-contents .modal .modal-dialog {
    max-width: 950px;
}
.communities-sections .our-year-contents .modal .modal-body h3,
.customer-sections .our-year-contents .modal .modal-body h3,
.employees-sections .our-year-contents .modal .modal-body h3,
.supplier-sections .our-year-contents .modal .modal-body h3 {
    margin-bottom: 30px;
}
.communities-sections .our-year-contents .modal .modal-body p,
.customer-sections .our-year-contents .modal .modal-body p,
.employees-sections .our-year-contents .modal .modal-body p,
.supplier-sections .our-year-contents .modal .modal-body p {
    text-align: left;
}
.communities-sections .ar-modal-single-block,
.customer-sections .ar-modal-single-block {
    padding-bottom: 0;
    width: auto;
    border-bottom: none !important;
}
.communities-sections .ar-modal-blocks,
.customer-sections .ar-modal-blocks {
    gap: 50px;
    justify-content: center;
}
.communities-sections #oy-modal-4 .ar-modal-single-block > span{
    margin-top: 0;
}
.communities-sections #oy-modal-4 .ar-modal-blocks {
    gap: 20px;
    flex-wrap: nowrap;
}
.communities-sections #oy-modal-4 .ar-modal-single-block {
    border-radius: 15px;
    border: 1px solid var(--N, #8D73FF) !important;
    background: rgba(39, 32, 85, 0.34);
    backdrop-filter: blur(11px);
    padding: 35px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esg-inegration-wrap {
    padding-top: 18px;
    padding-bottom: 28px;
}
.communities-sections .har-report-wrap,
.customer-sections .har-report-wrap,
.employees-sections .har-report-wrap,
.supplier-sections .har-report-wrap {
    margin-top: 0;
}
.communities-sections .way-forward-boxes,
.employees-sections .way-forward-boxes,
.supplier-sections .way-forward-boxes {
    justify-content: center;
}
.supplier-sections .wh-count {
    font-size: 54px;
}



.hc-block {
    position: relative;
    padding: 80px 0 0;
}
.hc-block h3{
    color: #0054A6;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.45px;
    margin-bottom: 32px;
}
.hc-block h4 {
    color: #223A51;
    text-align: center;
    font-family: 'Lab Antiqua Small Condensed';
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.3px;
    margin-bottom: 35px;
}
.hc-block a{
    width: 100%;
    text-align: center;
    display: block;
}
.gup-sections .har-table-2 .har-table-col-2 {
    width: 75%;
}
.gup-sections .har-table-2 .har-table-value {
    width: 33.33%;
    padding-right: 32px;
}
.gup-sections .har-table-2 .har-table-value:nth-child(3) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.supplier-sections .our-year-contents .modal .modal-body ul ul {
    margin-top: 10px;
}
.supplier-sections .our-year-contents .modal .modal-body ul ul li {
    margin-bottom: 0;
}

/* End of General User Persona page */



/* 404 page */
.error-page h1{
    font: normal normal bold 120px/58px Open Sans;
}

.error-page h4{
    font: normal normal bold 50px/58px Open Sans;
    text-align: center;
    margin: 100px 0;
    color: #095f57;
}
/* End of 404 page */