/*
* Theme Name: TAA | PR
* Author: Salvador Jusaino
* Ig: @salvadorjusaino
* Figma: https://www.figma.com/design/k8ntaDV4xcNBcCmJcAyTXL/TAA-PR-2024?node-id=949-912&p=f&t=CjHXfWq14eUusFzS-0
*/

/** TODO: Small devices (landscape phones, 576px and up) **/
@charset "UTF-8";

:root {
	--100vw: 100vw;
	--100vh: 100vh;
	--px-width: calc(10000 * tan(atan2(var(--100vw), 10000px)));
	--px-height: calc(10000 * tan(atan2(var(--100vh), 10000px)));

	--font-proximasera: "proxima-sera", serif;
	/* 300 */
	--font-goldenbook: "goldenbook", serif;
	/* 300, 400 */
	--font-quasimoda: "quasimoda", serif;
	/* 400, 600, 700 */
	--font-than: "than", serif;
	/* 400, 700 */
	--color-bg: #F2EFEE;
	--color-bg-footer: #F2EFEE;
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-black-hover: rgba(0, 0, 0, .5);
	--color-black-50: rgba(0, 0, 0, 0.5);
	--color-gray: rgba(0, 0, 0, 0.5);
	--color-link: #000000;
	--color-link-hover: rgba(0, 0, 0, .5);
	--color-transparent: transparent;
	--radius: 5px;
	--radius-small: 5px;
	--radius-big: 25px;
	--scrollbar-width: 1px;
	--sb-track-color: rgba(0, 0, 0, .0);
	--sb-thumb-color: rgba(0, 0, 0, 1);
	--swatch--black: #080807;
	--grid-columns: 12;
	--grid-gutter: 15px;
	--grid-margin: 25px;
	--grid-width: calc(100vw -(2* var(--grid-margin)) - var(--scrollbar-width));
	--grid-column-width: calc((var(--grid-width) -((var(--grid-columns) - 1)* var(--grid-gutter))) / var(--grid-columns));
	--arrow: '<svg xmlns="http://www.w3.org/2000/svg" width="81" height="8" viewBox="0 0 81 8" fill="none"><path d="M80.3536 4.35355C80.5488 4.15829 80.5488 3.84171 80.3536 3.64645L77.1716 .464466C76.9763 .269204 76.6597 .269204 76.4645 .464466C76.2692 .659728 76.2692 .976311 76.4645 1.17157L79.2929 4L76.4645 6.82843C76.2692 7.02369 76.2692 7.34027 76.4645 7.53553C76.6597 7.7308 76.9763 7.7308 77.1716 7.53553L80.3536 4.35355ZM0 4.5H80V3.5H0V4.5Z"fill="white"/></svg>';
	--cubic-default: cubic-bezier(0.65, 0.05, 0, 1);
	--color-neutral-500: #818180;
	--anim: cubic-bezier(0, 0, 0.25, 1);
}



@property --100vw {
	syntax: "<length>";
	initial-value: 0px;
	inherits: false;
}

@property --100vh {
	syntax: "<length>";
	initial-value: 0px;
	inherits: false;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	height: 100%;
}

body {
	font-family: "quasimoda", sans-serif;
	line-height: 1;
	color: var(--color-black);
	background: var(--color-bg);
	display: flex;
	flex-direction: column;
	height: calc(var(--px-height) * 1px);
	overflow-x: hidden;
}

body::before {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 15px;
	left: 16px;
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	color: var(--color-black);
	background: lime;
	pointer-events: none;
	padding: 4px 8px;
	counter-reset: w var(--px-width) h var(--px-height);
	content: "w: "counter(w) " h: "counter(h);
}


::-webkit-scrollbar {
	display: block;
}

body::-webkit-scrollbar {
	width: var(--scrollbar-width)
}

body::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 2px;
	border: 0px solid #232e33;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

@supports not selector(::-webkit-scrollbar) {
	body {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}


*:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0rem #fff, 0 0 0 0rem #069 !important;
}

*:focus:not(:focus-visible) {
	outline: 0 !important;
	box-shadow: none !important;
}

a:-webkit-any-link {
	color: -webkit-link;
	cursor: pointer;
	text-decoration: none;
	color: var(--color-black);
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

a:focus,
a:focus-visible,
a:-webkit-any-link:focus-visible {
	outline-offset: 0px;
}

input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

input[type="email"]:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0px rgba(121, 82, 179, .25);
}

main {
	display: flex;
	flex-direction: column;
	opacity: 1;
	flex: 1 1 100%;
}

::-moz-selection {
	color: var(--color-white);
	background: var(--color-black);
}

::selection {
	color: var(--color-white);
	background: var(--color-black);
}

:where(figure) {
	margin: 0;
}

/* Disable blue highlight on button click */
button {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	min-width: 0;
	font: inherit;
	margin: 0;
	border: 0;
	padding: 0;
	box-sizing: border-box;
	appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
	box-sizing: border-box;
	text-rendering: geometricPrecision;
}

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

body {
	margin: 0;
	min-height: 100dvh;
}

h1, h2, h3, h4, h5, h6 {
	text-wrap: balance;
}

p {
	text-wrap: pretty;
}

/*a, button, h1, h2, h3, h4, h5, h6, li, p, span, ul {
	font-feature-settings: "liga"0, "dlig"0, "hlig"0, "cswh"0, "kern"0, "ss02"0 !important;
	-webkit-font-feature-settings: "liga"0, "dlig"0, "hlig"0, "cswh"0, "kern"0, "ss02"0 !important;
	-moz-font-feature-settings: "liga"0, "dlig"0, "hlig"0, "cswh"0, "kern"0, "ss02"0 !important;
}*/

.rule12 {
	width: calc(100vw - var(--scrollbar-width));
	display: flex;
	position: relative;
	height: 1px;
}

.rule3 {
	width: 180px;
	display: flex;
	position: relative;
	height: 1px;
}


.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-justify {
	text-align: justify;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.text-underline {
	text-decoration: underline;
}

.text-muted {
	color: var(--color-gray);
}

.text-dark {
	color: var(--color-black);
}

.text-dark-50 {
	color: var(--color-black-50);
}

.loader {
	z-index: 99999;
	width: 100%;
	height: 100vh;
	transform-origin: 50% 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: fixed;
	inset: 0;
}

.loader {
	display: none;
}

.loader_pane {
	width: 100%;
	height: 100%;
	background-color: var(--color-white)
}

.flex {
	display: flex;
}

.header {
	pointer-events: none;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}

.header__wrapper {
	display: grid;
	justify-content: center;
	justify-self: center;
	position: relative;
	z-index: 1;
}

.header__overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 200svw;
	height: 200svw;
	background-color: transparent;
	transform: translate(-50%, -50%);
	transition: all .3s;
	z-index: 0;
	pointer-events: auto;
	opacity: 0;
	visibility: hidden;
}

.header.is--open>.header__overlay {
	opacity: 1;
	visibility: visible;
}

.header__navigation {
	--primary--white-transparent-10: hsla(60, 3%, 100%, .70);
	--primary--black-transparent-10: hsla(60, 3%, 100%, .50);
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: -moz-fit-content;
	position: relative;
	padding: 14px 100px;
	gap: 5.6rem;
	width: fit-content;
	border-radius: var(--radius-small);
	justify-self: center;
	background-color: hsla(60, 3%, 100%, .70);
	-webkit-backdrop-filter: blur(52px);
	backdrop-filter: blur(52px);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .015);
	/*background-color: var(--primary--white-transparent-10);
	background-image: linear-gradient(to bottom, var(--primary--black-transparent-10), var(--primary--black-transparent-10));*/
}

.header__logo {
	display: flex;
	align-items: center;
	height: 26px;
}

.header__logo-img {
	width: 116px;
	height: 13px;
}

.header__toggle {
	display: flex;
	align-items: center;
	position: absolute;
	right: 16px;
}

.header__toggle-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	position: relative;
	cursor: pointer;
	background: rgba(255, 255, 255, 0);
	border: 0px;
	height: 16px;
	width: 16px;
	padding: 0;
	transition: .4s ease-out;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-ms-transition: .4s ease-out;
	-o-transition: .4s ease-out;
}

.header__toggle-btn:before {
	display: flex;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 16px;
	width: 16px;
	border: 0px;
}

.header__toggle-btn:after {
	display: flex;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 16px;
	height: 16px;
	border: 0px;
}

.header__toggle-btn .bg:before,
.header__toggle-btn .bg:after {
	display: block;
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	left: calc(50% - 8px);
	z-index: 1;
	background: var(--color-black);
	transition: .4s ease-out;
	-webkit-transition: .4s ease-out;
	-moz-transition: .4s ease-out;
	-ms-transition: .4s ease-out;
	-o-transition: .4s ease-out;
}

.header__toggle-btn .bg:before {
	top: calc(50% - 3.5px);
}

.header__toggle-btn .bg:after {
	top: calc(50% + 1px);
}

@media(hover: hover)and (pointer:fine) {

	.header__toggle-btn:hover .bg:before {
		top: calc(50% - 4px);
	}

	.header__toggle-btn:hover .bg:after {
		top: calc(50% + 4px);

	}
}

.header--open .header__toggle-btn>.bg:before {
	top: 7.2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.header--open .header__toggle-btn>.bg:after {
	top: 7.2px;
	transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
}

.header__drawer {
	display: block;
	position: relative;
	z-index: 999;
	width: 100%;
	height: 0;
	top: 2px;
	right: 0;
	left: 0;
	border-radius: var(--radius-small);
	overflow: hidden;
	pointer-events: auto;
	transition: all .4s;
	max-height: calc(100vh - 80px);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: hsla(60, 3%, 100%, .70);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .015);
}

.header__menu {
	display: flex;
	flex-direction: column;
	padding: 80px 16px;
}

.header__menu-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	padding: 0;
	padding-inline-start: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.header__menu-list li {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}

.header__menu-list a {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-decoration: none;
	color: var(--color-black);
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.01em;
	opacity: 0;
	transform: translateY(40px);
	transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);
}

.header__menu-list a:hover,
.header__menu-list a:-webkit-any-link:hover {
	color: var(--color-black-hover);
}

/*
.header__menu-list a:after {
	background: currentColor;
	bottom: 10px;
	content: '';
	height: 1px;
	width: 100%;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
}

.header__menu-list a:hover:after {
	transform: scaleX(1);
	transform-origin: left center;
}*/

.header__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0px 16px 40px 16px;
}

.header__cta span {
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-feature-settings: 'pnum'on, 'lnum'on;
	color: var(--color-black);
	opacity: 0;
	transform: translateY(30px);
}

.header__cta .social-link {
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.02em;
	/*text-decoration-line: underline;*/
	color: var(--color-black);
	opacity: 0;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);
}

.header__cta .social-link:hover {
	color: var(--color-black-hover);
}

@media(hover: hover)and (pointer:fine) {

	/* Menu Smaller Links */
	.header__cta .social-link::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 3px;
		width: 100%;
		height: 1px;
		background: var(--color-black-hover);
		transform-origin: right center;
		transform: scale(0, 1);
		transition: transform 0.4s var(--cubic-default)
	}

	.header__cta .social-link:hover::after {
		transform-origin: left center;
		transform: scale(1, 1);
	}
}

/*
.header__cta {
	@media (hover) and (prefers-reduced-motion: no-preference) {
		&>.social-link {
			color: var(--color-black);
			transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
			-webkit-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
			-moz-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
			-ms-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
			-o-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
		}

		/*&:hover>.social-link:not(:hover) {
			opacity: .35;
		}
	}
}*/

.menu-link {
	width: 100%;
	text-decoration: none;
	display: flex;
}

.menu-link-heading {
	z-index: 1;
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	color: var(--color-black);
	transition: transform .55s cubic-bezier(.65, .05, 0, 1);
	position: relative;
}

.menu-link-heading {
	margin: 0px;
	text-shadow: 0px 1em 0px var(--color-black-hover);
}

@media (hover: hover)and (pointer:fine) {

	/* Menu Large Links */
	.menu-link:hover .menu-link-heading {
		transform: translate(0px, -1em);
		transition-delay: 0.1s;
	}

	/* Menu Smaller Links */
	.text-link::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: var(--color-primary);
		transform-origin: right center;
		transform: scale(0, 1);
		transition: transform 0.4s var(--cubic-default);
		-webkit-transition: transform 0.4s var(--cubic-default);
		-moz-transition: transform 0.4s var(--cubic-default);
		-ms-transition: transform 0.4s var(--cubic-default);
		-o-transition: transform 0.4s var(--cubic-default);
	}

	.text-link:hover::after {
		transform-origin: left center;
		transform: scale(1, 1);
	}

	.newsletter__submit:hover span,
	.newsletter__submit:focus span {
		transition-delay: 0s;
		transform: translate(0px, -1.5em);
		-webkit-transform: translate(0px, -1.5em);
		-moz-transform: translate(0px, -1.5em);
		-ms-transform: translate(0px, -1.5em);
		-o-transform: translate(0px, -1.5em);
	}

}



.w-full {
	width: 100%;
}

.h-svh {
	height: 100svh;
}

.overflow-hidden {
	overflow: hidden;
}

.ct-footer {
	position: relative;
	bottom: 0px;
	padding: 0px;
	width: 100%;
	background: var(--color-bg-footer);
}

.ct-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 150px 15px 50px 15px;
}

.ct-footer__columm {
	display: flex;
	flex-direction: column;

	h5 {
		font-family: var(--font-proximasera);
		font-style: normal;
		font-weight: 400;
		font-size: 25px;
		line-height: 33px;
		letter-spacing: 0.01em;
		color: var(--color-black);
		margin-bottom: 80px;
		max-width: 540px;
	}
}

.footer__newsletter {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer__newsletter__input {
	position: relative;
}

.footer__newsletter__input {
	display: flex;

	.newsletter__form {
		display: flex;
		align-items: center;
		width: 100%;
		max-width: 500px;
		position: relative;
		border: none;
		border-bottom: 1px solid var(--color-black);

		.newsletter__input {
			width: calc(100% - 80px);
			height: 52px;
			background: none;
			border: none;
			outline: none;
			font-family: var(--font-quasimoda);
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 31px;
			letter-spacing: 0.02em;
			color: rgba(0, 0, 0, 1);
			max-width: 500px;
			transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);
		}

		.newsletter__submit {
			display: flex;
			align-items: center;
			background: var(--color-bg-footer);
			font-family: var(--font-quasimoda);
			font-style: normal;
			font-weight: 400;
			font-size: 18px;
			line-height: 31px;
			text-align: right;
			letter-spacing: 0.02em;
			color: var(--color-black);
			position: absolute;
			overflow: hidden;
			cursor: pointer;
			flex-shrink: 0;
			margin-left: 20px;
			right: 0;
			z-index: 1;
			transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);

			&:hover {
				color: var(--color-black-hover);
			}

			span {
				z-index: 1;
				font-family: var(--font-quasimoda);
				font-style: normal;
				font-weight: 400;
				font-size: 18px;
				line-height: 31px;
				transition: transform .55s cubic-bezier(.65, .05, 0, 1);
				margin: 0px;
				text-shadow: 0px 1.5em 0px var(--color-black-hover);
				position: relative;
			}
		}
	}
}

.ct-footer .ct-footer__columm:last-child {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 100px;
}

.ct-footer .ct-footer__columm:last-child .ct-footer__columm-menu {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.footer__menu {
	display: flex;
	flex-direction: column;
	padding: 0px;
}

.footer__menu-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	margin-top: 10px;
	padding-inline-start: 0px;
	margin-block-start: 10px;
	margin-block-end: 0px;
}

.footer__menu-list li {
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}

.footer__menu-list a {
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-decoration: none;
	color: var(--color-black);
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 16px;
	margin-block-start: -2px;
	text-align: left;
	letter-spacing: 0.01em;
	transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);

	&:hover {
		color: var(--color-black-hover);
	}
}

/*.footer__menu-list a:after {
	background: currentColor;
	bottom: 8px;
	content: '';
	height: 1px;
	width: 100%;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
}

.footer__menu-list a:hover:after {
	transform: scaleX(1);
	transform-origin: left center;
}*/

.ct-footer__cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0px;
}

.ct-footer__cta span {
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-feature-settings: 'pnum'on, 'lnum'on;
	color: var(--color-black);
	margin: 04px 0px 10px 0px;
}

.ct-footer__cta .social-link {
	display: flex;
	position: relative;
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.02em;
	color: var(--color-black);
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

@media(hover: hover)and (pointer:fine) {

	.ct-footer__cta .social-link:hover {
		color: var(--color-black-hover);
	}

	/* Menu Smaller Links */
	.ct-footer__cta .social-link::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 3px;
		width: 100%;
		height: 1px;
		background: var(--color-black-hover);
		transform-origin: right center;
		transform: scale(0, 1);
		transition: transform 0.4s var(--cubic-default)
	}

	.ct-footer__cta .social-link:hover::after {
		transform-origin: left center;
		transform: scale(1, 1);
	}
}

.footer-copy {
	display: flex;
	position: relative;
	padding: 0px 15px;
	width: 100%;
	height: 1px;
}

.splash__wrapper {
	display: block;
	position: relative;
	width: 100vw;
}

.splash__scroll {
	/*min-height: 640px;*/
	width: 100%;
}

.splash {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	margin-top: 130px;
}

/*.splash__projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 640px;
    overflow: hidden;
    width: 100%;
}*/

.splash__projects {
	display: flex;
	position: relative;
	overflow: hidden;
	min-height: 640px;
	aspect-ratio: var(--wall-height, 1) / var(--wall-height, 1.25);
	width: 100%;
}

.splash__project {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
}

.splash__project-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.splash__img {
	display: flex;
	height: 100%;
	margin-bottom: 10px;
	max-width: 172px;
	position: relative;

	&::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		pointer-events: none;
		display: grid;
		font-weight: 500;
		justify-content: end;
		padding: 0.5rem 0.75rem;
		background: rgba(0, 0, 0, 0.3);
		opacity: 0;
		transition: opacity 0.3s;
		border-radius: var(--radius-small);
		z-index: 2;
		transform: scale(.98);
		-webkit-transition: opacity 0.3s;
		-moz-transition: opacity 0.3s;
		-ms-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
	}
}


.splash__img:hover::after {
	transform: scale(1);
	opacity: 1;
}

.splash__project--vertical .splash__img {
	display: flex;
	height: 100%;
	margin-bottom: 10px;
	max-width: 140px;
	position: relative;
}

.splash__img img {
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: var(--radius-small);
	-webkit-border-radius: var(--radius-small);
	-moz-border-radius: var(--radius-small);
	-ms-border-radius: var(--radius-small);
	-o-border-radius: var(--radius-small);
}

.splash__project img {
	aspect-ratio: 172 / 123;
}

.splash__project--vertical img {
	aspect-ratio: 141 / 196;
}

.splash__description {
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: var(--color-black);
	transition: all .3s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition: all .3s cubic-bezier(.25, 0, .3, 1);
	-moz-transition: all .3s cubic-bezier(.25, 0, .3, 1);
	-ms-transition: all .3s cubic-bezier(.25, 0, .3, 1);
	-o-transition: all .3s cubic-bezier(.25, 0, .3, 1);
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	max-width: 172px;
}

.splash__project.splash__project--vertical .splash__description {
	max-width: 140px;
}

.splide {
	width: 100%;
	min-width: 100vw;
	padding: 0;
}

.splide__slide {
	position: relative;
	width: 100%;
	max-width: 235px;
}

/*
.splide__slide .splide__slide__row {
    margin-bottom: 30px !important;
}

.splide__slide .splide__slide__row:last-child {
    margin-bottom: 0 !important;
}*/

.splide-wall .splide__slide img {
	transform: scale(.98);
	transition: 0.1s all;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-ms-transition: 0.1s all;
	-o-transition: 0.1s all;
}

.splide-wall .splide__slide img:hover {
	transform: scale(1);
	z-index: 1;
}

.splide-wall .splide__slide__row {
	align-items: center;
}

.splide-wall .splide__slide {

	.splide__slide__row:nth-child(2) .splash__project {
		padding: 40px 0px;
	}

}

/* Big Text */

.work__container {
	display: block;
	position: relative;
	width: 100vw;
}

.work__wrapper {
	display: flex;
	position: relative;
	width: 100%;
	padding: 180px 16px;
}

.work__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.work__title {
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-feature-settings: 'pnum'on, 'lnum'on;
	color: var(--color-black);
	margin-bottom: 50px;
	max-width: 150px;
}

.work__description {
	display: block;
	position: relative;
}

.work__description,
.work__description a,
.work__description span {
	font-family: var(--font-proximasera);
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 0.02em;
}

.work__description a,
.work__description span {
	color: var(--color-black-50);
	transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px !important;
}

.work__description a:hover,
.work__description span:hover {
	color: var(--color-black);
}

.text-underline-highlight div>div,
.work__description a>div>div {
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px !important;
}

/* Cases studies */

.cases__container {
	display: block;
	position: relative;
	width: 100vw;
	margin-bottom: 0px;
}

.cases__wrapper {
	display: flex;
	position: relative;
	width: 100%;
}

.cases__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 780px;
	aspect-ratio: 1.77778 / 1;

	.splide {
		height: 100%;
		width: 100%;
		min-width: 100vw;
		padding: 0;
		aspect-ratio: 1.77778 / 1;
	}

	.splide__track {
		height: 100%;
	}

	.splide__track-progress {
		display: flex;
		position: absolute;
		bottom: 0px;
		height: 2px;
		left: 0px;
		right: 0px;
		z-index: 1;

		.splide__progress {
			width: 100%;
			height: 2px;
			background-color: rgba(255, 255, 255, 0.3);
			position: relative;
		}

		.splide__progress__bar {
			height: 2px;
			background: var(--color-white);
		}
	}

	.splide__slide {
		height: 100% !important;
		min-width: 100%;
	}

	.case__project {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		height: 100%;
		width: 100%;
	}

	.case__project-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 100%;
	}

	.case__project__img {
		display: flex;
		height: 100%;
		width: 100%;
		max-width: 100%;
		object-fit: cover
	}

	.case__project-overlay {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.36%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	}

	.case__project__content {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: 0;
		bottom: 0px;
		z-index: 2;
		width: 100%;
	}

	.case__project__content.is-active {
		display: flex;
	}

	.case__project__content .content {
		height: auto;
		transition: height 0.2s ease-in-out;
		transition-behavior: allow-discrete;

		a {
			transition: 0.3s ease;

			&:hover {
				opacity: .65;
			}
		}
	}

	.case__project-subtitle {
		font-variant-numeric: lining-nums proportional-nums;
		font-family: var(--font-quasimoda);
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 0.8px;
		text-transform: uppercase;
		color: var(--color-white);
	}

	.case__project-title {
		font-family: var(--font-proximasera);
		font-style: normal;
		font-weight: 400;
		font-size: 48px;
		line-height: 53px;
		letter-spacing: 0.48px;
		color: var(--color-white);
	}

	p {
		font-family: var(--font-quasimoda);
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.02em;
		color: var(--color-white);
	}

	.case__project-link {
		display: flex;
		align-items: center;
		flex-direction: row;
		font-family: var(--font-quasimoda);
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0.02em;
		color: var(--color-white);
		text-decoration: none;
		margin: 40px 0px;
		transition: 0.3s ease;

		&:hover {
			opacity: .65;
		}

		.arrow-embed {
			display: flex;
			align-items: center;
			margin-left: 10px;
			width: 80px;
			height: 8px;
		}
	}

}

.case__project__content .content__text,
.case__project__content .content__paragraph {
	opacity: 0;
	overflow: hidden;
}

.case__project__content.is-active .content__text,
.case__project__content.is-active .content__paragraph {
	opacity: 1;
}

.case__project__content.is-active .content__text .word {
	display: inline-block;
	animation: slide-up .6s cubic-bezier(0.5, 0.2, 0, 1);
	-webkit-animation: slide-up .6s cubic-bezier(0.5, 0.2, 0, 1);
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@-webkit-keyframes slide-up {
	from {
		transform: translateY(300px);
		-webkit-transform: translateY(300px);
		-moz-transform: translateY(300px);
		-ms-transform: translateY(300px);
		-o-transform: translateY(300px);
	}
}

.case__project__content.is-active .content__paragraph .char {
	animation: slide-in .6s cubic-bezier(.5, 0, .5, 1) both;
	animation-fill-mode: both;
	animation-delay: calc(3ms * var(--char-index) + 1000ms);
	-webkit-animation: slide-in .6s cubic-bezier(.5, 0, .5, 1) both;
}

@keyframes slide-in {
	from {
		transform: translateY(300px);
		opacity: 0;
	}
}

.arrow__link {
	display: flex;
	color: var(--color-black);

	span {
		margin-left: 4px;
	}

	.arrow {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 69px;
		position: relative;
		margin-left: 10px;
		margin-top: 5px;
		transition: all 0.15s;
		-webkit-transition: all 0.15s;
		-moz-transition: all 0.15s;
		-ms-transition: all 0.15s;
		-o-transition: all 0.15s;
	}

	&:hover .arrow {
		opacity: .5;
		width: 81px;
	}

	.line {
		width: 63px;
		animation-name: draw-arrow;
		animation-duration: .5s;
		animation-timing-function: ease-in;
		background: var(--color-black);
		height: 1px;
		transition: all 0.15s;
		-webkit-transition: all 0.15s;
		-moz-transition: all 0.15s;
		-ms-transition: all 0.15s;
		-o-transition: all 0.15s;
	}

	.point {
		position: relative;
		background: url('assets/images/arrow-dark.svg') no-repeat center right;
		background-size: cover;
		width: 6px;
		height: 9px;
		right: 0;

		svg {
			fill: var(--color-white);
			height: 10px;
			width: 81px;
		}
	}

}

.case__project__content {
	.arrow__link {
		& .line {
			background: var(--color-white);
		}

		.point {
			background: url('assets/images/arrow.svg') no-repeat center right;

			svg {
				fill: var(--color-white);
				height: 10px;
				width: 81px;
			}
		}
	}
}


.arrow__link {
	&:hover .line {
		width: 71px;
	}
}

.arrow__link:hover {
	opacity: .5;
}

@keyframes draw-arrow {
	0% {
		width: 70px;
	}

	90% {
		width: 70px;
	}

	100% {
		width: 70px;
	}
}

.cases-module__content {
	display: grid;
	box-sizing: border-box;
	column-gap: 20px;
	grid-column: content;
	grid-row: 1;
	grid-template-columns: [content-end] repeat(12, 1fr) [content-end];
	width: 100%;
	height: 100%;
	padding: 45px 15px;
	position: absolute;
	z-index: 1;
	align-self: flex-end;
	align-content: flex-end;
	top: 0
}

.cases-module__content-left {
	display: block;
	position: relative;
	align-self: flex-end;
	grid-column: 1 / span 12;
}

.cases-module__content-right {
	display: block;
	align-self: flex-end;
	grid-column: 1 / span 12;

	.cases-module__right-subtitle {
		display: none;
		font-family: var(--font-quasimoda);
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		font-feature-settings: 'pnum'on, 'lnum'on;
		margin-bottom: 25px;
		color: var(--color-white);
		display: flex;
		align-items: center;
		justify-content: space-between;

		.splide__toggle {
			align-items: center;
			background: transparent;
			display: inline-flex;
			height: 10px;
			width: 10px;
			justify-content: center;
			opacity: .35;
			transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
		}

		.splide__toggle.is-active {
			opacity: 1;
		}

		.splide__toggle:hover {
			opacity: .35;
		}

		.splide__toggle svg {
			fill: var(--color-white);
			height: 10px;
			transition: fill .2s ease;
			width: 10px;
		}

	}

	.cases-module__right-labels {
		display: none;
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 0;

		.cases-module__right-label {
			display: flex;
			align-items: center;
			font-family: var(--font-quasimoda);
			font-style: normal;
			font-weight: 400;
			font-size: 12px;
			line-height: 18px;
			letter-spacing: 0.08em;
			text-transform: uppercase;
			font-feature-settings: 'pnum'on, 'lnum'on;
			color: var(--color-white);
			margin: 12px 0px 0px 0px;
			width: fit-content;
			cursor: pointer;

			.icon-triangle {
				display: block;
				width: 0px;
				height: 8px;
				margin-top: 3px;
				background: url('assets/images/triangle.svg') no-repeat center right;
				background-size: cover;
				transition: transform 0.3s ease;
				-webkit-transition: transform 0.3s ease;
				-moz-transition: transform 0.3s ease;
				-ms-transition: transform 0.3s ease;
				-o-transition: transform 0.3s ease;
			}
		}

		.cases-module__right-label:first-child {
			margin-top: 25px;
		}

		.cases-module__right-label:last-child {
			margin-bottom: 0px;
		}

	}

	.cases-module__right-labels {
		@media (hover) and (prefers-reduced-motion: no-preference) {
			&>.cases-module__right-label {
				transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
				-webkit-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
				-moz-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
				-ms-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
				-o-transition: opacity .3s cubic-bezier(.25, 0, .3, 1);
			}

			&:hover>.cases-module__right-label:not(:hover) {
				opacity: .35;
			}
		}
	}

}

.cases-module__content-progress {
	display: block;
	height: 2px;
	position: relative;
	align-self: flex-end;
	grid-column: 1 / span 12;
}

/* Brans */

.brands__container {
	display: block;
	position: relative;
	width: 100vw;
}

.brands__wrapper {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 100%;
	padding: 180px 0px 180px 0px;
}

.brands__section-headind {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	padding: 0px 15px;

	h2 {
		font-family: var(--font-proximasera);
		font-style: normal;
		font-weight: 300;
		font-size: 21px;
		line-height: normal;
		letter-spacing: 0.01em;
		color: var(--color-black);
		margin-bottom: 12px;
	}

	.brands__title-mobile {
		display: block;
	}

	.brands__title {
		display: none;
	}

	.brands__link {
		display: inline-block;
		position: relative;
		font-family: var(--font-quasimoda);
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 22px;
		text-align: right;
		letter-spacing: 0.02em;
		color: var(--color-gray);
		text-decoration: none;
		transition: color .3s cubic-bezier(.25, 0, .3, 1);
		-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
		-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
		-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
		-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);
		min-width: 120px;
		margin-bottom: 12px;
	}

	/*.brands__link:after {
        background: currentColor;
        bottom: 8px;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        transform: scaleX(0);
        transform-origin: right center;
        transition: transform 0.4s ease;
        width: 100%;
    }

    .brands__link:hover:after {
        transform: scaleX(1);
        transform-origin: left center;
    }*/

	.brands__link:hover {
		color: var(--color-black);
	}
}

.brands__section-headind-divider {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid var(--color-black);
	width: calc(100% - 30px);
	padding: 0;
}

.brands__section-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 65px 0px 0px 0px;
}


/* About */

.about__container {
	display: block;
	position: relative;
}

.about__wrapper {
	display: flex;
	position: relative;
	width: 100%;
	padding: 180px 16px;
}

.about__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;

	.about__description {
		font-family: var(--font-proximasera);
		font-style: normal;
		font-weight: 300;
		font-size: 24px;
		line-height: 35px;
		text-align: center;
		letter-spacing: 0.01em;
		grid-area: content;
		opacity: 0;
		pointer-events: none;
	}

	.splide {
		width: 100%;
		min-width: 100%;
		padding: 0;
	}

	.splide__list {
		align-items: flex-start;
	}

	.splide__slide {
		min-width: 100%;
		max-width: 100%;
	}

	.splide__slide.is-active {

		.about__description {
			opacity: 1;
			pointer-events: auto;
		}
	}

	.splide__track_go {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;

		.splide__list_go {
			display: flex;
			flex-direction: row;
			justify-content: center;
		}

		.splide__slide_go {
			display: flex;
			position: relative;
			font-family: var(--font-quasimoda);
			font-style: normal;
			font-weight: 400;
			font-size: 13px;
			line-height: 22px;
			text-align: right;
			letter-spacing: 0.02em;
			color: var(--color-gray);
			margin: 0 25px;
			cursor: pointer;
			transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-webkit-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-moz-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-ms-transition: color .3s cubic-bezier(.25, 0, .3, 1);
			-o-transition: color .3s cubic-bezier(.25, 0, .3, 1);
		}

		.splide__slide_go:hover,
		.splide__slide_go.is-active {
			color: var(--color-black);
		}

		.splide__slide_go.is-active::after {
			color: var(--color-black);
			transform-origin: left center;
			transform: scale(1, 1);
			-webkit-transform: scale(1, 1);
			-moz-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-o-transform: scale(1, 1);
		}
	}

}

.about__content {

	& .splide__track_go {
		.splide__slide_go::after {
			content: '';
			position: absolute;
			left: 0;
			bottom: 3px;
			width: 100%;
			height: 1px;
			background: var(--color-black);
			transform-origin: right center;
			transform: scale(0, 1);
			transition: transform 0.4s var(--cubic-default);
		}
	}
}

@media(hover: hover)and (pointer:fine) {

	.about__content {
		& .splide__track_go {
			.splide__slide_go:hover {
				color: var(--color-black);
			}

			.splide__slide_go:hover::after {
				transform-origin: left center;
				transform: scale(1, 1);
				-webkit-transform: scale(1, 1);
				-moz-transform: scale(1, 1);
				-ms-transform: scale(1, 1);
				-o-transform: scale(1, 1);
			}
		}
	}
}

.marquee-top {
	--marquee-bg: #222;
	--marquee-color: #fff;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	height: 82px;
	background-color: var(--marquee-bg);
	color: var(--marquee-color);
}

.marquee-top--gray {
	--marquee-bg: var(--sf-bg);
	--marquee-color: var(--color-black);
}

.marquee-top__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	opacity: 1;
	transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
}

.marquee-item-link {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1
}

.marquee-top__wrapper.is-visible {
	opacity: 1
}

.marquee-top__item {
	display: flex;
	flex-direction: row;
	padding: 0;
	min-width: fit-content;

	.marquee-top__item-link {
		display: flex;
		margin: 0 30px;
		min-width: 220px;
		transition: opacity .3s;
		-webkit-transition: opacity .3s;
		-moz-transition: opacity .3s;
		-ms-transition: opacity .3s;
		-o-transition: opacity .3s;
	}

	.marquee-top__item-logo {
		display: flex;
		height: 100%;
		width: 100%;
		max-width: 100%;
		object-fit: contain;
	}
}

.marquee-top__item:has(.marquee-top__separator) {
	padding: 0
}

.marquee-top__ico {
	vertical-align: middle;
	margin-inline: 12px
}

.marquee-top__separator {
	position: relative;
	top: -1px;
	display: inline-flex;
	align-items: center;
	margin-inline: 16px;
	font-size: 1.3em;
	vertical-align: middle;
	fill: currentColor
}

.marquee-top a:hover {
	opacity: .8
}

.page {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
}



/**
// TODO:  FRONTPAGE
**/

.front {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 200px 15px 50px 15px;
}

.front-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-bottom: 140px;
	max-width: 400px;
	max-height: 80px;
	overflow: hidden;
}

.front-heading:before {
	content: "";
	background: linear-gradient(to bottom, #F2EFEE 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 30px;
}

.front-heading:after {
	content: "";
	background: linear-gradient(to top, #F2EFEE 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 30px;
}

.front-heading-title {
	display: flex;
	justify-content: center;
	position: relative;
	font-family: var(--font-proximasera);
	font-style: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.02em;
	color: var(--color-black);
}

.split-parent {
	overflow: hidden;
	margin-top: -0.04em;
}

.split-child {
	will-change: transform;
	padding-bottom: 0.04em;
}

.no-split.is-process-home {
	margin-left: var(--size--5rem);
}

.no-split {
	margin-left: var(--column-margin--2);
}

.front-archive {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 0%;
	position: relative;
}

.front-archive>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
}

.front-archive-items {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	gap: 75px calc(40px - var(--scrollbar-width));
}

.front-archive-item {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0;
	flex: 0 0 auto;
	width: 100%;
	opacity: 0;
	filter: blur(4px);
}

.front-archive-item-figure {
	display: flex;
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 400 / 266;
	margin-bottom: 20px;
	background: #f8f8f8;
	border-radius: var(--radius-small);
	-webkit-border-radius: var(--radius-small);
	-moz-border-radius: var(--radius-small);
	-ms-border-radius: var(--radius-small);
	-o-border-radius: var(--radius-small);
	opacity: 0;

	.rsfv-shortcode-wrapper {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;

		.rsfv-video-wrapper {
			height: 100%;
			overflow: hidden;
			position: relative;
			object-fit: cover;
			transition: .4s ease;
			transform: scaleZ(1);
			-webkit-transform: scale3d(1, 1, 1);
			-moz-transform: scale3d(1, 1, 1);
			-ms-transform: scale3d(1, 1, 1);
			-o-transform: scale3d(1, 1, 1);

			.rsfv-video {
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				object-fit: cover;
			}
		}
	}
}

.front-archive-item-figure a {
	display: flex;
	width: 100%;
}

.front-archive-item img,
.front-archive-item [data-image],
.front-archive-item [data-rsfv-video] {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	border-radius: var(--radius-small);
	-webkit-border-radius: var(--radius-small);
	-moz-border-radius: var(--radius-small);
	-ms-border-radius: var(--radius-small);
	-o-border-radius: var(--radius-small);
	transition: .4s ease;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.item-image_cover {
	position: relative;
	overflow: hidden;
}

.g_image_cover {
	visibility: visible;
	opacity: 1;
	display: block;
	z-index: 10;
	background-color: var(--swatch--black);
	pointer-events: none;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	inset: 0%;
}

[data-image] {
	transition: .4s ease;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	will-change: transform;
}

.front-archive-item-tag {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	gap: 5px;

	span {
		position: relative;
		overflow: hidden;
		margin: 0px;
		z-index: 1;
		font-family: var(--font-quasimoda);
		font-style: normal;
		font-weight: 400;
		font-size: 10px;
		line-height: 10px;
		position: relative;
		transition: all .3s cubic-bezier(.25, 0, .3, 1);
		-webkit-transition: all .3s cubic-bezier(.25, 0, .3, 1);
		-moz-transition: all .3s cubic-bezier(.25, 0, .3, 1);
		-ms-transition: all .3s cubic-bezier(.25, 0, .3, 1);
		-o-transition: all .3s cubic-bezier(.25, 0, .3, 1);
	}

}

.item-tag-button {
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0.08em;
	font-feature-settings: 'pnum'on, 'lnum'on;
	flex: none;
	order: 0;
	flex-grow: 0;
	padding: 8px 10px;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	text-transform: uppercase;
	color: var(--color-black);
	/*background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px 4px #0c10121a;
	border: 0px solid rgba(255, 255, 255, 0.85);
	*/
	flex: 1 1 100%;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	background-color: rgb(255, 255, 255, 0.85);
	border: 1px solid rgb(239, 239, 239);
	transition-property: background-color, color, border-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.item-tag-button:hover {
	/*background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(255, 255, 255, 0.95);
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);*/

	color: rgb(250, 251, 253);
	background-color: var(--color-black);
	border-color: var(--color-black);
}

.front-archive-item-content {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0;
	flex: 0 0 auto;
	width: 100%;
}

.front-archive-item-title {
	font-family: var(--font-than);
	font-style: normal;
	font-weight: 400;
	font-size: 27px;
	line-height: 32px;
	letter-spacing: 0.01em;
	color: var(--color-black);
	flex: none;
	order: 0;
	align-self: stretch;
	flex-grow: 0;
	margin-bottom: 0px;
	transition: color .3s cubic-bezier(.25, 0, .3, 1);
}

.front-archive-item-subtitle {
	font-family: var(--font-quasimoda);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: var(--color-black);
	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

.front-archive-item p {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.front-archive-item.item-loaded {

	.front-archive-item-content {

		.front-archive-item-title,
		.front-archive-item-subtitle,
		.front-archive-item a,
		a:-webkit-any-link {
			color: var(--color-black);
		}

		.front-archive-item-title:hover {

			a,
			a:-webkit-any-link {
				color: var(--color-black-hover);
			}
		}

	}
}

.front-archive-item:last-child {
	.front-archive-item-content {
		margin-bottom: 0px;
	}
}


@media (hover: hover)and (pointer:fine) {

	.front-archive-item:hover {
		.front-archive-item-content {
			.front-archive-item-title {

				a,
				a:-webkit-any-link {
					color: var(--color-black-hover);
				}
			}

			p,
			.front-archive-item-subtitle {
				color: var(--color-black-hover);
			}
		}
	}

	.front-archive-item:hover figure [data-image],
	.front-archive-item:hover figure [data-rsfv-video] {
		transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-o-transform: scale(1.05, 1.05);
	}

}

.front-about .splide__track_go {
	margin-bottom: 40px;
}

.front-about .issue__project-link {
	display: flex;
	margin-top: 50px;
	justify-content: center;

	span {
		display: none;
	}
}

.front-about .about__wrapper {
	padding-bottom: 0px;
}

.front {

	.splide {
		visibility: visible;
	}

	.splide__list {
		display: block;
	}

	.splide__track--fade>.splide__list {
		display: flex;
	}

	.splide__slide {
		max-width: 100%;
	}

	.splide__slide.is-active {
		opacity: 1;
		z-index: 1;
	}
}

.split {
	opacity: 0;
	text-align: center;
	will-change: transform;
}

.split * {
	will-change: transform;
}

.slide-in-bottom {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
}

.slide-in-bottom [data-hover] {
	position: relative;
	display: inline-block;
	transition: transform 0.3s;
}

.slide-in-bottom [data-hover]::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 900;
	transform: translate3d(0, 0, 0);
	display: block;
}

.slide-in-bottom:hover [data-hover],
.slide-in-bottom:focus [data-hover] {
	transform: translateY(-100%);
}


.flipLink {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: .1rem 0
}

.flipLink span {
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: .7;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.flipLink:after {
	content: attr(data-hover);
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
	opacity: .7
}

@media (hover: hover) {
	.flipLink:hover span {
		-webkit-transition: opacity 1ms .5s, -webkit-transform .5s cubic-bezier(.6, 0, .2, 1);
		transition: opacity 1ms .5s, -webkit-transform .5s cubic-bezier(.6, 0, .2, 1);
		-o-transition: transform .5s cubic-bezier(.6, 0, .2, 1), opacity 1ms .5s;
		transition: transform .5s cubic-bezier(.6, 0, .2, 1), opacity 1ms .5s;
		transition: transform .5s cubic-bezier(.6, 0, .2, 1), opacity 1ms .5s, -webkit-transform .5s cubic-bezier(.6, 0, .2, 1);
		-webkit-transform: translateY(-2rem);
		-ms-transform: translateY(-2rem);
		transform: translateY(-2rem);
		opacity: 1
	}

	.flipLink:hover:after {
		-webkit-transition: -webkit-transform .5s cubic-bezier(.6, 0, .2, 1);
		transition: -webkit-transform .5s cubic-bezier(.6, 0, .2, 1);
		-o-transition: transform .5s cubic-bezier(.6, 0, .2, 1);
		transition: transform .5s cubic-bezier(.6, 0, .2, 1);
		transition: transform .5s cubic-bezier(.6, 0, .2, 1), -webkit-transform .5s cubic-bezier(.6, 0, .2, 1);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}
}


/**? TODO: Medium devices (tablets, 768px and up) 📱 **/
@media (min-width: 767.98px) {

	.rule3 {
		width: 340px;
	}

	/*.rule12 {
        width: calc(100vw - 340px);
    }*/

	.header {
		top: 50px;
	}

	.header__navigation {
		min-width: 455px;
		padding: 20px 130px;
	}

	.header__drawer {
		max-width: 455px;
	}

	.header__logo-img {
		width: 190px;
		height: 21px;
	}

	.header__toggle {
		right: 20px;
	}

	.header__toggle-btn {
		width: 26px;
		height: 26px;
	}

	.header__toggle-btn:before,
	.header__toggle-btn:after {
		width: 26px;
		height: 26px;
	}

	.header__toggle-btn .bg:before {
		top: calc(50% - 2px);
	}

	.header__toggle-btn .bg:after {
		top: calc(50% + 2px);
	}

	.header__toggle-btn .bg:before, .header__toggle-btn .bg:after {
		width: 26px;
		left: calc(50% - 13px);
	}

	.header--open .header__toggle-btn>.bg:before {
		top: 12px;
	}

	.header--open .header__toggle-btn>.bg:after {
		top: 12px;
	}

	.header__drawer {
		top: 2px;
	}

	.header__menu {
		padding: 100px 16px;
	}

	.header__menu-list li {
		margin-bottom: 18px;
	}

	.header__menu-list a {
		font-size: 29px;
		line-height: 27px;
		margin-block-start: -2px;
	}

	.header__cta {
		padding: 0px 16px 60px 16px;
	}

	.header__cta .social-link {
		font-size: 18px;
		line-height: 30px;
	}

	.ct-footer {

		.ct-inner {
			flex-direction: row;
			padding: 100px 40px;
		}

		.ct-footer__columm {
			width: 50%;
		}

		.ct-footer__columm:first-child {
			padding: 0px 40px 0px 0px;
		}

		.ct-footer__columm:last-child {
			flex-direction: row;
			margin-top: 0px;
			padding: 0px 0px 0px 40px;
		}

		.footer-copy {
			padding: 0px 40px;
		}
	}


	.splash {
		margin-top: 190px;
	}

	.splash__projects {
		min-height: 800px;
	}

	.splide-wall {

		.splide__slide {
			max-width: 442px;
		}

		.splash__img {
			max-width: 248px;
		}

		.splash__project--vertical .splash__img {
			max-width: 161px;
		}
	}

	.work__wrapper {
		padding: 220px 45px;
	}

	.front {
		padding: 200px 90px 100px 90px;
	}

	.front-heading {
		max-height: 130px;
		max-width: 450px;
	}

	.front-heading-title {
		font-size: 46px;
		line-height: 60px;
	}

	.front-archive-item {
		flex: 0 0 auto;
		width: 50%;
		max-width: calc(50% - 20px);
	}

	.front-archive-item:nth-child(2n + 2) {
		margin-top: 80px;
	}

	.front-archive-item-content {
		margin-bottom: 0px;
	}


	.about__content {
		& .splide__track_go {
			margin-bottom: 30px;

			.splide__slide_go {
				font-size: 18px;
				line-height: 30px;
			}
		}
	}

	/* Cases studies */
	.cases__container {
		margin-bottom: 100px;
	}

}


/**! TODO: Large devices (desktops, 992px and up) 🖥️ **/
@media (min-width: 992px) {

	.work__wrapper {
		padding: 220px 215px;
	}

	.work__title {
		font-size: 12px;
		line-height: 18px;
	}

	.work__description,
	.work__description a,
	.work__description span {
		font-size: 52px;
		line-height: 66px;
	}


	/* Cases studies */

	.cases__container {
		margin-bottom: 100px;
	}

	.cases__content {
		min-height: 960px;
		aspect-ratio: 1.77778 / 1;
	}

	.cases__content {

		.case__project-subtitle {
			font-size: 12px;
			line-height: normal;
		}

		.case__project-title {
			font-size: 52px;
			line-height: 66px;
		}

		.case__project-link {
			margin-bottom: 0px;
		}

		.case__project__content .content {
			padding-right: 40px;
		}
	}

	.cases-module__content {
		padding: 45px 45px;
	}

	.cases-module__content-left {
		grid-column: 1 / span 7;
	}

	.cases-module__content-right {
		grid-column: span 5 / -1;

		.cases-module__right-subtitle {
			display: flex;
		}

		.cases-module__right-labels {
			display: flex;
		}

	}

	.brands__wrapper {
		padding: 220px 0px 220px 0px;

		.marquee-top {
			height: 130px;
		}

		.marquee-top__item-link {
			min-width: 350px;
		}
	}

	.brands__section-headind {
		padding: 0px 45px;

		h2 {
			font-size: 38px;
			line-height: normal;
			margin-bottom: 20px;
		}

		.brands__title {
			display: block;
		}

		.brands__title-mobile {
			display: none;
		}

		.brands__link {
			font-size: 18px;
			line-height: 31px;
			margin-bottom: 20px;
		}
	}

	.brands__section-headind-divider {
		width: calc(100% - 90px);
	}

	.about__wrapper {
		padding: 220px 45px;
	}

	.about__content {

		.about__description {
			font-size: 59px;
			line-height: 71px;
		}

		& .splide__track_go {
			.splide__slide_go {
				font-size: 18px;
				line-height: 30px;
			}
		}

	}



	/**
	// TODO:  FRONTPAGE
	**/

	.front {
		padding: 200px 40px 100px 40px;
	}

	.front-heading {
		max-width: 800px;
	}

	.front-archive-item {
		flex: 0 0 auto;
		width: 33.33333333%;
		max-width: calc(33.33333333% - 26px);
	}

	.front-archive-item:nth-child(2n + 2) {
		margin-top: 0px;
	}

	.front-archive-item:nth-child(3n + 2) {
		margin-top: 90px;
	}

	.front-about .issue__project-link {
		margin-top: 50px;

		span {
			display: flex;
		}
	}

	.ct-footer__columm {
		h5 {
			font-size: 29px;
			line-height: 44px;
			letter-spacing: 0.03em;
		}
	}

}

/**!  Extra large devices (large desktops)  🖥️ **/
@media (min-width: 1199.98px) {

	.about__wrapper {
		padding: 220px 215px;
	}

}