@charset "UTF-8";

.lg-cursor {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}

.lg-cursor--hover .lg-cursor-pointer:before {
	transform: scale(2)
}

.lg-cursor--hover--color .lg-cursor-pointer:nth-child(2):before {
	background-color: cyan
}

.lg-cursor-pointer {
	left: 0;
	position: absolute;
	top: 0;
	will-change: transform;
	z-index: 2
}

.lg-cursor-pointer:before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 8px;
	margin: -4px 0 0 -4px;
	opacity: 1;
	transition: transform .2s cubic-bezier(.645, .045, .355, 1), opacity .2s linear, background .2s linear;
	width: 8px
}

.lg-cursor-trail {
	z-index: 1
}

.lg-cursor-trail,
.lg-cursor-trail svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.lg-cursor-trail path {
	fill: none;
	stroke: rgba(0, 255, 255, .25);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4px
}

html.lg-cursor-hide,
html.lg-cursor-hide * {
	cursor: none !important
}

.lg-loader {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

.lg-loader.is-visible {
	opacity: 1;
	pointer-events: all
}

.lg-loader--lottie {
	background: none
}

.lg-loader--lottie svg {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.lg-loader--fade {
	transition: opacity .3s linear
}

.lg-loader--slide,
.lg-loader--slide-to-bottom,
.lg-loader--slide-to-left,
.lg-loader--slide-to-right,
.lg-loader--slide-to-top {
	opacity: 1
}

.lg-loader--slide-to-left,
.lg-loader--slide-to-right {
	transform: scaleX(0);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1)
}

.lg-loader--slide-to-left.is-visible,
.lg-loader--slide-to-right.is-visible {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.lg-loader--slide-to-left {
	transform-origin: 0 50%
}

.lg-loader--slide-to-left.is-visible,
.lg-loader--slide-to-right {
	transform-origin: 100% 50%
}

.lg-loader--slide-to-right.is-visible {
	transform-origin: 0 50%
}

.lg-loader--slide-to-bottom,
.lg-loader--slide-to-top {
	transform: scaleY(0);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1)
}

.lg-loader--slide-to-bottom.is-visible,
.lg-loader--slide-to-top.is-visible {
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.lg-loader--slide-to-bottom {
	transform-origin: 50% 100%
}

.lg-loader--slide-to-bottom.is-visible,
.lg-loader--slide-to-top {
	transform-origin: 50% 0
}

.lg-loader--slide-to-top.is-visible {
	transform-origin: 50% 100%
}

.lg-preloader {
	background: #fff;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999
}

.lg-preloader.is-hidden {
	opacity: 0
}

.lg-preloader--lottie {
	background: none
}

.lg-preloader--fade {
	transition: opacity .3s linear
}

.lg-preloader--slide,
.lg-preloader--slide-to-bottom,
.lg-preloader--slide-to-left,
.lg-preloader--slide-to-right,
.lg-preloader--slide-to-top {
	transition: transform .5s cubic-bezier(.645, .045, .355, 1)
}

.lg-preloader--slide-to-bottom.is-hidden,
.lg-preloader--slide-to-left.is-hidden,
.lg-preloader--slide-to-right.is-hidden,
.lg-preloader--slide-to-top.is-hidden,
.lg-preloader--slide.is-hidden {
	opacity: 1
}

.lg-preloader--slide-to-right.is-hidden {
	transform: translate3d(100%, 0, 0)
}

.lg-preloader--slide-to-left.is-hidden {
	transform: translate3d(-100%, 0, 0)
}

.lg-preloader--slide-to-top.is-hidden {
	transform: translate3d(0, -100%, 0)
}

.lg-preloader--slide-to-bottom.is-hidden {
	transform: translate3d(0, 100%, 0)
}

.lg-reveal,
[data-lg-reveal] {
	opacity: 0;
	will-change: opacity, transform
}

.lg-reveal.is-in,
[data-lg-reveal-stagger],
[data-lg-reveal].is-in {
	opacity: 0
}

.lg-reveal--fade-rotate,
.lg-reveal--fade-rotate-to-bottom,
.lg-reveal--fade-rotate-to-left,
.lg-reveal--fade-rotate-to-right,
.lg-reveal--fade-rotate-to-top,
.lg-reveal--fade-rotate-x,
.lg-reveal--fade-rotate-y,
.lg-reveal--fade-scale,
.lg-reveal--fade-scale-to-bottom,
.lg-reveal--fade-scale-to-left,
.lg-reveal--fade-scale-to-right,
.lg-reveal--fade-scale-to-top,
.lg-reveal--fade-scale-x,
.lg-reveal--fade-scale-y,
.lg-reveal--fade-to-bottom,
.lg-reveal--fade-to-left,
.lg-reveal--fade-to-right,
.lg-reveal--fade-to-top,
.lg-reveal--fade-x,
.lg-reveal--fade-y {
	transition: opacity .4s linear .2s, transform .6s cubic-bezier(.55, .055, .675, .19) 0s
}

.lg-reveal--fade-rotate-to-bottom.is-in,
.lg-reveal--fade-rotate-to-left.is-in,
.lg-reveal--fade-rotate-to-right.is-in,
.lg-reveal--fade-rotate-to-top.is-in,
.lg-reveal--fade-rotate-x.is-in,
.lg-reveal--fade-rotate-y.is-in,
.lg-reveal--fade-rotate.is-in,
.lg-reveal--fade-scale-to-bottom.is-in,
.lg-reveal--fade-scale-to-left.is-in,
.lg-reveal--fade-scale-to-right.is-in,
.lg-reveal--fade-scale-to-top.is-in,
.lg-reveal--fade-scale-x.is-in,
.lg-reveal--fade-scale-y.is-in,
.lg-reveal--fade-scale.is-in,
.lg-reveal--fade-to-bottom.is-in,
.lg-reveal--fade-to-left.is-in,
.lg-reveal--fade-to-right.is-in,
.lg-reveal--fade-to-top.is-in,
.lg-reveal--fade-x.is-in,
.lg-reveal--fade-y.is-in {
	transform: translateZ(0) rotate(0) scale(1);
	transition: opacity .4s linear 0s, transform .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.lg-reveal--fade {
	transition: opacity .3s linear
}

.lg-reveal--fade-to-bottom {
	transform: translate3d(0, -10%, 0)
}

.lg-reveal--fade-to-left {
	transform: translate3d(10%, 0, 0)
}

.lg-reveal--fade-to-top {
	transform: translate3d(0, 10%, 0)
}

.lg-reveal--fade-to-right,
.lg-reveal--fade-x {
	transform: translate3d(-10%, 0, 0)
}

.lg-reveal--fade-x.is-out-top {
	transform: translate3d(10%, 0, 0)
}

.lg-reveal--fade-y {
	transform: translate3d(0, 10%, 0)
}

.lg-reveal--fade-y.is-out-top {
	transform: translate3d(0, -10%, 0)
}

.lg-reveal--fade-rotate {
	transform: rotate(-20deg)
}

.lg-reveal--fade-rotate-to-bottom {
	transform: translate3d(0, -30%, 0) rotate(-20deg)
}

.lg-reveal--fade-rotate-to-left {
	transform: translate3d(30%, 0, 0) rotate(20deg)
}

.lg-reveal--fade-rotate-to-top {
	transform: translate3d(0, 30%, 0) rotate(20deg)
}

.lg-reveal--fade-rotate-to-right,
.lg-reveal--fade-rotate-x {
	transform: translate3d(-30%, 0, 0) rotate(-20deg)
}

.lg-reveal--fade-rotate-x.is-out-top {
	transform: translate3d(30%, 0, 0) rotate(20deg)
}

.lg-reveal--fade-rotate-y {
	transform: translate3d(0, 30%, 0) rotate(20deg)
}

.lg-reveal--fade-rotate-y.is-out-top {
	transform: translate3d(0, -30%, 0) rotate(-20deg)
}

.lg-reveal--fade-scale,
.lg-reveal--fade-scale-to-bottom,
.lg-reveal--fade-scale-to-left,
.lg-reveal--fade-scale-to-right,
.lg-reveal--fade-scale-to-top,
.lg-reveal--fade-scale-x,
.lg-reveal--fade-scale-y {
	transform: scale(.8)
}

.lg-reveal--fade-scale-to-bottom {
	transform: translate3d(0, -30%, 0) scale(.8)
}

.lg-reveal--fade-scale-to-left {
	transform: translate3d(30%, 0, 0) scale(.8)
}

.lg-reveal--fade-scale-to-top {
	transform: translate3d(0, 30%, 0) scale(.8)
}

.lg-reveal--fade-scale-to-right,
.lg-reveal--fade-scale-x {
	transform: translate3d(-30%, 0, 0) scale(.8)
}

.lg-reveal--fade-scale-x.is-out-top {
	transform: translate3d(30%, 0, 0) scale(.8)
}

.lg-reveal--fade-scale-y {
	transform: translate3d(0, 30%, 0) scale(.8)
}

.lg-reveal--fade-scale-y.is-out-top {
	transform: translate3d(0, -30%, 0) scale(.8)
}

.lg-reveal--scale,
.lg-reveal--scale-to-bottom,
.lg-reveal--scale-to-left,
.lg-reveal--scale-to-right,
.lg-reveal--scale-to-top,
.lg-reveal--scale-x,
.lg-reveal--scale-y {
	opacity: 1;
	transform: scale(0);
	transition: transform .6s cubic-bezier(.55, .055, .675, .19) 0s
}

.lg-reveal--scale-to-bottom.is-in,
.lg-reveal--scale-to-left.is-in,
.lg-reveal--scale-to-right.is-in,
.lg-reveal--scale-to-top.is-in,
.lg-reveal--scale-x.is-in,
.lg-reveal--scale-y.is-in,
.lg-reveal--scale.is-in {
	transform: scale(1);
	transition: transform .6s cubic-bezier(.215, .61, .355, 1) 0s
}

.lg-reveal--scale-to-bottom {
	transform-origin: 50% 0
}

.lg-reveal--scale-to-left {
	transform-origin: 100% 50%
}

.lg-reveal--scale-to-top {
	transform-origin: 50% 100%
}

.lg-reveal--scale-to-right,
.lg-reveal--scale-x {
	transform-origin: 0 50%
}

.lg-reveal--scale-x.is-out-top {
	transform-origin: 100% 50%
}

.lg-reveal--scale-y {
	transform-origin: 50% 100%
}

.lg-reveal--scale-y.is-out-top {
	transform-origin: 50% 0
}

.lg-reveal--slide,
.lg-reveal--slide-to-bottom,
.lg-reveal--slide-to-left,
.lg-reveal--slide-to-right,
.lg-reveal--slide-to-top,
.lg-reveal--slide-x,
.lg-reveal--slide-y {
	opacity: 1;
	transition: transform .6s cubic-bezier(.645, .045, .355, 1) 0s
}

.lg-reveal--slide-to-bottom.is-in,
.lg-reveal--slide-to-left.is-in,
.lg-reveal--slide-to-right.is-in,
.lg-reveal--slide-to-top.is-in,
.lg-reveal--slide-x.is-in,
.lg-reveal--slide-y.is-in,
.lg-reveal--slide.is-in {
	transform: translateZ(0)
}

.lg-reveal--slide-to-bottom {
	transform: translate3d(0, -15%, 0)
}

.lg-reveal--slide-to-left {
	transform: translate3d(15%, 0, 0)
}

.lg-reveal--slide-to-top {
	transform: translate3d(0, 15%, 0)
}

.lg-reveal--slide,
.lg-reveal--slide-to-right,
.lg-reveal--slide-x {
	transform: translate3d(-15%, 0, 0)
}

.lg-reveal--slide-x.is-out-top {
	transform: translate3d(15%, 0, 0)
}

.lg-reveal--slide-y {
	transform: translate3d(0, 15%, 0)
}

.lg-reveal--slide-y.is-out-top {
	transform: translate3d(0, -15%, 0)
}

.lg-reveal--layer,
.lg-reveal--layer-to-bottom,
.lg-reveal--layer-to-left,
.lg-reveal--layer-to-right,
.lg-reveal--layer-to-top {
	opacity: 1;
	position: relative;
	transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, -webkit-clip-path .4s cubic-bezier(.55, .055, .675, .19) 0s;
	transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, clip-path .4s cubic-bezier(.55, .055, .675, .19) 0s;
	transition: transform .8s cubic-bezier(.215, .61, .355, 1) 0s, clip-path .4s cubic-bezier(.55, .055, .675, .19) 0s, -webkit-clip-path .4s cubic-bezier(.55, .055, .675, .19) 0s
}

.lg-reveal--layer-to-bottom:after,
.lg-reveal--layer-to-left:after,
.lg-reveal--layer-to-right:after,
.lg-reveal--layer-to-top:after,
.lg-reveal--layer:after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform .4s cubic-bezier(.215, .61, .355, 1) .4s;
	width: 100%;
	z-index: 999
}

.lg-reveal--layer-to-bottom.is-in,
.lg-reveal--layer-to-left.is-in,
.lg-reveal--layer-to-right.is-in,
.lg-reveal--layer-to-top.is-in,
.lg-reveal--layer.is-in {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: translateZ(0)
}

.lg-reveal--layer-to-bottom.is-in:after,
.lg-reveal--layer-to-top.is-in:after {
	transform: scaleY(0)
}

.lg-reveal--layer-to-top {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	transform: translate3d(0, 10%, 0)
}

.lg-reveal--layer-to-top:after {
	transform-origin: 50% 0
}

.lg-reveal--layer-to-bottom {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	transform: translate3d(0, -10%, 0)
}

.lg-reveal--layer-to-bottom:after {
	transform-origin: 50% 100%
}

.lg-reveal--layer-to-left.is-in:after,
.lg-reveal--layer-to-right.is-in:after {
	transform: scaleX(0)
}

.lg-reveal--layer-to-right {
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transform: translate3d(-10%, 0, 0)
}

.lg-reveal--layer-to-right:after {
	transform-origin: 100% 50%
}

.lg-reveal--layer-to-left {
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transform: translate3d(10%, 0, 0)
}

.lg-reveal--layer-to-left:after {
	transform-origin: 0 50%
}

* {
	-webkit-overflow-scrolling: touch;
	outline: none
}

*,
:after,
:before {
	box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	-webkit-font-smoothing: antialiased;
	line-height: 1
}

main {
	display: block
}

li,
ol,
ul {
	list-style: none
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	border: none
}

img {
	display: block
}

button {
	-webkit-appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto
}

input {
	border: 0
}

input,
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none
}

select {
	border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
	margin: 0;
	-webkit-margin: 0
}

textarea {
	-webkit-appearance: none;
	resize: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

strong {
	font-weight: bolder
}

:root {
	--vh: 1vh;
	--vw: 1vw;
	--scrollbar-widthvw: 0
}

html {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	--scrollbar-width: 0;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	font-smooth: always;
	-moz-osx-font-smoothing: grayscale;
	font-family: Barlow, Arial, Helvetica, sans-serif;
	font-size: 1vw;
	font-weight: 300;
	height: -webkit-fill-available;
	scroll-behavior: smooth
}

@media (min-width:650px) {
	html {
		font-size: .55vw
	}
}

@media (min-width:1000px) {
	html {
		font-size: 1vw
	}
}

html.is-tablet .component-footer {
	transform: translateY(0)
}

html.is-tablet .component-footer-overlay {
	opacity: 0
}

body {
	background-color: #fcfbf7;
	color: #00051e;
	font-family: Barlow !important;
	font-size: 14px;
	line-height: 18px;
	min-height: calc(var(--vh)*100);
	overflow-y: scroll;
	overscroll-behavior-y: none
}

@media (min-width:1000px) {
	body {
		font-size: 1vw;
		line-height: normal
	}
}

body.no-touch {
	overscroll-behavior-block: none;
	overscroll-behavior-y: none
}

@supports (-webkit-touch-callout:none) {
	body {
		min-height: -webkit-fill-available
	}
}

* {
	box-sizing: border-box
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none
}

[disabled] {
	cursor: not-allowed;
	pointer-events: none
}

#wpadminbar {
	bottom: 0 !important;
	left: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: unset !important
}

[class*=icon-] {
	line-height: 0
}

.component-button.has-icon .component-icon svg,
.component-button.is-small.has-icon .component-icon svg,
.icon-size-12 svg,
.icon-size-16 svg,
.icon-size-20 svg,
.icon-size-24 svg,
.icon-size-32 svg,
.icon-size-64 svg,
.ui-button.has-icon .component-icon svg,
.ui-button.is-small.has-icon .component-icon svg {
	height: 100%;
	width: 100%
}

.component-button.is-small.has-icon .component-icon,
.icon-size-12,
.ui-button.is-small.has-icon .component-icon {
	height: 3.2rem;
	width: 3.2rem
}

@media (min-width:1000px) {

	.component-button.is-small.has-icon .component-icon,
	.icon-size-12,
	.ui-button.is-small.has-icon .component-icon {
		height: .7142857143rem;
		width: .7142857143rem
	}
}

.component-button.has-icon .component-icon,
.icon-size-16,
.ui-button.has-icon .component-icon {
	height: 4.2666666667rem;
	width: 4.2666666667rem
}

@media (min-width:1000px) {

	.component-button.has-icon .component-icon,
	.icon-size-16,
	.ui-button.has-icon .component-icon {
		height: .9523809524rem;
		width: .9523809524rem
	}
}

.icon-size-20 {
	height: 5.3333333333rem;
	width: 5.3333333333rem
}

@media (min-width:1000px) {
	.icon-size-20 {
		height: 1.1904761905rem;
		width: 1.1904761905rem
	}
}

.icon-size-24 {
	height: 6.4rem;
	width: 6.4rem
}

@media (min-width:1000px) {
	.icon-size-24 {
		height: 1.4285714286rem;
		width: 1.4285714286rem
	}
}

.icon-size-32 {
	height: 8.5333333333rem;
	width: 8.5333333333rem
}

@media (min-width:1000px) {
	.icon-size-32 {
		height: 1.9047619048rem;
		width: 1.9047619048rem
	}
}

.icon-size-64 {
	height: 17.0666666667rem;
	width: 17.0666666667rem
}

@media (min-width:1000px) {
	.icon-size-64 {
		height: 3.8095238095rem;
		width: 3.8095238095rem
	}
}

.page-contact-contactForm-content,
.ui-h1,
.ui-h2,
.ui-h3,
.ui-h4,
.ui-h5,
.ui-input,
.ui-select,
.ui-textarea,
.ui-title-l,
.ui-title-xl,
.ui-title-xxl,
.ui-wysiwyg h1,
.ui-wysiwyg h2,
.ui-wysiwyg h3,
.ui-wysiwyg h4,
.ui-wysiwyg h5,
.ui-wysiwyg.is-large {
	font-family: Recoleta;
	font-style: normal
}

.page-adn-approach-logo,
.page-adn-design-logo,
.page-adn-offices-logo {
	margin: auto;
	position: relative;
	transform: translateY(-4.8rem);
	width: 40rem
}

@media (min-width:1000px) {

	.page-adn-approach-logo,
	.page-adn-design-logo,
	.page-adn-offices-logo {
		position: absolute;
		transform: none;
		width: 20.8333333333rem
	}
}

.page-adn-approach-logo svg,
.page-adn-design-logo svg,
.page-adn-offices-logo svg {
	height: 100%;
	width: 100%
}

.component-beforeAfter .component-button,
.component-button.is-big,
.ui-button.is-big,
.ui-p,
.ui-p-l,
.ui-p-m,
.ui-p-sm,
.ui-p-xs,
.ui-title-label,
.ui-wysiwyg,
.ui-wysiwyg.is-medium {
	font-family: Barlow
}

.ui-a {
	cursor: pointer
}

.ui-a,
.ui-a.is-animate {
	display: inline-block;
	position: relative
}

.ui-a.is-animate {
	padding-bottom: 1.3333333333rem;
	padding-top: 1.3333333333rem
}

@media (min-width:1000px) {
	.ui-a.is-animate {
		padding-bottom: .2976190476rem;
		padding-top: .2976190476rem
	}
}

.ui-a.is-animate:after {
	background-color: currentColor;
	bottom: 0;
	content: "";
	display: block;
	height: .2666666667rem;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: right bottom;
	transition: transform .5s cubic-bezier(.85, 0, .15, 1);
	width: 100%
}

@media (min-width:1000px) {
	.ui-a.is-animate:after {
		height: .0595238095rem
	}
}

.ui-a.is-animate:hover:after {
	transform: scaleX(1);
	transform-origin: left center
}

.ui-button {
	align-items: center;
	border-radius: 80rem;
	color: currentColor;
	cursor: pointer;
	display: inline-flex;
	font-family: Barlow;
	font-size: 3.2rem;
	gap: 2.1333333333rem;
	justify-content: center;
	max-height: 12.2666666667rem;
	padding: 3.7333333333rem 6.9333333333rem;
	text-transform: uppercase;
	transition-duration: .4s
}

@media (min-width:1000px) {
	.ui-button {
		border-radius: 17.8571428571rem;
		font-size: .7142857143rem;
		gap: .4761904762rem;
		max-height: 3.3333333333rem;
		padding: .8333333333rem 1.5476190476rem
	}
}

.ui-button.has-blue-state.nice-select.open,
.ui-button.has-blue-state:active,
.ui-button.has-blue-state:focus,
.ui-button.has-blue-state:hover {
	background-color: #4692ff !important;
	color: #fff !important
}

.ui-button.is-small {
	padding: 2.1333333333rem 4.2666666667rem
}

@media (min-width:1000px) {
	.ui-button.is-small {
		padding: .4761904762rem .9523809524rem
	}
}

.ui-button.is-big {
	padding: 3.7333333333rem 12.8rem
}

@media (min-width:1000px) {
	.ui-button.is-big {
		padding: 1.4285714286rem 2.8571428571rem
	}
}

.ui-button.component-sliderImages-nav-button:not(.swiper-button-disabled),
.ui-button.is-blue {
	background-color: #00051e;
	color: #fff
}

@media (min-width:1000px) {

	.ui-button.component-sliderImages-nav-button:hover:not(.swiper-button-disabled),
	.ui-button.is-blue:hover {
		background-color: #4c4f5c
	}
}

.ui-button.is-blue-ocean {
	background-color: #4692ff;
	color: #fff
}

@media (min-width:1000px) {
	.ui-button.is-blue-ocean:hover {
		background-color: #2d83ff
	}
}

.ui-button.is-background {
	background-color: #fcfbf7;
	border: .2666666667rem solid #e7e7e7
}

@media (min-width:1000px) {
	.ui-button.is-background {
		border: .0595238095rem solid #e7e7e7
	}

	.ui-button.is-background:hover {
		background-color: #e2e2e6
	}
}

.ui-button.is-grey {
	background-color: #f0f0f2
}

.ui-button.is-grey:hover {
	background-color: #e2e2e6
}

.ui-button.is-yellow {
	background-color: #ffcf80;
	color: #fff
}

.ui-button.is-yellow:hover {
	background-color: #ffc567
}

.ui-button.component-sliderImages-nav-button.swiper-button-disabled,
.ui-button.is-white {
	background-color: #fff;
	color: #585b6a
}

.ui-button.component-sliderImages-nav-button.swiper-button-disabled:hover,
.ui-button.is-white:hover {
	background-color: #f2f2f2
}

.ui-button.is-white--dark {
	color: #00051e
}

.ui-button.is-icon {
	align-items: center;
	justify-content: center;
	max-height: 100%;
	padding: 0;
	position: relative
}

.ui-button.is-icon:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.ui-button.has-icon {
	gap: 4.2666666667rem
}

@media (min-width:1000px) {
	.ui-button.has-icon {
		gap: .9523809524rem
	}
}

.ui-button.is-transparent {
	border: .2666666667rem solid #e7e7e7
}

@media (min-width:1000px) {
	.ui-button.is-transparent {
		border: .0595238095rem solid #e7e7e7
	}
}

.ui-button.is-transparent:hover {
	background-color: #f0f0f2
}

.ui-button.is-cta {
	background-color: #4692ff;
	color: #fff;
	height: 36.2666666667rem;
	max-height: none;
	width: 36.2666666667rem
}

@media (min-width:1000px) {
	.ui-button.is-cta {
		height: 8.0952380952rem;
		width: 8.0952380952rem
	}
}

.ui-tag {
	background-color: #fff;
	border-radius: 25px;
	color: #000;
	display: inline-block;
	font-size: 3.2rem;
	padding: 2.1333333333rem 6.4rem;
	transition: all .3s ease-in-out
}

@media (min-width:1000px) {
	.ui-tag {
		font-size: .7142857143rem;
		padding: .4761904762rem .9523809524rem
	}
}

.ui-tag.is-empty {
	background-color: transparent;
	border: 1px solid;
	color: #000
}

.ui-tag.is-black {
	background-color: #000;
	color: #fff
}

.ui-title-label.component-sliderImages-nav-button:not(.swiper-button-disabled),
.ui-title-label.is-blue {
	color: #4692ff
}

.ui-input,
.ui-select,
.ui-textarea {
	background-color: transparent;
	border: 0;
	color: #ffcf80;
	display: inline-block;
	font-size: 8.5333333333rem;
	font-weight: 300;
	line-height: 13.3333333333rem;
	max-width: 100%;
	text-align: left;
	width: 100%
}

@media (max-width:960px) and (min-width:0) {

	.ui-input,
	.ui-select,
	.ui-textarea {
		min-width: auto !important;
		width: 100%
	}
}

@media (min-width:1000px) {

	.ui-input,
	.ui-select,
	.ui-textarea {
		font-size: 4.1666666667rem;
		line-height: 4.7619047619rem
	}
}

.ui-input::placeholder,
.ui-select::placeholder,
.ui-textarea::placeholder {
	color: #e7e7e7
}

.ui-select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS41IDguNWExIDEgMCAwIDEgMS0xaDEuMjM4YTkuMjYgOS4yNiAwIDAgMSA4LjI2IDUuMDdBOS4yNiA5LjI2IDAgMCAxIDIwLjI2IDcuNWgxLjI0YTEgMSAwIDEgMSAwIDJoLTEuMjRBNy4yNiA3LjI2IDAgMCAwIDEzIDE2Ljc2aC0yYTcuMjYgNy4yNiAwIDAgMC03LjI2LTcuMjZIMi41YTEgMSAwIDAgMS0xLTF6IiBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 6.4rem;
	padding-right: 8rem
}

@media (min-width:1000px) {
	.ui-select {
		background-size: 1.4285714286rem;
		padding-right: 1.7857142857rem
	}
}

.ui-inputFile {
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: .1px;
	z-index: -1
}

@media (min-width:1000px) {
	.ui-inputFilelabel {
		max-height: 3.2142857143rem
	}
}

.ui-textarea {
	height: 40rem
}

@media (min-width:1000px) {
	.ui-textarea {
		height: 17.8571428571rem
	}
}

.ui-offset-header {
	padding-top: 17.0666666667rem
}

@media (min-width:1000px) {
	.ui-offset-header {
		padding-top: 4.880952381rem
	}
}

.ui-container {
	margin: 0 auto;
	width: 89.3333333333rem
}

@media (min-width:650px) {
	.ui-container {
		min-width: 80%
	}
}

@media (min-width:1000px) {
	.ui-container {
		max-width: 93.4523809524rem;
		width: 93.4523809524rem
	}
}

.ui-container-large {
	margin: 0 auto;
	width: 89.3333333333rem
}

@media (min-width:650px) {
	.ui-container-large {
		min-width: 80%
	}
}

@media (min-width:1000px) {
	.ui-container-large {
		max-width: 97.619047619rem;
		width: 97.619047619rem
	}
}

.ui-container-mobile {
	margin: 0 auto;
	width: 89.3333333333rem
}

@media (min-width:650px) {
	.ui-container-mobile {
		min-width: 80%
	}
}

@media (min-width:1000px) {
	.ui-container-mobile {
		width: auto
	}

	.ui-container-desktop {
		margin: 0 auto;
		max-width: 93.4523809524rem;
		width: 93.4523809524rem
	}
}

.ui-squareMeter {
	display: flex
}

.ui-squareMeter:after {
	content: "2";
	font-size: 3.7333333333rem;
	line-height: 1
}

@media (min-width:1000px) {
	.ui-squareMeter:after {
		font-size: .8333333333rem
	}
}

.ui-wysiwyg {
	font-family: Barlow
}

@media (min-width:1000px) {
	.ui-wysiwyg {
		font-size: 1.0714285714rem;
		line-height: normal
	}
}

.ui-wysiwyg>:not(:last-child) {
	margin-bottom: 6.4rem
}

@media (min-width:1000px) {
	.ui-wysiwyg>:not(:last-child) {
		margin-bottom: 1.4285714286rem
	}
}

.ui-wysiwyg>:not(:first-child) {
	margin-top: 3.2rem
}

@media (min-width:1000px) {
	.ui-wysiwyg>:not(:first-child) {
		margin-top: 1.4285714286rem
	}
}

.ui-wysiwyg.is-light ol,
.ui-wysiwyg.is-light p,
.ui-wysiwyg.is-light ul {
	color: #585b6a
}

.ui-wysiwyg h1,
.ui-wysiwyg h2,
.ui-wysiwyg h3,
.ui-wysiwyg h4,
.ui-wysiwyg h5 {
	font-family: Recoleta;
	margin-bottom: 12.8rem !important
}

@media (min-width:1000px) {

	.ui-wysiwyg h1,
	.ui-wysiwyg h2,
	.ui-wysiwyg h3,
	.ui-wysiwyg h4,
	.ui-wysiwyg h5 {
		margin-bottom: 2.8571428571rem !important
	}
}

.ui-wysiwyg h1:not(:first-child),
.ui-wysiwyg h2:not(:first-child),
.ui-wysiwyg h3:not(:first-child),
.ui-wysiwyg h4:not(:first-child),
.ui-wysiwyg h5:not(:first-child) {
	padding-top: 8.5333333333rem
}

@media (min-width:1000px) {

	.ui-wysiwyg h1:not(:first-child),
	.ui-wysiwyg h2:not(:first-child),
	.ui-wysiwyg h3:not(:first-child),
	.ui-wysiwyg h4:not(:first-child),
	.ui-wysiwyg h5:not(:first-child) {
		padding-top: 1.9047619048rem
	}
}

.ui-wysiwyg a {
	color: #4692ff;
	text-decoration: underline
}

.ui-wysiwyg strong {
	font-weight: 500
}

.ui-wysiwyg ol,
.ui-wysiwyg ul {
	margin-left: 0;
	padding-top: 4.2666666667rem
}

@media (min-width:1000px) {

	.ui-wysiwyg ol,
	.ui-wysiwyg ul {
		padding-top: .9523809524rem
	}
}

.ui-wysiwyg ol li:not(:first-child),
.ui-wysiwyg ul li:not(:first-child) {
	margin-top: 4.2666666667rem
}

@media (min-width:1000px) {

	.ui-wysiwyg ol li:not(:first-child),
	.ui-wysiwyg ul li:not(:first-child) {
		margin-top: .9523809524rem
	}
}

.ui-wysiwyg ol ol,
.ui-wysiwyg ol ul,
.ui-wysiwyg ul ol,
.ui-wysiwyg ul ul {
	margin-left: 14.9333333333rem;
	padding-top: 2.1333333333rem
}

@media (min-width:1000px) {

	.ui-wysiwyg ol ol,
	.ui-wysiwyg ol ul,
	.ui-wysiwyg ul ol,
	.ui-wysiwyg ul ul {
		margin-left: 3.3333333333rem;
		padding-top: .4761904762rem
	}
}

.ui-wysiwyg ol ol li:not(:first-child),
.ui-wysiwyg ol ul li:not(:first-child),
.ui-wysiwyg ul ol li:not(:first-child),
.ui-wysiwyg ul ul li:not(:first-child) {
	margin-top: 2.1333333333rem
}

@media (min-width:1000px) {

	.ui-wysiwyg ol ol li:not(:first-child),
	.ui-wysiwyg ol ul li:not(:first-child),
	.ui-wysiwyg ul ol li:not(:first-child),
	.ui-wysiwyg ul ul li:not(:first-child) {
		margin-top: .4761904762rem
	}
}

.ui-wysiwyg ul li:before {
	background-color: #ffcf80;
	border-radius: 100%;
	content: "";
	display: inline-flex;
	height: 2.6666666667rem;
	margin-right: .9523809524rem;
	vertical-align: middle;
	width: 2.6666666667rem
}

@media (min-width:1000px) {
	.ui-wysiwyg ul li:before {
		height: .5952380952rem;
		margin-right: 1.1904761905rem;
		width: .5952380952rem
	}
}

.ui-wysiwyg ul ul li:before {
	background-color: #a7a7a7;
	height: 1.3333333333rem;
	width: 1.3333333333rem
}

@media (min-width:1000px) {
	.ui-wysiwyg ul ul li:before {
		height: .2976190476rem;
		width: .2976190476rem
	}
}

.ui-wysiwyg ol {
	counter-reset: item
}

.ui-wysiwyg ol>li {
	counter-increment: item
}

.ui-wysiwyg ol>li:before {
	align-items: center;
	background-color: #ffcf80;
	border-radius: 100%;
	color: #fff;
	content: counter(item);
	display: inline-flex;
	height: 10.6666666667rem;
	justify-content: center;
	margin-right: 4.2666666667rem;
	width: 10.6666666667rem
}

@media (min-width:1000px) {
	.ui-wysiwyg ol>li:before {
		height: 3.3333333333rem;
		margin-right: 1.1904761905rem;
		width: 3.3333333333rem
	}
}

.ui-wysiwyg blockquote {
	border-left: none !important;
	font-size: 4.8rem;
	font-style: italic;
	line-height: 5.8666666667rem;
	margin-top: 10px;
	padding: 0 50px !important;
	position: relative;
	width: fit-content
}

@media (min-width:1000px) {
	.ui-wysiwyg blockquote {
		font-size: 1.3095238095rem;
		line-height: normal
	}
}

.ui-wysiwyg blockquote:after,
.ui-wysiwyg blockquote:before {
	color: #000;
	content: "‟";
	font-family: Arial;
	font-size: 50px;
	left: 10px;
	position: absolute;
	top: 5px
}

.ui-wysiwyg blockquote:after {
	content: "”";
	left: auto;
	right: 10px;
	top: 5px
}

.ui-wysiwyg img.aligncenter {
	margin: auto
}

.ui-title-xxl {
	font-size: 10.6666666667rem;
	line-height: 10.6666666667rem
}

@media (min-width:1000px) {
	.ui-title-xxl {
		font-size: 8.0357142857rem;
		line-height: 8.0357142857rem
	}
}

.ui-title-xl {
	font-size: 14.6666666667rem;
	line-height: 14.6666666667rem
}

@media (min-width:1000px) {
	.ui-title-xl {
		font-size: 7.1428571429rem;
		line-height: 7.1428571429rem
	}
}

.ui-title-l {
	font-size: 9.6rem;
	line-height: 9.6rem
}

@media (min-width:1000px) {
	.ui-title-l {
		font-size: 5.0595238095rem;
		line-height: 5.0595238095rem
	}
}

.ui-h1 {
	font-size: 10.6666666667rem;
	line-height: 10.6666666667rem
}

@media (min-width:1000px) {
	.ui-h1 {
		font-size: 4.1666666667rem;
		line-height: 4.7619047619rem
	}
}

.ui-h2 {
	font-size: 10.6666666667rem;
	line-height: 12rem
}

@media (min-width:1000px) {
	.ui-h2 {
		font-size: 3.2738095238rem;
		line-height: 3.2738095238rem
	}
}

.ui-h3,
.ui-wysiwyg h1,
.ui-wysiwyg h3 {
	font-size: 7.4666666667rem;
	line-height: 8.5333333333rem
}

@media (min-width:1000px) {

	.ui-h3,
	.ui-wysiwyg h1,
	.ui-wysiwyg h3 {
		font-size: 2.6785714286rem;
		line-height: 2.9761904762rem
	}
}

.ui-h4,
.ui-wysiwyg h2,
.ui-wysiwyg h4,
.ui-wysiwyg.is-large {
	font-size: 5.3333333333rem;
	line-height: 6.9333333333rem
}

@media (min-width:1000px) {

	.ui-h4,
	.ui-wysiwyg h2,
	.ui-wysiwyg h4,
	.ui-wysiwyg.is-large {
		font-size: 1.9047619048rem;
		line-height: 2.2619047619rem
	}
}

.ui-h5,
.ui-wysiwyg h5 {
	font-size: 4.8rem;
	line-height: 4.8rem
}

@media (min-width:1000px) {

	.ui-h5,
	.ui-wysiwyg h5 {
		font-size: 1.6666666667rem;
		line-height: 1.6666666667rem
	}
}

.component-button.is-big,
.ui-button.is-big,
.ui-p-l {
	font-size: 5.6rem;
	line-height: 9.6rem
}

@media (min-width:1000px) {

	.component-button.is-big,
	.ui-button.is-big,
	.ui-p-l {
		font-size: 1.5476190476rem;
		line-height: 2.1428571429rem
	}
}

.component-beforeAfter .component-button,
.ui-p-m,
.ui-wysiwyg.is-medium {
	font-size: 4.8rem;
	line-height: 7.4666666667rem
}

@media (min-width:1000px) {

	.component-beforeAfter .component-button,
	.ui-p-m,
	.ui-wysiwyg.is-medium {
		font-size: 1.2rem;
		line-height: 1.9rem
	}
}

.ui-p,
.ui-wysiwyg {
	font-size: 4.2666666667rem;
	line-height: 6.9333333333rem
}

@media (min-width:1000px) {

	.ui-p,
	.ui-wysiwyg {
		font-size: .9523809524rem;
		line-height: 1.4285714286rem
	}
}

.ui-p-sm {
	font-size: 3.7333333333rem
}

@media (min-width:1000px) {
	.ui-p-sm {
		font-size: .8333333333rem
	}
}

.ui-p-xs,
.ui-title-label {
	font-size: 3.2rem
}

@media (min-width:1000px) {

	.ui-p-xs,
	.ui-title-label {
		font-size: .9rem
	}
}

.ui-adn-bigTitle {
	color: #fff;
	margin: auto;
	position: relative;
	text-align: center
}

@media (min-width:1000px) {
	.ui-adn-bigTitle {
		max-width: 71.4285714286rem;
		text-align: left
	}
}

.ui-adn-bigTitle span {
	position: relative;
	z-index: 1
}

@media (min-width:1000px) {
	.ui-adn-bigTitle span {
		display: block
	}
}

.ui-section-padding {
	padding: 10.6666666667rem 0
}

@media (min-width:1000px) {
	.ui-section-padding {
		padding: 4.7619047619rem 0
	}
}

.ui-section-padding-s {
	padding: 5.3333333333rem 0
}

@media (min-width:1000px) {
	.ui-section-padding-s {
		padding: 2.380952381rem 0
	}
}

.ui-section-margin-s {
	margin: 5.3333333333rem 0
}

@media (min-width:1000px) {
	.ui-section-margin-s {
		margin: 2.380952381rem 0
	}
}

.ui-section-title {
	font-family: Recoleta;
	font-size: 6.9333333333rem;
	font-weight: 400;
	line-height: 8rem
}

@media (min-width:1000px) {
	.ui-section-title {
		font-size: 1.9047619048rem;
		line-height: normal
	}
}

.ui-ul,
.ui-ul li {
	display: block
}

[data-navigation-anim=opacity] {
	opacity: 0
}

[data-navigation-anim=translate] {
	overflow: hidden
}

[data-navigation-anim=button] {
	opacity: 0;
	transform: scale(0)
}

[data-navigation-anim=background] {
	opacity: 0;
	transform: scale(0);
	transform-origin: top right
}

[data-navigation-anim=line] {
	transform: scale(0);
	transform-origin: top
}

[data-navigation-anim=image] {
	transform: scale(1.6)
}

.dft-weight-500 {
	font-weight: 500
}

.dft-center {
	text-align: center
}

.dft-uppercase,
.ui-title-label {
	text-transform: uppercase
}

.dft-cursorPointer {
	cursor: pointer
}

.dft-fetching {
	cursor: not-allowed;
	position: relative
}

.dft-fetching:before {
	background-color: hsla(0, 0%, 100%, .6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.dft-flex,
.dft-flexAlignEnd,
.dft-flexBetween,
.dft-flexBetweenEnd,
.dft-flexCenter,
.dft-flexCenterBetween,
.dft-flexCenterCenter,
.dft-flexCenterStart,
.dft-flexColumn,
.dft-flexEnd,
.dft-flexEndBetween,
.dft-flexStart {
	display: flex
}

.dft-flexCenter,
.dft-flexCenterBetween,
.dft-flexCenterCenter {
	align-items: center
}

.dft-flexStart {
	align-items: flex-start
}

.dft-flexAlignEnd,
.dft-flexEndBetween {
	align-items: flex-end
}

.dft-flexBetween,
.dft-flexBetweenEnd,
.dft-flexCenterBetween,
.dft-flexEndBetween {
	justify-content: space-between
}

.dft-flexBetweenEnd {
	align-items: flex-end
}

.dft-flexCenterCenter {
	justify-content: center
}

.dft-flexCenterStart {
	align-items: flex-start
}

.dft-flexColumn {
	flex-direction: column
}

.dft-flexEnd {
	justify-content: flex-end
}

.dft-flexWrap,
.dft-flexWrapCenter,
.dft-flexWrapCenterCenter {
	display: flex;
	flex-wrap: wrap
}

.dft-flexWrapCenter,
.dft-flexWrapCenterCenter {
	align-items: center
}

.dft-flexWrapCenterCenter {
	justify-content: center
}

.dft-fullWidth {
	width: 100%
}

.dft-fullHeight {
	height: 100%
}

.dft-overflowHidden {
	overflow: hidden
}

.dft-positionRelative {
	position: relative
}

.dft-positionAbsolute {
	position: absolute
}

.dft-hide {
	display: none
}

@media (min-width:1000px) {
	.dft-hideOnDesktop {
		display: none !important
	}
}

@media (max-width:960px) and (min-width:0px) {
	.dft-hideOnMobile {
		display: none !important
	}
}

.dft-offset {
	padding-top: 17.0666666667rem
}

@media (min-width:1000px) {
	.dft-offset {
		padding-top: 4.880952381rem
	}
}

.dft-lineHeightNone {
	line-height: 0
}

.dft-isScrollDisabled,
.dft-isScrollDisabled body {
	box-sizing: border-box;
	height: calc(var(--window-inner-height) - 1px);
	overflow: hidden
}

.dft-pointerEventInitial {
	pointer-events: auto
}

.dft-pointerEventNone {
	pointer-events: none
}

@media (min-width:1000px) {
	.dft-showOnMobile {
		display: none !important
	}
}

.dft-indent:first-letter {
	margin-left: 16rem
}

@media (min-width:1000px) {
	.dft-indent:first-letter {
		margin-left: 3.5714285714rem
	}
}

.dft-border-radius {
	border-radius: 4.2666666667rem;
	overflow: hidden
}

@media (min-width:1000px) {
	.dft-border-radius {
		border-radius: .9523809524rem
	}
}

.dft-image {
	position: relative
}

.dft-image:after {
	content: "";
	display: block
}

.dft-image img,
.dft-image lottie-player,
.dft-image svg {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%
}

.dft-image.is-square:after {
	padding-bottom: 100%
}

.dft-image.is-portrait:after {
	padding-bottom: 130%
}

.dft-image.is-169:after {
	padding-bottom: 56.25%
}

.dft-image.is-landscape:after {
	padding-bottom: 70%
}

.dft-socialIcon {
	border-radius: 50%;
	overflow: hidden
}

@media (min-width:1000px) {
	.dft-socialIcon {
		background-color: #f0f0f2;
		position: relative
	}

	.dft-socialIcon:before {
		border-radius: 50%;
		bottom: 0;
		content: "";
		height: 100%;
		left: 0;
		margin: auto;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		transform: scale(0);
		transition: opacity .3s cubic-bezier(.12, 0, .39, 0), transform 0s linear .3s;
		width: 100%
	}

	.dft-socialIcon:hover:before {
		opacity: 1;
		transform: scale(1);
		transition: transform .5s cubic-bezier(0, .55, .45, 1)
	}
}

.dft-socialIcon:first-child,
.dft-socialIcon:nth-child(4) {
	background-color: #82daff
}

@media (min-width:1000px) {

	.dft-socialIcon:first-child,
	.dft-socialIcon:nth-child(4) {
		background-color: #f0f0f2
	}

	.dft-socialIcon:first-child:before,
	.dft-socialIcon:nth-child(4):before {
		background-color: #82daff
	}
}

.dft-socialIcon:nth-child(2),
.dft-socialIcon:nth-child(5) {
	background-color: #ffcf80
}

@media (min-width:1000px) {

	.dft-socialIcon:nth-child(2),
	.dft-socialIcon:nth-child(5) {
		background-color: #f0f0f2
	}

	.dft-socialIcon:nth-child(2):before,
	.dft-socialIcon:nth-child(5):before {
		background-color: #ffcf80
	}
}

.dft-socialIcon:nth-child(3),
.dft-socialIcon:nth-child(6) {
	background-color: #ffe2d2
}

@media (min-width:1000px) {

	.dft-socialIcon:nth-child(3),
	.dft-socialIcon:nth-child(6) {
		background-color: #f0f0f2
	}

	.dft-socialIcon:nth-child(3):before,
	.dft-socialIcon:nth-child(6):before {
		background-color: #ffe2d2
	}
}

@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff")
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out
}

.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(var(--swiper-navigation-size)*-1/2);
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	text-transform: none !important;
	text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translateZ(0);
	transition: opacity .3s;
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	background: #000;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	opacity: .2;
	width: 8px
}

button.swiper-pagination-bullet {
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	background: rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;
	touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	backface-visibility: hidden;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
	background: #000;
	bottom: 0;
	filter: blur(50px);
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	width: 100%;
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	backface-visibility: hidden;
	z-index: 0
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	font-weight: 400;
	outline: none;
	position: relative;
	text-align: left !important;
	transition: all .2s ease-in-out;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:hover {
	border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #999
}

.nice-select.open:after {
	transform: rotate(-135deg)
}

.nice-select.open .nice-select-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .nice-select-dropdown {
	left: 0 !important;
	right: 0 !important
}

.nice-select.right {
	float: right
}

.nice-select.right .nice-select-dropdown {
	left: auto;
	right: 0
}

.nice-select .nice-select-dropdown {
	background-color: #fff;
	border-radius: 2.1333333333rem;
	font-family: Barlow;
	font-size: 4.8rem;
	left: 0;
	opacity: 0;
	padding: 2.4rem;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: scale(.75) translateY(19px);
	transform-origin: 50% 0;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	width: 100%;
	z-index: 9
}

@media (min-width:1000px) {
	.nice-select .nice-select-dropdown {
		border-radius: .8928571429rem;
		font-size: 1.0714285714rem;
		padding: 1.0714285714rem 1.1904761905rem
	}
}

.nice-select .list {
	border-radius: 5px;
	box-sizing: border-box;
	max-height: 210px;
	overflow: hidden;
	overflow-y: auto;
	padding: 0
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important
}

.nice-select .option {
	color: #a7a7a7;
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	color: #ffcf80
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.nice-select .optgroup {
	font-weight: 700
}

.no-csspointerevents .nice-select .nice-select-dropdown {
	display: none
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
	display: block
}

.nice-select .list::-webkit-scrollbar {
	width: 0
}

.nice-select .has-multiple {
	height: auto;
	line-height: 22px;
	min-height: 36px;
	padding: 7px 12px;
	white-space: inherit
}

.nice-select .has-multiple span.current {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 3px;
	margin-right: 3px;
	padding: 0 10px
}

.nice-select .has-multiple .multiple-options {
	display: block;
	line-height: 24px;
	padding: 0
}

.nice-select .nice-select-search-box {
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	padding: 5px;
	pointer-events: none;
	width: 100%
}

.nice-select .nice-select-search {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	box-sizing: border-box;
	color: #444;
	display: inline-block;
	font-size: 14px;
	height: auto;
	line-height: 22px;
	margin: 0 10px 0 0;
	min-height: 36px;
	outline: 0 !important;
	padding: 7px 12px;
	vertical-align: middle;
	width: 100%
}

.component-beforeAfter {
	position: relative
}

@media (min-width:1000px) {
	.component-beforeAfter {
		aspect-ratio: 16/9;
		display: block;
		overflow: hidden
	}
}

.component-beforeAfter-inner {
	display: flex;
	height: 100%;
	overflow: hidden
}

.component-beforeAfter-images {
	display: flex;
	height: 100%
}

@media (min-width:1000px) {
	.component-beforeAfter-images {
		display: block;
		width: 100%
	}
}

.component-beforeAfter-image {
	width: 100vw
}

@media (min-width:1000px) {
	.component-beforeAfter-image {
		-webkit-touch-callout: none !important;
		height: 100%;
		-webkit-user-select: none !important;
		-khtml-user-select: none !important;
		-moz-user-select: none !important;
		-ms-user-select: none !important;
		user-select: none !important;
		width: 100%
	}

	.component-beforeAfter-image.dft-image img {
		position: relative;
		width: 93.9285714286rem
	}

	.component-beforeAfter-image.dft-image:after {
		display: none
	}

	.component-beforeAfter-image--before {
		overflow: hidden;
		position: relative;
		width: 50%;
		z-index: 2
	}

	.component-beforeAfter-image--after {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1
	}
}

.component-beforeAfter-buttons {
	-webkit-touch-callout: none !important;
	align-items: center;
	display: flex;
	gap: 2.6666666667rem;
	justify-content: center;
	margin-top: 4.2666666667rem;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

@media (min-width:1000px) {
	.component-beforeAfter-buttons {
		display: block;
		margin-top: 0
	}
}

.component-beforeAfter .component-button {
	font-family: Recoleta
}

.component-beforeAfter .component-button.is-active,
.component-beforeAfter .component-button.is-active:hover {
	background-color: #4692ff;
	color: #fff
}

@media (min-width:1000px) {
	.component-beforeAfter-button {
		bottom: 2.380952381rem;
		color: #00051e;
		position: absolute;
		z-index: 2
	}

	.component-beforeAfter-button--before {
		left: calc(-75vw + 93.45238rem)
	}

	.component-beforeAfter-button--after {
		left: calc(-25vw + 93.45238rem)
	}

	.component-beforeAfter-overlay {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2
	}
}

.component-beforeAfter-slider {
	display: none
}

@media (min-width:1000px) {
	.component-beforeAfter-slider {
		align-items: center;
		background-color: #4692ff;
		border-radius: 100%;
		color: #fff;
		cursor: pointer;
		display: flex;
		height: 5.3571428571rem;
		justify-content: center;
		left: 50%;
		overflow: hidden;
		position: absolute;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: 5.3571428571rem
	}
}

.component-burger {
	background-color: #fff;
	border-radius: 300px;
	color: currentcolor;
	cursor: pointer;
	display: grid;
	place-items: center;
	position: relative;
	width: 12rem;
	z-index: 1
}

.component-burger:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

@media (min-width:1000px) {
	.component-burger {
		width: 2.6785714286rem
	}
}

.component-burger svg {
	position: absolute;
	width: 40%
}

.component-switchButton {
	background-color: #d3d3d3;
	margin: 8px 0;
	padding: 4px
}

.component-switchButton.has-border {
	border: 1px solid #d3d3d3
}

.component-switchButton-inner {
	align-items: center;
	border-radius: inherit;
	display: flex;
	height: 100%;
	justify-content: space-evenly;
	position: relative;
	width: 100%
}

.component-switchButton-flag {
	background-color: grey;
	border-radius: inherit;
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%
}

.component-switchButton-entry {
	color: grey;
	display: inline-block;
	flex-grow: 1;
	padding: 12px 24px;
	position: relative;
	transition: color linear;
	z-index: 2
}

.component-switchButton-entry.is-active {
	color: #fff
}

.component-card {
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	overflow: hidden
}

.component-card-header {
	margin-bottom: 8px;
	position: relative
}

.component-card-header:after {
	background: rgba(0, 0, 0, .25);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.component-card-header-content {
	bottom: 0;
	left: 0;
	padding: 16px;
	position: absolute;
	z-index: 1
}

.component-card-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 8px
}

.component-card-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 4px
}

.component-card-image {
	width: 100%
}

.component-card-content {
	padding: 16px
}

.component-card-body {
	margin-bottom: 8px
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0
}

.wpcf7-acceptance .wpcf7-list-item label input {
	margin: 0;
	overflow: hidden
}

.wpcf7-acceptance .wpcf7-list-item label input:checked+.wpcf7-list-item-label:after {
	transform: scale(1)
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
	align-items: center;
	display: flex;
	gap: 6.4rem;
	position: relative
}

@media (min-width:1000px) {
	.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
		gap: 1.4285714286rem
	}
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
	background-color: #00051e;
	border-radius: 50%;
	content: "";
	display: block;
	height: 2.1333333333rem;
	left: 2.4rem;
	position: absolute;
	transform: scale(0);
	transition-duration: .4s;
	width: 2.1333333333rem
}

@media (min-width:1000px) {
	.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
		height: .4761904762rem;
		left: .5357142857rem;
		width: .4761904762rem
	}
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
	background-color: #f0f0f2;
	border-radius: 50%;
	content: "";
	display: block;
	flex: 1 0 auto;
	height: 6.9333333333rem;
	width: 6.9333333333rem
}

@media (min-width:1000px) {
	.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
		height: 1.5476190476rem;
		width: 1.5476190476rem
	}
}

.wpcf7-form-control-wrap {
	display: inline-block
}

.wpcf7-form-control-wrap input {
	padding-left: 0;
	text-align: left
}

.wpcf7-form {
	display: flex;
	flex-direction: column
}

.wpcf7-not-valid-tip {
	color: #e74c3c;
	font-family: Barlow;
	font-size: 2.6666666667rem !important;
	left: 0;
	line-height: 1;
	position: absolute;
	top: -1.3333333333rem !important
}

@media (min-width:1000px) {
	.wpcf7-not-valid-tip {
		font-size: .8333333333rem !important;
		top: -.5952380952rem !important
	}
}

.wpcf7-response-output {
	background-color: transparent !important;
	border: .119047619rem solid #ffcf80 !important;
	color: #00051e;
	font-family: Barlow;
	order: 0;
	padding: .9523809524rem !important;
	text-transform: uppercase
}

@media (min-width:1000px) {
	.js-component-input {
		width: 61.9047619048rem
	}
}

.component-draggableSlider {
	position: relative;
	width: 58.6666666667rem
}

@media (min-width:1000px) {
	.component-draggableSlider {
		width: 13.0952380952rem
	}
}

.component-draggableSlider-range {
	opacity: 0;
	position: absolute
}

.component-draggableSlider-grab {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10.6666666667rem;
	z-index: 2
}

@media (min-width:1000px) {
	.component-draggableSlider-grab {
		width: 2.380952381rem
	}
}

.component-draggableSlider-grabInner {
	background-color: #ffcf80;
	border-radius: 50%;
	color: #fff;
	display: grid;
	place-items: center;
	position: absolute;
	transform: translateY(calc(100% - 44.53333rem));
	width: 100%
}

.component-draggableSlider-grabInner:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.component-draggableSlider-grabInner .component-icon {
	position: absolute
}

@media (min-width:1000px) {
	.component-draggableSlider-grabInner {
		transform: translateY(calc(100% - 9.86667rem))
	}
}

.component-draggableSlider-outline,
.component-draggableSlider-progress {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.component-draggableSlider-outline svg,
.component-draggableSlider-progress svg {
	height: 100%;
	width: 100%
}

.component-draggableSlider-outline circle {
	stroke: #e7e7e7
}

.component-draggableSlider-progress {
	transform: rotate(-90deg)
}

.component-draggableSlider-progress circle {
	stroke: #4692ff
}

.component-draggableSlider-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width:960px) and (min-width:0) {
	.component-expertiseDropdown {
		border-top: .2666666667rem solid #e7e7e7;
		padding: 0
	}
}

.component-expertiseDropdown.is-open .icon-plus {
	display: none
}

.component-expertiseDropdown.is-open .icon-minus {
	display: block
}

@media (min-width:1000px) {
	.component-expertiseDropdown.is-open .icon-minus {
		display: none
	}
}

.component-expertiseDropdown-header {
	align-items: center;
	color: #4692ff;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 4.2666666667rem 0
}

@media (min-width:1000px) {
	.component-expertiseDropdown-header {
		border: none;
		color: initial;
		cursor: auto;
		padding: 0
	}

	.component-expertiseDropdown-header .icon-minus,
	.component-expertiseDropdown-header .icon-plus {
		display: none
	}
}

.component-expertiseDropdown-header .icon-minus {
	display: none
}

.component-expertiseDropdown-title {
	text-align: left;
	width: 70%
}

@media (min-width:1000px) {
	.component-expertiseDropdown-title {
		margin-bottom: 10.7142857143rem;
		text-align: center;
		width: 100%
	}
}

.component-expertiseDropdown-body {
	height: 0;
	overflow: hidden
}

@media (min-width:1000px) {
	.component-expertiseDropdown-body {
		height: auto !important
	}
}

.component-filter.is-open {
	background-color: #f0f0f2
}

.component-filter.is-open .component-filter-header .ui-button {
	background-color: transparent;
	border: .2666666667rem solid transparent
}

.component-filter-body {
	height: 0;
	overflow: hidden;
	padding: 2.1333333333rem 6.4rem;
	width: 100%
}

@media (min-width:1000px) {
	.component-filter-body {
		height: auto;
		overflow: visible;
		padding: 0
	}
}

.component-filter-item {
	width: 100%
}

@media (min-width:1000px) {
	.component-filter-item {
		opacity: 1;
		width: auto
	}
}

.component-filter-item input {
	height: 0;
	opacity: 0;
	position: absolute;
	width: 0
}

.component-filter-item input:checked~label {
	background: transparent;
	color: #4692ff
}

@media (min-width:1000px) {
	.component-filter-item input {
		opacity: 1
	}

	.component-filter-item input:checked~label {
		background: #4692ff;
		color: #fff
	}
}

.component-filter-item label {
	background-color: transparent;
	border: 0;
	width: 100%
}

@media (min-width:1000px) {
	.component-filter-item label {
		border: .0595238095rem solid #e7e7e7;
		cursor: pointer
	}
}

.component-filter-form {
	align-items: flex-start;
	display: flex;
	flex-direction: column
}

@media (min-width:1000px) {
	.component-filter-form {
		gap: .4761904762rem
	}
}

.component-formProject {
	background-color: #fff;
	height: 0;
	margin-top: 2.1333333333rem;
	max-width: 100%;
	opacity: 0;
	position: absolute;
	transform: translateY(-15px);
	visibility: hidden;
	width: 89.3333333333rem
}

@media (min-width:1000px) {
	.component-formProject {
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		width: 51.7857142857rem
	}
}

.component-formProject-header {
	display: none
}

@media (min-width:1000px) {
	.component-formProject-header {
		display: block;
		height: 5rem
	}
}

.component-formProject-form {
	border-top: .0595238095rem solid #f0f0f2
}

.component-formProject-formInner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(var(--vh)*68);
	overflow-y: scroll
}

@media (min-width:1000px) {
	.component-formProject-formInner {
		align-items: flex-start;
		flex-direction: row;
		height: auto
	}
}

.component-formProject-card {
	align-items: center;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	gap: 5.3333333333rem;
	padding: 5.3333333333rem
}

@media (min-width:1000px) {
	.component-formProject-card {
		gap: 2.380952381rem;
		padding: 1.1904761905rem;
		width: 50%
	}

	.component-formProject-card:first-child {
		border-right: .0595238095rem solid #f0f0f2
	}
}

.component-formProject-cardContent {
	margin: auto
}

.component-formProject-checkboxItem {
	display: flex;
	justify-content: center
}

.component-formProject-checkboxItem:not(:last-child) {
	margin-bottom: 2.1333333333rem
}

@media (min-width:1000px) {
	.component-formProject-checkboxItem:not(:last-child) {
		margin-bottom: .4761904762rem
	}
}

.component-formProject-checkboxItem input:checked~label {
	color: #4692ff
}

.component-formProject-checkboxItem input {
	opacity: 0;
	width: 0
}

.component-formProject-checkboxItem label {
	cursor: pointer;
	text-align: center;
	transition-duration: .4s
}

.component-formProject-footer {
	border-top: .2666666667rem solid #f0f0f2;
	padding: 5.3333333333rem
}

@media (min-width:1000px) {
	.component-formProject-footer {
		border-top: .0595238095rem solid #f0f0f2;
		padding: 1.1904761905rem
	}
}

.component-formProject-footer .component-button {
	font-weight: inherit
}

@media (min-width:1000px) {
	.component-formProject-footer .component-button-text {
		width: 4.1666666667rem
	}
}

.component-footer {
	background-color: #fff;
	font-family: Barlow;
	font-weight: 100;
	padding: 12.8rem 0;
	position: relative;
	width: 100%
}

@media (min-width:1000px) {
	.component-footer {
		height: 51.4880952381rem;
		padding: 1.9047619048rem 0;
		will-change: transform
	}
}

.component-footer-overlay {
	background-color: rgba(0, 5, 30, .7);
	display: none;
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

@media (min-width:1000px) {
	.component-footer-overlay {
		display: block;
		will-change: opacity
	}

	.component-footer-inner {
		display: flex;
		flex-direction: column;
		height: 100%
	}
}

.component-footer .component-logo {
	margin-bottom: 10.6666666667rem;
	margin-top: 8rem;
	width: 100%
}

.component-footer .component-logo-lottieContainer {
	height: 5.3333333333rem;
	width: 5.3333333333rem
}

@media (min-width:1000px) {
	.component-footer .component-logo-lottieContainer {
		height: 5.2976190476rem;
		width: 5.2976190476rem
	}
}

.component-footer .component-logo-text {
	height: 14.6666666667rem;
	width: 81.8666666667rem
}

@media (min-width:1000px) {
	.component-footer .component-logo-text {
		height: 15.7738095238rem;
		width: 85.7142857143rem
	}

	.component-footer .component-logo {
		margin-bottom: 5.9523809524rem;
		margin-top: 4.1666666667rem
	}
}

.component-footer-findUs {
	text-align: center
}

@media (min-width:1000px) {
	.component-footer-findUs {
		text-align: left
	}
}

.component-footer-findUsItem {
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.component-footer-findUsItem {
		margin-bottom: 2.380952381rem
	}
}

.component-footer-findUsItem:not(:last-child) {
	margin-bottom: 1.0666666667rem
}

@media (min-width:1000px) {
	.component-footer-findUsItem:not(:last-child) {
		margin-bottom: .2380952381rem
	}
}

.component-footer-findUsItem .component-sliderImages-nav-button:not(.swiper-button-disabled),
.component-footer-findUsItem .is-blue,
.component-footer-findUsItem .is-yellow {
	transition: color .3s cubic-bezier(.85, 0, .15, 1)
}

.component-footer-findUsItem .component-sliderImages-nav-button:hover:not(.swiper-button-disabled),
.component-footer-findUsItem .is-blue:hover {
	color: #82daff
}

.component-footer-findUsItem .is-yellow:hover {
	color: #ffcf80
}

.component-footer-sub {
	display: flex;
	flex-direction: column;
	gap: 10.6666666667rem
}

@media (min-width:1000px) {
	.component-footer-sub {
		flex-direction: row;
		gap: 4.7619047619rem;
		margin-top: 3.2738095238rem
	}

	.component-footer-nav {
		display: flex;
		gap: 3.8095238095rem
	}
}

.component-footer-list {
	align-items: center;
	display: flex;
	flex-direction: column
}

@media (min-width:1000px) {
	.component-footer-list {
		align-items: flex-start
	}
}

.component-footer-socials {
	align-items: center;
	display: flex;
	gap: 1.0666666667rem;
	justify-content: center
}

@media (min-width:1000px) {
	.component-footer-socials {
		gap: .2380952381rem;
		margin-left: auto
	}
}

.component-footer-socialItem {
	display: grid;
	place-items: center;
	width: 17.0666666667rem
}

.component-footer-socialItem .component-icon {
	position: absolute
}

@media (min-width:1000px) {
	.component-footer-socialItem {
		width: 4.2857142857rem
	}
}

.component-footer-legals {
	align-items: center;
	display: flex;
	flex-direction: column
}

@media (min-width:1000px) {
	.component-footer-legals {
		align-items: flex-start;
		order: -1
	}

	.component-footer-legals p {
		padding-bottom: .2976190476rem
	}
}

.component-gazetaCard {
	background-color: #ffcf80;
	height: 120rem;
	overflow: hidden;
	position: relative
}

@media (min-width:1000px) {
	.component-gazetaCard {
		height: 35.119047619rem
	}

	.component-gazetaCard:hover .component-gazetaCard-title {
		color: #ffcf80
	}

	.component-gazetaCard.is-small {
		height: 26.7857142857rem
	}
}

.component-gazetaCard-inner {
	align-items: flex-end;
	display: flex;
	height: 100%;
	padding: 8.5333333333rem
}

@media (min-width:1000px) {
	.component-gazetaCard-inner {
		padding: 1.9047619048rem
	}
}

.component-gazetaCard-image {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.component-gazetaCard-image:after {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6));
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.component-gazetaCard-title {
	color: #fff;
	max-width: 73.0666666667rem;
	position: relative;
	transition: color .6s cubic-bezier(.25, 1, .5, 1);
	z-index: 1
}

@media (min-width:1000px) {
	.component-gazetaCard-title {
		max-width: 22.2619047619rem
	}
}

.component-gazetaInfoCard {
	display: flex;
	flex-direction: column;
	height: 120rem;
	justify-content: space-between;
	overflow: hidden;
	padding: 10.6666666667rem 17.0666666667rem;
	position: relative
}

@media (min-width:1000px) {
	.component-gazetaInfoCard {
		height: 35.119047619rem;
		padding: 2.380952381rem 3.8095238095rem
	}
}

.component-gazetaInfoCard-content strong {
	font-family: Recoleta;
	font-weight: 600
}

.component-gazetaInfoCard-content em {
	font-style: italic
}

@media (min-width:1000px) {
	.component-gridGazeta {
		min-height: 41.6666666667rem
	}
}

@media (min-width:200px) {
	.component-gridGazeta-filter {
		margin-bottom: 10.6666666667rem
	}
}

@media (min-width:1000px) {
	.component-gridGazeta-filter {
		margin-bottom: 0;
		position: absolute
	}
}

.component-gridGazeta-wrapper {
	grid-gap: 4.2666666667rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr)
}

@media (min-width:1000px) {
	.component-gridGazeta-wrapper {
		grid-gap: 2.8571428571rem;
		grid-template-columns: repeat(6, 1fr)
	}
}

.component-gridGazeta-wrapper:not(:last-child) {
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.component-gridGazeta-wrapper:not(:last-child) {
		margin-bottom: 2.8571428571rem
	}

	.component-gridGazeta-post-1 {
		grid-area: 1/3/2/7
	}

	.component-gridGazeta-post-2 {
		grid-area: 2/1/3/3
	}

	.component-gridGazeta-post-3 {
		grid-area: 3/3/4/5
	}

	.component-gridGazeta-post-4 {
		grid-area: 4/3/5/7
	}

	.component-gridGazeta-post-5 {
		grid-area: 5/5/6/7
	}

	.component-gridGazeta-post-6 {
		grid-area: 6/1/7/3
	}

	.component-gridGazeta-post-7 {
		grid-area: 6/3/7/5
	}
}

.component-gridGazeta-info-1 {
	grid-area: 3/1/4/2
}

@media (min-width:1000px) {
	.component-gridGazeta-info-1 {
		grid-area: 2/5/3/7
	}
}

.component-gridGazeta-info-1 .component-gazetaInfoCard {
	background-color: #ffe2d2
}

.component-gridGazeta-info-2 {
	grid-area: 6/1/7/2
}

@media (min-width:1000px) {
	.component-gridGazeta-info-2 {
		grid-area: 3/1/4/3
	}
}

.component-gridGazeta-info-2 .component-gazetaInfoCard {
	background-color: #82daff
}

.component-gridGazeta-info-3 {
	grid-area: 9/1/10/2
}

@media (min-width:1000px) {
	.component-gridGazeta-info-3 {
		grid-area: 5/1/6/3
	}
}

.component-gridGazeta-info-3 .component-gazetaInfoCard {
	background-color: #ffcf80
}

.component-gridProjects {
	grid-gap: 4.2666666667rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr)
}

@media (min-width:1000px) {
	.component-gridProjects {
		grid-gap: 2.8571428571rem;
		grid-template-columns: repeat(6, 1fr)
	}
}

.component-gridProjects:not(:last-child) {
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.component-gridProjects:not(:last-child) {
		margin-bottom: 2.8571428571rem
	}
}

.component-gridProjects-item:hover .component-projectCard-contentExcerpt,
.component-gridProjects-item:hover .component-projectCard-title {
	color: #ffcf80
}

@media (min-width:1000px) {

	.component-gridProjects-item:hover .component-projectCard-contentExcerpt,
	.component-gridProjects-item:hover .component-projectCard-title,
	.component-gridProjects-item:hover:nth-child(2n) .component-projectCard-contentExcerpt,
	.component-gridProjects-item:hover:nth-child(2n) .component-projectCard-title {
		color: unset
	}

	.component-gridProjects-item:first-child {
		grid-area: 1/1/2/3
	}

	.component-gridProjects-item:nth-child(2) {
		grid-area: 1/3/2/7
	}

	.component-gridProjects-item:nth-child(3) {
		grid-area: 2/1/3/4
	}

	.component-gridProjects-item:nth-child(4) {
		grid-area: 2/4/3/7
	}

	.component-gridProjects-item:nth-child(5) {
		grid-area: 3/1/4/7
	}

	.component-gridProjects-item .component-projectCard-background {
		background-color: #fff5e6
	}

	.component-gridProjects-item .component-projectCard-content .component-projectCard-bg {
		background-color: #ffcf80
	}

	.component-gridProjects-item:nth-child(2n) .component-projectCard-content .component-projectCard-bg {
		background-color: #82daff
	}

	.component-gridProjects-item:nth-child(2n) .component-projectCard-background {
		background-color: #e6f8ff
	}
}

@media only screen and (min-width:1024px) and (max-width:1367px) and (orientation:landscape) {
	.is-tablet .component-gridProjects-item:hover .component-projectCard-title {
		color: #ffcf80
	}
}

.component-header {
	font-family: Barlow;
	height: 17.0666666667rem;
	position: fixed;
	transition: background-color .3s cubic-bezier(.37, 0, .63, 1);
	width: 100%
}

@media (min-width:1000px) {
	.component-header {
		background-color: transparent !important;
		height: 4.880952381rem
	}
}

.component-header.component-sliderImages-nav-button.swiper-button-disabled,
.component-header.is-white {
	color: #fff
}

.component-header.component-sliderImages-nav-button.swiper-button-disabled .component-logo-text,
.component-header.is-white .component-logo-text {
	background-image: url(data:image/png;base64,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)
}

.component-header.is-scroll.component-sliderImages-nav-button.swiper-button-disabled,
.component-header.is-white.is-scroll {
	background-color: #00051e
}

.component-header.is-scroll {
	background-color: #fff;
	pointer-events: none
}

.component-header.is-scroll .component-header-content {
	opacity: 0;
	visibility: hidden
}

.component-header.is-scroll .component-burger,
.component-header.is-scroll .component-header-button,
.component-header.is-scroll .component-header-logo {
	pointer-events: auto
}

@media (min-width:1000px) {
	.component-header.is-scroll .component-burger {
		opacity: 1;
		transform: translateX(0);
		width: 2.6785714286rem
	}
}

.component-header-logo {
	width: 32rem
}

.component-header-logo.isDisabled {
	cursor: auto;
	pointer-events: none
}

.component-header-logo .component-logo-lottie {
	height: 3.2rem;
	margin-top: -2px;
	width: 3.2rem
}

@media (min-width:1000px) {
	.component-header-logo .component-logo-lottie {
		height: .8928571429rem;
		width: .8928571429rem
	}

	.component-header-logo {
		width: 11.9047619048rem
	}
}

.component-header-list {
	gap: 1.9047619048rem
}

.component-header-button {
	isolation: isolate;
	margin-right: 8.5333333333rem
}

@media (min-width:1000px) {
	.component-header-button {
		margin-left: 1.9047619048rem;
		margin-right: 0
	}
}

.component-header-content {
	display: none
}

@media (min-width:1000px) {
	.component-header-content {
		display: block;
		transition-duration: .4s
	}

	.component-header .component-burger {
		margin-left: .4761904762rem;
		opacity: 0;
		transform: translateX(15px);
		transition-duration: .4s;
		width: 0
	}
}

.component-images-imageContainer {
	height: 93.6rem
}

@media (min-width:1000px) {
	.component-images-imageContainer {
		flex: 1;
		height: 45.8333333333rem;
		width: 46.3095238095rem
	}
}

.component-images-inner {
	display: flex;
	flex-direction: column;
	gap: 4.2666666667rem;
	position: relative
}

@media (min-width:1000px) {
	.component-images-inner {
		flex-direction: row;
		gap: 1.3095238095rem
	}
}

.component-images-image {
	height: 100%;
	object-fit: cover;
	width: 100%
}

.component-logo {
	align-items: flex-start;
	display: flex;
	justify-content: space-between
}

.component-logo-lottieContainer {
	align-items: center;
	display: flex;
	height: 3.2rem;
	justify-content: center;
	margin-right: 1.3333333333rem;
	width: 3.2rem
}

@media (min-width:1000px) {
	.component-logo-lottieContainer {
		height: .7142857143rem;
		margin-right: .4166666667rem;
		width: .7142857143rem
	}
}

.component-logo-text {
		background-image: url(data:image/png;base64,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);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 33rem;
	pointer-events: none;
	width: 32rem
}

@media (min-width:1000px) {
	.component-logo-text {
		height: 8rem;
		width: 8rem
	}
}

.component-memberCard {
	height: 100%;
	position: relative
}

.component-memberCard-imageContainer {
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
	width: 100%
}

@media (min-width:200px) {
	.component-memberCard-imageContainer {
		height: auto
	}
}

@media (min-width:650px) {
	.component-memberCard-imageContainer {
		height: 100%
	}
}

.component-memberCard-imageContainer picture img {
	pointer-events: none
}

.component-memberCard-inner {
	align-items: center;
	display: none;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: -2.9761904762rem;
	width: 100%
}

@media (min-width:1000px) {
	.component-memberCard-inner {
		display: flex
	}
}

.component-memberCard-title {
	color: #fff;
	cursor: pointer;
	overflow: hidden
}

.component-memberCard-title div {
	pointer-events: none
}

.component-memberCard-link {
	bottom: 2.380952381rem;
	gap: 0;
	transform: scale(0);
	transition: transform .7s cubic-bezier(.85, 0, .15, 1);
	width: 7.1428571429rem
}

.component-memberCard-link.ui-button {
	position: absolute
}

.component-memberCard-link .component-icon {
	pointer-events: none
}

.component-memberCard-titleMobile {
	margin-top: 16px
}

.component-memberCard-loaderContainer {
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42.6666666667rem
}

@media (min-width:1000px) {
	.component-memberCard-loaderContainer {
		width: 13.0952380952rem
	}
}

.component-memberCard-loader {
	opacity: 0
}

.component-memberPopup {
	height: 100%;
	left: 0;
	overflow: scroll;
	padding: 2.1333333333rem;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 100
}

@media (min-width:1000px) {
	.component-memberPopup {
		overflow: auto;
		padding: 1.4285714286rem
	}
}

.component-memberPopup.isOpen .component-memberPopup-inner {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.component-memberPopup.isOpen .component-memberPopup-close,
.component-memberPopup.isOpen .component-memberPopup-image .component-memberPopup-imageInner {
	transform: scale(1)
}

.component-memberPopup-inner {
	clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
	position: relative;
	transform-origin: left top;
	transition: clip-path .8s cubic-bezier(.85, 0, .15, 1);
	width: 100%
}

@media (min-width:1000px) {
	.component-memberPopup-inner {
		overflow: hidden
	}
}

.component-memberPopup-wrapper {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 2.1333333333rem 2.1333333333rem 6.4rem;
	position: relative;
	transform-origin: left top
}

@media (min-width:1000px) {
	.component-memberPopup-wrapper {
		border-radius: .9523809524rem;
		height: 100%;
		padding: 1.4285714286rem;
		width: 60%
	}
}

.component-memberPopup-close {
	background-color: #f0f0f2;
	border-radius: 300px;
	color: currentcolor;
	cursor: pointer;
	display: grid;
	place-items: center;
	position: absolute;
	right: 2.1333333333rem;
	top: 2.1333333333rem;
	transform: scale(0);
	transition: transform .6s cubic-bezier(.85, 0, .15, 1) .2s;
	width: 19.2rem;
	z-index: 2
}

@media (min-width:1000px) {
	.component-memberPopup-close {
		right: 1.4285714286rem;
		top: 1.4285714286rem;
		width: 7.1428571429rem
	}
}

.component-memberPopup-close:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.component-memberPopup-close svg {
	position: absolute;
	width: 40%
}

@media (min-width:1000px) {
	.component-memberPopup-close {
		right: 1.1904761905rem;
		top: 1.1904761905rem
	}
}

.component-memberPopup-header {
	margin-bottom: 6.4rem
}

.component-memberPopup-header .wordTeam {
	overflow: hidden;
	padding-bottom: 1.3333333333rem
}

@media (min-width:1000px) {
	.component-memberPopup-header {
		margin-bottom: 1.4285714286rem;
		width: 70%
	}

	.component-memberPopup-title {
		line-height: 5.6547619048rem
	}
}

.component-memberPopup-content {
	color: #585b6a;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	width: 100%
}

@media (min-width:1000px) {
	.component-memberPopup-content {
		width: 40%
	}
}

.component-memberPopup-wysiwyg {
	align-self: flex-end;
	margin-bottom: 37.3333333333rem;
	width: 60%
}

@media (min-width:1000px) {
	.component-memberPopup-wysiwyg {
		align-self: flex-start;
		margin-bottom: 0;
		width: 100%
	}
}

.component-memberPopup-projectsHeader {
	margin-bottom: 1.4285714286rem
}

.component-memberPopup-projectsList {
	flex-wrap: wrap;
	gap: 2.1333333333rem
}

@media (min-width:1000px) {
	.component-memberPopup-projectsList {
		gap: .4761904762rem
	}
}

.component-memberPopup-externals {
	background-color: #f0f0f2
}

.component-memberPopup-image {
	margin-bottom: 6.4rem;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
	position: relative;
	width: 70%
}

@media (min-width:1000px) {
	.component-memberPopup-image {
		bottom: 1.4285714286rem;
		margin-bottom: 0;
		position: absolute;
		right: 1.4285714286rem;
		width: 40%
	}
}

.component-memberPopup-image .component-memberPopup-imageInner {
	transform: scale(1.3);
	transition: transform .7s cubic-bezier(0, .55, .45, 1) .5s;
	width: 100%
}

.component-menuProject-left {
	gap: 48px
}

.component-menuProject-specs {
	gap: .4761904762rem;
	left: .9523809524rem;
	position: absolute;
	top: .9523809524rem;
	z-index: 1
}

.component-menuProject-image {
	flex: 1 0 auto;
	overflow: hidden;
	position: relative;
	width: 23.2142857143rem
}

.component-menuProject-content {
	max-width: 11.9047619048rem
}

.component-menuProject-title {
	margin-bottom: .9523809524rem
}

.component-menuProject-excerpt {
	color: #585b6a
}

.component-menuProject-right {
	margin-right: 1.9047619048rem
}

.component-menuProject-button {
	gap: 0;
	overflow: hidden;
	width: 7.1428571429rem
}

.component-navigationMobile {
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 2.1333333333rem;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 10
}

@media (min-width:1000px) {
	.component-navigationMobile {
		padding: .9523809524rem
	}
}

.component-navigationMobile-close {
	background-color: #fff;
	border-radius: 300px;
	color: currentcolor;
	cursor: pointer;
	display: grid;
	place-items: center;
	position: absolute;
	right: 5.3333333333rem;
	top: 5.3333333333rem;
	width: 19.2rem;
	z-index: 2
}

@media (min-width:1000px) {
	.component-navigationMobile-close {
		width: 7.1428571429rem
	}
}

.component-navigationMobile-close:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.component-navigationMobile-close svg {
	position: absolute;
	width: 40%
}

@media (min-width:1000px) {
	.component-navigationMobile-close {
		right: 1.1904761905rem;
		top: 1.1904761905rem
	}
}

.component-navigationMobile-inner {
	background-color: #ffe2d2;
	clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
	display: flex;
	height: 100%;
	isolation: isolate;
	-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
	overflow: hidden;
	padding: 5.3333333333rem;
	position: relative;
	width: 100%
}

@media (min-width:1000px) {
	.component-navigationMobile-inner {
		padding: 1.1904761905rem
	}
}

.component-navigationMobile-project {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 60%;
	z-index: 1
}

@media (min-width:1000px) {
	.component-navigationMobile-project {
		display: flex
	}
}

.component-navigationMobile-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 0;
	position: relative;
	width: 100%;
	z-index: 1
}

@media (min-width:1000px) {
	.component-navigationMobile-nav {
		padding-left: 2.380952381rem;
		width: 40%
	}
}

.component-navigationMobile-separator {
	background-color: #00051e;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 1px
}

@media (min-width:1000px) {
	.component-navigationMobile-separator {
		display: block
	}
}

.component-navigationMobile-listItem:not(:last-child) {
	margin-bottom: .2380952381rem
}

.component-navigationMobile-contact li:not(:last-child) {
	margin-bottom: .4761904762rem
}

.component-navigationMobile-contactMail,
.component-navigationMobile-contactPhone {
	pointer-events: all
}

@media (min-width:1000px) {

	.component-navigationMobile-contactMail,
	.component-navigationMobile-contactPhone {
		pointer-events: none
	}
}

.component-navigationMobile-footer {
	display: flex;
	flex-direction: column;
	gap: 4.7619047619rem
}

@media (min-width:1000px) {
	.component-navigationMobile-footer {
		align-items: flex-end;
		flex-direction: row
	}
}

.component-pagination-item:not(:last-child) {
	margin-right: 8px
}

.component-pagination-itemBtn {
	border: 1px solid #e7e7e7;
	border-radius: 50%;
	display: grid;
	height: 18.6666666667rem;
	place-items: center;
	transition-duration: .4s;
	width: 18.6666666667rem
}

@media (min-width:1000px) {
	.component-pagination-itemBtn {
		height: 4.1666666667rem;
		width: 4.1666666667rem
	}
}

.component-pagination-itemBtn:hover {
	background-color: #f2f2f2
}

.component-pagination-itemBtn.is-active {
	background-color: #00051e;
	color: #fff
}

.component-projectCard {
	height: 149.3333333333rem;
	overflow: hidden;
	position: relative
}

@media (min-width:1000px) {
	.component-projectCard {
		height: 45.4761904762rem
	}
}

.component-projectCard-image {
	height: 100%;
	position: relative
}

.component-projectCard-image:before {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .3));
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.component-projectCard-inner {
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	left: 0;
	padding: 4.2666666667rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2
}

@media (min-width:1000px) {
	.component-projectCard-inner {
		padding: .9523809524rem
	}
}

.component-projectCard-background {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5
}

.component-projectCard .lg-reveal--backgroundReveal {
	opacity: 1;
	transition: opacity .7s cubic-bezier(.65, 0, .35, 1), z-index 0s linear
}

.component-projectCard .lg-reveal--backgroundReveal.is-in {
	opacity: 0;
	transition: opacity .7s cubic-bezier(.65, 0, .35, 1), z-index 0s linear .7s;
	z-index: -1
}

.component-projectCard .lg-reveal--imgReveal {
	opacity: 0;
	transition: opacity .4s cubic-bezier(.65, 0, .35, 1)
}

.component-projectCard .lg-reveal--imgReveal.is-in {
	opacity: 1;
	transition: opacity .4s cubic-bezier(.65, 0, .35, 1)
}

.component-projectCard-specs {
	gap: 1.0666666667rem
}

@media (min-width:1000px) {
	.component-projectCard-specs {
		gap: .2380952381rem
	}
}

.component-projectCard-title {
	color: #fff;
	position: relative;
	width: calc(100% - 4.26667rem)
}

@media (min-width:1000px) {
	.component-projectCard-title {
		bottom: 1.1904761905rem;
		left: 1.4285714286rem;
		position: absolute;
		width: calc(100% - 2.85714rem)
	}
}

.component-projectCard-content {
	max-width: 100%;
	padding: 2.1333333333rem;
	position: relative;
	width: 133.3333333333rem
}

@media (min-width:1000px) {
	.component-projectCard-content {
		max-width: 100%;
		padding: 0 1.4285714286rem 1.4285714286rem;
		width: 29.7619047619rem
	}
}

.component-projectCard-contentTitle {
	color: #fff;
	margin-bottom: 2.1333333333rem
}

@media (min-width:1000px) {
	.component-projectCard-contentTitle {
		color: #00051e;
		margin-bottom: 1.4285714286rem
	}
}

.component-projectCard-contentExcerpt {
	color: #fff;
	position: relative
}

@media (min-width:1000px) {
	.component-projectCard-contentExcerpt {
		color: #00051e;
		max-width: 14.880952381rem;
		opacity: 0;
		padding-top: 1.4880952381rem;
		transform: translateY(30px)
	}
}

.component-projectCard-button-container {
	position: relative
}

@media (min-width:1000px) {
	.component-projectCard-button-container {
		height: 4.7619047619rem;
		margin-top: 1.4880952381rem;
		transform: scale(0);
		width: 4.7619047619rem
	}
}

.component-projectCard-button {
	display: none;
	flex: 1 0 auto;
	max-width: 21.3333333333rem;
	width: 21.3333333333rem
}

@media (min-width:1000px) {
	.component-projectCard-button {
		display: flex;
		gap: 0;
		max-width: 4.7619047619rem;
		width: 4.7619047619rem
	}
}

.component-projectCard-bg {
	display: none
}

@media (min-width:1000px) {
	.component-projectCard-bg {
		display: block;
		height: 100%;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		transform: translateY(101%);
		width: 100%
	}
}

.component-sliderImages {
	overflow: hidden
}

@media (min-width:1000px) {
	.component-sliderImages {
		height: auto
	}
}

.component-sliderImages-slider {
	position: relative
}

@media (min-width:1000px) {

	.component-sliderImages-slide,
	.component-sliderImages-slider {
		border-radius: .9523809524rem;
		overflow: hidden
	}
}

.component-sliderImages-slider-wrapper {
	height: 93.6rem
}

@media (min-width:1000px) {
	.component-sliderImages-slider-wrapper {
		height: 45.8333333333rem
	}

	.component-sliderImages-image {
		height: 100%
	}

	.component-sliderImages-image:after {
		padding-bottom: 100% !important
	}
}

.component-sliderImages-nav {
	bottom: 10.6666666667rem;
	display: flex;
	gap: 2.6666666667rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2
}

@media (min-width:1000px) {
	.component-sliderImages-nav {
		bottom: 1.4285714286rem;
		gap: .4761904762rem;
		left: 1.9047619048rem;
		transform: translateX(0)
	}
}

.component-sliderImages-nav-button--prev .component-icon {
	transform: rotate(-135deg)
}

.component-sliderImages-nav-button--next .component-icon {
	transform: rotate(45deg)
}

.component-titleIndent {
	position: relative
}

.component-titleIndent-label {
	display: inline-block;
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.component-titleIndent-label {
		margin-bottom: 0;
		position: absolute
	}

	.component-titleIndent-label.is-title-l {
		padding-top: 3.63095rem
	}

	.component-titleIndent-label.is-h2 {
		padding-top: 1.84524rem
	}

	.component-titleIndent-label.is-h3 {
		padding-top: 1.54762rem
	}
}

.component-titleIndent-title p:first-child:first-letter,
.component-titleIndent-title:first-letter {
	margin-left: 10.6666666667rem
}

@media (min-width:1000px) {

	.component-titleIndent-title p:first-child:first-letter,
	.component-titleIndent-title:first-letter {
		margin-left: 20.8333333333rem
	}
}

.component-titleIndent-title .wordsClass {
	overflow: hidden;
	vertical-align: text-top
}

.component-videoEmbed {
	height: 94.6666666667rem;
	position: relative
}

.component-videoEmbed-thumbnail {
	align-items: center;
	background: #ffcf80;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.component-videoEmbed-thumbnail img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.component-videoEmbed-thumbnail .component-button {
	font-family: Recoleta;
	padding: 3.7333333333rem 12.8rem;
	text-transform: none
}

@media (min-width:1000px) {
	.component-videoEmbed-thumbnail .component-button {
		font-size: 1.4285714286rem;
		padding: 1.4285714286rem 2.8571428571rem
	}
}

.component-videoEmbed-thumbnail .component-button .component-button-hover,
.component-videoEmbed-thumbnail .component-button .component-button-text {
	font-size: 4.8rem
}

@media (min-width:1000px) {

	.component-videoEmbed-thumbnail .component-button .component-button-hover,
	.component-videoEmbed-thumbnail .component-button .component-button-text {
		font-size: 1.4285714286rem
	}
}

.component-videoEmbed iframe {
	aspect-ratio: 1/1;
	height: 100%;
	width: 100%
}

@media (min-width:1000px) {
	.component-videoEmbed iframe {
		aspect-ratio: 16/9
	}

	.component-videoEmbed {
		height: 51.4880952381rem
	}
}

.component-button {
	align-items: center;
	border-radius: 80rem;
	color: currentColor;
	display: inline-flex;
	font-family: Barlow;
	gap: 2.1333333333rem;
	justify-content: center;
	overflow: hidden;
	padding: 3.7333333333rem 6.9333333333rem;
	position: relative;
	text-transform: uppercase;
	transition-duration: .4s
}

@media (min-width:1000px) {
	.component-button {
		border-radius: 17.8571428571rem;
		gap: .4761904762rem;
		padding: .8333333333rem 1.5476190476rem
	}

	.component-button:before {
		background-color: #4692ff;
		border-radius: 50%;
		bottom: -5.9523809524rem;
		content: "";
		height: 5.9523809524rem;
		left: 50%;
		position: absolute;
		transform: translate(-50%, 10%);
		transition: transform .7s cubic-bezier(.25, 1, .5, 1) .4s;
		width: 19.0476190476rem;
		will-change: transform
	}

	.component-button:hover .component-button-text {
		transform: translateY(-100%);
		transition: transform .3s cubic-bezier(.5, 0, .75, 0)
	}

	.component-button:hover:before {
		transform: translate(-50%, -80%);
		transition: transform .7s cubic-bezier(.25, 1, .5, 1)
	}

	.component-button:hover .component-button-hover {
		transform: translateY(0);
		transition: transform .3s cubic-bezier(.25, 1, .5, 1) .3s
	}

	.component-button:hover .component-button-icon {
		color: #fff;
		transition: color .3s cubic-bezier(.25, 1, .5, 1)
	}
}

.component-button-icon {
	position: relative;
	transition: color .3s cubic-bezier(.25, 1, .5, 1) .3s
}

.component-button-content {
	pointer-events: none
}

@media (min-width:1000px) {
	.component-button-content {
		overflow: hidden;
		position: relative
	}
}

.component-button-text {
	align-items: center;
	border-radius: 80rem;
	display: flex;
	font-size: 3.2rem;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	transition: transform .3s cubic-bezier(.25, 1, .5, 1) .3s
}

@media (min-width:1000px) {
	.component-button-text {
		border-radius: 17.8571428571rem;
		font-size: .7142857143rem
	}
}

.component-button-hover {
	align-items: center;
	bottom: 0;
	color: #fff;
	display: flex;
	font-size: 3.2rem;
	justify-content: center;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(100%);
	transition: transform .3s cubic-bezier(.5, 0, .75, 0)
}

@media (min-width:1000px) {
	.component-button-hover {
		font-size: .7142857143rem
	}
}

.component-button.has-blue-state.nice-select.open,
.component-button.has-blue-state:active,
.component-button.has-blue-state:focus {
	background-color: #4692ff !important;
	color: #fff !important
}

.component-button.is-small-text {
	padding: 2.1333333333rem 4.2666666667rem
}

@media (min-width:1000px) {
	.component-button.is-small-text {
		padding: .4761904762rem .9523809524rem
	}
}

.component-button.is-small.has-icon .component-button-content {
	padding-right: .9523809524rem
}

.component-button.is-big {
	padding: 3.7333333333rem 12.8rem
}

@media (min-width:1000px) {
	.component-button.is-big {
		padding: 1.4285714286rem 2.8571428571rem
	}
}

.component-button.component-sliderImages-nav-button:not(.swiper-button-disabled),
.component-button.is-blue {
	background-color: #00051e;
	color: #fff
}

@media (min-width:1000px) {

	.component-button.component-sliderImages-nav-button:hover:not(.swiper-button-disabled),
	.component-button.is-blue:hover {
		background-color: #4c4f5c
	}
}

.component-button.is-blue-ocean {
	background-color: #4692ff;
	color: #fff
}

@media (min-width:1000px) {
	.component-button.is-blue-ocean:hover {
		background-color: #2d83ff
	}
}

.component-button.is-background {
	background-color: #fcfbf7;
	border: .2666666667rem solid #e7e7e7
}

@media (min-width:1000px) {
	.component-button.is-background:hover {
		background-color: #e2e2e6
	}
}

.component-button.is-grey {
	background-color: #f0f0f2
}

.component-button.is-yellow {
	background-color: #ffcf80;
	color: #fff
}

.component-button.is-yellow:before {
	background-color: #ffcf80
}

.component-button.component-sliderImages-nav-button.swiper-button-disabled,
.component-button.is-white {
	background-color: #fff;
	color: #585b6a
}

.component-button.is-white--dark {
	color: #00051e
}

@media (min-width:1000px) {

	.component-button.component-sliderImages-nav-button.swiper-button-disabled:hover .component-button-text,
	.component-button.is-white:hover .component-button-text {
		transform: translateY(-100%)
	}

	.component-button.component-sliderImages-nav-button.swiper-button-disabled:hover .component-button-hover,
	.component-button.is-white:hover .component-button-hover {
		transform: translateY(0)
	}
}

.component-button.is-icon {
	align-items: center;
	justify-content: center;
	padding: 0;
	position: relative
}

.component-button.is-icon:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.component-button.has-icon:hover .component-button-icon {
	color: #fff
}

@media (min-width:1000px) {
	.component-button.has-icon .component-button-content {
		padding-right: 1.9047619048rem
	}
}

.component-button.has-icon .component-button-hover {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: unset;
	top: 0
}

.component-button.has-icon .component-button-text {
	align-items: center;
	display: inline-flex;
	gap: 4.2666666667rem;
	justify-content: center
}

@media (min-width:1000px) {
	.component-button.has-icon .component-button-text {
		gap: .9523809524rem
	}
}

.component-button.is-transparent {
	border: .2666666667rem solid #e7e7e7
}

@media (min-width:1000px) {
	.component-button.is-transparent {
		border: .0595238095rem solid #e7e7e7
	}
}

.component-loader-lottieContainer {
	height: 11.2rem;
	width: 11.2rem
}

@media (min-width:1000px) {
	.component-loader-lottieContainer {
		height: 3.8095238095rem;
		width: 3.8095238095rem
	}
}

.section-adnImageText-inner {
	flex-direction: column;
	gap: 6.4rem
}

@media (min-width:1000px) {
	.section-adnImageText-inner {
		flex-direction: row;
		gap: 4.7619047619rem
	}
}

.section-adnImageText-inner.is-duo.is-reverse {
	flex-direction: column
}

@media (min-width:1000px) {
	.section-adnImageText-inner.is-duo.is-reverse {
		flex-direction: row-reverse
	}
}

.section-adnImageText-inner.is-duo .section-adnImageText-listImage {
	padding-top: 0
}

@media (min-width:1000px) {
	.section-adnImageText-inner.is-duo .section-adnImageText-listImage {
		padding-top: 4.7619047619rem
	}
}

.section-adnImageText-inner.is-duo .section-adnImageText-image-container {
	width: 100%
}

@media (min-width:1000px) {
	.section-adnImageText-inner.is-duo .section-adnImageText-image-container {
		width: 26.4880952381rem
	}

	.section-adnImageText-inner.is-duo .section-adnImageText-image-container:first-child {
		height: 26.8452380952rem
	}
}

.section-adnImageText-inner.is-duo .section-adnImageText-image-container:nth-child(2) {
	display: none
}

@media (min-width:1000px) {
	.section-adnImageText-inner.is-duo .section-adnImageText-image-container:nth-child(2) {
		display: block;
		height: 33.2142857143rem
	}
}

.section-adnImageText-listImage {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 32px
}

@media (min-width:1000px) {
	.section-adnImageText-listImage {
		flex-direction: row
	}
}

.section-adnImageText-image-container {
	width: 100%
}

.section-adnImageText-image-container img {
	height: 100%;
	object-fit: cover;
	width: 100%
}

@media (min-width:1000px) {
	.section-adnImageText-image-container {
		height: 39.7619047619rem;
		width: 37.9166666667rem
	}
}

.section-adnImageText-content {
	margin: 0 auto;
	padding: 0;
	width: 100%
}

@media (min-width:1000px) {
	.section-adnImageText-content {
		padding: 0 3.3333333333rem;
		width: 40%
	}
}

.section-expertiseImageText {
	display: flex;
	flex-direction: column;
	gap: 3.5714285714rem
}

.section-expertiseImageText:last-child {
	padding-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-expertiseImageText:last-child {
		padding-bottom: 0
	}

	.section-expertiseImageText {
		flex-direction: row
	}

	.section-expertiseImageText.is-reverse {
		flex-direction: row-reverse;
		justify-content: space-between
	}
}

.section-expertiseImageText:not(:last-child) {
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-expertiseImageText:not(:last-child) {
		margin-bottom: 4.7619047619rem
	}
}

.section-expertiseImageText-animatedItem {
	opacity: 0;
	transform: translateY(2.6666666667rem)
}

@media (min-width:1000px) {
	.section-expertiseImageText-animatedItem {
		opacity: 1 !important;
		transform: translate(0) !important;
		visibility: visible !important
	}
}

.section-expertiseImageText-image {
	width: 100%
}

@media (min-width:1000px) {
	.section-expertiseImageText-image {
		align-self: flex-end;
		width: 50%
	}
}

.section-expertiseImageText-content {
	display: flex;
	flex-direction: column;
	gap: 4.7619047619rem;
	justify-content: space-between
}

@media (min-width:1000px) {
	.section-expertiseImageText-content {
		width: 50%
	}
}

.section-expertiseImageText-title {
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-expertiseImageText-title {
		margin-bottom: 4.7619047619rem
	}
}

.section-expertiseImageText-wysiwyg {
	color: #585b6a
}

@media (min-width:1000px) {
	.section-expertiseImageText-wysiwyg {
		width: 60%
	}
}

.section-expertiseImageText-listItem {
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	gap: .9523809524rem;
	padding: 1.0666666667rem
}

@media (min-width:1000px) {
	.section-expertiseImageText-listItem {
		padding: .2380952381rem
	}
}

.section-expertiseImageText-listItem:first-child {
	border-top: 1px solid #e7e7e7
}

.section-expertiseImageText-listItem span {
	width: 90%
}

.section-hero {
	padding-top: 17.0666666667rem
}

@media (min-width:1000px) {
	.section-hero {
		padding-top: 4.880952381rem
	}
}

.section-hero-inner {
	display: flex;
	flex-direction: column;
	height: 80vh;
	justify-content: flex-end;
	margin-top: auto;
	max-width: 373.3333333333rem;
	padding-bottom: 5.3333333333rem
}

@media (min-width:1000px) {
	.section-hero-inner {
		height: 32.7380952381rem;
		max-width: 95.2380952381rem;
		padding-bottom: 2.380952381rem
	}

	.section-hero-inner-expertise {
		max-width: 83.3333333333rem
	}

	.section-hero-inner-gazeta {
		max-width: 88.5119047619rem
	}
}

.section-hero-titleContainer {
	position: relative
}

.section-hero-label {
	display: inline-block;
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.section-hero-label {
		margin-bottom: 0;
		padding-top: 1.84524rem;
		position: absolute
	}
}

.section-hero-title:first-letter {
	margin-left: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-hero-title:first-letter {
		margin-left: 20.8333333333rem
	}
}

.section-hero-image {
	height: 69.3333333333rem;
	width: 100%
}

.section-hero-image:after {
	padding-bottom: 100%
}

.section-hero-image-mobile {
	display: none
}

.section-hero-image.isMobile .section-hero-image-mobile {
	display: block
}

.section-hero-image.isMobile .section-hero-image-desktop {
	display: none
}

@media (min-width:650px) {
	.section-hero-image {
		height: 125rem
	}

	.section-hero-image:after {
		padding-bottom: 70%
	}
}

@media (min-width:1000px) {
	.section-hero-image {
		height: 49.4047619048rem
	}

	.section-hero-image:after {
		padding-bottom: 50%
	}

	.section-hero-image.isMobile .section-hero-image-mobile {
		display: none
	}

	.section-hero-image.isMobile .section-hero-image-desktop {
		display: block
	}
}

.section-hero .lg-reveal--hero-reveal {
	overflow: hidden;
	transform: translateY(100px);
	transition: transform 1s cubic-bezier(0, .55, .45, 1)
}

@media (min-width:1000px) {
	.section-hero .lg-reveal--hero-reveal {
		transform: translateY(220px)
	}
}

.section-hero .lg-reveal--hero-reveal img {
	transform: scale(1.4);
	transition: transform 1s cubic-bezier(0, .55, .45, 1)
}

@media (min-width:1000px) {
	.section-hero .lg-reveal--hero-reveal img {
		transform: scale(1.25) translateY(-220px)
	}
}

.section-hero .lg-reveal--hero-reveal.is-in {
	transform: translateY(0)
}

.section-hero .lg-reveal--hero-reveal.is-in img {
	transform: scale(1) translateY(0)
}

.section-heroArticle {
	background-color: #ffe2d2;
	padding-bottom: 6.4rem;
	padding-top: 17.0666666667rem
}

@media (min-width:1000px) {
	.section-heroArticle {
		padding-bottom: 1.4285714286rem;
		padding-top: 4.880952381rem
	}
}

.section-heroArticle-inner {
	display: flex;
	flex-direction: column
}

@media (min-width:1000px) {
	.section-heroArticle-inner {
		flex-direction: row
	}
}

.section-heroArticle-left {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10.1333333333rem;
	width: 100%
}

@media (min-width:1000px) {
	.section-heroArticle-left {
		margin-bottom: 1.4285714286rem;
		width: 50%
	}
}

.section-heroArticle-right {
	height: 69.0666666667rem;
	margin-left: auto;
	width: 42.6666666667rem
}

@media (min-width:1000px) {
	.section-heroArticle-right {
		height: 43.869047619rem;
		width: 27.1428571429rem
	}
}

.section-heroArticle-image {
	height: 100%
}

.section-heroArticle-back {
	align-items: center;
	color: #585b6a;
	display: flex !important;
	justify-content: flex-start;
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-heroArticle-back {
		margin-bottom: 2.380952381rem
	}
}

.section-heroArticle-back .component-icon {
	margin-right: 2.1333333333rem;
	transform: rotate(-135deg)
}

@media (min-width:1000px) {
	.section-heroArticle-back .component-icon {
		margin-right: .4761904762rem
	}
}

.section-heroArticle-tags {
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.section-heroArticle-tags {
		margin-bottom: 1.9047619048rem
	}
}

.section-heroHome {
	background-color: #fff5e6;
	padding-bottom: 6.4rem;
	padding-top: 17.0666666667rem
}

@media (min-width:1000px) {
	.section-heroHome {
		padding-bottom: 1.4285714286rem;
		padding-top: 4.880952381rem
	}
}

.section-heroHome-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 19.7333333333rem;
	padding-bottom: 5.3333333333rem
}

@media (min-width:650px) {
	.section-heroHome-inner {
		margin-top: 12.380952381rem;
		width: 100%
	}
}

@media (min-width:1000px) {
	.section-heroHome-inner {
		display: flex;
		margin-top: 14.6428571429rem;
		max-width: 92.8571428571rem;
		padding-bottom: 2.380952381rem
	}
}

.section-heroHome-titleContainer {
	position: relative
}

.section-heroHome-picto {
	display: inline-block;
	height: 10.6666666667rem;
	position: absolute;
	top: .26667rem;
	width: 10.6666666667rem
}

.section-heroHome-picto svg {
	height: 100%;
	padding: .2666666667rem;
	width: 100%
}

@media (min-width:1000px) {
	.section-heroHome-picto {
		height: 3.2738095238rem;
		margin-bottom: 0;
		top: .65476rem;
		width: 3.2738095238rem
	}
}

.section-heroHome-title {
	opacity: 0
}

.section-heroHome-title div.wordsClass {
	overflow: hidden;
	vertical-align: text-top
}

.section-heroHome-title span.spacer {
	display: inline-block;
	width: 37.3333333333rem
}

@media (min-width:1000px) {
	.section-heroHome-title span.spacer {
		display: inline-block;
		width: 20.8333333333rem
	}
}

.section-heroHome-bottom {
	position: relative
}

.section-heroHome-image {
	height: 60vh;
	width: 100%
}

.section-heroHome-image:after {
	padding-bottom: 100%
}

@media (min-width:650px) {
	.section-heroHome-image {
		height: auto
	}

	.section-heroHome-image:after {
		padding-bottom: 70%
	}
}

@media (min-width:1000px) {
	.section-heroHome-image:after {
		padding-bottom: 50%
	}
}

.section-heroHome-button {
	display: none;
	position: absolute;
	right: 5.9523809524rem;
	top: -1.4285714286rem;
	z-index: 2
}

@media (min-width:1000px) {
	.section-heroHome-button {
		display: flex
	}
}

.section-heroHome .lg-reveal--hero-reveal {
	transform: translateY(100px);
	transition: transform 1s cubic-bezier(0, .55, .45, 1)
}

@media (min-width:1000px) {
	.section-heroHome .lg-reveal--hero-reveal {
		transform: translateY(300px)
	}
}

.section-heroHome .lg-reveal--hero-reveal img {
	transform: scale(1.4);
	transition: transform 1s cubic-bezier(0, .55, .45, 1)
}

@media (min-width:1000px) {
	.section-heroHome .lg-reveal--hero-reveal img {
		transform: scale(1.4) translateY(-300px)
	}
}

.section-heroHome .lg-reveal--hero-reveal.is-in {
	transform: translateY(0)
}

.section-heroHome .lg-reveal--hero-reveal.is-in img {
	transform: scale(1) translateY(0)
}

.section-heroHome .lg-reveal--button-reveal {
	opacity: 0;
	transform: translateY(100px) rotate(135deg) scale(.5);
	transition: transform .8s cubic-bezier(0, .55, .45, 1) .2s, opacity .3s cubic-bezier(0, .55, .45, 1);
	transition-delay: .5s;
	will-change: transform
}

@media (min-width:1000px) {
	.section-heroHome .lg-reveal--button-reveal {
		transform: translateY(200px) rotate(135deg) scale(.7)
	}
}

.section-heroHome .lg-reveal--button-reveal.is-in {
	opacity: 1;
	transform: rotate(135deg) translateY(0) scale(1)
}

.section-heroProject {
	padding-top: 17.0666666667rem
}

@media (min-width:1000px) {
	.section-heroProject {
		padding-top: 4.880952381rem
	}
}

.section-heroProject-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: calc(77vh - 17.06667rem);
	justify-content: center;
	overflow: hidden;
	padding-bottom: 10.6666666667rem;
	position: relative;
	text-align: center
}

@media (min-width:1000px) {
	.section-heroProject-inner {
		align-items: flex-end;
		flex-direction: row;
		height: 27.380952381rem;
		justify-content: space-between;
		padding-bottom: 2.380952381rem;
		text-align: left
	}
}

.section-heroProject-main {
	padding-left: 10px
}

@media (min-width:1000px) {
	.section-heroProject-main {
		padding-left: 30px
	}
}

.section-heroProject-left {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media (min-width:1000px) {
	.section-heroProject-left {
		height: 100%;
		max-width: 74.4047619048rem
	}
}

.section-heroProject-right {
	bottom: 10.6666666667rem;
	color: #585b6a;
	font-style: italic;
	padding-right: 10px;
	position: absolute
}

@media (min-width:1000px) {
	.section-heroProject-right {
		padding-left: 30px;
		position: static
	}
}

.section-heroProject-back {
	align-items: center;
	color: #585b6a;
	display: flex !important;
	justify-content: flex-start;
	left: 0;
	margin-bottom: 10.6666666667rem;
	position: absolute !important;
	top: 0
}

@media (min-width:1000px) {
	.section-heroProject-back {
		margin-bottom: 2.380952381rem;
		position: relative !important
	}
}

.section-heroProject-back .component-icon {
	margin-right: 2.1333333333rem;
	transform: rotate(-135deg)
}

@media (min-width:1000px) {
	.section-heroProject-back .component-icon {
		margin-right: .4761904762rem
	}
}

.section-heroProject-tags {
	align-items: center;
	display: flex;
	gap: 1.0666666667rem;
	justify-content: center;
	margin-bottom: 6.4rem
}

@media (min-width:1000px) {
	.section-heroProject-tags {
		gap: .2380952381rem;
		justify-content: flex-start;
		margin-bottom: 1.4285714286rem
	}
}

.section-heroProject-image {
	height: 69.3333333333rem;
	width: 100%
}

@media (min-width:650px) {
	.section-heroProject-image {
		height: 83.3333333333rem
	}
}

@media (min-width:1000px) {
	.section-heroProject-image {
		height: 52.380952381rem
	}
}

.section-intro {
	padding-bottom: 8.5333333333rem;
	padding-top: 8.5333333333rem
}

@media (min-width:1000px) {
	.section-intro {
		padding-bottom: 11.4285714286rem;
		padding-top: 2.380952381rem
	}
}

.section-intro-titleContainer {
	position: relative
}

.section-intro-label {
	color: #585b6a;
	display: inline-block;
	margin-bottom: 12.8rem
}

@media (min-width:1000px) {
	.section-intro-label {
		margin-bottom: 0;
		padding-top: 1.54762rem;
		position: absolute
	}

	.section-intro-title:first-letter {
		margin-left: 20.8333333333rem
	}
}

.section-pressKit {
	padding-bottom: 34.1333333333rem;
	padding-top: 34.1333333333rem;
	text-align: center
}

@media (min-width:1000px) {
	.section-pressKit {
		padding-bottom: 15.2380952381rem;
		padding-top: 12.8571428571rem
	}
}

.section-pressKit-text {
	margin-bottom: 14.4rem
}

@media (min-width:1000px) {
	.section-pressKit-text {
		margin: auto auto 3.2142857143rem;
		width: 30%
	}
}

.section-redirectArticles {
	background-color: #f0f0f2;
	padding-bottom: 1.4285714286rem;
	padding-top: 1.9047619048rem
}

@media (min-width:1000px) {
	.section-redirectArticles {
		padding-bottom: 4.2857142857rem;
		padding-top: 2.380952381rem
	}
}

.section-redirectArticles-articles {
	display: flex;
	flex-direction: column;
	gap: 4.2666666667rem;
	margin-top: 14.9333333333rem
}

@media (min-width:1000px) {
	.section-redirectArticles-articles {
		flex-direction: row;
		gap: 2.8571428571rem;
		margin-top: 11.9047619048rem;
		padding-bottom: 11.9047619048rem
	}
}

.section-redirectArticles-article {
	width: 100%
}

@media (min-width:1000px) {
	.section-redirectArticles-article {
		width: 22.380952381rem
	}

	.section-redirectArticles-article:nth-child(2) {
		transform: translateY(11.9047619048rem)
	}

	.section-redirectArticles-article:nth-child(3) {
		margin-left: auto;
		transform: translateY(-14.2857142857rem)
	}
}

.section-redirectProject {
	background-color: #00051e;
	color: #fff;
	overflow: hidden;
	padding-bottom: 10.6666666667rem;
	padding-top: 10.6666666667rem;
	position: relative
}

@media (min-width:1000px) {
	.section-redirectProject {
		height: 34.5238095238rem;
		padding-bottom: 3.2142857143rem;
		padding-top: 3.2142857143rem
	}

	.section-redirectProject:hover .section-redirectProject-wrapper {
		height: 105vw;
		width: 105vw
	}

	.section-redirectProject:hover .section-redirectProject-cta-wrapper:after {
		transform: scaleX(1);
		transition: transform .7s cubic-bezier(.5, 1, .89, 1) .6s
	}

	.section-redirectProject:hover .section-redirectProject-cta-wrapper:before {
		transform: scaleX(0);
		transition: transform .7s cubic-bezier(.11, 0, .5, 0)
	}

	.section-redirectProject:hover .section-redirectProject-cta-button {
		transform: scale(1.2)
	}

	.section-redirectProject:hover .section-redirectProject-cta-button .component-icon {
		transform: scale(.9) rotate(45deg)
	}
}

.section-redirectProject-inner {
	display: flex;
	flex-direction: column
}

@media (min-width:1000px) {
	.section-redirectProject-inner {
		height: 27.380952381rem
	}
}

.section-redirectProject-wrapper {
	display: none
}

@media (min-width:1000px) {
	.section-redirectProject-wrapper {
		align-items: center;
		border-radius: 50%;
		display: block;
		display: flex;
		height: 0;
		justify-content: center;
		left: 50%;
		overflow: hidden;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: width 1s cubic-bezier(.85, 0, .15, 1), height 1s cubic-bezier(.85, 0, .15, 1);
		width: 0
	}
}

.section-redirectProject-background {
	height: 34.5238095238rem;
	position: relative;
	width: 100vw
}

.section-redirectProject-background:after {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%
}

.section-redirectProject-background img {
	height: 34.5238095238rem;
	object-fit: cover;
	opacity: .1;
	position: relative;
	width: 100vw
}

.section-redirectProject-title {
	margin-bottom: 32rem
}

@media (min-width:1000px) {
	.section-redirectProject-title {
		margin-bottom: 0
	}
}

.section-redirectProject-cta {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: auto
}

@media (min-width:1000px) {
	.section-redirectProject-cta {
		flex-direction: row
	}
}

.section-redirectProject-cta-wrapper {
	margin-bottom: 19.2rem;
	overflow: hidden;
	padding-bottom: 2.6666666667rem;
	position: relative
}

@media (min-width:1000px) {
	.section-redirectProject-cta-wrapper {
		margin-bottom: 0;
		padding-bottom: .5952380952rem
	}
}

.section-redirectProject-cta-wrapper:after {
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .7s cubic-bezier(.11, 0, .5, 0)
}

.section-redirectProject-cta-wrapper:after,
.section-redirectProject-cta-wrapper:before {
	background-color: currentColor;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%
}

.section-redirectProject-cta-wrapper:before {
	transform-origin: right;
	transition: transform .7s cubic-bezier(.5, 1, .89, 1) .6s
}

.section-redirectProject-cta-title {
	display: inline-block;
	position: relative
}

.section-redirectProject-cta-title-hover {
	display: none
}

@media (min-width:1000px) {
	.section-redirectProject-cta-title-hover {
		bottom: .5952380952rem;
		display: block;
		left: 0;
		opacity: 0;
		position: absolute
	}
}

.section-redirectProject-cta-title-line {
	overflow: hidden
}

@media (min-width:1000px) {
	.section-redirectProject-cta-title-line {
		padding-bottom: .1785714286rem;
		padding-top: .1785714286rem
	}
}

.section-redirectProject-cta-button {
	align-self: flex-end;
	gap: 0;
	height: 36.2666666667rem;
	max-height: none;
	width: 36.2666666667rem
}

.section-redirectProject-cta-button,
.section-redirectProject-cta-button .component-icon {
	transition: transform .8s cubic-bezier(.85, 0, .15, 1)
}

@media (min-width:1000px) {
	.section-redirectProject-cta-button {
		height: 8.0952380952rem;
		order: -1;
		width: 8.0952380952rem
	}
}

.section-testimony {
	background-color: #fff;
	padding-bottom: 10.6666666667rem;
	padding-top: 5.3333333333rem
}

@media (min-width:1000px) {
	.section-testimony {
		padding-bottom: 4.4047619048rem;
		padding-top: 2.380952381rem
	}
}

.section-testimony--beige {
	background-color: #ffe2d2
}

.section-testimony-main {
	display: flex;
	flex-direction: column;
	gap: 10.6666666667rem;
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-testimony-main {
		flex-direction: row;
		gap: 3.5714285714rem;
		margin-bottom: 6.1904761905rem
	}

	.section-testimony-left {
		width: 58%
	}
}

.section-testimony-right {
	margin-left: auto;
	width: 50%
}

@media (min-width:1000px) {
	.section-testimony-right {
		width: 24%
	}
}

.section-testimony-footer {
	margin-top: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-testimony-footer {
		margin-top: 6.1904761905rem
	}

	.section-testimony-text {
		margin-top: 2.380952381rem
	}
}

.section-testimony-name {
	font-weight: 400
}

.section-testimony-company {
	color: #585b6a
}

.section-testimony-image {
	height: 57.3333333333rem
}

@media (min-width:1000px) {
	.section-testimony-image {
		height: 30.6547619048rem
	}
}

.section-textCentered {
	padding-bottom: 12.8rem;
	padding-top: 12.8rem
}

@media (min-width:1000px) {
	.section-textCentered {
		padding-bottom: 10.9523809524rem;
		padding-top: 9.0476190476rem
	}

	.section-textCentered-inner {
		margin: auto;
		width: 85%
	}
}

.section-titleText {
	padding-bottom: 17.0666666667rem;
	padding-top: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-titleText {
		padding-bottom: 3rem;
		padding-top: 1.4285714286rem
	}
}

.section-titleText-titleContainer {
	position: relative
}

.section-titleText-label {
	color: #585b6a;
	display: inline-block;
	margin-bottom: 12.8rem
}

@media (min-width:1000px) {
	.section-titleText-label {
		margin-bottom: 0;
		padding-top: 1.84524rem;
		position: absolute
	}

	.section-titleText-title:first-letter {
		margin-left: 20.8333333333rem
	}
}

.section-titleText-content {
	margin-left: auto;
	margin-top: 12.8rem;
	width: 70%
}

@media (min-width:1000px) {
	.section-titleText-content {
		color: #00051e;
		margin-top: 3rem;
		width: 35%
	}
}

.section-titleTextImageBig-inner {
	display: flex;
	flex-direction: column;
	gap: 32rem
}

@media (min-width:1000px) {
	.section-titleTextImageBig-inner {
		flex-direction: row;
		gap: 3.5714285714rem
	}
}

.section-titleTextImageBig-left {
	order: 2
}

@media (min-width:1000px) {
	.section-titleTextImageBig-left {
		order: 0;
		width: 50%
	}

	.section-titleTextImageBig-right {
		width: 50%
	}
}

.section-titleTextImageBig-title {
	margin-bottom: 21.3333333333rem
}

@media (min-width:1000px) {
	.section-titleTextImageBig-title {
		margin-bottom: 1rem
	}
}

.section-titleTextImageSmall-inner {
	position: relative
}

@media (min-width:1000px) {
	.section-titleTextImageSmall-main {
		display: flex
	}

	.section-titleTextImageSmall-left {
		width: 50%
	}
}

.section-titleTextImageSmall-right {
	margin-left: auto;
	width: 70%
}

@media (min-width:1000px) {
	.section-titleTextImageSmall-right {
		margin-bottom: 2rem;
		width: 30%
	}
}

.section-titleTextImageSmall-title {
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.section-titleTextImageSmall-title {
		margin-bottom: 65%
	}
}

.section-titleTextImageSmall-image {
	margin-top: 27.7333333333rem
}

@media (min-width:1000px) {
	.section-titleTextImageSmall-image {
		bottom: 0;
		margin-top: 0;
		position: absolute;
		width: 35%
	}

	.section-wysiwyg-inner {
		margin-left: auto;
		width: 60%
	}
}

.section-3Images {
	overflow: hidden
}

.section-3Images .swiper-wrapper {
	flex-direction: row
}

.page-404 {
	background: #fff5e6;
	height: 100vh
}

.page-404,
.page-404-inner {
	align-items: center;
	display: flex
}

.page-404-inner {
	justify-content: center;
	margin-bottom: 6.4rem
}

@media (min-width:1000px) {
	.page-404-inner {
		margin-bottom: 1.9047619048rem
	}
}

.page-404-logo {
	animation: rotate 9s linear infinite;
	max-width: 32rem
}

@media (min-width:1000px) {
	.page-404-logo {
		max-width: 23.2142857143rem
	}
}

.page-404-logo svg {
	display: block;
	height: 100%;
	margin: auto;
	width: 100%
}

.page-404-title {
	font-size: 37.3333333333rem;
	position: relative;
	z-index: 1
}

@media (min-width:1000px) {
	.page-404-title {
		font-size: 22.0238095238rem
	}
}

.page-404-title-1 {
	margin-right: -4.2666666667rem
}

@media (min-width:1000px) {
	.page-404-title-1 {
		margin-right: -2.380952381rem
	}
}

.page-404-title-2 {
	margin-left: -4.2666666667rem
}

@media (min-width:1000px) {
	.page-404-title-2 {
		margin-left: -3.8095238095rem
	}
}

.page-404-content {
	margin-bottom: 6.4rem
}

@media (min-width:1000px) {
	.page-404-content {
		margin-bottom: 1.9047619048rem;
		max-width: 53.5714285714rem
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(359deg)
	}
}

.page-contact {
	padding-bottom: 21.3333333333rem
}

@media (min-width:1000px) {
	.page-contact {
		padding-bottom: 11.9047619048rem
	}
}

.page-contact-hero {
	padding: 21.3333333333rem 0
}

@media (min-width:1000px) {
	.page-contact-hero {
		padding: 7.1428571429rem 0
	}
}

.page-contact-heroButtons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4.2666666667rem;
	margin-bottom: 6.4rem;
	position: relative;
	z-index: 1
}

@media (min-width:1000px) {
	.page-contact-heroButtons {
		flex-direction: row;
		gap: .9523809524rem;
		margin-bottom: 1.4285714286rem
	}

	.page-contact-heroButton {
		pointer-events: none
	}
}

.page-contact-heroTitle {
	font-family: Recoleta;
	font-size: 20.8rem;
	line-height: .8
}

@media (min-width:1000px) {
	.page-contact-heroTitle {
		font-size: 12.7976190476rem;
		line-height: 1
	}
}

.page-contact-formContainer {
	flex-direction: column;
	gap: 8.5333333333rem
}

@media (min-width:1000px) {
	.page-contact-formContainer {
		flex-direction: row;
		gap: 11.9047619048rem;
		padding-top: 82px
	}
}

.page-contact-formsButtonList {
	display: flex;
	gap: 2.1333333333rem;
	width: 100%
}

@media (min-width:1000px) {
	.page-contact-formsButtonList {
		flex-direction: column;
		gap: .4761904762rem;
		top: 82px;
		width: auto;
		will-change: transform
	}
}

.page-contact-formsButtonItem {
	border-radius: 50%;
	cursor: pointer;
	display: grid;
	font-family: Barlow;
	font-size: 3.2rem;
	height: 28.8rem;
	place-items: center;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 28.8rem
}

@media (min-width:650px) {
	.page-contact-formsButtonItem {
		height: 46.875rem;
		width: 46.875rem
	}
}

@media (min-width:1000px) {
	.page-contact-formsButtonItem {
		font-size: .8333333333rem;
		height: 10.4166666667rem;
		width: 10.4166666667rem
	}
}

.page-contact-formsButtonItem:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	position: absolute;
	transform: scale(0);
	transition: transform .7s cubic-bezier(.85, 0, .15, 1);
	width: 100%;
	z-index: 2
}

.page-contact-formsButtonItem:before {
	border: .2666666667rem solid #e7e7e7;
	border-radius: 50%;
	content: "";
	height: 100%;
	position: absolute;
	transition: transform .5s cubic-bezier(0, .55, .45, 1);
	width: 100%;
	z-index: 1
}

@media (min-width:1000px) {
	.page-contact-formsButtonItem:before {
		border: .0595238095rem solid #e7e7e7
	}
}

.page-contact-formsButtonItem span {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 4.2666666667rem;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 3
}

@media (min-width:1000px) {
	.page-contact-formsButtonItem span {
		padding: 2.380952381rem
	}
}

.page-contact-formsButtonItem:hover:before {
	transform: scale(.9)
}

.page-contact-formsButtonItem.is-active:after {
	transform: scale(1)
}

.page-contact-formsButtonItem:first-child.is-active:after {
	background-color: #ffcf80
}

.page-contact-formsButtonItem:nth-child(2).is-active:after {
	background-color: #ffe2d2
}

.page-contact-formsButtonItem:nth-child(3).is-active:after {
	background-color: #82daff;
	transform: scale(1)
}

.page-contact-formsList {
	width: 100%
}

@media (min-width:1000px) {
	.page-contact-formsList {
		max-width: 61.9047619048rem;
		min-height: 71.4285714286rem;
		transform: translateY(.8928571429rem)
	}
}

.page-contact-contactForm {
	display: none;
	opacity: 0;
	transform: translateY(4rem);
	visibility: hidden
}

@media (min-width:1000px) {
	.page-contact-contactForm {
		transform: translateY(.8928571429rem)
	}
}

.page-contact-contactForm:first-child {
	display: block;
	opacity: 1;
	transform: translateY(0);
	visibility: visible
}

.page-contact-contactForm-content {
	font-size: 8.5333333333rem;
	font-style: 300;
	line-height: 13.3333333333rem;
	order: 1
}

.page-contact-contactForm-content .wpcf7-form-control-wrap:nth-child(2n) input {
	color: #82daff
}

@media (min-width:1000px) {
	.page-contact-contactForm-content {
		font-size: 4.1666666667rem;
		line-height: 4.7619047619rem
	}
}

.page-contact-contactForm-inputFileContainer {
	display: flex;
	flex-direction: column
}

@media (min-width:1000px) {
	.page-contact-contactForm-inputFileContainer {
		align-items: center;
		flex-direction: row
	}
}

.page-contact-contactForm-inputFileContainer .wpcf7-not-valid-tip {
	left: 0;
	position: absolute;
	width: 400px
}

@media (min-width:1000px) {
	.page-contact-contactForm-inputFileContainer .wpcf7-not-valid-tip {
		left: .2976190476rem !important;
		top: -2.9761904762rem !important
	}
}

.page-contact-contactForm-inputFileContainer:not(:last-child) {
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.page-contact-contactForm-inputFileContainer:not(:last-child) {
		margin-bottom: 1.9047619048rem
	}
}

.page-contact-contactForm-paragraph {
	margin: 10.6666666667rem 0
}

@media (min-width:1000px) {
	.page-contact-contactForm-paragraph {
		margin: 4.7619047619rem 0
	}
}

.page-contact-contactForm-footer {
	margin-top: 10.6666666667rem;
	order: 2
}

@media (min-width:1000px) {
	.page-contact-contactForm-footer {
		margin-top: 7.1428571429rem
	}
}

.page-contact .wpcf7-spinner {
	cursor: pointer
}

.page-contact .wpcf7 .wpcf7-submit:disabled {
	pointer-events: auto
}

.page-adn {
	background-color: #00051e;
	color: #fff
}

.page-adn-offices-title span {
	margin-top: -6px;
	overflow: hidden;
	padding-bottom: 6px
}

@media (min-width:1000px) {

	.page-adn-offices-title span:first-child,
	.page-adn-offices-title span:nth-child(2) {
		text-align: center
	}

	.page-adn-offices-title span:nth-child(4) {
		text-align: right
	}
}

.page-adn-offices-logo {
	bottom: 0;
	right: 0;
	z-index: 0
}

.page-adn-design-title span {
	margin-top: -6px;
	overflow: hidden;
	padding-bottom: 6px
}

@media (min-width:1000px) {
	.page-adn-design-title span:first-child {
		margin-left: 4.7619047619rem
	}

	.page-adn-design-title span:nth-child(3),
	.page-adn-design-title span:nth-child(5) {
		text-align: right
	}

	.page-adn-design-title span:nth-child(4) {
		margin-right: 2.380952381rem;
		text-align: right
	}
}

.page-adn-design-image {
	display: none;
	position: absolute
}

.page-adn-design-image img {
	height: auto;
	width: 100%
}

@media (min-width:1000px) {
	.page-adn-design-image {
		display: block;
		height: 13.9880952381rem;
		right: 1.4880952381rem;
		top: 1.4880952381rem;
		width: 23.8095238095rem
	}
}

.page-adn-design-logo {
	bottom: auto;
	left: 0;
	z-index: 0
}

@media (min-width:1000px) {
	.page-adn-design-logo {
		bottom: -4.5238095238rem
	}

	.page-adn-approach-title {
		max-width: 59.5238095238rem
	}
}

.page-adn-approach-title span {
	margin-top: -6px;
	overflow: hidden;
	padding-bottom: 6px
}

@media (min-width:1000px) {
	.page-adn-approach-title span:first-child {
		text-align: center;
		transform: translate(-10.7142857143rem, 4.7619047619rem)
	}

	.page-adn-approach-title span:nth-child(2) {
		text-align: right
	}

	.page-adn-approach-title span:nth-child(3) {
		transform: translateX(-1.4285714286rem)
	}

	.page-adn-approach-title span:nth-child(3),
	.page-adn-approach-title span:nth-child(5) {
		text-align: center
	}
}

.page-adn-approach-logo {
	bottom: auto;
	right: 0;
	z-index: 0
}

@media (min-width:1000px) {
	.page-adn-approach-logo {
		bottom: 4.4642857143rem;
		width: 17.8571428571rem
	}
}

.page-adn-meaning {
	background-color: #fcfbf7;
	color: #00051e;
	padding-bottom: 0
}

.page-adn-meaning-inner {
	margin: auto
}

@media (min-width:1000px) {
	.page-adn-meaning-inner {
		max-width: 41.6666666667rem
	}
}

.page-adn-meaning-title {
	margin-bottom: 8.5333333333rem;
	text-align: left
}

@media (min-width:1000px) {
	.page-adn-meaning-title {
		margin-bottom: 1.9047619048rem;
		text-align: center
	}
}

.page-adn-meaning-content {
	padding: 0;
	text-align: left
}

@media (min-width:1000px) {
	.page-adn-meaning-content {
		padding: 0 4.7619047619rem;
		text-align: center
	}
}

.page-adn-meaning-image {
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0
}

@media (min-width:1000px) {
	.page-adn-meaning-image {
		margin-top: -4.7619047619rem;
		max-width: 53.5714285714rem
	}
}

@media (max-width:960px) and (min-width:0) {

	.page-adn-approach-title span,
	.page-adn-design-title span,
	.page-adn-offices-title span {
		display: inline-block;
		margin-top: -6px;
		overflow: hidden;
		padding-bottom: 6px;
		text-align: center
	}
}

.page-blog-header {
	margin-bottom: 40px
}

.page-blog-loader {
	display: none;
	width: 80px
}

.page-blog-list {
	grid-gap: 4.2666666667rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr)
}

@media (min-width:650px) {
	.page-blog-list {
		grid-gap: 1.6666666667rem;
		grid-template-columns: repeat(2, 1fr)
	}
}

@media (min-width:1000px) {
	.page-blog-list {
		grid-gap: .9523809524rem;
		grid-template-columns: repeat(4, 1fr)
	}

	.page-expertise-introduction {
		margin: auto auto 2.8571428571rem;
		max-width: 77.380952381rem
	}
}

.page-expertise-anchors {
	-ms-overflow-style: none;
	display: flex;
	gap: 2.1333333333rem;
	justify-content: flex-start;
	overflow: scroll;
	padding-bottom: 6.4rem;
	scrollbar-width: none
}

.page-expertise-anchors::-webkit-scrollbar {
	display: none
}

@media (min-width:1000px) {
	.page-expertise-anchors {
		border-bottom: .0595238095rem solid #e7e7e7;
		gap: .4761904762rem;
		justify-content: center;
		overflow: hidden;
		padding-bottom: 1.4285714286rem
	}
}

.page-expertise-anchorItem {
	flex: 1 0 auto
}

@media (min-width:1000px) {
	.page-expertise-anchorItem {
		flex: initial
	}
}

.page-gazeta-pagination {
	padding-top: 0
}

@media (max-width:960px) and (min-width:0) {
	.page-gazeta-postList {
		padding-top: 0
	}
}

.page-gazeta-paginationInner {
	justify-content: center
}

@media (min-width:1000px) {
	.page-gazeta-paginationInner {
		justify-content: flex-end
	}
}

@media (max-width:960px) and (min-width:0) {
	.page-home .section-heroHome-title {
		font-size: 8.5333333333rem
	}
}

.page-home-introduction {
	background-color: #fff5e6;
	padding-bottom: 23.4666666667rem;
	padding-top: 4.2666666667rem
}

@media (min-width:1000px) {
	.page-home-introduction {
		padding-bottom: 11.9047619048rem;
		padding-top: 11.9047619048rem
	}

	.page-home-introduction-inner {
		margin: auto;
		width: 85%
	}
}

.page-home-introduction-label {
	margin-bottom: 6.4rem
}

@media (min-width:1000px) {
	.page-home-introduction-label {
		margin-bottom: 1.9047619048rem
	}
}

.page-home-projects {
	padding-top: .9523809524rem
}

@media (min-width:1000px) {
	.page-home-projects {
		padding-top: 2.380952381rem
	}
}

.page-home-projects .component-titleIndent {
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.page-home-projects .component-titleIndent {
		margin-bottom: 6.6666666667rem
	}
}

.page-home-projects-buttonContainer {
	margin-top: 10.6666666667rem;
	text-align: center
}

@media (min-width:1000px) {
	.page-home-projects-buttonContainer {
		margin-top: 4.2857142857rem
	}
}

.page-home-expertise {
	background-color: #fff5e6;
	overflow: hidden;
	position: relative
}

.page-home-expertise .component-titleIndent {
	margin-bottom: 10.6666666667rem;
	position: relative;
	z-index: 1
}

@media (min-width:1000px) {
	.page-home-expertise .component-titleIndent {
		margin-bottom: 4.2857142857rem
	}
}

.page-home-expertise-content {
	max-width: 137.6rem;
	padding-right: 0;
	position: relative;
	z-index: 1
}

@media (min-width:1000px) {
	.page-home-expertise-content {
		max-width: 30.7142857143rem;
		padding-right: 2.8571428571rem
	}
}

.page-home-expertise-wysiwyg {
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.page-home-expertise-wysiwyg {
		margin-bottom: 1.9047619048rem
	}
}

.page-home-expertise-symbol {
	position: absolute;
	right: -20%;
	top: 28%;
	width: 80rem;
	z-index: 0
}

@media (min-width:1000px) {
	.page-home-expertise-symbol {
		right: 5%;
		top: 10%;
		width: 17.8571428571rem
	}
}

.page-home-expertise-imageList {
	gap: 6.4rem;
	margin-top: 10.6666666667rem;
	position: relative;
	z-index: 1
}

@media (min-width:1000px) {
	.page-home-expertise-imageList {
		gap: 1.4285714286rem;
		margin-top: 2.380952381rem
	}
}

.page-home-expertise-image {
	display: none;
	width: 100%
}

.page-home-expertise-image:first-child {
	display: block
}

@media (min-width:650px) {

	.page-home-expertise-image:nth-child(2),
	.page-home-expertise-image:nth-child(3) {
		display: block
	}
}

.page-home-team .component-titleIndent {
	margin-bottom: 10.6666666667rem
}

@media (min-width:1000px) {
	.page-home-team .component-titleIndent {
		margin-bottom: 4.2857142857rem
	}
}

.page-home-team-imageContainer {
	position: relative
}

.page-home-team-image:before {
	background-color: rgba(0, 0, 0, .1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

@media (min-width:1000px) {
	.page-home-team-image:before {
		background-color: rgba(0, 0, 0, .3)
	}
}

.page-home-team-overlay {
	margin-top: 8.5333333333rem;
	z-index: 1
}

@media (min-width:1000px) {
	.page-home-team-overlay {
		align-items: flex-end;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		left: 0;
		margin-top: 0;
		padding: 2.8571428571rem 3.9285714286rem;
		position: absolute;
		width: 100%
	}
}

@media (max-width:960px) and (min-width:0) {
	.page-home-team-legend {
		font-size: 4.2666666667rem;
		line-height: 6.9333333333rem
	}
}

@media (min-width:1000px) {
	.page-home-team-legend {
		color: #fff;
		width: 50%
	}
}

.page-home-team-button {
	margin-top: 8.5333333333rem
}

@media (min-width:1000px) {
	.page-home-team-button {
		background-color: #fff !important;
		color: #585b6a !important;
		margin-top: 0
	}

	.page-home-team-button:hover {
		background-color: #f2f2f2 !important
	}
}

.page-home-gazeta-label {
	color: #4692ff;
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.page-home-gazeta-label {
		margin-bottom: .9523809524rem
	}
}

.page-home-gazeta-post-title {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 8.5333333333rem
}

@media (min-width:1000px) {
	.page-home-gazeta-post-title {
		margin-bottom: 0
	}
}

.page-home-gazeta-wrapper {
	grid-gap: 4.2666666667rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr)
}

@media (min-width:1000px) {
	.page-home-gazeta-wrapper {
		grid-gap: 2.8571428571rem;
		grid-template-columns: repeat(6, 1fr)
	}
}

.page-home-gazeta-wrapper:not(:last-child) {
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.page-home-gazeta-wrapper:not(:last-child) {
		margin-bottom: 2.8571428571rem
	}
}

.page-home-gazeta-post-3 {
	grid-area: 3/1/4/2
}

@media (min-width:1000px) {
	.page-home-gazeta-post-title {
		grid-area: 1/1/2/3
	}

	.page-home-gazeta-post-1 {
		grid-area: 1/3/2/7
	}

	.page-home-gazeta-post-2 {
		grid-area: 2/1/3/3
	}

	.page-home-gazeta-post-3 {
		grid-area: 2/5/3/7
	}
}

.page-home-gazeta .component-gazetaInfoCard {
	background-color: #ffe2d2
}

.page-home-gazeta-desktopBtn {
	margin-top: 10.6666666667rem
}

@media (min-width:1000px) {
	.page-home-gazeta-desktopBtn {
		margin: 0
	}
}

.page-legals {
	background: #fff5e6
}

.page-legals-title {
	padding: 21.3333333333rem 0 8.5333333333rem
}

@media (min-width:1000px) {
	.page-legals-title {
		padding: 7.1428571429rem 0 1.9047619048rem
	}
}

.page-legals-content {
	padding-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.page-legals-content {
		margin: auto;
		max-width: 53.5714285714rem;
		padding-bottom: 7.1428571429rem
	}
}

.page-projects-formProjectContainer {
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 64px;
	width: 100%;
	z-index: 9
}

@media (min-width:1000px) {
	.page-projects-formProjectContainer {
		position: relative;
		z-index: 13
	}

	.page-projects-formProject {
		margin: 0;
		padding: 0
	}
}

.page-projects-toggleBtn {
	position: relative;
	width: 100%;
	z-index: 14
}

@media (min-width:1000px) {
	.page-projects-toggleBtn {
		left: 0;
		margin: auto;
		max-width: 15.0595238095rem;
		opacity: 1;
		position: absolute;
		right: 0;
		top: 1.1904761905rem;
		transition: opacity visibility cubic-bezier(.65, 0, .35, 1);
		transition-duration: .5s;
		visibility: visible;
		width: auto
	}
}

.page-projects-toggleBtn .component-icon {
	pointer-events: none;
	transition-duration: .4s
}

.page-projects-toggleBtn.is-scroll {
	will-change: transform
}

.page-projects-toggleBtn.is-hidden {
	opacity: 0;
	visibility: hidden
}

.page-projects-container,
.page-projects-seeMore {
	padding-top: 0
}

.page-projects-loader {
	padding-top: 8.5333333333rem
}

@media (min-width:1000px) {
	.page-projects-loader {
		padding-top: 5.3571428571rem
	}
}

.page-single-project {
	background-color: #fcfbf7;
	position: relative
}

.page-single-project-background {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.page-single-project-main {
	position: relative;
	z-index: 1
}

.page-single-project .section-beforeAfter-container {
	border-radius: unset
}

.page-team .section-hero {
	background-color: #fff5e6
}

.page-team-introduction {
	align-items: flex-end;
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between
}

@media (min-width:1000px) {
	.page-team-introduction {
		flex-direction: row
	}
}

.page-team-introduction-image {
	border-radius: 16px;
	flex: 1 0 auto;
	overflow: hidden;
	width: 100%
}

.page-team-introduction-image-mobile {
	display: none
}

.page-team-introduction-image.isMobile .page-team-introduction-image-mobile {
	display: block
}

.page-team-introduction-image.isMobile .page-team-introduction-image-desktop {
	display: none
}

@media (min-width:1000px) {
	.page-team-introduction-image {
		max-width: 30%
	}

	.page-team-introduction-image.isMobile .page-team-introduction-image-mobile {
		display: none
	}

	.page-team-introduction-image.isMobile .page-team-introduction-image-desktop {
		display: block
	}
}

.page-team-introduction-content {
	padding-bottom: 6.4rem;
	width: 100%
}

@media (min-width:1000px) {
	.page-team-introduction-content {
		padding-bottom: 4.7619047619rem;
		width: 35%
	}
}

.page-team-roles {
	display: none
}

@media (min-width:1000px) {
	.page-team-roles {
		border-bottom: .0595238095rem solid #e7e7e7;
		display: flex;
		gap: .4761904762rem;
		padding-bottom: 1.4285714286rem
	}
}

.page-team-roleItem {
	overflow: hidden
}

.page-team-roleItem-title {
	margin: 0 auto 6.4rem;
	text-align: left
}

@media (min-width:1000px) {
	.page-team-roleItem-title {
		margin: 0 auto 1.4285714286rem;
		max-width: 53.5714285714rem;
		text-align: center
	}
}

.page-team-roleItem-content {
	color: #585b6a;
	margin: 0 auto 10.6666666667rem;
	text-align: left
}

@media (min-width:1000px) {
	.page-team-roleItem-content {
		margin: 0 auto 2.9761904762rem;
		max-width: 47.619047619rem;
		text-align: center
	}
}

.page-team-roleItem-swiper-controls {
	display: none
}

@media (min-width:1000px) {
	.page-team-roleItem-swiper-controls {
		align-items: center;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		margin: auto auto 4.7619047619rem;
		width: 10.119047619rem
	}

	.page-team-roleItem-swiper-controls-left,
	.page-team-roleItem-swiper-controls-right {
		align-items: center;
		background-color: #f0f0f2;
		border-radius: 4.8214285714rem;
		display: flex;
		height: 4.8214285714rem;
		justify-content: center;
		width: 4.8214285714rem
	}

	.page-team-roleItem-swiper-controls-left span,
	.page-team-roleItem-swiper-controls-right span {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiBzdHJva2U9IiM1ODVCNkEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBkPSJNMTMuNDQ2IDUuNWE0LjIxIDQuMjEgMCAwIDEtNC4yMTEtNC4yMVYuNjU4Ii8+PHBhdGggZD0iTTEzLjQ0NiA1LjVhNC4yMSA0LjIxIDAgMCAwLTQuMjExIDQuMjExdi42MzFNMS41NTIgNS41Nmg5LjU3Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNy4wMDkgNy4wNTIpIiBkPSJNMCAwaDEwLjkxNXYxMy4xMjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		height: 1.130952381rem;
		width: .9523809524rem
	}

	.page-team-roleItem-swiper-controls-left span {
		height: 1.1904761905rem;
		transform: rotate(180deg);
		width: 1.0119047619rem
	}
}

.page-team-roleItem .swiper-container {
	cursor: grabbing;
	overflow: visible
}

@media (min-width:1000px) {
	.page-team-roleItem .swiper-container {
		height: 37.7976190476rem;
		margin-bottom: 9.5238095238rem
	}
}

.page-team-roleItem .swiper-slide {
	transform: scale(.9);
	transition: transform .5s cubic-bezier(0, .55, .45, 1)
}

.page-team-roleItem .swiper-slide .component-memberCard-image {
	transform: scale(1.1);
	transition: transform .5s cubic-bezier(0, .55, .45, 1)
}

.page-team-roleItem.isNull .component-memberCard-title {
	opacity: 0;
	transition: opacity .1s cubic-bezier(.37, 0, .63, 1)
}

.page-team-roleItem.isNull .component-memberCard-link {
	transform: scale(0)
}

.page-team-roleItem.isOddUp .swiper-container {
	cursor: grab
}

.page-team-roleItem.isOddUp .component-memberCard:hover .component-memberCard-link {
	transform: scale(1)
}

.page-team-roleItem.isOddUp .swiper-slide {
	height: auto
}

.page-team-roleItem.isOddUp .swiper-slide:nth-child(2n) {
	transform: translateY(4rem) scale(1)
}

.page-team-roleItem.isOddUp .swiper-slide:nth-child(odd) {
	transform: translateY(-4rem) scale(1)
}

.page-team-roleItem.isOddUp .swiper-slide .component-memberCard-image {
	transform: scale(1)
}

@media (min-width:1000px) {
	.page-team-roleItem.isOddUp .swiper-slide:nth-child(2n) {
		transform: translateY(1.7857142857rem) scale(1)
	}

	.page-team-roleItem.isOddUp .swiper-slide:nth-child(odd) {
		transform: translateY(-1.7857142857rem) scale(1)
	}
}

.page-team-roleItem.isEvenUp .swiper-container {
	cursor: grab
}

.page-team-roleItem.isEvenUp .component-memberCard:hover .component-memberCard-link {
	transform: scale(1)
}

.page-team-roleItem.isEvenUp .swiper-slide {
	height: auto
}

.page-team-roleItem.isEvenUp .swiper-slide:nth-child(odd) {
	transform: translateY(4rem) scale(1)
}

.page-team-roleItem.isEvenUp .swiper-slide:nth-child(2n) {
	transform: translateY(-4rem) scale(1)
}

.page-team-roleItem.isEvenUp .swiper-slide .component-memberCard-image {
	transform: scale(1)
}

@media (min-width:1000px) {
	.page-team-roleItem.isEvenUp .swiper-slide:nth-child(odd) {
		transform: translateY(1.7857142857rem) scale(1)
	}

	.page-team-roleItem.isEvenUp .swiper-slide:nth-child(2n) {
		transform: translateY(-1.7857142857rem) scale(1)
	}
}

.page-team-joinUs {
	background-color: #ffcf80
}

.page-team-joinUs-header {
	display: flex;
	flex-direction: column;
	margin-bottom: 4.2666666667rem
}

@media (min-width:1000px) {
	.page-team-joinUs-header {
		flex-direction: row;
		margin-bottom: .9523809524rem
	}
}

.page-team-joinUs-title {
	margin-bottom: 21.3333333333rem
}

@media (min-width:1000px) {
	.page-team-joinUs-title {
		margin-bottom: 0
	}
}

.page-team-joinUs-image {
	align-self: flex-end;
	margin-bottom: 21.3333333333rem;
	width: 60%
}

@media (min-width:1000px) {
	.page-team-joinUs-image {
		margin-bottom: 0;
		width: 30%
	}

	.page-team-joinUs-list {
		width: 55%
	}
}

.page-team-joinUs-list li:first-child {
	border-top: .2666666667rem solid #00051e
}

@media (min-width:1000px) {
	.page-team-joinUs-list li:first-child {
		border-top: .0595238095rem solid #00051e
	}
}

.page-team-joinUs-item {
	border-bottom: .2666666667rem solid #00051e;
	padding: 4.2666666667rem 0
}

@media (min-width:1000px) {
	.page-team-joinUs-item {
		border-bottom: .0595238095rem solid #00051e;
		padding: .9523809524rem 0
	}
}

.page-team-joinUs-item .component-icon {
	transition: transform .4s
}

.page-team-joinUs-item:hover .component-icon {
	transform: translateX(-.8928571429rem)
}

.page-ui {
	background-color: #fcfbf7
}

.page-ui-title {
	color: #4692ff
}

.page-ui-sectionContent {
	border-top: 3px solid #4692ff;
	padding-top: 32px
}

.page-ui-memberCard {
	max-width: 117.3333333333rem
}

@media (min-width:1000px) {
	.page-ui-memberCard {
		max-width: 26.1904761905rem
	}
}

.layout-main {
	position: relative;
	z-index: 1
}

.layout-main-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10
}

.layout-main-content {
	background-color: #fcfbf7;
	position: relative;
	transition: background-color 1s cubic-bezier(.85, 0, .15, 1);
	z-index: 1
}

.layout-main-footer {
	position: relative;
	z-index: 0
}

.layout-main.isLoading .layout-loader-overlay {
	opacity: 1;
	visibility: visible
}

.layout-page {
	will-change: opacity
}

.layout-loader {
	background-color: #fcfbf7;
	height: 100vh;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	transform: translateY(100%);
	width: 100vw;
	will-change: opacity;
	z-index: 9999
}

.layout-loader-overlay {
	background-color: rgba(0, 5, 30, .4);
	height: calc(var(--vh)*100);
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity .4s cubic-bezier(.85, 0, .15, 1);
	visibility: hidden;
	width: 100%;
	z-index: 100
}

.layout-loader-overlay img {
	height: 42.6666666667rem;
	width: 42.6666666667rem
}

@media (min-width:1000px) {
	.layout-loader-overlay img {
		height: 9.5238095238rem;
		width: 9.5238095238rem
	}
}