/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child is a child theme of Hello Elementor
Author: Slava Lyutkevich
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*---------- MAIN ----------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--white: #FFFFFF;
	--white-10: #FFFFFF1A;
	--white-80: #FFFFFF80;
	--grey: #ADADAD;
	--yellow: #FFE3A0;
	--orange: #FF6701;
	--orange-ray: #FFD8B9;
	--blue-dark: #1E1F2E;
	--blue-dark-50: #1E1F2E80;
	--blue-light: #2F3752;
	--blue-light-50: #2F375280;
	--blue-ray: #E0E4F3;
	--blue-ray-30: #E0E4F34D;
	--red: #E22121;
	--red-10: #E221211A;
	--red-30: #E221214D;
	--green: #00B247;
	--transition: all .3s ease;
}

html {
	height: 100%;
	scroll-behavior: auto !important;
}

body {
	--primary: var(--e-global-color-primary);
	--secondary: var(--e-global-color-secondary);
	--text: var(--e-global-color-text);
	--accent: var(--e-global-color-accent);

	font-family: "Manrope", sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.58;
	color: var(--blue-dark);
	overflow-x: hidden;
}

body.lock {
	overflow: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue-dark);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
	z-index: 0;
}

body.overlay::before {
	transition-delay: 0.15s;
    opacity: 0.5;
    visibility: visible;
    z-index: 8;
}

.container {
	width: 100%;
	max-width: calc(var(--container-max-width, 1140px) + var(--container-default-padding-right, 40px) + var(--container-default-padding-left, 40px));
	margin: 0 auto;
	padding-right: var(--container-default-padding-right, 40px);
	padding-left: var(--container-default-padding-left, 40px);
}

.full-width {
	margin-inline: calc(50% - 50vw) !important;
	padding-inline: calc(50vw - 50%) !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition);
}

strong {
	font-weight: 700;
}

input,
textarea,
button {
	font-family: "Manrope", sans-serif;
}

button {
	border: none;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.container {
		padding-right: var(--container-default-padding-right, 30px);
		padding-left: var(--container-default-padding-left, 30px);
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.container {
		padding-right: var(--container-default-padding-right, 20px);
		padding-left: var(--container-default-padding-left, 20px);
	}

	/*.container,
    .full-width {
        padding: 0 18px !important;
    } */
}

/*---------- MAIN - END ----------*/

/*---------- TYPOGRAPHY ----------*/

h1,
.h1,
.h1 h1,
.h1 .elementor-heading-title {
	font-size: 65px;
	font-weight: 700;
	line-height: 1.05;
}

h2,
.h2,
.h2 h2,
.h2 .elementor-heading-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.333;
}

h3,
.h3,
.h3 h3,
.h3 .elementor-heading-title {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
}

.title-1 {
	font-size: 27px;
	font-weight: 800;
	line-height: 1.11;
}

.title-2 {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
}

.title-3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
}

.text-block-4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}

.text-testimonials {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	h1,
	.h1,
	.h1 h1,
	.h1 .elementor-heading-title {
		font-size: 48px;
		line-height: 1.25;
	}

	h2,
	.h2,
	.h2 h2,
	.h2 .elementor-heading-title {
		font-size: 36px;
		line-height: 1.666;
	}

	h3,
	.h3,
	.h3 h3,
	.h3 .elementor-heading-title {
		font-size: 32px;
		line-height: 1.56;
	}

	.title-1 {
		font-size: 26px;
	}

	.text-testimonials {
		font-size: 18px;
	}
}

@media (max-width: 767px) {

	h1,
	.h1,
	.h1 h1,
	.h1 .elementor-heading-title {
		font-size: 40px;
	}

	h2,
	.h2,
	.h2 h2,
	.h2 .elementor-heading-title {
		font-size: 32px;
		line-height: 1.56;
	}

	h3,
	.h3,
	.h3 h3,
	.h3 .elementor-heading-title {
		font-size: 28px;
		line-height: 1.785;
	}

	.title-1 {
		font-size: 24px;
	}

	.title-2 {
		font-size: 18px;
	}

	.title-3 {
		font-size: 18px;
	}

	.text-testimonials {
		font-size: 16px;
	}
}

/*---------- TYPOGRAPHY - END ----------*/


/*---------- COLORS ----------*/

.white {
	color: var(--white);
}

.grey {
	color: var(--grey);
}

.yellow {
	color: var(--yellow);
}

.orange {
	color: var(--orange);
}

.orange-ray {
	color: var(--orange-ray);
}

.blue-dark {
	color: var(--blue-dark);
}

.blue-light {
	color: var(--blue-light);
}

.blue-ray {
	color: var(--blue-ray);
}

.red {
	color: var(--red);
}

/*---------- COLORS - END ----------*/


/*---------- GLOBAL ----------*/

.glass {
	box-shadow: inset 0px 0px 2px 0px var(--white);
	backdrop-filter: blur(3px);
}

/*---------- GLOBAL - END ----------*/

/*---------- BUTTONS ----------*/

.button {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	height: 50px;
	padding: 0px 32px !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 27px !important;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--button-color, var(--orange));
	background-color: transparent;
	border: 2px solid var(--button-color, var(--orange));;
	outline: none;
	transition: var(--transition);
	z-index: 1;
}

.button:hover {
	color: var(--button-hover-color, var(--white));
	background-color: var(--button-color, var(--orange));
}

.button:focus {
	color: var(--white);
	background-color: var(--blue-light);
	border-color: var(--blue-light);
}

.button:disabled,
.button.disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

/* Buttons - Types */

/* Buttons - Types - Primary */
.button.button-primary {
	color: var(--white);
	background-color: var(--orange);
}

.button.button-primary:hover {
	background-color: var(--blue-light);
	border-color: var(--blue-light);
}

.button.button-primary:focus {
	color: var(--blue-light);
	background-color: var(--yellow);
	border-color: var(--yellow);
}

/* Buttons - Types - Link */
.button.button-link {
	display: inline !important;
	min-width: auto;
	height: auto;
	padding: 0 !important;
	font-weight: 500 !important;
	text-transform: none;
	color: var(--blue-dark);
	border: none;
	background: linear-gradient(currentColor, currentColor) 100% 100% / 0% 1px no-repeat;
	transition: color 0.3s ease, background-position 0s ease, background-size .45s ease;
}

.button.button-link:hover {
	color: var(--orange);
	background-position: 0% 100%;
	background-size: 100% 1px;
}

@media (max-width: 767px) {
	.button {
		min-width: 140px;
        height: 42px;
		padding: 0px 16px !important;
		font-size: 16px !important;
	}
}

/*---------- BUTTONS - END ----------*/


/*---------- SLIDER ----------*/

/* SLIDER - Navigation */

.swiper-navigation {
	display: flex;
	gap: 14px;
    z-index: 5;
}

.swiper-navigation .swiper-arrow {
    display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 31px;
	color: var(--orange);
    border: 2px solid var(--orange);
	border-radius: 0px;
    transition: var(--transition);
	outline: none !important;
    cursor: pointer;
}

.swiper-navigation .swiper-arrow svg {
	width: 1em;
	height: 1em;
    transition: var(--transition);
}

.swiper-navigation .swiper-arrow.swiper-button-disabled {
	opacity: 0;
    pointer-events: none;
    cursor: default;
}

.swiper-navigation .swiper-arrow:hover {
	color: var(--white) !important;
    background-color: var(--orange) !important;
}

@media (max-width: 1024px) {
	.swiper-navigation .swiper-arrow {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
}

/* SLIDER - Navigation - END */


/* SLIDER - Pagination */

.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 34px !important;
	display: flex;
	justify-content: center;
}

.swiper-pagination-bullet {
	display: inline-flex;
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin: 0 6px !important;
	background-color: var(--grey);
	transition: var(--transition);
	outline: none !important;
	opacity: 1;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--orange) !important;
}

.swiper-pagination-bullet:focus-visible {
	box-shadow: 0px 0px 3px 3px var(--blue-light) !important;
}

/* SLIDER - Pagination - Dark */
.swiper-pagination-bullets[data-type="dark"] .swiper-pagination-bullet {
	background-color: var(--blue-light);
	opacity: 1;
}

/* SLIDER - Pagination - END */

/*---------- SLIDER END ----------*/


/*---------- FORM ----------*/

.form {}

.form-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
}

.form-field {
	position: relative;
	width: 100%;
	height: 100%;
}

.form-field.w50 {
	width: calc(50% - 17px);
}

.form-field>label {
	position: absolute;
	top: 50%;
	left: 22px;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	color: var(--blue-dark);
	transform: translateY(-50%);
	transition: var(--transition);
	white-space: nowrap;
	pointer-events: none;
	z-index: 1;
}

.form-field--textarea>label {
	top: 13px;
	left: 22px;
	transform: none;
}

.form-field .wpcf7-form-control-wrap {
	display: flex;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	display: flex;
	width: 100%;
	min-height: 47px;
	padding: 10px 22px;
	font-family: "Manrope", sans-serif;
	font-weight: 600;
	color: var(--blue-dark);
	background: var(--white);
	border: none;
	border-radius: 0px;
	transition: var(--transition);
	cursor: pointer;
}

.form-field input::-webkit-input-placeholder {
	transition: var(--transition);
}

.form-field input:-moz-placeholder {
	transition: var(--transition);
}

.form-field textarea {
	height: 90px;
	resize: none;
}

.form-field input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px var(--white) !important;
	-webkit-text-fill-color: var(--blue-dark) !important;
	color: var(--blue-dark) !important;
}

.form-field input.wpcf7-not-valid,
.form-field textarea.wpcf7-not-valid {
	color: var(--red) !important;
}

.form-field input.wpcf7-not-valid::-webkit-input-placeholder {
	color: var(--red) !important;
}

.form-field input.wpcf7-not-valid:-moz-placeholder {
	color: var(--red) !important;
}

.form-field>label:has(+ span input.wpcf7-not-valid),
.form-field>label:has(+ span textarea.wpcf7-not-valid) {
	color: var(--red) !important;
}

.form-field--privacy {
	margin-top: -17px;
}

.form-field--privacy .wpcf7-list-item {
	margin: 0;
}

.form-field--privacy .wpcf7-list-item>label {
	position: relative;
	display: flex;
	line-height: 1.25em;
	color: var(--grey);
	cursor: pointer;
	transition: var(--transition);
}

.form-field--privacy .wpcf7-list-item>label::before {
	content: '';
	position: relative;
	top: 3px;
	display: inline-flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-color: transparent;
	border: 1px solid var(--grey);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: var(--transition);
}

.form-field--privacy .wpcf7-list-item>label:hover::before {
	border-color: var(--white);
}

.form-field--privacy .wpcf7-list-item>label:has(input[type=checkbox]:checked)::before {
	border-color: var(--white);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3e%3cpath d='M17.2559 4.41107C17.5814 4.73651 17.5814 5.26414 17.2559 5.58958L8.08926 14.7562C7.76382 15.0817 7.23618 15.0817 6.91074 14.7562L2.74408 10.5896C2.41864 10.2641 2.41864 9.73651 2.74408 9.41107C3.06951 9.08563 3.59715 9.08563 3.92259 9.41107L7.5 12.9885L16.0774 4.41107C16.4028 4.08563 16.9305 4.08563 17.2559 4.41107Z' /%3e%3c/svg%3e");
}

.form-field--privacy a {
	transition: none;
}

.form-field--privacy a {
	color: var(--white);
	background: linear-gradient(currentColor, currentColor) 0% 100% / 100% 1px no-repeat;
	transition: color 0.3s ease, background-position 0s ease, background-size .45s ease;
}

.form-field--privacy a:hover {
	background-position: 100% 100%;
	background-size: 0% 1px;
}

/* Form Field Privacy - Dark */
.form-field--privacy.dark .wpcf7-list-item>label {
	color: var(--blue-light-50);
}

.form-field--privacy.dark .wpcf7-list-item>label::before {
	border-color: var(--blue-light-50);
}

.form-field--privacy.dark .wpcf7-list-item>label:hover::before {
	border-color: var(--blue-light);
}

.form-field--privacy.dark .wpcf7-list-item>label:has(input[type=checkbox]:checked)::before {
	border-color: var(--blue-light);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232F3752'%3e%3cpath d='M17.2559 4.41107C17.5814 4.73651 17.5814 5.26414 17.2559 5.58958L8.08926 14.7562C7.76382 15.0817 7.23618 15.0817 6.91074 14.7562L2.74408 10.5896C2.41864 10.2641 2.41864 9.73651 2.74408 9.41107C3.06951 9.08563 3.59715 9.08563 3.92259 9.41107L7.5 12.9885L16.0774 4.41107C16.4028 4.08563 16.9305 4.08563 17.2559 4.41107Z' /%3e%3c/svg%3e");
}

.form-field--privacy.dark a {
	color: var(--blue-light);
}
/* Form Field Privacy - Dark - END */

.form-field--privacy input {
	display: none;
}

.form-field .wpcf7-not-valid-tip {
	display: none;
}

/* Form Button */

.form-buttons {
	display: flex;
}

.form-fields+.form-buttons {
	margin-top: 50px;
}

.form-button {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}

.form-button.form-button--center {
	justify-content: center;
}

.form-button input[type="submit"] {
	appearance: none;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}

.form-buttons .wpcf7-spinner,
form .wpcf7-response-output {
	display: none;
}

/* Form - Hover and focus effects */

.form-field label:hover,
.form-field>label:has(+ span input:hover),
.form-field>label:has(+ span input:focus),
.form-field input:hover,
.form-field input:focus,
.form-field>label:has(+ span textarea:hover),
.form-field>label:has(+ span textarea:focus),
.form-field textarea:hover,
.form-field textarea:focus {
	color: var(--orange);
}

.form-field input:hover::-webkit-input-placeholder {
	color: var(--orange);
}

.form-field input:hover:-moz-placeholder {
	color: var(--orange);
}

.form-field.filled>label {
	left: 40%;
	opacity: 0;
}

.form-field--privacy label:hover,
.form-field--privacy.filled label {
	color: var(--white);
}

.form-field--privacy.dark label:hover,
.form-field--privacy.dark.filled label {
	color: var(--blue-light);
}

/* Form - Toast */

.toast-container {
    position: fixed;
    top: 93px;
    left: 50%;
    width: 100%;
    max-width: max-content;
    padding: 0px 18px;
    transform: translate(-50%, 10px);
    opacity: 0;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
}

body.admin-bar .toast-container {
	top: 125px;
}

html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar .toast-container {
	top: 160px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .toast-container {
		top: 129px;
	}

	html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar .toast-container {
		top: 131px;
	}
}

.toast-message {
    width: 100%;
    padding: 12px 24px;
    text-align: center;
    color: var(--white);
	border-radius: 100px;
    box-shadow: 0 8px 24px var(--white-10);
    pointer-events: none;
}

.toast-message[data-type="success"] {
    background-color: var(--green);
}

.toast-message[data-type="warning"] {
    background-color: var(--orange);
}

.toast-message[data-type="error"] {
    background-color: var(--red);
}

.toast-text {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1024px) {
	.form-field.filled>label {
		display: none;
	}

	.toast-message {
        padding: 7px 20px 8px;
    }

    .toast-text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
	.form-fields {
		gap: 24px;
	}

	.form-field--privacy {
		margin-top: -12px;
	}

	.form-fields+.form-buttons {
		margin-top: 40px;
	}
}

@media (max-width: 499.75px) {
	.form-field.w50,
	.form-buttons.w50,
	.form-button {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.toast-container {
		top: 73px;
	}
}

/*---------- FORM END ----------*/


/*---------- HEADER ----------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: var(--transition);
	z-index: 100;
}

header.scroll {
	box-shadow: 0px 4px 4px 0px #00000017;
}

body.admin-bar header {
	top: 32px;
}

html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar header {
	top: 75px;
}

@media screen and (max-width: 782px) {
	html.wp-admin-bar-gdl-live-site-banner-enabled body.admin-bar header {
		top: 46px !important;
	}

	html.wp-admin-bar-gdl-live-site-banner-enabled header+main,
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="wp-page"],
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="wp-post"],
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="single-post"],
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="archive"] {
		margin-top: 39px;
	}
}

@media screen and (max-width: 450px) {
	html.wp-admin-bar-gdl-live-site-banner-enabled header+main,
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="wp-page"],
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="wp-post"],
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="single-post"],
	html.wp-admin-bar-gdl-live-site-banner-enabled header+div[data-elementor-type="archive"] {
		margin-top: 17px;
	}
}

header+main,
header+div[data-elementor-type="wp-page"],
header+div[data-elementor-type="wp-post"],
header+div[data-elementor-type="single-post"],
header+div[data-elementor-type="archive"] {
	margin-top: 78px;
}

header .header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 44px;
	padding: 14px max(40px, (100% - var(--container-max-width, 1140px)) / 2);
	background: var(--white);
	transition: var(--transition);
}

header .logo {
	flex-shrink: 0;
	max-width: 180px;
}

header .logo a,
header .logo .logo-container {
	display: flex;
}

header .logo a:hover {
	color: var(--grey);
}

header .logo svg {
	width: 100%;
	height: 100%;
}

header .header-button {
	flex-shrink: 0;
}

header .menu .menu-list {
	display: flex;
	align-items: center;
	gap: 28px;
	list-style: none;
}

header .menu .current-menu-item>a {
	color: var(--orange) !important;
}

/* Menu - Level 2 */
header .menu .menu-list>li.menu-item-has-children>span.icon {
	display: none;
}

header .menu .menu-list>li.menu-item-has-children>ul.sub-menu {
	list-style: none;
	position: absolute;
	top: calc(100% - 14px);
	left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    width: 100%;
	padding-top: 30px;
    padding-bottom: 40px;
    padding-inline: max(40px, (100% - 1140px) / 2);
	background: var(--white);
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

header .menu .menu-list>li.menu-item-has-children.active>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	user-select: auto;
	z-index: 9;
}

header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li>a {
    font-weight: 600 !important;
}

/* Menu - Level 2 - END */

/* Menu - Level 3 */

header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
	list-style-type: disc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 10px;
    margin-left: 1.2em;
}

header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li::marker {
	font-size: 1.1em;
	color: var(--orange);
}

header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu a {
    font-weight: 400 !important;
}

header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu a:hover {
    color: var(--orange);
}

/* Menu - Level 3 - END */

header .burger-icon {
	display: none;
}

@media (max-width: 1024px) {
	body.admin-bar header {
		top: var(--wp-admin--admin-bar--height);
	}

	header+main,
	header+div[data-elementor-type="wp-page"],
	header+div[data-elementor-type="wp-post"],
	header+div[data-elementor-type="single-post"],
	header+div[data-elementor-type="archive"] {
		margin-top: 78px;
	}

	header .header-wrapper {
		gap: 32px;
		padding: 14px 30px;
	}

	header .header-wrapper.active {
		box-shadow: 0px 4px 4px 0px #00000017;
	}

	header .logo {
		max-width: 130px;
	}

	header .header-button {
		margin-left: auto;
	}

	header .header-menu {
		order: 1;
	}

	header .menu {
		position: absolute;
		top: -100vh;
		left: 0;
		display: flex;
		flex-direction: column;
		gap: 40px;
		width: 100%;
		padding: 0 0 30px 0;
		min-height: calc(100dvh - 78px);
		height: 100%;
		background: var(--white);
		transition: var(--transition);
		transition-duration: 0.6s;
		z-index: -1;
	}

	header .header-wrapper.active .menu {
		top: 78px;
	}

	header .menu .menu-wrapper {
		flex-grow: 0;
		width: 100%;
		padding: 30px 30px 0;
		overflow: auto;
	}

	header .menu .menu-list {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}

	header .menu .menu-list a {
		font-size: 16px !important;
	}

	/* Menu - Level 2 */
	header .menu .menu-list>li {
		position: relative;
		padding-bottom: 20px;
		border-bottom: 1px solid var(--blue-ray);
	}

	header .menu .menu-list>li.menu-item-has-children>span.icon {
		position: absolute;
		top: 0;
		right: -6px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		transition: var(--transition);
		cursor: pointer;
		z-index: 5;
	}

	header .menu .menu-list>li.menu-item-has-children>a::before {
		content: none;
	}

	header .menu .menu-list>li.menu-item-has-children.active>span.icon {
		color: var(--orange);
		transform: rotate(180deg);
	}

	header .menu .menu-list>li.menu-item-has-children>ul.sub-menu {
		display: none;
		position: relative;
		top: 0;
		padding: 10px 0 0;
		opacity: 1;
		visibility: visible;
		transition: none;
	}

	header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li+li {
		margin-top: 14px;
	}

	/* Menu - Level 2 - END */

	/* Menu - Level 3 */

    header .menu .menu-list>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
        gap: 2px;
		margin-top: 2px;
    }

    /* Menu - Level 3 - END */

	header .burger-icon {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 22px;
		margin-left: auto;
		cursor: pointer;
		z-index: 5;
		overflow: hidden;
	}

	header .burger-icon span {
		position: absolute;
		height: 2px;
		width: 100%;
		background: var(--blue-dark);
		border-radius: 30px;
		transition: var(--transition);
	}

	header .burger-icon span:nth-child(1) {
		transform: translate(0px, -10px);
		transition-delay: 0s;
	}

	header .burger-icon span:nth-child(2) {
		right: 0;
		width: 70%;
		transition-delay: 0.2s;
	}

	header .burger-icon span:nth-child(3) {
		transform: translate(0px, 10px);
		transition-delay: 0s;
	}

	header .header-wrapper.active .burger-icon span:nth-child(1) {
		transform: rotate(45deg);
		transition-delay: 0.15s;
	}

	header .header-wrapper.active .burger-icon span:nth-child(2) {
		right: -100%;
		transition-delay: 0s;
	}

	header .header-wrapper.active .burger-icon span:nth-child(3) {
		transform: rotate(-45deg);
		transition-delay: 0.15s;
	}
}

@media (max-width: 767px) {
	header .header-wrapper {
		gap: 16px;
		padding: 18px 20px;
	}

	header .menu .menu-wrapper {
		padding-inline: 20px;
	}
}

@media (max-width: 450px) {
	header+main,
	header+div[data-elementor-type="wp-page"],
	header+div[data-elementor-type="wp-post"],
	header+div[data-elementor-type="single-post"],
	header+div[data-elementor-type="archive"] {
		margin-top: 58px;
	}

	header .header-button {
		display: none;
	}

	header .menu {
		min-height: calc(100dvh - 58px);
	}

	header .header-wrapper.active .menu {
		top: 58px;
	}
}

/*---------- HEADER END ----------*/


/*---------- ELEMENTOR ----------*/

.elementor-element p:last-child {
	margin-bottom: 0;
}

/*---------- ELEMENTOR - WIDGETS ----------*/

/*---------- ELEMENTOR - WIDGET - TEXT EDITOR ----------*/
.elementor-widget-text-editor h1+*,
.elementor-widget-text-editor h2+*,
.elementor-widget-text-editor h3+*,
.elementor-widget-text-editor h4+*,
.elementor-widget-text-editor h5+*,
.elementor-widget-text-editor h6+*,
.elementor-widget-text-editor *+h1,
.elementor-widget-text-editor *+h2,
.elementor-widget-text-editor *+h3,
.elementor-widget-text-editor *+h4,
.elementor-widget-text-editor *+h5,
.elementor-widget-text-editor *+h6 {
    margin-top: 1.2em;
}

.elementor-widget-text-editor p+* {
    margin-top: 1em;
}

.elementor-widget-text-editor p+h1,
.elementor-widget-text-editor p+h2,
.elementor-widget-text-editor p+h3,
.elementor-widget-text-editor p+h4,
.elementor-widget-text-editor p+h5,
.elementor-widget-text-editor p+h6 {
    margin-top: 1.2em;
}

.elementor-widget-text-editor p+ul,
.elementor-widget-text-editor p+ol {
    margin-top: 0.5em;
}

.elementor-widget-text-editor ul+*,
.elementor-widget-text-editor ol+* {
    margin-top: 1em;
}

.elementor-widget-text-editor ul+h1,
.elementor-widget-text-editor ul+h2,
.elementor-widget-text-editor ul+h3,
.elementor-widget-text-editor ul+h4,
.elementor-widget-text-editor ul+h5,
.elementor-widget-text-editor ul+h6,
.elementor-widget-text-editor ol+h1,
.elementor-widget-text-editor ol+h2,
.elementor-widget-text-editor ol+h3,
.elementor-widget-text-editor ol+h4,
.elementor-widget-text-editor ol+h5,
.elementor-widget-text-editor ol+h6 {
    margin-top: 1.2em;
}

.elementor-widget-text-editor ul {
	margin-left: 1.8em;
}

.elementor-widget-text-editor ul>li {
    position: relative;
}

.elementor-widget-text-editor ul>li::marker {
	font-size: 1.1em;
	color: var(--orange);
}

.elementor-widget-text-editor ul>li+li {
    margin-top: 8px;
}

.elementor-widget-text-editor ol {
    margin-left: 1.8em;
}

.elementor-widget-text-editor ol>li {
    position: relative;
}

.elementor-widget-text-editor ol>li+li {
    margin-top: 8px;
}

.elementor-widget-text-editor ol>li>ul {
    margin-top: 8px;
}

.elementor-widget-text-editor table tbody>tr:nth-child(odd)>td,
.elementor-widget-text-editor table tbody>tr:nth-child(odd)>th {
	background-color: var(--blue-ray) !important;
}

.elementor-widget-text-editor table tbody tr:hover>td,
.elementor-widget-text-editor table tbody tr:hover>th {
	background-color: initial;
}

.elementor-widget-text-editor a {
	font-weight: 600 !important;
	color: var(--orange);
	background: linear-gradient(currentColor, currentColor) 0% 100% / 100% 1px no-repeat;
	transition: color 0.3s ease, background-position 0s ease, background-size .45s ease;
}

.elementor-widget-text-editor a:hover {
	background-position: 100% 100%;
	background-size: 0% 1px;
}
/*---------- ELEMENTOR - WIDGET - TEXT EDITOR - END ----------*/

/*---------- ELEMENTOR - WIDGET - ICON ----------*/
.elementor-widget-icon,
.elementor-widget-icon .elementor-icon-wrapper {
	display: inline-flex;
}

.elementor-widget-icon a.elementor-icon svg {
	transition: var(--transition);
}
/*---------- ELEMENTOR - WIDGET - ICON - END ----------*/

/*---------- ELEMENTOR - WIDGET - NAV MENU ----------*/
.elementor-nav-menu a {
	display: inline-flex;
}
/*---------- ELEMENTOR - WIDGET - NAV MENU - END ----------*/

/*---------- ELEMENTOR - WIDGETS - END ----------*/

/*---------- ELEMENTOR - END ----------*/


/*---------- SINGLE POST ----------*/

.single-post .post-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 30px 40px;
	padding: 60px 0 100px;
	background-color: var(--blue-light);
}

.single-post .post-header__image {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.single-post .post-header__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-post .post-header__info {
	max-width: 760px;
	padding: 40px;
	color: var(--white);
	border-radius: 20px;
	background: linear-gradient(0deg, var(--blue-dark-50) 0%, var(--blue-dark) 100%);
	z-index: 1;
}

.single-post .post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
}

.single-post .post-categories .post-category {
	padding: 14px 16px 13px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.187;
	text-transform: uppercase;
	color: var(--orange);
	border: 2px solid var(--orange);
	border-radius: 50px;
	user-select: none;
}

.single-post .post-title:not(:first-child) {
	margin-top: 60px;
}

.single-post .post-excerpt {
	margin-top: 50px;
}

.single-post .post-metadata {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-top: 60px;
}

.single-post .post-author {
	flex-shrink: 0;
	align-self: flex-end;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 235px;
	padding: 30px 30px 40px;
	color: var(--white);
	border-radius: 20px;
	background: linear-gradient(181.4deg, var(--white-80) 50%, rgba(153, 153, 153, 0) 100%);
	z-index: 1;
}

.single-post .post-author__image {
	display: flex;
	width: 175px;
	height: 175px;
}

.single-post .post-author__image img {
	width: 100%;
	height: 100%;
}

.single-post .post-author__label {
	margin-top: 20px;
	font-weight: 700;
	color: var(--orange);
}

.single-post .post-author__name {
	font-weight: 600;
	color: var(--white);
}

.single-post .post-author__description {
	
}

.single-post .post-main {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	padding-block: 150px;
}

.single-post .post-content .wp-block-image {
	margin-block: 50px;
}

.single-post .post-content .wp-block-image:first-child {
	margin-top: 0;
}

.single-post .post-content .wp-block-image:last-child {
    margin-bottom: 0;
}

.single-post .post-content h2 {
	font-size: 35px;
	line-height: 1.25;
}

.single-post .post-content h3 {
	font-size: 22px;
	line-height: 1.25;
}

.single-post .post-content h1+*,
.single-post .post-content h2+*,
.single-post .post-content h3+*,
.single-post .post-content h4+*,
.single-post .post-content h5+*,
.single-post .post-content h6+*,
.single-post .post-content *+h1,
.single-post .post-content *+h2,
.single-post .post-content *+h3,
.single-post .post-content *+h4,
.single-post .post-content *+h5,
.single-post .post-content *+h6 {
    margin-top: 1.2em;
}

.single-post .post-content p {
    min-height: 1px;
	margin-bottom: 0;
}

.single-post .post-content p+* {
    margin-top: 1em;
}

.single-post .post-content p+h1,
.single-post .post-content p+h2,
.single-post .post-content p+h3,
.single-post .post-content p+h4,
.single-post .post-content p+h5,
.single-post .post-content p+h6 {
    margin-top: 1.2em;
}

.single-post .post-content p+ul,
.single-post .post-content p+ol {
    margin-top: 0.5em;
}

.single-post .post-content ul+*,
.single-post .post-content ol+* {
    margin-top: 1em;
}

.single-post .post-content ul+h1,
.single-post .post-content ul+h2,
.single-post .post-content ul+h3,
.single-post .post-content ul+h4,
.single-post .post-content ul+h5,
.single-post .post-content ul+h6,
.single-post .post-content ol+h1,
.single-post .post-content ol+h2,
.single-post .post-content ol+h3,
.single-post .post-content ol+h4,
.single-post .post-content ol+h5,
.single-post .post-content ol+h6 {
    margin-top: 1.2em;
}

.single-post .post-content ul {
	margin-left: 1.8em;
}

.single-post .post-content ul>li {
    position: relative;
}

.single-post .post-content ul>li::marker {
	font-size: 1.1em;
	color: var(--orange);
}

.single-post .post-content ul>li+li {
    margin-top: 8px;
}

.single-post .post-content ol {
    margin-left: 1.8em;
}

.single-post .post-content ol>li {
    position: relative;
}

.single-post .post-content ol>li+li {
    margin-top: 8px;
}

.single-post .post-content ol>li>ul {
    margin-top: 8px;
}

.single-post .post-content table tbody>tr:nth-child(odd)>td,
.single-post .post-content table tbody>tr:nth-child(odd)>th {
	background-color: var(--blue-ray) !important;
}

.single-post .post-content table tbody tr:hover>td,
.single-post .post-content table tbody tr:hover>th {
	background-color: initial;
}

.single-post .post-content > *:not([class="wp-block-streamlogic-cta"]) a {
	font-weight: 600 !important;
	color: var(--orange);
	background: linear-gradient(currentColor, currentColor) 0% 100% / 100% 1px no-repeat;
	transition: color 0.3s ease, background-position 0s ease, background-size .45s ease;
}

.single-post .post-content > *:not([class="wp-block-streamlogic-cta"]) a:hover {
	background-position: 100% 100%;
	background-size: 0% 1px;
}

.single-post .post-summary {
	position: sticky;
	top: 100px;
	flex-shrink: 0;
	width: 350px;
}

body.admin-bar.single-post .post-summary {
	top: 132px;
}

.single-post .post-summary__list {
	margin-top: 36px;
	margin-left: 20px;
}

.single-post .post-summary__list>li+li {
	margin-top: 8px;
}

.single-post .post-summary__link.active {
	color: var(--orange);
}

.single-post .latest-insights__title {
	text-align: center;
}

@media (max-width: 1024px) {
	.single-post .post-header {
		padding: 40px 0 80px;
	}

	.single-post .post-title:not(:first-child) {
		margin-top: 40px;
	}

	.single-post .post-excerpt {
		margin-top: 30px;
	}

	.single-post .post-metadata {
		margin-top: 40px;
	}

	.single-post .post-main {
		flex-wrap: wrap;
		padding-block: 80px;
	}

	.single-post .post-content {
		order: 1;
	}

    .single-post .post-summary {
		position: relative;
		top: initial !important;
		width: 100%;
	}

	.single-post .post-summary__list {
		margin-top: 16px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.single-post .post-title {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
    .single-post .post-header {
		flex-wrap: wrap;
		padding-bottom: 60px;
	}
	
	.single-post .post-header__info {
		max-width: 100%;
		width: 100%;
		padding: 30px;
	}

	.single-post .post-categories {
		gap: 15px 20px;
	}

	.single-post .post-categories .post-category {
		padding: 10px 14px;
    	font-size: 14px;
	}

	.single-post .post-title:not(:first-child) {
		margin-top: 30px;
	}

	.single-post .post-excerpt {
		margin-top: 20px;
	}

	.single-post .post-metadata {
		flex-wrap: wrap;
		gap: 10px 32px;
		margin-top: 30px;
	}

	.single-post .post-author {
		max-width: 200px;
		margin-left: auto;
		padding: 20px;
	}

	.single-post .post-author__image {
		width: 120px;
		height: 120px;
	}

	.single-post .post-author__label {
		margin-top: 10px;
	}

	.single-post .post-main {
		gap: 30px;
		padding-block: 60px;
	}

	.single-post .post-summary__list {
		margin-top: 8px;
	}

	.single-post .post-summary__list>li+li {
		margin-top: 4px;
	}
}

/*---------- SINGLE POST - END ----------*/


/*---------- AUTHOR PAGE ----------*/

.author .author-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 400px;
	padding: 30px 30px 40px;
	border-radius: 20px;
	background: linear-gradient(181.4deg, var(--white-80) 50%, rgba(153, 153, 153, 0) 100%);
	z-index: 1;
}

.author .author-header__image {
	display: flex;
	width: 175px;
	height: 175px;
}

.author .author-header__image img {
	width: 100%;
	height: 100%;
}

.author .author-header__name {
	font-weight: 600;
}

.author .latest-insights__title {
	text-align: center;
}

/*---------- AUTHOR PAGE - END ----------*/

/*---------- GO TOP BUTTON ----------*/

.go-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: var(--white);
    background-color: var(--orange);
    transition: var(--transition);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
}

.go-top:hover {
    background-color: var(--blue-light);
}

.go-top svg {
    width: 1em;
    height: 1em;
}

@media (max-width: 1024px) {
    .go-top {
        right: 30px;
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .go-top {
        right: 20px;
        bottom: 20px;
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}

/*---------- GO TOP BUTTON END ----------*/