.cp-header{display:flex;justify-content:center;align-items:center;position:fixed;top:3rem;left:50%;transform:translate(-50%);z-index:10000;transition:.5s ease}@media screen and (max-width:768px){.cp-header{top:2rem;width:100%;padding:0}}.cp-header.scroll{top:2rem}@media screen and (max-width:768px){.cp-header.scroll{top:1.5rem}}.cp-header.scroll .header-wrap{width:95%;transition:.5s ease;background:rgba(0,0,0,.9)}@media screen and (max-width:768px){.cp-header.open{top:0}.cp-header.open .header-wrap{width:100%;border-radius:0;background:rgb(0,0,0)}}.cp-header .header-wrap{transition:.5s ease;width:100%;padding:.8rem;border-radius:40px;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width:768px){.cp-header .header-wrap{background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem}}.cp-header .header-wrap .header-lhs{margin-right:1rem}.cp-header .header-wrap .header-lhs .header-logo{width:100%;height:1.8rem;overflow:hidden;margin-left:.3rem}@media screen and (max-width:768px){.cp-header .header-wrap .header-lhs .header-logo{margin-left:0;max-width:7rem}}.cp-header .header-wrap .header-lhs .header-logo img{width:100%;height:100%;object-fit:contain}.cp-header .header-wrap .hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:.2rem;color:#ffffff;z-index:10002}@media screen and (max-width:768px){.cp-header .header-wrap .hamburger-menu{display:block}}.cp-header .header-wrap .hamburger-menu svg{transition:.3s ease}.cp-header .header-wrap .header-mhs{width:65%;z-index:10001}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs{display:none;position:absolute;top:100%;left:0;right:0;width:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10001;padding:0 1rem 2rem;border-radius:0 0 1.2rem 1.2rem}.cp-header .header-wrap .header-mhs.mobile-open{display:block;height:100vh;background:rgb(0,0,0)}}.cp-header .header-wrap .header-mhs .header-links ul{padding-left:0;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul{flex-direction:column;align-items:flex-start}}.cp-header .header-wrap .header-mhs .header-links ul li{width:auto;margin:.5rem 0}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul li{margin:.2rem 0;width:100%}}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link,.cp-header .header-wrap .header-mhs .header-links ul li a{font-size:1rem;color:#ffffff;font-family:Inter-Regular,sans-serif;padding:.5rem 1rem;border-radius:4rem;transition:all .5s ease;display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link,.cp-header .header-wrap .header-mhs .header-links ul li a{padding:.5rem}}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link svg,.cp-header .header-wrap .header-mhs .header-links ul li a svg{transition:all .5s ease}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link svg,.cp-header .header-wrap .header-mhs .header-links ul li a svg{transform:rotate(270deg)}}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link.active,.cp-header .header-wrap .header-mhs .header-links ul li a.active{background:#28282B}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link.active svg,.cp-header .header-wrap .header-mhs .header-links ul li a.active svg{transform:rotate(180deg)}.cp-header .header-wrap .header-rhs{width:19%}@media screen and (max-width:768px){.cp-header .header-wrap .header-rhs{display:none}}.cp-header .header-wrap .header-rhs .header-action{display:flex;justify-content:flex-end;align-items:flex-end;width:100%}.cp-header .header-wrap .header-rhs .header-action a{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1rem}@media screen and (max-width:768px){.cp-header .header-wrap .header-rhs .header-action a{font-size:.8rem}}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo{width:80%;background:#5917FA;padding:.3rem;display:flex;justify-content:space-between;align-items:center;border-radius:30px;cursor:pointer;transition:.3s ease-in-out}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo:hover{background:#FF5C48}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo:hover svg{transform:rotate(42deg);color:#FF5C48}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo a{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1.1rem;margin-left:1rem}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo svg{transition:.3s ease-in-out;border-radius:50%;background:#ffffff;color:#5917FA;padding:.6rem;height:3rem;width:3rem;margin-left:.5rem}.cp-header .header-wrap .header-rhs .header-action .btn-platform{background:#5917FA;padding:.4rem;width:75%;border-radius:30px;font-size:1.1rem;font-family:Inter-Regular,sans-serif}.cp-header .header-wrap .header-rhs .header-action .btn-platform svg{border:1px solid;border-radius:50%;background:#ffffff;color:#5917FA;padding:.6rem;height:3rem;width:3rem;margin-left:.5rem}.cp-header .nav-dropdown{display:none;padding:1rem;transform:translateY(-20px);opacity:0;transition:all .3s ease-in-out}.cp-header .nav-dropdown.active{display:flex;justify-content:space-between;align-items:flex-start;position:absolute;max-width:65%;top:100%;left:20%;transform:translateY(0);width:100%;background-color:#28282b;border-radius:1rem;z-index:3;gap:1rem;animation:slideIn .3s ease-in-out forwards}@media screen and (max-width:768px){.cp-header .nav-dropdown.active{max-width:100%;transform:translateY(0);flex-direction:column;padding:.5rem 0;border-radius:0;position:fixed;z-index:10000;top:0;left:0;height:100vh;background:rgb(0,0,0)}}.cp-header .nav-dropdown.active .lhs-wrap,.cp-header .nav-dropdown.active .rhs-wrap{width:50%}@media screen and (max-width:768px){.cp-header .nav-dropdown.active .lhs-wrap,.cp-header .nav-dropdown.active .rhs-wrap{width:100%}}.cp-header .nav-dropdown.active .nav-list{list-style-type:none;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.cp-header .nav-dropdown.active .nav-list .nav-item{width:100%}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1.1rem;line-height:1.4rem;padding:.8rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease-in-out}@media screen and (max-width:768px){.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link{color:#ffffff;font-size:1.2rem;padding:1rem}}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link .nav-icon{display:none}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link:hover{background-color:rgba(0,0,0,.5)}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link:hover .nav-icon{display:inline-block}@media screen and (max-width:768px){.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link:hover .nav-icon{display:none}}.cp-header .has-dropdown{cursor:pointer}@media screen and (min-width:768px){.cp-header .has-dropdown:hover .nav-dropdown{display:flex}}@media screen and (max-width:768px){.cp-header .nav-card{display:none}}.cp-header .nav-card .img-wrap{height:13rem;border-radius:1rem;margin-bottom:1rem;overflow:hidden}.cp-header .nav-card .img-wrap img{width:100%;height:100%;object-fit:cover}.cp-header .nav-card .card-desc{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1.1rem;line-height:1.8rem;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.cp-header .nav-card .card-link{color:#FF5C48;font-family:Montserrat-Regular,sans-serif;font-size:1.1rem;line-height:1.4rem;padding:0;transition:all .3s ease-in-out;padding:.2rem 0!important}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.cp-about-banner{padding-top:10rem;margin-bottom:2rem;background:url(https://framerusercontent.com/images/HOUZPFq8Egq4K9pPDLaMT0QxIQ.svg);background-size:cover;background-attachment:fixed}@media screen and (max-width:768px){.cp-about-banner{padding-top:5rem}}.cp-about-banner .about-content{text-align:center}.cp-about-banner .about-content h2{color:#ffffff;font-size:3.2rem;line-height:3.4rem;font-family:Montserrat-Medium,sans-serif}@media screen and (max-width:768px){.cp-about-banner .about-content h2{font-size:2.2rem;line-height:2.5rem}}.cp-about-banner .about-content h2 span{display:block}.cp-about-banner .about-content .content-para{margin-top:1rem;display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.cp-about-banner .about-content .content-para p{color:#ffffff;font-family:Montserrat-Medium,sans-serif;width:60%;line-height:2rem}@media screen and (max-width:768px){.cp-about-banner .about-content .content-para p{width:80%;font-family:Montserrat-Regular,sans-serif;line-height:1.4rem;font-size:1rem}}.cp-about-banner .img-card{height:30rem;width:100%;border-radius:20px;overflow:hidden}@media screen and (max-width:768px){.cp-about-banner .img-card{height:15rem;margin-bottom:1rem}}.cp-about-banner .img-card img{height:100%;width:100%;object-fit:cover}.cp-about-serpbays{background:#fff;padding:4rem}@media screen and (max-width:768px){.cp-about-serpbays{padding:2rem 0}.cp-about-serpbays .serpbays-content{padding-bottom:1rem}}.cp-about-serpbays .serpbays-content p{font-size:2.3rem;line-height:4rem;font-family:Inter-Regular,sans-serif}@media screen and (max-width:768px){.cp-about-serpbays .serpbays-content p{font-size:1.6rem;line-height:1.8rem;text-align:center}}.cp-about-serpbays .content-card{margin-top:2rem;border-left:2px solid rgba(0,0,0,.8);padding-left:1rem}@media screen and (max-width:768px){.cp-about-serpbays .content-card{font-size:1.8rem;line-height:2rem;margin-top:.8rem;padding-left:.5rem}}.cp-about-serpbays .content-card .card-number p{font-size:3rem;line-height:3.2rem;font-family:Inter-Regular,sans-serif}@media screen and (max-width:768px){.cp-about-serpbays .content-card .card-number p{font-size:1.8rem;line-height:2rem;margin-bottom:.3rem}}.cp-about-serpbays .content-card .card-text p{font-size:1.1rem;line-height:1.4rem;color:#272727;font-family:Inter-Regular,sans-serif}@media screen and (max-width:768px){.cp-about-serpbays .content-card .card-text p{font-size:.8rem;line-height:1rem}}.cp-complete{padding-top:4rem;padding-bottom:2rem;background-image:url("/_next/static/media/Property 1=1 (1).a6395fef.png");background-size:cover;background-repeat:no-repeat}@media screen and (max-width:768px){.cp-complete{padding:2rem 0}}.cp-complete .complete-lhs .lhs-heading{margin-bottom:1rem}.cp-complete .complete-lhs .lhs-heading h2{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:2.5rem}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-heading h2{font-size:1.6rem;line-height:1.8rem;text-align:center}}.cp-complete .complete-lhs .lhs-heading h2 span{display:block}.cp-complete .complete-lhs .lhs-desc{margin-bottom:1rem}.cp-complete .complete-lhs .lhs-desc p{color:#ffffff;font-family:Inter-Medium,sans-serif;line-height:2rem}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-desc p{font-size:1rem;line-height:1.2rem;text-align:center;font-family:Inter-Regular,sans-serif}}.cp-complete .complete-lhs .lhs-accordion{margin-top:3rem}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-accordion{margin-top:2rem}}.cp-complete .complete-lhs .lhs-accordion ul{padding-left:0}.cp-complete .complete-lhs .lhs-accordion ul li{margin-bottom:1rem;cursor:pointer}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card{padding:1.5rem;border-radius:20px;border:1px solid #28282b;border-left:2px solid #5917fa;transition:.2s ease-in}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card{padding:1rem}}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card.active{background:#ffffff;border-left:0 solid #5917fa}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card.active .card-heading h3{color:#000000}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card.active .card-heading h3{font-size:1.3rem;line-height:1.4rem;margin-bottom:.5rem}}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card.active .card-desc p{color:#000000}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card.active .card-desc p{font-size:.9rem;line-height:1.1rem}}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card:hover{background:#ffffff;border-left:0 solid #5917fa}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card:hover .card-desc p,.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card:hover .card-heading h3{color:#000000}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card .card-heading{margin-bottom:1rem}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card .card-heading h3{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:1.5rem}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card .card-heading h3{font-size:1.3rem;line-height:1.4rem;margin-bottom:.5rem}}.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card .card-desc p{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:1rem}@media screen and (max-width:768px){.cp-complete .complete-lhs .lhs-accordion ul li .accordion-card .card-desc p{font-size:.9rem;line-height:1.1rem}}.cp-complete .complete-rhs .rhs-box{border:5px solid #28282b;height:30rem;border-radius:20px;overflow:hidden}@media screen and (max-width:768px){.cp-complete .complete-rhs .rhs-box{border:2px solid #28282b;height:15rem}}.cp-complete .complete-rhs .rhs-box img{height:100%;width:100%;object-fit:cover;filter:grayscale(20%)}.cp-growth{padding-top:5rem;padding-bottom:5rem;background:#000000;animation:slideBackground 6s infinite;background-repeat:no-repeat;background-size:cover}@media screen and (max-width:768px){.cp-growth{padding:2rem 1rem}}@keyframes slideBackground{0%{background-image:url(/_next/static/media/Property\ 1=1.22c5c166.png)}33%{background-image:url("/_next/static/media/Property 1=1 (1).a6395fef.png")}66%{background-image:url(/_next/static/media/Property\ 1=2.5439782e.png)}to{background-image:url("/_next/static/media/Property 1=2 (1).308d4170.png")}}.cp-growth .section-top-content{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-bottom:3rem}@media screen and (max-width:768px){.cp-growth .section-top-content{margin-bottom:1.5rem}}.cp-growth .section-top-content .section-heading h2{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:2.8rem}@media screen and (max-width:768px){.cp-growth .section-top-content .section-heading h2{font-size:1.6rem;line-height:1.8rem;text-align:center}}.cp-growth .section-top-content .section-paragraph{margin-top:2rem;width:40%}@media screen and (max-width:768px){.cp-growth .section-top-content .section-paragraph{width:90%;margin-top:1rem}}.cp-growth .section-top-content .section-paragraph p{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:1rem;line-height:2.2rem}@media screen and (max-width:768px){.cp-growth .section-top-content .section-paragraph p{line-height:1.2rem;text-align:center;font-family:Inter-Regular,sans-serif}}.cp-growth .growth-top{display:flex;justify-content:space-between;align-items:stretch;gap:1rem;flex-wrap:wrap}@media screen and (max-width:768px){.cp-growth .growth-top{flex-direction:column}}.cp-growth .growth-top .growth-box{padding:3rem;border-radius:30px;text-align:center;width:32%}@media screen and (max-width:768px){.cp-growth .growth-top .growth-box{padding:1rem;border-radius:20px;width:100%}}.cp-growth .growth-top .growth-box.typ-1{background:#5917FA}.cp-growth .growth-top .growth-box.typ-1 .box-desc p,.cp-growth .growth-top .growth-box.typ-1 .box-number h3{color:#ffffff}.cp-growth .growth-top .growth-box.typ-2{border:2px solid #ffffff}.cp-growth .growth-top .growth-box.typ-2 .box-desc p,.cp-growth .growth-top .growth-box.typ-2 .box-number h3{color:#ffffff}.cp-growth .growth-top .growth-box.typ-3{background:#FF5C48}.cp-growth .growth-top .growth-box .box-number{margin-bottom:.5rem}.cp-growth .growth-top .growth-box .box-number h3{font-size:4rem;line-height:4.2rem;font-family:Montserrat-Medium,sans-serif;color:#ffffff}@media screen and (max-width:768px){.cp-growth .growth-top .growth-box .box-number h3{font-size:2rem;line-height:2.2rem}}.cp-growth .growth-top .growth-box .box-desc p{font-size:1rem;line-height:1.2rem;font-family:Inter-Medium,sans-serif;color:#ffffff}@media screen and (max-width:768px){.cp-growth .growth-top .growth-box .box-desc p{font-size:.9rem;line-height:1rem}}.cp-leadership{padding:4rem 0}@media screen and (max-width:768px){.cp-leadership{padding:2rem 0}}.cp-leadership .leadership-head-wrap{display:flex;justify-content:space-between;margin-bottom:3rem;gap:1.5rem}@media screen and (max-width:768px){.cp-leadership .leadership-head-wrap{margin-bottom:1.5rem;flex-wrap:wrap}}.cp-leadership .leadership-head-wrap .leadership-title{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:2.8rem;line-height:3rem;margin-bottom:.8rem;width:50%}@media screen and (max-width:768px){.cp-leadership .leadership-head-wrap .leadership-title{font-size:1.6rem;line-height:1.8rem;text-align:center;width:100%}}.cp-leadership .leadership-head-wrap .leadership-desc{font-family:Montserrat-Medium,sans-serif;color:#ffffff;font-size:1rem;line-height:2rem;width:50%;text-align:right}@media screen and (max-width:768px){.cp-leadership .leadership-head-wrap .leadership-desc{line-height:1.2rem;text-align:center;font-family:Inter-Regular,sans-serif;width:80%;margin:0 auto}}.cp-leadership .leadership-card-wrap{margin-top:3rem;justify-content:space-around;display:flex;flex-wrap:wrap;gap:3rem;background-image:url(/_next/static/media/leadership-bg.b8d6625c.png)}@media screen and (max-width:768px){.cp-leadership .leadership-card-wrap{margin-top:1.5rem;gap:1.5rem}}.cp-leadership .leadership-card{width:28%;position:relative;border-radius:10px;overflow:hidden}@media screen and (max-width:1024px){.cp-leadership .leadership-card{width:46%}}@media screen and (max-width:768px){.cp-leadership .leadership-card{width:90%}}.cp-leadership .leadership-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem;background:linear-gradient(0deg,rgb(0,0,0),rgba(255,255,255,0));z-index:1}.cp-leadership .leadership-card .image-wrap{max-height:360px;height:100%}.cp-leadership .leadership-card .image-wrap img{width:100%;height:100%;object-fit:cover}.cp-leadership .leadership-card .content-wrap{position:absolute;inset:auto auto 8% 8%;z-index:2}.cp-leadership .leadership-card .content-wrap .leadership-name{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:1.4rem;line-height:1.6rem;margin-bottom:.8rem}@media screen and (max-width:768px){.cp-leadership .leadership-card .content-wrap .leadership-name{font-size:1.2rem;line-height:1.4rem}}.cp-leadership .leadership-card .content-wrap .designation{color:#ffffff;font-family:Montserrat-Medium,sans-serif;font-size:1.2rem;line-height:1.4rem}@media screen and (max-width:768px){.cp-leadership .leadership-card .content-wrap .designation{font-size:1rem;line-height:1.2rem}}.cp-divider{height:2rem;overflow:hidden;width:100%;display:flex;justify-content:center;align-items:center}.cp-divider img{height:100%;width:100%;object-fit:contain}.cp-footer{margin-bottom:3rem;margin-top:2rem;display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.cp-footer{margin:1.5rem 0}}.cp-footer .footer-wrap{display:flex;justify-content:space-between;align-items:center;width:95%}@media screen and (max-width:768px){.cp-footer .footer-wrap{flex-wrap:wrap;flex-direction:column;gap:1rem;width:100%}}.cp-footer .footer-wrap .footer-logo{width:10%;overflow:hidden;height:2rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-logo{width:80%;margin:0 auto}}.cp-footer .footer-wrap .footer-logo img{height:100%;width:100%;object-fit:contain}.cp-footer .footer-wrap .footer-link{width:50%;overflow:hidden;display:flex;justify-content:end;align-items:center}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link{width:100%}}.cp-footer .footer-wrap .footer-link ul{display:flex;justify-content:start;align-items:center;margin-right:2rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link ul{flex-direction:row;justify-content:center;width:100%;margin-right:0;gap:.8rem;align-items:center}}.cp-footer .footer-wrap .footer-link ul li{margin-right:3rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link ul li{margin-right:0;margin-bottom:.5rem}}.cp-footer .footer-wrap .footer-link ul li a{color:#ffffff;font-family:Inter-Medium,sans-serif;font-size:1rem;line-height:1.1rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link ul li a{font-size:.9rem;line-height:1rem}}.cp-footer .footer-wrap .footer-social{width:30%;overflow:hidden;display:flex;justify-content:end;align-items:center}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-social{width:100%;justify-content:center}}.cp-footer .footer-wrap .footer-social ul{display:flex;justify-content:start;align-items:center}.cp-footer .footer-wrap .footer-social ul li a{margin-right:1rem}.cp-footer .footer-wrap .footer-social ul li a:hover span:before{color:#ffffff}.cp-footer .footer-wrap .footer-social ul li a span{font-size:1.6rem}.cp-footer .footer-wrap .footer-social ul li a span:before{color:rgba(255,255,255,.6)}.cp-copy{text-align:center;margin-bottom:1rem}.cp-copy p{color:rgba(255,255,255,.6);font-family:Inter-Regular,sans-serif}@media screen and (max-width:768px){.cp-copy p{font-size:.8rem}}