@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');
/* font-family: "Roboto", sans-serif; */
/* font-family: "Space Grotesk", sans-serif; */

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:top;
	background:transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

html, body {
	/*height: 100%;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background: #000;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #fff;
	padding: 0;
	margin: 0;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	font-optical-sizing: auto;
}
body.body-lock {
	overflow: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #fff;
	text-decoration: none;
	padding: 0;
	outline: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
a:hover {
	color: #fff;
	text-decoration: none !important;
}


.title {
	margin-bottom: 80px;
}
h1 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 136px;
	line-height: 1.1;
	letter-spacing: -9px;
	margin-bottom: 30px;
}
h2 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 100px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -5px;
	margin-bottom: 24px;
}
h3 {
	font-family: "Roboto", sans-serif;
	font-size: 68px;
	font-weight: 300;
	letter-spacing: -5px;
	line-height: 1.1;
	margin-bottom: 16px;
}
h4 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 16px;
}
h5 {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.45;
	margin-bottom: 16px;
}
h6 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 16px;
}

p {
	margin-bottom: 30px;
}
.title:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
	margin-bottom: 0;
}
.text-center {
	text-align: center;
}

.site-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.container {
	margin: 0 auto;
	max-width: 1452px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
}

.s-pt-half,
.s-py-half {
	padding-top: 100px;
}
.s-pb-half,
.s-py-half {
  padding-bottom: 100px;
}
.pt-120,
.py-120 {
	padding-top: 120px;
}
.pb-120,
.py-120 {
  padding-bottom: 120px;
}
.pt-80,
.py-80 {
	padding-top: 80px;
}
.pb-80,
.py-80 {
  padding-bottom: 80px;
}
.s-pt,
.s-py {
	padding-top: 180px;
}
.s-pb,
.s-py {
  padding-bottom: 180px;
}
.s-pt-full,
.s-py-full {
	padding-top: 242px;
}
.s-pb-full,
.s-py-full {
  padding-bottom: 242px;
}
.mxw-1000 {
	max-width: 1000px;
}
.mxw-980 {
	max-width: 980px;
}
.mxw-950 {
	max-width: 950px;
}
.mxw-925 {
	max-width: 925px;
}
.mxw-860 {
	max-width: 860px;
}
.mxw-740 {
	max-width: 740px;
}
.mxw-680 {
	max-width: 680px;
}
.mxw-650 {
	max-width: 650px;
}
.min-w-200 {
	min-width: 200px;
}
.ml-auto,
.mx-auto {
	margin-left: auto;
}
.mr-auto,
.mx-auto {
	margin-right: auto;
}

.mb-80 {
	margin-bottom: 80px;
}
.mb-48 {
	margin-bottom: 48px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mb-0 {
	margin-bottom: 0 !important;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.space-center {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.align-start {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
}
.align-center {
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
}
.flex-col {
	flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400;
}

.check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 48px;
}
.check-list li {
	position: relative;
	line-height: 46px;
	padding-left: 48px;
	font-size: 32px;
	margin-bottom: 8px;
}
.check-list li:last-child {
	margin-bottom: 0;
}
.check-list li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/check.svg);
}

.check-list li ul li {
	padding-left: 0;
	margin-left: 32px;
}
.check-list li ul li::before {
	content: unset;
}

.transparent-scrollbar {
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}
.transparent-scrollbar::-webkit-scrollbar {
	display: none;
}

.primary-gradient {
	position: relative;
	z-index: 0;
	background: linear-gradient(104deg, #01A4D8 0%, #02AD82 100%);
}
.primary-gradient .container {
	z-index: 1;
}
.primary-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/noise.webp') center center repeat;
  opacity: 0.5;
  pointer-events: none;
}
.primary-gradient::before {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.simple-link {
	position: relative;
	display: inline-block;
}
.simple-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.simple-link:hover::before {
	width: 100%;
}

.btn {
	border: 0;
	padding: 15px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.btn.bordered {
	border: 1px solid #fff;
}
.btn.bordered:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 0;
	height: 100%;
	background: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.btn.bordered:hover:after {
	width: 100%;
}
.btn.bordered .content {
	position: relative;
	z-index: 1;
	color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.btn.bordered:hover .content {
	color: #000;
}
.btn.bordered.black {
	color: #000000;
	border-color: #000000;
	background-color: transparent;
}
.btn.bordered.black .content {
	color: #000000;
}
.btn.bordered.black:hover .content {
	color: #ffffff;
}
.btn.bordered.black:after {
	background-color: #000000;
}
.btn.fill::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.btn.fill {
	color: #000000;
	border: 1px solid #ffffff;
	background-color: transparent;
}
.btn.fill .content {
	color: #000000;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.btn.fill:hover .content {
	color: #ffffff;
}
.btn.fill:hover:after {
	width: 0;
}

.animated-btn {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.animated-button-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 16px;
}
.animated-btn:hover {
	color: #fff;
}
.animated-btn::before,
.animated-btn::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.animated-btn::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.animated-btn::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
/* botton top left animation */
.animated-btn:hover::before {
	width: calc(100% - 8px);
	height: 100%;
}
/* botton bottom right animation */
.animated-btn:hover::after {
	width: 100%;
	height: calc(100% - 14px);
}
.border-anim {
	display: block;
	padding: 16px 24px;
}
.border-anim::before,
.border-anim::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* bottom bottom left manimation */
.border-anim::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: 0;
}
/* bottom top right manimation */
.border-anim::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
/*.animated-btn:hover .border-anim::before,
.animated-btn:hover .border-anim::after {
	height: 100%;
}*/

.link {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	color: #fff;
	padding-right: 22px;
}
.link::before {
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../images/arrow-link.svg') center center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link:hover::before {
	bottom: -2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.link::after {
	content: "";
	width: calc(100% - 22px);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.site-header {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	padding: 32px 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-header.fixed {
	padding: 24px 40px;
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(3.5px);
}
.site-header .logo, .site-header .header-right {
	position: relative;
	z-index: 8;
}
.site-header .logo {
	max-width: 150px;
}
.header-right .btn:not(:last-child) {
	margin-right: 10px;
}
.menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100svw;
	height: 100svh;
	background-color: #000000;
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	overflow: hidden;
	padding: 132px 40px 120px 40px;
	overflow-y: auto;
}
.menu-wrapper.open {
	transform: translateY(0);
}
.menu-wrapper .menu {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	min-height: 100%;
	position: relative;
}
.menu-wrapper .menu li {
	margin-bottom: 32px;
	list-style: none;
}
.menu-wrapper .menu li:last-child {
	margin-bottom: 0;
}
.menu-wrapper .menu a {
	padding: 23px 0;
	color: #FFF;
	font-family: "Space Grotesk", sans-serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 300;
	line-height: 60px;
	letter-spacing: -5.6px;
	text-transform: uppercase;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	position: relative;
}
.menu-wrapper .menu li:hover > .menu-item a {
	opacity: 1;
	padding: 23px 70px;
}
.menu-wrapper .menu li.active > .menu-item a {
	opacity: 1;
}
.menu-wrapper .menu li .menu-item {
	position: relative;
	display: inline-block;
	z-index: 12;
}
.menu-wrapper .menu li .menu-item::before,
.menu-wrapper .menu li .menu-item::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 50%;
	opacity: 0;
}
.menu-wrapper .menu li .menu-item::before {
	border-right: none;
	border-bottom: none;
	top: 0;
}
.menu-wrapper .menu li .menu-item::after {
	bottom: 0;
	border-right: none;
	border-top: none;
}
.menu-wrapper .menu li:hover > .menu-item::before,
.menu-wrapper .menu li:hover > .menu-item::after {
	left: 0;
	opacity: 1;
}
.menu-wrapper .menu li a::before,
.menu-wrapper .menu li a::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	right: 50%;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.menu-wrapper .menu li a::before {
	top: 0;
	width: 9px;
	border-bottom: none;
	border-left: none;
}
.menu-wrapper .menu li a::after {
	bottom: 0;
	border-left: none;
	border-top: none;
}
.menu-wrapper .menu li:hover > .menu-item a::before,
.menu-wrapper .menu li:hover > .menu-item a::after {
	opacity: 1;
	right: 0;
}
.submenu-toggle {
	position: absolute;
	right: 0;
	z-index: 12;
	top: 0;
	width: 40px;
	height: 72px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/select-arrow.svg);
	display: none;
	cursor: pointer;
}
.active .submenu-toggle {
	transform: rotate(180deg);
}
.sub-menu-wrapper {
	position: absolute;
	top: 0;
	right: 30vw;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 320px;
	height: 100%;
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sub-menu-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
	transform: translateX(-100%);
	z-index: 1;
}
.menu-wrapper .menu li:hover .sub-menu-wrapper {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}
.sub-menu-wrapper .menu li {
	margin-bottom: 8px !important;
}
.sub-menu-wrapper .menu li .menu-item a {
  font-size: 32px;
  padding: 0 8px !important;
  line-height: normal;
  letter-spacing: -2px;
}
.sub-menu-wrapper .menu li:hover .menu-item a {
	padding: 0 16px !important;
}
.sub-menu-wrapper .menu li .menu-item::before,
.sub-menu-wrapper .menu li .menu-item::after,
.sub-menu-wrapper .menu li .menu-item a::before,
.sub-menu-wrapper .menu li .menu-item a::after {
	width: 8px !important;
	height: 8px !important;
}
.sub-menu-wrapper .menu li .menu-item a::before {
	width: 4px !important;
}
.sub-menu-wrapper.end .menu {
	justify-content: flex-end;
}
/* hamburger menu */
.hamburger-block {
	position: relative;
}
.hamburger-btn {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
	position: relative;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	padding-bottom: 8px;
	/*margin-right: 0.5px;*/
}
.hamburger-block::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 10px;
	z-index: 12;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	/*background: #FFF;*/
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.hamburger-btn::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 100%;
	z-index: 12;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	background: #FFF;
}
.hamburger-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 12;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	background: #FFF;
}
/*.hamburger-btn.is-active {
	justify-content: flex-end;
}*/
.hamburger-btn.is-active::before {
    width: calc(100% - 8px);
}
.hamburger-btn.is-active::after {
    height: 0;
}
.hamburger {
	position: relative;
	width: 24px;
	height: 24px;
	font-size: 24px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.hamburger-btn.is-active .hamburger {
	width: 20px;
	height: 24px;
}
.hamburger-line {
	position: absolute;
	right: 0;
	width: 100%;
	height: 1px;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	background: currentColor;
	transition: inherit;
	color: #fff;
}
.hamburger-line:nth-child(1) {
	top: 3px;
	width: 14px;
}
.hamburger-btn.is-active .hamburger .hamburger-line:nth-child(1) {
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.hamburger-line:nth-child(2) {
		top: 10px;
}
.hamburger-btn.is-active .hamburger .hamburger-line:nth-child(2) {
	right: calc(-50% - 2px);
	width: calc(100% + 5px);
	transform: rotateZ(-90deg);
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	top: 12px;
	/*opacity: 0;*/
}
.hamburger-line:nth-child(3) {
	top: 18px;
}
.hamburger-btn.is-active .hamburger .hamburger-line:nth-child(3) {
	top: 50%;
	width: calc(100% + 4px);
	left: 0;
	transform: translateX(-50%) rotateZ(90deg);
	-webkit-transform: translateX(-50%) rotateZ(90deg);
	-moz-transform: translateX(-50%) rotateZ(90deg);
}

.hero-section {
	min-height: 100svh;
	padding: 120px 0 80px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.hero-section::after {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.hero-section .container {
	z-index: 1;
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.hero-section .title {
	position: relative;
	margin-bottom: 160px;
}
.hero-section h1 {
	font-weight: 500;
	font-size: 8.5vw;
	text-transform: uppercase;
	position: relative;
	padding: 34px;
}
.hero-section .title::before,
.hero-section .title::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.hero-section .title::before {
	border-right: none;
	border-bottom: none;
	top: 0;
	left: 0;
}
.hero-section .title::after {
	width: 9px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.hero-section h1::before,
.hero-section h1::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.hero-section h1::before {
	bottom: 0;
	left: 0;
	border-top: none;
	border-right: none;
}
.hero-section h1::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.hero-section h1 span {
	background: linear-gradient(104deg, #01A4D8 0%, #02AD82 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.words-slider {
	display: block;
	height: 1.1em;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	/*-webkit-mask-image: linear-gradient(transparent, white, white, white, transparent);
	mask-image: linear-gradient(transparent, white, white, white, transparent);
	mask-type: luminance;
	mask-mode: alpha;*/
}
.words-slider .inner {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-animation-name: wordSlider;
	animation-name: wordSlider;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}
.slider-word {
	display: block;
	line-height: normal;
	text-align: left;
}
@-webkit-keyframes wordSlider {
  0%, 27% {
    transform: translateY(0%);
  }
  33%, 60% {
    transform: translateY(-25%);
  }
  66%, 93% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-75%);
  }
}
@keyframes wordSlider {
  0%, 27% {
    transform: translateY(0%);
  }
  33%, 60% {
    transform: translateY(-25%);
  }
  66%, 93% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-75%);
  }
}
.hero-section .content {
	max-width: 460px;
	text-align: center;
	margin: 0 auto;
}
.hero-section .content .btn:not(:last-child) {
	margin-right: 10px;
}

.big-title {
	font-size: 15vw;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
/*	opacity: 0.7;*/
	background: linear-gradient(360deg,rgba(93, 163, 170, 0) 0%, rgba(43, 75, 78, 1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.big-title.text-md {
	font-size: 11vw;
}

.mission-section {
	padding-top: 115px;
}
.mission-section .content {
	margin-top: -6vw;
}
.mission-section .sticky-section {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.mission-section .sticky-section video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mission-section .sticky-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.53) 0%, #000 100%);
}
.mission-section .sticky-section .container {
	z-index: 1;
}
.mission-section .sticky-section .inner {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(2.5px);
	padding: 120px 100px;
	width: 100%;
	max-width: 642px;
	text-align: center;
}
.mission-section .sticky-section .item {
	padding: 80px 0;
	position: relative;
}
.mission-section .sticky-section .item:first-child {
	padding-top: 0;
}
.mission-section .sticky-section .item:last-child {
	padding-bottom: 0;
}
.mission-section .sticky-section .item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 336px;
	width: 100%;
	height: 1px;
	opacity: 0.3;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.mission-section .sticky-section .item:last-child::after {
	display: none;
}
.mission-section .sticky-section .item h2 {
	margin-bottom: 60px;
	font-weight: 300;
	line-height: .7;
	letter-spacing: -5px;
}

.logo-section {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
  border-collapse: collapse;
  position: relative;
}
.logo-section::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: calc(100% + 400px);
	height: 1px;
	background: #191919;
	background: linear-gradient(90deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 15%, rgba(25, 25, 25, 1) 85%, rgba(25, 25, 25, 0) 100%);
	transform: translatex(-200px);
}
.logo-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 400px);
	height: 1px;
	background: #191919;
	background: linear-gradient(90deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 15%, rgba(25, 25, 25, 1) 85%, rgba(25, 25, 25, 0) 100%);
	transform: translatex(-200px);
}
.logo-section .logo-item {
	/*width: 20%;*/
	border-left: 1px solid #191919;
	margin-left: -1px;
	margin-top: -1px;
	min-height: 242px;
	position: relative;
}
.logo-section .logo-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 300%;
	background: #191919;
	background: linear-gradient(0deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 33%, rgba(25, 25, 25, 1) 67%, rgba(25, 25, 25, 0) 100%);
	transform: translateY(-33.33%);
}
.logo-section .logo-item:last-child::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 300%;
	background: #191919;
	background: linear-gradient(0deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 33%, rgba(25, 25, 25, 1) 67%, rgba(25, 25, 25, 0) 100%);
	transform: translateY(-33.33%);
}
.logo-section .item {
	font-size: 12px;
	font-weight: 300;
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 100%;
}
.logo-section .item .inner {
	height: 100%;
	width: 100%;
	padding: 24px;
	position: relative;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.logo-section .item::before,
.logo-section .item::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	z-index: 1;
}
/* Top left corner */
.logo-section .item::before {
	top: 0;
	left: -1px;
	border-right: none;
	border-bottom: none;
}
.logo-section .logo-item:first-child .item::before {
	left: 0;
}
.logo-section .item::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.logo-section .item .inner::before,
.logo-section .item .inner::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	z-index: 1;
}

/* bottom bottom left manimation */
.logo-section .item .inner::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: -1px;
}
.logo-section .logo-item:first-child .item .inner::before {
	left: 0;
}

/* bottom top right manimation */
.logo-section .item .inner::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
/*.logo-section .item:last-child {
	border-right: 0
}*/
.logo-section .item .match-height {
	width: 100%;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.logo-section .item:hover .match-height {
	transform: translateY(-50px) scale(1.3);
}
.logo-section .item img {
	max-width: fit-content;
	margin: 0 auto;
}
.logo-section .item p {
	width: 100%;
	position: absolute;
	bottom: -50px;
	left: 0;
	opacity: 0;
	padding: 24px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.logo-section .item:hover p {
	opacity: 1;
	bottom: 0;
}

.solutions-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.solutions-section .container {
	z-index: 2;
}
.solutions-section .fade-line {
	background: #359DFF;
	filter: blur(150px);
	opacity: 1;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 30%;
	left: 50%;
	pointer-events: none;
	transform: translateX(-50%) rotate(24deg);
	-webkit-transform: translateX(-50%) rotate(24deg);
	-moz-transform: translateX(-50%) rotate(24deg);
}

/** circle-slider **/
.circle-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 33px;
}
.circle-slider__inner {
  position: relative;
  height: 530px;
}
/*@media screen and (orientation: portrait) {
  .circle-slider__inner {
    height: 146.6666666667svw;
  }
}*/
.circle-slider__label {
  position: absolute;
  top: 28.2291666667svw;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  z-index: 4;
}
/*@media screen and (orientation: portrait) {
  .circle-slider__label {
    top: 84svw;
  }
}*/
.circle-slider__control {
  position: absolute;
  top: 24.5833333333svw;
  width: 3.125svw;
  aspect-ratio: 1;
  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  background-color: #f2f0dd;
  border: 2px solid #92aba0;
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
/*@media screen and (orientation: portrait) {
  .circle-slider__control {
    width: 10.6666666667svw;
    top: 45.0666666667svw;
  }
}*/
.circle-slider__control:hover {
  background-color: #92aba0;
}
.circle-slider__control:hover svg path {
  fill: #f2f0dd;
}
.circle-slider__control svg {
  width: 1.5104166667svw;
  height: auto;
}
/*@media screen and (orientation: portrait) {
  .circle-slider__control svg {
    width: 5.8666666667svw;
  }
}*/
.circle-slider__control svg path {
  transition: fill 0.3s ease-in-out;
}
.circle-slider__control--prev {
  left: 15.4166666667svw;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
}
/*@media screen and (orientation: portrait) {
  .circle-slider__control--prev {
    left: 6.1333333333svw;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
  }
}*/
.circle-slider__control--next {
  right: 15.4166666667svw;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
}
/*@media screen and (orientation: portrait) {
  .circle-slider__control--next {
    right: 6.1333333333svw;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
  }
}*/
.circle-slider__wheel {
  /*position: absolute;
  left: 0;
  top: 0;*/
  width: 1192px;
  height: 1192px;
  margin: 0 auto;
  will-change: transform, filter;
  counter-reset: item;
}
/*@media screen and (orientation: portrait) {
  .circle-slider__wheel {
    width: 280svw;
    height: 280svw;
    left: -90svw;
    top: 44.8svw;
  }
}*/
.circle-slider__circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
}
.circle-slider__item {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  counter-increment: item;
}
.circle-slider__item-inner::before {
	content: counter(item, decimal-leading-zero);
	margin: -33px auto 0 auto;
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, #0F4E50 0%, #125C5F 100%);
/*	backdrop-filter: blur(15px);*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	z-index: 2;
	font-size: 24px;
}
.circle-slider__item-inner::after {
	content: "";
	position: absolute;
	top: 33px;
	left: 50%;
	width: 1px;
	height: 50px;
	background: #fff;
}
.circle-slider__item-inner {
  width: 290px;
  text-align: center;
  transform: scale(1) !important;
  /*height: 29.1666666667svw;
  object-fit: contain;
  object-position: 50% 100%;*/
  will-change: transform, filter;
}
/*@media screen and (orientation: portrait) {
  .circle-slider__item-inner {
    width: 68.2666666667svw;
    height: 89.6svw;
  }
}*/
.circle-slider__image {
  overflow: hidden;
  padding-top: 50px;
}
img.mask-image {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  -webkit-mask-image: url('../images/img-shape.svg');
  -moz-mask-image: url('../images/img-shape.svg');
          mask-image: url('../images/img-shape.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
}
img.mask-image.big-mask {
  -webkit-mask-image: url('../images/img-shape-big.svg');
  -moz-mask-image: url('../images/img-shape-big.svg');
          mask-image: url('../images/img-shape-big.svg');
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.mask-image.video-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  -webkit-mask-image: url('../images/img-shape.svg');
  -moz-mask-image: url('../images/img-shape.svg');
          mask-image: url('../images/img-shape.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
  overflow: hidden;
}
.mask-image.video-wrapper::before {
  content: '';
  display: block;
  padding-top: 100%; /* 1:1 aspect ratio */
}
.mask-image.video-wrapper iframe,
.mask-image.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.step-timeline .timeline-list .timeline-item .timeline-image .mask-image.video-wrapper {
  margin-bottom: 0;
}
.circle-slider__image .heading {
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1;
}
.circle-slider__pagination {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 0 8px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(8px);
	width: fit-content;
	margin: 0 auto 24px auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.circle-slider__pagination-btn {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  padding: 9px 8px;
  opacity: .2;
  transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.circle-slider__pagination-btn.active {
	opacity: 1;
}

/* Hide non-active slides visually */
.circle-slider__item-inner {
  opacity: 0.3;
}
.circle-slider__item-inner:nth-child(1) {
  opacity: 1;
}
.circle-slider__item-inner[style*="scale(1)"] {
  opacity: 1 !important;
}
/** circle-slider **/

.power-bytes-section .text-slider-line {
	position: relative;
	margin-top: -13vw;
	margin-bottom: 32px;
}
.power-bytes-section .action-wrap .animated-btn {
	min-width: 242px;
}
.action-wrap .btn:not(:last-child),
.action-wrap .animated-btn:not(:last-child) {
	margin-right: 10px;
}
.power-bytes-section .text-slider .swiper-pagination {
	bottom: 60px;
}
.power-bytes-section .text-slider-line::before,
.power-bytes-section .text-slider-line::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.power-bytes-section .text-slider-line::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.power-bytes-section .text-slider-line::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.power-bytes-section .text-slider-line .text-slider {
	position: relative;
}
.power-bytes-section .text-slider-line .text-slider .inner {
	padding: 100px 130px 180px 130px;
}
.power-bytes-section .text-slider-line .text-slider::before,
.power-bytes-section .text-slider-line .text-slider::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.power-bytes-section .text-slider-line .text-slider::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: 0;
}
.power-bytes-section .text-slider-line .text-slider::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.power-bytes-section .text-slider-line .text-slider .inner span {
	display: block;
    font-size: 60%;
    font-weight: 100;
    letter-spacing: 0;
}
.text-slider .swiper-pagination-bullet {
	margin: 0 7px !important;
	width: auto;
	height: auto;
	position: relative;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.text-slider .swiper-pagination-bullet span {
	min-width: 42px;
	min-height: 42px;
	padding: 8px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.text-slider .swiper-pagination-bullet span::before,
.text-slider .swiper-pagination-bullet span::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.text-slider .swiper-pagination-bullet:hover span::before,
.text-slider .swiper-pagination-bullet:hover span::after {
	opacity: 1;
}
.text-slider .swiper-pagination-bullet span::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: 0;
}
.text-slider .swiper-pagination-bullet span::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.text-slider .swiper-pagination-bullet.swiper-pagination-bullet-active span::before,
.text-slider .swiper-pagination-bullet.swiper-pagination-bullet-active span::after {
	/*height: 100%;*/
	opacity: 1;
}
.text-slider .swiper-pagination-bullet::before,
.text-slider .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.text-slider .swiper-pagination-bullet:hover::before,
.text-slider .swiper-pagination-bullet:hover::after {
	opacity: 1;
}
.text-slider .swiper-pagination-bullet::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.text-slider .swiper-pagination-bullet::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.text-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	width: calc(100% - 8px);
	height: 100%;
	opacity: 1;
}
.text-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	width: 100%;
	height: calc(100% - 12px);
	opacity: 1;
}

.img-content-block .content-block {
	width: 50%;
}
.img-content-block .img-block {
	width: 45%;
	position: sticky;
	top: 100px;
}
.img-content-block .img-block .video-trigger {
	display: block;
	position: relative;
	cursor: pointer;
}
.img-content-block .img-block .play-button-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	pointer-events: none;
	transition: transform 0.3s ease, opacity 0.3s ease;
}
.img-content-block .img-block .video-trigger:hover .play-button-overlay {
	transform: translate(-50%, -50%) scale(1.1);
	opacity: 1;
}
.img-content-block .img-block .play-button-inner {
	position: relative;
	padding: 34px;
}
.img-content-block .img-block .play-button-overlay svg {
	display: block;
	position: relative;
	z-index: 1;
}
.img-content-block .img-block .play-button-overlay::before,
.img-content-block .img-block .play-button-overlay::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.img-content-block .img-block .play-button-overlay::before {
	border-right: none;
	border-bottom: none;
	top: 0;
	left: 0;
}
.img-content-block .img-block .play-button-overlay::after {
	width: 9px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.img-content-block .img-block .play-button-inner::before,
.img-content-block .img-block .play-button-inner::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.img-content-block .img-block .play-button-inner::before {
	bottom: 0;
	left: 0;
	border-top: none;
	border-right: none;
}
.img-content-block .img-block .play-button-inner::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
/*.img-content-block h2 {
	margin-bottom: 48px;
}*/
.img-content-block h5:not(:last-child) {
	margin-bottom: 32px;
}
.fill-text {
	color: rgba(255, 255, 255, 0.3);
}

.testimonials-slider {
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.testimonials-slider .testimonials-pagination {
	max-width: 1352px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	position: relative;
	margin-top: 48px;
}
.testimonials-slider .swiper-pagination {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	position: relative;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 12px 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width: auto;
	backdrop-filter: blur(8px);
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
	background-color: #ffffff;
	opacity: 0.1;
	width: 6px;
	height: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet:hover,
.testimonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.testimonials-slider .testimonials-slider-item {
	width: 412px;
}
.testimonials-slider .item {
	border: 1px solid #202020;
	position: relative;
}
.testimonials-slider .item::before,
.testimonials-slider .item::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonials-slider .item::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.testimonials-slider .item::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.testimonials-slider .item .line {
	position: relative;
	padding: 32px;
}
.testimonials-slider .item .line::before,
.testimonials-slider .item .line::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonials-slider .item .line::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: 0;
}
.testimonials-slider .item .line::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.testimonials-slider .item .avatar {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-bottom: 40px;
	width: 120px;
	height: 120px;
	object-position: top;
	object-fit: cover;
}
.testimonials-slider .item .content {
	margin-bottom: 80px;
}
.testimonials-slider .item .detail .name {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 21px
}
.testimonials-slider .item .detail .position {
	font-size: 14px;
	font-weight: 300;
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid #1B1B1B;
}
.logo-marquee {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.logo-marquee .js-marquee {
	/*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;*/
	margin: 0 !important;
	color: #ffffff;
	position: relative;
	opacity: 0.1;
	font-size: 0;
}
.logo-marquee .logo-item {
	padding: 0 60px;
	position: relative;
	/*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;*/
  display: inline-block;
  vertical-align: middle;
}
.logo-marquee .logo-item::before {
	content: "/";
	position: absolute;
	top: 50%;
	right: 0;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 72px;
	font-weight: 200;
	transform: translate(50%, -50%);
}
.footer-detail-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding: 68px 0 48px 0;
}
.footer-detail-row .footer-detail-box {
	position: relative;
	min-height: 340px;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer-detail-row .footer-detail-box .box {
	height: 100%;
	padding: 32px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.footer-detail-row .footer-detail-box::before,
.footer-detail-row .footer-detail-box::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-detail-row .footer-detail-box::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.footer-detail-row .footer-detail-box::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.footer-detail-row .footer-detail-box .box {
	position: relative;
	padding: 32px;
}
.footer-detail-row .footer-detail-box .box::before,
.footer-detail-row .footer-detail-box .box::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-detail-row .footer-detail-box .box::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: 0;
}
.footer-detail-row .footer-detail-box .box::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.footer-detail-row .footer-detail-box .box h5 {
	font-weight: 400;
}
.footer-detail-row .footer-detail-box .box a {
	line-height: 24px;
}
.site-footer .copyright {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.site-footer .copyright .copyright-text {
	margin: 0;
	padding-right: 16px;
}
.site-footer .copyright  .footer-linkedin {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.site-footer .copyright  .footer-linkedin svg {
	margin-right: 8px;
}
.overflow-hidden {
	overflow: hidden;
}

.counter-block {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.counter-block .counter-num {
	letter-spacing: normal;
}

.page-title {
	min-height: 650px;
	padding: 160px 0 80px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-title::after {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.page-title .container {
	z-index: 1;
}
.page-title .banner-content {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.page-title .banner-content.small-title {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}

.page-title .title {
	position: relative;
	width: fit-content;
}
.page-title .title::before,
.page-title .title::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.page-title .title::before {
	border-right: none;
	border-bottom: none;
	top: 0;
	left: 0;
}
.page-title .title::after {
	width: 9px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.page-title h1 {
	font-weight: 500;
	font-size: 8.5vw;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	padding: 34px;
}
.page-title h1::before,
.page-title h1::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}
.page-title h1::before {
	bottom: 0;
	left: 0;
	border-top: none;
	border-right: none;
}
.page-title h1::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}

.goal-section .content {
	margin-top: -3vw;
}
.financing-section .content {
	margin-top: -4vw;
	margin-bottom: 40px;
}
.tags {
	gap: 16px;
}
.tags .tag {
	padding: 16px 24px;
	font-size: 16px;
	border: 1px solid #1A1A1A;
	text-transform: uppercase;
	background-color: #111111;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.hyaxiom-difference-section .big-title {
	font-size: 8.65vw;
	white-space: nowrap;
}
.hyaxiom-difference-section .content {
	margin-top: -2vw;
}

.step-timeline {
	position: relative;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.step-timeline .timeline-list {
	width: 100%;
	row-gap: 80px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;
}
.step-timeline .timeline-list .timeline-item {
	width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.step-timeline .timeline-list .timeline-item .timeline-content,
.step-timeline .timeline-list .timeline-item .timeline-image {
	width: 45%;
}
.step-timeline .timeline-list .timeline-item .timeline-content {
  padding-left: 52px;
  position: relative;
}
.step-timeline .timeline-list .timeline-item .timeline-content .dot {
	position: absolute;
	left: 0;
	top: 14px;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #000000;
	background: linear-gradient(104deg, #01A4D8 0%, #02AD82 100%);
	z-index: 2;
	transform: scale(0);
}
/*.step-timeline .timeline-list .timeline-item .timeline-content .content {
	opacity: 0;
}*/
.step-timeline .timeline-list .timeline-item .timeline-content .step-no {
	display: inline-block;
	padding: 9px 16px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	margin-bottom: 24px;
}
.step-timeline .timeline-list .timeline-item .timeline-content .step-title {
	margin-bottom: 24px;
	font-weight: 400;
}
.step-timeline .timeline-list .timeline-item .timeline-content p {
	max-width: 432px;
}
.step-timeline .timeline-line {
	top: 0;
	left: 4px;
  width: 1px;
  height: 100%;
  position: absolute;
}
.step-timeline .timeline-line::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	opacity: 0.2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 20%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.00) 100%);
}
.step-timeline .timeline-line .timeline-active-line {
	height: 0;
	top: 0;
	left: 0;
	width: 1px;
	position: absolute;
	z-index: 1;
	background: linear-gradient(180deg, rgba(1, 164, 216, 0.00) 0%, #01A4D8 49.52%, #02AD82 100%);
	transform: translateX(-50%);
}

.hyaxiom-cell-section .title {
	max-width: 974px;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}
.gradient-box-row {
	display: grid;
	gap: 48px;
	grid-template-columns: repeat(2, 1fr);
}
.gradient-box-row .gradient-box {
	position: relative;
	background-color: rgba(255, 255, 255, 0.1);
}
.gradient-box-row .gradient-box .box {
	padding: 47px;
	position: relative;
	height: 100%;
}
.gradient-box-row .gradient-box::before,
.gradient-box-row .gradient-box::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gradient-box-row .gradient-box::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.gradient-box-row .gradient-box::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.gradient-box-row .gradient-box .box::before,
.gradient-box-row .gradient-box .box::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gradient-box-row .gradient-box .box::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: 0;
}
.gradient-box-row .gradient-box .box::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}
.gradient-box-row .gradient-box .box .icon {
	margin-bottom: 32px;
	width: 48px;
}
.gradient-box-row .gradient-box .box .box-title {
	margin-bottom: 32px;
	font-weight: 400;
}
.disk-list {
	padding-left: 20px;
	margin: 0;
}
.gradient-box-row .gradient-box .box .disk-list li {
	margin-bottom: 16px;
}
.gradient-box-row .gradient-box .box .disk-list li:last-child {
	margin-bottom: 0;
}

.purecell-list .purecell-item {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.purecell-list .purecell-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.purecell-list .purecell-item .image-block,
.purecell-list .purecell-item .content-block {
	width: 45%;
}
.purecell-list .purecell-item .content-block h2 {
	margin: 32px 0 48px 0;
}
.scalable-image-block {
	position: relative;
}
.scalable-image-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.2;
}
.scalable-image-block img {
	width: 100%;
	margin-bottom: 0;
}
.scalable-image-block .content {
	position: absolute;
	bottom: 48px;
	left: 48px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  z-index: 11;
}
.scalable-image-block .content h4 {
	font-weight: 400;
	margin-bottom: 32px;
}
.scalable-image-block .content .animated-btn {
	min-width: 200px;
	text-align: center;
}

.hyaxiom-Pipeline-section .big-title {
	font-size: 11vw;
	white-space: nowrap;
}
.hyaxiom-Pipeline-section .content {
	max-width: 1066px;
	margin: -3vw auto 0 auto;
}
.tri-gen-section .img-content-block .content-block,
.sofc-section .img-content-block .content-block {
	width: 50%;
}
.tri-gen-section .img-content-block .content-block .fill-text,
.sofc-section .img-content-block .content-block .fill-text {
	max-width: 665px;
}
.clean-energy-section .big-title {
	font-size: 8.9vw;
	white-space: nowrap;
}
.clean-energy-section .content {
	margin: -1vw auto 0 auto;
}

.scrollspy-section {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.scrollspy-block {
	position: relative;
}
.scrollspy-block .scrollspy-menu {
	width: 33%;
	padding-right: 24px;
	position: sticky;
	top: 180px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.scrollspy-menu .scrollspy-item {
	list-style: none;
	margin-bottom: 32px;
	position: relative;
	padding: 10px;
}
.scrollspy-menu .scrollspy-item a {
	display: inline-block;
	white-space: nowrap;
}
.scrollspy-menu .scrollspy-item:last-child {
	margin-bottom: 0;
}
.scrollspy-indicator {
	position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.2s;
  border-radius: 8px;
  animation: nav-indicator-reveal 0.6s ease-in-out;
}
.scrollspy-menu .scrollspy-item::before,
.scrollspy-menu .scrollspy-item::after,
.scrollspy-indicator::before,
.scrollspy-indicator::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	left: 0;
}
.scrollspy-menu .scrollspy-item::before,
.scrollspy-indicator::before {
	border-right: none;
	border-bottom: none;
	top: 0;
}
.scrollspy-menu .scrollspy-item::after,
.scrollspy-indicator::after {
	bottom: 0;
	border-right: none;
	border-top: none;
}
.scrollspy-menu .scrollspy-item a::before,
.scrollspy-menu .scrollspy-item a::after,
.scrollspy-indicator .scrollspy-indicator-inner::before,
.scrollspy-indicator .scrollspy-indicator-inner::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.scrollspy-menu .scrollspy-item a::before,
.scrollspy-indicator .scrollspy-indicator-inner::before {
	top: 0;
	width: 4px;
	border-bottom: none;
	border-left: none;
}
.scrollspy-menu .scrollspy-item a::after,
.scrollspy-indicator .scrollspy-indicator-inner::after {
	bottom: 0;
	border-left: none;
	border-top: none;
}
.scrollspy-menu .scrollspy-item:not(.is-active)::before,
.scrollspy-menu .scrollspy-item:not(.is-active)::after,
.scrollspy-menu .scrollspy-item:not(.is-active) a::before,
.scrollspy-menu .scrollspy-item:not(.is-active) a::after {
	opacity: 0;
}
.scrollspy-menu .scrollspy-item:not(.is-active):hover::before,
.scrollspy-menu .scrollspy-item:not(.is-active):hover::after,
.scrollspy-menu .scrollspy-item:not(.is-active):hover a::before,
.scrollspy-menu .scrollspy-item:not(.is-active):hover a::after {
	opacity: 0.2;
}
.scrollspy-block .scrollspy-content {
	width: 66%;
	display: inline-block;
	vertical-align: top;
	margin-left: auto;
}
.scrollspy-block .scrollspy-content .mask-image,
.scrollspy-block .scrollspy-content video,
.scrollspy-block .scrollspy-content h2 {
	margin-bottom: 48px;
}
.scrollspy-block .scrollspy-content h5 {
	margin-bottom: 24px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
}
.scrollspy-block .scrollspy-content p:not(:last-child),
.scrollspy-block .scrollspy-content ul.disk-list:not(:last-child) {
	margin-bottom: 48px;
}
.scrollspy-block .scrollspy-content video {
	width: 100%;
	position: relative;
	object-fit: cover;
  -webkit-mask-image: url('../images/img-shape.svg');
  -moz-mask-image: url('../images/img-shape.svg');
          mask-image: url('../images/img-shape.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
}
.scrollspy-block .scrollspy-content .scrollspy-content-item:not(:last-child) {
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gray-box-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.gray-box-list .gray-box-item {
	position: relative;
	background-color: rgba(255, 255, 255, 0.1);
}
.gray-box-list .gray-box-item .gray-box-item-inner {
	position: relative;
	padding: 24px;
	height: 100%;
}
.gray-box-list .gray-box-item .gray-box-item-inner .icon {
	margin-bottom: 24px;
	max-width: 48px;
}
.gray-box-list .gray-box-item .gray-box-item-inner h5 {
	margin-bottom: 16px;
	font-family: "Roboto", sans-serif;
}
.gray-box-list .gray-box-item .gray-box-item-inner p {
	margin-bottom: 0;
}

.icon-title-list .icon-title-item {
	position: relative;
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 24px;
}
.icon-title-list .icon-title-item:last-child {
	margin-bottom: 0;
}
.icon-title-list .icon-title-item .icon-title-item-inner {
	position: relative;
	padding: 32px;
	height: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.icon-title-list .icon-title-item .icon-title-item-inner p {
	margin: 0;
}
.icon-title-list .icon-title-item .icon-title-item-inner .icon {
	margin-right: 24px;
}
.icon-title-list .icon-title-item .icon-title-item-inner h5 {
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
}
.gray-box-list .gray-box-item::before,
.gray-box-list .gray-box-item::after,
.icon-title-list .icon-title-item::before,
.icon-title-list .icon-title-item::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gray-box-list .gray-box-item::before,
.icon-title-list .icon-title-item::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.gray-box-list .gray-box-item::after,
.icon-title-list .icon-title-item::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.gray-box-list .gray-box-item .gray-box-item-inner::before,
.gray-box-list .gray-box-item .gray-box-item-inner::after,
.icon-title-list .icon-title-item .icon-title-item-inner::before,
.icon-title-list .icon-title-item .icon-title-item-inner::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gray-box-list .gray-box-item .gray-box-item-inner::before,
.icon-title-list .icon-title-item .icon-title-item-inner::before {
	border-right: none;
	border-top: none;
	bottom: 0;
	left: 0;
}
.gray-box-list .gray-box-item .gray-box-item-inner::after,
.icon-title-list .icon-title-item .icon-title-item-inner::after {
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}

.proven-impact-section .big-title {
	font-size: 13.6vw;
  white-space: nowrap;
}
.proven-impact-section .content {
	max-width: 750px;
	margin: -4vw auto 0 auto;
}
.post-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 48px;
	row-gap: 80px;
}
.post-list .post-item {
	overflow: hidden;
}
.post-list .post-item .image-block {
	display: block;
	margin-bottom: 32px;
}
.post-list .post-item .content-block .post-cat {
	margin-bottom: 8px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
}
.post-list .post-item .content-block .post-title {
	margin: 0;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-list .post-item .content-block .post-title a:hover {
	opacity: 0.5;
}
.post-list .post-item .content-block .post-except {
	margin: 16px 0 0 0;
}
.post-list .post-item .content-block .animated-btn {
	margin: 32px 0 0 0;
	min-width: 200px;
	text-align: center;
}

.information-hub-section .big-title {
	font-size: 11.5vw;
  white-space: nowrap;
}
.information-hub-section .content {
	max-width: 730px;
	margin: -4vw auto 0 auto;
}

.filter-row {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1024px;
  margin: 0 auto 48px auto;
  overflow-x: auto;
  padding-left: 1px;
  padding-right: 1px;
}
.filter-row .filter-item {
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-left: -1px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	min-width: fit-content;
}
.filter-row .filter-item .filter-box {
	position: relative;
	padding: 24px;
	width: 100%;
	border: 1px solid #1A1A1A;
	height: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.filter-row .filter-item::before,
.filter-row .filter-item::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 1;
}
.filter-row .filter-item::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
}
.filter-row .filter-item::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}
.filter-row .filter-item .filter-box::before,
.filter-row .filter-item .filter-box::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	z-index: 1;
}
.filter-row .filter-item .filter-box::before {
	border-right: none;
	border-top: none;
	bottom: -1px;
	left: -1px;
}
.filter-row .filter-item .filter-box::after{
	width: 4px;
	border-left: none;
	border-bottom: none;
	top: -1px;
	right: -1px;
}
.filter-row .filter-item:hover,
.filter-row .filter-item.active {
	color: rgba(255, 255, 255, 1);
}
.filter-row .filter-item:hover::before,
.filter-row .filter-item:hover::after,
.filter-row .filter-item:hover .filter-box::before,
.filter-row .filter-item:hover .filter-box::after,
.filter-row .filter-item.active::before,
.filter-row .filter-item.active::after,
.filter-row .filter-item.active .filter-box::before,
.filter-row .filter-item.active .filter-box::after {
	opacity: 1;
}

.plus-equl-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.plus-equl-row .box {
	width: 100%;
	min-height: 150px;
	background-color: rgba(255, 255, 255, 0.1);
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 32px;
}
.plus-equl-row .box h5,
.plus-equl-row .box p {
	margin: 0;
	font-weight: 400;
}
.plus-equl-row .box.plus::before,
.plus-equl-row .box.equl::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(47px, -50%);
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #000000;
	z-index: 2;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #1A1A1A;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.45;
}
.plus-equl-row .box.plus::before {
	content: "+";
}
.plus-equl-row .box.equl::before {
	content: "=";
}
.plus-equl-row + p {
	margin-top: 48px;
}

.column-2 {
	column-count: 2;
	column-gap: 80px;
}

.looking-section .big-title {
	opacity: 0.7;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 95.59%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 9.2vw;
	position: relative;
	z-index: 2;
}
.looking-section .content {
	max-width: 1260px;
	margin: -2vw auto 24px auto;
}

.accordion {
	max-width: 900px;
	margin: 0 auto;
}
.accordion .accordion-item {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: -1px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
/*.accordion .accordion-item:last-child {
}*/
.accordion .accordion-item .accordion-title {
	padding: 26px 100px 26px 0;
	font-size: 20px;
	line-height: normal;
	position: relative;
	cursor: pointer;
}
.accordion .accordion-item .accordion-title::before,
.accordion .accordion-item .accordion-title::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 }
.accordion .accordion-item .accordion-title::before {
  right: 19px;
  width: 1.5px;
  height: 20px;
  margin-top: -11px;
}
.accordion .accordion-item .accordion-title::after {
  right: 10px;
  width: 20px;
  height: 1.5px;
  margin-top: -2px;
}
.accordion .accordion-item.active .accordion-title::before {
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-content {
	display: none;
	padding: 0 100px 24px 0;
}

.accordion-content p,
.accordion-content ul {
	margin-bottom: 30px;
}

.accordion-content ul {
	margin-left: 16px;
}
.accordion-content p:last-child,
.accordion-content ul:last-child {
	margin-bottom: 0;
}

.mediakit-section h5 {
	max-width: 750px;
	margin: 0 auto 32px auto;
}

.shaping-section .big-title {
	font-size: 10.4vw;
  white-space: nowrap;
}
.shaping-section .content {
	margin: -3vw auto 0 auto;
	max-width: 1100px;
}

.line-row {
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.line-row h5 {
	margin-bottom: 24px;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
}
.line-row p {
	max-width: 900px;
}
.line-row p:not(:last-child) {
	margin-bottom: 24px;
}

.powered-by-section .content {
	margin: -3vw auto 0 auto;
	max-width: 1180px;
}

.key-features-block .content-block {
	width: 52%;
}

.team-list.accordion {
	max-width: 100%;
}
.team-list.accordion .accordion-item .accordion-title {
	padding: 40px 100px 40px 0;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.team-list.accordion .accordion-item .accordion-title h4 {
	margin: 0;
}
.team-list.accordion .accordion-item .team-position {
	max-width: 680px;
	width: 100%;
	margin-bottom: 0;
}
.team-list.accordion .accordion-item .accordion-title .team-item-img {
	display: none;
}
.team-list.accordion .accordion-item:hover {
	border-color: #ffffff;
}
/*.team-list.accordion .accordion-item:not(.active) .accordion-title .team-item-img {
	width: 200px;
	top: 50%;
	right: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	transform: translateY(-50%);
	z-index: 2;
	opacity: 0;
	scale: 1.2;
}
.team-list.accordion .accordion-item.active .accordion-title .team-item-img {
	width: 200px;
	opacity: 1;
	top: 40px;
	right: 100px;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-list.accordion .accordion-item:hover .accordion-title .team-item-img {
	opacity: 1;
}*/
.team-item-box {
	max-width: 680px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 auto;
  position: relative;
}
.team-item-box .content {
	width: calc(100% - 240px);
}
.team-item-box .content .team-details {
	margin-bottom: 32px;
}
.team-list.accordion .accordion-item .accordion-content .team-item-box .team-item-img {
	width: 200px;
	opacity: 1;
	top: 0;
	right: 0;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-list.accordion .accordion-item .accordion-content .team-item-box .team-position {
	display: none;
}

.footer-faq {
	padding-top: 48px;
	display: none;
}
.footer-faq .container {
	max-width: 1000px;
}

.mission-section .mission-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 80px;
}
.mission-slider__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 80px;
}
.mission-slider__content {
  flex: 0 0 42%;
  max-width: 550px;
}
.mission-slider__item {
  display: none;
}
.mission-slider__item.is-active {
  display: block;
}
.mission-slider__item h4 {
  margin-bottom: 32px;
}
.mission-slider__gallery {
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 0;
  min-height: 315px;
}
.mission-slider__gallery-item {
  position: relative;
  flex: 1;
  height: 100%;
  transform-origin: center bottom;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: flex 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}
.mission-slider__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.mission-slider__gallery-item:not(.is-active) {
  flex: 0.55;
  height: auto;
  cursor: pointer;
}
.mission-slider__gallery-item.is-active {
  flex: 2.2;
  height: 100%;
}
.mission-slider__gallery-item.is-active img {
  transform: scale(1);
  object-fit: cover;
  -webkit-mask-image: url('../images/img-shape.svg');
  -moz-mask-image: url('../images/img-shape.svg');
          mask-image: url('../images/img-shape.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
}
.mission-slider__gallery-item:not(.is-active) img {
  width: 100%;
  height: auto;
}
.mission-slider__pagination {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.mission-slider__pagination .mission-slider__pagination-button {
  position: relative;
  width: 33.33%;
  text-align: center;
  text-transform: uppercase;
  margin-left: -1px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding: 0;
  border: 0;
}
.mission-slider__pagination .mission-slider__pagination-button .button-box {
  position: relative;
  padding: 24px;
  width: 100%;
  border: 1px solid #1A1A1A;
}
.mission-slider__pagination .mission-slider__pagination-button::before,
.mission-slider__pagination .mission-slider__pagination-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.mission-slider__pagination .mission-slider__pagination-button::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.mission-slider__pagination .mission-slider__pagination-button::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.mission-slider__pagination .mission-slider__pagination-button .button-box::before,
.mission-slider__pagination .mission-slider__pagination-button .button-box::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.mission-slider__pagination .mission-slider__pagination-button .button-box::before {
  border-right: none;
  border-top: none;
  bottom: -1px;
  left: -1px;
}
.mission-slider__pagination .mission-slider__pagination-button .button-box::after{
  width: 4px;
  border-left: none;
  border-bottom: none;
  top: -1px;
  right: -1px;
}
.mission-slider__pagination .mission-slider__pagination-button:hover,
.mission-slider__pagination .mission-slider__pagination-button.is-active {
  color: rgba(255, 255, 255, 1);
}
.mission-slider__pagination .mission-slider__pagination-button:hover::before,
.mission-slider__pagination .mission-slider__pagination-button:hover::after,
.mission-slider__pagination .mission-slider__pagination-button:hover .button-box::before,
.mission-slider__pagination .mission-slider__pagination-button:hover .button-box::after,
.mission-slider__pagination .mission-slider__pagination-button.is-active::before,
.mission-slider__pagination .mission-slider__pagination-button.is-active::after,
.mission-slider__pagination .mission-slider__pagination-button.is-active .button-box::before,
.mission-slider__pagination .mission-slider__pagination-button.is-active .button-box::after {
  opacity: 1;
}
.mission-slider__pagination-index {
  margin-right: 24px;
}

.popup-box {
	background-color: #000000;
	max-width: 1280px;
	width: 100%;
	padding: 0 20px;
}
.popup-box h4 {
	padding-right: 56px;
}
.fancybox-container {
	transform: translateY(-100%);
}
.fancybox-container.fancybox-is-open {
	transform: translateY(0);
}
.fancybox-bg {
	background: #000000;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1;
}
.fancybox-toolbar {
	opacity: 1;
}
.fancybox-slide {
	padding: 80px 48px;
}
.fancybox-button.fancybox-button--close {
	background-color: #000000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	opacity: 1;
	height: 48px;
	width: 48px;
	border: 1px solid #ffffff;
	visibility: visible;
	right: 40px;
	top: 25px;
}
.fancybox-button.fancybox-button--close:hover {
	opacity: 0.5;
}

/* Form CSS Start */
select, textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
textarea.text-field {
	resize: none;
	height: 140px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
input:focus, textarea:focus, select:focus{
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
*:focus {
	outline: none;
}
/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px #000000 inset !important;
	color: white;
} */
.text-field {
	border: 1px solid #333333;
	padding: 15px 24px;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	height: auto;
	text-align: left;
	color: #ffffff;
	background-color: transparent;
}
select.text-field {
	padding-right: 64px;
	background-position: center right 24px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-image: url(../images/select-arrow.svg);
}
.form-list {
	margin: 0 -8px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	color: #ffffff;
	padding: 0 !important;
}
.form-list label, .swpm-label, .swpm-form label {
	font-size: 14px;
	display: block;
	color: #ffffff;
	margin-bottom: 4px;
	font-weight: 400;
	line-height: normal;
	min-height: 20px;
}
.form-list li {
	width: calc(50% - 16px);
	margin: 16px 8px 0 8px !important;
	position: relative;
	list-style-type: none !important;
}
.form-list li.hidden-fields {
	margin: 0 !important;
	height: 0;
	width: 0;
}
body .form-list li.mt-0 {
	margin-top: 0 !important;
}
.form-list li.full {
	width: calc(100% - 16px);
}
.form-list li br {
	display: none;
}
.form-list .button-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.form-list .button-wrapper .btn {
	margin-left: auto;
	background-color: transparent;
}

.news-hub-section .big-title {
	font-size: 10vw;
	white-space: nowrap;
}
.news-hub-section .content {
	max-width: 970px;
	margin: -2vw auto 0 auto;
}

.news-list .news-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 48px;
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.news-list .news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.news-list .news-item .image-block {
	min-width: 390px;
	max-width: 390px;
}
.news-list .news-item .image-block .mask-image {
	margin-bottom: 0;
}

.news-list .news-item .content-block .news-type {
	font-size: 16px;
	display: inline-block;
	padding: 9px 16px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	margin-bottom: 12px;
}

.news-list .news-item .content-block .news-date {
	margin-bottom: 24px;
}
.news-list .news-item .content-block .news-title {
	margin-bottom: 32px;
	font-weight: 400;
}
.visible {
  visibility: visible !important;
}
.team-list-block .team-pos-list-image {
	display: none;
}

@media (min-width: 992px) {
	.team-list-block .team-pos-list-image {
    width: 220px;
    z-index: 6;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -52%);
    display: block;
    left: calc(100vw/2 + 32%) !important;
    overflow: hidden;
    left: 0%;
    will-change: opacity;
    pointer-events: none;
    opacity: 0;
    filter: blur(20px);
    transition: opacity .4s,filter .4s;
  }
  .team-list-block .team-pos-list-image.active {
    opacity: 1;
    filter: blur(0);
  }
  .team-list-block .team-pos-list-image::before {
    display: block;
    content: "";
    padding-top: 125%;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .team-list-block .team-pos-list-image .float-image-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
    display: block;
    will-change: transform;
    padding-bottom: 125%;
    overflow: hidden;
    background-color: #000;
    list-style: none;
  }
  .team-list-block .team-pos-list-image .float-image-wrap .team-list-block .team-pos-list-image-inner {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .team-list-block .team-pos-list-image .float-image-wrap .team-list-block .team-pos-list-image-inner {
    width: 0;
  }
  .team-list-block .team-pos-list-image .float-image-wrap .team-list-block .team-pos-list-image-inner.visible {
    width: 100%;
  }
  .team-list-block .team-pos-list-image .float-image-wrap .team-list-block .team-pos-list-image-inner::before {
    display: block;
    content: "";
    padding-top: 125%;
  }
  .ratio::before {
	  display: block;
	  padding-top: var(--bs-aspect-ratio);
	  content: "";
	}
	.ratio > * {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.ratio img, .ratio video {
	  -o-object-fit: cover;
	  object-fit: cover;
	  width: 100%;
	  height: 100%;
	  bottom: 0;
	  top: auto;
	}
}
@media (min-width: 1440px) {
	.team-list-block .team-pos-list-image {
    left: calc(100vw/2 + 480px) !important;
  }
}
@media (min-width: 1600px) {
	.page-title h1 {
		font-size: 6.6vw;
	}
	.sub-menu-wrapper {
		right: 40vw;
	}
}
@media (min-width: 2000px) {
	.page-title h1 {
		font-size: 6vw;
	}
}

/* Post Banner Base Styles - Defined before media queries */
.post-banner {
	min-height: 450px;
	padding: 80px 0 0 0;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.post-banner .container {
	z-index: 1;
}

.post-banner .banner-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	position: relative;
}

.post-banner .title {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.post-banner .title::before,
.post-banner .title::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.post-banner .title::before {
	border-right: none;
	border-bottom: none;
	top: 0;
	left: 0;
}

.post-banner .title::after {
	width: 9px;
	border-left: none;
	border-bottom: none;
	top: 0;
	right: 0;
}

.post-banner h1 {
	font-weight: 500;
	font-size: 3.25rem;
	letter-spacing: -4px;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	padding: 34px;
	text-transform: none;
}

.post-banner h1::before,
.post-banner h1::after {
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

.post-banner h1::before {
	bottom: 0;
	left: 0;
	border-top: none;
	border-right: none;
}

.post-banner h1::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
}

@media (max-width: 1439px) {
	.sub-menu-wrapper {
		right: 10vw;
	}
	.circle-slider__inner {
		height: 460px;
	}
	.circle-slider__wheel {
		width: 1100px;
		height: 1100px;
	}
	.mission-section .sticky-section .item h2 {
		font-size: 70px;
		margin-bottom: 40px;
	}
}
@media (max-width: 1199px) {
	h1 {
		font-size: 96px;
		letter-spacing: -8px;
		margin-bottom: 24px;
	}
	h2 {
		font-size: 68px;
		letter-spacing: -4px;
		margin-bottom: 16px;
	}
	h3 {
		font-size: 48px;
		letter-spacing: -4px;
	}
	h4 {
		font-size: 32px;
	}
	h5 {
		font-size: 24px;
		line-height: 1.3;
	}
	h6 {
		font-size: 20px;
	}
	.title {
		margin-bottom: 48px;
	}
	.s-pt-half,
	.s-py-half {
		padding-top: 80px;
	}
	.s-pb-half,
	.s-py-half {
	  padding-bottom: 80px;
	}
	.pt-120,
	.py-120 {
		padding-top: 80px;
	}
	.pb-120,
	.py-120 {
	  padding-bottom: 80px;
	}
	.pt-80,
	.py-80 {
		padding-top: 64px;
	}
	.pb-80,
	.py-80 {
	  padding-bottom: 64px;
	}
	.s-pt,
	.s-py {
		padding-top: 120px;
	}
	.s-pb,
	.s-py {
	  padding-bottom: 120px;
	}
	.s-pt-full,
	.s-py-full {
		padding-top: 180px;
	}
	.s-pb-full,
	.s-py-full {
	  padding-bottom: 180px;
	}
	.mb-80 {
		margin-bottom: 48px;
	}
	.mb-48 {
		margin-bottom: 32px;
	}
	.mb-32 {
		margin-bottom: 28px;
	}
	.fancybox-button.fancybox-button--close {
		right: 20px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.check-list li {
		font-size: 24px;
		line-height: 1.1;
		padding-left: 32px;
	}
	.check-list li::before {
		width: 24px;
		height: 24px;
		top: 2px;
	}
	.site-header {
		padding: 24px 20px;
	}
	.site-header.fixed {
		padding: 16px 20px;
	}
	.site-header .logo {
		max-width: 120px;
	}
	.menu-wrapper {
		padding: 100px 20px 60px 20px;
	}
	.menu-wrapper .menu li {
		margin-bottom: 20px;
	}
	.menu-wrapper .menu a {
		padding: 16px 0;
		font-size: 64px;
		line-height: 40px;
		letter-spacing: -4px;
	}
	.menu-wrapper .menu li:hover > .menu-item a,
	.menu-wrapper .menu li.active > .menu-item a {
		padding: 16px 48px;
	}
	.menu-wrapper .menu li .menu-item::before, .menu-wrapper .menu li .menu-item::after,
	.menu-wrapper .menu li a::before, .menu-wrapper .menu li a::after {
		height: 16px;
		width: 16px;
	}
	.menu-wrapper .menu li a::before {
		width: 8px;
	}
	.sub-menu-wrapper .menu li .menu-item a {
		font-size: 24px;
	}
	.hero-section .container {
		padding-left: 20px;
  	padding-right: 20px;
	}
	.hero-section .title {
		margin-bottom: 120px;
	}
	.hero-section h1 {
		padding: 24px;
	}
	.hero-section .title::before, .hero-section .title::after,
	.hero-section h1::before, .hero-section h1::after {
		height: 16px;
		width: 16px;
	}
	.hero-section .title::after {
		width: 8px;
	}
	.circle-slider__inner {
		height: 400px;
	}
	.circle-slider__wheel {
		width: 952px;
		height: 952px;
	}
	.circle-slider__item-inner {
		width: 250px;
	}
	.circle-slider__item-inner::before {
		width: 46px;
		height: 46px;
		font-size: 16px;
	}
	.circle-slider__item-inner::after {
		top: 13px;
		height: 30px;
	}
	.circle-slider__image {
		padding-top: 30px;
	}
	.mission-section .sticky-section .item {
		padding: 64px 0;
	}
	.footer-detail-row {
		padding: 48px 0 32px 0;
		gap: 16px;
	}
	.footer-detail-row .footer-detail-box .box {
		padding: 24px;
	}
	.testimonials-slider .item .line {
		padding: 24px;
	}
	.testimonials-slider .item .avatar {
		width: 80px;
		height: 80px;
		margin-bottom: 24px;
	}
	.testimonials-slider .item .content {
		margin-bottom: 48px;
	}
	.testimonials-slider .testimonials-pagination {
		margin-top: 32px;
	}
	.power-bytes-section .text-slider-line {
		margin-top: -12vw;
	}
	.power-bytes-section .text-slider-line .text-slider .inner {
		padding: 60px 60px 120px 60px;
	}
	.power-bytes-section .text-slider .swiper-pagination {
		bottom: 30px;
	}
	.logo-section .item .inner, .logo-section .item p {
		padding: 16px;
	}
	.page-title .title::before,
	.page-title .title::after {
		width: 16px;
		height: 16px;
	}
	.page-title .title::after {
		width: 4px;
	}
	.page-title h1 {
		padding: 24px;
		font-size: 9vw;
	}
	.page-title h1::before,
	.page-title h1::after {
		width: 16px;
		height: 16px;
	}
	.post-banner .title::before,
	.post-banner .title::after {
		width: 16px;
		height: 16px;
	}
	.post-banner .title::after {
		width: 4px;
	}
	.post-banner h1 {
		padding: 24px;
		font-size: 3.5rem;
		letter-spacing: -3px;
	}
	.post-banner h1::before,
	.post-banner h1::after {
		width: 16px;
		height: 16px;
	}
	.team-list.accordion .accordion-item .team-position,
	.team-item-box {
		max-width: 600px;
	}
	.goal-section .big-title {
		font-size: 20vw;
	}
	.gradient-box-row {
		gap: 32px;
	}
	.gradient-box-row .gradient-box .box {
		padding: 32px;
	}
	.gradient-box-row .gradient-box .box .icon,
	.gradient-box-row .gradient-box .box .box-title {
		margin-bottom: 24px;
	}
	.purecell-list .purecell-item {
		margin-bottom: 32px;
		padding-bottom: 32px;
	}
	.purecell-list .purecell-item .content-block h2 {
		margin: 24px 0 32px 0;
	}
	.scalable-image-block .content {
		bottom: 32px;
		left: 32px;
	}
	.scalable-image-block .content h4 {
		margin-bottom: 24px;
	}
	.post-list {
		column-gap: 32px;
  	row-gap: 48px;
	}
	.mission-section {
		padding-top: 56px;
	}
	.mission-section .mission-slider {
    gap: 48px;
  }
  .mission-slider__main {
    gap: 48px;
  }
  .mission-slider__gallery {
    min-height: 250px;
  }
  .mission-slider__pagination .mission-slider__pagination-button .button-box {
    padding: 16px;
  }
  .mission-slider__pagination-index {
    margin-right: 16px;
  }
  .scrollspy-menu .scrollspy-item {
  	margin-bottom: 24px;
  }
  .gray-box-list {
  	gap: 16px;
  }
  .gray-box-list .gray-box-item .gray-box-item-inner {
  	padding: 16px;
  }
  .gray-box-list .gray-box-item .gray-box-item-inner .icon {
  	margin-bottom: 16px;
  }
  .icon-title-list .icon-title-item {
  	margin-bottom: 16px;
  }
  .icon-title-list .icon-title-item .icon-title-item-inner {
  	padding: 24px;
  }
  .icon-title-list .icon-title-item .icon-title-item-inner .icon {
  	margin-right: 16px;
  }
  .scrollspy-block .scrollspy-content .mask-image, .scrollspy-block .scrollspy-content video, .scrollspy-block .scrollspy-content h2 {
  	margin-bottom: 32px;
  }
  .line-row {
  	padding: 32px 0;
  }
  .line-row h5 {
  	margin-bottom: 16px;
  }
  .plus-equl-row {
  	gap: 16px;
  }
  .plus-equl-row .box {
  	padding: 24px;
  }
  .plus-equl-row .box.plus::before, .plus-equl-row .box.equl::before {
  	width: 48px;
  	height: 48px;
  	font-size: 24px;
  	transform: translate(31px, -50%);
  }
  .column-2 {
	column-gap: 48px;
  }
}
@media (max-width: 991px) {
	h1 {
		font-size: 68px;
		letter-spacing: -5px;
	}
	h2 {
		font-size: 48px;
		letter-spacing: -3px;
	}
	h3 {
		font-size: 32px;
		letter-spacing: -3px;
	}
	h4 {
		font-size: 28px;
	}
	.s-pt-half,
	.s-py-half {
		padding-top: 64px;
	}
	.s-pb-half,
	.s-py-half {
	  padding-bottom: 64px;
	}
	.pt-120,
	.py-120 {
		padding-top: 64px;
	}
	.pb-120,
	.py-120 {
	  padding-bottom: 64px;
	}
	.pt-80,
	.py-80 {
		padding-top: 48px;
	}
	.pb-80,
	.py-80 {
	  padding-bottom: 48px;
	}
	.s-pt,
	.s-py {
		padding-top: 80px;
	}
	.s-pb,
	.s-py {
	  padding-bottom: 80px;
	}
	.s-pt-full,
	.s-py-full {
		padding-top: 120px;
	}
	.s-pb-full,
	.s-py-full {
	  padding-bottom: 120px;
	}
	.lg-pt-0 {
		padding-top: 0 !important;
	}
	.lg-pb-0 {
		padding-bottom: 0 !important;
	}
	.menu-wrapper .menu li {
		position: relative;
		width: 100%;
	}
	.submenu-toggle {
		display: block;
	}
	.sub-menu-wrapper {
		right: auto;
		position: relative;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		padding: 16px 12px;
		width: 100%;
		display: none;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	.sub-menu-wrapper .menu li {
	  margin-bottom: 4px !important;
	}
	.circle-slider__wheel {
		width: 728px;
		height: 728px;
	}
	.power-bytes-section .text-slider-line {
		margin-top: -10vw;
	}
	.power-bytes-section .text-slider-line .text-slider .inner {
		padding: 32px 24px 100px 32px;
	}
	.mission-section .sticky-section .item h2 {
		font-size: 50px;
	}
	.logo-section {
		grid-template-columns: repeat(3, 1fr);
	}
	.logo-section .logo-item:nth-child(-n + 3) {
		border-bottom: 1px solid #191919;
	}
	.logo-section .logo-item:nth-child(1)::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: calc(200% + 40px);
		height: 1px;
		background: #191919;
		transform: translatex(-20px);
	}
	.logo-section .logo-item:nth-child(3) {
		border-right: 1px solid #191919;
	}
	.logo-section .logo-item:nth-child(3)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: auto;
		right: -1px;
		height: 100%;
		width: 1px;
		background: #191919;
		background: linear-gradient(180deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 100%);;
		transform: translate(0, -100%);
	}
	.logo-section .logo-item:nth-child(4) .item::before, .logo-section .logo-item:nth-child(4) .item .inner::before {
		left: 0;
	}
	.tags {
		gap: 8px;
	}
	.tags .tag {
		padding: 8px 16px;
		font-size: 14px;
	}
	.step-timeline .timeline-list {
		row-gap: 48px;
	}
	.gradient-box-row {
		gap: 24px;
	}
	.gradient-box-row .gradient-box .box {
		padding: 24px;
	}
	.gradient-box-row .gradient-box .box .icon,
	.gradient-box-row .gradient-box .box .box-title {
		margin-bottom: 16px;
	}
	.scalable-image-block .content {
		bottom: 24px;
		left: 24px;
	}
	.scalable-image-block .content h4 {
		margin-bottom: 16px;
	}
	.post-list {
		column-gap: 24px;
  	row-gap: 40px;
	}
	.post-list .post-item .image-block {
		margin-bottom: 24px;
	}
	/*.post-list .post-item .content-block .post-cat {
		margin-bottom: 16px;
	}
	.post-list .post-item .content-block .post-except {
		margin: 16px 0 0 0;
	}*/
	.post-list .post-item .content-block .animated-btn {
		margin: 24px 0 0 0;
	}
	.mission-slider__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mission-slider__gallery {
    flex: 0 0 100%;
    min-height: 42vw;
  }
  .mission-slider__item h4 {
  	margin-bottom: 24px;
  }
  .news-list .news-item {
  	gap: 32px;
  	margin-bottom: 32px;
  	padding-bottom: 32px;
  }
  .news-list .news-item .content-block .news-title {
  	margin-bottom: 24px;
  }
  .scrollspy-section .container {
  	padding: 0;
  }
  .scrollspy-block .scrollspy-menu {
  	display: block;
  	width: 100%;
  	top: 80px;
  	padding: 16px 20px;
  	display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-direction: row;
  	flex-direction: row;
	  gap: 24px;
	  background: #000000;
  	/*backdrop-filter: blur(3.5px);*/
  	border-top: 1px solid rgba(255, 255, 255, 0.2);
  	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	  z-index: 3;
	  overflow-x: auto;
  }
  .scrollspy-menu .scrollspy-item {
  	width: fit-content;
  	margin: 0;
  }
  .scrollspy-block .scrollspy-content {
  	display: block;
  	width: 100%;
  	padding: 0 20px;
  }
  .scrollspy-block .scrollspy-content .scrollspy-content-item:not(:last-child) {
  	margin-bottom: 32px;
  	padding-bottom: 32px;
  }
  .scrollspy-block .scrollspy-content h5 {
  	margin-bottom: 16px;
  }
  .scrollspy-block .scrollspy-content p:not(:last-child), .scrollspy-block .scrollspy-content ul.disk-list:not(:last-child){
  	margin-bottom: 32px;
  }
  .icon-title-list .icon-title-item .icon-title-item-inner {
  	padding: 16px;
  }
  .scrollspy-block .scrollspy-content .mask-image, .scrollspy-block .scrollspy-content video, .scrollspy-block .scrollspy-content h2 {
  	margin-bottom: 24px;
  }
  .column-2 {
  	column-gap: 32px;
  }
  .accordion .accordion-item .accordion-title {
  	padding: 20px 48px 20px 0;
  }
  .accordion .accordion-item .accordion-content {
  	padding: 0 0 20px 0;
  }
  .team-list.accordion .accordion-item .accordion-title {
  	padding: 24px 48px 24px 0;
  }
  .team-list.accordion .accordion-item .accordion-title .team-position,
  .team-list.accordion .accordion-item .accordion-title .team-item-img {
  	display: none;
  }
  .team-item-box {
  	width: 100%;
  	max-width: 100%;
  }
  .team-list.accordion .accordion-item .accordion-content .team-item-box .team-position {
  	display: block;
  }
  .team-list.accordion .accordion-item .accordion-content .team-item-box .team-position,
  .team-item-box .content .team-details {
  	margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
	h1 {
		font-size: 48px;
		letter-spacing: -2px;
	}
	h2 {
		font-size: 32px;
		letter-spacing: -2px;
	}
	h3 {
		font-size: 28px;
		letter-spacing: -2px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	.title {
		margin-bottom: 32px;
	}
	.s-pt-half,
	.s-py-half {
		padding-top: 48px;
	}
	.s-pb-half,
	.s-py-half {
	  padding-bottom: 48px;
	}
	.pt-120,
	.py-120 {
		padding-top: 56px;
	}
	.pb-120,
	.py-120 {
	  padding-bottom: 56px;
	}
	.pt-80,
	.py-80 {
		padding-top: 40px;
	}
	.pb-80,
	.py-80 {
	  padding-bottom: 40px;
	}
	.s-pt,
	.s-py {
		padding-top: 64px;
	}
	.s-pb,
	.s-py {
	  padding-bottom: 64px;
	}
	.s-pt-full,
	.s-py-full {
		padding-top: 80px;
	}
	.s-pb-full,
	.s-py-full {
	  padding-bottom: 80px;
	}
	.mb-80 {
		margin-bottom: 32px;
	}
	.mb-48 {
		margin-bottom: 24px;
	}
	.mb-32 {
		margin-bottom: 24px;
	}
	.mb-24 {
		margin-bottom: 20px;
	}
	.md-pt-0 {
		padding-top: 0 !important;
	}
	.md-pb-0 {
		padding-bottom: 0 !important;
	}
	.check-list li {
		font-size: 20px;
		padding-left: 28px;
	}
	.check-list li::before {
		width: 20px;
		height: 20px;
		top: 1px;
	}
	.menu-wrapper .menu li {
		margin-bottom: 8px;
	}
	.menu-wrapper .menu a {
		font-size: 32px;
		line-height: 24px;
		letter-spacing: -3px;
		padding: 8px 0;
		opacity: 0.4;
	}
	.menu-wrapper .menu li:hover > .menu-item a,
	.menu-wrapper .menu li.active > .menu-item a {
		padding: 8px 20px;
	}
	.menu-wrapper .menu li .menu-item::before, .menu-wrapper .menu li .menu-item::after,
	.menu-wrapper .menu li a::before, .menu-wrapper .menu li a::after {
		height: 8px;
		width: 8px;
	}
	.menu-wrapper .menu li a::before {
		width: 4px;
	}
	.submenu-toggle {
		height: 40px;
	}
	.hero-section h1 {
		font-size: 10vw;
		padding: 16px;
	}
	.hero-section .title::before, .hero-section .title::after,
	.hero-section h1::before, .hero-section h1::after {
		height: 8px;
		width: 8px;
	}
	.hero-section .title::after {
		width: 4px;
	}
	.logo-marquee .logo-item {
		padding: 0 24px;
		max-width: 240px;
	}
	.logo-marquee .logo-item::before {
		font-size: 44px;
	}
	.mission-section .sticky-section .item h2 {
		margin-bottom: 32px;
	}
	.mission-section .sticky-section .inner {
		padding: 80px 50px;
	}
	.footer-detail-row {
		padding: 32px 0 24px 0;
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-detail-row .footer-detail-box {
		width: 100%;
		min-height: 240px;
	}
	.img-content-block .img-block {
		width: 100%;
		order: 1;
		margin-bottom: 24px;
	}
	.img-content-block .img-block img.mask-image {
		margin-bottom: 0;
	}
	.img-content-block .content-block, .key-features-block .content-block {
		width: 100%;
		order: 2;
	}
	.entry-content .post-featured-image {
		float: none;
		max-width: 100%;
		margin: 0 0 24px 0;
		width: 100%;
	}
	.entry-content {
		font-size: 16px;
	}
	.testimonials-slider {
		margin-right: 0;
	}
	.testimonials-slider .testimonials-slider-item {
		width: 100%;
	}
	.power-bytes-section .text-slider-line {
		margin-top: -2vw;
		margin-bottom: 48px;
	}
	.circle-slider {
		margin: 0 -20px;
	}
	.circle-slider__wheel {
		width: 180svw;
		height: 180svw;
		margin-left: -40svw;
	}
	.logo-section {
		grid-template-columns: repeat(2, 1fr);
	}
	.logo-section .logo-item:nth-child(2), .logo-section .logo-item:nth-child(4) {
		border-right: 1px solid #191919;
	}
	.logo-section .logo-item:nth-child(1)::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: calc(200% + 40px);
		height: 1px;
		background: #191919;
		transform: translatex(-20px);
	}
	.logo-section .logo-item:nth-child(2)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: auto;
		right: -1px;
		height: 100%;
		width: 1px;
		background: #191919;
		background: linear-gradient(180deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 100%);;
		transform: translate(0, -100%);
	}
	.logo-section .logo-item:nth-child(4)::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: calc(100% + 20px);
		height: 1px;
		background: #191919;
	}
	.logo-section .logo-item:nth-child(3) {
		border-right: 0;
	}
	.logo-section .logo-item:last-child::after {
		height: 150%;
		transform: translateY(0);
	}
	.logo-section .logo-item:nth-child(3)::after {
		right: auto;
		left: 0;
		transform: translatex(-100%);
	}
	.logo-section .logo-item:nth-child(3) .item::before, .logo-section .logo-item:nth-child(3) .item .inner::before,
	.logo-section .logo-item:nth-child(5) .item::before, .logo-section .logo-item:nth-child(5) .item .inner::before {
		left: 0;
	}
	.logo-section .logo-item:nth-child(4) .item::before, .logo-section .logo-item:nth-child(4) .item .inner::before {
		left: -1px;
	}
	.page-title {
		min-height: auto;
	}
	.page-title .title::before,
	.page-title .title::after {
		width: 8px;
		height: 8px;
	}
	.page-title .title::after {
		width: 4px;
	}
	.page-title h1 {
		padding: 16px;
		font-size: 10vw;
	}
	.page-title h1::before,
	.page-title h1::after {
		width: 8px;
		height: 8px;
	}
	.post-banner {
		min-height: auto;
	}
	.post-banner .title::before,
	.post-banner .title::after {
		width: 8px;
		height: 8px;
	}
	.post-banner .title::after {
		width: 4px;
	}
	.post-banner h1 {
		padding: 16px;
		font-size: 2.5rem;
		letter-spacing: -2px;
	}
	.post-banner h1::before,
	.post-banner h1::after {
		width: 8px;
		height: 8px;
	}
	.entry-content .post-featured-image {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 32px 0;
	}
	.step-timeline .timeline-list {
		row-gap: 32px;
	}
	.step-timeline .timeline-list .timeline-item .timeline-content, .step-timeline .timeline-list .timeline-item .timeline-image {
		width: 100%;
		padding-left: 32px;
	}
	.step-timeline .timeline-list .timeline-item .timeline-content {
		margin-bottom: 24px;
	}
	.step-timeline .timeline-list .timeline-item .timeline-content .step-no,
	.step-timeline .timeline-list .timeline-item .timeline-content .step-title {
		margin-bottom: 16px;
	}
	.step-timeline .timeline-list .timeline-item .timeline-image .mask-image {
		margin-bottom: 0;
	}
	.gradient-box-row {
		grid-template-columns: repeat(1, 1fr);
	}
	.gradient-box-row .gradient-box .box {
		padding: 16px;
	}
	.purecell-list .purecell-item .image-block {
		width: 100%;
		order: 1;
	}
	.purecell-list .purecell-item .content-block {
		width: 100%;
		order: 2;
	}
	.tri-gen-section .img-content-block .content-block, .sofc-section .img-content-block .content-block {
		width: 100%;
	}
	.tri-gen-section .img-content-block .content-block .fill-text, .sofc-section .img-content-block .content-block .fill-text {
		max-width: 100%;
	}
	.proven-impact-section .content,
	.information-hub-section .content {
		margin: -2vw auto 0 auto;
	}
	.filter-row {
		margin-bottom: 32px;
	}
	.filter-row .filter-item .filter-box {
		padding: 16px 24px;
	}
	.post-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.post-list .post-item .image-block {
		margin-bottom: 16px;
	}
	/*.post-list .post-item .content-block .animated-btn {
		margin: 16px 0 0 0;
	}*/
	.mission-section .mission-slider,
	.mission-slider__main {
		gap: 32px;
	}
	.mission-slider__pagination-index {
    margin-right: 0;
  }
  .mission-slider__pagination-label {
    display: none;
  }
  .mission-slider__item h4 {
  	margin-bottom: 16px;
  }
  .form-list {
		margin: 0;
	}
	.form-list li, .form-list li.full {
		width: 100%;
		margin: 16px 0 0 0 !important;
	}
	.fancybox-slide {
		padding: 24px 20px;
	}
	.popup-box {
		padding: 0;
	}
	.news-list .news-item {
  	gap: 24px;
  	-webkit-flex-direction: column;
  	flex-direction: column;
  }
  .news-list .news-item .image-block {
  	min-width: 100%;
  	max-width: 100%;
  }
  .news-list .news-item .content-block .news-date,
  .news-list .news-item .content-block .news-title {
  	margin-bottom: 16px;
  }
  .scrollspy-block .scrollspy-content .scrollspy-content-item:not(:last-child) {
  	margin-bottom: 24px;
  	padding-bottom: 24px;
  }
  .scrollspy-block .scrollspy-content p:not(:last-child), .scrollspy-block .scrollspy-content ul.disk-list:not(:last-child){
  	margin-bottom: 24px;
  }
  .gray-box-list {
  	grid-template-columns: repeat(2, 1fr);
  }
  .line-row {
  	padding: 24px 0;
  }
  .plus-equl-row {
  	grid-template-columns: repeat(1, 1fr);
  }
  .plus-equl-row .box {
  	min-height: 120px;
  }
  .plus-equl-row .box.plus::before, .plus-equl-row .box.equl::before {
  	top: auto;
  	bottom: 0;
  	left: 50%;
  	right: auto;
  	transform: translate(-50%, 31px);
  }
  .column-2 {
  	column-count: 1;
  	column-gap: 24px;
  }
}
@media (max-width: 575px) {
	.header-right .btn {
		padding: 15px 12px;
	}
	.hero-section h1 {
		font-size: 12vw;
	}
	.hero-section .content .btn {
		width: 100%;
		display: block;
	}
	.hero-section .content .btn:not(:last-child) {
		margin: 0 0 16px 0;
	}
	.testimonials-slider .item .avatar {
		width: 64px;
		height: 64px;
	}
	/*.power-bytes-section .text-slider-line {
		margin-top: 0;
	}*/
	.action-wrap .btn, .action-wrap .animated-btn {
		width: 100%;
	}
	.action-wrap .btn:not(:last-child), .action-wrap .animated-btn:not(:last-child) {
		margin: 0 0 16px 0;
	}
	.mission-section .sticky-section .inner {
		padding: 80px 20px;
	}
	.logo-section {
		grid-template-columns: repeat(1, 1fr);
	}
	.logo-section .logo-item {
		border: 0;
	}
	.logo-section::before {
		content: "";
		position: absolute;
		left: -1px;
		top: 0;
		height: calc(100% + 400px);
		width: 1px;
		background: #191919;
		background: linear-gradient(180deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 15%, rgba(25, 25, 25, 1) 85%, rgba(25, 25, 25, 0) 100%);
		transform: translate(0, -200px);
	}
	.logo-section .logo-item::before {
		content: "";
		position: absolute;
		top: 0 !important;
		left: 0 !important;
		width: calc(100% + 40px) !important;
		height: 1px !important;
		background: #191919 !important;
		background: linear-gradient(0deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 33%, rgba(25, 25, 25, 1) 67%, rgba(25, 25, 25, 0) 100%) !important;
		transform: translate(-20px, 0) !important;
	}
	.logo-section .logo-item:last-child::after {
		content: "";
		position: absolute;
		bottom: 0 !important;
		top: auto !important;
		left: 0 !important;
		width: calc(100% + 40px) !important;
		height: 1px !important;
		background: #191919 !important;
		background: linear-gradient(0deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 33%, rgba(25, 25, 25, 1) 67%, rgba(25, 25, 25, 0) 100%) !important;
		transform: translate(-20px, 0) !important;
	}
	.logo-section::after {
		content: "";
		position: absolute;
		left: auto;
		right: 0;
		top: 0;
		height: calc(100% + 400px);
		width: 1px;
		background: #191919;
		background: linear-gradient(180deg,rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 15%, rgba(25, 25, 25, 1) 85%, rgba(25, 25, 25, 0) 100%);
		transform: translate(0, -200px);
	}
	.logo-section .item::before,
	.logo-section .item .inner::before,
	.logo-section .logo-item:nth-child(4) .item::before, .logo-section .logo-item:nth-child(4) .item .inner::before {
		left: 0;
	}
	.logo-section .logo-item:nth-child(2)::after, .logo-section .logo-item:nth-child(4)::after {
		display: none;
	}
	.logo-section .logo-item:nth-child(2), .logo-section .logo-item:nth-child(-n+3), .logo-section .logo-item:nth-child(4) {
		border: 0;
	}
	.scalable-image-block img.mask-image.big-mask {
		margin-bottom: 24px;
	}
	.scalable-image-block .content {
		position: relative;
		bottom: auto;
		left: auto;
		-webkit-align-items: center;
		align-items: center;
	}
	/*.filter-row {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.filter-row .filter-item {
		width: 100%;
		margin: -1px 0 0 0;
	}*/
	.mission-slider__content {
    order: 2;
  }
	.mission-slider__gallery {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: 62vw;
    order: 1;
  }
  .mission-slider__gallery-item:not(.is-active) {
    flex: 0 0 0;
  }
  .mission-slider__gallery-item.is-active {
    flex: 0 0 100%;
  }
  .gray-box-list {
  	grid-template-columns: repeat(1, 1fr);
  }
  .team-list.accordion .accordion-item .accordion-content .team-item-box .team-position,
  .team-item-box .content .team-details {
  	margin-bottom: 16px;
  }
  .team-item-box {
  	-webkit-flex-direction: column;
  	flex-direction: column;
  }
  .team-list.accordion .accordion-item .accordion-content .team-item-box .team-item-img {
  	/*width: 100%;*/
  	order: 1;
  	margin-bottom: 20px;
  }
  .team-item-box .content {
  	width: 100%;
  	order: 2;
  }
}
@media (max-width: 359px) {
	.header-right .btn {
		display: none;
	}
}

/* Full Width Video Component */
.component--full-width-video {
	width: 100%;
	overflow: hidden;
}
.component--full-width-video .container {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}
.component--full-width-video .full-width-video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
}
.component--full-width-video .full-width-video-wrapper iframe,
.component--full-width-video .full-width-video-wrapper embed,
.component--full-width-video .full-width-video-wrapper object,
.component--full-width-video .full-width-video-wrapper video,
.component--full-width-video .full-width-video-wrapper .wistia_embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: url('../images/img-shape.svg');
	-moz-mask-image: url('../images/img-shape.svg');
	mask-image: url('../images/img-shape.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: top right;
	mask-position: top right;
}
.component--full-width-video .full-width-video-wrapper .wistia_embed iframe {
	position: relative;
}
/* Vignette effect for locally hosted videos */
.component--full-width-video .full-width-video-wrapper.has-vignette::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	overflow: hidden;
}

/* Post Featured Image - Inline with content */
.entry-content .post-featured-image {
	float: right;
	margin: 0 0 20px 40px;
	max-width: 40%;
}

.entry-content .post-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* Post Content Body Copy */
.entry-content {
	font-size: 20px;
	line-height: 1.6;
}

/* Page Content Styling */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-top: 32px;
	margin-bottom: 16px;
	font-weight: 500;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
	margin-top: 0;
}

.entry-content p {
	margin-bottom: 24px;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 24px;
	padding-left: 24px;
}

.entry-content li {
	margin-bottom: 12px;
}

.entry-content a {
	color: inherit;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.entry-content a:hover {
	opacity: 0.7;
}

/* Body Copy component overrides */
.body-copy-section .line-row {
	padding: 60px 0;
}

.body-copy-section .line-row p {
	max-width: none;
	font-size: 20px;
	line-height: 1.7;
}

.entry-content strong {
	font-weight: 500;
}

.entry-content blockquote {
	margin: 32px 0;
	padding-left: 24px;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
	font-style: italic;
}

.cmplz-document h2, .cmplz-document h3, .cmplz-document h4, .cmplz-document h5, .cmplz-document h6 {
	letter-spacing: -1px;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
	color: black;
}

#cmplz-document a[target="_blank"]::after, .editor-styles-wrapper .cmplz-unlinked-mode a[target="_blank"]::after {
	filter: invert(1);
}
