@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ruslan+Display&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* -------[ iFRAME AUTO HEIGHT ]------- */
/* TOOLS */
.iframe-tools {
	width: 100%;
	height: auto;
	border: none;
	display: block;
	overflow: hidden;
	user-select: none;
}

/* PORTFOLIO */
.iframe-portfolio {
	width: 100%;
	border: none;
	display: block;
	overflow: hidden;
	transition: height 0.3s ease-in-out;
	user-select: none;
}

/* TIMELINE */
.iframe-timeline {
	width: 100%;
	border: none;
	display: block;
	overflow: hidden;
	transition: height 0.3s ease-in-out;
	user-select: none;
}

/* -------[ iFRAME AUTO HEIGHT END]------- */
/* -------[ FONTS ]------- */
:root {
	--font-1: "Public Sans", Sans-serif;
	--font-2: "Castoro", Serif;
	--font-3: "Gothic A1", sans-serif;
	--font-4: "Work Sans", sans-serif;
	--font-5: "Martel", serif;
	--font-mono: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

/* -------[ FONTS END]------- */
/* -------[ COLOURS ]------- */
:root {
	--autocomplete: hsla(96, 10%, 19%, 1);
	--autocomplete-bg: #ffffff;

	--color-1: #ef233c;
	--color-2: hsla(96, 10%, 19%, 1);
	--color-3: hsla(0, 0%, 10%, 1);
	--color-blog: #212122;
	--color-blog-card: #121212;
	--color-1-lightest: hsla(12, 75%, 75%, 1);
	--color-1-lighter: hsla(12, 75%, 65%, 1);
	--color-1-light: hsla(12, 75%, 55%, 1);
	--color-1-light: #d52424;
	--color-1-dark: hsla(12, 75%, 35%, 1);
	--color-1-darker: hsla(12, 75%, 25%, 1);
	--color-1-darkest: hsla(12, 75%, 15%, 1);
	--color-2-lightest: hsla(96, 10%, 49%, 1);
	--color-2-lighter: hsla(96, 10%, 39%, 1);
	--color-2-light: hsla(96, 10%, 29%, 1);
	--color-2-dark: hsla(96, 10%, 10%, 1);
	--color-2-darker: hsla(96, 10%, 1%, 1);
	--color-3-light: hsla(0, 0%, 16%, 1);
	--color-3-dark: hsla(0, 0%, 8%, 1);
	--color-error: hsla(359, 100%, 91%, 1);
	--color-success: hsla(76, 69%, 68%, 1);
	--color-info: hsla(205, 82%, 91%, 1);
	--color-notice: hsla(51, 100%, 80%, 1);
	--color-error-content: hsla(359, 50%, 50%, 1);
	--color-success-content: hsla(76, 29%, 28%, 1);
	--color-info-content: hsla(205, 32%, 31%, 1);
	--color-notice-content: hsla(51, 30%, 30%, 1);
	--color-black: #000000;
	--color-gray-19: #181818;
	--color-gray-18: #2f302f;
	--color-gray-17: #474747;
	--color-gray-16: #5e5f5e;
	--color-gray-15: #767776;
	--color-gray-14: #8e8f8e;
	--color-gray-13: #a5a7a5;
	--color-gray-12: #bdbebd;
	--color-gray-11: #d4d6d4;
	--color-gray-10: #eceeec;
	--color-gray-9: #eef0ee;
	--color-gray-8: #f0f1f0;
	--color-gray-7: #f2f3f2;
	--color-gray-6: #f4f5f4;
	--color-gray-5: #f6f7f6;
	--color-gray-4: #f7f8f7;
	--color-gray-3: #f9faf9;
	--color-gray-2: #fbfcfb;
	--color-gray-1: #fbfcfb;
	--color-white: #ffffff;
	/* -------[ TEXT ]------- */
	--color-text: var(--color-gray-19);
	--color-text-dark: var(--color-3-dark);
	--color-text-light: var(--color-gray-15);
	--color-placeholder: var(--color-gray-13);
	/* -------[ LINK ]------- */
	--color-link: var(--color-1);
	--color-link-hover: var(--color-2-lighter);
	--color-link-active: var(--color-2-lighter);
	/* -------[ BUTTONS ]------- */
	--color-btn: var(--color-gray-10);
	--color-btn-text: var(--color-text);
	--color-btn-hover: var(--color-gray-11);
	--color-btn-hover-text: var(--color-text);
	--color-btn-primary: var(--color-1);
	--color-btn-primary-text: var(--color-white);
	--color-btn-primary-hover: var(--color-1-light);
	--color-btn-primary-hover-text: var(--color-white);
	--color-btn-stroke: var(--color-text-dark);
	--color-btn-stroke-text: var(--color-text-dark);
	--color-btn-stroke-hover: var(--color-text-dark);
	--color-btn-stroke-hover-text: var(--color-white);
	/* -------[ PRELOADER ]------- */
	--color-preloader-bg: var(--color-gray-10);
	--color-loader: var(--color-3);
	--color-loader-light: var(--color-gray-14);
	--color-body-bg: var(--color-gray-1);
	--color-border: rgba(0, 0, 0, 0.1);
	--border-radius: 5px;
}

/* -------[ SPACE ]------- */
:root {
	--base-size: 62.5%;
	--multiplier: 1;
	--base-font-size: calc(2rem * var(--multiplier));
	--space: calc(3.2rem * var(--multiplier));
	--spacetext: calc(3rem * var(--multiplier));
	--space2: calc(2rem * var(--multiplier));
	--vspace-0_125: calc(0.125 * var(--space));
	--vspace-0_25: calc(0.25 * var(--space));
	--vspace-0_375: calc(0.375 * var(--space));
	--vspace-0_5: calc(0.5 * var(--space));
	--vspace-0_625: calc(0.625 * var(--space));
	--vspace-0_75: calc(0.75 * var(--space));
	--vspace-0_875: calc(0.875 * var(--space));
	--vspace-1: calc(var(--space));
	--vspace-1_25: calc(1.25 * var(--space));
	--vspace-1_5: calc(1.5 * var(--space));
	--vspace-1_75: calc(1.75 * var(--space));
	--vspace-2: calc(2 * var(--space));
	--vspace-2_5: calc(2.5 * var(--space));
	--vspace-2_5-foot: calc(1.2 * var(--space));
	--vspace-3: calc(3 * var(--space2));
	--vspace-3_5: calc(3.5 * var(--space));
	--vspace-4: calc(4 * var(--space));
	--vspace-4_5: calc(4.5 * var(--space));
	--vspace-5: calc(5 * var(--space2));
	--vspace-5_5: calc(5.5 * var(--space2));
	--vspace-6: calc(6 * var(--space2));
	--vspace-6_5: calc(6.5 * var(--space));
	--vspace-7: calc(7 * var(--space2));
	--vspace-7_5: calc(7.5 * var(--space));
	--vspace-8: calc(8 * var(--space));
	--vspace-8_5: calc(8.5 * var(--space));
	--vspace-9: calc(9 * var(--space));
	--vspace-9_5: calc(9.5 * var(--space));
	--vspace-10: calc(10 * var(--space));
	--text-scale-ratio: 1.2;
	--text-size: var(--base-font-size);
	--text-xs: calc((var(--text-size) / var(--text-scale-ratio)) / var(--text-scale-ratio));
	--text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
	--text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
	--text-lg: calc(var(--text-md) * var(--text-scale-ratio));
	--text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
	--text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
	--text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
	--text-display-1: calc(var(--text-xxxl) * var(--text-scale-ratio));
	--text-display-2: calc(var(--text-display-1) * var(--text-scale-ratio));
	--text-display-3: calc(var(--text-display-2) * var(--text-scale-ratio));
	--text-huge-1: calc(var(--text-display-3) * var(--text-scale-ratio));
	--text-huge-2: calc(var(--text-huge-1) * var(--text-scale-ratio));
	--text-huge-3: calc(var(--text-huge-2) * var(--text-scale-ratio));
	--vspace-btn: var(--vspace-1_75);
}

@media screen and (max-width: 600px) {
	:root {
		--multiplier: 0.9375;
	}
}

/* -------[ GRID ]------- */
:root {
	--width-sixteen-cols: 1760px;
	--width-default: 1280px;
	--width-wide: 1600px;
	--width-wider: 1800px;
	--width-narrow: 1200px;
	--width-narrower: 1000px;
	--width-narrowest: 800px;
	--width-full: 100%;
	--width-grid-max: var(--width-default);
	--gutter: 2.6rem;
}

@media screen and (max-width: 1000px) {
	:root {
		--gutter: 2.2rem;
	}
}

@media screen and (max-width: 600px) {
	:root {
		--gutter: 1rem;
	}
}

/* -------[ RESET ]------- */
a,
audio,
b,
body,
canvas,
code,
del,
div,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
header,
html,
i,
iframe,
img,
label,
li,
nav,
object,
p,
pre,
q,
s,
section,
span,
table,
tbody,
td,
th,
time,
tr,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

footer,
header,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ul {
	list-style: none
}

q {
	quotes: none
}

q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/* -------[ ROW ]------- */
.row {
	display: flex;
	flex-flow: row wrap;
	width: min(92%, var(--width-grid-max));
	margin: 0 auto;
}

.row .row {
	width: auto;
	margin-left: calc(var(--gutter) * -1);
	margin-right: calc(var(--gutter) * -1);
}

.column {
	flex: 1;
	padding: 0 var(--gutter);
}

/* -------[ 1201px AND ABOVE ]------- */
.xl-4 {
	flex: none;
	width: 33.3333333333%;
}

.xl-6 {
	flex: none;
	width: 50%;
}

.xl-12 {
	flex: none;
	width: 100%;
}

/* -------[ 1001px to 1200px - LARGE DEVICE ]------- */
@media screen and (max-width: 1200px) {
	.lg-5 {
		flex: none;
		width: 41.6666666667%;
	}

	.lg-12 {
		flex: none;
		width: 100%;
	}
}

/* -------[ MEDIUM-SIZED SCREENS (801PX TO 1000PX) ]------- */
@media screen and (max-width: 1000px) {
	.md-6 {
		flex: none;
		width: 50%;
	}

	.md-12 {
		flex: none;
		width: 100%;
	}
}

/* -------[ TABLET SCREENS (601PX TO 800PX) ]------- */
@media screen and (max-width: 800px) {
	.tab-12 {
		flex: none;
		width: 100%;
	}
}

/* -------[ MOBILE SCREENS (401PX TO 600PX) ]------- */
@media screen and (max-width: 600px) {
	.row {
		width: 100%;
		padding-left: 6vw;
		padding-right: 6vw;
	}

	.row .row {
		padding-left: 0;
		padding-right: 0;
	}
}

/* -------[ SMALL MOBILE SCREENS (UP TO 400PX) ]------- */
@media screen and (max-width: 400px) {
	.row .row {
		margin-left: 0;
		margin-right: 0;
	}

	.column {
		flex: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
}

/* -------[ EXTRA COLUMN BREAKPOINTS ]------- */
/* -------[ INITIAL CONFIGURATION ]------- */
html {
	font-size: var(--base-size);
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	background-color: var(--color-body-bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-size: inherit;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
}

svg,
img,
video {
	max-width: 100%;
	height: auto;
}

pre {
	overflow: auto;
}

/* -------[ RESET MARGINS AND PADDINGS FOR STANDARD ELEMENTS ]------- */
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

/* -------[ RESET DEFAULT STYLES FOR INPUT FIELDS ]------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* -------[ HELPER CLASSES ]------- */
.u-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	border: 0;
	position: absolute;
	word-wrap: normal !important;
}

.u-fullwidth {
	width: 100%;
}

/* -------[ TYPING STYLING BASE ]------- */
body {
	font-family: var(--font-1);
	font-size: var(--base-font-size);
	font-weight: 400;
	line-height: var(--vspace-1);
	color: var(--color-text);
}

a {
	color: var(--color-link);
	transition: all 0.3s ease-in-out;
}

a:focus,
a:hover,
a:active {
	color: var(--color-link-hover);
}

a:hover,
a:active {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: var(--font-2);
	font-weight: 400;
	color: var(--color-text-dark);
	font-variant-ligatures: common-ligatures;
	text-rendering: optimizeLegibility;
}

h1,
.h1 {
	margin-top: var(--vspace-2_5);
	margin-bottom: var(--vspace-0_75);
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
	margin-top: var(--vspace-2);
	margin-bottom: var(--vspace-0_75);
}

h5,
.h5 {
	margin-top: var(--vspace-1_75);
	margin-bottom: var(--vspace-0_5);
}

h1,
.h1 {
	font-size: var(--text-display-2);
	line-height: calc(2.25 * var(--space));
	letter-spacing: -0.02em;
}

@media screen and (max-width: 500px) {

	h1,
	.h1 {
		font-size: var(--text-xxxl);
		line-height: calc(1.625 * var(--space));
	}
}

h2,
.h2 {
	font-size: var(--text-xxl);
	line-height: calc(1.375 * var(--space));
	letter-spacing: -0.02em;
}

h3,
.h3 {
	font-size: var(--text-xl);
	line-height: calc(1.125 * var(--space));
}

h4,
.h4 {
	font-size: var(--text-lg);
	line-height: var(--vspace-1);
}

h5,
.h5 {
	font-size: var(--text-md);
	line-height: var(--vspace-0_875);
}

i,
b {
	font-size: inherit;
	line-height: inherit;
}

i {
	font-style: italic;
}

b {
	font-weight: 600;
	color: var(--color-text-dark);
}

p img {
	margin: 0;
	vertical-align: bottom;
}

var,
code,
pre {
	font-family: var(--font-mono);
}

pre {
	padding: var(--vspace-0_75) var(--vspace-1) var(--vspace-1);
	background: var(--color-gray-5);
	overflow-x: auto;
}

code {
	font-size: var(--text-sm);
	line-height: 1.6rem;
	margin: 0 0.2rem;
	padding: calc((var(--vspace-1) - 1.6rem) / 2 - 0.1rem) 0.7rem;
	white-space: nowrap;
	background: var(--color-gray-5);
	border: 1px solid var(--color-gray-10);
	color: var(--color-text);
	border-radius: 3px;
}

pre>code {
	display: block;
	white-space: pre;
	line-height: var(--vspace-1);
	padding: 0;
	margin: 0;
	border: none;
}

del {
	text-decoration: line-through;
}

/* -------[ EXTRA FONT STYLING & HELPER CLASSES ]------- */
.attention-getter {
	font-family: var(--font-1);
	font-size: var(--text-md);
	line-height: var(--vspace-1_25);
}

@media screen and (max-width: 800px) {
	.attention-getter {
		font-size: calc(var(--text-size) * 1.1);
		line-height: calc(1.125 * var(--space));
	}
}

@media screen and (max-width: 400px) {
	.attention-getter {
		font-size: var(--text-size);
		line-height: var(--vspace-1);
	}
}

/* -------[ BULLET POINTS AND NUMBERED LISTS ]------- */
ul {
	list-style: disc;
}

li {
	display: list-item;
}

ul {
	margin-left: 1.6rem;
}

ul li {
	padding-left: 0.4rem;
}

ul ul {
	margin: 1.6rem 0 1.6rem 1.6rem;
}

/* -------[ RESPONSIVE DESIGN BREAKPOINTS ]------- */
/* -------[ MARGIN AND PADDING STYLES ]------- */
button,
.btn {
	margin-bottom: var(--vspace-0_5);
}

input,
textarea,
select,
pre,
table,
p,
ul,
form,
img {
	margin-bottom: var(--vspace-1);
}

/* -------[ LOADING ANIMATION ]------- */
#preloader {
	position: fixed;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	background: var(--color-preloader-bg);
	z-index: 500;
	height: 100vh;
	width: 100%;
	opacity: 1;
	overflow: hidden;
}

.no-js #preloader {
	display: none;
}

#loader {
	position: relative;
	width: 6px;
	height: 6px;
	padding: 0;
	display: inline-block;
}

#loader>div {
	content: "";
	background: var(--color-loader);
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

#loader>div:nth-of-type(1) {
	left: 15px;
}

#loader>div:nth-of-type(3) {
	left: -15px;
}

@keyframes dots-jump {
	0% {
		top: 0;
	}

	40% {
		top: -6px;
	}

	80% {
		top: 0;
	}
}

.dots-fade>div {
	animation: dots-fade 1.6s infinite ease;
	animation-delay: 0.4s;
}

.dots-fade>div:nth-of-type(1) {
	animation-delay: 0.8s;
}

.dots-fade>div:nth-of-type(3) {
	animation-delay: 0s;
}

@keyframes dots-fade {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
	}

	80% {
		opacity: 1;
	}
}

@keyframes dots-pulse {
	0% {
		transform: scale(1);
	}

	40% {
		transform: scale(1.3);
	}

	80% {
		transform: scale(1);
	}
}

/* -------[ PAGE FULLY LOADED ]------- */
.ss-loaded #preloader {
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s 0.9s ease-in-out;
}

.ss-loaded #preloader #loader {
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}

/* -------[ FORM STYLING ]------- */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
textarea,
select {
	--input-height: var(--vspace-2);
	--input-line-height: var(--vspace-1);
	--input-vpadding: calc((var(--input-height) - var(--input-line-height)) / 2);
	display: block;
	height: var(--input-height);
	padding: var(--input-vpadding) 0 calc(var(--input-vpadding) - 1px);
	border: 0;
	outline: 0;
	color: var(--color-text-light);
	font-family: var(--font-1);
	font-size: calc(var(--text-size) * 0.8);
	line-height: var(--input-line-height);
	max-width: 100%;
	background: transparent;
	border-bottom: 1px solid var(--color-text-light);
	transition: all 0.3s ease-in-out;
}

textarea {
	min-height: calc(8 * var(--spacetext));
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
	color: var(--color-text);
	border-bottom: 2.5px solid var(--color-1);
}

label {
	font-family: var(--font-1);
	font-weight: 600;
	font-size: var(--text-sm);
	line-height: var(--vspace-0_5);
	margin-bottom: var(--vspace-0_5);
	color: var(--color-text-dark);
	display: block;
}

/* -------[ STYLING PLACEHOLDER TEXT ]------- */
::-moz-placeholder {
	color: var(--color-placeholder);
	opacity: 1;
}

::placeholder {
	color: var(--color-placeholder);
}

/* -------[ CUSTOMIZE AUTOCOMPLETE STYLES FOR CHROME ]------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--autocomplete);
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: 0 0 0 1000px var(--autocomplete-bg) inset;
}

/* -------[ BUTTON STYLING ]------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	--btn-height: var(--vspace-btn);
	display: inline-block;
	font-family: var(--font-1);
	font-weight: 500;
	font-size: calc(var(--text-size) * 0.6);
	text-transform: uppercase;
	letter-spacing: 0.3em;
	height: var(--btn-height);
	line-height: calc(var(--btn-height) - 4px);
	padding: 0 3.6rem;
	margin: 0 0.4rem var(--vspace-0_5) 0;
	color: var(--color-btn-text);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.3s;
	background-color: var(--color-btn);
	border: 2px solid var(--color-btn);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: var(--color-btn-hover);
	border-color: var(--color-btn-hover);
	color: var(--color-btn-hover-text);
	outline: 0;
}

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
	background: var(--color-btn-primary);
	border-color: var(--color-btn-primary);
	color: var(--color-btn-primary-text);
}

.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus,
.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #000000 !important;
	font-weight: 700;
}

.btn.u-fullwidth,
button.u-fullwidth {
	width: 100%;
	margin-right: 0;
}

.btn--large,
button.btn--large {
	--btn-height: calc(var(--vspace-btn) + 1.6rem);
	font-size: var(--text-xs);
}

.btn--stroke,
button.btn--stroke {
	background: transparent !important;
	font-weight: 700;
	border: 2px solid var(--color-btn-stroke);
	color: var(--color-btn-stroke-text);
}

.btn--stroke:focus,
button.btn--stroke:focus,
.btn--stroke:hover,
button.btn--stroke:hover {
	background: var(--color-btn-stroke-hover) !important;
	border: 2px solid var(--color-btn-stroke-hover);
	color: var(--color-btn-stroke-hover-text);
}

/* -------[ TABLE STYLING ]------- */
table {
	border-width: 0;
	width: 100%;
	max-width: 100%;
	font-family: var(--font-1);
	border-collapse: collapse;
}

th,
td {
	padding: var(--vspace-0_5) 3.2rem calc(var(--vspace-0_5) - 1px);
	text-align: left;
	border-bottom: 1px solid var(--color-border);
}

th {
	padding: var(--vspace-0_5) 3.2rem;
	color: var(--color-text-dark);
	font-family: var(--font-1);
	font-weight: 600;
	font-size: var(--text-sm);
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/* -------[ UI ELEMENTS ]------- */
/* -------[ MEDIA UI ELEMENTS ]------- */
/* -------[ GLOBAL STYLES FOR THE PROJECT ]------- */
.width-sixteen-col {
	--width-grid-max: var(--width-sixteen-cols);
}

.text-pretitle {
	font-family: var(--font-1);
	font-weight: 600;
	font-size: var(--text-size);
	line-height: var(--vspace-1);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--color-1);
	transform: translate(0.2em, 0);
	margin-top: 0;
}

.text-display-title {
	font-size: var(--text-display-1);
	line-height: 1.0717;
	letter-spacing: -0.015em;
	margin-top: 0;
	margin-bottom: var(--vspace-1_5);
}

/* -------[ SECTION HEADER STYLING ]------- */
.section-header {
	display: flex;
	align-items: flex-start;
	margin-bottom: var(--vspace-3_5);
	position: relative;
}

.section-header .text-display-title {
	padding-top: 0.5em;
	margin-bottom: 0;
	position: relative;
}

.section-header::before {
	content: attr(data-num);
	font-family: var(--font-1);
	font-weight: 600;
	font-size: 10em;
	letter-spacing: -0.05em;
	line-height: 1;
	color: var(--color-gray-11);
	margin-right: var(--vspace-0_5);
	position: absolute;
	top: -0.25em;
	left: -0.1em;
	opacity: 0.5;
}

.section-header.light-on-dark .text-display-title {
	color: white;
}

.section-header.light-on-dark::before {
	color: rgba(255, 255, 255, 0.15);
}

/* -------[ DATA NUM & DATA NUMBER ANIMATION ]------- */
[data-num] {
	opacity: 0;
	transform: translateX(40px);
	transition: all 0.8s ease-out;
}

[data-num].animate-up {
	opacity: 1;
	transform: translateX(0);
}

/* -------[ SOCIAL MEDIA LINKS STYLING ]------- */
.social-list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
}

.social-list li {
	padding-left: 0;
	margin-right: 0.8rem;
}

.social-list li:last-child {
	margin-right: 0;
}

.social-list a {
	display: flex;
	align-items: center;
}

.social-list a:focus svg path,
.social-list a:hover svg path {
	fill: var(--color-white);
}

.social-list svg {
	height: var(--vspace-0_875);
	width: var(--vspace-0_875);
}

.social-list svg path {
	fill: rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
}

/* -------[ SWIPER CUSTOMIZATIONS ]------- */
.swiper-container .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: var(--color-gray-11);
	opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
	background: var(--color-gray-19);
	opacity: 1;
}

.swiper-container .swiper-pagination-bullet:only-child {
	visibility: hidden;
}

/* -------[ GLIGHTBOX CUSTOMIZATIONS ]------- */
.glightbox-container a {
	font-weight: 500 !important;
	color: var(--color-1);
	border-bottom: 1px dotted var(--color-1);
}

.glightbox-container .gslide-inner-content {
	width: min(100%, 1050px);
	padding-top: 10vh;
}

.glightbox-container .gslide-description {
	background: rgb(0, 0, 0);
	width: 100%;
	text-align: center;
}

.glightbox-container .gdesc-inner {
	padding: var(--vspace-1_25) var(--vspace-0_75) var(--vspace-2);
}

.glightbox-container .gslide-title,
.glightbox-container .gslide-desc {
	width: min(100%, 600px);
	margin: 0 auto;
}

.glightbox-container .gslide-title {
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 1.7rem !important;
	color: white;
	margin-top: 0;
	margin-bottom: var(--vspace-0_375);
}

.glightbox-container .gslide-desc {
	font-family: var(--font-1);
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.571;
	color: rgba(255, 255, 255, 0.5) !important;
}

.glightbox-container .gprev,
.glightbox-container .gnext,
.glightbox-container .gclose {
	margin: 0;
	padding: 0;
}

.glightbox-container .gprev svg,
.glightbox-container .gnext svg,
.glightbox-container .gclose svg {
	width: 24px;
}

.glightbox-container .goverlay {
	background: #000;
}

.glightbox-mobile .gslide-inner-content {
	padding-top: 0;
}

.glightbox-mobile .glightbox-container .gslide-desc a,
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	color: var(--color-link);
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
	opacity: 1;
}

/* -------[ RESPONSIVE DESIGN: GLOBAL AND SHARED STYLES ]------- */
@media screen and (max-width: 1400px) {
	.section-header .text-display-title {
		font-size: var(--text-xxxl);
	}

	.section-header::before {
		font-size: 8.6em;
	}
}

@media screen and (max-width: 500px) {
	.text-pretitle {
		font-size: var(--text-size);
		line-height: var(--vspace-0_75);
	}

	.section-header {
		margin-bottom: var(--vspace-2_5);
	}

	.section-header .text-display-title {
		font-size: var(--text-xxl);
	}

	.section-header::before {
		font-size: 7em;
		left: 0;
	}
}

/* -------[ GRID BLOCK STYLING ]------- */
.grid-block {
	--col: 12;
	--grid-gap-h: calc(var(--gutter) * 2);
	--grid-gap-v: var(--vspace-1);
	display: grid;
	grid-template-columns: repeat(var(--col), [col] 1fr);
	-moz-column-gap: var(--grid-gap-h);
	column-gap: var(--grid-gap-h);
	row-gap: var(--grid-gap-v);
}

.grid-block.grid-16 {
	--col: 16;
}

/* -------[ LIST GRID STYLING ]------- */
.grid-list-items {
	--gap: calc(var(--gutter) * 2);
	--min-width: 300px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(var(--min-width), 100%), 1fr));
	-moz-column-gap: var(--gap);
	column-gap: var(--gap);
}

.grid-list-items__item {
	margin-bottom: var(--vspace-1);
}

/* -------[ RESPONSIVE DESIGN: GRID LAYOUTS ]------- */
@media screen and (max-width: 800px) {

	.grid-block,
	.grid-block.grid-16 {
		--col: 8;
	}
}

@media screen and (max-width: 600px) {

	.grid-block,
	.grid-block.grid-16 {
		--col: 4;
	}
}

/* -------[ PAGE WRAPPER STYLING ]------- */
.s-pagewrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

/* -------[ HEADER SECTION STYLING ]------- */
.s-header {
	--header-height: 72px;
	--logo-width: 5rem;
	--width-grid-max: calc(var(--width-sixteen-cols) - calc(var(--gutter) * 2));
	--box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02);
	--box-shadow-2: 0 2px 2px rgba(0, 0, 0, 0.03), 0 4px 4px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.03);
	z-index: 100;
	background-color: transparent;
	height: var(--header-height);
	width: 100%;
	position: absolute;
	top: min(var(--vspace-0_75), 4vh);
	left: 0;
}

.s-header.offset {
	transform: translateY(-100%);
	transition-property: transform, background-color;
	transition-duration: 0.5s;
}

.s-header.scrolling {
	transform: translateY(0);
}

.s-header.sticky {
	opacity: 0;
	visibility: hidden;
	background-color: var(--color-3);
	box-shadow: var(--box-shadow);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	position: fixed;
	top: 0;
	left: 0;
}

.s-header.sticky .s-header__inner {
	--width-grid-max: var(--width-default);
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.s-header.sticky.scrolling {
	opacity: 1;
	visibility: visible;
}

.s-header__inner {
	height: var(--header-height);
	align-items: center;
	justify-content: space-between;
	background-color: var(--color-3);
	border: 1px solid rgba(255, 255, 255, 0.03);
	padding: 0 var(--gutter);
	box-shadow: var(--box-shadow);
}

.s-header__block {
	z-index: 101;
	position: relative;
}

/* -------[ LOGO STYLING ]------- */
.s-header__logo {
	z-index: 3;
	line-height: 1;
	transform: translate(0.2rem, -0.05em);
}

.s-header__logo a {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
}

.s-header__logo img {
	width: var(--logo-width);
	margin: 0;
	vertical-align: bottom;
	user-select: none;
}

/* -------[ MAIN NAVIGATION STYLING ]------- */
.s-header__nav {
	margin-left: var(--vspace-1);
}

.s-header__menu-links {
	list-style: none;
	display: inline-flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 0;
}

.s-header__menu-links li {
	padding-left: 0;
}

.s-header__menu-links a {
	display: block;
	font-family: var(--font-1);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: var(--vspace-1);
	color: var(--color-gray-14);
	padding: 0 1.2rem;
	transition-property: color, background-color;
}

.s-header__menu-links .current a {
	color: white;
}

/* -------[ MOBILE MENU TOGGLE STYLING ]------- */
.s-header__menu-toggle {
	--toggle-block-width: 44px;
	--toggle-line-width: 28px;
	--toggle-line-height: 1px;
	display: none;
	width: var(--toggle-block-width);
	height: var(--toggle-block-width);
	position: absolute;
	top: calc((var(--header-height) - var(--toggle-block-width)) / 2);
	right: calc(var(--gutter) * 2 - 0.8rem);
}

.s-header__menu-toggle span {
	display: block;
	background-color: white;
	width: var(--toggle-line-width);
	height: var(--toggle-line-height);
	margin-top: -1px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	transition: all 0.5s;
	position: absolute;
	right: calc((var(--toggle-block-width) - var(--toggle-line-width)) / 2);
	top: 50%;
	bottom: auto;
	left: auto;
}

.s-header__menu-toggle span::before,
.s-header__menu-toggle span::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	transition: all 0.5s;
	position: absolute;
	left: 0;
}

.s-header__menu-toggle span::before {
	top: -10px;
}

.s-header__menu-toggle span::after {
	bottom: -10px;
}

.s-header__menu-toggle.is-clicked span {
	background-color: rgba(255, 255, 255, 0);
	transition: all 0.1s;
}

.s-header__menu-toggle.is-clicked span::before,
.s-header__menu-toggle.is-clicked span::after {
	background-color: white;
}

.s-header__menu-toggle.is-clicked span::before {
	top: 0;
	transform: rotate(135deg);
}

.s-header__menu-toggle.is-clicked span::after {
	bottom: 0;
	transform: rotate(225deg);
}

/* -------[ RESPONSIVE DESIGN: SITE HEADER ]------- */
@media screen and (max-width: 900px) {
	.s-header {
		--header-height: 80px;
		top: 0;
	}

	.s-header.sticky {
		box-shadow: none;
		border: none;
	}

	.s-header__inner {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		box-shadow: none;
	}

	.s-header__block {
		width: 100%;
		height: var(--header-height);
		box-shadow: var(--box-shadow);
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	}

	.s-header__logo {
		position: absolute;
		left: calc(var(--gutter) * 2);
		top: 50%;
		transform: translate(0, -50%);
	}

	.s-header__nav {
		display: block;
		width: 100%;
		transform: scaleY(0);
		transform-origin: center top;
		background-color: var(--color-3);
		box-shadow: var(--box-shadow-2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
		padding-top: calc(var(--header-height) + var(--vspace-1_25));
		padding-right: calc(var(--gutter) * 2);
		padding-left: calc(var(--gutter) * 2);
		padding-bottom: var(--vspace-1_5);
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
	}

	.s-header__menu-links {
		margin: 0;
		transform: translateY(-2rem);
		opacity: 0;
		visibility: hidden;
	}

	.s-header__menu-links a {
		font-size: var(--text-size);
		padding: var(--vspace-0_25) 0;
	}

	.s-header__menu-links {
		display: block;
	}

	.s-header__menu-toggle {
		display: block;
	}

	.menu-is-open .s-header {
		height: auto;
	}

	.menu-is-open .s-header__block {
		box-shadow: none;
	}

	.menu-is-open .s-header__nav {
		transform: scaleY(1);
		transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-delay: 0s;
	}

	.menu-is-open .s-header__menu-links {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-delay: 0.3s;
	}
}

@media screen and (max-width: 600px) {
	.s-header__logo {
		left: calc(var(--gutter) * 2 + 2vw);
	}

	.s-header__menu-toggle {
		right: calc(var(--gutter) * 2 + 0.4rem);
	}

	.s-header__nav {
		padding-left: calc(var(--gutter) * 2 + 2.2vw);
		padding-right: calc(var(--gutter) * 2 + 2vw);
	}
}

@media screen and (max-width: 400px) {
	.s-header__menu-toggle {
		right: calc(var(--gutter) * 2);
	}
}

/* -------[ INTRO SECTION STYLING ]------- */
.s-intro {
	--content-padding-top: max(20rem, 18vh);
	--content-padding-bottom: 8rem;
	--content-min-height: calc(var(--vspace-1) * 27);
	z-index: 2;
	background-color: var(--color-gray-10);
	width: 100%;
	height: max(var(--content-min-height), 100vh);
	overflow: hidden;
	position: relative;
}

/* -------[ INTRO CONTENT STYLING ]------- */
.s-intro__content {
	z-index: 2;
	align-items: flex-end;
	height: 100%;
	padding-top: var(--content-padding-top);
	padding-bottom: var(--content-padding-bottom);
	position: relative;
}

.s-intro__content-text {
	z-index: 2;
	grid-column: 1 / span 8;
	margin-top: var(--vspace-1);
}

.s-intro__content-pretitle {
	font-weight: 600;
	margin-bottom: var(--vspace-0_125);
	color: var(--color-1);
}

.s-intro__content-title {
	font-size: clamp(3.8rem, 4.8vw, 8.8rem);
	line-height: 1.045;
	letter-spacing: -0.025em;
	margin-top: 0;
	margin-bottom: var(--vspace-1_25);
}

.s-intro__content-btns {
	--color-btn: var(--color-text-dark);
	--color-btn-text: var(--color-white);
	--color-btn-hover: var(--color-1);
	--color-btn-hover-text: var(--color-white);
	margin-top: var(--vspace-2);
}

.s-intro__content-btns .btn {
	margin-right: var(--vspace-0_375);
}

.s-intro__content-btns .btn:last-child {
	margin-right: 0;
}

.s-intro__content-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
}

.s-intro__content-media::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
}

.s-intro__content-media::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
	opacity: 0.3;
}

.s-intro__content-media img {
	z-index: 2;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	user-select: none;
}

/* -------[ INTRO BUTTON: CV DOWNLOAD ]------- */
.s-intro__btn-download {
	--color-btn-stroke: white;
	--color-btn-stroke-text: white;
	--color-btn-stroke-hover: white;
	--color-btn-stroke-hover-text: var(--color-text-dark);
	--hline-width: min(16rem, 8vw);
	z-index: 2;
	position: absolute;
	bottom: var(--content-padding-bottom);
	left: calc(50% + var(--hline-width) / 2);
}

.s-intro__btn-download .btn--stroke {
	position: relative;
}

.s-intro__btn-download .btn--stroke::before {
	content: "";
	display: block;
	height: 2px;
	width: var(--hline-width);
	background-color: white;
	position: absolute;
	top: calc(50% - 2px);
	left: calc(var(--hline-width) * -1);
}

/* -------[ INTRO SOCIAL ICONS STYLING ]------- */
.s-intro__social {
	z-index: 2;
	display: block;
	position: absolute;
	bottom: calc(var(--vspace-2) + var(--vspace-1_75) + 12rem);
	right: calc(var(--gutter) + var(--vspace-1_25));
}

.s-intro__social li {
	padding-right: 0;
	margin-right: 0;
	margin-bottom: var(--vspace-0_625);
}

.s-intro__social svg {
	height: var(--vspace-0_75);
	width: var(--vspace-0_75);
}

.s-intro__social svg path {
	fill: rgb(255, 255, 255);
}

/* -------[ INTRO SCROLL DOWN BUTTON STYLING ]------- */
.s-intro__scroll-down {
	--line-length: 8rem;
	z-index: 2;
	position: absolute;
	bottom: var(--vspace-2);
	right: calc(var(--gutter) + var(--vspace-0_75));
}

.s-intro__scroll-down::before {
	content: "";
	display: block;
	height: var(--line-length);
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: calc(var(--line-length) * -1 - var(--vspace-1));
	left: 50%;
}

.s-intro__scroll-down a {
	display: inline-flex;
	align-items: center;
	color: var(--color-3);
}

.s-intro__scroll-down span {
	display: block;
	font-family: var(--font-1);
	font-size: var(--text-size);
	font-weight: 300;
	line-height: var(--vspace-2);
}

.s-intro__scroll-down .scroll-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: var(--vspace-1_75);
	width: var(--vspace-1_75);
	border-radius: 50%;
	border: 2px solid white;
}

.s-intro__scroll-down svg {
	height: calc(0.3 * var(--space));
	width: calc(0.3 * var(--space));
}

.s-intro__scroll-down svg path {
	fill: white;
}

/* -------[ INTRO TRANSITION EFFECTS ]------- */
.s-header__inner,
.s-intro__content-media,
.s-intro__content-title,
.s-intro__content-pretitle,
.s-intro__content-btns,
.s-intro__btn-download,
.s-intro__social,
.s-intro__scroll-down {
	transition-timing-function: cubic-bezier(0.28, 0.12, 0.22, 1);
	transition-duration: 0.6s;
	transition-delay: 0s;
	opacity: 0;
}

.s-header__inner,
.s-intro__content-media,
.s-intro__social,
.s-intro__scroll-down {
	transition-property: opacity;
}

.s-intro__content-pretitle {
	transition-property: opacity, transform;
	transform: translate(0.2em, 150px);
}

.s-intro__content-title,
.s-intro__content-btns {
	transition-property: opacity, transform;
	transform: translateY(150px);
}

.s-intro__btn-download {
	transition-property: opacity, transform;
	transform: translateX(-150px);
}

.no-js .s-header__inner,
.no-js .s-intro__content-media,
.no-js .s-intro__social,
.no-js .s-intro__scroll-down,
.ss-show .s-header__inner,
.ss-show .s-intro__content-media,
.ss-show .s-intro__social,
.ss-show .s-intro__scroll-down {
	opacity: 1;
}

.no-js .s-intro__content-pretitle,
.ss-show .s-intro__content-pretitle {
	opacity: 1;
	transform: translate(0.2em, 0);
}

.no-js .s-intro__content-title,
.no-js .s-intro__content-btns,
.ss-show .s-intro__content-title,
.ss-show .s-intro__content-btns {
	opacity: 1;
	transform: translateY(0);
}

.no-js .s-intro__btn-download,
.ss-show .s-intro__btn-download {
	opacity: 1;
	transform: translateX(0);
}

.no-js .s-intro__content-media img,
.ss-show .s-intro__content-media img {
	transition-delay: 0.15s;
}

.no-js .s-intro__content-pretitle,
.ss-show .s-intro__content-pretitle {
	transition-delay: 0.3s;
}

.no-js .s-intro__content-title,
.ss-show .s-intro__content-title {
	transition-delay: 0.45s;
}

.no-js .s-intro__content-btns,
.ss-show .s-intro__content-btns {
	transition-delay: 0.6s;
}

.no-js .s-intro__btn-download,
.ss-show .s-intro__btn-download {
	transition-delay: 0.75s;
}

.no-js .s-intro__social,
.no-js .s-intro__scroll-down,
.ss-show .s-intro__social,
.ss-show .s-intro__scroll-down {
	transition-delay: 1.2s;
}

.no-js .s-header__inner,
.ss-show .s-header__inner {
	transition-delay: 1.5s;
}

/* -------[ RESPONSIVE DESIGN: INTRO SECTION ]------- */
@media screen and (max-width: 1400px) {
	.s-intro__content-pretitle {
		font-size: var(--text-sm);
		line-height: var(--vspace-0_75);
	}

	.s-intro__social {
		right: calc(var(--gutter) + var(--vspace-0_5));
	}

	.s-intro__scroll-down {
		right: var(--gutter);
	}
}

@media screen and (max-width: 1200px) {
	.s-intro__content-btns {
		padding-right: min(2rem, 2vw);
	}

	.s-intro__content-btns .btn {
		width: 100%;
		margin-right: 0;
	}

	.s-intro__btn-download {
		--hline-width: min(4rem, 4vw);
		left: calc(50% + var(--hline-width) - 2px);
	}
}

@media screen and (max-width: 1080px) {
	.s-intro {
		--content-padding-top: max(12rem, 16vh);
		--content-padding-bottom: 9.6rem;
	}

	.s-intro__content {
		padding-bottom: var(--vspace-0_75);
		align-items: center;
	}

	.s-intro__content-text {
		grid-column: 1/-1;
		text-align: center;
		max-width: 70vw;
		margin: 0 auto;
	}

	.s-intro__content-title {
		font-size: clamp(4.2rem, 8.2vw, 8.8rem);
		color: white;
	}

	.s-intro__content-title br {
		display: none;
	}

	.s-intro__content-btns {
		--color-btn: white;
		--color-btn-text: var(--color-text-dark);
		--color-btn-hover: var(--color-1);
		--color-btn-hover-text: white;
		--color-btn-stroke: white;
		--color-btn-stroke-text: white;
		--color-btn-stroke-hover: white;
		--color-btn-stroke-hover-text: var(--color-text-dark);
		padding-right: 0;
		max-width: 400px;
		margin: var(--vspace-1) auto 0;
	}

	.s-intro__content-btns .btn {
		margin-right: 0;
	}

	.s-intro__content-media {
		left: 0;
	}

	.s-intro__content-media::before {
		opacity: 0.2;
	}

	.s-intro__social {
		right: calc(2.4rem + var(--vspace-0_375));
	}

	.s-intro__social svg {
		height: var(--vspace-0_625);
		width: var(--vspace-0_625);
	}

	.s-intro__btn-download {
		--hline-width: 8vw;
		left: var(--hline-width);
		bottom: var(--vspace-0_75);
	}

	.s-intro__btn-download .btn--stroke {
		--btn-height: var(--vspace-1_25);
		background: transparent !important;
		border: 2px solid transparent;
		padding: 0 2.4rem;
	}

	.s-intro__btn-download .btn--stroke::before {
		height: 1px;
		opacity: 0.5;
		top: calc(50% - 1px);
	}

	.s-intro__btn-download .btn--stroke::after {
		content: "";
		display: block;
		background-color: var(--color-1);
		height: 2px;
		width: 0;
		bottom: 0;
		left: 2rem;
		transition: width 0.2s ease-in-out;
	}

	.s-intro__btn-download .btn--stroke:hover {
		color: white;
	}

	.s-intro__btn-download .btn--stroke:hover::after {
		width: 100%;
	}

	.s-intro__scroll-down {
		bottom: var(--vspace-1);
		right: 2.4rem;
	}

	.s-intro__scroll-down .scroll-icon {
		height: var(--vspace-1_5);
		width: var(--vspace-1_5);
	}
}

@media screen and (max-width: 600px) {
	.s-intro__content-text {
		max-width: 80vw;
	}

	.s-intro__social {
		display: none;
	}

	.s-intro__scroll-down {
		bottom: var(--vspace-1_25);
	}

	.s-intro__scroll-down::before {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.s-intro {
		--content-padding-top: max(10rem, 10vh);
	}
}

/* -------[ ABOUT SECTION STYLING ]------- */
.s-about {
	padding-top: var(--vspace-7);
	color: var(--color-3);
}

/* -------[ ABOUT BLOCKS STYLING ]------- */
.s-about__blocks {
	margin-top: var(--vspace-3);
}

.s-about__blocks .s-about__block-title {
	margin-top: 0;
	margin-bottom: var(--vspace-1);
	padding-left: 1.45rem;
	position: relative;
}

.s-about__blocks .s-about__block-title::before {
	content: "";
	height: 0.7em;
	width: 3px;
	background-color: var(--color-1);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 40%;
}

.s-footer__block h5 {
	position: relative;
	padding-left: 10px;
}

.s-footer__block h5::before {
	content: "";
	height: 0.7em;
	width: 3px;
	background-color: var(--color-1);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 40%;
}

.s-about__list {
	list-style: none;
	font-size: calc(var(--text-size) * 1.05);
	margin-left: 0;
}

.s-about__list a {
	color: var(--color-text);
}

.s-about__list li {
	font-weight: 500;
	margin-bottom: var(--vspace-0_625);
	padding-left: 0;
}

.s-about__list span {
	display: block;
	font-size: var(--text-sm);
	font-weight: 300;
	line-height: 1.2;
	color: var(--color-text-light) !important;
}

/* -------[ RESPONSIVE DESIGN: ABOUT SECTION ]------- */
@media screen and (max-width: 800px) {
	.s-about {
		padding-top: var(--vspace-5);
	}
}

/* -------[ METRICS STYLING ]------- */
.s-numbers {
	padding-bottom: var(--vspace-4);
	background-color: var(--color-gray-10);
	color: var(--color-text-light);
}

.s-numbers h5 {
	font-family: var(--font-1);
	font-weight: 500;
	margin-top: 0;
	margin-bottom: var(--vspace-0_75);
}

.counter-items__item {
	flex: none;
	width: 50%;
	margin-bottom: var(--vspace-0_625);
}

.counter-items .num {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-1);
	font-weight: 700;
	font-size: var(--text-huge-3);
	letter-spacing: -0.035em;
	line-height: 1;
	color: var(--color-3-dark);
}

.counter-items span {
	font-size: 0.5em;
	margin-left: 0.1em;
}

.metrics-section {
	background-color: var(--color-gray-10);
}

/* -------[ ANIMATION ]------- */
.s-numbers .num {
	opacity: 0;
	transform: translateY(50px) scale(0.95);
	transition: all 0.6s ease-out;
}

.s-numbers .num.animate {
	opacity: 1;
	transform: translateY(0) scale(1);
}

/* -------[ RESPONSIVE DESIGN: METRICS STYLING ]------- */
@media screen and (max-width: 1000px) {
	.counter-items .num {
		font-size: var(--text-huge-1);
	}
}

@media screen and (max-width: 700px) {
	.counter-items__item {
		width: 100%;
	}
}

/* -------[ QUICK CHAT STYLING ]------- */
.contact-section {
	background-color: #ffffff;
	color: #ddd;
	font-family: var(--font-2) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -70px;
	min-height: 60vh;
}

.contact-container {
	text-align: center;
	max-width: 800px;
	width: 100%;
}

.contact-container h2 {
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.input-row {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

input,
textarea {
	background-color: transparent;
	padding: 10px;
	font-size: 14px;
	flex: 1;
	min-width: 200px;
}

.contact-section textarea {
	resize: vertical;
	height: 20px !important;
}

.sub-btn {
	color: #ffffff;
	background-color: var(--color-1);
	border: 1px solid var(--color-1);
	font-size: 14px;
	font-weight: 500;
	height: 70px;
}

.sub-btn:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.sub-btn:active {
	background-color: var(--color-1) !important;
	color: #ffffff !important;
}

.sub-btn:focus {
	background-color: #000000 !important;
	color: #ffffff !important;
	outline: none;
}

.chat-section {
	background-color: #ffffff;
}

#contactForm input,
#contactForm textarea {
	font-size: 18px;
	font-family: 'Arial', sans-serif;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
	font-size: var(--text-sm);
	color: #888;
	opacity: 1;
}

@media (max-width: 480px) {
	.contact-container {
		padding: 25px 20px;
		margin-top: 10px;
	}

	.input-row {
		flex-direction: column;
		gap: 15px;
	}

	input,
	textarea {
		font-size: 0.50rem;
	}

	input::placeholder,
	textarea::placeholder {
		font-size: 0.65rem;
	}

	button[type="submit"] {
		width: 100%;
		font-size: 14px;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.contact-container {
		padding: 30px 20px;
	}

	.input-row {
		flex-direction: column;
		gap: 18px;
	}

	button[type="submit"] {
		width: auto;
		font-size: 14px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.contact-container {
		padding: 40px;
	}

	.input-row {
		flex-direction: row;
		gap: 20px;
	}

	input,
	textarea {
		font-size: 1.05rem;
	}
}

@media (min-width: 1025px) {
	.contact-container {
		max-width: 800px;
		padding: 50px 40px;
	}

	.input-row {
		flex-direction: row;
		gap: 25px;
	}

	input,
	textarea {
		font-size: 1.1rem;
	}

	input::placeholder,
	textarea::placeholder {
		font-size: 1rem;
	}
}

/* Quick chat end */
/* Popup message styles */
.popup-message {
	position: fixed;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	height: 50px;
	width: 300px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 14px;
	font-family: Arial, sans-serif;
	display: none;
	z-index: 1000;
	text-align: center;
	animation: popupAnimation 0.6s ease-in-out, popupFadeOut 1s 2.5s forwards;
}

@keyframes popupAnimation {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-30px);
	}

	100% {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

@keyframes popupFadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* -------[ PAGE BOTTOM SECTION ]------- */
.s-footer {
	--bottom-padding: var(--vspace-2_5-foot);
	background-color: var(--color-3);
	margin-top: auto;
	padding-top: var(--vspace-6);
	padding-bottom: var(--bottom-padding);
	color: var(--color-gray-15);
}

.s-footer h5 {
	color: white;
	margin-top: 0;
}

.s-footer__block {
	margin-bottom: var(--vspace-0_5);
}

.s-footer__block a {
	color: var(--color-gray-12);
}

.s-footer__block a:focus,
.s-footer__block a:hover {
	color: white;
}

.s-footer__about {
	padding-top: var(--vspace-0_25);
}

.s-footer__about>* {
	width: min(100%, 560px);
}

.s-footer__buttons {
	--color-btn-stroke: white;
	--color-btn-stroke-text: white;
	--color-btn-stroke-hover: white;
	--color-btn-stroke-hover-text: var(--color-text-dark);
	margin-top: var(--vspace-0_75);
	margin-bottom: var(--vspace-2_5);
}

.s-footer__bottom {
	font-size: calc(var(--text-size) * 0.8);
	color: rgba(255, 255, 255, 0.2);
	padding-top: var(--vspace-1_25);
	margin-top: var(--vspace-0_75);
	position: relative;
}

.s-footer__bottom::before {
	content: "";
	display: block;
	height: 1px;
	width: calc(100% - 2 * var(--gutter));
	background-color: rgba(255, 255, 255, 0.04);
	position: absolute;
	top: 0;
	left: var(--gutter);
}

.s-footer__social svg path {
	fill: var(--color-gray-15);
	transition: all 0.5s;
}

.s-footer .link-list {
	list-style: none;
	margin-left: 0;
}

.s-footer .link-list li {
	padding: 0;
}

.s-footer .link-list a {
	color: var(--color-gray-15);
	border: none;
}

.s-footer .link-list a:focus,
.s-footer .link-list a:hover {
	color: white;
}

.gradient-num-black::before {
	content: attr(data-num);
	background: linear-gradient(to top, #282828, #c8c8c8);
	-webkit-background-clip: text;
	-clip: text;
	-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-num-white::before {
	content: attr(data-num);
	background: linear-gradient(to top, #edecec, #818181);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s-footer__social {
	display: flex;
	gap: 10px;
}

/* -------[ CONTENT OWNERSHIP NOTICE ]------- */
.ss-copyright {
	margin: 0 var(--vspace-2) 0 0;
	line-height: var(--vspace-0_875);
}

.ss-copyright a {
	color: var(--color-gray-5);
}

.ss-copyright a:focus,
.ss-copyright a:hover {
	color: var(--color-1);
}

.ss-copyright span {
	display: inline-block;
	gap: 10px;
}

.ss-copyright span::after {
	content: "|";
	display: inline-block;
	padding: 0 0.8rem 0 1rem;
	color: var(--color-error-content);
}

.ss-copyright span:last-child::after {
	display: none;
}

/* -------[ SCROLL TO TOP BUTTON ]------- */
.ss-go-top {
	--width-label: 11rem;
	z-index: 2;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: calc(var(--bottom-padding) - var(--vspace-0_5));
	right: calc(var(--gutter) + var(--vspace-0_75) - var(--width-label) - var(--vspace-1_75) - var(--vspace-0_75));
	transform: rotate(-90deg);
	transform-origin: left bottom;
}

.ss-go-top span {
	display: block;
	width: var(--width-label);
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: var(--color-gray-15);
	position: relative;
}

.ss-go-top a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: none;
	height: var(--vspace-1_75);
	width: var(--vspace-1_75);
	border-radius: 50%;
	border: 2px solid white;
	margin-right: var(--vspace-0_75);
	position: relative;
}

.ss-go-top svg {
	height: calc(0.3 * var(--space));
	width: calc(0.3 * var(--space));
}

.ss-go-top svg path {
	fill: white;
}

/* -------[ RESPONSIVE DESIGN FOR FOOTER SECTION ]------- */
@media screen and (max-width: 1600px) {
	.ss-go-top {
		bottom: calc(var(--bottom-padding) - var(--vspace-0_25));
		right: 0;
	}

	.ss-go-top span {
		display: none;
	}

	.ss-go-top a {
		margin: 0;
		height: var(--vspace-1_5);
		width: var(--vspace-1_5);
	}

	.ss-go-top svg {
		height: calc(0.25 * var(--space));
		width: calc(0.25 * var(--space));
	}
}

@media screen and (max-width: 1200px) {
	.ss-copyright {
		margin-top: var(--vspace-0_5);
	}

	.ss-go-top {
		bottom: calc(var(--bottom-padding) + var(--vspace-0_75));
		right: calc(var(--gutter) - 1.2rem);
	}
}

@media screen and (max-width: 1000px) {
	.s-footer__about>* {
		width: 100%;
	}

	.ss-go-top {
		right: calc(var(--gutter) / 2);
	}
}

@media screen and (max-width: 800px) {
	.ss-copyright span {
		display: block;
	}

	.ss-copyright span::after {
		display: none;
	}

	.ss-go-top {
		right: calc(var(--gutter) / 2 - var(--vspace-0_25));
	}
}

@media screen and (max-width: 600px) {
	.ss-go-top {
		right: calc(var(--vspace-0_25) * -1);
	}
}

@media screen and (max-width: 400px) {
	.ss-go-top {
		right: -2rem;
	}
}

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

::-webkit-scrollbar-track {
	background: hsla(0, 0%, 10%, 1) !important;
}

::-webkit-scrollbar-thumb {
	background: #ef233c !important;
	border-radius: 5px !important;
}

* {
	scrollbar-color: #ef233c hsla(0, 0%, 10%, 1) !important;
}

::selection {
	background-color: #ef233c !important;
	color: white !important;
}

/* -------[ BLOG SECTION STYLING ]------- */
#blog {
	background-color: var(--color-blog);
}

.blog-section {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 5vw;
	background-color: var(--color-blog);
}

.blog-card {
	background: var(--color-blog-card);
	max-width: 90vw;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-image img {
	width: 100%;
	height: 500px;
	max-height: 120vh;
	object-fit: cover;
	user-select: none;
	transition: transform 0.3s ease;
}

.blog-content {
	padding: 2rem;
	text-align: left;
}

.blog-title {
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: bold;
	color: white;
	margin-bottom: 1rem;
	font-family: var(--font-2);
	margin: 0;
}

.blog-excerpt {
	font-size: var(--base-font-size);
	color: var(--color-gray-15);
	margin-bottom: 1.5rem;
	font-family: var(--font-1);
}

.blog-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(1rem, 1.8vw, 1.4rem);
	color: #777;
	border-top: 2px solid #767776;
	padding-top: 1rem;
	font-size: var(--base-font-size);
}

.read-more {
	font-size: clamp(1rem, 1.8vw, 1.5rem);
	color: white;
	font-weight: bold;
	text-decoration: none;
	transition: color 0.3s ease;
}

.read-more:hover {
	color: var(--color-1-light);
}

.blog-date {
	font-size: 1.2rem;
	font-weight: 200;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.blog-card {
		max-width: 95vw;
	}

	.blog-image img {
		max-height: 40vh;
	}
}

@media (max-width: 768px) {
	.blog-section {
		padding: 4vw;
	}

	.blog-card {
		max-width: 100%;
	}

	.blog-image img {
		max-height: 35vh;
	}

	.blog-footer {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.blog-content {
		padding: 1.5rem;
	}

	.blog-title {
		font-size: 1.5rem;
	}

	.blog-footer {
		font-size: 0.9rem;
	}

	.read-more {
		font-size: 1rem;
	}
}

/* Portfolio section header */
.portfolio-section {
	background-image: linear-gradient(to right, #eceeec 50%, #b3c2c1 50%);
}

@media (max-width: 1200px) {
	.portfolio-section {
		background-image: none;
		background-color: #eceeec;
	}
}

.timeline-section {
	background-color: #ffffff;
}

/* Vertical line for titiles */
.red-vertical-bar {
	color: #ef233c;
	font-size: 50px;
	display: inline-block;
	position: relative;
	transform: translateY(-15%);
	font-weight: 900;
	user-select: none;
}

@media (max-width: 1599px) {
	.red-vertical-bar {
		font-size: 46px;
		transform: translateY(-14%);
	}
}

@media (max-width: 1199px) {
	.red-vertical-bar {
		font-size: 40px;
		transform: translateY(-13%);
	}
}

@media (max-width: 991px) {
	.red-vertical-bar {
		font-size: 38px;
		transform: translateY(-12%);
	}
}

@media (max-width: 767px) {
	.red-vertical-bar {
		font-size: 40px;
		transform: translateY(-10%);
	}
}

@media (max-width: 575px) {
	.red-vertical-bar {
		font-size: 32px;
		transform: translateY(-8%);
	}
}

/* -------[ SIGNATURE SECTION ]------- */
.automation-section {
	width: 100%;
	background: var(--color-gray-10);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	box-sizing: border-box;
}

/* Wrapper for left text and right animation, with spacing and responsiveness */
.automation-content {
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* Left text content width and positioning */
.left-text {
	width: 45%;
	margin-left: 5%;
}

/* Custom font styling for the heading text with gradient animation */
.special-gothic-expanded-one-regular {
	font-family: "Special Gothic Expanded One", sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	word-spacing: 3px;
	font-size: 4rem;
	line-height: 1.2;
	background: linear-gradient(270deg, #1a1a1a, #340d5e, #561a8a, #1a1a1a);
	background-size: 200% 200%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: smoothGradient 6s ease infinite;
}

/* Animation keyframes for gradient effect */
@keyframes smoothGradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* Right side animation container styles */
.right-animation {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: -100px;
}

/* Lottie player styling */
.right-animation lottie-player {
	width: 100%;
	max-width: 700px;
	height: auto;
}

/* ✅ Large Desktops */
@media (max-width: 1440px) {
	.special-gothic-expanded-one-regular {
		font-size: 3.5rem;
	}
}

/* ✅ Medium Desktops & Laptops */
@media (max-width: 1200px) {
	.automation-section {
		height: 500px;
	}

	.special-gothic-expanded-one-regular {
		font-size: 3rem;
		letter-spacing: 2.5px;
	}
}

/* ✅ Landscape Tablets & Small Laptops */
@media (max-width: 1024px) {
	.automation-section {
		height: 500px;
	}

	.automation-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.left-text,
	.right-animation {
		width: 48%;
		margin: 0;
	}

	.special-gothic-expanded-one-regular {
		font-size: 2.8rem;
		letter-spacing: 2px;
	}
}

/* ✅ 845px and below */
@media (max-width: 845px) {
	.special-gothic-expanded-one-regular {
		font-size: 2.5rem;
	}

	.left-text {
		margin-left: 20px;
	}

	.right-animation {
		margin-right: -60px;
	}

	.right-animation lottie-player {
		height: 600px;
		width: 600px;
	}
}

/* ✅ Tablets Portrait */
@media (max-width: 769px) {
	.special-gothic-expanded-one-regular {
		font-size: 2.2rem;
		letter-spacing: 3px;
	}

	.left-text {
		margin-left: 20px;
	}

	.right-animation {
		justify-content: center;
	}

	.right-animation lottie-player {
		height: 600px;
		width: 600px;
	}
}

/* ✅ Small Tablets */
@media (max-width: 730px) {
	.automation-section {
		height: 400px;
	}

	.special-gothic-expanded-one-regular {
		font-size: 2rem;
	}
}

/* ✅ Maintain Side-by-Side Layout from 642px to 246px */
@media (max-width: 642px) and (min-width: 246px) {
	.automation-section {
		height: auto;
		padding: 20px;
	}

	.right-animation {
		width: 50%;
		margin-right: 10px;
	}

	.special-gothic-expanded-one-regular {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}

	.right-animation lottie-player {
		height: 200px;
		width: 100%;
	}
}

/* ✅ Mobile Devices: Stack Content, Centered (426px and below) */
@media (max-width: 426px) {
	.automation-section {
		height: auto;
		padding: 30px 15px;
		flex-direction: column;
		align-items: center;
	}

	.automation-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.left-text {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.special-gothic-expanded-one-regular {
		font-size: 2rem;
		letter-spacing: 1.5px;
	}

	.right-animation {
		width: 100%;
		margin-top: 20px;
		justify-content: center;
	}

	.right-animation lottie-player {
		max-width: 100%;
		height: auto;
	}
}

/* -------[ SIGNATURE SECTION END ]------- */