html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

main {
	display: block;
}

pre {
	font-family: monospace, monospace;

	font-size: 1em;
}

abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

svg:not(:root) {
	overflow: hidden;
}

svg {
	/*filter: hue-rotate(-37deg) !important;*/
	filter: invert(1) hue-rotate(-26);
	
}

button,
input,
select {
	margin: 0;
}

button {
	overflow: visible;
	text-transform: none;
	transition: 0.4s all;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

input {
	overflow: visible;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

select {
	text-transform: none;
}

textarea {
	margin: 0;
	overflow: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

details {
	display: block;
}

dialog {
	background-color: white;
	border: solid;
	color: black;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

dialog:not([open]) {
	display: none;
}

summary {
	display: list-item;
}

template {
	display: none;
}

html {
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
}

@media (min-width: 0.0625em) {
	html {
		font-size: 50%;
	}
}

@media (min-width: 35.5em) {
	html {
		font-size: 56.25%;
	}
}

@media (min-width: 90em) {
	html {
		font-size: 62.5%;
	}
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(0deg, #4eaee7 50%, #0f0f0f 75%, #2a3893 100%);
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

::-webkit-scrollbar-track {
	background: #111;
	border-left: 3px solid #111;
}

body {
	position: fixed;
	height: 100%;
	font-size: 1.6rem;
	font-family: "proxima-nova", sans-serif;
	font-weight: 300;
	color: #717171;
	line-height: 1.6;
	width: 100%;
	background: #111;
	/*overflow: hidden;*/
	margin: 0;
}

body.modal-open {
	padding-right: 0 !important;
}

#body-wrap {
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}

main {
	background: #fff;
}

.content-wrap {
	position: relative;
	margin-top: -68px;
}

@media (min-width: 64.0625em) {
	.content-wrap {
		margin-top: -154px;
	}
}

strong {
	font-weight: bold;
}

input,
textarea,
select,
button {
	font: inherit;
}

a {
	cursor: pointer;
	color: #388aec;
	text-decoration: none;
	transition: 0.4s all;
}

a:hover {
	opacity: 1;
	color: #111;
	text-decoration: none;
}

a:hover.gradient {
	opacity: 0.5;
}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

[data-fade],
[data-fade-up],
[data-fade-down],
[data-fade-right],
[data-fade-left] {
    will-change: transform, opacity;
}

.smoothie-bg {
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

@-webkit-keyframes duotone-primary {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 0.9;
	}
	100% {
		opacity: 0.2;
	}
}

@keyframes duotone-primary {
	0% {
		opacity: 0.2;
	}
	50% {
		opacity: 0.9;
	}
	100% {
		opacity: 0.2;
	}
}

@-webkit-keyframes duotone-secondary {
	0% {
		opacity: 0.9;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 0.9;
	}
}

@keyframes duotone-secondary {
	0% {
		opacity: 0.9;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 0.9;
	}
}

.btn-icon {
	position: relative;
	display: inline-block;
	border: none;
	padding: 0 2rem;
	overflow: hidden;
	text-align: center;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
}

@media (min-width: 41.6875em) {
	.btn-icon {
		min-width: 255px;
	}
}

.btn-icon:focus {
	outline: none;
}

.btn-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: inherit;
	-webkit-clip-path: polygon(
		0% 0%,
		0% 100%,
		35% 100%,
		35% 60%,
		65% 60%,
		65% 100%,
		100% 100%,
		100% 0%
	);
	clip-path: url(../index.html#clipBox);
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.btn-icon svg {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 2.6rem;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	fill: #fff;
}

.btn-icon svg .fa-primary {
	opacity: 0.2;
}

.btn-icon svg .fa-secondary {
	opacity: 0.9;
}

.btn-icon:before,
.btn-icon svg {
	transition: all 0.4s;
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-icon span {
	display: block;
	padding: 1.5rem 2rem;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition-delay: 0.3s;
}

.btn-icon:hover .fa-primary {
	-webkit-animation: duotone-primary 1.5s infinite;
	animation: duotone-primary 1.5s infinite;
}

.btn-icon:hover .fa-secondary {
	-webkit-animation: duotone-secondary 1.5s infinite;
	animation: duotone-secondary 1.5s infinite;
}

.btn-icon:hover:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn-icon:hover svg {
	transition-delay: 0.07s;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.btn-icon:hover span {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	transition-delay: 0s;
}

.btn-icon.btn-gradient {
	color: #717171;
	border-radius: 3px;
	min-width: 225px;
}

.btn-icon.btn-gradient:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom right, #4eaee7 18%, #0f0f0f 60%, #2a3893 100%);
	border-radius: 5px;
	z-index: 0;
}

.btn-icon.btn-gradient:before {
	content: "";
	-webkit-transform: none;
	transform: none;
	border: none;
	-webkit-clip-path: none;
	clip-path: none;
	background: #fff;
	z-index: 1;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	transition: 0.4s all;
}

.btn-icon.btn-gradient.light:before,
.bg-light .btn-icon.btn-gradient:before {
	background: #f6f6f6;
}

.btn-icon.btn-gradient span {
	position: relative;
	z-index: 2;
	padding: 1.2rem 2rem;
}

.btn-icon.btn-gradient svg {
	z-index: 2;
}

.btn-icon.btn-gradient:hover {
	color: #fff;
	box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.14);
}

.btn-icon.btn-gradient:hover:before {
	opacity: 0;
}

.btn-icon.gray {
	color: #717171;
}

.btn-icon.gray:before {
	border-color: #717171;
}

.btn-icon.gray svg {
	fill: #717171;
}

.btn-icon.dark {
	color: #111;
}

.btn-icon.dark:before {
	border-color: #111;
}

.btn-icon.dark svg {
	fill: #111;
}

.btn-text {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 1rem 2rem 1rem 0;
}

.btn-text img {
	margin-left: 0.4em;
	transition: 0.3s all;
}

.btn-text:hover img {
	margin-left: 1.6em;
}

.gradient {
	background: linear-gradient(to bottom, #2a3893, #0f0f0f, #4eaee7);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.gradient-white {
	background: linear-gradient(to bottom, #2a3893, #ededed, #4eaee7);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

h1,
.h1 {
	font-size: 4.5rem;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 0;
}

h2,
.h2 {
	font-size: 2.8rem;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
}

h3,
.h3 {
	font-size: 2rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 0 0 0.8rem;
}

h4,
.h4 {
	font-size: 1.8rem;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 300;
	margin: 0 0 0.8rem;
}

h5,
.h5 {
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0;
}

h6,
.h6 {
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0;
}

.cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.container {
	width: 90%;
	max-width: 1500px;
}

@media (max-width: 41.6775em) {
	.container {
		padding: 0;
	}
}

.container-inner {
	width: 87%;
	margin: 0 auto;
}

.p-50 {
	padding: 4vh 0;
}

.p-80 {
	padding: 4vw 0;
}

.p-100 {
	padding: 5.2vw 0;
}

.p-150 {
	padding: 7.8vw 0;
	padding: 14vh 0;
}

.section-header {
	text-align: center;
}

.row > [class^="col-"],
.row > [class*=" col-"] {
	padding: 15px;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.row.sm-gutters {
	margin-right: -2px;
	margin-left: -2px;
}

.row.sm-gutters > [class^="col-"],
.row.sm-gutters > [class*=" col-"] {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 4rem;
}

@media (min-width: 120em) {
	.row.lg-gutters {
		margin-right: -25px;
		margin-left: -25px;
	}

	.row.lg-gutters > [class^="col-"],
	.row.lg-gutters > [class*=" col-"] {
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 50px;
	}
}

@media (max-width: 41.6775em) {
	.row.lg-gutters {
		margin-right: -15px;
		margin-left: -15px;
	}

	.row.lg-gutters > [class^="col-"],
	.row.lg-gutters > [class*=" col-"] {
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 30px;
	}
}

.max-540 {
	max-width: 540px;
}

.max-580 {
	max-width: 580px;
}

.max-640 {
	max-width: 640px;
	margin: 0 auto;
}

.max-1100 {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

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

header {
	position: fixed;
	height: 10.4vh;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: 0.2s height, 0.8s background-color;
	pointer-events: none;
}

header #logo {
    pointer-events: all;
}

@media only screen and (max-width: 400px) {
    
    header #logo {
        margin-left: 10px;
    }
    
    header .menu-toggle {
        margin-right: 20px !important;
    }
}

header #logo #svgContainer {
	max-width: 16.2vh;
	margin: 0 auto;
}

header #logo svg,
#main-logo svg {
    fill: #fff;
}

header .mode-toggle {
  position: relative;
  margin-right: 1.5rem;
}

header .mode-toggle input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
header .mode-toggle .toggle {
  position: relative;
  display: inline-block;
}
header .mode-toggle label {
  width: 6rem;
  border: 2px solid #111;
  height: 1.9rem;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transform-origin: 20% center;
          transform-origin: 20% center;
  cursor: pointer;
  background: #111;
}
header .mode-toggle .mode {
  position: relative;
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  background: #fff;
  transition: 0.4s ease;
  top: 0.2rem;
  left: 0.2rem;
  will-change: left;
}
header .mode-toggle #darklight:checked + label {
  background: #fff;
  border-color: #fff;
}
header .mode-toggle #darklight:checked + label .mode {
  left: 4.3rem;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background: #111;
}

header .menu-toggle {
	cursor: pointer;
	overflow: hidden;
	pointer-events: all;
}

header .menu-toggle span {
	position: relative;
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: 0.4s all;
}

header .menu-toggle span:before {
	content: "";
	position: absolute;
	right: calc(100% + 6px);
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

header .menu-toggle span:first-child {
	width: 32px;
	transition-delay: 0.2s;
}

header .menu-toggle span:nth-child(2) {
	width: 32px;
	margin: 6px 0;
	transition-delay: 0.1s;
}

header .menu-toggle span:last-child {
	width: 22px;
	transition-delay: 0s;
}

header .menu-toggle:hover span {
	-webkit-transform: translate3d(38px, 0, 0);
	transform: translate3d(38px, 0, 0);
}

header .menu-toggle:hover span:first-child {
	transition-delay: 0s;
}

header .menu-toggle:hover span:nth-child(2) {
	transition-delay: 0.1s;
}

header .menu-toggle:hover span:last-child {
	transition-delay: 0.2s;
}

.scrolled header {
	height: 10.4vh;
	background-color: #111;
}

.scrolled header img{
	content: url(https://metavative.com/img/logo-white-2.png);
}

/* @media (min-width: 41.6875em) {
	.scrolled header {
		background-color: rgba(0, 0, 0, 0.4);
	}
} */

#popout-menu {
    display: none;
}

#body-wrap {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.4s all;
	z-index: 1;
	background: #fff;
}

@media (max-width: 64.0525em) {
	#body-wrap {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	#body-wrap::-webkit-scrollbar {
		width: 0;
		display: none;
	}
}

.menu-open .close-menu-button {
	-webkit-transform: translate3d(50%, -50%, 0) scale(1);
	transform: translate3d(50%, -50%, 0) scale(1);
	transition: 0.4s background-color, 0.8s -webkit-transform 0.1s;
	transition: 0.4s background-color, 0.8s transform 0.1s;
	transition: 0.4s background-color, 0.8s transform 0.1s,
		0.8s -webkit-transform 0.1s;
	pointer-events: all;
	visibility: visible;
}

.menu-open #body-wrap {
	-webkit-transform: scale(0.75) translate3d(-32vw, 0, 0);
	transform: scale(0.75) translate3d(-32vw, 0, 0);
	filter: none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	-webkit-font-smoothing: subpixel-antialiased;
}

@media (max-width: 41.6775em) {
	.menu-open #body-wrap {
		-webkit-transform: scale(0.75) translate3d(-98.25vw, 0, 0);
		transform: scale(0.75) translate3d(-98.25vw, 0, 0);
	}
}

@media (min-width: 41.6875em) and (max-width: 64.0525em) {
	.menu-open #body-wrap {
		-webkit-transform: scale(0.75) translate3d(-49.25vw, 0, 0);
		transform: scale(0.75) translate3d(-49.25vw, 0, 0);
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 1s all;
	display: none;
}

.loaded .preloader {
	opacity: 0;
	visibility: hidden;
}

section {
	position: relative;
	overflow: hidden;
}

.wave-bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100px;
	pointer-events: none;
}

.wave-bottom.portfolio {
	height: 25vh;
}

.wave-bottom svg {
	width: 100%;
	height: 100%;
}

.wave-bottom svg path:first-child {
	opacity: 0.15;
}

.wave-bottom svg path:nth-child(2) {
	opacity: 0.3;
}

.wave-top {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 80px;
	pointer-events: none;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.wave-top svg {
	width: 100%;
	height: 100%;
}

.wave-top svg path:first-child {
	opacity: 0.15;
}

.wave-top svg path:nth-child(2) {
	opacity: 0.3;
}


.wave-top.half {
    top: -5px;
}

.wave-bottom.half {
    bottom: -5px;
}

@media (max-width: 64.0525em) {
    .wave-top.half {
        top: -5px;
    }
    
    .wave-bottom.half {
        bottom: -5px;
    }
}

.wave-top.half,
.wave-bottom.half {
    height: auto;
}

@media (max-width: 64.0525em) {
	.p-100 .wave-top {
		height: 40px;
	}

	.p-100 .wave-top + .container {
		padding-top: 40px;
	}

	.p-100 .wave-bottom {
		height: 60px;
	}
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.polygons-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#title-bar {
	height: 52vh;
	display: flex;
	align-items: center;
	color: #fff;
	background: linear-gradient(45deg, #2a3893 8%, #0f0f0f 50%, #4eaee7 90%);
}

#title-bar.single-post-title {
	height: 44vh;
}

#title-bar.compact {
	height: 30vh;
}

#title-bar.compact h1 {
	margin: 4rem 0 0;
}

@media (max-width: 41.6775em) {
	#title-bar {
		height: auto !important;
		padding: 20vh 0 12vh;
	}

	#title-bar h1 {
		font-size: 4rem;
		margin-bottom: 0.6em;
	}

	#title-bar .buttons {
		margin-top: 1.4em;
	}
}

#title-bar > svg {
	position: absolute;
	height: 80%;
	width: auto;
	right: -36%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

@media (min-width: 41.6875em) {
    #hero .lines,
    #title-bar .lines {
        background-image: url(../img/lines-bg.svg);
    }
	#title-bar > svg {
		right: 2%;
	}
}

@media (min-width: 64.0625em) {
	#title-bar > svg {
		height: 140%;
	}
}

#title-bar .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	background-size: cover;
	background-position: center;
	z-index: 2;
	mix-blend-mode: soft-light;
	opacity: 0.7;
}

#title-bar .lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	opacity: 0.8;
}

#title-bar > .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #2a3893 8%, #0f0f0f 50%, #4eaee7 90%);
	z-index: 1;
	mix-blend-mode: screen;
	opacity: 0.9;
}

#title-bar .content {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

#title-bar .content h3:not(.gradient) {
    font-weight: 300;
    margin: 0 0 0.2em;
}

#title-bar .content h3.gradient {
	font-weight: 700;
}

#title-bar .content a {
	pointer-events: all;
}

#title-bar p {
	font-size: 2rem;
}
.short-desc {
	max-width: 400px;
	padding: 1.2em 0 1em 0;
}

#title-bar .buttons a:not(:last-child) {
	margin-right: 3rem;
}

#title-bar.bg-dark {
	background: #191919;
}

.sticky-banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 900;
	background: #000;
	min-height: 30px;
	text-align: center;
	padding: 5px 0;
	font-weight: 300;
	color: #fff;
	font-size: 1.4rem;
}

.sticky-banner img {
    display: none;
}

.sticky-banner + header {
	margin-top: 44px;
}

@media (min-width: 680px) {
    .sticky-banner img {
        display: inline-block;
    }
	.sticky-banner + header {
		margin-top: 30px;
	}
}

#cookieconsent {
	position: fixed;
	z-index: 10000;
	bottom: 3rem;
	left: 3rem;
	background: #f6f6f6;
	max-width: calc(100% - 6rem);
	max-height: calc(100vh - 6rem);
	padding: 2rem;
	overflow: hidden;
	border-radius: 4px;
	-webkit-box-shadow: -2px 2px 14px 0px rgba(17, 17, 17, 0.15);
	-moz-box-shadow: -2px 2px 14px 0px rgba(17, 17, 17, 0.15);
	box-shadow: -2px 2px 14px 0px rgba(17, 17, 17, 0.15);
	transition: 0.6s all;
}

#cookieconsent svg {
	position: absolute;
	top: 50%;
	z-index: 0;
	left: 6rem;
	height: 140%;
	transform: translateY(-50%);
	opacity: 0.2;
}

#cookieconsent span,
#cookieconsent a {
	position: relative;
	z-index: 1;
}

#cookieconsent .close {
	color: #388aec;
}

#cookieconsent .close:hover {
	color: #111;
}

#cookieconsent.hide {
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.close-menu-button {
	position: absolute;
	top: 50%;
	right: 36.75vw;
	-webkit-transform: translate3d(50%, -50%, 0) scale(0);
	transform: translate3d(50%, -50%, 0) scale(0);
	overflow: hidden;
	width: 5rem;
	height: 5rem;
	border-radius: 100%;
	background-color: #388aec;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 16px 44px rgba(0, 0, 0, 0.3);
	transition: 0.4s background-color, 0.2s -webkit-transform;
	transition: 0.4s background-color, 0.2s transform;
	transition: 0.4s background-color, 0.2s transform, 0.2s -webkit-transform;
	transition-delay: 0s;
	z-index: 2;
	pointer-events: none;
	visibility: hidden;
}

.close-menu-button svg {
	width: 1.5rem;
	fill: #fff;
	transition: 0.4s all;
}

.text-banner-section {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
  }

  .text-banner-section p {
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
  }

  .text-banner-section ul {
	width: 100%;
	list-style: none;
	display: flex;
	gap: 15rem;
	counter-reset: my-counter;
	list-style-type: none;
  }
  .text-banner-section ul li {
	font-size: clamp(30px, 4rem, 56px);
	font-family: "Poppins", "sans-serif";
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	position: relative;
	padding-left: 55px;
	transition: 0.3s ease all;
	text-transform: uppercase;
	color: transparent !important;
	-webkit-text-stroke: 1px #4e87fb;
  }
  @media (min-width: 768px) {
	.text-banner-section ul li {
	  font-size: clamp(30px, 8rem, 80px);
	}
  }
  @media (min-width: 1500px) {
	.text-banner-section ul li {
	  font-size: clamp(40px, 10rem, 80px);
	}
  }
  .text-banner-section ul li::before {
	counter-increment: my-counter;
	content: "00" counter(my-counter) " ";
	color: #37c87d !important;
	-webkit-text-stroke: 1px #37c87d;
	font-size: 16px;
	font-family: "Poppins", "sans-serif";
	font-weight: 200;
	position: absolute;
	left: 0;
	top: 20%;
  }
  @media (min-width: 768px) {
	.text-banner-section ul li::before {
	  top: 27px;
	}
  }
  .text-banner-section ul li:hover {
	color: #4e87fb !important;
	-webkit-text-stroke: 1px #4e87fb;
  }
  .infiniteMarqueeResponsive {
	height: fit-content;
	justify-content: space-evenly !important;
  }
  .infiniteMarquee {
	width: 100vw;
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
  }
  .marqueeDiv {
	width: 100vw;
	overflow: hidden;
	padding-top: 2rem;
	padding-bottom: 2rem;
  }
  .marqueeSliderDiv {
	width: 300vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
  }
  .marqueeCard {
	font-size: 6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 4rem;
	text-align: center;
  }
  .marqueeLogo {
	margin-left: 4rem;
  }


  section.ux-section {
	background: linear-gradient(0deg, #2a3893 50%, rgb(255, 255, 255) 50%);
  }
  @media (max-width: 768px) {
	  section.ux-section{
		  display:none;
	  }
  }
  @media (min-width: 360px) {
	section.ux-section {
	  background: linear-gradient(0deg, #2a3893 56%, rgb(255, 255, 255) 44%);
	}
  }
  @media (min-width: 1025px) {
	section.ux-section {
	  background: linear-gradient(270deg, #2a3893 60%, rgb(255, 255, 255) 40%);
	}
  }
  @media (min-width: 1200px) {
	section.ux-section {
	  background: linear-gradient(270deg, #2a3893 52%, rgb(255, 255, 255) 48%);
	}
  }
  section.ux-section .inner {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 392px;
	gap: 5rem;
  }
  section.ux-section h1 {
	font-size: clamp(30px, 5rem, 40px);
	line-height: 1.13;
	letter-spacing: 0em !important;
  }
  @media (min-width: 768px) {
	section.ux-section h1 {
	  font-size: clamp(30px, 7.6rem, 70px);
	}
  }
  section.ux-section .content-area {
	width: 100%;
	padding-bottom: 130px;
  }
  @media (min-width: 1025px) {
	section.ux-section .content-area {
	  width: 37%;
	  display: flex;
	  flex-direction: column;
	  gap: 8rem;
	  padding-bottom: 0;
	}
  }
  @media (min-width: 1200px) {
	section.ux-section .content-area {
	  width: 47%;
	}
  }
  section.ux-section .content-area a.logo {
	width: 100%;
	max-width: 285px;
	display: block;
  }
  section.ux-section .image-area {
	width: 100%;
	min-height: 600px;
	position: relative;
	display: flex;
	justify-content: space-evenly;
  }
  @media (min-width: 1025px) {
	section.ux-section .image-area {
	  width: 60%;
	}
  }
  @media (min-width: 1200px) {
	section.ux-section .image-area {
	  width: 50%;
	}
  }
  section.ux-section .phone {
	position: relative;
	overflow: hidden;
	border-radius: 32px;
	border: #5283fc 6px solid;
	box-sizing: border-box;
  }
  @media (max-width: 650px) {
	section.ux-section .phone {
	  min-width: 254px;
	}
  }
  section.ux-section .phone-one {
	position: relative;
	width: 237px;
	height: 502px;
  }
  section.ux-section .phone-one img {
	width: 251px;
	height: 512px;
	-o-object-position: 60% -18px;
	   object-position: 60% -18px;
  }
  @media (max-width: 600px) {
	section.ux-section .phone-one {
	  left: -6%;
	}
  }
  @media (max-width: 500px) {
	section.ux-section .phone-one {
	  left: -10%;
	}
  }
  @media (max-width: 400px) {
	section.ux-section .phone-one {
	  left: -12%;
	}
  }
  @media (max-width: 320px) {
	section.ux-section .phone-one {
	  left: -8%;
	}
  }
  section.ux-section .phone-two {
	position: relative;
	width: 254px;
	height: 502px;
  }
  section.ux-section .phone-two img {
	width: 254px;
	height: 523px;
	-o-object-position: 60% -18px;
	   object-position: 60% -18px;
  }
  @media (max-width: 600px) {
	section.ux-section .phone-two {
	  right: -2%;
	}
  }
  @media (max-width: 500px) {
	section.ux-section .phone-two {
	  right: -3%;
	}
  }
  @media (max-width: 400px) {
	section.ux-section .phone-two {
	  right: 5%;
	}
  }
  @media (max-width: 320px) {
	section.ux-section .phone-two {
	  right: -4%;
	}
  }
  section.ux-section .zeroco2 {
	position: absolute;
	top: 0;
	right: 90px;
	height: 130px;
	width: 50%;
	-webkit-filter: brightness(0) invert(1);
			filter: brightness(0) invert(1);
	z-index: -1;
  }
  @media (min-width: 1500px) {
	section.ux-section .zeroco2 {
	  top: -100px;
	}
  }
  section.ux-section .equation {
	position: absolute;
	bottom: 0;
	height: 172px;
	z-index: -1;
	width: 50%;
	left: 72px;
  }
  .text-blue {
    --tw-text-opacity: 1;
    color: #4eaee7;
}
.text-red {
    --tw-text-opacity: 1;
    color: #2a3893;
}

  section.imageSlidersSection {
	width: 100vw;
	height: clamp(700px, 100vh, 1250px);
	background-color: #012887;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
  }
  section.imageSlidersSection .imageSlidersDiv {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  section.imageSlidersSection .imageSlider {
	border: 1px solid #37c87d;
	box-shadow: 0 0 0 1.2rem #37c87d;
	border-radius: 2rem;
	width: 736px;
	height: 704px;
	overflow: hidden;
	margin-bottom: 66px;
	margin-left: 96px;
	margin-right: 96px;
  }
  
  @media (max-width: 768px) {
	  section.imageSlidersSection .imageSlider{
		  margin-left: 60px;
		  margin-right: 60px;
		  width: 350px;
		  height: 350px;
	  }
  }
  
  section.imageSlidersSection .logo {
	position: absolute;
	z-index: 5;
	width: clamp(320px, 35vw, 664px);
  }
  
  .floatingform-sec {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    left: -450px;
    top: 200px;
    font-size: 0;
    width: 450px;
    z-index: 999;
}
.floatingform-sec .outer-show {
    width: 50px;
    z-index: 999;
    background: linear-gradient(45deg, #2a3893 8%, #0f0f0f 50%, #4eaee7 90%);
    height: 177px;
    cursor: pointer;
    box-shadow: 0px 0px 40px #00000026 !important;
    border-radius: 0 10px 10px 0;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    left: 450px;
    right: auto;
    top: 0px;
}
.floatingform-sec .outer-show a.blink {
    color: #ffffff;
}
.floatingform-sec .outer-show a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -24px;
    text-transform: capitalize;
    white-space: pre;
    bottom: 70px;
}

#mtt__btn {
  display: inline-block;
  background-color: #4eaee7;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  border-radius: 50px;
}
#mtt__btn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#mtt__btn:hover {
  cursor: pointer;
  background-color: #333;
}
#mtt__btn:active {
  background-color: #555;
}
#mtt__btn .show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #mtt__btn {
    margin: 30px;
  }
}

.first-swiper .swiper-slide {
  width: 265.333px !important; /* Override default width */
  margin-right: 20px !important;
}

#side-carousel .side-image-swiper .swiper-slide .image img, #side-carousel .side-image-swiper .swiper-slide .video video {
    object-fit: fill !important;
}