@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
/*!
Theme Name: endurancepr
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: endurancepr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

endurancepr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0 0 0.67em;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Variables
--------------------------------------------- */
:root {
	--action-bg-color-off: #402e78;
	--action-bg-color-on: #6e40d8;
	--footer-bg-color-off: #574297;
	--footer-bg-color-on: #6842d0;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 45px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
}
@media (min-width: 769px) {
	h1 {
		font-size: 55px;
		line-height: 1.3;
	}
}
@media (min-width: 1025px) {
	h1 {
		font-size: 65px;
	}
}

h2 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 0;
}
@media (min-width: 769px) {
	h2 {
		font-size: 27px;
	}
}
@media (min-width: 1025px) {
	h2 {
		font-size: 29px;
		margin-bottom: 25px;
	}
}

h3 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 0;
}
@media (min-width: 769px) {
	h3 {
		font-size: 24px;
	}
}
@media (min-width: 1025px) {
	h3 {
		margin-bottom: 25px;
	}
}

p {
	margin-bottom: 20px;
	margin-top: 0;
}
@media (min-width: 1025px) {
	p {
		margin-bottom: 25px;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	/* background-color: #241945; */
	background-color: #e0c9ff;
	color: #f5cef5;
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
@media (min-width: 1025px) {
	body {
		font-size: 19px;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin-bottom: 20px;
	margin-top: 0;
}
@media (min-width: 1025px) {
	p {
		margin-bottom: 25px;
	}
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


@media (max-width: 600px) {
	#wpadminbar {
		position:fixed !important;
	}
}

header .logo,
header .menu-holder li a,
rmp_menu_trigger,
main li a,
main p a,
main td a,
.btn,
footer .logo a,
footer ul.social a,
footer .menu a,
.close-modal-btn,
section.core-services .slick-prev,
section.core-services .slick-next,
section.core-services .slide::before,
section.core-services .slide::after,
section.core-services .slide ul.checkmarks li::before,
section.core-services .slide ul.checkmarks li::after,
.form-holder .gform_button {
	transition: all 0.3s ease-in-out;
}

.page-holder {
	overflow: clip;
}
@media (min-width: 769px) {
	.page-holder {
	}
}

header {
	left: 0;
	position: fixed;
	right: 0;
	top: 20px;
	width: 100%;
	z-index: 99;
}
@media (min-width: 1025px) {
	header .container {
		top: 25px;
	}
}

.logged-in header {
	top: 66px;
}
@media (min-width: 769px) {
	.logged-in header {
		top: 57px;
	}
}

header .container {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
	padding: 0 20px;
	width: 100%;
}
@media (min-width: 1025px) {
	header .container {
		height: 66px;
	}
}

header .logo {
	max-width: 228px;
	width: 100%;
}
@media (min-width: 1025px) {
	header .logo {
		max-width: 285px;
	}
}

header .logo:hover {
	opacity: 0.8;
}

header .menu-holder {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

header .menu-holder ul {
	align-items: center;
	background-color: #f2eafe;
	border-radius: 31px;
	column-gap: 45px;
	display: inline-flex;
	margin: 0;
	padding: 9px 9px 9px 37px;
	width: 100%;
}

header .menu-holder li {
	line-height: 1;
	list-style: none;
	margin-left: 5px;
}

header .menu-holder li:last-of-type {
	margin-left: 0;
}

header .menu-holder li a {
	align-items: center;
	color: #251e2f;
	display: inline-flex;
	font-size: 19px;
	font-weight: 500;
	min-height: 24px;
	overflow: clip;
	text-decoration: none;
	white-space: nowrap;
}

header .menu-holder li:not(:last-of-type) a:hover span {
	animation: menuHover 0.15s linear forwards;
}

@keyframes menuHover {
	0% { transform: translate(0, 0); }
	33% { transform: translate(0, -110%); }
	34% { transform: translate(9999px, -110%); }	
	66% { transform: translate(9999px, 110%); }
	67% { transform: translate(0, 110%); }
	100% { transform: translate(0, 0); }
}

header .menu-holder li:last-of-type a {
	background: #2d1c60;
	border-radius: 0;
	clip-path: none;
	color: #e7cbf6;
	isolation: isolate;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M29 0 H166 C179 0 190 11 190 24 C190 37 179 48 166 48 H4 C1 48 -1 45 1 42 L22 7 C24 3 26 1 29 0 Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M29 0 H166 C179 0 190 11 190 24 C190 37 179 48 166 48 H4 C1 48 -1 45 1 42 L22 7 C24 3 26 1 29 0 Z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	min-height: 48px;
	overflow: clip;
	padding: 0 34px 0 54px;
	position: relative;
}

header .menu-holder li:last-of-type a::before {
	background: #2d1c60;
	content: '';
	inset: 0;
	position: absolute;
	z-index: -2;
}

header .menu-holder li:last-of-type a::after {
	background: linear-gradient(90deg, #e274d3 0%, #4c2ed2 100%);
	content: '';
	inset: 0;
	position: absolute;
	transform: translateX(-105%);
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}

header .menu-holder li:last-of-type a:hover:after {
	transform: translateX(0);
}

header .menu-holder li:last-of-type a span {
	align-items: center;
	display: inline-flex;
	gap: 18px;
	position: relative;
	transform: translateX(0);
	transition: transform 0.3s ease-in-out;
	z-index: 1;
}

header .menu-holder li:last-of-type a:hover span {
	transform: translateX(24px);
}

header .menu-holder li:last-of-type a span::before {
	background-image: url('/wp-content/uploads/icon_arrow_nobg_right.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 17px;
	left: -34px;
	opacity: 0;
	position: absolute;
	transform: translateX(-8px);
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	width: 17px;
}

header .menu-holder li:last-of-type a:hover span::before {
	opacity: 1;
	transform: translateX(0);
}

header .menu-holder li:last-of-type a span::after {
	border-radius: 50%;
	background: currentColor;
	content: '';
	height: 7px;
	transition: opacity 0.2s ease-in-out;
	width: 7px;
}

header .menu-holder li:last-of-type a:hover span::after {
	opacity: 0;
}

.rmp-menu-trigger-boring {
	background-color: var(--action-bg-color-off) !important;
	cursor: pointer;
}

.rmp-menu-trigger-boring:hover {
	background-color: var(--action-bg-color-on) !important;
}

.logged-in .rmp-container {
	padding-top: 171px !important;
}
@media (min-width: 783px) {
	.logged-in .rmp-container {
		padding-top: 157px !important;
	}
}

.rmp-menu {
	display: flex !important;
	flex-direction: column;
	row-gap: 20px;
}

.rmp-menu-item {
	height: auto !important;
}

.rmp-menu-item-link {
	height: auto !important;
	padding-right: 24px !important;
}

footer {
	background-color: #241945;
	color: #f5cef5;
	padding: 0 0 40px;
	position: relative;
	text-align: center;
}
@media (min-width: 769px) {
	footer {
		text-align: left;
	}
}
@media (min-width: 1025px) {
	footer {
		padding: 0 0 35px;
	}
}

body:not(.home) footer {
	padding: 40px 0;
}
@media (min-width: 1025px) {
	body:not(.home) footer {
		padding: 40px 0 35px;
	}
}

footer .container {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
	padding: 0 20px;
	row-gap: 40px;
}
@media (min-width: 769px) {
	footer .container {
		row-gap: 80px;
	}
}

@media (min-width: 769px) {
	footer .footer-top {
		column-gap: 24px;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
}

footer .logo {
	width: 100%;
}
@media (min-width: 1025px) {
	footer .logo {
		padding-left: 1.0417%;
		padding-top: 37px;
		width: calc(27.639% - 16px);
	}
}

footer .logo img {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 769px) {
	footer .logo img {
		margin-left: 0;
		margin-right: 0;
	}
}

footer .info {
	padding-bottom: 40px;
	padding-top: 40px;
}
@media (min-width: 769px) {
	footer .info {
		padding-bottom: 0;
		width: calc(32.987% - 12px);
	}
}
@media (min-width: 1025px) {
	footer .info {
		width: calc(19.167% - 16px);
	}
}

footer ul.social {
	display: inline-flex;
	column-gap: 16px;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

footer ul.social a {
	align-items: center;
	background-color: var(--footer-bg-color-off);
	border-radius: 16px;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	overflow: clip;
	width: 40px;
}

footer ul.social a:hover {
	background-color: var(--footer-bg-color-on);
}

footer .signup {
	align-items: center;
	background-color: #2d1c60;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 33px;	
}
@media (min-width: 769px) {
	footer .signup {
		align-items: flex-start;
		border-bottom-right-radius: 23.208% 50%;
		border-top-right-radius: 23.208% 50%;
		width: calc(67.013% - 12px);
	}
}
@media (min-width: 1025px) {
	footer .signup {
		width: calc(41.8056% - 16px);
	}
}

footer .signup h3 {
	line-height: 1.4;
}

footer .signup .btn {
	align-items: center;
	background-color: #463381;
	border-radius: 26px;
	color: #f5cef5;
	display: inline-flex;
	font-size: 19px;
	font-weight: 500;
	isolation: isolate;
	justify-content: center;
	line-height: 1;
	max-width: 430px;
	min-height: 52px;
	overflow: clip;
	padding: 0 46px;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

footer .signup .btn::before {
	background: linear-gradient(90deg, #e274d3 0%, #4c2ed2 100%);
	content: '';
	inset: 0;
	position: absolute;
	transform: translateX(-101%);
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}

footer .signup .btn:hover:before {
	transform: translateX(0);
}

footer .signup .btn span {
	display: inline-block;
	width: fit-content;
}

footer .signup .btn:hover span {
	animation: menuHover 0.15s linear forwards;
}

footer .signup .btn img {
	height: 19px;
	margin-left: 12px;
	object-fit: none;
	object-position: center;
	width: 19px;
}

footer .footer-bottom {
	font-size: 16px;
	line-height: 1.2;
}
@media (min-width: 769px) {
	footer .footer-bottom {
		column-gap: 24px;
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 769px) {
	footer .copyright p:last-of-type {
		margin-bottom: 0;
	}
}

footer .menu ul {
	display: inline-flex;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

footer .menu li {
	color: #f5cef5;
}

footer .menu li:not(:first-of-type):before {
	content:'|';
	padding-left: 16px;
	padding-right: 16px;
}

footer .menu a {
	color: #f5cef5;
	text-decoration: none;
}

footer .menu a:hover {
	opacity: 0.8;
}


main {
	position: relative;
	width: 100%;
}
@media (min-width: 1025px) {
	main {
	}
}

.scroll main {
}
@media (min-width: 1025px) {
	.scroll main {
	}
}

main .container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
	padding: 0 20px;
}

section {
	position: relative;
}

section .row {
	display: flex;
	flex-direction: column;
}
@media (min-width: 769px) {
	section .row {
		flex-direction: row;
	}
}

main li {
	margin-bottom: 10px;
}

section.hero {
	background-color: #e0c9ff;
	color: #2d1c60;
	display: flex;
	padding-bottom: 32px;
	padding-top: 100px;
}
@media (min-width: 769px) {
	section.hero {
		min-height: 474px;
		padding-bottom: 48px;
		padding-top: 0;
	}
}
@media (min-width: 1025px) {
	section.hero {
		min-height: 632px;
		padding-bottom: 64px;
	}
}

section.hero::after {
	background: linear-gradient(to bottom, rgba(224,201,255,0) 0, rgba(224,201,255,0.7) 36.46%, rgba(224,201,255,1) 100%);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

section.hero video {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.liquid-ether-bg {
	background: #e0caff;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.liquid-ether-bg > div {
	height: 100%;
	width: 100%;
}

section.hero .container {
	position: relative;
	width: 100%;
	z-index: 1;
}
@media (min-width: 769px) {
	section.hero .container {
		display: flex;
	}
}

section.hero .row {
	row-gap: 32px;
	width: 100%;
}

section.hero .col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (min-width: 769px) {
	section.hero .col.title {
		padding-right: 8.333%;
		width: 58.333%;
	}
}

@media (min-width: 769px) {
	section.hero .col.text {
		padding-right: 8.333%;
		width: 41.667%;
	}
}

section.hero .col p:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 769px) {
	section.hero .col p:last-of-type {
		margin-bottom: 16px;
	}
}

section.default {
	color: #241945;
	padding: 0 0 40px;
}
@media (min-width: 769px) {
	section.default {
		padding: 0 0 80px;
	}
}
@media (min-width: 1025px) {
	section.default {
		padding: 0 0 125px;
	}
}

section.default .row {
	column-gap: 24px;
}

section.default .col.image.bg {
	background-color: #e0c9ff;
	border-radius: 19px;
	display: none;
	overflow: clip;
	width: calc(24.444% - 12px);
}
@media (min-width: 769px) {
	section.default .col.image.bg {
		display: block;
	}
}

section.default .col.image.bg img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

section.default .col.text {
	background-color: #c0aeea;
	border-radius: 20px;
	padding: 20px 20px 5px;
}
@media (min-width: 769px) {
	section.default .col.text {
		padding: 40px 40px 35px;
		width: calc(75.556% - 12px);
	}
}

section.default .col.text p {
	line-height: 1.65;
}

section.about {
	background-color: #2d1c60;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 50px 0;
}
@media (min-width: 769px) {
	section.about {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		padding: 75px 0 100px;
	}
}
@media (min-width: 1025px) {
	section.about {
		padding: 150px 0 200px;
	}
}

section.about::before {
	background-color: #e0c9ff;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

section.about .row {
	flex-direction: column;
	gap: 24px;
}
@media (min-width: 769px) {
	section.about .row {
		flex-direction: row;
		flex-flow: wrap;
	}
}

section.about .col.title {
	background-color: #574297;
	border-radius: 10px;
	border-bottom-right-radius: 44px 50%;
	border-top-right-radius: 44px 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 22px 20px;
	width: 100%;
}
@media (min-width: 769px) {
	section.about .col.title {
		border-radius: 19px;
		border-bottom-right-radius: 88px 50%;
		border-top-right-radius: 88px 50%;
		padding: 44px 40px;
	}
}
@media (min-width: 1025px) {
	section.about .col.title {
		border-bottom-right-radius: 176px 50%;
		border-top-right-radius: 176px 50%;
		padding: 44px 44px 60px;
		width: calc(33.75% - 16px);
	}
}

section.about .col.title h2 {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	section.about .col.title h2 br {
		display: none;
	}
}

section.about .col.text {
	background-color: #402e78;
	border-radius: 10px;
	padding: 22px 20px;
	width: 100%;
}
@media (min-width: 769px) {
	section.about .col.text {
		border-radius: 19px;
		padding: 44px 40px;
		width: calc(60% - 12px);
	}
}
@media (min-width: 1025px) {
	section.about .col.text {
		width: calc(41.806% - 16px);
	}
}

section.about .col.text .lozenge {
	align-items: center;
	border: 1px solid #e0c9ff;
	border-radius: 15px;
	display: inline-flex;
	font-size: 17px;
	margin-bottom: 55px;
	min-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

section.about .col.text p {
	line-height: 1.65;
}

section.about .col.text p:last-of-type {
	margin-bottom: 0;
}

section.about .col.image {
	background-color: #e0c9ff;
	border-radius: 19px;
	overflow: clip;
	position: relative;
	width: 100%;
}
@media (min-width: 769px) {
	section.about .col.image {
		width: calc(40% - 12px);
	}
}
@media (min-width: 1025px) {
	section.about .col.image {
		width: calc(24.445% - 16px);
	}
}

section.about .col.image video {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.about .col.image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

section.core-services {
	background-color: #241945;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	padding: 50px 0;
}
@media (min-width: 769px) {
	section.core-services {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		padding: 75px 0;
	}
}
@media (min-width: 1025px) {
	section.core-services {
		padding: 100px 0;
	}
}

section.core-services::before {
	background-color: #241945;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

section.core-services .container > h2 {
	color: #f5cef5;
	font-size: 38px;
	line-height: 1;
}
@media (min-width: 769px) {
	section.core-services .container > h2 {
		margin-bottom: 50px;
	}
}

section.core-services .slick-prev,
section.core-services .slick-next {
	background-color: var(--action-bg-color-off);
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px;
	height: 48px;
	top: -68px;
	transform: none;
	width: 48px;
	z-index: 5;
}
@media (min-width: 769px) {
	section.core-services .slick-prev,
	section.core-services .slick-next {
		top: -88px;
	}
}

section.core-services .slick-prev {
	background-image: url('/wp-content/uploads/icon_arrow_left.svg');
	left: 0;
}
@media (min-width: 769px) {
	section.core-services .slick-prev {
		left: auto;
		right: 64px;
	}
}

section.core-services .slick-next {
	background-image: url('/wp-content/uploads/icon_arrow_right.svg');
	right: 0;
}

section.core-services .slick-prev.slick-disabled,
section.core-services .slick-next.slick-disabled {
	cursor: default;
}

section.core-services .slick-prev:hover,
section.core-services .slick-next:hover {
	background-color: var(--action-bg-color-on);
}

section.core-services .slick-prev.slick-disabled,
section.core-services .slick-next.slick-disabled {
	background-color: var(--action-bg-color-off);
}

section.core-services .slick-prev::before,
section.core-services .slick-next::before {
	display: none;
}

section.core-services .slick-dots {
	align-items: center;
	bottom: auto;
	column-gap: 8px;
	display: flex;
	height: 48px;
	justify-content: center;
	text-align: center;
	top: -68px;
	z-index: 4;
}
@media (min-width: 769px) {
	section.core-services .slick-dots {
		display: inline-flex;
		right: 136px;
		top: -88px;
		width: auto;
	}
}

section.core-services .slick-dots li {
	height: 24px;
	margin: 0;
	width: 24px;
}

section.core-services .slick-dots li button {
	height: 24px;
	padding: 8px;
	width: 24px;
}

section.core-services .slick-dots li button::before {
	background-color: #5b449f;
	border-radius: 50%;
	content: '';
	font-size: 0;
	height: 8px;
	left: 8px;
	opacity: 1;
	top: 8px;
	width: 8px;
}

section.core-services .slick-dots li.slick-active button::before {
	background-color: #dac3f9;
	height: 12px;
	left: 6px;
	top: 6px;
	width: 12px;
}

section.core-services .slick-track {
	column-gap: 24px;
	display: flex;
	width: fit-content !important;
}

section.core-services .slick-list {
	overflow: visible;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

section.core-services .slide {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	height: auto;
	max-width: 830px;
	overflow: clip;
	padding: 28px 20px 24px;
	position: relative;
	width: 100%;
}
@media (min-width: 769px) {
	section.core-services .slide {
		border-bottom-right-radius: 250px 50%;
		border-top-right-radius: 250px 50%;
		padding: 56px 160px 48px 40px;
		width: 830px;
	}
}

section.core-services .slide:not(:first-of-type) {
	margin-top: 24px;
}
@media (min-width: 769px) {
	section.core-services .slide:not(:first-of-type) {
		margin-top: 0;
	}
}

section.core-services .slide:not(.slick-current) {
	color: #110c22;
}
@media (min-width: 769px) {
	section.core-services .slide:not(.slick-current) {
		color: #f5cef5;
	}
}

section.core-services .slide.slick-current {
	color: #110c22;
}

section.core-services .slide::before {
	background-color: #e0c9ff;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@media (min-width: 769px) {
	section.core-services .slide::before {
		opacity: 0;
	}
}

section.core-services .slide.slick-current::before {
	opacity: 1;
}

section.core-services .slide::after {
	background-color: #2d1c60;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@media (min-width: 769px) {
	section.core-services .slide:not(.slick-current):after {
		opacity: 1;
	}
}

section.core-services .slide .text-holder {
	display: flex;
	flex-direction: column;
	margin-bottom: auto;
	max-width: 505px;
	position: relative;
	z-index: 2;
}

section.core-services .slide h3 {
	font-size: 29px;
	line-height: 1.3;
	max-width: 302px;
}

section.core-services .slide p {
	line-height: 1.65;
}

section.core-services .slide ul {
	line-height: 1.65;
}

section.core-services .slide ul.checkmarks {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	z-index: 2;
}
@media (min-width: 769px) {
	section.core-services .slide ul.checkmarks {
		flex-direction: row;
		margin-top: 55px;
		max-width: 546px;
	}
}

section.core-services .slide ul.checkmarks li {
	border-radius: 10px;
	font-weight: 500;
	line-height: 1.43;
	margin-bottom: 0;
	overflow: clip;
	padding: 20px 16px;
	position: relative;
}
@media (min-width: 769px) {
	section.core-services .slide ul.checkmarks li {
		width: 168px;
	}
}

section.core-services .slide ul.checkmarks li::before {
	background-color: #d2b3fB;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
@media (min-width: 769px) {
	section.core-services .slide ul.checkmarks li::before {
		opacity: 0;
	}
}

section.core-services .slide.slick-current ul.checkmarks li::before {
	opacity: 1;
}

section.core-services .slide ul.checkmarks li::after {
	background-color: #472689;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

@media (min-width: 769px) {
	section.core-services .slide:not(.slick-current) ul.checkmarks li::after {
		opacity: 1;
	}
}

section.core-services .slide ul.checkmarks li .checkbox {
	angle: 0deg;
	background: var(--text-accent, #AC2DDE);
	border-radius: 3px;
	height: 24;
	opacity: 1;
	width: 24;
}

section.core-services .slide ul.checkmarks li .checkbox::before {
	angle: 0deg;
	background: var(--bg-bg-level-4, #D2B3FB);
	height: 10.5;
	left: 5.21px;
	opacity: 1;
	top: 6.75px;
	width: 13.588235855102539;
}

section.core-services .slide ul.checkmarks li img {
	margin-bottom: 16px;
	position: relative;
	z-index: 3;
}

section.core-services .slide ul.checkmarks li .item-holder {
	position: relative;
	z-index: 3;
}

section.leadership {
	background-color: #d8c3f4;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #241945;
	padding: 50px 0;
}
@media (min-width: 769px) {
	section.leadership {
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		padding: 75px 0 100px;
	}
}
@media (min-width: 1025px) {
	section.leadership {
		padding: 100px 0 125px;
	}
}

section.leadership::before {
	background-color: #241945;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

section.leadership .container > h2 {
	font-size: 38px;
	line-height: 1;
}

section.leadership .row {
	column-gap: 24px;
	flex-flow: wrap;
	row-gap: 24px;
}

section.leadership .col.image.bg {
	background-color: #e0c9ff;
	border-radius: 20px;
	order: 1;
	overflow: clip;
	width: calc(45.347% - 12px);
}
@media (min-width: 1025px) {
	section.leadership .col.image.bg {
		order: 1;
		width: calc(24.444% - 16px);
	}
}

section.leadership .col.image.bg img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

section.leadership .col.text {
	background-color: #c0aeea;
	border-radius: 20px;
	order: 3;
	position: relative;
	width: 100%;
}
@media (min-width: 1025px) {
	section.leadership .col.text {
		order: 2;
		width: calc(41.806% - 16px);
	}
}

section.leadership .col.text .scroll {
	padding: 40px 40px 60px;
}
@media (min-width: 1025px) {
	section.leadership .col.text .scroll {
		bottom: 60px;
		left: 40px;
    	overflow-y: scroll;
		padding: 0 100px 0 0;
		position: absolute;
		right: 24px;
		scrollbar-color: #ab91e0 #efe3ff;
		scrollbar-width: thin;
		top: 40px;
	}
}

section.leadership .col.text .lozenge {
	align-items: center;
	border: 1px solid #241945;
	border-radius: 15px;
	display: inline-flex;
	font-size: 17px;
	margin-bottom: 55px;
	min-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 1025px) {
	section.leadership .col.text .lozenge {
		margin-bottom: 125px;
	}
}

section.leadership .col.text p {
	line-height: 1.65;
}

section.leadership .col.text p:last-of-type {
	margin-bottom: 0;
}

section.leadership .col.image.photo {
	background-color: #B499ea;
	border-radius: 20px;
	border-top-right-radius: 80px;
	order: 2;
	overflow: clip;
	width: calc(54.653% - 12px);
}
@media (min-width: 769px) {
	section.leadership .col.image.photo {
		border-top-right-radius: 160px;
	}
}
@media (min-width: 1025px) {
	section.leadership .col.image.photo {
		order: 3;
		width: calc(33.75% - 16px);
	}
}

section.leadership .col.image.photo img {
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	width: 100%;
}

section.lets-talk {
	background-color: #241945;
	color: #241945;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	padding: 40px 20px;
}
@media (min-width: 769px) {
	section.lets-talk {
		padding: 80px 20px 70px;
	}
}

section.lets-talk::before {
	background-color: #d8c3f4;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

section.lets-talk .container {
	background-color: #e0c9ff;
	border-radius: 20px;
	display: flex;
	max-width: 1440px;
	min-height: 360px;
	overflow: clip;
	padding: 0;
	position: relative;
}
@media (min-width: 1025px) {
	section.lets-talk .container {
		border-radius: 180px;
	}
}

section.lets-talk video {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

section.lets-talk .row {
	flex-direction: row;
	width: 100%;
}

section.lets-talk .col {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 20px;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
@media (min-width: 769px) {
	section.lets-talk .col {
		padding: 48px 40px;
	}
}

section.lets-talk h2 {
	font-size: 39px;
	line-height: 1;
	margin-bottom: 30px;
}

section.lets-talk .btn {
	align-items: center;
	background-color: #2d1c60;
	border-radius: 0;
	clip-path: none;
	color: #e7cbf6;
	display: inline-flex;
	font-size: 19px;
	font-weight: 500;
	isolation: isolate;
	justify-content: center;
	line-height: 1;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M29 0 H166 C179 0 190 11 190 24 C190 37 179 48 166 48 H4 C1 48 -1 45 1 42 L22 7 C24 3 26 1 29 0 Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 190 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M29 0 H166 C179 0 190 11 190 24 C190 37 179 48 166 48 H4 C1 48 -1 45 1 42 L22 7 C24 3 26 1 29 0 Z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	min-height: 48px;
	padding: 0 34px 0 54px;
	position: relative;
	overflow: clip;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;  
}

section.lets-talk .btn::before {
	background: #2d1c60;
	content: '';
	inset: 0;
	position: absolute;
	z-index: -2;
}

section.lets-talk .btn::after {
	background: linear-gradient(90deg, #e274d3 0%, #4c2ed2 100%);
	content: '';
	inset: 0;
	position: absolute;
	transform: translateX(-105%);
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}

section.lets-talk .btn:hover:after {
	transform: translateX(0);
}

section.lets-talk .btn span {
	align-items: center;
	display: inline-flex;
	gap: 18px;
	position: relative;
	transform: translateX(0);
	transition: transform 0.3s ease-in-out;
	z-index: 1;
}

section.lets-talk .btn:hover span {
	transform: translateX(24px);
}

section.lets-talk .btn span::before {
	background-image: url('/wp-content/uploads/icon_arrow_nobg_right.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 17px;
	left: -34px;
	opacity: 0;
	position: absolute;
	transform: translateX(-8px);
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	width: 17px;
}

section.lets-talk .btn:hover span::before {
	opacity: 1;
	transform: translateX(0);
}

section.lets-talk .btn span::after {
	background: currentColor;
	border-radius: 50%;
	content: '';
	height: 7px;
	width: 7px;
	transition: opacity 0.2s ease-in-out;
}

section.lets-talk .btn:hover span::after {
	opacity: 0;
}

.fancybox__viewport {
	cursor: default !important;
}

.fancybox__slide {
	justify-content: flex-end !important;
	padding: 0 !important;
}

.fancybox__slide::before,
.fancybox__slide::after {
	display: none;
}

.form-holder {
	animation: letsTalkSlideUp 0.45s ease forwards;
	background-color: #d8c3f4;
	border-radius: 20px 20px 0 0;
	display: none;
	margin: auto 0 0 !important;
	max-width: none;
	min-height: calc(100vh - 100px);
	opacity: 1;
	padding: 80px 30px 0;
	width: 100%;
}

.is-closing .form-holder {
	animation: letsTalkSlideDown 0.45s ease forwards;
}

.form-holder #gform_1 {
	position: relative;
}

.form-holder #gform_1::before {
	background-color: #d8c3f4;
	bottom: 0;
	content: '';
	left: 50%;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.form-holder .gform_validation_errors {
	display: none !important;
}

.form-holder .gform_required_legend {
	display: none;
}

.form-holder h2 {
	color: #241945 !important;
}

.form-holder .gform_fields {
	row-gap: 16px !important;
}

.form-holder legend,
.form-holder label {
	color: #241945 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.167 !important;
	margin-bottom: 5px !important;
}

.form-holder legend .gfield_required,
.form-holder label .gfield_required {
	color: #241945 !important;
}

.form-holder .gform_footer {
	padding-bottom: 80px;
}

.form-holder .gform_button {
	align-items: center;
	background-color: #2d1c60 !important;
	border-radius: 24px !important;
	color: #e7cbf6 !important;
	display: inline-flex !important;
	font-size: 19px !important;
	font-weight: 500 !important;
	justify-content: center;
	line-height: 1 !important;
	min-height: 48px !important;
	padding: 0 46px !important;
	text-align: center;
	text-decoration: none !important;
}

.form-holder .gform_button:hover {
	opacity: 0.8 !important;
}

div#lets-talk div#gform_wrapper_1 {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

div#lets-talk button.f-button.is-close-button {
	background: #cab3e7;
	border-radius: 100%;
	color: #2d1c60;
	line-height: 1;
	padding: 4px 5px 6px 5px;
	right: 20px;
	top: 20px;
}

div#lets-talk div#gform_wrapper_1 textarea {
	background-color: #e5d2ff;
	border: 0px;
	border-radius: 26px;
	box-shadow: unset;
	font-size: 18px !important;
	padding: 15px !important;
}

div#lets-talk div#gform_wrapper_1 input {
	background-color: #e5d2ff;
	border: 0px;
	border-radius: 26px;
	box-shadow: unset;
	font-size: 18px !important;
	height: 52px;
	padding: 0 15px !important;
}

@keyframes letsTalkSlideUp {
	from {
		transform: translateY(100vh);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes letsTalkSlideDown {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(100vh);
	}
}
