<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: AdDaptive
Theme URI: http://underscores.me/
Author: Bop Design
Author URI: https://www.bopdesign.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: addaptive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

AdDaptive 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/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.large-body-text {
	font-size: 22px;
	line-height: 34px;
}

@media (max-width: 768px) {
	.large-body-text {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 576px) {
	.large-body-text {
		font-size: 18px;
		line-height: 28px;
	}
}

.body-text {
	font-size: 18px;
	letter-spacing: 0.15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0 0 20px;
}

h1 {
	letter-spacing: 1px;
	line-height: 62px;
}

@media (max-width: 1200px) {
	h1 {
		font-size: 45px;
		line-height: 55px;
	}
}

@media (max-width: 991px) {
	h1 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 1200px) {
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 35px;
		line-height: 45px;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 576px) {
	h2 {
		font-size: 27px;
		line-height: 37px;
	}
}

@media (max-width: 1200px) {
	h3 {
		font-size: 26px;
		line-height: 36px;
	}
}

@media (max-width: 991px) {
	h3 {
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 768px) {
	h3 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width: 576px) {
	h3 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 1200px) {
	h4 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width: 576px) {
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 1200px) {
	h5 {
		font-size: 20px;
		line-height: 30px;
	}
}

/* Elements
--------------------------------------------- */
* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body:not(#tinymce) {
	font-size: 18px;
	font-weight: 400;
	color: #5b6770;
	background-color: #fff;
	display: flex;
	height: auto;
	margin: 0;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
}

.wrapper .footer {
	margin-top: auto;
}

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

.container.wide {
	max-width: 1666px;
}

section &gt; div {
	z-index: 1;
	position: relative;
}

section .text-start {
	text-align: left;
}

section .text-center {
	text-align: center;
}

section .text-end {
	text-align: right;
}

section.has-background.video-as-background {
	position: relative;
}

section.has-background.video-as-background figure.video-background {
	margin: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

section.has-background.video-as-background figure.video-background &gt; video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.has-background.video-as-background figure.video-background + .container {
	position: relative;
	z-index: 1;
}

section.has-background.image-as-background {
	position: relative;
}

section.has-background.image-as-background figure.image-background {
	margin: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

section.has-background.image-as-background figure.image-background &gt; img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.has-background.image-as-background figure.image-background + .container {
	position: relative;
	z-index: 1;
}

section.has-background.image-as-background .section-holder {
	position: relative;
	z-index: 1;
}

section.has-parallax {
	overflow: hidden;
}

section.has-parallax.has-background.image-as-background figure.image-background {
	background-attachment: fixed;
}

@media (max-width: 991px) {
	section.has-parallax.has-background.image-as-background figure.image-background {
		background-attachment: scroll;
	}
}

section.has-background.color-as-background.bg-primary {
	background-color: var(--wp--preset--color--primary);
}

section.has-background.color-as-background.bg-secondary {
	background-color: var(--wp--preset--color--secondary);
}

section.has-background.color-as-background.bg-tertiary {
	background-color: var(--wp--preset--color--tertiary);
}

section.has-background.color-as-background.bg-quaternary {
	background-color: var(--wp--preset--color--quaternary);
}

section.has-background.color-as-background.bg-accent {
	background-color: var(--wp--preset--color--accent);
}

section.has-background.color-as-background.bg-foreground {
	background-color: var(--wp--preset--color--foreground);
}

section.has-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.65;
}

section.has-overlay-color-primary::before {
	background-color: var(--wp--preset--color--primary);
}

section.has-overlay-color-primary::before {
	background-color: var(--wp--preset--color--primary);
}

section.has-overlay-color-secondary::before {
	background-color: var(--wp--preset--color--secondary);
}

section.has-overlay-color-tertiary::before {
	background-color: var(--wp--preset--color--tertiary);
}

section.has-overlay-color-quaternary::before {
	background-color: var(--wp--preset--color--quaternary);
}

section.has-overlay-color-accent::before {
	background-color: var(--wp--preset--color--accent);
}

section.has-overlay-color-foreground::before {
	background-color: var(--wp--preset--color--foreground);
}

section .content-width-50 {
	width: 50%;
}

section .content-width-58 {
	width: 58%;
}

section .content-width-66 {
	width: 66%;
}

section .content-width-75 {
	width: 75%;
}

section .content-width-83 {
	width: 83%;
}

section .content-width-92 {
	width: 92%;
}

section .content-width-100 {
	width: 100%;
}

.wp-container-2 &gt; * + * {
	margin: 0 !important;
}

.wp-block-columns {
	margin: 0;
}

.wp-block-column {
	min-width: initial;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) &gt; .wp-block-column {
	flex-grow: initial;
	flex-basis: auto !important;
}

.scroll-indicator {
	color: var(--wp--preset--color--secondary);
	text-transform: uppercase;
	font-size: 11px;
	line-height: 26px;
	letter-spacing: 1.1px;
	padding: 13px 0 30px;
}

@media (max-width: 991px) {
	.scroll-indicator {
		padding: 13px 0 20px;
	}
}

.scroll-indicator .flex-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.scroll-indicator svg {
	display: block;
	fill: var(--wp--preset--color--tertiary);
	width: 16px;
	height: 10px;
	margin-bottom: 7px;
}

@media (max-width: 576px) {
	.scroll-indicator svg {
		margin-bottom: 5px;
	}
}

@media (max-width: 576px) {
	.heateor_sss_sharing_container {
		display: none !important;
	}
}

.heateor_sss_sharing_container span {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	min-height: 55px !important;
	min-width: 52px !important;
}

.heateor_sss_sharing_container span svg {
	max-width: 45px;
	max-height: 45px;
	margin: 0 auto;
}

a {
	transition: color 0.15s;
}

ul,
ol {
	font-size: 22px;
	line-height: 34px;
	margin: 0 0 0 20px;
	padding: 0;
}

@media (max-width: 768px) {
	ul,
	ol {
		font-size: 20px;
		line-height: 32px;
	}
}

@media (max-width: 576px) {
	ul,
	ol {
		font-size: 18px;
		line-height: 28px;
	}
}

ul li,
ol li {
	margin: 0 0 26px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin: 20px 0 0 20px;
}

dt {
	font-weight: 700;
}

.svg-defs {
	display: none;
}

.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	appearance: none;
	outline: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--proxima-nova);
	font-weight: 700;
	background: none;
}

.wp-block-button .wp-block-button__link {
	color: #fff;
	font-family: var(--wp--preset--font-family--proxima-nova);
	font-weight: 700;
	font-size: 16px;
	padding: 16px 41px;
	text-align: center;
	display: inline-block;
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
	border: 2px solid rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media (max-width: 991px) {
	.wp-block-button .wp-block-button__link {
		padding: 9px 15px;
	}
}

.wp-block-button .wp-block-button__link::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-color: var(--wp--preset--color--accent);
	transform: translateX(-100%);
	transition: transform 0.2s;
}

.wp-block-button.is-style-outline &gt; .wp-block-button__link {
	border: 2px solid black;
}

.wp-block-button.btn-theme-primary.is-style-fill &gt; .wp-block-button__link {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
}

.wp-block-button.btn-theme-primary.is-style-outline &gt; .wp-block-button__link {
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary);
}

.wp-block-button.btn-theme-secondary.is-style-fill &gt; .wp-block-button__link {
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
}

.wp-block-button.btn-theme-secondary.is-style-outline &gt; .wp-block-button__link {
	border-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--secondary);
}

.wp-block-button.btn-theme-tertiary.is-style-fill &gt; .wp-block-button__link {
	background-color: var(--wp--preset--color--tertiary);
	border-color: var(--wp--preset--color--tertiary);
}

.wp-block-button.btn-theme-tertiary.is-style-outline &gt; .wp-block-button__link {
	border-color: var(--wp--preset--color--tertiary);
	color: var(--wp--preset--color--tertiary);
}

.wp-block-button.btn-theme-quaternary.is-style-fill &gt; .wp-block-button__link {
	background-color: var(--wp--preset--color--quaternary);
	border-color: var(--wp--preset--color--quaternary);
}

.wp-block-button.btn-theme-quaternary.is-style-outline &gt; .wp-block-button__link {
	border-color: var(--wp--preset--color--quaternary);
	color: var(--wp--preset--color--quaternary);
}

.wp-block-button.btn-theme-accent.is-style-fill &gt; .wp-block-button__link {
	background-color: var(--wp--preset--color--accent);
	border-color: var(--wp--preset--color--accent);
}

.wp-block-button.btn-theme-accent.is-style-outline &gt; .wp-block-button__link {
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--accent);
}

.wp-block-button.btn-theme-foreground.is-style-fill &gt; .wp-block-button__link {
	background-color: var(--wp--preset--color--foreground);
	border-color: var(--wp--preset--color--foreground);
}

.wp-block-button.btn-theme-foreground.is-style-outline &gt; .wp-block-button__link {
	border-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--foreground);
}

.wp-block-button.is-style-fill &gt; .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--accent);
	border-color: var(--wp--preset--color--accent);
	color: #fff !important;
}

.wp-block-button.is-style-fill &gt; .wp-block-button__link:hover::before {
	transform: none;
}

.wp-block-button.is-style-outline &gt; .wp-block-button__link:hover {
	border-color: var(--wp--preset--color--accent);
	color: #fff !important;
}

.wp-block-button.is-style-outline &gt; .wp-block-button__link:hover::before {
	transform: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
header.header {
	height: 130px;
	background-color: #fff;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	transition: height 0.15s;
}

@media (max-width: 991px) {
	header.header {
		height: 100px;
	}
}

@media (max-width: 991px) {
	header.header {
		height: 80px;
	}
}

@media (max-width: 576px) {
	header.header {
		height: 70px;
	}
}

header.header.fixed {
	height: 87px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	header.header.fixed {
		height: 80px;
	}
}

@media (max-width: 576px) {
	header.header.fixed {
		height: 70px;
	}
}

header.header.fixed .flex-wrapper {
	padding-top: 0;
}

header.header .container {
	height: 100%;
}

header.header .flex-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 16px;
	transition: padding-top 0.15s;
}

@media (max-width: 991px) {
	header.header .flex-wrapper {
		padding: 0;
	}
}

header.header .flex-wrapper &gt; div {
	height: 100%;
}

header.header .h-logo-holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 30px;
}

@media (max-width: 1200px) {
	header.header .h-logo-holder {
		margin-right: 25px;
	}
}

header.header .h-logo-holder .h-logo {
	width: 100%;
	min-width: 276px;
	max-width: 276px;
	display: flex;
	align-items: center;
}

@media (max-width: 1200px) {
	header.header .h-logo-holder .h-logo {
		max-width: 200px;
		min-width: 200px;
	}
}

@media (max-width: 991px) {
	header.header .h-logo-holder .h-logo {
		max-width: 170px;
		min-width: 170px;
	}
}

@media (max-width: 576px) {
	header.header .h-logo-holder .h-logo {
		max-width: 140px;
		min-width: 140px;
	}
}

header.header .h-logo-holder .h-logo img, header.header .h-logo-holder .h-logo svg {
	display: block;
	width: 100%;
	height: auto;
}

header.header .h-menu-holder {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding-right: 1px;
}

header.header .h-menu-holder .burger-btn {
	display: none;
	background: none;
	padding: 0;
	border: 0;
}

@media (max-width: 991px) {
	header.header .h-menu-holder .burger-btn {
		display: block;
		width: 27px;
		height: 27px;
	}
}

header.header .h-menu-holder .search-btn {
	padding: 0;
	margin: 0 0 0 44px;
	border: 0;
	background: none;
	cursor: pointer;
}

.active-search .search-open,
.search-close{
	display: none ;
}
.active-search .search-close{
	display: block;
}
header.header.fixed .global-search-form{
	top: 87px;
}
.global-search-form{
	position: absolute;
	top: 142px;
	background-color: #fff;
	padding: 10px 40px;
	font-size: 16px;
	min-width: 326px;
	text-transform: initial;
	z-index: 1;
	box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
.global-search-form  ul{
	padding: 0;
	margin: 0;
}
.global-search-form  ul li label{width: 100%;}
.global-search-form input{
	border: 1px solid #d1d1d1;
	background-color: #fff;
	width: 100%;
	max-width: 100%;
	font-weight: 700;
	font-size: 16px;
	font-family: var(--wp--preset--font-family--proxima-nova);
	color: #1d252d;
	padding: 11px;
	height: 40px;
	border-radius: 3px;
	outline: none;
}

@media (max-width: 1300px) {
	header.header .h-menu-holder .search-btn {
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	header.header .h-menu-holder .search-btn {
		margin-left: 0;
		margin-right: 30px;
	}
	header.header.fixed .global-search-form{
		top: 80px;
	}
	.global-search-form{
		top: 92px;
	}
}

header.header .h-menu-holder .search-btn svg {
	width: 100%;
	max-width: 18px;
}

header.header .h-menu-holder .search-btn svg path {
	transition: stroke 0.15s;
}

header.header .h-menu-holder .search-btn:hover svg path {
	stroke: var(--wp--preset--color--primary);
}

header.header .h-menu-holder .h-menu {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu {
		position: absolute;
		background-color: #fff;
		top: 80px;
		left: 0;
		width: 100%;
		padding: 20px 15px;
		justify-content: center;
		height: auto;
		display: none;
	}
}

@media (max-width: 576px) {
	header.header .h-menu-holder .h-menu {
		top: 70px;
	}

	header.header.fixed .global-search-form{
		top: 70px;
	}
	.global-search-form{
		top: 82px;
		min-width: 296px;
	}
}

header.header .h-menu-holder .h-menu &gt; div {
	justify-content: center;
	display: none;
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu &gt; div {
		display: flex;
		margin-top: 16px;
	}
}

header.header .h-menu-holder .h-menu ul {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

header.header .h-menu-holder .h-menu ul li {
	list-style-type: none;
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu ul li {
		width: 100%;
	}
}

header.header .h-menu-holder .h-menu ul li a {
	transition: color 0.15s;
}

header.header .h-menu-holder .h-menu &gt; ul {
	height: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu &gt; ul {
		flex-direction: column;
	}
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li {
	margin: 0 69px 0 0;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

@media (max-width: 1300px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li {
		margin: 0 30px 0 0;
	}
}

@media (max-width: 1200px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li {
		margin: 0 28px 0 0;
	}
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li {
		flex-direction: column;
		align-items: flex-start;
		margin-right: 0;
		margin-bottom: 16px;
	}
	header.header .h-menu-holder .h-menu &gt; ul &gt; li:last-of-type {
		margin-bottom: 0;
	}
	header.header .h-menu-holder .h-menu &gt; ul &gt; li.active::after {
		transform: rotate(180deg) translateY(1px);
	}
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li:last-of-type {
	margin-right: 0;
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.wp-block-button__link {
	height: auto;
	margin-right: 34px;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li.wp-block-button__link {
		margin: 0 0 16px;
	}
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.wp-block-button__link &gt; a {
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	line-height: 1;
	border: 2px solid var(--wp--preset--color--secondary);
	padding: 21px 41px;
	transition: border-color 0.2s, color 0.2s;
	position: relative;
	overflow: hidden;
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.wp-block-button__link &gt; a::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -2%;
	left: -2%;
	width: 105%;
	height: 105%;
	border-radius: 30px;
	background-color: var(--wp--preset--color--accent);
	transform: translateX(-100%);
	transition: transform 0.2s;
}

@media (max-width: 1200px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li.wp-block-button__link &gt; a {
		padding: 17px 30px;
	}
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.wp-block-button__link &gt; a:hover {
	border-color: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--primary);
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.wp-block-button__link &gt; a:hover::before {
	transform: none;
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.small &gt; a {
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1.4px;
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li:last-of-type a {
	color: var(--wp--preset--color--accent);
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li:last-of-type a:hover {
	color: var(--wp--preset--color--primary);
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li &gt; a {
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li &gt; a:hover {
	color: var(--wp--preset--color--accent);
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.menu-item-has-children {
	position: relative;
	z-index: 5;
	padding-right: 33px;
}

@media (min-width: 991px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li.menu-item-has-children:hover::after {
		transform: rotate(-90deg) translateX(1px) translateY(2px);
		background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 24'%3E%3Cdefs%3E%3CclipPath id='ClipPath1038'%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill='%23f69e33'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(90 13.5 11.5)'%3E%3Ctitle%3Echeckmark nav%3C/title%3E%3Cg%3E%3Ctitle%3EEllipse 377%3C/title%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill-opacity='0' fill='%23f69e33' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23f69e33' stroke-miterlimit='20' stroke-width='2' clip-path='url(&amp;quot;%23ClipPath1038&amp;quot;)'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill='%23004262' fill-opacity='1'%3E%3C/path%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill-opacity='0' fill='%23f69e33' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23f69e33' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	}
	header.header .h-menu-holder .h-menu &gt; ul &gt; li.menu-item-has-children:hover &gt; .sub-menu {
		display: block;
	}
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li.menu-item-has-children::after {
	content: '';
	position: absolute;
	top: auto;
	margin-bottom: -3px;
	right: 1px;
	width: 23px;
	height: 23px;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 24'%3E%3Cdefs%3E%3CclipPath id='ClipPath1038'%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill='%23ffffff'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(90 13.5 11.5)'%3E%3Ctitle%3Echeckmark nav%3C/title%3E%3Cg%3E%3Ctitle%3EEllipse 377%3C/title%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23d1d1d1' stroke-miterlimit='20' stroke-width='2' clip-path='url(&amp;quot;%23ClipPath1038&amp;quot;)'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill='%23004262' fill-opacity='1'%3E%3C/path%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23004262' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 23px;
	background-repeat: no-repeat;
	transition: transform 0.15s;
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li.menu-item-has-children::after {
		top: 6px;
		right: 0;
	}
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu {
	display: none;
	position: absolute;
	top: 88px;
	left: -120px;
	background-color: #fff;
	padding: 40px;
	font-size: 16px;
	min-width: 326px;
	text-transform: initial;
	z-index: 1;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
}

@media (max-width: 991px) {
	header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu {
		position: static;
		background-color: rgba(0, 0, 0, 0);
		min-width: 0;
		flex-direction: column;
		box-shadow: none;
		padding: 10px 0 0;
	}
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu li {
	margin-bottom: 16px;
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu li:last-of-type {
	margin-bottom: 0;
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu li a {
	color: var(--wp--preset--color--primary);
	position: relative;
	padding-left: 33px;
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu li a::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 23px;
	height: 23px;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 24'%3E%3Cdefs%3E%3CclipPath id='ClipPath1038'%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill='%23ffffff'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(90 13.5 11.5)'%3E%3Ctitle%3Echeckmark nav%3C/title%3E%3Cg%3E%3Ctitle%3EEllipse 377%3C/title%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23d1d1d1' stroke-miterlimit='20' stroke-width='2' clip-path='url(&amp;quot;%23ClipPath1038&amp;quot;)'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill='%23004262' fill-opacity='1'%3E%3C/path%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23004262' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-size: 23px;
	background-repeat: no-repeat;
	transition: transform 0.15s;
	transform: rotate(-90deg);
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu li a:hover {
	color: var(--wp--preset--color--accent);
}

header.header .h-menu-holder .h-menu &gt; ul &gt; li .sub-menu li a:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 24'%3E%3Cdefs%3E%3CclipPath id='ClipPath1038'%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill='%23f69e33'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(90 13.5 11.5)'%3E%3Ctitle%3Echeckmark nav%3C/title%3E%3Cg%3E%3Ctitle%3EEllipse 377%3C/title%3E%3Cpath d='M2,11.5c0,-6.35127 5.14873,-11.5 11.5,-11.5c6.35127,0 11.5,5.14873 11.5,11.5c0,6.35127 -5.14873,11.5 -11.5,11.5c-6.35127,0 -11.5,-5.14873 -11.5,-11.5z' fill-opacity='0' fill='%23f69e33' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23f69e33' stroke-miterlimit='20' stroke-width='2' clip-path='url(&amp;quot;%23ClipPath1038&amp;quot;)'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill='%23004262' fill-opacity='1'%3E%3C/path%3E%3Cpath d='M12,9.67082v0l0.61986,-0.67082v0l2.50146,2.70711v0l-2.50146,2.70711v0l-0.61986,-0.67082v0l1.8816,-2.03629v0z' fill-opacity='0' fill='%23f69e33' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23f69e33' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

footer.footer {
	background-color: var(--wp--preset--color--primary);
	padding: 45px 0 67px;
}

@media (max-width: 768px) {
	footer.footer {
		padding: 45px 0 60px;
	}
}

@media (max-width: 576px) {
	footer.footer {
		padding: 45px 0 50px;
	}
}

footer.footer .flex-holder {
	display: flex;
}

@media (max-width: 1200px) {
	footer.footer .flex-holder {
		flex-direction: column;
	}
}

footer.footer .flex-holder .col:nth-child(1) {
	width: 100%;
	max-width: 526px;
	margin-right: 30px;
}

@media (max-width: 576px) {
	footer.footer .flex-holder .col:nth-child(1) {
		margin: 0;
	}
}

footer.footer .flex-holder .col:nth-child(2) {
	margin-left: auto;
	padding-top: 68px;
}

@media (max-width: 1200px) {
	footer.footer .flex-holder .col:nth-child(2) {
		margin-left: 0;
		padding-top: 50px;
	}
}

@media (max-width: 576px) {
	footer.footer .flex-holder .col:nth-child(2) {
		padding-top: 40px;
	}
}

footer.footer .flex-holder .col:nth-child(3) {
	width: 100%;
	max-width: 209px;
	margin-left: 105px;
	margin-top: -7px;
}

@media (max-width: 1200px) {
	footer.footer .flex-holder .col:nth-child(3) {
		margin-left: 0;
		margin-top: 50px;
	}
}

@media (max-width: 576px) {
	footer.footer .flex-holder .col:nth-child(3) {
		margin-top: 40px;
	}
}

footer.footer .f-logo-holder {
	width: 100%;
	max-width: 217px;
}

@media (max-width: 576px) {
	footer.footer .f-logo-holder {
		max-width: 190px;
	}
}

footer.footer .f-logo-holder .f-logo {
	display: flex;
}

footer.footer .f-logo-holder .f-logo img {
	display: block;
	width: 100%;
	height: auto;
}

footer.footer .form-holder {
	margin-top: 20px;
}

footer.footer .form-holder h4 {
	color: #fff;
	margin: 0 0 46px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 34px;
}

@media (max-width: 1200px) {
	footer.footer .form-holder h4 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media (max-width: 576px) {
	footer.footer .form-holder h4 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}

footer.footer .form-holder form {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 576px) {
	footer.footer .form-holder form {
		flex-direction: column;
	}
}

footer.footer .form-holder form .gform_body {
	width: 100%;
	max-width: 390px;
	margin-right: 12px;
}

@media (max-width: 576px) {
	footer.footer .form-holder form .gform_body {
		margin: 0;
		max-width: 100%;
	}
}

footer.footer .form-holder form .gform_footer {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
}

@media (max-width: 576px) {
	footer.footer .form-holder form .gform_footer {
		margin-top: 20px;
	}
}

footer.footer .form-holder form input[type="email"] {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--wp--preset--font-family--proxima-nova);
	background: none;
	border: 0;
	padding: 0 0 9px;
	border-bottom: 1px solid #fff;
	color: #dfe1e4;
}

footer.footer .form-holder form input[type="email"]::placeholder {
	color: #dfe1e4;
}

footer.footer .form-holder form input[type="submit"] {
	margin: 0;
	background-color: var(--wp--preset--color--accent);
	border-color: var(--wp--preset--color--accent);
	color: #fff;
	font-family: var(--wp--preset--font-family--proxima-nova);
	font-weight: 700;
	font-size: 16px;
	padding: 10px 32px;
	text-align: center;
	display: inline-block;
	transition: background-color 0.15s, border-color 0.15s, color 0.15s;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 22px;
}

@media (max-width: 991px) {
	footer.footer .form-holder form input[type="submit"] {
		padding: 10px 15px;
	}
}

footer.footer .form-holder form input[type="submit"]:hover {
	color: var(--wp--preset--color--accent);
	background-color: #fff;
}

footer.footer .form-holder form .ginput_container_checkbox {
	margin-top: 17px;
	margin-left: 1px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	font-family: var(--wp--preset--font-family--proxima-nova);
}

footer.footer .form-holder form .ginput_container_checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0;
	border-radius: 3px;
	border: 1px solid var(--wp--preset--color--foreground);
	background-color: #fff;
	cursor: pointer;
	outline: none;
}

footer.footer .form-holder form .ginput_container_checkbox label {
	cursor: pointer;
	margin-left: 10px;
}

footer.footer .form-holder form .ginput_container_checkbox a {
	font-weight: 400;
	transition: color 0.15s;
	color: var(--wp--preset--color--accent);
}

footer.footer .form-holder form .ginput_container_checkbox a:hover {
	color: #fff;
}

footer.footer .copyright {
	font-size: 14px;
	color: #fff;
	margin-top: 44px;
}

@media (max-width: 576px) {
	footer.footer .copyright {
		margin-top: 30px;
	}
}

footer.footer .copyright a {
	color: #fff;
	transition: color 0.15s;
}

footer.footer .copyright a:hover {
	color: var(--wp--preset--color--accent);
}

footer.footer .f-menu ul {
	padding: 0;
	margin: 0;
}

footer.footer .f-menu ul li {
	margin: 0;
	list-style-type: none;
}

footer.footer .f-menu &gt; ul {
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 576px) {
	footer.footer .f-menu &gt; ul {
		flex-direction: column;
	}
}

footer.footer .f-menu &gt; ul &gt; li {
	margin-right: 115px;
}

@media (max-width: 576px) {
	footer.footer .f-menu &gt; ul &gt; li {
		margin: 0 0 20px;
	}
	footer.footer .f-menu &gt; ul &gt; li:last-of-type {
		margin: 0;
	}
}

footer.footer .f-menu &gt; ul &gt; li:last-of-type {
	margin-right: 0;
}

footer.footer .f-menu &gt; ul &gt; li &gt; a {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 26px;
	color: var(--wp--preset--color--secondary);
}

footer.footer .f-menu &gt; ul &gt; li &gt; a:hover {
	color: var(--wp--preset--color--accent);
}

footer.footer .f-menu &gt; ul &gt; li .sub-menu {
	margin-top: 2px;
}

footer.footer .f-menu &gt; ul &gt; li ul {
	font-size: 14px;
	font-weight: 500;
}

footer.footer .f-menu &gt; ul &gt; li ul a {
	color: #fff;
}

footer.footer .f-menu &gt; ul &gt; li ul a:hover {
	color: var(--wp--preset--color--accent);
}

footer.footer .socials {
	margin: 0 -10px 44px;
	display: flex;
	flex-wrap: wrap;
	transform: translateX(-6px);
}

@media (max-width: 768px) {
	footer.footer .socials {
		margin: 0 -10px 35px;
	}
}

@media (max-width: 576px) {
	footer.footer .socials {
		margin: 0 -5px 25px;
		transform: none;
	}
}

footer.footer .socials a {
	color: var(--wp--preset--color--background);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--wp--preset--color--secondary);
	transition: background 0.15s, color 0.15s;
	margin: 0 10px;
	border-radius: 50%;
}

@media (max-width: 576px) {
	footer.footer .socials a {
		margin: 0 5px;
	}
}

footer.footer .socials a:hover {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--accent);
}

footer.footer .socials a svg {
	display: block;
	width: 100%;
	max-width: 15px;
}

footer.footer .contacts .contact-page {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 26px;
	color: var(--wp--preset--color--secondary);
	margin-bottom: 15px;
	display: inline-block;
}

footer.footer .contacts .contact-page:hover {
	color: var(--wp--preset--color--accent);
}

footer.footer .contacts .address {
	color: var(--wp--preset--color--foreground);
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
}

footer.footer .contacts .email {
	color: #fff;
	margin-bottom: 7px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
}

footer.footer .contacts .email:last-of-type {
	margin: 0;
}

footer.footer .contacts .email:hover {
	color: var(--wp--preset--color--accent);
}

footer.footer .contacts .wp-block-button__link {
	color: #fff !important;
	margin-top: 18px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */

/*# sourceMappingURL=style.css.map */</pre></body></html>