/*!
Theme Name: MM Brothers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mm-brothers
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.

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

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

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

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

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

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

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

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

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Archivo:var(--MM-brothers-menu-font-weight),var(--MM-brothers-1-titel-font-weight),600,700,var(--MM-brothers-button-font-weight),var(--MM-brothers-3-titel-font-weight),400,var(--MM-brothers-titel-4-font-weight),500|Krub:var(--ubercarshipping-com-semantic-input-font-weight)|Manrope:var(--CVA-text-1-font-weight),600|Montserrat:500,700|Source+Sans+Pro:700");
* {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
html,
body {
	margin: 0;
	height: 100%;
	font-family: "Archivo", Helvetica, serif;
}
/* a blue color as a generic focus style */
button:focus-visible {
	outline: 2px solid #4a90e2 !important;
	outline: -webkit-focus-ring-color auto 5px !important;
}
a {
	text-decoration: none;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.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%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	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;
	appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	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;
	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: #222221;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	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 3em;
}

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

.container{
	width: 1600px;
	position: relative;
	margin: 0 auto;
}
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.header-menu {
	position: relative;
	width: 1920px;
	height: 5547px;
	background-color: #ffffff;
	overflow: hidden;
}

.header-menu-overlap {
	position: absolute;
	width: 1920px;
	height: 1215px;
	top: 4359px;
	left: 0;
}

.header-menu-div {
	position: absolute;
	width: 1920px;
	height: 866px;
	top: 0;
	left: 0;
}

.group {
	position: relative;
	height: 866px;
}

.rectangle {
	width: 1920px;
	height: 758px;
	left: 0;
	background-color: #f3f6f5;
	position: absolute;
	top: 0;
}

.services-text-bg {
	position: absolute;
	width: 1920px;
	height: 866px;
	top: 0;
	left: 0;
	aspect-ratio: 2.22;
	object-fit: cover;
}

.group-2 {
	position: absolute;
	width: 551px;
	height: 245px;
	top: 64px;
	left: 218px;
}

.for-customers {
	position: absolute;
	width: 208px;
	height: 22px;
	top: 42px;
	left: 2px;
}

.send-request {
	position: absolute;
	width: 97px;
	height: 14px;
	top: 2px;
	left: 1px;
}

.were-here-to-help {
	position: absolute;
	width: 518px;
	height: 112px;
	top: 123px;
	left: 0;
}

.frame {
	display: flex;
	flex-direction: column;
	width: 632px;
	align-items: flex-start;
	gap: 39px;
	position: absolute;
	top: 54px;
	left: 1054px;
}

.frame-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.frame-3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 22px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.frame-4 {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

/*.container {*/
/*	width: 309.05px;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: flex-start;*/
/*	position: relative;*/
/*}*/

.input {
	width: 100%;
	flex: 0 0 auto;
	display: flex;
	max-width: 309.05px;
	align-items: flex-start;
	justify-content: center;
	padding: 19px 20px 18px;
	position: relative;
	background-color: var(--x-1white);
	border-radius: 4px;
	overflow: hidden;
}

.container-2 {
	flex-grow: 1;
	position: relative;
	border: none;
	background: none;
	align-self: stretch;
	margin-top: -1.00px;
	
	font-weight: 500;
	color: #60666c99;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
	padding: 0;
}

.container-wrapper {
	width: 309px;
	height: 54px;
	display: flex;
	max-width: 309.05px;
	align-items: flex-start;
	justify-content: center;
	padding: 19px 20px 18px;
	position: relative;
	background-color: var(--x-1white);
	border-radius: 4px;
	overflow: hidden;
}

.div-wrapper {
	flex: 1;
	flex-grow: 1;
	margin-bottom: -4.00px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.p {
	position: relative;
	align-self: stretch;
	margin-top: -1.00px;
	
	font-weight: 400;
	color: #60666c99;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}

.text-wrapper {
	font-weight: 500;
}

.span {
	font-family: var(--ubercarshipping-com-semantic-input-font-family);
	font-weight: var(--ubercarshipping-com-semantic-input-font-weight);
	font-style: var(--ubercarshipping-com-semantic-input-font-style);
	letter-spacing: var(--ubercarshipping-com-semantic-input-letter-spacing);
	line-height: var(--ubercarshipping-com-semantic-input-line-height);
	font-size: var(--ubercarshipping-com-semantic-input-font-size);
}

.container-3 {
	flex: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}

.text-wrapper-2 {
	position: relative;
	align-self: stretch;
	margin-top: -1.00px;
	
	font-weight: 500;
	color: #60666c99;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}

.frame-5 {
	display: flex;
	height: 54px;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	position: relative;
	align-self: stretch;
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
}

.text-wrapper-3 {
	position: relative;
	width: fit-content;
	
	font-weight: 500;
	color: #60666c99;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.div-wrapper-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	align-self: stretch;
	width: 100%;
	flex: 0 0 auto;
}

.frame-6 {
	display: flex;
	height: 54px;
	align-items: center;
	gap: 429px;
	padding: 10px 20px;
	position: relative;
	align-self: stretch;
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
}

.chevron-down {
	position: relative;
	width: 24px;
	height: 24px;
	margin-right: -0.91px;
}

.component {
	display: flex;
	max-width: 632.09px;
	height: 150px;
	align-items: flex-start;
	padding: 20px;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	border-radius: 4px;
	overflow: scroll;
}

.component::-webkit-scrollbar {
	width: 0;
	display: none;
}

.text {
	position: relative;
	flex: 1;
	
	font-weight: 500;
	color: #60666c99;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 28px;
}

.group-3 {
	position: relative;
	width: 626px;
	height: 50px;
}

.img {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 2px;
	left: -1px;
}

.by-clicking-the {
	position: absolute;
	width: 577px;
	height: 40px;
	top: 6px;
	left: 36px;
}

.frame-wrapper {
	position: relative;
	width: 208px;
	height: 50px;
}

.label-wrapper {
	width: 208px;
	height: 50px;
	position: relative;
	background-color: #009148;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	border-radius: 50px;
}

.label {
	color: #ffffff;
	position: relative;
	width: fit-content;
	font-family: var(--MM-brothers-button-font-family);
	font-weight: var(--MM-brothers-button-font-weight);
	font-size: var(--MM-brothers-button-font-size);
	text-align: center;
	letter-spacing: var(--MM-brothers-button-letter-spacing);
	line-height: var(--MM-brothers-button-line-height);
	white-space: nowrap;
	font-style: var(--MM-brothers-button-font-style);
}

.vector {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 4679px;
	left: 13038px;
}

.line {
	width: 1601px;
	top: 971px;
	left: 160px;
	position: absolute;
	height: 1px;
	object-fit: cover;
}

.overlap-wrapper {
	position: absolute;
	width: 1920px;
	height: 490px;
	top: 725px;
	left: 0;
}

.overlap-group {
	position: relative;
	width: 1924px;
	height: 490px;
}

.group-4 {
	position: absolute;
	width: 1924px;
	height: 490px;
	top: 0;
	left: 0;
}

.vector-2 {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 4275px;
	left: 13100px;
}

.overlap-group-2 {
	position: absolute;
	width: 1920px;
	height: 490px;
	top: 0;
	left: 0;
	background-color: #31373f;
}

.text-wrapper-4 {
	position: absolute;
	top: 427px;
	left: 159px;
	font-family: var(--MM-brothers-menu-font-family);
	font-weight: var(--MM-brothers-menu-font-weight);
	color: #ffffff;
	font-size: var(--MM-brothers-menu-font-size);
	letter-spacing: var(--MM-brothers-menu-letter-spacing);
	line-height: var(--MM-brothers-menu-line-height);
	white-space: nowrap;
	font-style: var(--MM-brothers-menu-font-style);
}

.we-re-here-to-help {
	position: absolute;
	width: 334px;
	top: 224px;
	left: 160px;
	
	font-weight: 400;
	color: transparent;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 39px;
}

.text-wrapper-5 {
	color: #ffffff;
}

.text-wrapper-6 {
	color: #009148;
}

.group-5 {
	position: absolute;
	width: 92px;
	height: 153px;
	top: 70px;
	left: 1111px;
}

.text-wrapper-7 {
	position: absolute;
	height: 17px;
	top: 0;
	left: 0;
	
	font-weight: 700;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.frame-7 {
	display: flex;
	flex-direction: column;
	width: 90px;
	align-items: flex-start;
	gap: 23px;
	position: absolute;
	top: 56px;
	left: 0;
}

.text-wrapper-8 {
	position: relative;
	align-self: stretch;
	margin-top: -1.00px;
	
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}

.text-wrapper-9 {
	position: relative;
	align-self: stretch;
	
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
}

.group-6 {
	position: absolute;
	width: 150px;
	height: 193px;
	top: 70px;
	left: 1522px;
}

.frame-8 {
	display: flex;
	flex-direction: column;
	width: 148px;
	align-items: flex-start;
	gap: 23px;
	position: absolute;
	top: 56px;
	left: 0;
}

.text-wrapper-10 {
	position: absolute;
	height: 17px;
	top: 0;
	left: 1px;
	
	font-weight: 700;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.group-7 {
	position: absolute;
	width: 241px;
	height: 36px;
	top: 417px;
	left: 1519px;
}

.text-wrapper-11 {
	position: absolute;
	top: 6px;
	left: 0;
	font-family: var(--CVA-text-1-font-family);
	font-weight: var(--CVA-text-1-font-weight);
	color: #ffffff;
	font-size: var(--CVA-text-1-font-size);
	letter-spacing: var(--CVA-text-1-letter-spacing);
	line-height: var(--CVA-text-1-line-height);
	font-style: var(--CVA-text-1-font-style);
}

.group-8 {
	position: absolute;
	width: 89px;
	height: 34px;
	top: 1px;
	left: 150px;
}

.rectangle-2 {
	width: 1px;
	height: 36px;
	left: 124px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
}

.group-9 {
	position: absolute;
	width: 153px;
	height: 100px;
	top: 75px;
	left: 159px;
}

.group-10 {
	position: absolute;
	width: 281px;
	height: 255px;
	top: 70px;
	left: 565px;
}

.component-wrapper {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 1px;
	position: absolute;
	top: 215px;
	left: 0;
	border-radius: 3px;
	border: 1px solid;
	border-color: #60666c;
}

.vector-wrapper {
	position: relative;
	width: 16px;
	height: 25.6px;
}

.vector-3 {
	position: absolute;
	width: 14px;
	height: 26px;
	top: 0;
	left: 1px;
}

.component-2 {
	left: 52px;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 1px;
	position: absolute;
	top: 215px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #60666c;
}

.img-wrapper {
	position: relative;
	width: 16px;
	height: 18.28px;
}

.vector-4 {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
}

.component-3 {
	left: 104px;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 1px;
	position: absolute;
	top: 215px;
	border-radius: 3px;
	border: 1px solid;
	border-color: #60666c;
}

.vector-5 {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
}

.group-11 {
	position: absolute;
	width: 279px;
	height: 185px;
	top: 0;
	left: 2px;
}

.group-12 {
	position: absolute;
	width: 279px;
	height: 49px;
	top: 68px;
	left: 0;
}

.frame-9 {
	display: flex;
	flex-direction: column;
	width: 199px;
	align-items: flex-start;
	gap: 9px;
	position: absolute;
	top: 0;
	left: 80px;
}

.text-wrapper-12 {
	position: relative;
	align-self: stretch;
	margin-top: -1.00px;
	
	font-weight: 400;
	color: #009148;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
}

.text-wrapper-13 {
	position: relative;
	align-self: stretch;
	font-family: var(--MM-brothers-button-font-family);
	font-weight: var(--MM-brothers-button-font-weight);
	color: #ffffff;
	font-size: var(--MM-brothers-button-font-size);
	letter-spacing: var(--MM-brothers-button-letter-spacing);
	line-height: var(--MM-brothers-button-line-height);
	font-style: var(--MM-brothers-button-font-style);
}

.group-13 {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 6px;
	left: 0;
}

.group-14 {
	position: absolute;
	width: 271px;
	height: 49px;
	top: 0;
	left: 0;
}

.group-15 {
	position: absolute;
	width: 195px;
	height: 49px;
	top: 0;
	left: 80px;
}

.text-wrapper-14 {
	position: absolute;
	height: 20px;
	top: 0;
	left: 0;
	
	font-weight: 400;
	color: #009148;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
	white-space: nowrap;
}

.text-wrapper-15 {
	position: absolute;
	height: 20px;
	top: 29px;
	left: 0;
	font-family: var(--MM-brothers-button-font-family);
	font-weight: var(--MM-brothers-button-font-weight);
	color: #ffffff;
	font-size: var(--MM-brothers-button-font-size);
	letter-spacing: var(--MM-brothers-button-letter-spacing);
	line-height: var(--MM-brothers-button-line-height);
	white-space: nowrap;
	font-style: var(--MM-brothers-button-font-style);
}

.group-16 {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 6px;
	left: 0;
	background-color: #55575b;
	border-radius: 19px;
}

.map-pin-fill {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 9px;
	left: 9px;
}

.group-17 {
	position: absolute;
	width: 204px;
	height: 49px;
	top: 136px;
	left: 0;
}

.frame-10 {
	display: flex;
	flex-direction: column;
	width: 124px;
	align-items: flex-start;
	gap: 9px;
	position: absolute;
	top: 0;
	left: 80px;
}

.phone-fill {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 7px;
	left: 7px;
}

.line-2 {
	position: absolute;
	width: 1601px;
	height: 1px;
	top: 378px;
	left: 160px;
	object-fit: cover;
}

.overlap-2 {
	position: absolute;
	width: 1922px;
	height: 576px;
	top: 119px;
	left: 0;
}

.overlap-group-wrapper {
	position: absolute;
	width: 1922px;
	height: 576px;
	top: 0;
	left: 0;
}

.overlap-3 {
	position: relative;
	width: 1920px;
	height: 576px;
	background-image: url(https://c.animaapp.com/ycTIUKNe/img/rectangle-153.png);
	background-size: 100% 100%;
}

.link {
	width: 632px;
	height: 222px;
	top: 66px;
	left: 1127px;
	
	font-weight: 400;
	color: #ffffff;
	font-size: 64px;
	text-align: right;
	line-height: 74px;
	position: absolute;
	letter-spacing: 0;
}

.text-wrapper-16 {
	font-weight: 800;
}

.text-wrapper-17 {
	
	font-weight: 400;
	color: #ffffff;
	font-size: 64px;
	letter-spacing: 0;
	line-height: 74px;
}

.group-18 {
	position: absolute;
	width: 63px;
	height: 11px;
	top: 516px;
	left: 929px;
}

.ellipse {
	width: 11px;
	height: 11px;
	left: 0;
	background-color: #ffffff;
	border-radius: 5.5px;
	border: 1px solid;
	border-color: #ffffff;
	position: absolute;
	top: 0;
}

.ellipse-2 {
	width: 11px;
	height: 11px;
	left: 26px;
	border-radius: 5.5px;
	border: 1px solid;
	border-color: #ffffff;
	position: absolute;
	top: 0;
}

.ellipse-3 {
	width: 11px;
	height: 11px;
	left: 52px;
	border-radius: 5.5px;
	border: 1px solid;
	border-color: #ffffff;
	position: absolute;
	top: 0;
}

.group-19 {
	position: absolute;
	width: 208px;
	height: 43px;
	top: 326px;
	left: 1551px;
}

.frame-11 {
	display: flex;
	width: 208px;
	height: 43px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	position: relative;
	background-color: #ffffff;
	border-radius: 50px;
}

.label-2 {
	color: var(--mm-brootherstext);
	position: relative;
	width: fit-content;
	
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: 20px;
	white-space: nowrap;
}

.vector-6 {
	position: relative;
	width: 6.49px;
	height: 10px;
}

.button {
	all: unset;
	box-sizing: border-box;
	top: -906px;
	position: absolute;
	width: 262px;
	height: 40px;
	left: 259px;
	border-radius: 5px;
	border: 1px solid;
	border-color: #272727;
}

.text-wrapper-18 {
	position: absolute;
	height: 16px;
	top: 10px;
	left: 64px;
    font-family: "Montserrat", Helvetica, serif;
	font-weight: 700;
	color: #272727;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: 16px;
	white-space: nowrap;
}

.button-2 {
	all: unset;
	box-sizing: border-box;
	top: -2437px;
	position: absolute;
	width: 262px;
	height: 40px;
	left: 259px;
	border-radius: 5px;
	border: 1px solid #272727;
}
#page{
	padding-top: 120px;
}
.site-header{
	box-shadow: 0 13px 15px -18px #9c9c9c99;
	position: fixed;
	width: 100%;
	background: #ffffff;
	z-index: 500;
}
.header {
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 126px;
	height: 83px;
}

.navbar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 41px;
	/* position: absolute; */
	/* top: 67px; */
	/* left: 412px; */
}

.link-2 {
	position: relative;
	width: 93px;
	height: 14.65px;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.link-3 {
	width: fit-content;
	margin-top: -1.00px;
	position: relative;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.link-4 {
	width: 66px;
	height: 14.65px;
	position: relative;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.link-5 {
	width: 75px;
	height: 14.65px;
	position: relative;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.link-6 {
	width: 35px;
	height: 14.65px;
	position: relative;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.link-7 {
	width: 67px;
	height: 14.65px;
	position: relative;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}

.frame-12 {
	width: 208px;
	height: 43px;
	position: relative;
	background-color: #009148;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	border-radius: 50px;
}

.link-8 {
	height: 17px;
	top: 3px;
	left: 29px;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	line-height: normal;
	white-space: nowrap;
	position: absolute;
	letter-spacing: 0;
}

.phone-fill-2 {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
}

.overlap-5 {
	position: relative;
	height: 53px;
	border-radius: 26.5px;
}

.group-23 {
	position: absolute;
	width: 33px;
	height: 24px;
	top: 14px;
	left: 11px;
}

.text-2 {
	position: absolute;
	width: 31px;
	height: 24px;
	top: 0;
	left: 0;
	font-family: "Montserrat", Helvetica;
	font-weight: 500;
	color: #231f20;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
}

.ellipse-4 {
	width: 53px;
	height: 53px;
	left: 0;
	border-radius: 26.5px;
	border: 1px solid;
	border-color: #000000;
	position: absolute;
	top: 0;
}

/* Language dropdown (Polylang) */
.header__lang { position: relative; }
.header__lang-list {
	position: absolute;
	top: 60px; /* below the 53px toggle */
	left: 0;
	margin: 0;
	padding: 6px 10px;
	list-style: none;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
	display: none;
	z-index: 1000;
}
.header__lang:hover .header__lang-list { display: block; }
.header__lang-list li.current { display: none; } /* show only other languages */
.header__lang-list a {
	display: block;
	padding: 6px 8px;
	min-width: 44px;
	text-align: center;
	color: var(--mm-brootherstext);
	text-decoration: none;
}
.header__lang-list a:hover { color: #009148; }

.link-9 {
	width: 601px;
	height: 78px;
	top: 1559px;
	left: 660px;
	font-family: var(--MM-brothers-titel-4-font-family);
	font-weight: var(--MM-brothers-titel-4-font-weight);
	color: transparent;
	font-size: var(--MM-brothers-titel-4-font-size);
	text-align: center;
	line-height: var(--MM-brothers-titel-4-line-height);
	position: absolute;
	letter-spacing: var(--MM-brothers-titel-4-letter-spacing);
	font-style: var(--MM-brothers-titel-4-font-style);
}

.text-wrapper-19 {
	color: #009148;
	font-family: var(--MM-brothers-titel-4-font-family);
	font-style: var(--MM-brothers-titel-4-font-style);
	font-weight: var(--MM-brothers-titel-4-font-weight);
	letter-spacing: var(--MM-brothers-titel-4-letter-spacing);
	line-height: var(--MM-brothers-titel-4-line-height);
	font-size: var(--MM-brothers-titel-4-font-size);
}

.text-wrapper-20 {
	color: #222221;
	font-family: var(--MM-brothers-titel-4-font-family);
	font-style: var(--MM-brothers-titel-4-font-style);
	font-weight: var(--MM-brothers-titel-4-font-weight);
	letter-spacing: var(--MM-brothers-titel-4-letter-spacing);
	line-height: var(--MM-brothers-titel-4-line-height);
	font-size: var(--MM-brothers-titel-4-font-size);
}

.group-24 {
	position: absolute;
	width: 649px;
	height: 375px;
	top: 1053px;
	left: 158px;
}

.group-25 {
	position: absolute;
	width: 208px;
	height: 43px;
	top: 332px;
	left: 0;
}

.link-10 {
	width: 582px;
	height: 150px;
	top: 147px;
	left: 1px;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	letter-spacing: 0;
}

.link-11 {
	height: 78px;
	top: 28px;
	left: 0;
	
	font-weight: 600;
	color: transparent;
	font-size: 32px;
	line-height: 39px;
	position: absolute;
	letter-spacing: 0;
}

.text-wrapper-21 {
	color: #222221;
}

.link-12 {
	height: 17px;
	top: 0;
	left: 1px;
	
	font-weight: 600;
	color: #009148;
	font-size: 16px;
	text-align: center;
	line-height: normal;
	white-space: nowrap;
	position: absolute;
	letter-spacing: 0;
}

.group-26 {
	position: absolute;
	width: 786px;
	height: 476px;
	top: 1003px;
	left: 975px;
	background-image: url(https://c.animaapp.com/ycTIUKNe/img/rectangle-154.png);
	background-size: 100% 100%;
}

.overlap-6 {
	position: absolute;
	width: 1920px;
	height: 476px;
	top: 3157px;
	left: 0;
}

.group-27 {
	position: absolute;
	width: 1920px;
	height: 476px;
	top: 0;
	left: 0;
	background-image: url(https://c.animaapp.com/ycTIUKNe/img/rectangle-163.png);
	background-size: 100% 100%;
}

.group-wrapper {
	position: absolute;
	width: 809px;
	height: 476px;
	top: 0;
	left: 0;
	background-color: #31373f;
}

.group-28 {
	position: relative;
	width: 208px;
	height: 43px;
	top: 346px;
	left: 160px;
}

.map-pin-fill-2 {
	position: absolute;
	width: 51px;
	height: 56px;
	top: 125px;
	left: 919px;
	background-image: url(https://c.animaapp.com/ycTIUKNe/img/group-2@2x.png);
	background-size: 100% 100%;
}

.map-pin-fill-3 {
	top: 218px;
	left: 1454px;
	position: absolute;
	width: 51px;
	height: 56px;
	background-image: url(https://c.animaapp.com/ycTIUKNe/img/group-2@2x.png);
	background-size: 100% 100%;
}

.map-pin-fill-4 {
	top: 142px;
	left: 1650px;
	position: absolute;
	width: 51px;
	height: 56px;
	background-image: url(https://c.animaapp.com/ycTIUKNe/img/group-2@2x.png);
	background-size: 100% 100%;
}

.link-13 {
	width: 444px;
	height: 78px;
	top: 43px;
	left: 159px;
	
	font-weight: 600;
	color: var(--mm-broothers2);
	font-size: 32px;
	line-height: 39px;
	position: absolute;
	letter-spacing: 0;
}

.group-29 {
	position: absolute;
	width: 136px;
	height: 50px;
	top: 188px;
	left: 158px;
}

.link-14 {
	height: 42px;
	top: 4px;
	left: 47px;
	
	font-weight: 500;
	color: var(--mm-broothers2);
	font-size: 24px;
	line-height: 42px;
	white-space: nowrap;
	position: absolute;
	letter-spacing: 0;
}

.text-wrapper-22 {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Source Sans Pro", Helvetica;
	font-weight: 700;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	letter-spacing: -0.80px;
	line-height: 50.2px;
	white-space: nowrap;
}

.group-30 {
	position: absolute;
	width: 125px;
	height: 50px;
	top: 242px;
	left: 158px;
}

.group-31 {
	position: absolute;
	width: 102px;
	height: 50px;
	top: 134px;
	left: 158px;
}

.link-15 {
	height: 42px;
	top: 7px;
	left: 47px;
	
	font-weight: 500;
	color: var(--mm-broothers2);
	font-size: 24px;
	line-height: 42px;
	white-space: nowrap;
	position: absolute;
	letter-spacing: 0;
}

.group-32 {
	position: absolute;
	width: 316px;
	height: 50px;
	top: 3032px;
	left: 802px;
}

.frame-13 {
	width: 316px;
	height: 50px;
	position: relative;
	border: 1px solid;
	border-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	border-radius: 50px;
}

.label-3 {
	color: #000000;
	position: relative;
	width: fit-content;
	font-family: var(--MM-brothers-button-font-family);
	font-weight: var(--MM-brothers-button-font-weight);
	font-size: var(--MM-brothers-button-font-size);
	text-align: center;
	letter-spacing: var(--MM-brothers-button-letter-spacing);
	line-height: var(--MM-brothers-button-line-height);
	white-space: nowrap;
	font-style: var(--MM-brothers-button-font-style);
}

.group-33 {
	position: absolute;
	width: 269px;
	height: 96px;
	top: 810px;
	left: 613px;
}

.text-wrapper-23 {
	position: absolute;
	width: 149px;
	height: 70px;
	top: 0;
	left: 116px;
	font-family: var(--MM-brothers-3-titel-font-family);
	font-weight: var(--MM-brothers-3-titel-font-weight);
	color: #009148;
	font-size: var(--MM-brothers-3-titel-font-size);
	text-align: center;
	letter-spacing: var(--MM-brothers-3-titel-letter-spacing);
	line-height: var(--MM-brothers-3-titel-line-height);
	font-style: var(--MM-brothers-3-titel-font-style);
}

.link-16 {
	width: 149px;
	height: 25px;
	top: 71px;
	left: 116px;
	
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	letter-spacing: 0;
}

.group-34 {
	position: absolute;
	width: 88px;
	height: 89px;
	top: 0;
	left: 0;
}

/* Header and WordPress menu integration */
.navbar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 41px;
	margin-left: -100px;
}
.header-right{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
}

.navbar .menu {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 41px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.navbar .menu > li > a {
	display: block;
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: normal;
	white-space: nowrap;
}
.navbar .menu > li.current-menu-item >  a{
	/*color: #009148;*/
	text-decoration: underline;
}

/* Header CTA */
.header__cta {
	width: 208px;
	height: 43px;
	background-color: #009148;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px;
	border-radius: 50px;
	cursor: pointer;
}

.header__cta-label {
	color: #ffffff;
	position: relative;
	width: fit-content;
	font-family: var(--MM-brothers-button-font-family);
	font-weight: var(--MM-brothers-button-font-weight);
	font-size: var(--MM-brothers-button-font-size);
	text-align: center;
	letter-spacing: var(--MM-brothers-button-letter-spacing);
	line-height: var(--MM-brothers-button-line-height);
	white-space: nowrap;
	font-style: var(--MM-brothers-button-font-style);
}

.header__cta-icon {
	position: relative;
	width: 7px;
	height: 10px;
	background: url("./img/vector-5.svg");
}
.header__cta:hover{
	background-color: #ffffff;
	border: 1px solid #009148;
}
.header__cta:hover .header__cta-label{
	color: #009148;
}
.header__cta:hover .header__cta-icon{
	background: url("./img/vector-hover.svg");
}
/* Header contact */
.header__contact {
	width: 163px;
	height: 24px;
	display: flex;
	gap:5px
}
.header__contact-number {
	height: 17px;
	font-weight: 400;
	color: var(--mm-brootherstext);
	font-size: 16px;
	text-align: center;
	line-height: normal;
	white-space: nowrap;
	letter-spacing: 0;
}
.header__contact-number a{
	color: var(--mm-brootherstext);
}

.header__contact-icon {
	width: 24px;
	height: 24px;
}

/* Header language switcher */
.header__lang {
	width: 53px;
	cursor: pointer;
	border-radius: 26.5px;
	border: 1px solid #000000;
}
.header__lang-toggle .lang-item{
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222221;
}
.header__lang-toggle .lang-item.next-lang{
	display: none;
}
.header__lang-toggle {
	position: relative;
	border-radius: 26.5px;
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #ffffff;
	z-index: 100;
}
.header__lang:hover{
	margin-bottom: -51px;
}
.header__lang:hover .lang-item.next-lang{
	display: flex;
}
.header__lang-code-wrap {
	position: absolute;
	width: 33px;
	height: 24px;
	top: 14px;
	left: 11px;
}

.header__lang-code {
	position: absolute;
	width: 31px;
	height: 24px;
	top: 0;
	left: 0;
	font-family: "Montserrat", Helvetica;
	font-weight: 500;
	color: #231f20;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0;
	line-height: 24px;
}

.header__lang-indicator {
	width: 53px;
	height: 53px;
	left: 0;
	border-radius: 26.5px;
	border: 1px solid #000000;
	top: 0;
}
#page .metaslider.ms-theme-bitono .flexslider .flex-control-nav li a{
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #ffffff;
	margin: 0 8px;
}
#page .metaslider.ms-theme-bitono .flexslider .flex-control-nav {
	bottom: 60px;
}
#page .metaslider.ms-theme-bitono .flexslider .caption-wrap .caption{
	padding: 0;
	top:40%
}
#page .metaslider.ms-theme-bitono .flexslider .caption-wrap .caption{
	text-shadow: none;
}
#page .slider-description-wrap{
	width: 40%;
	margin-left: auto;
}
#page .slider-description{
	font-weight: 400;
	font-size: 64px;
	text-align: right;
	line-height: 74px;
}
#page .slider-button{
	display: inline-flex;
	background: #ffffff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin-left: auto;
	color: var(--mm-brootherstext);
	padding: 12px 35px;
	border-radius: 22px;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	border: 1px solid #ffffff;
}
#page .slider-button:hover{
	border: 1px solid #ffffff;
	background: #d9d9d9;
}
#page .slider-button:after{
	display: block;
	content: "";
	height: 12px;
	width: 7px;
	background: url("./img/slider-button-icon.svg") center no-repeat;
}

/*--------------------------------------------------------------
# Components - Stats
--------------------------------------------------------------*/
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.stats__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.stats__media {
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats__icon {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.stats__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
	width: 150px;
}

.stats__value {
  font-weight: 500;
  font-size: 64px;
  line-height: 1;
  color: #009148;
}

.stats__label {
  font-size: 16px;
  line-height: 25px;
  color: #60666c;
}
.stats-wrap{
	margin: 70px 0;
}

/* About section (refactored from group-24 / group-26) */
.about {
	position: relative;
	padding: 60px 0;
}

.about__inner {
	display: flex;
	align-items: center;
	gap: 40px;
}

.about__text {
	flex: 1 1 50%;
	text-align: left;
}

.about__eyebrow {
	margin: 0 0 25px;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2;
	color: #222221;
}

.about__eyebrow .text-wrapper-6 {
	color: #009148;
}

.about__desc {
	margin: 0 0 35px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}

.about__actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.about__btn {
  background: #009148;
  color: #ffffff;
  border-radius: 50px;
  padding: 12px 90px;
  display: inline-block;
  text-decoration: none;
  transition: .2s ease;
  cursor: pointer;
  border: 1px solid #009148;
}
a.about__btn:visited{
  color: #ffffff;
}
.about__btn:hover{
  background: #ffffff;
  border: 1px solid #222222;
  color: #222222;
}
.about__btn:hover:visited{
  color: #222222;
}
.services__btn {
  background: #ffffff;
  color: #000000;
  border-radius: 50px;
  padding: 12px 90px;
  display: inline-block;
  text-decoration: none;
  transition: .2s ease;
  cursor: pointer;
  border: 1px solid #000000;
}
a.services__btn:visited{
	color: #000000;
}
.services__btn:hover{
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.services__btn:hover:visited{
  color: #ffffff;
}
.about__link {
	color: #009148;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}
.about__link:visited {
	color: #009148;
}

.about__media {
	flex: 1 1 50%;
}

.about__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}


/*--------------------------------------------------------------
# Components - Services
--------------------------------------------------------------*/
.services {
  position: relative;
  margin: 40px auto 60px;
}

.services__header {
  margin: 0 auto 60px;
  position: relative;
}

.services__subtitle {
  margin: 0;
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  color: var(--mm-brootherstext);
  font-size: 32px;
  text-align: center;
}

.services__title {
  margin: 0;
  font-weight: 600;
  color: #009148;
  font-size: 16px;
  text-align: center;
}

.services__grid {
  margin-top: 24px;
}

.services__grid-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.services__card {
  position: relative;
  height: 505px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.services-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(158, 158, 158, 0) 100%);
	padding: 35px;
	cursor: pointer;
}
.services-card__title {
  font-weight: 700;
  line-height: 50px;
  font-size: 38px;
}

.services-card__title-primary {
  color: #009148; /* mirrors .text-wrapper-30 */
}

.services-card__title-secondary {
  color: #ffffff; /* mirrors .text-wrapper-31 */
}

.services__cta {
  text-align: center;
  margin-top: 50px;
}

/*--------------------------------------------------------------
# Components - Benefits
--------------------------------------------------------------*/
.benefits {
  padding: 30px 0;
}

.benefits__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  color: #222;
	max-width: 600px;
	margin: 0 auto 45px;
}
.text-green{
	color: #009148;
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.benefit-item {
  padding: 120px 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
	height: 576px;
	position: relative;
	text-align: center;
}
.benefit-item:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #222221;
	opacity: 0.6;
	z-index: 0;
}
.benefit-item.item-1 {
	background: url("./img/benefits-bg-1.png");
}
.benefit-item.item-2 {
	background: url("./img/benefits-bg-2.png");
}
.benefit-item.item-3 {
	background: url("./img/benefits-bg-3.png");
}
.benefit-item.item-4 {
	background: url("./img/benefits-bg-4.png");
}
.benefit-item__title {
  font-weight: 700;
  font-size: 24px;
	color: #ffffff;
	z-index: 1;
}

.benefit-item__image {
  width: auto;
  max-height: 72px;
  object-fit: contain;
	z-index: 1;
	margin: 0 auto;
}

.benefit-item__text {
  margin: 0;
	color: #ffffff;
  font-size: 16px;
	line-height: 25px;
	z-index: 1;
	font-weight: 400;
}
.benefits__title{
	text-align: center;
}

/*--------------------------------------------------------------
# Components - Locations
--------------------------------------------------------------*/
.locations {
  padding: 50px 0;
	background: #31373F;
	position: relative;
	overflow: hidden;
}
.locations__header {
  display: flex;
}
.locations__more {
  align-items: center;
  color: #000000;
  font-size: 16px;
	padding: 10px 50px;
	position: relative;
	background-color: #ffffff;
	border-radius: 50px;
	margin: 50px 0 30px;
}
.locations__more a{
	display: inline-flex;
	gap: 13px;
	align-items: center;
	color: #000000;
}
.locations__more:hover {
	background-color: #eeeeee;
}
.locations__more-label { margin: 0; }
.locations__more-icon {  display: block; }
.locations__subtitle {
  margin: 0 0 20px;
  font-size: 32px;
  color: #ffffff;
  text-align: left;
	font-weight: 500;
	line-height: 40px;
}
.locations__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}
.locations__item {
  padding: 0;

}
.locations__name {
  font-weight: 500;
  color: #ffffff;
	font-size: 24px;
}
.locations__toggle {
  color: #ffffff;
  font-weight: 700;
	font-size: 24px;
	margin-right: 15px;
}
.locations-map{
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -200px;
}
.locations-map img{
	width: 1200px;
}
.locations-wrap{
	width: 35%;
}
.drive-form{
	margin-top: 25px;
	margin-bottom: 80px;
}
.drive-form-wrap{
	background: url("./img/drive-form-bg.webp");
	position: relative;
	min-height: 650px;
}
.drive-form-body{
	background: #ffffff;
	width: 60%;
	position: absolute;
	bottom: -25px;
	left: 35px;
	padding: 50px 40px;
	box-shadow: 0 0 5px 3px #00000010;
}
.form-parts{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
}
.form-title-block p {
	margin: 0;
}
.form-small-title{
	font-size: 16px;
	color: #009148;
	font-weight: 500;
	margin-bottom: 10px;
}
.form-big-title{
	font-size: 32px;
	font-weight: 600;
	color: var(--mm-brootherstext);
	width: 40%;
	line-height: 39px;
	margin-bottom: 20px;
}
.form-parts input[type="text"],
.form-parts input[type="email"]
{
	border: 0;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	width: 100%;
	font-size: 16px;
}
.form-parts input::placeholder{
	color: #828282;
}
.form-parts select{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #000000;
	border-radius: 0;
	height: 31px;
	line-height: 31px;
	color: #828282;
	font-size: 16px;
}
.form-parts .left-form,
.form-parts .right-form
{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
}
.wpcf7-acceptance label {
	display: grid;
	grid-template-columns: 20px auto;
	gap: 12px;
	align-items: start;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 16px;
	color: #272727;
}
.wpcf7-acceptance input{
	width: 18px;
	height: 18px;
	margin-top: 7px;
	accent-color: #272727;
}
.form-parts .wpcf7-radio{
	font-size: 16px;
	line-height: 25px;
	color: #828282;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.form-parts .wpcf7-radio > span{
	margin: 0;
}
.form-parts .wpcf7-radio input{
	margin: 0 10px 0 5px;
	width: 18px;
	height: 18px;
	accent-color: #272727;
}
.form-parts .wpcf7-radio .wpcf7-list-item label{
	display: flex;
	align-items: center;
}
.form-parts .wpcf7-submit,
.customer-form .wpcf7-submit
{
	background-color: #009148;
	border-radius: 50px;
	cursor: pointer;
	height: 48px;
	padding: 0 40px;
	border: 1px solid #009148;
	color: #ffffff;
	margin-right: auto;
}
.form-parts .wpcf7-submit:hover,
.customer-form .wpcf7-submit:hover
{
	border: 1px solid #009148;
	background: #ffffff;
	color: #009148;;
}
.customer-form-wrap{
	padding: 10px 50px;
}
.customer-form-parts{
	display: grid;
	grid-template-columns: 1fr 43%;
	gap: 300px;
}
.customer-form{
	background: url("./img/footer-image-bg.jpg") top center;
	padding:40px 0 40px;
}
.customer-form .form-text{
	font-size: 24px;
	line-height: 45px;
}
.customer-right-form{
	display: grid;
	gap: 20px;
	position: relative;
}
.customer-form-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 15px;
}
.customer-form input[type='text'],
.customer-form input[type='email'] {
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: 0;
	font-size: 16px;
	padding: 14px 20px;
	border-radius: 4px;
	color: rgba(96, 102, 108);
	box-shadow: 0 0 3px 0 #00000007;
}
.customer-form input[type='text']::placeholder,
.customer-form input[type='email']::placeholder{
	color: rgba(96, 102, 108, 0.6);
}
.customer-form select{
	width: 100%;
	background: #ffffff;
	font-size: 16px;
	color: rgba(96, 102, 108, 0.6);
	border: 0;
	padding: 14px 20px;
	border-radius: 4px;
}
.customer-form textarea{
	width: 100%;
	background: #ffffff;
	font-size: 16px;
	color: rgba(96, 102, 108);
	border: 0;
	padding: 14px 20px;
	border-radius: 4px;
	height: 150px;
}
.customer-form textarea::placeholder{
	color: rgba(96, 102, 108, 0.6);
}
.wpcf7-spinner {
	display: none;
}

.wpcf7 .wpcf7-spinner.is-active {
	display: inline-block;
}

/* Footer (BEM) */
.footer {
  background-color: #31373f;
  color: #ffffff;
	padding: 70px 0 10px;
}

.footer__wrap {
  position: relative;
  padding: 60px 0 30px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__top {
  position: relative;
	display: grid;
	grid-template-columns: 23% 30% 21% 14%;
	gap: 4%;
}

.footer__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
  pointer-events: none;
}

.footer__content {
  position: relative;
  display: grid;
  gap: 40px;
  align-items: start;
}

.footer__copyright {
  font-family: var(--MM-brothers-menu-font-family, "Archivo", Helvetica);
  font-weight: var(--MM-brothers-menu-font-weight, 400);
  font-size: var(--MM-brothers-menu-font-size, 16px);
}

.footer__tagline {
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.2;
}
.footer__tagline-text { color: #ffffff; }
.footer__tagline-accent { color: #009148; }

.footer__col-title {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 16px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__link {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.footer__link--primary { font-weight: 600; }

.footer__credits {
  display: flex;
  align-items: center;
  gap: 16px;

}
.footer__credits-label { font-family: var(--CVA-text-1-font-family, "Archivo", Helvetica); }
.footer__credits-logo { display: block; height: 34px; width: auto; }
.footer__divider { width: 1px; height: 36px; background: #ffffff; opacity: 0.8; }

.footer__brand {
	display: block;
	margin: 10px 0 25px 0;
	height: auto;
	width: 150px;
}

/* removed empty .footer__contacts ruleset */

.footer__social { display: inline-flex; }
.footer__social + .footer__social { margin-left: 12px; }
.footer__social-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #60666c;
}
.footer__social-icon { width: 16px; height: 16px; }
.footer__social-link{
    line-height: 0;
}

.footer__contact-cards {
  display: grid;
  gap: 16px;
	margin-bottom: 25px;
}

.footer__contact {
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer__contact-text { display: flex; flex-direction: column; gap: 6px; }
.footer__contact-label { color: #009148; font-size: 15px; }
.footer__contact-value { color: #ffffff; }
a.footer__contact-value:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer__contact-icon-wrap {
  width: 38px;
  height: 38px;
  background: #55575b;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__contact-icon { display: block; width: 24px; height: 24px; }
.footer__bottom{
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footer__bottom-line {
  display: flex;
  width: 100%;
  height: 1px;
  object-fit: cover;
  margin-top: 32px;
  opacity: 0.7;
}
.footer__contact--email .footer__contact-icon{
	width: 20px;
}
.footer__col ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer__col ul a:visited{
	color: #ffffff;
}
.footer__col ul a:visited:hover{
	color: #ffffff;
	text-decoration: underline;
}
.footer__col ul a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.page-top-line{
	height: 420px;
	display: flex;
	align-items: center;
}
.page-top-line h1{
	color: #ffffff;
	font-size: 39px;
	line-height: 60px;
	font-weight: 800;
	width: 500px;
}
.page-content{
	margin: 80px 0;
}
.page-content-wrap{
	display: grid;
	grid-template-columns: 25% auto;
	gap: 200px;
}
.content-small-title{
	font-size: 39px;
	font-weight: 700;
	line-height: 120%;
}
.content-small-title span{
	color: #009148;
}
.content-body{
	font-size: 16px;
	line-height: 25px;
}
.services-page-block{
	background: #f3f6f5;
	margin: 0;
	padding: 40px 0 60px;
}
.services-card-content{
	margin-top: 50px;
	display: none;
}
.services-card-content p,
.services-card-content ul
{
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
}
.services-card-content ul{
	margin-left: 20px;
}
.services-card__overlay:hover{
	background: #009148;
}
.services-card__overlay:hover .services-card__title-primary{
	color: #ffffff;
}
.services-card__overlay:hover .services-card-content{
	display: block;
}
.services-terms{
	background: #31373F url("./img/term-bg.png") no-repeat right center;
	color: #ffffff;
	padding: 80px 0;
}
.terms-title{
	font-size: 39px;
	line-height: 50px;
	margin-bottom: 70px;
	font-weight: bold;
	text-align: center;
}
.services-terms-body{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 100px;
	padding: 0 180px;
}
.terms-item{
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: start;
}
.term-image-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 135px;
	background: #009148;
	border-radius: 13px;
	margin-bottom: 25px;
}
.term-item-title{
	font-weight: bold;
	font-size: 20px;
}
.term-item-desc{
	font-size: 16px;
	line-height: 25px;
}
.faq-title{
	font-size: 39px;
	line-height: 50px;
	margin-bottom: 70px;
	text-align: center;
}
.services-faq{
	padding: 80px 0;
}
#faq .sp-easy-accordion{
	padding: 0 130px;
}
#faq .sp-easy-accordion>.sp-ea-single{
	background: #ffffff;
	border: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #000000;
	border-radius: 0;
}
#faq .sp-easy-accordion > div:last-child {
	border: 0;
}
#faq .sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
	color: #222222;
	font-size: 15px;
}
#faq .sp-easy-accordion>.sp-ea-single>.ea-header a{
	font-weight: normal ;
	font-size: 20px;
	padding: 50px 0;
}
#faq .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
	padding: 0 60px 30px 80px;
}
.coverage-page{
	margin-bottom: 90px;
}
.coverage-map{
	 height: 970px;
	position: relative;
}
.coverage-contact{
	background: #31373F;
	display: flex;
	color: #ffffff;
	height: 228px;
	padding: 67px 210px 67px 150px;
	justify-content: space-between;
	align-items: center;
}
.coverage-contact-title{
	font-size: 39px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
.coverage-contact-desc{
	font-size: 20px;
}
.coverage-contact-button{
	background-color: #009148;
	border-radius: 50px;
	cursor: pointer;
	height: 48px;
	padding: 0 90px;
	border: 1px solid #009148;
	color: #ffffff;
	margin-right: auto;
	line-height: 48px;
}
.coverage-contact-button:hover{
	border: 1px solid #009148;
	background: #ffffff;
	color: #009148;
}
.directions-wrap{
	position: absolute;
	top: 40px;
	right: 110px;
	background: #ffffff;
	z-index: 10;
	width: 270px;
}

.directions-title{
	height: 130px;
	background: #31373F;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.directions-body{
	padding: 50px 10px 50px 70px;
}
.directions-body .countries{
	list-style: none;
	margin: 0;
}
.directions-body .countries > li span {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.directions-body .countries > li{
	margin-bottom: 20px;
	position: relative;
}
.directions-body .countries ul li {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
.directions-body .countries li > span {
	cursor: pointer;
	user-select: none;
}
.directions-body .countries li.is-open > span i {
	transform: rotate(90deg);
}
.directions-body .countries li.is-open > span{
	color: #009148;
}
.directions-body .countries li.is-open > ul {
	margin: 6px 0 12px;
}
.directions-body .countries > li i {
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	/*background: url("./img/directions-arrow.svg") no-repeat center;*/
	left: -28px;
	top:15px;
	mask-image: url("./img/directions-arrow.svg");
	background-color: #222221;
}
.directions-body .countries > li.is-open i {
	background-color: #009148;
}
.process-footer{
    background: #31373f;
    color: #ffffff;
    padding: 65px 0;
}
.process-footer-wrap{
    text-align: center;
}
.process-footer .process-title{
    font-size: 39px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 50px;
}
.process-desc{
    font-size: 16px;
    line-height: 25px;
}
.process-map{
    position: relative;
    margin-top: 100px;
}
.process-item{
    position: absolute;
    width: 170px;
    background: #ffffff;
    box-shadow: 19px 20px 8px -18px rgba(96, 96, 96, 0.27);
    padding: 0 10px 15px 10px;
}
.process-item.item-1{
    top:-80px;
    left: 50%;
}
.process-item.item-2{
    top:30%;
    right: 5%;
}
.process-item.item-3{
    top: 80%;
    right: 5%;
}
.process-item.item-4{
    top: 80%;
    left: 5%;
}
.process-item.item-5{
    top:30%;
    left: 5%;
}
.process-item .process-number{
    color: #000000;
    font-size: 96px;
    line-height: 90px;
}
.process-item:hover .process-number,
.process-item.is-open .process-number
{
     color: #009148;
 }
.process-item .process-title{
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
.process-item:hover .process-title,
.process-item.is-open .process-title
{
    color: #009148;
}
.process-item .process-title i{
    display: block;
    width: 9px;
    height: 9px;
    mask-image: url(./img/directions-arrow.svg);
    background-color: #222221;
}
.process-item:hover .process-title i,
.process-item.is-open .process-title i
{
    background-color: #009148;
}
.process-item .process-description{
    height: 0;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
}
.process-item.is-open .process-title i{
    rotate: 90deg;
}
.process-item.is-open .process-description{
    height: auto;
}
.contact-page-wrap{
    display: grid;
    grid-template-columns: 550px 1fr;
    padding: 70px 0;
    gap: 135px;
    margin-right: 110px;
}
.contact-page .left-block{
    padding: 70px 50px 20px 75px;
    box-shadow: 22px 23px 9px -16px rgba(0, 0, 0, 0.04);
    margin-top: -20px;
}
.contact-page .contact-info{
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.contact-page .contact-info i{
    width: 30px;
    height: 30px;
    background: url("./img/contact-info-icon.png") no-repeat center center;
}
.contact-page .contact-title{
    font-size: 39px;
    line-height: 50px;
    font-weight: bold;
    color: #009148;
    margin-bottom: 17px;
}
.contact-page .contact-description{
    font-size: 16px;
    line-height: 20px;
    padding-right: 50px;
    padding-bottom: 50px;
}
.contact-block-item{
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 50px;
    margin-bottom: 25px;
}
.phone-block .contact-block-icon{
    background: url(./img/contact-phone.png) no-repeat center center;
}
.email-block .contact-block-icon{
    background: url(./img/contact-email.png) no-repeat center center;
}
.address-block .contact-block-icon{
    background: url(./img/contact-address.png) no-repeat center center;
}
.time-block .contact-block-icon{
    background: url(./img/contact-time.png) no-repeat center center;
}
.contact-block-title{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #6f7174;
}
.contact-block-contact{
    font-size: 24px;
    line-height: 28px;
    color: #121213;
    font-weight: 400;
}
.contact-block-contact a{
    color: #121213;
}
.contact-block-contact a:hover{
    text-decoration: underline;
}
.contact-form{
    background: #e6eaf2;
    padding: 60px 100px 80px 100px;
}
.contact-form-title{
    font-size: 39px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 0;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 4px;
    color: rgba(96, 102, 108);
    box-shadow: 0 0 3px 0 #00000007;
}
.contact-form textarea {
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    color: rgba(96, 102, 108);
    border: 0;
    padding: 14px 20px;
    border-radius: 4px;
    height: 150px;
}
.contact-form .wpcf7-submit,
.contact-form.wpcf7-submit {
    background-color: #009148;
    border-radius: 50px;
    cursor: pointer;
    height: 48px;
    padding: 0 40px;
    border: 1px solid #009148;
    color: #ffffff;
    margin-right: auto;
}

/* Contacts page socials (simplified) */
.socials {
    display: flex;
    gap: 13px;
    margin-top: -50px;
    margin-left: auto;
    align-items: center;
    justify-content: end;
    z-index: 50;
    position: relative;
}
.socials__item {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #00000007;
    transition: transform .2s ease;
}
.socials__item:hover { transform: translateY(-2px); }
.socials__icon {
    width: 50px;
    height: 50px;
    display: block;
}
.about-page-content-wrap{
    display: grid;
    grid-template-columns:  1fr 790px;
    gap: 140px;
}
.about-page-content-wrap .content-small-title{
    margin-bottom: 80px;
}
.about-stats-wrap{
    background: url("./img/about-stats-bg.jpg") no-repeat center center;
    padding: 65px 0;
}
.about-stats-title,
.our-team-title
{
    text-align: center;
    font-size: 39px;
    line-height: 50px;
    font-weight: bold;
    color: #222221;
    margin-bottom: 25px;
}
.about-stats-title span{
    color: #009148;
}
.about-stats-desc{
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin: 0 28% 70px;
}
.our-team{
    padding: 50px 0;

}
#our-team .our-team-wrapper .flexslider .slides li{
    /*margin-right: 22px!important;*/
    margin-bottom: 0;

}
#our-team .caption{
    border: 0;
    padding: 30px 30px;
}
#our-team .caption-wrap{
    border: 0;
}
#our-team .caption-wrap .name{
    font-size: 27px;
    line-height: 42px;
    font-weight: bold;
    margin-bottom: 15px;
}
#our-team .caption-wrap .post{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
#our-team .flexslider .flex-control-nav li a{
    background: #ffffff;
    width: 10px;
    height: 10px;
    border: 1px solid #222221!important;
}
#our-team .our-team-wrapper .flexslider .flex-control-nav li a:not(.flex-active){
    background: #ffffff;
}
#our-team .our-team-wrapper .flexslider .flex-direction-nav li a {
    border-color: #aaaaaa;
    box-shadow: none!important;
}
#our-team .our-team-wrapper  .flexslider .flex-direction-nav a:hover  {
    background-color: #ffffff;
}
#our-team .our-team-wrapper  .flexslider .flex-direction-nav a:hover:after  {
    background-color: #222221!important;
}
#our-team .metaslider.ms-theme-clarity .flexslider .flex-direction-nav a:after{
    mask-size: 7px auto;
    background-color: #aaaaaa;
}
.about-documents{
    margin: 20px 0 50px;
}
.about-documents-wrap{
    display: grid;
    grid-template-columns: 24% 1fr;
    gap: 30px;
}
.about-documents-title{
    font-size: 39px;
    line-height: 50px;
    font-weight: bold;
    color: #222221;
    margin-bottom: 25px;
}
.about-documents-desc{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 35px;
}
.documents-images-wrap .wp-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.documents-page{
    margin: 100px 0;
}
.documents-page-images-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    margin: 0 50px;
}
.documents-page-images-wrap a{
    text-align: center;
}
.review{
    padding: 50px 0;
    background: url("./img/reviews-bg.jpg") no-repeat center center;
}
.review-wrapper{
    margin: 0 170px;
}
.review-title{
    font-size: 39px;
    line-height: 50px;
    font-weight: bold;
    color: #222221;
    margin-bottom: 30px;
    text-align: center;
}
.review .wpmslider-controls-direction .disabled{
    display: inline-block!important;

}
.review .strong-view.wpmtst-default .wpmtst-testimonial-inner{
    border: 2px solid #cbcbcb;
    border-radius: 8px;
    padding: 50px 25px 30px;
    text-align: center;
}
.review .strong-view.wpmtst-default .wpmtst-testimonial-inner > .testimonial-content{
    margin-bottom: 40px!important;
}
.review .strong-view.wpmtst-default .wpmtst-testimonial-inner > .testimonial-content p{
    line-height: 20px;
}
.review  .strong-view.wpmtst-default .wpmtst-testimonial-field{
    text-align: center;
}
.review  .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-name{
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #009148;
}
.review  .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-company{
    font-size: 14px;
    line-height: 21px;
    color: #009148;
}
.review .wpmslider-viewport{
    padding: 32px 0 0;
}
.review .strong-view.wpmtst-default .wpmtst-testimonial-inner:after{
    content: "";
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ffffff url("./img/reviews-queta.png") no-repeat center center;
    display: block;
    border: 1px solid #cbcbcb;
    position: absolute;
    top:-32px;
    left: 50%;
    margin-left: -32px;
}
.review .strong-view.nav-position-outside .wpmslider-controls{
    padding: 25px 0 0;
}
.review .strong-view.pager-style-buttons .wpmslider-pager-link:before{
    background: #000000;
    width: 12px;
    height: 12px;
}
.review .strong-view.pager-style-buttons .wpmslider-pager-link.active:before,
.review .strong-view.pager-style-buttons .wpmslider-pager-link:hover:before
{
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
}
.review  .wpmslider-pager > div{
    padding: 0 7px;
}
.review .strong-view.controls-style-buttons3 .wpmslider-controls-direction a{
    background: #31373f;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    border: 1px solid #000000;
}
.review .strong-view.controls-style-buttons3 .wpmslider-controls-direction a:hover{
    opacity: .6;
}
.review .strong-view.controls-style-buttons3 .wpmslider-controls-direction a:before{
    width: 50px;
    height: 50px;
    background: #ffffff;
    left: 0;
    top: 0;
    z-index: 2;

}
.review .strong-view.controls-style-buttons3 .wpmslider-controls-direction a.wpmslider-prev{
    left: -130px;
}
.review .strong-view.controls-style-buttons3 .wpmslider-controls-direction a.wpmslider-prev:before{
    mask: url("./img/review-left.png") no-repeat center center;
}
.review .strong-view.controls-style-buttons3 .wpmslider-controls-direction a.wpmslider-next{
    right: -130px;
}
.review .strong-view.controls-style-buttons3 .wpmslider-controls-direction a.wpmslider-next:before{
    mask: url("./img/review-right.png") no-repeat center center;
}

/* Blog listing styles */
.blog-page {
  padding: 80px 0 80px;
}

.blog-title {
  margin: 0 0 70px;
  font-size: 39px;
  line-height: 50px;
  font-weight: 700;
  color: #222221;
    text-align: center;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.blog-item {
  background: #ffffff;
  overflow: hidden;
  /*box-shadow: 0 2px 8px rgba(0,0,0,0.04);*/
  transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    margin: 0;
}
.blog-item > a{
    position: relative;
    display: block;
    z-index: 1;
}
.blog-item > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

/*.blog-item:hover {*/
/*  transform: translateY(-3px);*/
/*  box-shadow: 0 6px 16px rgba(0,0,0,0.08);*/
/*}*/

.blog-item-thumb,
.blog-item-thumb img {
  display: block;
  width: 100%;
}

.blog-item-thumb img {
  height: auto;
  object-fit: cover;
}

.blog-item-badge {
    position: absolute;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background-color: #009148;
  border-radius: 0 0 6px 6px;
    text-transform: uppercase;
    z-index: 2;
}

.blog-item-title {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
    z-index: 2;
    position: relative;
}

.blog-item-title a {
  color: #ffffff;
}

.blog-item-title a:hover {
  color: #009148;
}

.blog-item-excerpt {
  margin: 0 20px 16px;
  color: #60666c;
}

.blog-item-more {
  display: flex;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
    z-index: 2;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    gap: 10px;
    align-items: center;
    line-height: 20px;

}
.blog-item-more:hover {
    color: #ffffff;
    font-weight: 500;
    gap: 12px;
}
.blog-item-more i{
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #ffffff;

    position: relative;
}
.blog-item-more i:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background: #000000;
    mask: url("./img/review-right.png") no-repeat center center;
}
/* Pagination */
.pagination-wrap {
  margin-top: 40px;
}

.pagination-wrap ul {
  list-style: none;
  display: flex;
  gap: 13px;
  justify-content: center;
  padding: 0;
  margin: 0;
    font-family: "Montserrat", Helvetica, serif;
}

.pagination-wrap li a,
.pagination-wrap li span {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 50%;
  color: #222221;
  background: #ffffff;
}

.pagination-wrap li a:hover {
  border-color: #009148;
  color: #009148;
}

.pagination-wrap li span.current {
  background: #000000;
  color: #ffffff;
}
.pagination-wrap .next {
    display: none;
}
.blog-item-text-wrap{
    position: absolute;
    bottom: 0;
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
}

/* Single post hero */
.single-hero {
  position: relative;
  min-height: 420px;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 100%);
}
.single-hero__inner {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 1000px;
}
.single-hero__badges { display: flex; gap: 10px; margin-bottom: 16px; }
.single-badge {
  display: inline-block;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background-color: #009148;
  border-radius: 999px;
  text-transform: uppercase;
}
.single-hero__title {
  margin: 0 0 14px;
  font-size: 39px;
  line-height: 50px;
  font-weight: 700;
}
.single-hero__date { 
	color: #a1afbc;
	font-size: 20px;
	font-weight: 500;
}
.single-hero__dot { opacity: 0.6; }

/* Single post content */
.single-content { padding: 80px 0 80px; }
.single-article .entry-content {
  font-size: 18px;
  line-height: 1.7;
  color: #222221;
}
.single-article .entry-content h2 { font-size: 32px; margin: 1.2em 0 0.6em; }
.single-article .entry-content h3 { font-size: 26px; margin: 1.2em 0 0.6em; }
.single-article .entry-content img { border-radius: 8px; }
.single-article .entry-content blockquote {
  margin: 1.5em 0;
  padding: 16px 20px;
  background: #f7f8f9;
  border-left: 4px solid #009148;
}

/* Navigation tweaks under single */
.post-navigation { margin: 30px 0 60px; }
.post-navigation .nav-links { gap: 14px; }

/* Related posts on single */
.single-related { padding: 60px 0 80px; }
.single-related .blog-title { text-align: center; margin-bottom: 40px; }

.front-video-banner{
    overflow: hidden;
    position: relative;
}
.front-video-banner video{
    width: 100%;
}
.front-video-data{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}
.front-video-wrap{
    margin-left: auto;
}
.front-video-wrap .slider-description-wrap{
    font-weight: 400;
    font-size: 64px;
    text-align: right;
    line-height: 74px;
    color: #ffffff;
    margin-top: 100px ;
}
.mobile-menu-button{
    display: none;
}
.mobile-menu{
    display: none;
}
