@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.o-site-wrap {
	padding-bottom: 0
}
.c-full-height {
	display: flex;
	min-height: calc(100dvh - 72px);
}
.admin-bar .c-full-height {
	min-height: calc(100dvh - 104px);
}
.c-full-height__inner {
	margin-top: auto;
	margin-bottom: auto;
	padding: 3rem 0;
}
h1 {
	font-size: clamp(32px,5vw,68px);
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.c-header {
	background: #fff;
}
.admin-bar .c-header {
	top: 28px;
}
.c-nav-menu--header, .c-nav-menu--header li {
	display: inline-block;
}
.c-nav-menu--header li a {
	display: block;
	padding: 0.5rem 1rem;
	color: #252e3f;
	text-decoration: none;
}
.c-nav-menu--header li a:hover {
	color: #40b1c0;
}
.c-nav-menu--header li.c-nav-menu__item--active a {
	color: #F26759
}
.hamburger {
	display: none;
    position: relative;
    z-index: 999;
    font: inherit;
    vertical-align: middle;
    overflow: visible;
    margin: 0;
    padding: 0 0.5rem;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent
}

.hamburger-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 20px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 3px;
    background-color: #252e3f
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner:before {
    top: -7px
}

.hamburger-inner:after {
    bottom: -7px
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}
.cta-button {
	margin-left: 1rem;
}

.trusted-by {
    display: flex;
    padding: 0 5%;
    justify-content: space-between;
    align-items: center;
    gap: 6vw;
}
.trusted-by div {
	text-align: center;
	max-width: 120px;
}
.trusted-by img {
	transform: scale(0.5);
	transition: all 0.6s;
}
.trusted-by.visible img {
	transform: scale(1);
}
.trusted-by div:nth-child(2) img {
	transition-delay: 0.1s;
}
.trusted-by div:nth-child(3) img {
	transition-delay: 0.2s;
}
.trusted-by div:nth-child(4) img {
	transition-delay: 0.3s;
}
.trusted-by div:nth-child(5) img {
	transition-delay: 0.4s;
}
.trusted-by div:nth-child(6) img {
	transition-delay: 0.5s;
}
.trusted-by div:nth-child(7) img {
	transition-delay: 0.6s;
}
@media (max-width: 980px) {
	.trusted-by {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}

.fl {
	--bokeh-color0: #f2685b;
	--bokeh-color1: #40b1c0;
	--bokeh-color2: #298cca;
	--bokeh-color3: #f9c553;
	--bokeh-opacity: 7; 
	--bokeh-size: 40rem;
	--bokeh-blur: 4rem;
	
	position: relative;
	background: var(--bokeh-color0);
	background-image: linear-gradient(
		to right bottom,
		#EE7436,
		#f2685b,
		#f9c553
	);
	overflow: hidden;
}

.fl {
	position: relative;
}
.fl__middle {
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	border-radius: 20px;
}

.copyrights {
	padding: 1rem 0;
	border-top: 2px solid #EAF2F3
}

.ll {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.ll * {
	position: relative;
	z-index: 2;
}
.ll:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: oklch(0.92 0.02 208.15 / 0.6);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all 1.2s;
}
.ll.visible:after {
	transform: scaleY(1);
}
.sticky {
	position: sticky;
	top: 72px;
}
.admin-bar .sticky {
	top: 100px;
}
.r-border {
	border-radius: 25px;
}

.fade-from-top {
	transform: translateY(-2rem);
	opacity: 0;
	transition: all 0.8s;
}
.visible .fade-from-top, .fade-from-top.visible {
	transform: translateY(0);
	opacity: 1;
}
.fade-from-bottom {
	transform: translateY(2rem);
	opacity: 0;
	transition: all 0.8s;
}
.visible .fade-from-bottom, .fade-from-bottom.visible {
	transform: translateY(0);
	opacity: 1;
}
.fade-from-left {
	transform: translateX(-2rem);
	opacity: 0;
	transition: all 0.8s;
}
.visible .fade-from-left, .fade-from-left.visible {
	transform: translateX(0);
	opacity: 1;
}
.fade-from-right {
	transform: translateX(2rem);
	opacity: 0;
	transition: all 0.8s;
}
.visible .fade-from-right, .fade-from-right.visible {
	transform: translateX(0);
	opacity: 1;
}

/* Contact forms */
.the-pass {
	height: 1px;
	overflow: hidden;
}
.c-form-holder .c-form__field--pass, .c-form-holder .c-form__field--pass:hover, .c-form-holder .c-form__field--pass:focus {
	border: none;
	background: none;
	pointer-events: none;
}
.c-form__error {
    position: absolute;
    top: 42px;
    right: 0;
    font-size: 14px;
    font-style: italic;
    color: #ff4500;
    opacity: 0;
    visibility: hidden;
	z-index: -1;
    transition: all .3s;
}
.c-form__error.shown {
	opacity: 1;
	visibility: visible;
	z-index: 2;
	right: 1.5rem;
}
.c-form__field.js-error {
	border-color: #ff4500;
}
.consent:focus, .consent:checked, input[type=checkbox]:checked {
	border-color: #252e3f;
}
.ajax-loader.shown {
	display: block;
}


/* Tabs */
.c-tab:checked:nth-of-type(1)~.c-tab-content:nth-of-type(1) .ll:after, .c-tab:checked:nth-of-type(2)~.c-tab-content:nth-of-type(2) .ll:after, .c-tab:checked:nth-of-type(3)~.c-tab-content:nth-of-type(3) .ll:after, .c-tab:checked:nth-of-type(4)~.c-tab-content:nth-of-type(4) .ll:after, .c-tab:checked:nth-of-type(5)~.c-tab-content:nth-of-type(5) .ll:after, .c-tab:checked:nth-of-type(6)~.c-tab-content:nth-of-type(6) .ll:after {
	transform: scaleY(1);
}
.c-tab:checked:nth-of-type(1)~.c-tab-content:nth-of-type(1) .fade-from-top, .c-tab:checked:nth-of-type(2)~.c-tab-content:nth-of-type(2) .fade-from-top, .c-tab:checked:nth-of-type(3)~.c-tab-content:nth-of-type(3) .fade-from-top, .c-tab:checked:nth-of-type(4)~.c-tab-content:nth-of-type(4) .fade-from-top, .c-tab:checked:nth-of-type(5)~.c-tab-content:nth-of-type(5) .fade-from-top, .c-tab:checked:nth-of-type(6)~.c-tab-content:nth-of-type(6) .fade-from-top, .c-tab:checked:nth-of-type(1)~.c-tab-content:nth-of-type(1) .fade-from-bottom, .c-tab:checked:nth-of-type(2)~.c-tab-content:nth-of-type(2) .fade-from-bottom, .c-tab:checked:nth-of-type(3)~.c-tab-content:nth-of-type(3) .fade-from-bottom, .c-tab:checked:nth-of-type(4)~.c-tab-content:nth-of-type(4) .fade-from-bottom, .c-tab:checked:nth-of-type(5)~.c-tab-content:nth-of-type(5) .fade-from-bottom, .c-tab:checked:nth-of-type(6)~.c-tab-content:nth-of-type(6) .fade-from-bottom {
	transform: translateY(0);
	opacity: 1;
}
.c-tab:checked:nth-of-type(1)~.c-tab-content:nth-of-type(1) .fade-from-left, .c-tab:checked:nth-of-type(2)~.c-tab-content:nth-of-type(2) .fade-from-left, .c-tab:checked:nth-of-type(3)~.c-tab-content:nth-of-type(3) .fade-from-left, .c-tab:checked:nth-of-type(4)~.c-tab-content:nth-of-type(4) .fade-from-left, .c-tab:checked:nth-of-type(5)~.c-tab-content:nth-of-type(5) .fade-from-left, .c-tab:checked:nth-of-type(6)~.c-tab-content:nth-of-type(6) .fade-from-left, .c-tab:checked:nth-of-type(1)~.c-tab-content:nth-of-type(1) .fade-from-right, .c-tab:checked:nth-of-type(2)~.c-tab-content:nth-of-type(2) .fade-from-right, .c-tab:checked:nth-of-type(3)~.c-tab-content:nth-of-type(3) .fade-from-right, .c-tab:checked:nth-of-type(4)~.c-tab-content:nth-of-type(4) .fade-from-right, .c-tab:checked:nth-of-type(5)~.c-tab-content:nth-of-type(5) .fade-from-right, .c-tab:checked:nth-of-type(6)~.c-tab-content:nth-of-type(6) .fade-from-right {
	transform: translateX(0);
	opacity: 1;
}

/* Helpers */
.disabled {
	opacity: 0.5;
	pointer-events: none;
}
.u-text-rgplus {
	font-size: clamp(18px,3.5vw,24px)
}
.u-text-rg {
	font-size: clamp(16px,3vw,18px)
}

@media (max-width: 1024px) {
	.c-header__inner, .nav-holder {
		position: static;
	}
	.c-nav-menu--header {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 110dvh;
		background: #fff;
	}
	.c-nav-menu--header.shown {
		display: block;
	}
	.c-nav-menu--header li, .c-nav-menu--header li a {
		display: block;
		text-align: left;
	}
	.c-nav-menu--header li a {
		padding: 1.3rem;
    	border-top: 1px solid #ebebeb;
	}
	.c-nav-menu--header li:first-child a {
	}
	.hamburger {
		display: inline-block;
	}
}

@media (max-width: 450px) {
	.cta-button span {
		display: none;
	}
}

