@charset "UTF-8";
/*!
Theme Name: sofwave
Theme URI: https://sofwave.com
Author: Nate Peretz
Author URI: https://sofwave.com
Description: The Future is SUPERB™  Your Choice for reducing fine lines & wrinkles
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: sofwave
Tags: custom-theme
Template: twentytwentytwo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sofwave 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/
*/
:root {
	--color-a: #000000;
	--color-b: #404040;
	--color-c: #ffffff;
	--color-d: #AD8973;
}

/**
 * 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%;
	overflow-x: hidden;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0 !important;
	overflow-x: hidden;
	width: 100%;
}

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

.slick-prev:before, .slick-next:before {
	font-display: swap;
}

/**
 * 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.67em 0;
}

/* 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: bolder;
}

/**
 * 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%;
}

/* 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;
}

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

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

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

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: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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 {
	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.1);
	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;
}

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

.site-main {
	margin-top: 100px;
}

@media screen and (max-width: 1024px) {
	.site-main {
		margin-top: 70px;
	}
}

@media screen and (max-width: 767px) {
	.site-main {
		margin-top: 85px;
	}
}

.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;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}

.custom-logo-link img {
	width: 100%;
}

/* 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;
}

/* Visual Composer */
.vc_column-inner {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.vc_row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

[data-tab-content] {
	display: none;
}

[data-tab-content].active {
	display: block;
}

[data-tab] {
	display: block;
}

[data-tab].active {
	display: none;
}

.wp-site-blocks {
	padding: 0 !important;
}

.medic-icon {
	display: block;
	width: 19px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 10h-2.1V8c0-.2-.2-.3-.3-.3H8.6c-.2 0-.3.1-.3.3v2h-2c-.3 0-.4.2-.4.4V12c0 .2.1.3.3.3h2.1v2.1c0 .2.1.3.3.3h1.8c.1 0 .3-.1.3-.3v-2h2c.2 0 .4-.2.4-.4v-1.7c0-.2-.2-.3-.3-.3Zm4.4-5.9h-4.1V1.5c0-.5-.4-1-1-1H6.9c-.5 0-.9.5-.9 1V4H1.8C.8 4.1 0 5 0 6v10.7c0 1 .8 1.8 1.8 1.8h15.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Zm-10-2.3h4.7V4H7V1.8Zm10.6 14.8c0 .3-.3.6-.6.6H1.8a.6.6 0 0 1-.6-.6V5.9c0-.3.2-.6.6-.6h15.4c.3 0 .6.3.6.6v10.7Z' fill='%238B8B8B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.check-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 7.6H13l-4.2 4.2L7 10l-.2-.1h-.2l-.4.5c-.2.1-.2.3 0 .4l2.5 2.6H9l4.8-4.9c.1-.1.1-.3 0-.4l-.4-.5Zm6.5 2.9c0-1.4-.8-2.7-2-3.3a4 4 0 0 0-1-3.8 4 4 0 0 0-3.7-1c-.6-1.1-2-1.9-3.3-1.9-1.4 0-2.7.8-3.4 2C5.3 2 4 2.5 3 3.5S1.6 5.8 2 7.1C.7 7.8 0 9.2 0 10.5c0 1.4.7 2.7 2 3.4-.4 1.3 0 2.7 1 3.7s2.4 1.3 3.6 1a3.9 3.9 0 0 0 6.7 0c1.3.3 2.7 0 3.8-1 1-1 1.3-2.4 1-3.7 1.1-.7 1.9-2 1.9-3.4Zm-3.6 2.7c.2.5 1.2 2.1-.2 3.5-1.2 1.1-2.3.8-3.5.2-.2.5-.7 2.4-2.7 2.4s-2.5-2-2.7-2.4c-1.2.6-2.4 1-3.5-.2-1.5-1.4-.4-3.2-.2-3.5-.5-.2-2.4-.7-2.4-2.7s2-2.5 2.4-2.7c-.3-.4-1.2-2 .2-3.5C5.2 3 7 4 7.3 4.1c.2-.5.7-2.3 2.7-2.3s2.5 1.9 2.7 2.3c.4-.2 2-1.2 3.5.2 1.4 1.5.4 3.2.2 3.5.5.2 2.4.7 2.4 2.7s-2 2.5-2.4 2.7Z' fill='%23377FD5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.geo-icon {
	display: block;
	width: 15px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 3.7c-2 0-3.8 1.8-3.8 3.8a3.7 3.7 0 0 0 7.5 0c0-2-1.7-3.8-3.7-3.8Zm0 6.3C6.1 10 5 8.9 5 7.5S6 5 7.5 5C8.9 5 10 6.1 10 7.5S8.9 10 7.5 10Zm0-10A7.5 7.5 0 0 0 0 7.5c0 3 1 3.9 6.7 12a1 1 0 0 0 1.5 0c5.7-8.1 6.8-9 6.8-12C15 3.4 11.6 0 7.5 0Zm0 18.5C2 10.7 1.2 10 1.2 7.5 1.3 5.9 2 4.3 3 3a6.4 6.4 0 0 1 4.5-1.9 6.3 6.3 0 0 1 6.3 6.2c0 2.6-.9 3.3-6.3 11.1Z' fill='%238B8B8B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.premium-icon {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23FCF0EA'/%3E%3Ccircle cx='20' cy='20' r='19' stroke='%23FF5F00' stroke-opacity='.1' stroke-width='2'/%3E%3Cpath d='M27.5 11.7h-3l2.5 6.1h4l-3.5-6Zm-4.9 0h-5.3l-2.6 6.1h10.5l-2.6-6Zm-10.1 0-3.4 6.1h3.8l2.6-6h-3ZM9.1 19l8.2 9.7c.2 0 .3 0 .2-.1L13 19H9Zm5.6 0 5.2 12.1h.2l5.2-12H14.7Zm7.7 9.6s.1.2.2 0L31 19h-3.8l-4.7 9.6Z' fill='%23FF5F00'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.promotions-tab__vidget-icon {
	display: block;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.7 9c0 .4.3.7.7.7h3.4V6.3H.7V9Zm5.5.7h3.4c.4 0 .7-.3.7-.7V6.2H6.2v3.5Zm4.1-6.9h-1c.2-.2.3-.5.3-.8a2 2 0 0 0-1.9-2c-.9 0-1.4.5-2.2 1.5C4.8.5 4.2.1 3.3.1a1.9 1.9 0 0 0-1.7 2.7h-1c-.3 0-.6.3-.6.7v1.7c0 .2.2.4.3.4h10.4c.1 0 .3-.2.3-.4V3.5c0-.4-.3-.7-.7-.7Zm-7 0a.8.8 0 0 1-.9-.8c0-.5.4-1 .9-1 .4 0 .7.2 1.9 1.8h-2Zm4.4 0H6c1-1.6 1.4-1.7 1.8-1.7.5 0 .9.4.9.9 0 .4-.4.8-.9.8Z' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.arrow-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.8 1.34 12.3.8c-.14-.14-.36-.14-.47 0L6.87 5.75 1.9.8c-.11-.14-.33-.14-.47 0l-.52.54c-.13.11-.13.33 0 .47l5.72 5.71c.14.14.33.14.46 0l5.72-5.71c.14-.14.14-.36 0-.47Z' fill='%238B8B8B'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.thanks-icon {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("data:image/svg+xml,%3csvg width='100' height='100' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='.1' cx='50' cy='50' r='50' fill='%233AD280'/%3e%3ccircle cx='50' cy='50' r='25' fill='white'/%3e%3cpath d='M50.0002 13.2c-20.2915 0-36.8 16.5085-36.8 36.8 0 20.2915 16.5085 36.8 36.8 36.8 20.2915 0 36.8-16.5085 36.8-36.8 0-20.2915-16.5085-36.8-36.8-36.8Zm-7.3563 53.0398L28.98 52.6054l5.1962-5.2108 8.4603 8.4456 19.4819-19.482 5.2036 5.2036-24.6781 24.678Z' fill='%233AD280'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

:root {
	--download-icon: url("data:image/svg+xml,%3Csvg width='14' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3 13.9c0-.8-1.3-.8-1.3 0 0 .5.2 1.2-.2 1.7-.3.3-.7.2-1 .2H3.5c-.4 0-.8 0-1-.2-.5-.4-.3-1.2-.3-1.7 0-.8-1.3-.8-1.3 0 0 .7 0 1.4.3 2 .2.8 1.1 1.2 1.9 1.2h8A2.2 2.2 0 0 0 13 16c.4-.6.3-1.4.3-2.1Z' fill='%23fff'/%3E%3Cpath d='M6.8 13c.4.3 1 .3 1.3 0l5.6-5.6a.9.9 0 1 0-1.3-1.2l-5 5-5-5a.9.9 0 0 0-1.2 1.2L6.8 13ZM6.6 0v12.4h1.7V0H6.6Z' fill='%23fff'/%3E%3C/svg%3E");
	--gradient-border: url("data:image/svg+xml,%3Csvg width='885' height='300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='881' height='296' rx='18' stroke='url(%23a)' stroke-width='4'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='924.6' y1='6.8' x2='-54' y2='280.1' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF3EC'/%3E%3Cstop offset='.5' stop-color='%23CAA087'/%3E%3Cstop offset='1' stop-color='%23AD8973'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	--arrow-bottom: url("data:image/svg+xml,%3Csvg width='18' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17.2 1-.7-.7c-.2-.2-.5-.2-.7 0l-7 7-7.2-7C1.5 0 1.2 0 1 .3L.2 1c-.2.1-.2.4 0 .6L8.4 10c.2.2.5.2.7 0l8.1-8.2c.2-.2.2-.5 0-.6Z' fill='%23ED6666'/%3E%3C/svg%3E");
	--phone-icon: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1 19.7H17C4 19 2.2 8.1 2 4.7a2 2 0 0 1 1.8-2h3.6a1.3 1.3 0 0 1 1.2.7l1 2.5a1.3 1.3 0 0 1-.3 1.4L8 8.7a6.2 6.2 0 0 0 5 5l1.5-1.4a1.3 1.3 0 0 1 1.4-.3l2.5 1a1.3 1.3 0 0 1 .8 1.3v3.4a2 2 0 0 1-2 2ZM4 4a.7.7 0 0 0-.6.7c.3 4 2.2 13.1 13.8 13.8a.7.7 0 0 0 .7-.6v-3.5l-2.5-1-2 1.8h-.2c-5.7-.7-6.5-6.4-6.5-6.5v-.3l1.8-1.9-1-2.5H4Z' fill='%23fff'/%3E%3C/svg%3E");
	--mail-icon: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4 4.4H2.6a1.3 1.3 0 0 0-1.3 1.3v10.6a1.3 1.3 0 0 0 1.3 1.3h15.8a1.3 1.3 0 0 0 1.3-1.3V5.7a1.3 1.3 0 0 0-1.3-1.3ZM17 5.7l-6.5 4.5-6.4-4.5H17ZM2.6 16.3v-10l7.6 5.2a.7.7 0 0 0 .7 0l7.5-5.2v10H2.6Z' fill='%23fff'/%3E%3C/svg%3E");
	--geo-icon: url("data:image/svg+xml,%3Csvg width='22' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.52 11.84a3.29 3.29 0 1 1 0-6.58 3.29 3.29 0 0 1 0 6.58Zm0-5.26a1.97 1.97 0 1 0 0 3.95 1.97 1.97 0 0 0 0-3.95Z' fill='%23fff'/%3E%3Cpath d='M10.53 19.73 4.98 13.2l-.23-.3a7.24 7.24 0 1 1 11.56 0l-.23.3-5.55 6.54ZM5.8 12.1l.19.25 4.54 5.35 4.54-5.36.18-.24a5.85 5.85 0 0 0-.54-7.73A5.92 5.92 0 0 0 5.8 12.1Z' fill='%23fff'/%3E%3C/svg%3E");
	--phone-header: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 14.5C3 13.9 1.6 5.6 1.4 3.1a1.5 1.5 0 0 1 1.4-1.6h2.7a1 1 0 0 1 1 .6L7.3 4a1 1 0 0 1-.2 1l-1 1.2A4.7 4.7 0 0 0 9.7 10L11 8.9a1 1 0 0 1 1.1-.2l1.9.7a1 1 0 0 1 .6 1V13a1.5 1.5 0 0 1-1.5 1.5ZM3 2.5a.5.5 0 0 0-.5.5C2.7 6 4.2 13 13 13.5a.5.5 0 0 0 .5-.5v-2.6l-1.9-.8-1.4 1.4h-.3C5.6 10.5 5 6.1 5 6v-.2l1.4-1.4-.8-1.9H3Z' fill='%23000'/%3E%3C/svg%3E");
	--mail-header: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 3H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Zm-1.1 1L8 7.39 3.1 4h9.8ZM2 12V4.46L7.71 8.4a.5.5 0 0 0 .58 0L14 4.45V12H2Z' fill='%23000'/%3E%3C/svg%3E");
	--phone-header-mobile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M12.8124 14.4062H12.7221C2.28306 13.8059 0.800871 4.99781 0.593683 2.30969C0.576989 2.10068 0.601699 1.89044 0.666398 1.691C0.731097 1.49156 0.834513 1.30685 0.970721 1.14745C1.10693 0.988044 1.27325 0.857084 1.46016 0.762071C1.64706 0.667058 1.85088 0.609858 2.05993 0.59375H4.98712C5.19992 0.593544 5.40787 0.65724 5.58405 0.776586C5.76023 0.895933 5.89651 1.06543 5.97525 1.26313L6.78275 3.25C6.86049 3.44313 6.87979 3.65485 6.83823 3.85886C6.79668 4.06287 6.6961 4.25017 6.549 4.3975L5.41743 5.53969C5.59419 6.54415 6.07522 7.47007 6.79544 8.1922C7.51566 8.91432 8.44032 9.39779 9.44431 9.57719L10.5971 8.435C10.7467 8.28952 10.9357 8.19129 11.1407 8.15255C11.3457 8.11382 11.5576 8.1363 11.7499 8.21719L13.7527 9.01938C13.9475 9.1006 14.1136 9.23794 14.23 9.41392C14.3463 9.5899 14.4077 9.79653 14.4062 10.0075V12.8125C14.4062 13.2352 14.2383 13.6406 13.9394 13.9395C13.6405 14.2383 13.2351 14.4062 12.8124 14.4062ZM2.18743 1.65625C2.04654 1.65625 1.91141 1.71222 1.81178 1.81185C1.71215 1.91148 1.65618 2.0466 1.65618 2.1875V2.23C1.90056 5.375 3.46775 12.8125 12.7806 13.3438C12.8504 13.3481 12.9203 13.3386 12.9864 13.3158C13.0525 13.293 13.1135 13.2574 13.1658 13.211C13.2181 13.1646 13.2608 13.1083 13.2913 13.0454C13.3218 12.9825 13.3396 12.9142 13.3437 12.8444V10.0075L11.3409 9.20531L9.81618 10.7194L9.56118 10.6875C4.93931 10.1084 4.31243 5.48656 4.31243 5.43875L4.28056 5.18375L5.78931 3.65906L4.99243 1.65625H2.18743Z' fill='%23ED6666'/%3E%3C/svg%3E");
	--mail-header-mobile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3E%3Cpath d='M18.25 0.125H1.75C1.38533 0.125 1.03559 0.269866 0.777728 0.527728C0.519866 0.785591 0.375 1.13533 0.375 1.5V12.5C0.375 12.8647 0.519866 13.2144 0.777728 13.4723C1.03559 13.7301 1.38533 13.875 1.75 13.875H18.25C18.6147 13.875 18.9644 13.7301 19.2223 13.4723C19.4801 13.2144 19.625 12.8647 19.625 12.5V1.5C19.625 1.13533 19.4801 0.785591 19.2223 0.527728C18.9644 0.269866 18.6147 0.125 18.25 0.125ZM16.7375 1.5L10 6.16125L3.2625 1.5H16.7375ZM1.75 12.5V2.12562L9.60813 7.56375C9.72321 7.64359 9.85993 7.68637 10 7.68637C10.1401 7.68637 10.2768 7.64359 10.3919 7.56375L18.25 2.12562V12.5H1.75Z' fill='%23FFF3EC'/%3E%3C/svg%3E");
	--send-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M12.1562 0.598145L1.28125 6.85596C0.859375 7.09033 0.90625 7.69971 1.32812 7.86377L3.83594 8.91846L10.5625 2.98877C10.6797 2.87158 10.8672 3.03564 10.75 3.17627L5.125 10.0435V11.9419C5.125 12.5044 5.78125 12.7153 6.10938 12.3169L7.60938 10.4888L10.5156 11.731C10.8438 11.8716 11.2422 11.6606 11.2891 11.2856L12.9766 1.16064C13.0703 0.691895 12.5547 0.36377 12.1562 0.598145Z' fill='%23ED6666'/%3E%3C/svg%3E");
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'Icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\e900";
}

.icon-arrow-right:before {
	content: "\e901";
}

:root {
	--font_1: 'Exo 2';
	--font_2: 'Alegreya Sans';
	--font_3: 'Helvetica Neue';
}

@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: 'Alegreya Sans';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Light.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Light.woff2") format("woff2");
}

@font-face {
	font-style: italic;
	font-weight: 300;
	font-family: 'Alegreya Sans';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-LightItalic.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-LightItalic.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: 'Alegreya Sans';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Regular.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Regular.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 500;
	font-family: 'Alegreya Sans';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Medium.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Medium.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 700;
	font-family: 'Alegreya Sans';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Bold.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/AlegreyaSans-Bold.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: 'Helvetica Neue';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 500;
	font-family: 'Helvetica Neue';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 700;
	font-family: 'Helvetica Neue';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 300;
	font-family: 'Exo 2';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/Exo2-Light.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/Exo2-Light.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 400;
	font-family: 'Exo 2';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/Exo2-Regular.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/Exo2-Regular.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 500;
	font-family: 'Exo 2';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/Exo2-Medium.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/Exo2-Medium.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 600;
	font-family: 'Exo 2';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/Exo2-SemiBold.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/Exo2-SemiBold.woff2") format("woff2");
}

@font-face {
	font-style: normal;
	font-weight: 700;
	font-family: 'Exo 2';
	font-display: swap;
	src: url("/wp-content/themes/sofwave/assets/fonts/Exo2-Bold.woff") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/Exo2-Bold.woff2") format("woff2");
}

@font-face {
	font-family: 'Icons';
	src: url("/wp-content/themes/sofwave/assets/fonts/icomoon.eot?1gvvsi");
	src: url("/wp-content/themes/sofwave/assets/fonts/icomoon.eot?1gvvsi#iefix") format("embedded-opentype"), url("/wp-content/themes/sofwave/assets/fonts/icomoon.ttf?1gvvsi") format("truetype"), url("/wp-content/themes/sofwave/assets/fonts/icomoon.woff?1gvvsi") format("woff"), url("/wp-content/themes/sofwave/assets/fonts/icomoon.svg?1gvvsi#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

body, html {
	font-family: var(--font_2);
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	body, html {
		font-size: 14px;
	}
}

a, a:active, a:visited, a:focus {
	text-decoration: none;
	outline: none;
}

a i, a:active i, a:visited i, a:focus i {
	position: relative;
	top: 2px;
	text-decoration: none;
}

a:hover, a:active:hover, a:visited:hover, a:focus:hover {
	text-decoration: underline;
	color: #ED6666;
}

a:hover i, a:active:hover i, a:visited:hover i, a:focus:hover i {
	text-decoration: none;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

.tm {
	font-size: 18px !important;
	transform: translateY(-55%);
	display: inline-block;
}

.testimonial-description .content > p {
	font-size: 22px;
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 10px;
	}
}

blockquote {
	position: relative;
	font-size: 15px;
}

blockquote:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 4px;
	top: 0;
	left: -1.5em;
}

.wpb_wrapper ul li, .wpb_wrapper ol li {
	margin-bottom: 12px;
}

.title_2 {
	font-family: var(--font_1) !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: clamp(24px, 2.813vw, 36px);
	line-height: 140%;
	color: var(--color-a);
}

.title_2 > sup {
	font-weight: 400;
	font-size: 12px;
}

.title_3 {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: clamp(18px, 1.563vw, 20px);
	line-height: 140%;
	color: var(--color-a);
}

.subtitle {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(16px, 1.719vw, 22px);
	line-height: 140%;
	text-align: center;
	color: var(--color-b);
}

.container {
	max-width: 1310px;
	padding: 0 15px !important;
	margin: 0 auto;
	width: 100%;
}

.w100 {
	width: 100% !important;
}

@media screen and (max-width: 991px) {
	body {
		padding-top: 77px;
	}
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 55px;
	}
}

@media screen and (max-width: 800px) {
	.vc_column_container > .vc_column-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.wpb_text_column.wpb_content_element {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

* {
	/* FireFox */
	scrollbar-color: transparent;
}

*::-webkit-scrollbar {
	width: 9px;
	box-shadow: none;
	height: 100%;
}

*::-webkit-scrollbar-thumb {
	background-color: #D6D6D6;
	border-radius: 4px;
	background-clip: padding-box;
	border: 2px solid  transparent;
	box-shadow: none;
	min-height: 73px;
}

*::-webkit-scrollbar-track {
	background-color: transparent;
	cursor: pointer;
	border-radius: 6px;
	box-shadow: none;
	height: 100%;
}

* ::-webkit-scrollbar-button {
	background-color: transparent;
	box-shadow: none;
	display: none;
}

.main-button > .vc_general.vc_btn3,
.transparent-btn,
.btn-transparent,
.faq-section__btn {
	width: clamp(208px, 23.828vw, 244px);
	height: clamp(38px, 4.883vw, 50px);
	background-color: #FFFFFF !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ED6666;
	border-radius: 25px;
	font-family: var(--font_1) !important;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 0;
	text-align: center;
	color: #ED6666 !important;
}

.custom-slick-arrow {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 8px;
	text-align: center;
	color: #8B8B8B;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.custom-slick-arrow-next i {
	transform: rotate(180deg);
}

.custom-slick-arrow i {
	display: block;
	position: relative;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: -5px 0 0 -5px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
}

.custom-slick-arrow:hover {
	color: #fff;
	background: #ED6666;
	cursor: pointer;
}

.custom-slick-arrow:hover i {
	background: rgba(237, 102, 102, 0.15);
}

.truncate-read-more {
	font-family: var(--font_1);
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #ED6666;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.truncate-read-more:after {
	content: "\e900";
	font-family: "Icons";
	transform: rotate(180deg);
	margin-left: 8px;
}

.truncate-read-more:hover, .truncate-read-more:focus, .truncate-read-more:active {
	text-decoration: none;
}

/* Admin bar fix */
body.admin-bar header.site-header {
	top: 32px;
}

.header-box {
	background-color: var(--color-c);
	padding: 20px 0 15px;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
	position: relative;
}

.header-box__nav .wp-block-navigation__container {
	display: flex;
	grid-gap: clamp(20px, 3.077vw, 40px);
}

@media screen and (max-width: 991px) {
	.header-box__nav {
		display: none !important;
		order: 3;
	}
}

.header-box__inner {
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: space-between;
}

@media screen and (max-width: 991px) {
	.header-box__inner {
		display: flex;
		justify-content: normal;
		position: relative;
		z-index: 11;
	}
}

.header-box__nav-item {
	font-family: var(--font_3);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: var(--color-a);
}

.header-box__contacts {
	display: flex;
	grid-gap: 16px;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.header-box__contacts {
		grid-gap: 12px;
		margin-left: auto;
		margin-right: 30px;
	}
}

.header-box__logo {
	max-width: clamp(150px, 14.308vw, 186px);
}

.header-box__link a {
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: var(--color-a);
	position: relative;
	display: flex;
	align-items: center;
	grid-gap: 5px;
}

.header-box__link a::before {
	width: 20px;
	height: 20px;
	content: '';
	display: flex;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-box__link a:hover {
	text-decoration: none;
}

.header-box__link a:visited, .header-box__link a:active {
	color: var(--color-a);
	color: currentColor;
}

@media screen and (max-width: 991px) {
	.header-box__link a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0;
		width: 28px;
		height: 28px;
		border: 1px solid #ED6666;
		border-radius: 10px;
		background: #FFF3EC;
		grid-gap: 0;
	}
}

.header-box__tell a::before {
	background-image: var(--phone-header);
}

@media screen and (max-width: 991px) {
	.header-box__tell a::before {
		width: 14px;
		height: 14px;
		background-image: var(--phone-header-mobile);
	}
}

.header-box__mail a::before {
	background-image: var(--mail-header);
}

@media screen and (max-width: 991px) {
	.header-box__mail a::before {
		width: 20px;
		height: 14px;
		background-image: var(--mail-header-mobile);
	}
}

@media screen and (max-width: 991px) {
	.header-box__mail a {
		background-color: #ED6666;
	}
}

@media screen and (max-width: 991px) {
	.header-box__mail {
		order: 2;
	}
}

.header-box .wp-block-navigation__responsive-container-open {
	position: relative;
	font-size: 0;
	width: 18px;
	height: 2px;
	border-radius: 10px;
	background-color: #ED6666;
}

.header-box .wp-block-navigation__responsive-container-open:after, .header-box .wp-block-navigation__responsive-container-open:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ED6666;
}

.header-box .wp-block-navigation__responsive-container-open:before {
	top: -6px;
}

.header-box .wp-block-navigation__responsive-container-open:after {
	bottom: -6px;
}

.header-box .wp-block-navigation__responsive-container-open:not(.always-shown) {
	display: block !important;
}

@media screen and (max-width: 991px) {
	.header-box {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		box-shadow: none;
	}
	.header-box .wp-block-navigation__responsive-container {
		visibility: hidden;
		display: flex !important;
		position: fixed !important;
		transform: translateX(100%);
		transition: transform .5s;
	}
	.header-box .wp-block-navigation__responsive-container.is-menu-open {
		transform: translateX(0);
		visibility: visible;
	}
	.header-box__inner > .wp-block-group:first-child {
		z-index: 10;
	}
	.header-box__contacts {
		z-index: 10;
	}
	.header-box .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		padding-top: 0;
	}
	.header-box .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
		padding: 77px 0 0;
		z-index: 9;
	}
	.header-box .wp-block-navigation__responsive-container-close {
		top: -48px;
		right: 15px;
	}
	.header-box .wp-block-navigation__responsive-container-close svg {
		fill: #ED6666;
	}
	.header-box .wp-block-navigation__container {
		width: 100%;
		grid-gap: 0;
		display: block !important;
	}
	.header-box .wp-block-navigation__container li {
		width: 100%;
		padding: 11px 15px;
		border-bottom: 1px solid #E9EDF0;
	}
	.header-box .wp-block-navigation__container li a {
		font-family: var(--font_1);
		font-weight: 400;
		font-size: 16px;
	}
	.header-box:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 78px;
		box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.16);
	}
}

@media screen and (min-width: 991px) {
	.header-box .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.header-box {
		padding: 10px 0;
	}
	.header-box .custom-logo-link img {
		height: 34px;
	}
	.header-box .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
		padding: 57px 0 0;
	}
	.header-box .wp-block-navigation__responsive-container-close {
		top: -41px;
		right: 15px;
	}
	.header-box:before {
		height: 55px;
	}
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 10;
	padding-top: 78px;
	visibility: hidden;
	transform: translateX(100%);
	transition: all .5s;
}

.mobile-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 78px;
	box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
	.mobile-menu:before {
		height: 55px;
	}
}

.mobile-menu.is-open {
	visibility: visible;
	transform: translateX(0);
}

.mobile-menu .wp-block-navigation {
	margin-top: 0;
}

.mobile-menu .wp-block-buttons {
	display: block;
}

.mobile-menu .wp-block-button {
	display: flex;
	align-items: center;
	margin-top: 100px;
}

.mobile-menu .wp-block-button__link {
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 290px;
	width: 100%;
	height: 56px;
	border: 1px solid #ED6666;
	border-radius: 25px;
	background: #ED6666 !important;
	margin: 0 auto;
	color: #FFFFFF !important;
}

@media screen and (max-width: 991px) {
	.mobile-menu {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.mobile-menu {
		padding-top: 55px;
	}
}

.mobile-menu_nav-toggle-wrapper {
	display: none;
	position: absolute;
	top: 32px;
	right: 15px;
	width: 18px;
	height: 18px;
	z-index: 15;
}

@media screen and (max-width: 991px) {
	.mobile-menu_nav-toggle-wrapper {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.mobile-menu_nav-toggle-wrapper {
		top: 18px;
	}
}

.mobile-menu_nav-toggle {
	position: absolute;
	top: 50%;
	font-size: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 2px;
	border-radius: 10px;
	background-color: #ED6666;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu_nav-toggle:after, .mobile-menu_nav-toggle:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ED6666;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mobile-menu_nav-toggle:before {
	top: -6px;
}

.mobile-menu_nav-toggle:after {
	bottom: -6px;
}

.mobile-menu_nav-toggle.is-open {
	background: rgba(255, 255, 255, 0);
}

.mobile-menu_nav-toggle.is-open:before {
	top: 0;
	transform: rotate(405deg);
}

.mobile-menu_nav-toggle.is-open:after {
	bottom: 0;
	transform: rotate(-405deg);
}

footer {
	background: #FFF3EC;
	margin: 0 !important;
	padding: 65px 0 32px;
}

footer .container {
	display: flex;
	flex-direction: column;
	grid-gap: clamp(40px, 8.496vw, 87px);
	width: 100%;
}

@media screen and (max-width: 600px) {
	footer .container {
		grid-gap: 30px;
	}
}

@media screen and (max-width: 767px) {
	footer {
		padding: 40px 0;
	}
	footer .wp-block-navigation__responsive-container {
		position: initial !important;
		display: block;
	}
	footer .wp-block-navigation__responsive-container-open {
		display: none;
	}
	footer .wp-block-navigation__responsive-container-close {
		display: none;
	}
}

.footer-box__title {
	font-family: var(--font_1);
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	display: block;
	text-transform: uppercase;
	color: rgba(173, 137, 115, 0.8);
	margin-bottom: 12px !important;
}

.footer-box__text {
	font-family: var(--font_1);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: var(--color-d);
}

.footer-box__top {
	width: 100%;
	display: grid;
	grid-template-columns: clamp(150px, 14.308vw, 186px) auto auto;
	grid-template-areas: "logo nav form" "logo social form";
	grid-gap: clamp(20px, 4.59vw, 47px) 40px;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 1240px) {
	.footer-box__top {
		grid-gap: 30px 40px;
	}
}

@media all and (max-width: 1025px) {
	.footer-box__top {
		grid-template-columns: 1fr auto;
		grid-template-areas: "logo nav " "social form";
		grid-gap: 30px 40px;
		max-width: 767px !important;
		margin: 0 auto !important;
	}
	.footer-box__top .is-style-logos-only {
		grid-gap: 15px !important;
	}
}

@media screen and (max-width: 600px) {
	.footer-box__top {
		grid-template-columns: auto;
		grid-template-areas: "logo" "social" "form" "nav";
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		padding-bottom: 40px !important;
		border-bottom: 1px solid #AD8973;
	}
	.footer-box__top .footer-box__nav-list {
		margin: 0 auto;
	}
}

.footer-box__logo {
	grid-area: logo;
}

.footer-box__nav {
	grid-area: nav;
}

.footer-box__nav .wp-block-navigation__container {
	display: flex;
	flex-wrap: nowrap;
	grid-gap: clamp(20px, 3.077vw, 40px);
}

@media screen and (max-width: 600px) {
	.footer-box__nav .wp-block-navigation__container {
		flex-direction: column;
		grid-gap: 18px;
	}
}

.footer-box__nav li {
	font-family: var(--font_3);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: var(--color-d) !important;
}

@media screen and (max-width: 767px) {
	.footer-box__nav .footer-box__title {
		text-align: center;
		margin-bottom: 24px !important;
	}
}

.footer-box__social {
	grid-area: social;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.footer-box__social .footer-box__title {
		display: none;
	}
}

.footer-box__social .wp-block-social-link:hover a {
	color: #ED6666 !important;
}

.footer-box__social .wp-social-link-facebook:hover ::before {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.8 10.38.5-3.24H7.17v-2.1c0-.92.42-1.77 1.83-1.77h1.44V.5S9.14.25 7.91.25c-2.57 0-4.25 1.58-4.25 4.4v2.5H.77v3.22h2.89v7.88h3.51v-7.88h2.64Z' fill='%23ED6666'/%3E%3C/svg%3E");
}

.footer-box__social .wp-social-link-linkedin:hover ::before {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 16V5.5H.2V16h3.3ZM2 4a2 2 0 0 0 1.9-1.9 1.9 1.9 0 0 0-3.8 0c0 1.1.8 2 1.9 2Zm13.8 12v-5.8c0-2.8-.6-5-3.9-5-1.6 0-2.6 1-3 1.7h-.1V5.5H5.6V16h3.2v-5.2c0-1.4.3-2.7 2-2.7 1.6 0 1.7 1.6 1.7 2.8V16h3.2Z' fill='%23ED6666'/%3E%3C/svg%3E");
}

.footer-box__social .wp-social-link-facebook svg {
	opacity: 0;
	z-index: -10;
	position: relative;
}

.footer-box__social .wp-social-link-facebook a {
	position: relative;
}

.footer-box__social .wp-social-link-facebook a::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px 19px;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.8 10.38.5-3.24H7.17v-2.1c0-.92.42-1.77 1.83-1.77h1.44V.5S9.14.25 7.91.25c-2.57 0-4.25 1.58-4.25 4.4v2.5H.77v3.22h2.89v7.88h3.51v-7.88h2.64Z' fill='%23AD8973'/%3E%3C/svg%3E");
}

.footer-box__social .wp-social-link-linkedin svg {
	opacity: 0;
	z-index: -10;
	position: relative;
}

.footer-box__social .wp-social-link-linkedin a {
	position: relative;
}

.footer-box__social .wp-social-link-linkedin a::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	background-position: center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 16V5.5H.2V16h3.3ZM2 4a2 2 0 0 0 1.9-1.9 1.9 1.9 0 0 0-3.8 0c0 1.1.8 2 1.9 2Zm13.8 12v-5.8c0-2.8-.6-5-3.9-5-1.6 0-2.6 1-3 1.7h-.1V5.5H5.6V16h3.2v-5.2c0-1.4.3-2.7 2-2.7 1.6 0 1.7 1.6 1.7 2.8V16h3.2Z' fill='%23AD8973'/%3E%3C/svg%3E");
}

.footer-box__social .screen-reader-text {
	display: none;
}

.footer-box__social .wp-block-social-links.is-style-logos-only .wp-social-link a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #AD8973;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.footer-box__social .wp-block-social-links.is-style-logos-only .wp-social-link a svg {
	width: 100%;
	height: 100%;
}

.footer-box__form {
	max-width: 416px !important;
	margin: 0 !important;
	grid-area: form;
}

@media screen and (max-width: 600px) {
	.footer-box__form .footer-box__text {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.footer-box__form .fields {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.footer-box__form .footer-box__title {
	width: fit-content;
	position: relative;
}

@media screen and (max-width: 600px) {
	.footer-box__form .footer-box__title {
		margin: 0 auto;
	}
}

.footer-box__form .footer-box__title::before {
	bottom: -5px;
	height: 3px;
	content: '';
	background-color: #ED6666;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: -3px;
}

.footer-box__bottom {
	position: relative;
	width: 100%;
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, auto);
	justify-content: space-between;
	padding-top: 27px !important;
}

.footer-box__bottom:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ED6666;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
	.footer-box__bottom {
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		grid-gap: 13px;
		padding-top: 0 !important;
	}
	.footer-box__bottom:before {
		content: none;
	}
}

.footer-box__info {
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: var(--color-d);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	grid-gap: 30px;
}

.footer-bottom__link {
	display: flex;
	align-items: center;
	font-family: var(--font_1);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: var(--color-d);
}

.footer-form {
	padding-top: 22px;
}

.footer-form .wpcf7 form.invalid .wpcf7-response-output,
.footer-form .wpcf7 form.unaccepted .wpcf7-response-output,
.footer-form .wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 12px;
	margin: 30px 0 10px !important;
}

.footer-form .wpcf7 form .fields .wpcf7-form-control-wrap {
	max-width: initial;
	margin: 0;
	display: block;
}

.footer-form .button:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background-image: var(--send-mail);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 15px;
}

.footer-form .wpcf7 input[type="submit"] {
	max-width: 135px;
	min-width: auto;
	padding: 0 24px 0 45px !important;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ED6666 !important;
	border-color: currentColor;
}

@media screen and (max-width: 600px) {
	.footer-form .wpcf7 input[type="submit"] {
		margin: 0 auto;
	}
}

.footer-form .wpcf7 input[type="email"] {
	padding: 0;
	background: transparent;
	text-indent: 8px;
}

.footer-form .wpcf7 input[type="email"]::placeholder {
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-d);
	opacity: 0.4;
}

.footer-form .wpcf7 input[type="email"]:focus {
	outline: none;
}

.footer-form .your-email {
	position: relative;
}

.footer-form .your-email::before {
	width: 100%;
	bottom: 0;
	height: 1px;
	content: '';
	background-color: #ED6666;
	border-radius: 5px;
	position: absolute;
	left: 0;
}

.footer-form .wpcf7 form .fields .wpcf7-form-control-wrap.button {
	max-width: initial;
	width: fit-content;
}

.footer-form .fields {
	display: flex;
	align-items: center;
	grid-gap: 12px;
}

.single-youtube-video .video-caption {
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0 0;
}

.single-youtube-video .video-caption span {
	font-weight: 400;
	color: #8B8B8B;
}

.single-youtube-video .video-poster {
	max-height: 482px;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	line-height: 0;
	-webkit-border-radius: 14px;
}

.single-youtube-video .video-poster:hover:after {
	opacity: 1;
}

.single-youtube-video .video-poster:after {
	content: '';
	opacity: .8;
	position: absolute;
	width: 110px;
	height: 110px;
	top: 50%;
	left: calc(50% - 55px);
	transform: translateY(-50%);
	font-family: 'FontAwesome';
	font-size: 22px;
	text-align: center;
	color: red;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110' viewBox='0 0 110 110' fill='none'%3E%3Ccircle cx='55' cy='55' r='54.25' transform='rotate(-180 55 55)' stroke='url(%23paint0_linear_42_2502)' stroke-width='1.5'/%3E%3Ccircle cx='55.0004' cy='54.9988' r='40' fill='%23ED6666'/%3E%3Cpath d='M46.0004 66.2523V42.7453C46.0004 41.9723 46.8399 41.4916 47.5066 41.8829L67.5311 53.6364C68.1895 54.0228 68.1895 54.9747 67.5311 55.3612L47.5066 67.1147C46.8399 67.506 46.0004 67.0253 46.0004 66.2523Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_42_2502' x1='26.5' y1='8.5' x2='100' y2='82' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED6666'/%3E%3Cstop offset='1' stop-color='%23ED6666' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .2s;
	-webkit-transition: all .2s;
}

@media only screen and (max-width: 767px) {
	.single-youtube-video .video-poster:after {
		width: 70px;
		height: 70px;
		left: calc(50% - 35px);
	}
}

@media only screen and (max-width: 767px) {
	.single-youtube-video .video-poster {
		border-radius: 12px;
	}
}

.single-youtube-video a.video-item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.single-youtube-video a.video-item img {
	width: auto;
	min-width: 100%;
	margin: 0 auto;
}

.fancybox-slide--video .fancybox-content {
	border-radius: 16px !important;
	-webkit-border-radius: 16px !important;
}

.fancybox-slide--video .fancybox-content iframe {
	border-radius: 16px !important;
	-webkit-border-radius: 16px !important;
}

.wpcf7 form.unaccepted,
.wpcf7 form.payment-required,
.wpcf7 form.invalid, .wpcf7-response-output {
	border-color: #dc3232 !important;
	color: #dc3232;
}

.wpcf7-response-output {
	margin: 10px 0 !important;
	width: 100% !important;
}

.wpcf7 form {
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wpcf7 form .wpcf7-not-valid-tip {
	padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
	.wpcf7 form {
		padding: 0;
	}
}

.wpcf7 form .fields, .wpcf7 form .checkboxes {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wpcf7 form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 0;
}

.wpcf7 form .fields {
	position: relative;
	text-align: center;
}

.wpcf7 form .fields .wpcf7-form-control-wrap {
	display: inline-block;
	max-width: 28%;
	margin: 0 10px;
}

@media screen and (max-width: 767px) {
	.wpcf7 form .fields .wpcf7-form-control-wrap {
		width: 100%;
		max-width: none;
		margin: 8px 0 0;
	}
}

.wpcf7 form .fields .wpcf7-form-control-wrap.button {
	max-width: 10%;
	text-align: right;
}

@media screen and (max-width: 1300px) {
	.wpcf7 form .fields .wpcf7-form-control-wrap.button {
		max-width: 12%;
	}
}

@media screen and (max-width: 1024px) {
	.wpcf7 form .fields .wpcf7-form-control-wrap.button {
		max-width: 14%;
	}
}

@media screen and (max-width: 767px) {
	.wpcf7 form .fields .wpcf7-form-control-wrap.button {
		width: 100%;
		max-width: none;
		margin-top: 12px;
		text-align: center;
	}
}

.wpcf7 form .fields .wpcf7-form-control-wrap.button .wpcf7-spinner {
	position: absolute;
}

.wpcf7 form .wpcf7-spinner {
	position: absolute;
	left: 0;
}

.wpcf7 form .checkboxes {
	display: block;
	width: 70%;
	text-align: left;
}

.wpcf7 form .checkboxes span, .wpcf7 form .checkboxes label {
	font-size: 16px;
}

.wpcf7 form .checkboxes .wpcf7-list-item-label {
	margin-left: 14px;
	line-height: 30px;
}

@media screen and (max-width: 1024px) {
	.wpcf7 form .checkboxes span, .wpcf7 form .checkboxes label {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.wpcf7 form .checkboxes {
		width: 100%;
		text-align: left;
		padding-left: 22px;
		margin: 0 0 20px;
	}
	.wpcf7 form .checkboxes span, .wpcf7 form .checkboxes label {
		display: block;
		padding: 0;
	}
	.wpcf7 form .checkboxes .wpcf7-list-item {
		margin: 0 !important;
	}
	.wpcf7 form .checkboxes .wpcf7-list-item-label {
		position: relative;
		display: block;
		margin-left: 0;
		line-height: 1.4;
	}
}

.wpcf7 form .wpcf7-not-valid-tip {
	margin-top: 4px;
	font-size: 16px;
	text-align: left;
}

@media screen and (min-width: 801px) {
	.wpcf7 form .wpcf7-not-valid-tip {
		position: absolute;
		padding-left: 20px;
	}
}

.wpcf7 form .wpcf7-response-output {
	display: block;
	width: 50%;
	margin: 10px 25% 0;
	text-align: center;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

.wpcf7 .form-submit {
	text-align: center;
}

.wpcf7 select {
	position: relative;
	display: block;
	width: 400px;
	max-width: 100%;
	height: 48px;
	top: 2px;
	padding: 10px 65px 10px 40px;
	color: #222;
	background: #eff4fa;
	border: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="number"], .wpcf7 input[type="tel"] {
	position: relative;
	display: block;
	width: 400px;
	max-width: 100%;
	height: 42px;
	top: 2px;
	padding: 23px 65px 23px 40px;
	color: #222;
	background: #eff4fa;
	border: none;
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

.wpcf7 textarea {
	position: relative;
	width: 400px;
	max-width: 100%;
	max-height: 140px;
	top: 2px;
	padding: 14px 20px;
	color: #222;
	background: #eff4fa;
	border: none;
	resize: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.wpcf7 input[type="submit"] {
	width: fit-content;
	min-width: 244px;
	margin: 0 auto;
	padding: 12px 30px !important;
	cursor: pointer;
	background: #FFECE1;
	border-radius: 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #AD8973;
	border: 2px solid transparent;
	transition: .5s;
}

.wpcf7 input[type="submit"]:hover {
	background: transparent;
	border-color: #FFECE1;
	color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
	.wpcf7 input[type="submit"] {
		font-size: 15px;
	}
}

div.subscribe-form form {
	padding: 0;
	margin-top: 22px;
}

div.subscribe-form form .fields {
	text-align: left;
}

div.subscribe-form form .fields .wpcf7-form-control-wrap {
	max-width: 50%;
	margin: 0 10px 0 0;
}

div.subscribe-form form .fields .wpcf7-form-control-wrap:last-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	div.subscribe-form form .fields .wpcf7-form-control-wrap {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	div.subscribe-form form .fields .wpcf7-form-control-wrap input[type="email"] {
		width: 100% !important;
	}
	div.subscribe-form form .fields .wpcf7-form-control-wrap input[type="submit"] {
		margin-top: 20px;
	}
}

div.subscribe-form form .fields .wpcf7-form-control-wrap input[type="email"] {
	width: 265px;
	max-width: 100%;
	padding: 10px;
	font-size: 14px;
	color: #A5AEBC;
	background: transparent;
	border-bottom: 1px solid #717D8E;
	border-radius: 0;
	-webkit-border-radius: 0;
}

div.subscribe-form form .fields .wpcf7-form-control-wrap.button:before {
	content: '\f1d8';
	position: absolute;
	top: 9px;
	left: 23px;
	font-family: 'FontAwesome';
	font-size: 14px;
	color: #fff;
}

div.subscribe-form form .fields .wpcf7-form-control-wrap input[type="submit"] {
	padding: 11px 45px !important;
	color: #fff;
	background: transparent;
}

div.subscribe-form form .fields .wpcf7-form-control-wrap input[type="submit"]:not(:disabled):hover {
	color: #fff !important;
}

div.subscribe-form form .checkboxes {
	width: 100%;
}

div.subscribe-form form .checkboxes .wpcf7-list-item {
	padding-left: 40px;
	margin: 0;
}

div.subscribe-form form .checkboxes .wpcf7-list-item > label {
	float: left;
	width: 100%;
}

div.subscribe-form form .checkboxes .wpcf7-list-item span {
	margin: 0;
	line-height: 1.3;
	color: #fff;
}

@media screen and (min-width: 767px) {
	div.subscribe-form form .checkboxes .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
		top: 24px !important;
	}
}

div.subscribe-form form .checkboxes .wpcf7-list-item .wpcf7-list-item-label {
	display: block;
	cursor: pointer;
	font-size: 14px;
}

div.subscribe-form form .checkboxes .wpcf7-list-item .wpcf7-list-item-label * {
	font-size: 14px;
}

div.subscribe-form form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:before {
	top: 22px !important;
}

div.subscribe-form form .wpcf7-not-valid-tip {
	padding-left: 0 !important;
	font-size: 14px !important;
}

div.subscribe-form form .wpcf7-response-output {
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 14px;
}

.split-form .wpcf7-form-control-wrap {
	margin-bottom: 22px !important;
}

.split-form input:not([type="submit"]), .split-form textarea, .split-form select {
	background: #fff;
}

.split-form input.wpcf7-submit {
	display: block;
	padding: 15px 70px !important;
	margin: 0 auto;
}

.split-form .wpcf7-list-item {
	margin: 0 16px !important;
}

.split-form .wpcf7-form-control-wrap:not(.message):not(.confirm-more-information):not(.subscribe-company-communications):not(.agreed-privacy-policy) {
	float: left;
	width: 48%;
	margin: 0 1%;
}

@media screen and (max-width: 800px) {
	.split-form .wpcf7-form-control-wrap:not(.message):not(.confirm-more-information):not(.subscribe-company-communications):not(.agreed-privacy-policy) {
		width: 98%;
	}
}

.split-form .wpcf7-form-control-wrap.message {
	float: left;
	width: 98%;
	margin: 0 1%;
}

.split-form .wpcf7-form-control-wrap.message textarea {
	width: 100%;
	margin: 0;
}

.split-form .confirm-more-information,
.split-form .subscribe-company-communications,
.split-form .agreed-privacy-policy {
	float: left;
	width: 98%;
	margin: 0 1%;
}

.fancybox-content {
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
}

.fancybox-content .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 14px;
}

.fancybox-content .wpcf7-submit {
	display: block !important;
	margin: 0 auto;
}

.form-header {
	color: #FFFFFF;
}

.form-header .title_2 {
	margin: 0 0 21px;
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.form-header .title_2 {
		text-align: left;
		font-size: 24px;
		margin: 0 0 8px;
	}
}

.form-header p {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.form-header p {
		text-align: left;
		font-size: 18px;
		max-width: 170px;
		margin-bottom: 19px;
	}
}

@media screen and (max-width: 767px) {
	.form-header {
		display: none;
	}
}

.mini-fieldset {
	width: calc(100% / 3 - 12px);
}

/* Visual Composer */
.block-before-after {
	padding: 0 0 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.block-before-after .container {
	float: none;
}

@media screen and (max-width: 767px) {
	.block-before-after .container .vc_column-inner {
		padding-top: 0 !important;
	}
}

.before_and_after {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.before_and_after__wrapper {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 12px 12px 20px;
	margin: 0 -6px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}

@media screen and (max-width: 767px) {
	.before_and_after__wrapper {
		padding: 0;
	}
}

.before_and_after .tabs {
	width: 35%;
	order: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media screen and (max-width: 991px) {
	.before_and_after .tabs {
		width: 100%;
		order: -1;
	}
}

.before_and_after .tabs ul {
	display: block;
	padding: 0 0 0 30px !important;
	padding: 0;
	margin: 0;
	list-style: none;
}

.before_and_after .tabs ul li {
	list-style: none;
}

@media screen and (max-width: 991px) {
	.before_and_after .tabs ul {
		display: flex;
		padding: 0 !important;
		margin-bottom: 30px;
	}
	.before_and_after .tabs ul li {
		padding: 12px;
		color: #000000;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #E7E7E7;
		border: 2px solid transparent;
		transition: all .2s;
		-webkit-transition: all .2s;
	}
	.before_and_after .tabs ul li.active {
		border: 2px solid #FF5F00;
		background: #FDF7F4 !important;
	}
	.before_and_after .tabs ul li img {
		display: none;
	}
	.before_and_after .tabs ul li > .label {
		position: static !important;
		font-size: 12px !important;
		line-height: 1 !important;
	}
}

.before_and_after .tabs ul li {
	width: 100%;
	padding: 20px 0;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	transition: all .2s;
	-webkit-transition: all .2s;
	cursor: pointer;
}

.before_and_after .tabs ul li > .label {
	position: relative;
	left: 44px;
	line-height: 38px;
}

.before_and_after .tabs ul li img {
	float: left;
	margin-left: 25px;
}

@media screen and (max-width: 991px) {
	.before_and_after .tabs ul li {
		padding: 10px;
		margin: 0 1px;
		font-size: 16px;
		text-align: center;
	}
}

.before_and_after .tabs ul li:hover {
	background: transparent;
}

.before_and_after .tabs ul li.active {
	position: relative;
	font-weight: bold;
	color: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #E7E7E7;
}

@media screen and (min-width: 992px) {
	.before_and_after .tabs ul li.active:after {
		content: '';
		position: absolute;
		width: 18px;
		height: 18px;
		top: calc(50% - 9px);
		left: -9px;
		background: #E7E7E7;
		transform: rotate(45deg);
	}
}

@media screen and (max-width: 991px) {
	.before_and_after .tabs ul li {
		margin: 0 -1px;
	}
}

.before_and_after .content {
	width: 65%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media screen and (max-width: 991px) {
	.before_and_after .content {
		width: 100%;
	}
}

.before_and_after .content .slick-dots {
	bottom: -35px;
}

.before_and_after .content .before-thumbnail {
	border-radius: 6px;
	line-height: 0;
	overflow: hidden;
}

.before_and_after .content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.before_and_after .content ul li {
	list-style: none;
}

.before_and_after .content ul li .before, .before_and_after .content ul li .after {
	width: 50%;
	padding: 0 6px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.before_and_after .content ul li .before img, .before_and_after .content ul li .after img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.before_and_after .content ul li .before p, .before_and_after .content ul li .after p {
	width: 100%;
	padding: 20px 0 0;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #ED6666;
}

@media screen and (max-width: 991px) {
	.before_and_after .content ul li .before p, .before_and_after .content ul li .after p {
		padding: 20px 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.before_and_after .content ul li .before p, .before_and_after .content ul li .after p {
		padding: 8px 0 16px;
	}
}

@media screen and (max-width: 991px) {
	.before_and_after .content ul li {
		flex-flow: column;
	}
	.before_and_after .content ul li div.before, .before_and_after .content ul li div.after {
		width: 100%;
		padding: 0;
		margin: 0;
		background: transparent;
	}
	.before_and_after .content ul li div.before img, .before_and_after .content ul li div.after img {
		width: 100%;
		object-fit: cover;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.before_and_after .content ul li {
		margin: 0;
	}
}

.before_and_after .courtesy_of {
	display: block;
	width: 100%;
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	color: #8B8B8B;
}

.before_and_after .courtesy_of .warning {
	font-style: italic;
	font-weight: 300;
	font-size: 14px;
}

.before_and_after .courtesy_of span {
	color: #000000;
}

@media screen and (max-width: 991px) {
	.before_and_after .courtesy_of {
		text-align: center !important;
	}
}

@media screen and (max-width: 767px) {
	.before_and_after .courtesy_of {
		margin: 0;
	}
}

.before_and_after .arrows {
	width: 65%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

@media screen and (max-width: 991px) {
	.before_and_after .arrows {
		width: 100%;
		margin: 30px 0 0;
		position: static;
	}
}

.before_and_after .button {
	display: block;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.before_and_after .button {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.before_and_after .button .btn-transparent {
		height: 40px;
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.before_and_after {
		padding-bottom: 72px;
	}
}

.block-faq {
	padding: 40px 0 20px;
}

.faq {
	display: block;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media (min-width: 576px) and (max-width: 767px) {
	.faq {
		width: 75%;
		margin: 0 auto;
	}
}

.faq ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.faq ul li {
	list-style: none;
}

.faq ul li {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 20px 10px 70px;
	margin-bottom: 0;
	border-radius: 12px;
}

.faq ul li:last-child {
	border-bottom: none;
}

.faq ul li .title {
	position: relative;
}

.faq ul li .title:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	width: 18px;
	height: 11px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: var(--arrow-bottom);
	transition: transform .4s;
}

@media screen and (max-width: 576px) {
	.faq ul li .title:after {
		left: 0;
	}
}

.faq ul li.active {
	padding: 30px 20px 30px 70px;
	background: #FDF7F4;
}

.faq ul li.active .title {
	color: #ED6666;
}

@media screen and (max-width: 767px) {
	.faq ul li.active .title {
		font-size: 16px;
		line-height: 24px;
		padding-left: 0;
	}
}

.faq ul li.active .content {
	display: block;
	opacity: 1;
}

.faq ul li.active .title:after {
	transform: scaleY(-1) translateY(50%);
}

@media screen and (max-width: 576px) {
	.faq ul li.active .title:after {
		left: -30px;
	}
}

@media screen and (max-width: 767px) {
	.faq ul li.active {
		padding: 16px 16px 16px 42px;
	}
}

@media screen and (max-width: 576px) {
	.faq ul li.active {
		padding: 16px 16px 16px 42px;
	}
}

.faq ul li .title {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.faq ul li .title {
		font-size: 16px;
		line-height: 24px;
		padding-left: 27px;
	}
}

.faq ul li .content {
	opacity: 0;
	display: none;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	.faq ul li .content {
		font-size: 12px;
		line-height: 20px;
		margin-left: -26px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 576px) {
	.faq ul li .content {
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.faq ul li {
		padding: 16px 15px;
	}
}

.faq p {
	width: 100%;
	padding: 0;
	margin: 50px 0 0 0;
	text-align: center;
}

.faq p .btn-white-gray-bg {
	padding: 15px !important;
	width: 100%;
	background-color: transparent;
	max-width: 240px;
}

.index-first {
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.index-first .container > .vc_column-inner > .wpb_wrapper {
	display: grid;
	align-items: center;
	grid-template-columns: 54% 1fr;
	grid-gap: Min(9.609vw, 123px);
}

.index-first__image {
	margin-right: Max(-9.609vw, -123px);
	width: calc(100% + Min(9.609vw, 123px));
}

@media screen and (max-width: 767px) {
	.index-first__image {
		position: absolute;
		max-width: 280px;
		top: 55%;
		transform: translateY(-50%);
		right: -90px;
	}
}

.index-first__title.vc_custom_heading {
	font-family: var(--font_1) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(30px, 4.375vw, 56px);
	line-height: 120%;
	margin: 0 0 clamp(20px, 2.5vw, 32px);
	color: var(--color-a);
}

@media screen and (max-width: 767px) {
	.index-first__title.vc_custom_heading p {
		font-family: var(--font_1) !important;
		font-style: normal !important;
		font-weight: 400 !important;
		font-size: clamp(30px, 4.375vw, 56px);
		line-height: 120%;
		margin: 0 0 clamp(20px, 2.5vw, 32px);
		color: var(--color-a);
		text-transform: uppercase;
	}
	.index-first__title.vc_custom_heading a {
		display: none;
	}
}

.index-first__subtitle {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(16px, 1.875vw, 24px);
	line-height: 133%;
	color: var(--color-b);
	margin: 0 0 clamp(25px, 3.047vw, 39px);
}

.index-first p {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 150%;
	color: var(--color-b);
}

.index-first .wpb_text_column {
	margin-bottom: clamp(30px, 7.5vw, 96px) !important;
}

@media screen and (max-width: 576px) {
	.index-first .wpb_text_column {
		display: none;
	}
}

.index-first .main-button {
	width: 100%;
	max-width: 244px;
}

.index-first .main-button .vc_general.vc_btn3 {
	height: 56px;
	background: #ED6666 !important;
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.index-first .main-button .vc_general.vc_btn3 {
		width: 100%;
		height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.index-first .main-button {
		max-width: 145px;
	}
}

.about-first {
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.about-first {
		margin: 0 !important;
	}
	.about-first .container > .vc_column-inner {
		padding: 24px 0 40px !important;
	}
}

.about-first .container > .vc_column-inner > .wpb_wrapper {
	display: grid;
	align-items: center;
	grid-template-columns: Min(57.813vw, 592px) 1fr;
	grid-gap: clamp(40px, 4.688vw, 60px);
}

@media screen and (max-width: 1240px) {
	.about-first .container > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr 1fr;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.about-first .container > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 16px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.about-first__image {
		padding-top: 50px;
	}
}

.about-first__title {
	margin: 0 0 clamp(20px, 1.875vw, 24px);
	text-align: left;
}

@media screen and (max-width: 767px) {
	.about-first__title {
		position: absolute;
		top: 24px;
		left: 0;
		right: 0;
		text-align: center !important;
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 767px) {
	.about-first__cotent .wpb_column {
		position: static;
	}
}

.about-first .wpb_text_column {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 150%;
	color: var(--color-b);
	margin: clamp(10px, 1.25vw, 16px) 0 0;
}

@media screen and (max-width: 767px) {
	.about-first .wpb_text_column {
		line-height: 24px;
	}
}

.about-first .wpb_single_image {
	margin: 0;
}

.about-second-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-second-block .container {
	float: none;
}

@media screen and (max-width: 767px) {
	.about-second-block .vc_column-inner {
		padding: 0 !important;
	}
	.about-second-block.vc_row {
		padding-top: 24px !important;
		padding-bottom: 40px !important;
		margin-top: 0;
	}
}

.about-second__wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
	.about-second__wrapper {
		flex-direction: column;
	}
}

.about-second__info {
	width: 50%;
}

.about-second__thumbnail {
	width: 50%;
	padding-left: 80px;
}

@media screen and (max-width: 991px) {
	.about-second__thumbnail {
		width: 100%;
		padding-left: 0;
		margin: 25px 0;
		text-align: center;
	}
}

.about-second__title {
	margin: 0 0 clamp(8px, 1.875vw, 24px);
	color: var(--color-c);
	text-align: left;
}

@media screen and (max-width: 991px) {
	.about-second__title {
		text-align: center;
	}
}

.about-second__short-description {
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 500;
	font-size: clamp(16px, 1.406vw, 18px);
	line-height: 133%;
	color: var(--color-c);
	margin: 0 0 8px;
}

@media screen and (max-width: 991px) {
	.about-second__short-description {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.about-second__short-description {
		font-size: 14px;
	}
}

.about-second__main-description {
	font-family: var(--font_2);
	color: var(--color-c);
	margin: 0 0 clamp(8px, 1.875vw, 24px);
	text-align: left;
}

@media screen and (max-width: 991px) {
	.about-second__main-description {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.about-second__main-description {
		font-size: 18px;
		line-height: 24px;
		font-weight: 300;
	}
}

.about-second__content {
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 400;
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 150%;
	color: var(--color-c);
	margin: clamp(10px, 1.25vw, 16px) 0 0;
}

.about-second .truncate-read-more {
	color: #FFFFFF;
}

.why-section {
	display: flex;
}

.why-section__box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: clamp(30px, 5.313vw, 68px) 24px;
}

.why-section__box::before, .why-section__box::after {
	display: none;
}

@media all and (max-width: 1241px) {
	.why-section__box {
		padding: 0 20px;
	}
}

@media all and (max-width: 768px) {
	.why-section__box {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width: 576px) {
	.why-section__box {
		grid-template-columns: 100%;
		grid-gap: 24px;
	}
	.why-section__box .wpb_text_column {
		margin: 0 auto !important;
		text-align: center !important;
	}
}

.why-section__icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px;
}

.why-section__icon img {
	width: auto;
}

@media all and (max-width: 576px) {
	.why-section__icon {
		margin: 0 auto 10px;
	}
}

.why-section__title {
	margin: 0 0 clamp(24px, 3.906vw, 50px);
	text-align: center !important;
}

.why-section__subtitle {
	margin: 0 0 8px;
	text-transform: lowercase;
}

.why-section__subtitle::first-letter {
	text-transform: uppercase;
}

@media all and (max-width: 576px) {
	.why-section__subtitle {
		text-align: center !important;
	}
}

.why-section p {
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 400;
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 150%;
	color: rgba(64, 64, 64, 0.8);
}

@media screen and (max-width: 767px) {
	.why-section.vc_row {
		padding: 24px 0 40px !important;
		margin-top: 0;
	}
}

.faq-section {
	display: flex;
}

.faq-section__title {
	margin: 0 0 clamp(30px, 4.375vw, 56px);
}

.faq-section__btn {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.faq-section__btn {
		max-width: 258px;
		width: 100%;
		height: 48px;
	}
}

@media screen and (max-width: 767px) {
	.faq-section.vc_row {
		padding: 24px 0 40px !important;
		margin-top: 0;
	}
}

.faq-list {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto clamp(30px, 4.375vw, 56px);
	padding: 0;
	list-style: none;
}

.how-section {
	display: flex;
}

.how-section .container > .vc_column-inner > .wpb_wrapper {
	display: grid;
	align-items: center;
	grid-template-columns: Min(49.231vw, 640px) 1fr;
	grid-gap: Min(9.609vw, 123px);
}

@media all and (max-width: 1024px) {
	.how-section .container > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 1fr 46%;
		grid-gap: clamp(30px, 4.883vw, 50px);
	}
}

@media all and (max-width: 767px) {
	.how-section .container > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 100%;
		padding-bottom: 40px;
	}
}

.how-section__title {
	color: var(--color-c) !important;
	margin: 0 0 clamp(20px, 1.875vw, 24px);
}

@media screen and (max-width: 767px) {
	.how-section__title {
		max-width: 70%;
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
	}
}

.how-section .wpb_text_column {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 150%;
	color: var(--color-c) !important;
	margin: clamp(10px, 1.25vw, 16px) 0 0;
}

.how-section .download-white-paper {
	margin: clamp(25px, 4.308vw, 56px) 0 0;
}

.how-section .download-white-paper .btn-download {
	background: transparent !important;
	position: relative;
	padding: 0;
	border-radius: 0;
	font-family: var(--font_1);
	font-style: normal;
	font-weight: 500;
	font-size: clamp(16px, 1.385vw, 18px);
	line-height: 115%;
	color: var(--color-c) !important;
	display: flex;
	grid-gap: 8px;
}

@media screen and (max-width: 576px) {
	.how-section .download-white-paper .btn-download {
		justify-content: center;
	}
}

.how-section .download-white-paper .btn-download::before {
	display: flex;
	width: 12px;
	height: 17px;
	content: '';
	background-image: var(--download-icon);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.how-section .download-white-paper img {
	display: none;
}

@media screen and (max-width: 767px) {
	.how-section .download-white-paper {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.how-section .single-youtube-video + .vc_row {
		order: -1;
	}
	.how-section .single-youtube-video + .vc_row .wpb_column {
		position: static;
	}
}

@media screen and (max-width: 767px) {
	.how-section.vc_row {
		padding: 24px 0 40px !important;
		margin-top: 0;
	}
}

.smart-section {
	display: flex;
}

@media screen and (max-width: 767px) {
	.smart-section > .wpb_column > .vc_column-inner {
		padding: 0 0 0 15px !important;
	}
}

.smart-section__title {
	font-family: var(--font_1) !important;
	font-style: normal !important;
	font-weight: 600 !important;
	padding: 0 40px;
	font-size: clamp(26px, 3.077vw, 40px);
	line-height: 140%;
	color: var(--color-d) !important;
	text-align: center !important;
	margin: 0 0 clamp(48px, 8.077vw, 105px);
}

@media screen and (max-width: 767px) {
	.smart-section__title {
		padding: 0 35px;
	}
	.smart-section__title > span {
		display: block;
	}
}

.smart-section__box {
	max-width: 950px;
	display: grid;
	grid-template-columns: Min(15.231vw, 198px) 1fr;
	grid-gap: clamp(30px, 5.385vw, 70px);
	width: 100%;
	margin: 0 auto !important;
	padding: clamp(20px, 4.308vw, 56px) clamp(25px, 5.923vw, 77px) clamp(25px, 4.308vw, 56px) clamp(25px, 5.923vw, 77px);
	transform: translateX(20px);
	position: relative;
	z-index: 1;
}

@media all and (max-width: 1025px) {
	.smart-section__box {
		grid-template-columns: 1fr 3fr;
		max-width: 90%;
		margin: 0 auto;
	}
}

@media all and (max-width: 767px) {
	.smart-section__box {
		max-width: 90%;
		margin: 0 auto;
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: column;
		text-align: center;
		transform: translateX(0);
	}
	.smart-section__box .wpb_single_image.vc_align_left {
		width: fit-content;
		margin: 0;
	}
}

.smart-section__box .wpb_column {
	position: relative;
	z-index: 2;
}

@media all and (max-width: 767px) {
	.smart-section__box .wpb_column {
		width: fit-content;
	}
}

.smart-section__box::after {
	display: block;
	width: 80%;
	height: 100%;
	border: 15px solid;
	border-image-slice: 18;
	border-image-source: var(--gradient-border);
	content: '';
	position: absolute;
	border-radius: 20px;
	z-index: -1;
	top: -20px;
	left: -20px;
}

.smart-section__box::before {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(264.59deg, #AD8973 -3.89%, #CAA087 48.69%, #FFF3EC 105%);
	border-radius: 20px;
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.smart-section__box::before {
		background: linear-gradient(37.42deg, #AD8973 13.87%, #CAA087 53.78%, #FFF3EC 96.5%);
	}
}

.smart-section__image {
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
	.smart-section__image {
		max-width: 110px;
	}
}

.smart-section .wpb_text_column {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(14px, 1.25vw, 16px);
	line-height: 150%;
	color: var(--color-c) !important;
	margin: 0 0 clamp(20px, 3.692vw, 48px);
}

@media screen and (max-width: 767px) {
	.smart-section .wpb_text_column {
		font-size: 12px;
		line-height: 19px;
		color: rgba(255, 255, 255, 0.8) !important;
	}
}

.smart-section__btn {
	border: 2px solid #ffffff;
	background-color: transparent !important;
}

.smart-section__btn .vc_general.vc_btn3 {
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 25px;
	font-family: var(--font_1) !important;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: var(--color-c) !important;
}

@media screen and (max-width: 767px) {
	.smart-section__btn .vc_general.vc_btn3 {
		font-size: 12px;
		line-height: 38px;
		padding-bottom: 3px;
	}
}

@media screen and (max-width: 767px) {
	.smart-section__btn {
		border-width: 1px;
	}
}

@media screen and (max-width: 767px) {
	.smart-section.vc_row {
		padding: 24px 0 40px !important;
		margin-top: 0;
	}
}

.testimonials-section {
	display: flex;
}

.testimonials-section__box {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

.testimonials-section__box::before, .testimonials-section__box::after {
	display: none;
}

@media all and (max-width: 576px) {
	.testimonials-section__box {
		grid-template-columns: 100%;
		grid-gap: 40px;
	}
}

.testimonials-section__title {
	margin: 0 0 clamp(30px, 5.385vw, 70px);
}

.testimonials-section__descr {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(14px, 1.538vw, 20px);
	line-height: 130%;
	color: var(--color-b) !important;
	text-transform: capitalize !important;
	margin: clamp(23px, 2.385vw, 31px) 0 0;
}

@media screen and (max-width: 767px) {
	.testimonials-section.vc_row {
		padding: 24px 0 40px !important;
		margin-top: 0;
	}
}

.contacts-section {
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 75%;
}

.contacts-section form {
	margin-top: -85px;
}

@media screen and (max-width: 767px) {
	.contacts-section form {
		margin-top: 0;
	}
}

@media screen and (max-width: 576px) {
	.contacts-section .wpcf7 input[type="submit"] {
		max-width: 258px;
		width: 100%;
		height: 48px;
		margin: 0 auto;
		display: block;
	}
}

.contacts-section .container > .vc_column-inner > .wpb_wrapper {
	display: grid;
	align-items: flex-start;
	grid-template-columns: minmax(500px, 52%) 1fr;
	grid-gap: Min(4.308vw, 56px);
}

.contacts-section .container > .vc_column-inner > .wpb_wrapper .contacts-section__form,
.contacts-section .container > .vc_column-inner > .wpb_wrapper .contacts-section__descr {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 768px) {
	.contacts-section .container > .vc_column-inner > .wpb_wrapper {
		grid-template-columns: 2fr 1fr;
	}
}

@media screen and (max-width: 576px) {
	.contacts-section .container > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex-direction: column-reverse;
		grid-gap: 25px;
		align-items: center;
	}
}

.contacts-section__descr {
	padding-left: Min(4.308vw, 56px);
	position: relative;
}

.contacts-section__descr-mobile-title, .contacts-section__descr-mobile-info {
	display: none;
}

.contacts-section__descr-mobile-title h2, .contacts-section__descr-mobile-info h2 {
	margin: 0 0 0;
	font-family: var(--font_1);
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	.contacts-section__descr-mobile-title, .contacts-section__descr-mobile-info {
		display: block;
	}
}

.contacts-section__descr-mobile-title {
	margin-bottom: 16px;
	text-align: center;
}

.contacts-section__descr-mobile-info {
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
	.contacts-section__descr-mobile-info {
		margin-bottom: 0;
	}
}

.contacts-section__descr::before {
	height: 200%;
	width: 1px;
	background: var(--color-c);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 576px) {
	.contacts-section__descr::before {
		display: none;
	}
}

@media screen and (max-width: 576px) {
	.contacts-section__descr {
		padding: 0;
	}
}

.contacts-section__descr .wpb_wrapper {
	display: flex !important;
	flex-direction: column !important;
}

.contacts-section__mail .vc_general.vc_btn3 {
	padding: 0 0 0 0 !important;
	background: transparent !important;
	display: flex !important;
	align-items: center;
	grid-gap: 17px;
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(18px, 1.692vw, 22px) !important;
	line-height: 110% !important;
	color: var(--color-c) !important;
	position: relative !important;
	border: none !important;
}

.contacts-section__mail .vc_general.vc_btn3::before {
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	content: '';
	display: block;
	background-image: var(--mail-icon);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.contacts-section__mail .vc_general.vc_btn3 {
		grid-gap: 4px;
	}
}

@media screen and (max-width: 767px) {
	.contacts-section__mail {
		max-width: 189px;
		margin: 0 auto 18px;
	}
}

.contacts-section__tell .vc_general.vc_btn3 {
	padding: 0 !important;
	background: transparent !important;
	display: flex !important;
	align-items: center;
	grid-gap: 17px;
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(18px, 1.692vw, 22px) !important;
	line-height: 110% !important;
	color: var(--color-c) !important;
	position: relative !important;
	border: none !important;
}

.contacts-section__tell .vc_general.vc_btn3::before {
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	content: '';
	display: block;
	background-image: var(--phone-icon);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.contacts-section__tell .vc_general.vc_btn3 {
		grid-gap: 4px;
	}
}

@media screen and (max-width: 767px) {
	.contacts-section__tell {
		width: 100%;
		max-width: 189px;
		margin: 0 auto 18px;
	}
}

.contacts-section__geo {
	font-family: var(--font_2) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: clamp(18px, 1.692vw, 22px) !important;
	line-height: 110% !important;
	color: var(--color-c) !important;
	position: relative !important;
	display: flex !important;
	grid-gap: 17px;
}

.contacts-section__geo::before {
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	content: '';
	display: block;
	background-image: var(--geo-icon);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.contacts-section__geo {
		max-width: 189px;
		grid-gap: 4px;
		margin: 0 auto 18px;
	}
}

.contacts-section .top-checkbox {
	margin-bottom: clamp(20px, 2.462vw, 32px);
}

.contacts-section .top-checkbox br {
	display: none;
}

.contacts-section .top-checkbox > label {
	font-family: var(--font_2) !important;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: var(--color-c) !important;
	display: flex;
	margin-bottom: 16px;
}

.contacts-section .top-checkbox .radio-patient > .wpcf7-radio {
	display: flex;
	align-items: center;
	grid-gap: 37px;
}

@media screen and (max-width: 767px) {
	.contacts-section.vc_row {
		padding: 24px 0 40px !important;
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.contacts-section {
		background-image: none !important;
		background: linear-gradient(48.08deg, #AD8973 5.08%, #CAA087 59.63%, #FFF3EC 118.04%) !important;
	}
}

.wpcf7-form {
	padding: 0;
}

.input-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 25px 10px;
}

.input-wrapper .big-fieldset {
	width: calc(100% / 2 - 10px);
}

@media screen and (max-width: 576px) {
	.input-wrapper .big-fieldset {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.input-wrapper .mini-fieldset {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.input-wrapper {
		flex-direction: column;
	}
}

.input-wrapper + .message-wrapper {
	margin-top: 25px;
}

fieldset,
.message-wrapper {
	border: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

fieldset br,
.message-wrapper br {
	display: none;
}

fieldset > label,
.message-wrapper > label {
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: var(--color-c);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding: 0;
	border-radius: 0;
	padding: 0 10px;
}

.wpcf7 textarea {
	height: 80px;
}

.form-description {
	font-family: var(--font_3);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: var(--color-c);
}

@media screen and (max-width: 576px) {
	.form-description {
		text-align: center !important;
	}
}

.download-white-paper-modal {
	max-width: 900px !important;
	width: 100%;
	background: linear-gradient(264.59deg, #FFF3EC -50%, #CAA087 50%, #AD8973 120%) !important;
}

@media screen and (max-width: 600px) {
	.download-white-paper-modal {
		padding: 20px 15px !important;
	}
}

@media screen and (max-width: 768px) {
	.download-white-paper-modal .wpcf7 form .checkboxes {
		padding-left: 40px !important;
	}
	.download-white-paper-modal .wpcf7 form .checkboxes .wpcf7-list-item .wpcf7-list-item-label:before {
		left: -30px;
	}
}

.download-white-paper-modal .form-header h2 {
	font-family: var(--font_1);
	color: var(--color-c);
}

.download-white-paper-modal .form-header p {
	font-family: var(--font_1);
	color: var(--color-c);
}

.download-white-paper-modal .wpcf7 form .checkboxes {
	margin: 30px 0;
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
}

.download-white-paper-modal .wpcf7 form .checkboxes br {
	display: none;
}

.wpcf7 .wpcf7-list-item {
	margin: 0;
}

.before-section {
	display: flex;
}

@media screen and (max-width: 767px) {
	.before-section.vc_row {
		padding: 24px 0 40px !important;
	}
	.before-section .title_2 {
		margin: 0 0 8px;
	}
	.before-section .subtitle {
		margin: 0 0 24px;
		font-weight: 300 !important;
		font-size: 18px;
		line-height: 24px;
	}
}

.wpcf7-list-item > label {
	margin-bottom: 10px;
}

.wpcf7-list-item > label input {
	display: none;
}

.wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
	font-family: var(--font_2);
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: var(--color-c);
}

.wpcf7-list-item .wpcf7-list-item-label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #ED6666;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-size: 10px 10px;
	background-repeat: no-repeat;
}

/* Checked */
.wpcf7-list-item > label input:checked + .wpcf7-list-item-label:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23ED6666'/%3E%3C/svg%3E");
}

/* Disabled */
.wpcf7-list-item > label input:disabled + label:before {
	filter: grayscale(100%);
}

/* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_
---------------------------------------------- */

/*# sourceMappingURL=style.css.map */