@font-face {
    font-family: 'Ibm';
    font-style: normal;
    font-weight: 400;
    src: url('https://api-ipcc-browser.ipcc-data.org/branding/assets/assets/fonts/Ibm/IBMPlexSans-Regular.ttf');
}

@font-face {
    font-family: 'Ibm';
    font-style: normal;
    font-weight: 500;
    src: url('https://api-ipcc-browser.ipcc-data.org/branding/assets/assets/fonts/Ibm/IBMPlexSans-Medium.ttf');
}

@font-face {
    font-family: 'Ibm';
    font-style: normal;
    font-weight: 600;
    src: url('https://api-ipcc-browser.ipcc-data.org/branding/assets/assets/fonts/Ibm/IBMPlexSans-SemiBold.ttf');
}

@font-face {
    font-family: 'Ibm';
    font-style: normal;
    font-weight: 700;
    src: url('https://api-ipcc-browser.ipcc-data.org/branding/assets/assets/fonts/Ibm/IBMPlexSans-Bold.ttf');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: url('https://api-ipcc-browser.ipcc-data.org/branding/assets/assets/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 700;
    src: url('https://api-ipcc-browser.ipcc-data.org/branding/assets/assets/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf');
}




/* Masonry Mixins */
	html,
	body,
	.header-menu .nav .nav-item .nav-link {
		margin: 0;
		padding: 0;
		text-decoration:none;
	}

	html {
		height: 100%;
	}

	html ::-webkit-scrollbar {
		display: none;
	}

	body {
		height: 100%;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		-moz-osx-font-smoothings: grayscale;
		-webkit-font-smoothing: antialiased;
		background: #6191C8;
	}


	.app {
		position: relative;
		overflow-x: hidden;
		min-height: 100vh;
	}

	.app.fixed {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow: hidden;
	}

	.main-content {
		position: relative;
		min-height: 100vh;
		overflow: hidden;
	}

	.main-content-light {
		background-color: #fff;
	}

	.main-content.landing:before {
		width: 100%;
		height: calc(100% - 640px);
		content: '';
		position: absolute;
		top: 640px;
		left: 0;
	}

	@media (min-width: 760px) {
		.main-content.landing:before {
			height: calc(100% - 592px);
			top: 592px;
		}
	}

	@media (min-width: 992px) {
		.main-content.landing:before {
			height: calc(100% - 710px);
			top: 710px;
		}
	}

	@media (min-width: 1200px) {
		.main-content.landing:before {
			height: calc(100% - 780px);
			top: 780px;
		}
	}

	.container {
		position: relative;
		z-index: 1;
		padding-left: 20px;
		padding-right: 20px;
	}

	@media (min-width: 576px) {
		.container {
			max-width: calc(100% - 50px);
		}
	}

	@media (min-width: 992px) {
		.container {
			max-width: calc(100% - 90px);
		}
	}

	@media (min-width: 1200px) {
		.container {
			max-width: calc(100% - 116px);
		}
	}

	@media (min-width: 1439px) {
		.container {
			max-width: 1324px;
		}
	}

	@media (max-width: 767.98px) {
		body.stuck-mobile .app {
			height: 100vh !important;
			overflow: hidden;
		}

		body.stuck-mobile .grid-section .container {
			z-index: auto;
		}
	}

	h1 {
		font-family: "Poppins", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 88px;
		line-height: 103px;
		color: #fff;
		margin: 0;
	}

	@media (max-width: 992px) {
		h1 {
			font-size: 38px;
			line-height: 50px;
		}
	}

	h2 {
		font-family: "Poppins", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 38px;
		line-height: 57px;
		color: #393745;
		margin: 0;
	}

	@media (max-width: 992px) {
		h2 {
			font-size: 18px;
			line-height: 30px;
		}
	}

	h3 {
		font-family: "Poppins", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 36px;
		color: #393745;
		margin: 0;
	}

	p {
		font-family: "Poppins", sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 30px;
		color: #4F4D58;
		margin: 0;
	}

	@media (max-width: 992px) {
		p {
			font-size: 15px;
			line-height: 26px;
		}
	}

	header {
		position: relative;
		z-index: 9;
		top: 0;
		left: 0;
	}

	.top-header-section {
		padding: 30px 50px;
	}

	.bottom-header-section {
		padding: 30px 50px;
	}

	@media (max-width: 992px) {
		.top-header-section {
			padding: 40px 0 28px;
		}

		.bottom-header-section {
			padding: 40px 0 28px;
		}
	}

	.top-header-section a {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.1em;
		color: #fff;
		font-family: "Roboto Condensed";
		margin-right: 100px;
		text-decoration: none;
	}

	@media (max-width: 992px) {
		.top-header-section a {
			font-size: 13px;
			line-height: 15px;
			margin-right: 35px;
		}
	}

	@media (max-width: 992px) {
		.top-header-section .right {
			position: absolute;
			right: 20px;
			z-index: 99;
			background: #6191C8;
		}
	}

	.top-header-section .right-about {
		display: none;
	}

	@media (max-width: 992px) {
		.top-header-section .right-about {
			display: block;
		}
	}

	.top-header-section .right a {
		margin-right: 0px;
	}

	@media (max-width: 992px) {
		.top-header-section .right a#open {
			display: none !important;
		}
	}

	.top-header-section .right img {
		margin-right: 14px;
		cursor: pointer;
	}

	@media (max-width: 992px) {
		.top-header-section .right img {
			margin-right: 0;
		}
	}

	.top-header-section .right input {
		background: transparent;
		border: none;
		color: #FFFFFF;
		font-size: 13px;
		line-height: 23px;
		font-family: "Poppins", sans-serif;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		width: 0px;
		opacity: 0;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
	}

	.top-header-section .right input::-webkit-input-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.top-header-section .right input::-moz-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.top-header-section .right input:-ms-input-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.top-header-section .right input::-ms-input-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.top-header-section .right input::placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.top-header-section .right .open-input {
		width: 200px;
		opacity: 1;
		margin-right: 14px;
	}

	@media (max-width: 1200px) {
		.top-header-section .right .open-input {
			margin-left: 14px;
			width: 250px;
		}
	}

	.top-header-section .right #close-s {
		display: none;
	}

	.header-section {
		-webkit-transition: .5s all ease-in-out;
		-o-transition: .5s all ease-in-out;
		transition: .5s all ease-in-out;
		margin: 0 auto;
		background: #5785B9;
		position: relative;
	}

	.header-section-padding {
		padding: 30px 80px;
	}

	.productbg {
		background: rgba(255, 255, 255, 0.6) !important;
		-webkit-backdrop-filter: blur(0) !important;
		backdrop-filter: blur(0) !important;
	}

	.header-container {
		background-color: transparent;
	}

	.header-logo {
		position: relative;
		z-index: 9;
		width: 95px;
	}

	@media (max-width: 992px) {
		.header-logo {
			width: 68px;
		}
	}

	.header-logo a img {
		width: 100%;
	}

	.right a {
		text-decoration: none;
		outline: none;
	}

	.header-menu .nav {
		width: 100%;
		position: absolute;
		visibility: hidden;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: 50px;
		left: 0;
		z-index: 8;
		padding: 74px 25px;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: all ease-in-out .375s;
		-o-transition: all ease-in-out .375s;
		transition: all ease-in-out .375s;
		opacity: 0;
	}

	.header-menu .nav .nav-item {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.header-menu .nav .nav-item .nav-link {
		cursor: pointer;
		display: block;
		padding: 5px 0;
		font-family: "Roboto Condensed";
		font-weight: 700;
		font-size: 16px;
		line-height: 19px;
		letter-spacing: 0.1em;
		color: #fff;
		-webkit-transition: all ease-in-out .25s;
		-o-transition: all ease-in-out .25s;
		transition: all ease-in-out .25s;
		position: relative;
	}

	@media (max-width: 760px) {
		.header-menu .nav .nav-item .nav-link {
			font-weight: 400;
			font-size: 18px;
			line-height: 21px;
			padding: 0 0 60px;
			font-weight: 700;
		}
	}

	.header-menu .nav .nav-item .nav-link::after {
		content: "";
		display: block;
		position: absolute;
		background: #fff;
		-webkit-transition: width .3s ease 0s, left .3s ease 0s;
		-o-transition: width .3s ease 0s, left .3s ease 0s;
		transition: width .3s ease 0s, left .3s ease 0s;
		height: 1px;
		width: 0;
		right: 0;
	}

	@media (min-width: 992px) {
		.header-menu .nav .nav-item .nav-link::after {
			left: 50%;
		}
	}

	.header-menu .nav .nav-item .nav-link:hover::after {
		width: 0;
		left: 0;
	}

	@media (min-width: 992px) {
		.header-menu .nav .nav-item .nav-link:hover::after {
			width: 100%;
			left: 0;
		}
	}

	@media (min-width: 992px) {
		.header-menu .nav .nav-item .nav-link {
			color: #fff;
		}
	}

	.header-menu .nav .nav-item.active .nav-link {
		color: #FFFFFF !important;
		-webkit-transition: all ease-in-out .25s;
		-o-transition: all ease-in-out .25s;
		transition: all ease-in-out .25s;
		font-weight: 700;
	}

	.header-menu .nav .nav-item.active .nav-link:hover {
		opacity: 1;
	}

	@media (min-width: 992px) {
		.header-menu .nav .nav-item.active .nav-link {
			color: #ef4b6c;
		}
	}

	.header-menu .nav .nav-item+.nav-item {
		margin-left: 0;
	}

	@media (min-width: 992px) {
		.header-menu .nav.nav-light .nav-item .nav-link {
			color: #fff;
		}
	}

	@media (min-width: 992px) {
		.header-menu .nav.nav-light .nav-item-light .nav-link {
			color: #4D5571;
		}
	}

	.header-menu .nav.nav-light .nav-item.active .nav-link,
	.header-menu .nav.nav-light .nav-item:hover .nav-link {
		opacity: 1;
	}

	.header-menu .nav.nav-light+.mobile-menu span {
		background-color: #fff;
		margin-top: 10px;
	}

	.header-menu .nav.nav-light+.mobile-menu.light span {
		background: #fff;
	}

	@media (min-width: 992px) {
		.header-menu .nav {
			width: auto;
			height: auto;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			position: relative;
			visibility: visible;
			top: auto;
			left: auto;
			height: auto;
			padding: 0;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			-webkit-transition: none;
			-o-transition: none;
			transition: none;
			opacity: 1;
		}

		.header-menu .nav .nav-item {
			width: auto;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
		}

		.header-menu .nav .nav-item+.nav-item {
			margin-top: 0;
			margin-left: 100px;
		}
	}

	.header-menu.open .nav {
		position: absolute;
		left: 0px;
		top: 79px;
		width: 100vw;
		height: 100vh;
		background: #5785B9;
		padding: 20px 20px;
		visibility: visible;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		-webkit-transition: all ease-in-out .375s;
		-o-transition: all ease-in-out .375s;
		transition: all ease-in-out .375s;
		opacity: 1;
	}

	.header-menu.open .nav-lighty {
		background: #6A7289;
		border: 1px solid #4D5571;
	}

	.header-menu.open .nav-lighty .nav-item .nav-link {
		text-align: left;
		color: #4D5571 !important;
		-webkit-transition: all ease-in-out .25s;
		-o-transition: all ease-in-out .25s;
		transition: all ease-in-out .25s;
	}

	.header-menu.open .nav-lighty .nav-item.active .nav-link {
		text-align: left;
		color: #ef4b6c;
		-webkit-transition: all ease-in-out .25s;
		-o-transition: all ease-in-out .25s;
		transition: all ease-in-out .25s;
	}

	.header-menu.open .nav .nav-item .nav-link {
		text-align: left;
		color: #fff;
		-webkit-transition: all ease-in-out .25s;
		-o-transition: all ease-in-out .25s;
		transition: all ease-in-out .25s;
	}

	.header-menu.open .nav .nav-item.active .nav-link {
		text-align: left;
		color: #ef4b6c;
		-webkit-transition: all ease-in-out .25s;
		-o-transition: all ease-in-out .25s;
		transition: all ease-in-out .25s;
	}

	.mobile-menu-items {
		display: none;
		padding-bottom: 10px;
		padding-left: 10px;
		margin-block-start: 0;
		margin-block-end: 0;
		padding-inline-start: 0;
	}

	.mobile-menu-items ul {
		display: flex;
		flex-direction: column;
		list-style-type: none;
		margin-block-start: 0;
		margin-block-end: 0;
		padding-inline-start: 0;
	}

	.mobile-menu-items li {
		margin-bottom: 60px;
		font-weight:700;
	}

	.mobile-menu-items a {
		text-decoration: none;
		color: white;
		font-size: 16px;
		font-family: 'roboto condensed';
	}

	@media (max-width: 1200px) {
		.header-button {
			width: 100%;
		}
	}

	@media (max-width: 1200px) {
		.header-button ul {
			padding: 0;
			text-align: right;
		}
	}

	.header-button ul li {
		list-style: none;
	}

	@media (max-width: 1200px) {
		.header-button ul li {
			margin-top: 20px;
		}
	}

	.header-button ul li a {
		color: #FF7322;
		font-weight: 500;
		font-size: 13px;
		font-family: "Ibm";
		padding: 10px 30px;
	}

	@media (max-width: 1200px) {
		.header-button ul li a {
			padding-right: 0;
			border: none !important;
		}
	}

	.header-button ul li a:last-child {
		border: 1px solid #FF7322;
		border-radius: 34px;
	}

	.header-button ul li .nobo {
		border: none !important;
		margin-right: 8px;
	}

	@media (max-width: 1200px) {
		.header-button ul li .nobo {
			margin-right: 0;
			padding-right: 0;
		}
	}

	.header-button ul li .notify {
		border: none !important;
		margin-right: 8px;
		padding-right: 0px;
	}

	@media (max-width: 1200px) {
		.header-button ul li .notify {
			display: none;
		}
	}

	.header-button ul li .notify img {
		width: 24px;
	}

	.mobile-menu {
		width: 20px;
		height: auto;
		display: block;
		position: relative;
		z-index: 9;
		cursor: pointer;
	}

	.mobile-menu span {
		width: 20px;
		height: 2px;
		display: block;
		background-color: #fff;
		border-radius: 2px;
		-webkit-transition: all ease-in-out .375s;
		-o-transition: all ease-in-out .375s;
		transition: all ease-in-out .375s;
	}

	.mobile-menu span+span {
		width: 20px;
		margin: 6px 0 0 0px;
	}

	.mobile-menu span+span+span {
		width: 20px;
		margin: 6px 0 0 0px;
	}

	.mobile-menu.mobile span:first-child {
		background-color: #fff;
		-webkit-transform: rotate(45deg) translate(3px, 4px);
		-ms-transform: rotate(45deg) translate(3px, 4px);
		transform: rotate(45deg) translate(3px, 4px);
		-webkit-transition: all ease-in-out .375s;
		-o-transition: all ease-in-out .375s;
		transition: all ease-in-out .375s;
	}

	.mobile-menu.mobile span:nth-child(2) {
		width: 20px;
		background-color: #fff;
		-webkit-transform: rotate(-45deg) translate(2px, -2.5px);
		-ms-transform: rotate(-45deg) translate(2px, -2.5px);
		transform: rotate(-45deg) translate(2px, -2.5px);
		-webkit-transition: all ease-in-out .375s;
		-o-transition: all ease-in-out .375s;
		transition: all ease-in-out .375s;
		margin: 6px 0 0;
	}

	.mobile-menu.mobile span:last-child {
		display: block;
		width: 20px;
		margin: 6px 0 0 0;
	}

	.mobile-menu-hidden {
		display: none;
	}

	@media (min-width: 992px) {
		.mobile-menu {
			display: none;
		}
	}

	footer .footer-top {
		padding: 80px 100px;
		background: #5785B9;
	}

	.footer-blocks {
		display:flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: center;
	}

	@media (max-width: 992px) {
		footer .footer-top {
			padding: 32px 0px;
		}
	}

	footer .footer-top a {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.1em;
		color: #fff;
		font-family: "Roboto Condensed";
		margin-right: 60px;
	}

	#footer-top-menu-left a {
		text-decoration: none;
	}

	@media (max-width: 992px) {
		footer .footer-top a {
			margin-right: 32px;
			font-size: 13px;
			line-height: 15px;
		}

		footer .footer-top a:last-child {
			margin-right: 0;
		}
	}

	@media (min-width: 900px) {
		.footer-blocks {
			flex-direction: row;
		}
	}

	@media (max-width: 992px) {
		footer .footer-top .right {
			margin-bottom: 32px;
		}
	}

	@media (max-width: 992px) {
		footer .footer-top .right img {
			margin-left: 10px, 0;
		}
	}

	@media (max-width: 992px) {
		footer .footer-top .right .footer-logo {
			width: 70px;
		}

		footer .footer-top .right .footer-who {
			width: 119px;
			margin-left: 35px;
		}
	}

	footer .footer-bottom {
		background: #F6F7FB;
		padding: 55px 0;
		display: flex;
		justify-content: center;
	}

	.footer-bottom .brands-row {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 1em;
	}

	@media (max-width: 992px) {
		footer .footer-bottom {
			padding: 35px 0;
		}
	}

	footer .footer-bottom .image {
		margin-right: 1em;
		margin-bottom: 1.5em;
	}

	@media (max-width: 992px) {
		footer .footer-bottom .brands-row {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-ms-flex-pack: distribute;
			justify-content: space-around;
		}

		footer .footer-bottom .left .image {
			margin: 1em, 1.5em;
		}

		.footer-top .left {
			display: flex;
			flex-direction: row;
		}
	}

	.footer-embed {
		margin: 0;
	}

	.home-hero {
		margin-top: 145px;
		position: relative;
	}

	@media (max-width: 992px) {
		.home-hero {
			margin-top: 80px;
		}
	}

	.home-hero .ornaments {
		position: absolute;
		right: 0;
	}

	@media (max-width: 992px) {
		.home-hero .ornaments {
			width: 298px;
			top: 100px;
		}

		.home-hero .ornaments svg {
			width: 100%;
		}
	}

	.home-hero h1 {
		width: 948px;
		position: relative;
		margin-left: 80px;
	}

	@media (max-width: 992px) {
		.home-hero h1 {
			width: 100%;
			margin: 0;
			padding-right: 50px;
		}
	}

	.home-hero h1 .ornaments-kotak {
		position: absolute;
		left: -80px;
		top: -40px;
		z-index: -1;
	}

	@media (max-width: 992px) {
		.home-hero h1 .ornaments-kotak {
			width: 92px;
			left: -20px;
			top: -25px;
		}

		.home-hero h1 .ornaments-kotak svg {
			width: 100%;
		}
	}

	.home-hero h1::before {
		content: '';
		width: 374px;
		height: 5px;
		background: #fff;
		left: 343px;
		bottom: 37px;
		position: absolute;
	}

	@media (max-width: 992px) {
		.home-hero h1::before {
			bottom: 18px;
			left: 149px;
			width: 118px;
			height: 3px;
		}
	}

	.home-hero button {
		margin-top: 88px;
		margin-left: 80px;
	}

	@media (max-width: 992px) {
		.home-hero button {
			margin: 34px 0 0 0;
		}
	}

	.home-box {
		margin-top: 186px;
	}

	@media (max-width: 992px) {
		.home-box {
			margin-top: 130px;
		}
	}

	.home-box .box {
		background: #F6F7FB;
		padding: 80px 160px 145px 80px;
	}

	@media (max-width: 992px) {
		.home-box .box {
			padding: 24px 24px 100px 24px;
		}
	}

	.home-box .box-2 {
		width: calc(100% - 160px);
		background: #FFFFFF;
		-webkit-box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		padding: 50px 125px 50px 80px;
		margin-top: -65px;
		position: relative;
	}

	@media (max-width: 992px) {
		.home-box .box-2 {
			width: calc(100% - 24px);
			padding: 24px 48px 24px 24px;
		}
	}

	.home-box .box-2::before {
		content: '';
		position: absolute;
		left: 0;
		top: 65px;
		width: 40px;
		height: 5px;
		background: #6191C8;
	}

	@media (max-width: 992px) {
		.home-box .box-2::before {
			width: 12px;
			top: 63px;
			height: 3px;
		}
	}

	.home-box .box-2 a {
		font-weight: 600;
		color: #6191C8;
		text-decoration: none;
	}

	.about-page {
		overflow: unset;
	}

	.about-hero {
		padding-top: 145px;
		position: relative;
		padding-bottom: 234px;
	}

	@media (max-width: 992px) {
		.about-hero {
			padding-top: 60px;
		}
	}

	.about-hero .ornaments-desktop {
		position: absolute;
		right: 0;
		display: block;
	}

	@media (max-width: 992px) {
		.about-hero .ornaments-desktop {
			width: 298px;
			top: 580px;
			display: none;
		}

		.about-hero .ornaments-desktop img {
			width: 100%;
		}
	}

	.about-hero .about-left h1 {
		width: 500px;
		position: relative;
		margin-left: 80px;
	}

	@media (max-width: 992px) {
		.about-hero .about-left h1 {
			width: 100%;
			margin: 0;
		}
	}

	.about-hero .about-left h1 .ornaments {
		position: absolute;
		z-index: 99;
		right: -264px;
		bottom: -419px;
		display: none;
	}

	@media (max-width: 992px) {
		.about-hero .about-left h1 .ornaments {
			display: block;
			width: 120px;
			right: -20px;
			bottom: -263px;
		}

		.about-hero .about-left h1 .ornaments svg {
			width: 100%;
		}
	}

	.about-hero .about-left h1 .ornaments-kotak {
		position: absolute;
		left: -80px;
		top: -40px;
		z-index: -1;
	}

	@media (max-width: 992px) {
		.about-hero .about-left h1 .ornaments-kotak {
			width: 92px;
			left: -20px;
			top: -25px;
		}

		.about-hero .about-left h1 .ornaments-kotak svg {
			width: 100%;
		}
	}

	.about-hero .about-left h1::before {
		content: '';
		width: 102px;
		height: 5px;
		background: #fff;
		left: 0;
		bottom: -60px;
		position: absolute;
	}

	@media (max-width: 992px) {
		.about-hero .about-left h1::before {
			width: 118px;
			left: 97px;
			bottom: 19px;
		}
	}

	.about-hero .about-left button {
		margin-top: 125px;
		margin-left: 80px;
		background: rgba(255, 255, 255, 0.25);
		color: #fff;
	}

	@media (max-width: 992px) {
		.about-hero .about-left button {
			margin-left: 0;
			margin-top: 34px;
		}
	}

	@media (max-width: 992px) {
		.about-hero .about-right {
			margin-top: 56px;
		}
	}

	.about-hero .about-right .image {
		width: 706px;
		position: absolute;
		top: -352px;
		right: -80px;
		display: none;
	}

	@media (max-width: 992px) {
		.about-hero .about-right .image {
			position: relative;
			display: block;
			top: 0;
			right: 0;
			width: calc(100% + 40px);
			margin-left: -20px;
		}
	}

	.about-hero .about-right .image img {
		width: 100%;
	}

	.about-box-background {
		background: #F6F7FB;
		padding: 80px;
	}

	@media (max-width: 992px) {
		.about-box-background {
			padding: 24px;
		}
	}

	.about-box-background h2 {
		padding-bottom: 55px;
		margin-bottom: 20px;
		border-bottom: 3px solid #6191C8;
	}

	@media (max-width: 992px) {
		.about-box-background h2 {
			padding-bottom: 24px;
			margin-bottom: 16px;
		}
	}

	.about-box-background p {
		margin: 50px 0 80px;
	}

	@media (max-width: 992px) {
		.about-box-background p {
			margin: 28px 0 32px;
		}
	}

	.about-box-background p a {
		font-weight: 600;
		color: #6191C8;
	}

	.about-box-background .about-box-1 {
		background: #FFFFFF;
		-webkit-box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		padding: 50px;
	}

	@media (max-width: 992px) {
		.about-box-background .about-box-1 {
			padding: 30px 20px;
		}
	}

	.about-box-background .about-box-1 ul {
		padding: 0;
		margin: 0;
	}

	.about-box-background .about-box-1 ul li {
		font-weight: 500;
		font-size: 18px;
		line-height: 30px;
		color: #4F4D58;
		font-family: "Poppins", sans-serif;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #EAEAEA;
		padding-left: 25px;
		list-style: none;
		position: relative;
	}

	@media (max-width: 992px) {
		.about-box-background .about-box-1 ul li {
			font-size: 13px;
			line-height: 23px;
			padding-bottom: 20px;
			margin-bottom: 20px;
		}
	}

	.about-box-background .about-box-1 ul li:last-child {
		margin: 0;
		border: none;
		padding-bottom: 0;
	}

	.about-box-background .about-box-1 ul li::before {
		content: "\2022";
		color: #6191C8;
		position: absolute;
		font-weight: bold;
		display: inline-block;
		width: 1em;
		left: 0;
	}

	.about-box-background .about-box-2 {
		background: #FFFFFF;
		-webkit-box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		padding: 60px 80px;
		width: calc(100% + 80px);
		margin-left: -80px;
		position: relative;
		margin-bottom: 80px;
	}

	@media (max-width: 992px) {
		.about-box-background .about-box-2 {
			padding: 24px 48px 24px 24px;
			width: calc(100% + 24px);
			margin-left: -24px;
			margin-bottom: 24px;
		}
	}

	.about-box-background .about-box-2::before {
		content: '';
		position: absolute;
		left: 0;
		top: 89px;
		width: 40px;
		height: 5px;
		background: #6191C8;
	}

	@media (max-width: 992px) {
		.about-box-background .about-box-2::before {
			width: 12px;
			height: 3px;
			top: 39px;
		}
	}

	.about-box-background .about-box-2::after {
		content: '';
		position: absolute;
		right: -80px;
		top: 46%;
		width: 80px;
		height: 10px;
		background: #6191C8;
	}

	.about-box-background .about-box-2 h2 {
		margin: 0;
		padding: 0;
		border: none;
	}

	.about-box-background .about-box-2 p {
		margin: 15px 0 0;
	}

	.about-box-background-2 {
		margin-top: 10px;
		background: #F6F7FB;
		padding: 80px 160px 80px 80px;
	}

	@media (max-width: 992px) {
		.about-box-background-2 {
			padding: 24px;
		}
	}

	.about-box-background-2 h2 {
		margin-bottom: 20px;
	}

	.data-hero {
		margin-top: 145px;
		position: relative;
	}

	@media (max-width: 992px) {
		.data-hero {
			margin-top: 70px;
		}
	}

	.data-hero .ornaments {
		position: absolute;
		right: 0;
	}

	@media (max-width: 992px) {
		.data-hero .ornaments {
			width: 298px;
			top: 580px;
		}

		.data-hero .ornaments svg {
			width: 100%;
		}
	}

	.data-hero h1 {
		position: relative;
		margin-left: 80px;
	}

	@media (max-width: 992px) {
		.data-hero h1 {
			width: 100%;
			margin: 0;
		}
	}

	.data-hero h1 .ornaments-kotak {
		position: absolute;
		left: -80px;
		top: -40px;
		z-index: -1;
	}

	@media (max-width: 992px) {
		.data-hero h1 .ornaments-kotak {
			width: 92px;
			left: -20px;
			top: -25px;
		}

		.data-hero h1 .ornaments-kotak svg {
			width: 100%;
		}
	}

	.data-hero .box-search {
		margin-left: 80px;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.5);
		padding: 10px 0;
		width: 720px;
		margin-top: 70px;
	}

	@media (max-width: 992px) {
		.data-hero .box-search {
			width: 100%;
			margin-top: 36px;
			margin-left: 0;
			padding: 16px 0;
		}
	}

	.data-hero .box-search form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 10px 0 30px;
	}

	@media (max-width: 992px) {
		.data-hero .box-search form {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			padding: 0 16px;
		}
	}

	.data-hero .box-search form input {
		background: transparent;
		border: none;
		outline: none;
		font-size: 18px;
		line-height: 30px;
		font-family: "Poppins", sans-serif;
		color: #fff;
	}

	@media (max-width: 992px) {
		.data-hero .box-search form input {
			width: 100%;
			text-align: center;
		}
	}

	.data-hero .box-search form input::-webkit-input-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.data-hero .box-search form input::-moz-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.data-hero .box-search form input:-ms-input-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.data-hero .box-search form input::-ms-input-placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	.data-hero .box-search form input::placeholder {
		opacity: 1;
		color: #C2D4E9;
	}

	@media (max-width: 992px) {
		.data-hero .box-search form button {
			margin-top: 23px;
		}
	}

	.data-hero .box-search form button svg {
		margin-right: 14px;
	}

	.data-hero .box-category {
		margin-top: 28px;
		margin-left: 80px;
	}

	@media (max-width: 992px) {
		.data-hero .box-category {
			margin-left: 0;
			margin-top: 20px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
	}

	.data-hero .box-category a {
		margin: 0;
		text-decoration: none;
		padding: 15px 24px 16px;
		margin-right: 28px;
		background: rgba(255, 255, 255, 0.1);
		font-weight: 600;
		color: #fff;
	}

	@media (max-width: 992px) {
		.data-hero .box-category a {
			padding: 15px 0px 16px 0px;
			margin-right: 0;
			width: 157px;
			margin-bottom: 20px;
			font-size: 14px;
			line-height: 21px;
		}
	}

	.data-hero .box-grid {
		margin: 187px 80px 0 80px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 30px;
	}

	@media (max-width: 992px) {
		.data-hero .box-grid {
			margin: 84px 0px 0 0px;
			display: grid;
			grid-template-columns: repeat(1, 1fr);
			grid-gap: 56px;
		}
	}

	.data-hero .box-grid .item {
		background: #F6F7FB;
		padding: 28px 28px 0;
		position: relative;
	}

	.data-hero .box-grid .item::before {
		content: '';
		position: absolute;
		top: -24px;
		left: 0;
		width: 100%;
		background: #fff;
		height: 3px;
	}

	.data-hero .box-grid .item h3 {
		margin-bottom: 15px;
	}

	.data-hero .box-grid .item p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 92px;
	}

	.data-hero .box-grid .item a {
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.04em;
		color: #6191C8;
		position: absolute;
		bottom: 28px;
	}

	.data-hero .box-search-list {
		margin-top: 187px;
	}

	@media (max-width: 992px) {
		.data-hero .box-search-list {
			margin-top: 84px;
		}

		.data-hero .box-search-list .container {
			padding: 0;
		}
	}

	.data-hero .box-search-list-background {
		background: #F6F7FB;
		padding: 80px;
		position: relative;
	}

	@media (max-width: 992px) {
		.data-hero .box-search-list-background {
			padding: 70px 24px 82px 24px;
		}
	}

	.data-hero .box-search-list-background::before {
		content: '';
		position: absolute;
		top: -24px;
		width: 100%;
		height: 3px;
		background: #fff;
	}

	.data-hero .box-search-list-background .content {
		text-align: center;
	}

	.data-hero .box-search-list-background .content .image {
		width: 158px;
		height: 158px;
		margin: 0 auto 49px;
	}

	.data-hero .box-search-list-background .content .image svg {
		width: 100%;
	}

	.data-hero .box-search-list-background .content h3 {
		margin-bottom: 14px;
	}

	.copyright-hero {
		margin-top: 145px;
		position: relative;
	}

	@media (max-width: 992px) {
		.copyright-hero {
			margin-top: 80px;
		}
	}

	.copyright-hero .ornaments {
		position: absolute;
		right: 0;
		top: -90px;
	}

	@media (max-width: 992px) {
		.copyright-hero .ornaments {
			width: 204px;
			top: -25px;
		}

		.copyright-hero .ornaments svg {
			width: 100%;
		}
	}

	.copyright-hero .ornaments.disclaimer {
		right: 55px;
	}

	@media (max-width: 992px) {
		.copyright-hero .ornaments.disclaimer {
			width: 195px;
			top: -60px;
			right: 0;
		}

		.copyright-hero .ornaments.disclaimer img {
			width: 100%;
		}
	}

	.copyright-hero .ornaments.help {
		right: 135px;
		top: -120px;
	}

	@media (max-width: 992px) {
		.copyright-hero .ornaments.help {
			width: 195px;
			top: -80px;
			right: 0;
		}

		.copyright-hero .ornaments.help img {
			width: 100%;
		}
	}

	.copyright-hero h1 {
		position: relative;
		margin-left: 80px;
	}

	@media (max-width: 992px) {
		.copyright-hero h1 {
			width: 100%;
			margin: 0;
		}
	}

	.copyright-hero h1::before {
		content: '';
		position: absolute;
		width: 102px;
		height: 5px;
		bottom: -60px;
		left: 0;
		background: #fff;
	}

	@media (max-width: 992px) {
		.copyright-hero h1::before {
			width: 42px;
			height: 3px;
			bottom: -28px;
		}
	}

	.copyright-hero h1 .ornaments-kotak {
		position: absolute;
		left: -80px;
		top: -40px;
		z-index: -1;
	}

	@media (max-width: 992px) {
		.copyright-hero h1 .ornaments-kotak {
			width: 92px;
			left: -20px;
			top: -35px;
		}

		.copyright-hero h1 .ornaments-kotak svg {
			width: 100%;
		}
	}

	.copyright-hero .box-content {
		margin-top: 210px;
		padding: 80px;
		background: #F6F7FB;
	}

	@media (max-width: 992px) {
		.copyright-hero .box-content {
			margin-top: 110px;
			padding: 28px 24px;
		}
	}

	.copyright-hero .box-content.help {
		position: relative;
	}

	.copyright-hero .box-content.help::before {
		content: '';
		position: absolute;
		top: 95px;
		left: 0;
		width: 40px;
		height: 5px;
		background: #6191C8;
	}

	@media (max-width: 992px) {
		.copyright-hero .box-content.help::before {
			display: none;
		}
	}

	.copyright-hero .box-content p span {
		font-weight: 600;
	}

	.copyright-hero .box-content p a {
		color: #6191C8;
		font-weight: 600;
	}

	.copyright-hero .box-content ul {
		padding-left: 30px;
	}

	.copyright-hero .box-content ul li {
		font-family: "Poppins", sans-serif;
		font-size: 18px;
		line-height: 30px;
		color: #4F4D58;
	}

	.copyright-hero .expand {
		padding-bottom: 252px;
	}

	@media (max-width: 992px) {
		.copyright-hero .expand {
			padding-bottom: 221px;
		}
	}

	.copyright-hero .contact-us {
		margin-top: -150px;
		padding: 60px;
		width: calc(100% - 160px);
		background: #fff;
		-webkit-box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		box-shadow: 0px 10px 100px rgba(168, 168, 168, 0.2);
		position: relative;
	}

	@media (max-width: 992px) {
		.copyright-hero .contact-us {
			width: calc(100% - 24px);
			margin-top: -177px;
			padding: 24px;
		}
	}

	.copyright-hero .contact-us::before {
		content: '';
		position: absolute;
		top: -20px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #6191C8;
	}

	.copyright-hero .contact-us h2 {
		margin-bottom: 35px;
	}

	.copyright-hero .contact-us form .left {
		width: 100%;
		padding-right: 20px;
	}

	@media (max-width: 992px) {
		.copyright-hero .contact-us form .left {
			padding: 0;
		}
	}

	.copyright-hero .contact-us form .left .box-input {
		padding: 20px;
		border: 1px solid #6191C8;
		margin-bottom: 40px;
		width: 100%;
	}

	@media (max-width: 992px) {
		.copyright-hero .contact-us form .left .box-input {
			width: 100%;
			margin-bottom: 20px;
		}
	}

	.copyright-hero .contact-us form .left .box-input:last-child {
		margin-bottom: 0;
	}

	@media (max-width: 992px) {
		.copyright-hero .contact-us form .left .box-input:last-child {
			width: 100%;
			margin-bottom: 20px;
		}
	}

	.copyright-hero .contact-us form .left .box-input img {
		width: 24px;
		height: 24px;
		margin-right: 16px;
	}

	.copyright-hero .contact-us form .left .box-input input {
		font-family: "Poppins", sans-serif;
		width: 100%;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		color: #393745;
		background: transparent;
		padding: 0;
		margin: 0;
		border: none;
	}

	@media (max-width: 992px) {
		.copyright-hero .contact-us form .left .box-input input {
			width: 100%;
		}
	}

	.copyright-hero .contact-us form .left .box-input input::-webkit-input-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .left .box-input input::-moz-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .left .box-input input:-ms-input-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .left .box-input input::-ms-input-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .left .box-input input::placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .right {
		width: 100%;
		padding-left: 20px;
	}

	@media (max-width: 992px) {
		.copyright-hero .contact-us form .right {
			padding: 0;
		}
	}

	.copyright-hero .contact-us form .right .box-input {
		padding: 20px;
		border: 1px solid #6191C8;
		width: 100%;
	}

	.copyright-hero .contact-us form .right .box-input img {
		width: 24px;
		height: 24px;
		margin-right: 16px;
	}

	.copyright-hero .contact-us form .right .box-input textarea {
		font-family: "Poppins", sans-serif;
		width: 100%;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		color: #393745;
		background: transparent;
		padding: 0;
		margin: 0;
		border: none;
		height: 132px;
		resize: none;
	}

	.copyright-hero .contact-us form .right .box-input textarea::-webkit-input-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .right .box-input textarea::-moz-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .right .box-input textarea:-ms-input-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .right .box-input textarea::-ms-input-placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .right .box-input textarea::placeholder {
		color: #A5A3AE;
		opacity: 1;
	}

	.copyright-hero .contact-us form .button {
		text-align: center;
		margin-top: 35px;
	}

	.copyright-hero .contact-us form .button button {
		background: #6191C8;
		color: #fff;
	}

	.embeded {
		margin-top: 0px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.embeded .image {
		width: 100%;
	}

	.embeded .image img {
		width: 100%;
	}

	button {
		background: #fff;
		display: flex;
		align-items: center;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 18px 36px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.03em;
		color: #6191C8;
	}

	@media (max-width: 992px) {
		button {
			width: 100%;
			padding-top: 15px;
			padding-bottom: 15px;
			letter-spacing: 0.04em;
		}
	}

	@media screen and (min-width: 600px) {
		.mobile-menu-items li {
			margin-bottom: 0;
		}
	}