/*!
Theme Name: hirschberg
Theme URI: https://mozinteractive.co.il/
Author: Ariel Horovtiz
Author URI: https://mozinteractive.co.il/
Description: hirschberg theme
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: hirschberg
Tags: hirschberg
*/
/* Box sizing
--------------------------------------------- */
/* Mixins
--------------------------------------------- */
/* Media Screen Size
--------------------------------------------- */
/* Colors
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
@import url("https://use.typekit.net/sxl6lex.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* 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;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Normalize
--------------------------------------------- */
/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
	list-style: none;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/* Base
--------------------------------------------- */
/* Typography
--------------------------------------------- */
:root {
	font-size: 18px;
	font-weight: 300;
	--fsNav: 0.88889rem;
	--fs12: 0.667rem;
	--fs14: 0.77778rem;
	--fs16: 0.88889rem;
	--fs18: 1rem;
	--fs20: 1.11111rem;
	--fs24: 1.333rem;
	--fs30: 1.667rem;
	--fs32: 1.778rem;
	--fs40: 2.22222rem;
	--fs60: 3.333rem;
	--fs80: 4.444rem;
	--fs120: 6.667rem;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-size: var(--fs16);
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

p {
	margin-bottom: 1.6rem;
	font-weight: 400;
	line-height: 38px;
}

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
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 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: #214ce3;
}

a:hover,
a:focus,
a:active {
	color: unset;
}

a:focus {
	outline: none;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
@media screen and (min-width: 62em) {
	.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: unset;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: unset;
}

.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-right: auto;
	margin-left: 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;
	right: 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* general
--------------------------------------------- */
body {
	font-size: var(--fs18);
	color: #042e33;
	line-height: 1.5;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

section {
	position: relative;
}

h2 {
	color: #042e33;
	font-size: 58px;
	font-weight: 700;
	line-height: 59px;
}

h3 {
	color: #042e33;
	font-size: 34px;
	font-weight: 700;
	line-height: 33px;
	/* 97.059% */
}

h4 {
	color: #042e33;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.tagline {
	color: #d64933;
	font-size: 22px;
	line-height: 20px;
	letter-spacing: 4.4px;
}

a.read-more-link {
	color: #d64933;
	font-size: var(--fs18);
	line-height: 26px;
	text-decoration-line: underline;
}

p.date {
	color: #042e33;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 3.2px;
	opacity: 0.5;
}

.default-p p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

p {
	font-size: var(--fs18);
	font-weight: 400;
	line-height: 26px;
}

p:last-child {
	margin: unset;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
	margin-top: 10px;
}

li.cat-item.current-cat {
	pointer-events: none;
}

.site-main.en-page {
	direction: ltr;
	text-align: left;
}

.site-main.en-page .slick-slider {
	direction: rtl;
}

.floating-btns {
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 9999;
	display: grid;
	gap: 20px;
	z-index: 1;
	width: 160px;
	height: 0;
}

.floating-btns.floating-btns.open {
	width: auto;
	height: auto;
}

.industry-leaders-wrapper {
	position: relative;
	z-index: 2;
}

main#primary {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

button.slick-arrow {
	width: 73px;
	height: 73px;
	display: block;
	z-index: 1;
}

body .slick-prev:before,
body .slick-next:before {
	background-image: url(assets/imgs/arrow-right.svg);
	width: 73px;
	height: 73px;
	display: block;
	content: "";
	opacity: 1;
}

.slick-prev:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

body .slick-next {
	right: -35px;
}

body .slick-prev {
	left: -35px;
}

.industry-text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 90px 120px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	align-items: end;
	gap: 100px;
}

.it-tt .tagline {
	margin-bottom: 25px;
}

.industry-slide {
	position: relative;
}

.industry-slide .slide-image img {
	height: 520px;
	object-fit: cover;
}

.industry-slide .slide-image:after {
	content: "";
	background: linear-gradient(180deg, rgba(214, 73, 51, 0) 62.9%, rgba(214, 73, 51, 0.7) 100%);
	position: absolute;
	inset: 0;
}

.industry-slide .industry-slide-caption {
	position: absolute;
	bottom: 50px;
	z-index: 1;
	text-align: center;
	width: 100%;
}

.industry-slide .industry-slide-caption a {
	font-size: 34px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

#contact-btn {
	position: absolute;
	bottom: -65px;
	right: 32px;
	background-color: unset;
	border: unset;
	padding: unset;
	cursor: pointer;
}

.pop-form {
	position: relative;
	background-color: #d64933;
	border-radius: 15px;
	padding: 40px 55px;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	margin-right: 50px;
	transition: 1s;
	right: -100%;
	z-index: 1;
}

.pop-form button.close {
	position: absolute;
	top: 25px;
	right: 25px;
	background-color: unset;
	border: unset;
	padding: unset;
	cursor: pointer;
}

.pop-form form.wpcf7-form .wpcf7-response-output {
	max-width: 377px;
	font-size: 18px;
	font-weight: normal;
	margin: unset;
	margin-top: 10px;
}

.pop-form form.wpcf7-form p {
	display: flex;
	flex-flow: column;
	gap: 20px;
	margin-bottom: unset;
}

.pop-form form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #fff;
	color: #d64933;
}

.pop-form form.wpcf7-form p span.wpcf7-spinner {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}

.pop-form form.wpcf7-form p span.wpcf7-not-valid-tip {
	position: absolute;
	color: #fff;
	bottom: -22px;
	font-size: 13px;
}

.pop-form form.wpcf7-form p input[type="text"],
.pop-form form.wpcf7-form p input[type="email"],
.pop-form form.wpcf7-form p input[type="url"],
.pop-form form.wpcf7-form p input[type="password"],
.pop-form form.wpcf7-form p input[type="search"],
.pop-form form.wpcf7-form p input[type="number"],
.pop-form form.wpcf7-form p input[type="tel"],
.pop-form form.wpcf7-form p input[type="range"],
.pop-form form.wpcf7-form p input[type="date"],
.pop-form form.wpcf7-form p input[type="month"],
.pop-form form.wpcf7-form p input[type="week"],
.pop-form form.wpcf7-form p input[type="time"],
.pop-form form.wpcf7-form p input[type="datetime"],
.pop-form form.wpcf7-form p input[type="datetime-local"],
.pop-form form.wpcf7-form p input[type="color"],
.pop-form form.wpcf7-form p textarea {
	border: 1px solid #fff;
	background-color: unset;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	border-radius: 6px;
	width: 100%;
}

.pop-form form.wpcf7-form p input[type="text"]::placeholder,
.pop-form form.wpcf7-form p input[type="email"]::placeholder,
.pop-form form.wpcf7-form p input[type="url"]::placeholder,
.pop-form form.wpcf7-form p input[type="password"]::placeholder,
.pop-form form.wpcf7-form p input[type="search"]::placeholder,
.pop-form form.wpcf7-form p input[type="number"]::placeholder,
.pop-form form.wpcf7-form p input[type="tel"]::placeholder,
.pop-form form.wpcf7-form p input[type="range"]::placeholder,
.pop-form form.wpcf7-form p input[type="date"]::placeholder,
.pop-form form.wpcf7-form p input[type="month"]::placeholder,
.pop-form form.wpcf7-form p input[type="week"]::placeholder,
.pop-form form.wpcf7-form p input[type="time"]::placeholder,
.pop-form form.wpcf7-form p input[type="datetime"]::placeholder,
.pop-form form.wpcf7-form p input[type="datetime-local"]::placeholder,
.pop-form form.wpcf7-form p input[type="color"]::placeholder,
.pop-form form.wpcf7-form p textarea::placeholder {
	color: #fff;
}

#breadcrumbs {
	color: #e9f9f7;
	font-size: 16px;
	line-height: 30px;
	opacity: 0.6;
}

#breadcrumbs a {
	color: #e9f9f7;
	text-decoration: none;
}

.opener-text {
	max-width: 953px;
	margin-inline: auto;
}

.opener-text p {
	color: #042e33;
	text-align: center;
	font-size: 24px;
	line-height: 37px;
}

section.partners {
	margin-bottom: 200px;
}

.partner-card {
	border-radius: 14px;
	background: #fff5f3;
	height: 250px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: end;
	gap: 20px;
	padding-block: 40px;
}

.partner-card a,
.partner-card img {
	margin-top: auto;
}

.partner-card a {
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

@media screen and (max-width: 1600px) {
	section {
		padding-inline: 20px;
	}
}

@media screen and (max-width: 62em) {
	.pop-form {
		width: calc(100% - 40px);
		margin: auto;
		font-size: 20px;
		padding-inline: 20px;
	}
	.pop-form img {
		width: 48px;
	}
	button#contact-btn {
		right: 10px;
	}
	button#contact-btn img {
		width: 100px;
	}
	.tagline {
		font-size: 16px;
		letter-spacing: 3.2px;
	}
	.home .img-text-section .img-text-wrapper .img-text-block p {
		font-size: 16px;
	}
	h2 {
		font-size: 32px;
	}
	.floating-btns {
		width: 120px;
	}
	h3 {
		font-size: 26px;
		line-height: 33px;
	}
	.page-template-default p {
		font-size: 16px;
		line-height: 26px;
	}
}

/* Grid
--------------------------------------------- */
/* Components
--------------------------------------------- */
.btn,
input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border-radius: 50px;
	border: unset;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	background-color: #d64933;
}

.btn:hover,
.btn:active,
.btn:focus,
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
input.wpcf7-form-control.wpcf7-submit.has-spinner:active,
input.wpcf7-form-control.wpcf7-submit.has-spinner:focus {
	opacity: 0.8;
	color: #fff;
}

@media screen and (max-width: 62em) {
	.btn,
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		font-size: 14px;
	}
}

/* Header
--------------------------------------------- */
body.search-open:after {
	content: "";
	opacity: 0.8;
	background: #042e33;
	position: fixed;
	inset: 0;
	z-index: 99;
}

header#masthead {
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 999;
}

header#masthead div#header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline: 50px;
	padding-block: 31px;
	position: relative;
	background-color: #fff;
	transition: 1s;
}

header#masthead div#header-wrap .main-navigation {
	display: block;
	width: 100%;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li a,
header#masthead div#header-wrap nav#site-navigation ul#primary-menu ul.sub-menu > li a {
	display: block;
	text-decoration: none;
	color: #042e33;
	font-size: 20px;
	padding-block: 10px;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li > a:hover {
	color: #d64933;
}

header#masthead div#header-wrap .main-navigation ul#primary-menu > li.menu-item.focus > a {
	color: #d64933;
}

header#masthead div#header-wrap nav#site-navigation {
	width: auto;
	display: flex;
	align-items: center;
}

header#masthead div#header-wrap nav#site-navigation ul#primary-menu {
	gap: 30px;
	align-items: center;
}

header#masthead div#header-wrap nav#site-navigation ul#primary-menu > li.current_page_item a,
header#masthead div#header-wrap nav#site-navigation ul#primary-menu > li.current-page-ancestor a,
header#masthead div#header-wrap nav#site-navigation ul#primary-menu > li.current-menu-ancestor a,
header#masthead div#header-wrap nav#site-navigation ul#primary-menu > li.current_page_ancestor a {
	color: #d64933;
}

header#masthead div#header-wrap .header-more {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 45px;
}

header#masthead div#header-wrap .header-more ul.h-socials {
	list-style-type: none;
	margin: unset;
	padding: unset;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-inline: 50px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper {
	z-index: 999;
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	background-color: #e9f9f7;
	gap: 100px;
	z-index: -1;
	top: 119px;
	height: 520px;
	width: calc(100% - 100px);
	margin: auto;
	border-radius: 14px;
	box-shadow: 0px 8px 24px 1px rgba(0, 0, 0, 0.08);
	padding: 30px;
	--content-value: "";
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper::before {
	content: var(--content-value);
	background-image: url(assets/imgs/mm-bg.png);
	width: 344px;
	height: 458px;
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	padding: 40px 20px;
	color: #fff;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper > ul.sub-menu {
	flex-flow: column;
	position: relative;
	gap: 10px;
	order: 2;
	padding-block: 50px;
	margin: unset;
	padding-inline: unset;
	list-style-type: none;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper > ul.sub-menu a {
	font-size: 19px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.19px;
	padding-block: unset !important;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper li > ul.sub-menu {
	display: none;
	position: absolute;
	left: calc(100% + 100px);
	top: 50px;
	flex-flow: column;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: unset;
	padding-bottom: 20px;
	padding-top: 0;
	white-space: nowrap;
	gap: 10px;
	height: calc(100% - 100px);
	margin: unset;
	padding: unset;
	list-style-type: none;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper li > ul.sub-menu.usm-show {
	display: flex;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper ul.sub-menu .menu-item.menu-item-has-children > a {
	display: inline !important;
	gap: 15px;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper ul.sub-menu .menu-item > a {
	height: 30px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper ul.sub-menu .menu-item > a:hover {
	color: #d64933 !important;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner {
	position: relative;
	width: 460px;
	height: 230px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	display: flex;
	align-items: end;
	color: #042e33;
	justify-content: space-between;
	padding: 20px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner > * {
	z-index: 1;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner .mmb-title {
	font-size: 24px;
	font-weight: 700;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner .mmb-tag {
	border-radius: 80px;
	background: #214ce3;
	box-shadow: 0px 0px 0px 0px rgba(211, 231, 255, 0.1), 0px 5px 12px 0px rgba(211, 231, 255, 0.1), 0px 21px 21px 0px rgba(211, 231, 255, 0.09), 0px 47px 28px 0px rgba(211, 231, 255, 0.05), 0px 84px 34px 0px rgba(211, 231, 255, 0.01), 0px 132px 37px 0px rgba(211, 231, 255, 0);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.32px;
	padding: 9px 17px;
}

header#masthead div#header-wrap li.mega.menu-item-has-children > .mega-menu-wrapper .mega-menu-banner:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100px;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 50%);
	border-radius: 15px;
}

header#masthead div#header-wrap .custom-logo-link {
	display: block;
}

header#masthead div#header-wrap ul#primary-menu > li.menu-item-has-children:not(.mega) > ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 25px;
	gap: 30px;
	top: 86px;
	max-width: 385px;
	padding-right: 65px;
}

header#masthead div#header-wrap ul#primary-menu > li.menu-item-has-children:not(.mega) > ul.sub-menu a {
	font-weight: 300;
	line-height: normal;
	transition: 0.5s;
	display: flex;
	gap: 25px;
	align-items: center;
	letter-spacing: -0.19px;
}

.h-search {
	border: unset;
	padding: unset;
	margin: unset;
	background-color: unset;
	background-image: url(assets/imgs/search.svg);
	width: 30px;
	height: 30px;
	background-size: contain;
	cursor: pointer;
}

.toggle-switch-wrapper {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 33px;
}

.toggle-switch-wrapper input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-switch-wrapper .toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	border-radius: 34px;
	border: 1px solid #ffffff;
}

.toggle-switch-wrapper .toggle-slider::before {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	left: 7px;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: 0.4s;
	border-radius: 50%;
	background: linear-gradient(180deg, #199eb0 0%, #2efba1 100%);
}

.toggle-switch-wrapper input:checked + .toggle-slider::before {
	transform: translateX(20px);
}

.toggle-switch-wrapper .toggle-slider.round {
	border-radius: 34px;
}

.toggle-switch-wrapper .toggle-slider.round::before {
	border-radius: 50%;
}

div#search-form {
	display: none;
	align-items: center;
	justify-content: center;
	background-color: #e9f9f7;
	padding-block: 31px;
	padding-inline: 50px;
	position: fixed;
	width: 100%;
	z-index: -1;
}

div#search-form form.search-form {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

div#search-form form.search-form label {
	width: 100%;
}

div#search-form form.search-form label input.search-field {
	width: 100%;
	border: unset;
	border-radius: unset;
	font-size: 25px;
	font-weight: 300;
	background-color: unset;
	color: #042e33;
	font-size: 22px;
	font-weight: 400;
	line-height: normal;
	outline: unset;
}

div#search-form form.search-form label input.search-field::-webkit-input-placeholder {
	color: #042e33;
	opacity: 0.5;
}

div#search-form form.search-form label input.search-field:-ms-input-placeholder {
	color: #042e33;
	opacity: 0.5;
}

div#search-form form.search-form label input.search-field::placeholder {
	color: #042e33;
	opacity: 0.5;
}

div#search-form button.close-search,
div#search-form button.search {
	border: unset;
	background-color: unset;
	cursor: pointer;
	padding: unset;
}

div#search-form button.search img {
	width: 46px;
	height: 46px;
}

li.on-mobile {
	display: none;
}

a.h-en {
	color: #214ce3;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.4px;
	text-decoration: none;
}

@media screen and (max-width: 62em) {
	body div#search-form {
		padding: 20px;
	}
	body div#search-form form.search-form {
		flex-flow: row;
		gap: 15px;
	}
	body div#search-form button.close-search {
		width: 17px;
	}
	body div#search-form form.search-form label input.search-field {
		font-size: 16px;
	}
	body div#search-form button.search img {
		width: 30px;
		height: 30px;
	}
	li.on-mobile {
		display: block;
	}
	header#masthead div#header-wrap {
		padding: 20px;
		justify-content: center;
		gap: 20px;
	}
	header#masthead div#header-wrap.light-mode button.mobile-menu-toggle {
		-webkit-filter: invert(100%);
		/* Safari/Chrome */
		filter: invert(100%);
	}
	header#masthead div#header-wrap.light-mode a.mobile-contact {
		color: #000;
	}
	header#masthead .site-branding {
		margin-inline: auto;
	}
	header#masthead button.mobile-menu-toggle {
		background-image: url(assets/imgs/mobile-nav.svg);
		width: 39px;
		height: 31px;
		background-size: contain;
		background-color: unset;
		border: unset;
		background-repeat: no-repeat;
		background-position: right;
		border-radius: unset;
	}
	header#masthead .header-more {
		display: none;
	}
	header#masthead img.custom-logo {
		width: 85px;
	}
	header#masthead div.marquee > div.marquee-text {
		font-size: var(--fs14);
		font-weight: 400;
	}
	header#masthead div#top-header {
		padding-block: 0;
	}
	header#masthead a.mobile-contact {
		color: #fff;
		font-family: Soleil;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		border-radius: 200px;
		border: 1px solid #21bccc;
		padding: 5px 12px;
		text-decoration: none;
	}
	header#masthead .site-lang {
		width: 70px;
	}
	#mobile-nav {
		display: none;
		position: fixed;
		background-color: #fff;
		overflow: hidden;
		white-space: nowrap;
		inset: 0;
		width: 100vw;
		height: 100vh;
		z-index: 999;
	}
	#mobile-nav ul#primary-menu {
		padding: unset;
		margin: unset;
		list-style-type: none;
		display: flex;
		flex-flow: column;
		padding-top: 50px;
		right: 0;
		padding-inline: 20px;
	}
	#mobile-nav ul#primary-menu > li a {
		color: #042e33;
		font-size: 16px;
		font-weight: 400;
		line-height: normal;
		text-decoration: none;
		border-bottom: 1px solid #d2d8dd;
		margin-bottom: 24px;
		padding-bottom: 24px;
		display: block;
	}
	#mobile-nav ul#primary-menu > li.menu-item-has-children {
		background-image: url(assets/imgs/small-left-arrow.svg);
		background-repeat: no-repeat;
		background-position: right 10px;
		background-size: 6px 12px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu {
		padding: unset;
		margin: unset;
		list-style-type: none;
		flex-flow: column;
		position: absolute;
		inset: 0;
		white-space: nowrap;
		z-index: 8;
		display: none;
		top: 80px;
		margin-inline: 20px;
		background-color: #e9f9f7;
		border-radius: 10px;
		gap: 25px;
		margin-bottom: 25px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li {
		padding-inline: 20px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper {
		position: relative;
		z-index: 1;
		padding-inline: 20px;
		padding-block: 20px;
		padding-top: 8px;
		border: unset;
		background-image: url(assets/imgs/menu-bg-m.png);
		overflow: hidden;
		height: 130px;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 10px;
		display: flex;
		align-items: center;
		gap: 30px;
		padding-bottom: 10px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper a {
		color: #d0d0d0;
		font-size: 18px;
		font-weight: 300;
		line-height: normal;
		padding: unset;
		border: unset;
		margin-bottom: unset;
	}
	#mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper .menu-item-title {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
	}
	div#mobile-nav .nav-tools {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 20px;
		padding-inline: 20px;
		margin-top: 20px;
	}
	div#mobile-nav .nav-tools button.close-menu {
		display: block;
		margin-right: auto;
		border: unset;
		background: unset;
		padding: unset;
	}
	div#mobile-nav .nav-tools button.close-menu img {
		position: relative;
		width: 20px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul {
		list-style: none;
		padding: 0;
		margin: 0;
		padding-top: 20px;
		display: flex;
		flex-flow: column;
		gap: 20px;
		flex-grow: 1;
		overflow-y: auto;
		padding: 25px 20px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul li a {
		font-size: 16px;
		font-weight: 300;
		line-height: 103.3%;
		/* 18.594px */
		letter-spacing: -0.18px;
		display: flex;
		align-items: center;
		gap: 30px;
		justify-content: start;
		white-space: normal;
		max-width: 300px;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul li a::before {
		display: none;
	}
	#mobile-nav ul#primary-menu ul.sub-menu > ul li a img.menu-icon {
		width: 45px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons {
		background: #191919;
		padding-block: 25px;
		display: grid;
		gap: 15px;
		position: relative;
		z-index: 4;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons a {
		display: flex;
		gap: 20px;
		font-size: 18px;
		font-weight: 300;
		line-height: 100.33%;
		/* 18.059px */
		letter-spacing: -0.18px;
		align-items: center;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons a::before {
		display: none;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu .mega-menu-icons a img.mega-menu-icon {
		width: 25px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li a {
		max-width: unset;
		justify-content: space-between;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li a::after {
		content: "";
		background-image: url(assets/imgs/right.svg);
		width: 7px;
		height: 11px;
		position: relative;
		display: inline-block;
		top: 0;
		transition: 0.5s;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.sub-menu-open a::after {
		transform: rotate(90deg);
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu {
		position: relative;
		top: unset;
		white-space: normal;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu li.menu-item-wrapper {
		display: none;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul {
		border-bottom: 1px solid #262626;
		margin-inline: 20px;
		padding-block: 20px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul li a {
		padding: unset;
		font-size: 14px;
		gap: 10px;
		justify-content: start;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul li a::before {
		content: "";
		background-image: url(assets/imgs/right.svg);
		width: 12px;
		height: 13px;
		position: relative;
		display: inline-block;
		top: -1px;
	}
	#mobile-nav ul#primary-menu li.mega ul.sub-menu > ul li.menu-item-has-children ul.sub-menu ul li a::after {
		display: none;
	}
	#mobile-nav .social-links {
		margin-top: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 40px;
		right: 0;
		left: 0;
		gap: 40px;
	}
	#mobile-nav .social-links img {
		-webkit-filter: grayscale(1) invert(1);
		filter: grayscale(1) invert(1);
	}
	#mobile-nav ul#primary-menu ul.sub-menu ul.sub-menu {
		top: 0px;
		margin: unset;
	}
}

.mn-overlay {
	display: none;
	position: fixed;
	z-index: 3;
	background: rgba(0, 0, 0, 0.4);
	inset: 0;
}

/* Layouts
--------------------------------------------- */
.search main.site-main.search-page {
	background-color: #e9f9f7;
	padding-bottom: 270px;
	padding-top: 80px;
}

.search main.site-main.search-page section.search-section div#search-form {
	display: block;
	position: relative;
	padding-block: 50px;
	padding-inline: unset;
	z-index: 1;
}

.search main.site-main.search-page .results {
	margin-bottom: 70px;
	color: #042e33;
	text-align: center;
	font-size: 34px;
	line-height: 90px;
}

.search main.site-main.search-page ul.search-results-list {
	list-style: none;
	padding-inline: 0;
	margin-block: 0;
}

.search main.site-main.search-page ul.search-results-list li {
	margin-bottom: 20px;
}

.search main.site-main.search-page ul.search-results-list li:first-child a {
	padding-top: 32px;
	border-top: 1px solid #d2d8dd;
}

.search main.site-main.search-page ul.search-results-list li:first-child a::after {
	bottom: 0;
}

.search main.site-main.search-page ul.search-results-list li a {
	color: #042e33;
	position: relative;
	display: block;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
	border-bottom: 1px solid #d2d8dd;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.search main.site-main.search-page ul.search-results-list li a .sr-title {
	font-size: 24px;
	line-height: 20px;
	letter-spacing: -0.24px;
	margin-bottom: 15px;
}

.search main.site-main.search-page ul.search-results-list li a .sr-title:only-child {
	margin-bottom: 0;
}

.search main.site-main.search-page ul.search-results-list li a::after {
	content: "";
	position: absolute;
	background-image: url("assets/imgs/arrow-right.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 62em) {
	.search main.site-main.search-page {
		padding-bottom: 100px;
	}
	div#search-form form.search-form input.search-submit {
		font-size: 16px;
	}
	.search main.site-main.search-page .results {
		text-align: center;
		font-size: 20px;
		max-width: 185px;
		line-height: 32px;
		margin-inline: auto;
	}
	.search main.site-main.search-page ul.search-results-list {
		margin: unset;
	}
	.search main.site-main.search-page ul.search-results-list li a .sr-title {
		font-size: 16px;
	}
}

body:not(.home).blog .hero-section {
	margin-bottom: 60px;
}

.blog-warper .industry-items {
	position: relative;
	z-index: 2;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 200px;
}

.blog-warper .industry-item {
	position: relative;
}

.blog-warper .industry-item .industry-image img {
	height: 520px;
	object-fit: cover;
}

.blog-warper .industry-item .industry-image:after {
	content: "";
	background: linear-gradient(180deg, rgba(214, 73, 51, 0) 62.9%, rgba(214, 73, 51, 0.7) 100%);
	position: absolute;
	inset: 0;
}

.blog-warper .industry-item .industry-caption {
	position: absolute;
	bottom: 50px;
	z-index: 1;
	text-align: center;
	width: 100%;
	font-size: 34px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 62em) {
	.blog-warper .opener-text p {
		font-size: 18px;
	}
	body:not(.home).blog .hero-section {
		margin-bottom: 40px;
	}
	.blog-warper .industry-item .industry-image img {
		height: 200px;
	}
	.blog-warper .industry-items {
		border-radius: unset;
	}
	.blog-warper .industry-item .industry-caption {
		font-size: 26px;
		font-weight: 700;
		line-height: 30px;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.blog-warper .industry-item .industry-image:after {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, rgba(214, 73, 51, 0) 27.75%, rgba(214, 73, 51, 0.7) 100%);
	}
	.blog-warper .industry-items {
		margin-bottom: 80px;
      	gap: 20px;
	}
}

body:not(.home).single-post .hero-section {
	margin-bottom: 60px;
}

body:not(.home).single-post .focus-image {
	position: relative;
	border-radius: 15px;
}

body:not(.home).single-post .focus-image:after {
	content: "";
	position: absolute;
	background: linear-gradient(254deg, rgba(221, 255, 247, 0) 16.76%, rgba(147, 225, 216, 0.7) 100%);
	inset: 0;
	border-radius: 15px;
}

body:not(.home).single-post .focus-image img {
	border-radius: 15px;
}
body:not(.home).single-post .focus-content:nth-child(even) .focus-image {
	order: 2;
}
body:not(.home).single-post .focus-content .description h6 a {
	border-radius: 50px;
	border: unset;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	background-color: #d64933;
}

body:not(.home).single-post .description p,
body:not(.home).single-post .solutions-description p {
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

body:not(.home).single-post ul.solutions-list {
	border-radius: 20px;
	background: var(--light-green, #e9f9f7);
	padding: 90px;
	margin: unset;
	display: flex;
	flex-flow: column;
	gap: 25px;
	list-style-type: none;
}

body:not(.home).single-post ul.solutions-list li {
	position: relative;
	padding-left: 40px;
}

body:not(.home).single-post ul.solutions-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #d64933;
}

body:not(.home).single-post section.full-img {
	position: relative;
	border-radius: 15px;
}

body:not(.home).single-post section.full-img:after {
	content: "";
	position: absolute;
	background: linear-gradient(254deg, rgba(221, 255, 247, 0) 16.76%, rgba(147, 225, 216, 0.7) 100%);
	inset: 0;
	border-radius: 15px;
}

body:not(.home).single-post section.full-img img {
	border-radius: 15px;
	object-fit: cover;
}

body:not(.home).single-post section.team-member-highlight {
	height: 420px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(assets/imgs/team-member-bg.png);
}

body:not(.home).single-post section.team-member-highlight .member-info {
    position: relative;
    /* left: 100px; */
    color: #fff;
    text-align: center;
}

body:not(.home).single-post section.team-member-highlight .member-info .member-name {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.68px;
}

body:not(.home).single-post section.team-member-highlight .member-info p.title {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.48px;
}

body:not(.home).single-post section.team-member-highlight .member-info div {
	font-size: 18px;
	font-weight: 400;
	line-height: 176.578%;
	letter-spacing: 0.36px;
}

body:not(.home).single-post section.team-member-highlight .member-info div a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 176.578%;
	letter-spacing: 0.36px;
	text-decoration-line: underline;
}

@media screen and (max-width: 62em) {
	section.opener.m-100 {
		margin-inline: unset;
		margin-top: unset;
		margin-bottom: 80px;
	}
	section.opener.m-100 .opener-text p {
		font-size: 18px;
		line-height: 28px;
	}
	body:not(.home).single-post .hero-section {
		margin-bottom: 40px;
	}
	.focus-image {
		order: -1;
	}
	body .industrial-focus {
		gap: 80px;
	}
	body:not(.home).single-post .description p,
	body:not(.home).single-post .solutions-description p {
		font-size: 16px;
		line-height: 28px;
	}
	h3.solutions-title.mb-30 {
		font-size: 18px;
	}
	body:not(.home).single-post ul.solutions-list {
		padding: 30px 20px;
	}
	body:not(.home).single-post ul.solutions-list li {
		font-size: 16px;
		line-height: 30px;
	}
	body:not(.home).single-post ul.solutions-list li::before {
		width: 8px;
		height: 8px;
	}
	body:not(.home).single-post section.full-img img {
		height: 320px;
	}
	body:not(.home).single-post section.full-img {
		padding: unset;
		margin-inline: 20px;
	}
	body:not(.home).single-post section.team-member-highlight {
		height: 458px;
		background-image: url(assets/imgs/team-member-bg-m.png);
		padding: unset;
		margin-inline: 20px;
		background-size: cover;
	}
	body:not(.home).single-post section.team-member-highlight .member-info {
		left: unset;
	}
	body:not(.home).single-post section.team-member-highlight .member-info .member-name {
		font-size: 26px;
		line-height: normal;
		letter-spacing: 0.52px;
	}
	body:not(.home).single-post section.team-member-highlight .member-info p.title {
		font-size: 18px;
		letter-spacing: 0.36px;
	}
}

body:not(.home).page-template-form-page #breadcrumbs,
body:not(.home).page-template-form-page #breadcrumbs a {
	color: #042e33;
}

body:not(.home).page-template-form-page .footer-contact-section {
	padding-top: 25px;
}

span.job-id {
	border-radius: 8px;
	background-color: #e9f9f7;
	padding: 10px 17px;
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

body:not(.home).page-template-careers {
	position: relative;
}

body:not(.home).page-template-careers .hero-section {
	background-image: url(assets/imgs/hero-bg-2.png);
	margin-bottom: 60px;
}

body:not(.home).page-template-careers section.careers-section {
	padding-bottom: 200px;
	position: relative;
}

body:not(.home).page-template-careers section.careers-section .job-listing {
	border-radius: 14px;
	border: 1px solid #042e33;
	padding: 80px 120px;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 155px minmax(100px, 823px);
	gap: 100px;
}

body:not(.home).page-template-careers section.careers-section .job-listing.open::after {
	transform: rotate(45deg);
}

body:not(.home).page-template-careers section.careers-section .job-listing:last-child {
	margin-bottom: 0;
}

body:not(.home).page-template-careers section.careers-section .job-listing .job-details .read-more {
	cursor: pointer;
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
	border: unset;
	background: unset;
	padding: unset;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #042e33;
	border-radius: unset;
	margin-top: 10px;
}

body:not(.home).page-template-careers section.careers-section .job-listing .job-details .read-more .rm-close {
	display: none;
}

body:not(.home).page-template-careers section.careers-section .job-listing .job-details .read-more.open svg {
	rotate: 180deg;
}

body:not(.home).page-template-careers section.careers-section .job-listing .job-details .requirements-wrapper {
	display: none;
	margin-bottom: 50px;
	max-width: 920px;
}

body:not(.home).page-template-careers section.careers-section .job-listing .job-details .requirements-wrapper ul li:last-child {
	margin-bottom: 0;
}

body:not(.home).page-template-careers .career-popup-form {
	display: none;
	z-index: 9999;
	position: fixed;
	inset: 0;
	max-width: 100%;
}

body:not(.home).page-template-careers .career-popup-form .popup-overlay {
	background-color: #042e33;
	opacity: 0.8;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

body:not(.home).page-template-careers .career-popup-form .popup-form {
	border-radius: 14px;
	inset: 0;
	max-width: 710px;
	position: absolute;
	margin-inline: auto;
	z-index: 2;
	margin-top: 100px;
}

body:not(.home).page-template-careers .career-popup-form .popup-form.form-sent h4,
body:not(.home).page-template-careers .career-popup-form .popup-form.form-sent p {
	display: none;
}

body:not(.home).page-template-careers .career-popup-form .popup-form button.close-popup {
	position: absolute;
	border: unset;
	background: unset;
	right: -25px;
	top: -25px;
	cursor: pointer;
	padding: unset;
}

body:not(.home).page-template-careers .career-popup-form .popup-form .popup-job-header {
	background-color: #d64933;
	border-radius: 14px 14px 0px 0px;
	padding: 40px 120px;
	display: grid;
	gap: 10px;
}

body:not(.home).page-template-careers .career-popup-form .popup-form .popup-job-content {
	background-color: #fff;
	border-radius: 0px 0px 14px 14px;
	padding: 40px 120px;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p {
	display: flex;
	flex-flow: column;
	gap: 30px;
	/* Hide the actual file input */
}

body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap {
	display: block;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="text"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="email"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="url"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="password"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="search"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="number"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="tel"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="range"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="date"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="month"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="week"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="time"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="datetime"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="datetime-local"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="color"],
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap textarea {
	display: block;
	width: 100%;
	color: #042e33;
	direction: ltr;
	padding: 5px 15px;
	text-align: left;
	border: 1px solid #d2d8dd;
	border-radius: 6px;
	color: var(--main-Green, #042e33);
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="text"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="email"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="url"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="password"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="search"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="number"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="tel"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="range"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="date"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="month"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="week"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="time"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="datetime"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="datetime-local"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="color"]::placeholder,
body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap textarea::placeholder {
	color: #042e33;
	opacity: 1;
	/* Firefox */
}

body:not(.home).page-template-careers .career-popup-form .popup-form p .wpcf7-form-control-wrap input[type="file"] {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
	z-index: -1;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap {
	display: block;
	height: 48px;
	border: 1px solid #d2d8dd;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	align-items: center;
	direction: ltr;
	padding-inline: 20px;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap:before {
	content: attr(data-before);
	color: #d64933;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap::after {
	content: "";
	background-image: url(assets/imgs/file.svg);
	width: 22px;
	height: 21px;
	background-repeat: no-repeat;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input {
	position: relative;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input span.max-up {
	position: absolute;
	top: 15px;
	left: 140px;
	color: #042e33;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-not-valid-tip {
	bottom: -25px;
	left: 0;
}

body:not(.home).page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit {
	border-radius: 50px;
	background-color: #d64933;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	padding: 9px 30px;
	text-decoration: none;
	cursor: pointer;
	align-self: start;
}

body:not(.home).page-template-careers .career-popup-form .popup-form form.wpcf7-form {
	position: relative;
}

body:not(.home).page-template-careers .career-popup-form .popup-form form.wpcf7-form span.wpcf7-not-valid-tip {
	position: absolute;
	margin-top: 4px;
}

body:not(.home).page-template-careers .career-popup-form .popup-form form.wpcf7-form span.wpcf7-spinner {
	position: absolute;
	bottom: 0;
	right: 0;
}

body:not(.home).page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent p {
	display: none;
}

body:not(.home).page-template-careers .career-popup-form .popup-form form.wpcf7-form.sent .wpcf7-response-output.success {
	border: unset;
	margin: unset;
	padding: unset;
	position: relative;
	inset: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	gap: 15px;
}

@media screen and (max-width: 62em) {
	body:not(.home).page-template-careers section.careers-section .job-listing {
		position: relative;
		grid-template-columns: 1fr;
		padding: 30px 20px;
		gap: 40px;
	}
	span.job-id {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 14px;
		line-height: 28px;
		padding: 4px 23px;
	}
	.job-image img {
		max-width: 85px;
	}
	.about-position {
		margin-bottom: 25px;
	}
	.about-position p {
		font-size: 16px;
		line-height: 24px;
	}
	.requirements-wrapper h4 {
		font-size: 18px;
	}
	.requirements ul {
		margin: unset;
		font-size: 14px;
		display: grid;
		gap: 10px;
	}
	body:not(.home).page-template-careers section.careers-section .job-listing .job-details .read-more {
		font-size: 14px;
		line-height: 132%;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form {
		margin-inline: 20px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form .popup-job-header {
		padding: 30px;
		gap: 25px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form button.close-popup {
		width: 40px;
		top: -19px;
		right: -13px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form .popup-job-content {
		padding: 20px 30px;
	}
	.popup-job-content h4 {
		font-size: 18px;
	}
	.popup-job-content p {
		font-size: 14px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="text"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="email"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="url"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="password"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="search"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="number"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="tel"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="range"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="date"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="month"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="week"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="time"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="datetime"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="datetime-local"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap input[type="color"],
	body:not(.home).page-template-careers .career-popup-form .popup-form p span.wpcf7-form-control-wrap textarea {
		font-size: 16px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input span.wpcf7-form-control-wrap:before {
		font-size: 16px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form p label.file-input span.max-up {
		font-size: 12px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form input.wpcf7-form-control.wpcf7-submit {
		font-size: 14px;
		padding: 4px 30px;
	}
	body:not(.home).page-template-careers .career-popup-form .popup-form p {
		margin-bottom: 20px;
		gap: 25px;
	}
}

.home .hero-section .hero-wrapper {
	position: relative;
}

.home .hero-section .hero-wrapper video#background-video {
	width: 100%;
	object-fit: cover;
	height: 600px;
	border-radius: 20px;
	display: block;
}

.home .hero-section .hero-wrapper .hero-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: center;
	padding-inline: 200px;
	z-index: 1;
	background: linear-gradient(0deg, rgba(4, 46, 51, 0.3) 0%, rgba(4, 46, 51, 0.3) 100%);
	border-radius: 20px;
}

.home .hero-section .hero-wrapper h1 {
	max-width: 710px;
	color: #fff;
	font-size: 58px;
	font-weight: 700;
	line-height: 69px;
}

.home .hero-section .hero-wrapper .hero-text {
	max-width: 710px;
}

.home .hero-section .hero-wrapper .hero-text p {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

.home .img-text-section .img-text-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 150px;
	align-items: center;
}

.home .img-text-section .img-text-wrapper .img-text-block h2 {
	width: 541px;
	color: #042e33;
	font-size: 58px;
	font-weight: 700;
	line-height: 60px;
}

.home .img-text-section .img-text-wrapper .img-text-block p {
	color: #042e33;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

.home .g-products-grid {
	gap: 50px 20px;
}

.home .product-item {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: start;
	text-align: center;
	gap: 15px;
	background-color: #fff;
	padding-block: 73px;
	padding-inline: 20px;
}

.home .product-item .product-icon {
	height: 85px;
	display: flex;
	margin-bottom: 20px;
	z-index: 2;
	position: relative;
	transition: 0.5s;
}

.home .product-item .p-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	min-height: 60px;
	display: flex;
	align-items: end;
	z-index: 2;
	position: relative;
}

.home .product-item p {
	font-size: 18px;
	line-height: 26px;
	margin: unset;
	padding-inline: 10px;
	z-index: 2;
	position: relative;
	transition: 0.5s;
}

.home .product-item a {
	position: absolute;
	bottom: -15px;
	border: unset;
	padding: unset;
	cursor: pointer;
	background-color: unset;
	z-index: 3;
}

.home .product-item .product-image {
	opacity: 0;
	position: absolute;
	inset: 0;
	z-index: 1;
	transition: 1s;
}

.home .product-item .product-image img {
	object-fit: cover;
	height: 100%;
}

.home .product-item:after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	inset: 0;
	z-index: 2;
	opacity: 0;
	transition: 0.5s;
}

.home .product-item:hover .product-icon,
.home .product-item:hover p {
	visibility: hidden;
	opacity: 0;
}

.home .product-item:hover .product-image {
	opacity: 1;
}

.home .product-item:hover .p-title {
	color: #fff;
	z-index: 3;
}

.home .product-item:hover:after {
	opacity: 1;
}

.home .brand-logo {
	display: flex;
	border-radius: 10.213px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(38, 88, 95, 0.1);
	align-items: center;
	justify-content: center;
	height: 200px;
}

.home .logo-row {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

.home .logo-row .logo:nth-child(2) img {
	margin: auto;
}

.home .logo-row .logo:last-child img {
	margin-left: auto;
}

.home h2.an-title {
	width: 467px;
}

.home .card-image {
	position: relative;
	border-radius: 10px;
}

.home .card-image:after {
	content: "";
	position: absolute;
	background: linear-gradient(254deg, rgba(221, 255, 247, 0) 16.76%, rgba(147, 225, 216, 0.7) 100%);
	inset: 0;
}

.home .card-image img {
	border-radius: 10px;
	height: 273px;
	object-fit: cover;
}

@media screen and (max-width: 1500px) {
	section.industry-leaders {
		padding-inline: 40px;
	}
}

@media screen and (max-width: 62em) {
	.home .hero-section .hero-wrapper video#background-video {
		height: 500px;
	}
	.hero-wrapper.container-fluid.mx-50 {
		margin-inline: 20px;
	}
	.home .hero-section .hero-wrapper .hero-content {
		padding-inline: 20px;
	}
	.home .hero-section .hero-wrapper h1 {
		font-size: 32px;
	}
	.home .hero-section .hero-wrapper .hero-text p {
		font-size: 16px;
	}
	.home .img-text-section .img-text-wrapper {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.home .img-text-section .img-text-wrapper .img-text-block h2 {
		width: auto;
		font-size: 32px;
	}
	.home .product-item {
		flex-flow: row;
		padding-block: 35px;
		gap: 30px;
		justify-content: space-between;
	}
	.home .product-item .product-icon {
		width: 75px;
		height: auto;
		justify-content: center;
		margin: unset;
	}
	.home .product-item p {
		display: none;
	}
	.home .product-item .p-title {
		font-size: 18px;
		text-align: start;
		align-items: center;
	}
	.home .product-item button {
		position: relative;
		bottom: unset;
		width: 28px;
	}
	.home .g-products-grid {
		gap: 15px;
	}
	.home .brand-logo {
		height: 110px;
	}
	.home .brand-logo img {
		max-height: 60px;
		max-width: 100px;
	}
	.home .logo-row {
		grid-template-columns: 1fr 1fr;
		gap: 0 100px;
		margin-bottom: unset;
	}
	.cl-title.tagline.text-center.mb-100 {
		margin-bottom: 50px;
	}
	section.industry-leaders {
		background-color: #042e33;
		padding: unset;
	}
	section.industry-leaders {
		padding: unset;
	}
	.industry-text {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-inline: 20px;
		padding-block: 50px;
	}
	.default-p p {
		font-size: 16px;
	}
	.industry-slide {
		margin-inline: 10px;
	}
	.industry-slider {
		padding-bottom: 140px;
	}
	.industry-slider .slick-prev,
	.industry-slider .slick-next {
		bottom: 0;
		top: unset;
	}
	body .slick-prev:before,
	body .slick-next:before {
		width: 48px;
		height: 48px;
		background-size: contain;
	}
	body .slick-next {
		right: 115px;
	}
	body .slick-prev {
		left: 115px;
	}
	.industry-slide .industry-slide-caption a {
		font-size: 26px;
	}
	.industry-slide .slide-image img {
		height: 390px;
	}
	section.latest-updates .tagline,
	section.latest-updates h2 {
		text-align: center;
	}
	section.latest-updates h2.an-title {
		width: unset;
	}
	section.latest-updates .updates-wrapper.container-lg.d-flex {
		flex-flow: column;
		gap: 50px;
	}
	.home .card-image img {
		height: 190px;
	}
	p.date {
		font-size: 12px;
	}
	h4.card-title.mb-15 {
		font-size: 18px;
	}
	.card-text p {
		font-size: 16px;
	}
	a.read-more-link {
		font-size: 14px;
	}
}

body:not(.home) .hero-section {
	margin-bottom: 120px;
	margin-inline: 50px;
	background-image: url(assets/imgs/hero-bg.png);
	background-size: cover;
	height: 300px;
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	border-radius: 20px;
}

body:not(.home) .hero-section h1 {
	color: #fff;
	font-size: 58px;
	font-weight: 700;
	line-height: 90px;
}

.page-template-about .industry-leaders {
	z-index: 2;
}

.page-template-about .opener-title p {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

.page-template-about section.expertise {
	border-radius: 20px;
	border: 2px solid #042e33;
	padding: 80px 140px;
}

.page-template-about section.expertise .expertise {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 120px;
	-moz-column-gap: 120px;
	column-gap: 120px;
	margin: unset;
	list-style-type: none;
	padding: 0;
}

.page-template-about section.expertise .expertise-item {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 40px;
}

.page-template-about section.expertise .expertise-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	background-color: #d64933;
}

.page-template-about section.team {
	margin-bottom: 160px;
	padding-bottom: 160px;
	border-bottom: 1px solid #042e33;
}

.page-template-about .team-member {
	border-radius: 10.213px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(38, 88, 95, 0.1);
	padding: 40px;
}

.page-template-about .team-member .member-name {
	color: #042e33;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.48px;
}

.page-template-about .team-member .member-position {
	color: #d64933;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.36px;
	margin-bottom: 40px;
}

.page-template-about .team-member .member-phone,
.page-template-about .team-member .member-email {
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 176.578%;
	letter-spacing: 0.36px;
}

.page-template-about .team-member .member-phone a,
.page-template-about .team-member .member-email a {
	color: #042e33;
}

@media screen and (max-width: 1520px) {
	body:not(.home) .hero-section {
		margin-inline: 20px;
	}
}

@media screen and (max-width: 62em) {
	body:not(.home) .hero-section {
		background-image: url(assets/imgs/hero-bg-m.png);
		background-size: cover;
		background-position: center;
		height: 220px;
		margin-inline: 20px;
		border-radius: 10px;
		margin-bottom: 40px;
	}
	body:not(.home) .hero-section h1 {
		font-size: 32px;
		line-height: 32px;
	}
	.page-template-about .opener-title p {
		font-size: 18px;
		line-height: 28px;
	}
	.opener-text p {
		font-size: 16px;
		line-height: 26px;
		text-align: start;
	}
	.page-template-about section.expertise {
		margin-inline: 20px;
		padding: 40px 20px;
	}
	.page-template-about section.expertise .expertise {
		-webkit-column-count: unset;
		-moz-column-count: unset;
		column-count: unset;
		-webkit-column-gap: unset;
		-moz-column-gap: unset;
		column-gap: unset;
	}
	.page-template-about section.expertise .expertise-item {
		font-size: 14px;
	}
	.page-template-about section.expertise .expertise-item::before {
		width: 8px;
		height: 8px;
	}
	.page-template-about .team-member .member-name {
		font-size: 18px;
	}
	.page-template-about .team-member .member-position,
	.page-template-about .team-member .member-phone,
	.page-template-about .team-member .member-email {
		font-size: 16px;
	}
	.page-template-about section.team {
		margin-bottom: 60px;
		padding-bottom: 60px;
		margin-inline: 20px;
		padding-inline: unset;
	}
	.partner-card a {
		font-size: 14px;
	}
	.partner-card img {
		max-width: 200px;
	}
	.partner-card {
		height: 170px;
		padding-block: 20px;
	}
	section.partners {
		margin-bottom: 50px;
	}
}

body.page-template-products .hero-section {
	background-image: url(assets/imgs/hero-bg-2.png);
	margin-bottom: 60px;
}

body.page-template-products .product {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 150px;
	align-items: center;
	border-top: 1px solid #d2d8dd;
	padding-top: 60px;
	margin-top: 60px;
}

body.page-template-products .product.product:last-child {
	padding-bottom: 60px;
	margin-bottom: 150px;
	border-bottom: 1px solid #d2d8dd;
}

body.page-template-products .product a.po-title {
	color: #042e33;
	font-size: 34px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.34px;
	text-decoration: none;
	margin-bottom: 40px;
	display: block;
}

body.page-template-products .product .post-excerpt {
	margin-bottom: 40px;
}

body.page-template-products .product .post-excerpt p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

body.page-template-products .product .post-btns {
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 62em) {
	body.page-template-products .hero-section {
		background-image: url(assets/imgs/hero-bg-2-m.png);
		margin-bottom: 40px;
	}
	body.page-template-products .product {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.post-thumbnail img {
		height: 320px;
		object-fit: cover;
	}
	body.page-template-products .product a.po-title {
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 25px;
	}
	body.page-template-products .product .post-excerpt {
		font-size: 16px;
		line-height: 28px;
	}
	body.page-template-products .product .post-btns {
		justify-content: space-between;
	}
	body.page-template-products .product .post-btns .btn,
	body.page-template-products .product .post-btns input.wpcf7-form-control.wpcf7-submit.has-spinner {
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		padding-inline: 25px;
	}
	body.page-template-products .product.product:last-child {
		margin-bottom: 75px;
	}
}

.page-template-product #breadcrumbs {
	color: #042e33;
}

.page-template-product #breadcrumbs a {
	color: #042e33;
}

.product-content {
	margin-bottom: 160px;
}

.product-content img {
	border-radius: 27px;
	background: #f5f6f7;
	width: 100%;
	object-fit: cover;
}

.product-content .product-text h1 {
	color: #042e33;
	font-size: 34px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.34px;
	margin-bottom: 40px;
}

.product-content .product-text div {
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 60px;
}

.product-content .product-text div p {
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.product-content .product-text div h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.24px;
	margin-bottom: 30px;
}

@media screen and (max-width: 62em) {
	.product-content img {
		height: 320px;
		object-fit: cover;
	}
	.product-content .product-text h1 {
		font-size: 26px;
		margin-bottom: 25px;
		line-height: 33px;
	}
	.product-content .product-text div p {
		font-size: 16px;
		line-height: 28px;
	}
	.product-content .product-text div h2 {
		font-size: 18px;
		line-height: 33px;
	}
	section.product-content {
		margin-bottom: 70px;
	}
}

body:not(.home).page-template-brands .hero-section,
body:not(.home).page-template-default .hero-section {
	margin-bottom: 60px;
	background-image: url(assets/imgs/hero-bg-3.png);
	border-radius: 10px;
	background-size: cover;
	background-position: left center;
}

body:not(.home).page-template-brands .hero-section h1,
body:not(.home).page-template-brands .hero-section #breadcrumbs,
body:not(.home).page-template-brands .hero-section #breadcrumbs a,
body:not(.home).page-template-default .hero-section h1,
body:not(.home).page-template-default .hero-section #breadcrumbs,
body:not(.home).page-template-default .hero-section #breadcrumbs a {
	color: #042e33;
}

.brand-card {
	border-radius: 10.213px;
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(38, 88, 95, 0.1);
	padding: 46px 0;
	align-items: center;
	justify-content: end;
}

.brand-card > * {
	margin-top: auto;
}

.brand-card a {
	color: #042e33;
	font-size: 18px;
	line-height: 30px;
}

.brand-grid :nth-last-child(1):nth-child(3n + 1) {
	grid-column: 2 / 3;
}

.brand-grid :nth-last-child(2):nth-child(3n + 2),
.brand-grid :nth-last-child(3):nth-child(3n + 3) {
	grid-column: auto;
}

.brand-card {
	height: 250px;
}

@media screen and (max-width: 62em) {
	body:not(.home).page-template-brands .hero-section,
	body:not(.home).page-template-default .hero-section {
		margin-bottom: 40px;
		background-image: url(assets/imgs/hero-bg-3-m.png);
	}
	body:not(.home).page-template-brands .opener-text p {
		font-size: 18px;
	}
	body:not(.home).page-template-brands .brand-grid {
		display: flex;
		flex-flow: column;
	}
	body:not(.home).page-template-brands .brand-card img {
		max-height: 50px;
		max-width: 150px;
		object-fit: contain;
	}
	body:not(.home).page-template-brands .brand-card {
		padding: 22px 0;
		height: 140px;
	}
	body:not(.home).page-template-brands .brand-card a {
		font-size: 14px;
		line-height: 1;
	}
}

body:not(.home).page-template-services .hero-section {
	margin-bottom: 60px;
	background-image: url(assets/imgs/hero-bg-3.png);
}

body:not(.home).page-template-services .hero-section h1,
body:not(.home).page-template-services .hero-section #breadcrumbs,
body:not(.home).page-template-services .hero-section #breadcrumbs a {
	color: #042e33;
}

body:not(.home).page-template-services .opener-title p {
	color: #042e33;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

body:not(.home).page-template-services .opener-text p {
	color: #042e33;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: start;
}

body:not(.home).page-template-services .services {
	border-top: 1px solid #042e33;
	border-bottom: 1px solid #042e33;
}

body:not(.home).page-template-services .services-wrapper {
	display: grid;
	gap: 150px;
}

body:not(.home).page-template-services .service-item:nth-child(even) .service-image {
	order: 2;
}

body:not(.home).page-template-services .service-content {
	display: flex;
	flex-flow: column;
	gap: 30px;
}

body:not(.home).page-template-services .service-content .service-number {
	color: #d64933;
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: -3.2px;
	margin-bottom: auto;
}

body:not(.home).page-template-services .service-image img {
	border-radius: 10px;
}

@media screen and (max-width: 62em) {
	body:not(.home).page-template-services .hero-section {
		margin-bottom: 40px;
		background-image: url(assets/imgs/hero-bg-3-m.png);
	}
	body:not(.home).page-template-services .service-item:nth-child(even) .service-image {
		order: 0;
	}
	body:not(.home).page-template-services .opener-title p {
		font-size: 18px;
		line-height: 28px;
	}
	body:not(.home).page-template-services .opener-text p {
		font-size: 16px;
		line-height: 26px;
	}
	section.opener.d-grid {
		margin-bottom: unset;
	}
	section.services.my-130.py-130 {
		margin-top: 50px;
		margin-inline: 20px;
		padding-inline: unset;
	}
	body:not(.home).page-template-services .services-wrapper {
		gap: 50px;
	}
	.service-image img {
		height: 320px;
		object-fit: cover;
	}
	body:not(.home).page-template-services .service-content .service-number {
		font-size: 48px;
		line-height: 50px;
		letter-spacing: -1.92px;
	}
	.service-description {
		font-size: 16px;
		line-height: 26px;
	}
	section.services.my-130.py-130 {
		margin-bottom: 60px;
		padding-bottom: 80px;
	}
}

/* Parts
--------------------------------------------- */
section.posts-section {
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}

section.posts-section h2 {
	margin-bottom: 0;
	text-align: right;
}

section.posts-section h3 {
	margin-bottom: 60px;
	text-align: right;
}

.posts-carousel {
	text-align: right;
	padding-bottom: 90px;
}

.posts-carousel .slick-slide {
	margin: 0 15px;
}

.posts-carousel .slick-list {
	margin: 0 -15px;
}

.posts-carousel .post-item {
	margin-bottom: 25px;
}

.posts-carousel .slick-prev,
.posts-carousel .slick-next {
	background-repeat: no-repeat;
	width: 22px;
	height: 44px;
	top: 35%;
}

.posts-carousel .slick-prev::before,
.posts-carousel .slick-next::before {
	display: none;
}

.posts-carousel .slick-prev:hover,
.posts-carousel .slick-prev:focus {
	background-image: url(assets/imgs/right-slider-arrow.svg);
}

.posts-carousel .slick-next:hover,
.posts-carousel .slick-next:focus {
	background-image: url(assets/imgs/left-slider-arrow.svg);
}

.posts-carousel .slick-prev {
	right: -50px !important;
	background-image: url(assets/imgs/right-slider-arrow.svg);
}

.posts-carousel .slick-next {
	left: -50px !important;
	background-image: url(assets/imgs/left-slider-arrow.svg);
}

.post-item {
	border-radius: 15px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.post-item a {
	text-decoration: none;
	color: #fff;
}

.post-item .post-thumbnail {
	position: relative;
}

.post-item .post-thumbnail img {
	width: 100%;
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.post-item .post-thumbnail .post-category {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	display: inline-flex;
	padding: 10px 15px;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background-color: #042e33;
	position: absolute;
	top: 30px;
	right: 20px;
}

.post-item .post-content {
	position: relative;
	padding: 25px;
	padding-bottom: 40px;
	background-color: #042e33;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.post-item .post-content .post-title {
	margin-bottom: 10px;
	line-height: 31.263px;
	font-size: var(--fs24);
	font-weight: 900;
	max-width: 24ch;
}

.post-item .post-content .post-excerpt {
	font-size: var(--fs16);
	font-weight: 400;
	line-height: 21px;
	margin-bottom: unset;
	max-width: 35ch;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-item .post-content::after {
	content: "";
	background-image: url(assets/imgs/arrow-blue.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 12px;
	height: 23px;
	left: 20px;
	bottom: 30px;
}

@media screen and (max-width: 1300px) {
	.posts-carousel {
		position: relative;
		max-width: 1100px;
		margin: auto;
		overflow: hidden;
	}
}

@media screen and (max-width: 62em) {
	.home section.posts-section {
		text-align: right;
	}
	section.posts-section {
		text-align: center;
		margin-bottom: 50px;
	}
	section.posts-section h2 {
		font-size: var(--fs24);
		font-weight: 700;
		line-height: 124.041%;
		text-align: right;
		margin-bottom: 10px;
	}
	section.posts-section h3 {
		font-size: var(--fs18);
		font-weight: 400;
		line-height: 29px;
		text-align: right;
		margin-bottom: 30px;
	}
}

/* Footer
--------------------------------------------- */
footer#footer {
	background-color: #042e33;
	padding-bottom: 40px;
}

footer#footer img.custom-logo {
	filter: brightness(0) invert(1);
}

footer#footer .footer-top {
	position: relative;
	z-index: 2;
	padding-bottom: 120px;
	display: flex;
	gap: 100px;
	align-items: start;
	border-bottom: 1px solid #ff9d83;
	margin-bottom: 40px;
}

footer#footer .footer-top .fl-title {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.6px;
	margin-bottom: 30px;
}

/*
footer#footer .footer-top > div {
	min-width: 280px;
}
*/

footer#footer .footer-top div#footer-logo {
	margin-right: auto;
}

footer#footer .footer-top .footer-contact {
	display: grid;
	gap: 40px;
	color: #d0d0d0;
	font-size: 21px;
	font-weight: 300;
	line-height: normal;
	padding-right: 80px;
}

footer#footer .footer-top .footer-contact a.btn.arrow-btn {
	justify-self: start;
}

footer#footer .footer-top ul#fl {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

footer#footer .footer-top ul#fl li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

footer#footer .footer-top .fd-txt {
	margin-bottom: 35px;
}

footer#footer .footer-top .fd-txt p {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	font-size: 16px;
}

footer#footer .footer-top .fd-txt p a {
	color: #fff;
	text-decoration: underline;
}

footer#footer .footer-top .social-links {
	display: flex;
	gap: 33px;
}

footer#footer .footer-bottom {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
}

footer#footer .footer-bottom a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

footer#footer .footer-bottom a.f-mozi {
	opacity: 0.6;
}

footer#footer .footer-bottom .copyrights {
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	opacity: 0.6;
}

footer#footer .footer-bottom ul.fb-links {
	display: flex;
	margin: unset;
	padding: unset;
	list-style-type: none;
	gap: 20px;
}

footer#footer .footer-bottom ul.fb-links li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 132%;
}

footer#footer .footer-contact {
	max-width: 100px;
}

footer#footer .footer-contact-image img {
	margin-left: auto;
}

footer#footer form.wpcf7-form > p {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px 20px;
}

footer#footer form.wpcf7-form > p input[type="text"],
footer#footer form.wpcf7-form > p input[type="email"],
footer#footer form.wpcf7-form > p input[type="url"],
footer#footer form.wpcf7-form > p input[type="password"],
footer#footer form.wpcf7-form > p input[type="search"],
footer#footer form.wpcf7-form > p input[type="number"],
footer#footer form.wpcf7-form > p input[type="tel"],
footer#footer form.wpcf7-form > p input[type="range"],
footer#footer form.wpcf7-form > p input[type="date"],
footer#footer form.wpcf7-form > p input[type="month"],
footer#footer form.wpcf7-form > p input[type="week"],
footer#footer form.wpcf7-form > p input[type="time"],
footer#footer form.wpcf7-form > p input[type="datetime"],
footer#footer form.wpcf7-form > p input[type="datetime-local"],
footer#footer form.wpcf7-form > p input[type="color"],
footer#footer form.wpcf7-form > p textarea,
footer#footer form.wpcf7-form > p select {
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 132%;
	background-color: unset;
	border: unset;
	border-bottom: 1px solid;
	border-radius: unset;
	padding-bottom: 15px;
	outline: unset;
	width: 100%;
}

footer#footer form.wpcf7-form > p input[type="text"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="email"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="url"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="password"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="search"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="number"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="tel"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="range"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="date"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="month"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="week"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="time"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="datetime"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="datetime-local"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p input[type="color"]::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p textarea::-webkit-input-placeholder,
footer#footer form.wpcf7-form > p select::-webkit-input-placeholder {
	color: #042e33;
}

footer#footer form.wpcf7-form > p input[type="text"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="email"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="url"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="password"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="search"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="number"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="tel"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="range"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="date"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="month"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="week"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="time"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="datetime"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="datetime-local"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p input[type="color"]:-ms-input-placeholder,
footer#footer form.wpcf7-form > p textarea:-ms-input-placeholder,
footer#footer form.wpcf7-form > p select:-ms-input-placeholder {
	color: #042e33;
}

footer#footer form.wpcf7-form > p input[type="text"]::placeholder,
footer#footer form.wpcf7-form > p input[type="email"]::placeholder,
footer#footer form.wpcf7-form > p input[type="url"]::placeholder,
footer#footer form.wpcf7-form > p input[type="password"]::placeholder,
footer#footer form.wpcf7-form > p input[type="search"]::placeholder,
footer#footer form.wpcf7-form > p input[type="number"]::placeholder,
footer#footer form.wpcf7-form > p input[type="tel"]::placeholder,
footer#footer form.wpcf7-form > p input[type="range"]::placeholder,
footer#footer form.wpcf7-form > p input[type="date"]::placeholder,
footer#footer form.wpcf7-form > p input[type="month"]::placeholder,
footer#footer form.wpcf7-form > p input[type="week"]::placeholder,
footer#footer form.wpcf7-form > p input[type="time"]::placeholder,
footer#footer form.wpcf7-form > p input[type="datetime"]::placeholder,
footer#footer form.wpcf7-form > p input[type="datetime-local"]::placeholder,
footer#footer form.wpcf7-form > p input[type="color"]::placeholder,
footer#footer form.wpcf7-form > p textarea::placeholder,
footer#footer form.wpcf7-form > p select::placeholder {
	color: #042e33;
}

footer#footer form.wpcf7-form > p span.wpcf7-form-control-wrap:nth-child(5),
footer#footer form.wpcf7-form > p label {
	grid-column: 1 / -1;
}

footer#footer form.wpcf7-form > p input[type="checkbox"] {
	appearance: none;
	margin: 0;
}

footer#footer form.wpcf7-form > p label {
	color: #042e33;
	font-size: 16px;
	font-weight: 400;
	line-height: 132%;
}

footer#footer form.wpcf7-form > p label a {
	color: #042e33;
}

footer#footer form.wpcf7-form > p label input[type="checkbox"] + span:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border: 1px solid #042e33;
	border-radius: 50%;
	vertical-align: middle;
	cursor: pointer;
}

footer#footer form.wpcf7-form > p label input[type="checkbox"]:checked + span:before {
	background: #042e33;
}

footer#footer form.wpcf7-form > p textarea {
	height: 95px;
	border-radius: 10px;
	border: 1px solid;
	padding: 15px;
}

footer#footer form.wpcf7-form > p input.wpcf7-form-control.wpcf7-submit {
	justify-self: start;
	padding-inline: 50px;
	font-size: 18px;
	line-height: 30px;
}

footer#footer form.wpcf7-form > p span.wpcf7-list-item.first.last {
	margin: unset;
}

footer#footer form.wpcf7-form > p span.wpcf7-form-control-wrap {
	position: unset;
}

footer#footer form.wpcf7-form > p span.wpcf7-not-valid-tip {
	position: absolute;
}

@media screen and (max-width: 1500px) {
	footer#footer .footer-contact-section {
		padding-inline: 25px;
	}
	footer#footer .footer-contact {
		max-width: 200px;
	}
	footer#footer .footer-details {
		padding-right: 100px;
	}
	footer#footer .footer-top > div {
		min-width: unset;
	}
	footer#footer .footer-top .footer-contact {
		padding: unset;
	}
}

@media screen and (max-width: 62em) {
	footer#footer {
		margin-top: unset;
		padding-top: unset;
		background-position: 15px;
	}
	footer#footer .footer-top {
		display: grid;
		gap: 50px;
	}
	footer#footer .footer-top .footer-contact {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		font-size: 16px;
	}
	footer#footer .footer-top .footer-contact a.btn.arrow-btn {
		font-size: 16px;
		font-weight: 400;
		padding: 10px 14px;
	}
	footer#footer .footer-top .fd-txt p {
		font-size: 16px;
		width: 100%;
	}
	footer#footer .footer-bottom {
		margin-inline: -15px;
		border-top: 1px solid #19575e;
		padding-top: 20px;
		padding-inline: 15px;
	}
	footer#footer .footer-contact {
		max-width: unset;
	}
	footer#footer .footer-details {
		padding-right: unset;
	}
	body .footer-contact-wrapper {
		gap: 50px;
	}
	body .footer-contact-wrapper span.wpcf7-form-control-wrap {
		grid-column: 1 / -1;
	}
	footer#footer form.wpcf7-form > p input[type="text"],
	footer#footer form.wpcf7-form > p input[type="email"],
	footer#footer form.wpcf7-form > p input[type="url"],
	footer#footer form.wpcf7-form > p input[type="password"],
	footer#footer form.wpcf7-form > p input[type="search"],
	footer#footer form.wpcf7-form > p input[type="number"],
	footer#footer form.wpcf7-form > p input[type="tel"],
	footer#footer form.wpcf7-form > p input[type="range"],
	footer#footer form.wpcf7-form > p input[type="date"],
	footer#footer form.wpcf7-form > p input[type="month"],
	footer#footer form.wpcf7-form > p input[type="week"],
	footer#footer form.wpcf7-form > p input[type="time"],
	footer#footer form.wpcf7-form > p input[type="datetime"],
	footer#footer form.wpcf7-form > p input[type="datetime-local"],
	footer#footer form.wpcf7-form > p input[type="color"],
	footer#footer form.wpcf7-form > p textarea,
	footer#footer form.wpcf7-form > p select {
		font-size: 16px;
	}
	footer#footer form.wpcf7-form > p input.wpcf7-form-control.wpcf7-submit {
		font-size: 14px;
		width: 100%;
		grid-column: 1 / -1;
	}
	footer#footer form.wpcf7-form > p {
		position: relative;
	}
	footer#footer form.wpcf7-form > p span.wpcf7-spinner {
		position: absolute;
		bottom: -31px;
		left: 0;
		right: 0;
		margin: auto;
	}
	div#footer-wrap {
		padding-top: 50px;
		padding-inline: 20px;
	}
	footer#footer .footer-top .fl-title {
		font-size: 16px;
	}
	footer#footer .footer-top ul#fl li a {
		font-size: 14px;
	}
	footer#footer .footer-top {
		padding-bottom: 65px;
	}
	footer#footer .footer-top .fd-txt {
		margin-bottom: 65px;
	}
	footer#footer .footer-bottom {
		border: unset;
		flex-flow: column;
		gap: 50px;
	}
	footer#footer .footer-bottom .copyrights {
		order: 5;
	}
	footer#footer .footer-bottom a.f-mozi {
		text-decoration: none;
	}
	footer#footer .footer-bottom ul.fb-links {
		flex-flow: column;
	}
}

/* Utility
--------------------------------------------- */
.container {
	margin-inline: auto;
	max-width: 100%;
}

.container-xxl {
	margin-inline: auto;
	max-width: 106.66667rem;
	padding-inline: 0.83333rem;
}

.container-xl {
	margin-inline: auto;
	max-width: 80rem;
	padding-inline: 0;
}

.container-lg {
	margin-inline: auto;
	max-width: 77.77778rem;
	padding-inline: 0;
}

.container-md {
	margin-inline: auto;
	max-width: 76.11111rem;
	padding-inline: 0;
}

.container-sm {
	margin-inline: auto;
	max-width: 53.05556rem;
	padding-inline: 0;
}

@media screen and (max-width: 62em) {
	.container {
		padding-inline: 0;
	}
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		margin-inline: auto;
		max-width: 100%;
		padding-inline: 0;
	}
}

.wysiwyg > p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.grid-container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
}

.gcol-1 {
	grid-column: span 1;
}

.gcol-2 {
	grid-column: span 2;
}

.gcol-3 {
	grid-column: span 3;
}

.gcol-4 {
	grid-column: span 4;
}

.gcol-5 {
	grid-column: span 5;
}

.gcol-6 {
	grid-column: span 6;
}

.gcol-7 {
	grid-column: span 7;
}

.gcol-8 {
	grid-column: span 8;
}

.gcol-9 {
	grid-column: span 9;
}

.gcol-10 {
	grid-column: span 10;
}

.gcol-11 {
	grid-column: span 11;
}

.gcol-12 {
	grid-column: span 12;
}

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

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

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

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

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

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

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

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

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

.grid-cols-10 {
	grid-template-columns: repeat(10, 1fr);
}

.grid-cols-11 {
	grid-template-columns: repeat(11, 1fr);
}

.grid-cols-12 {
	grid-template-columns: repeat(12, 1fr);
}

@media screen and (max-width: 86.11111rem) {
	.gcol-t-1 {
		grid-column: span 1;
	}
	.gcol-t-2 {
		grid-column: span 2;
	}
	.gcol-t-3 {
		grid-column: span 3;
	}
	.gcol-t-4 {
		grid-column: span 4;
	}
	.gcol-t-5 {
		grid-column: span 5;
	}
	.gcol-t-6 {
		grid-column: span 6;
	}
	.gcol-t-7 {
		grid-column: span 7;
	}
	.gcol-t-8 {
		grid-column: span 8;
	}
	.gcol-t-9 {
		grid-column: span 9;
	}
	.gcol-t-10 {
		grid-column: span 10;
	}
	.gcol-t-11 {
		grid-column: span 11;
	}
	.gcol-t-12 {
		grid-column: span 12;
	}
	.grid-cols-t-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-cols-t-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-cols-t-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-cols-t-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-cols-t-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid-cols-t-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid-cols-t-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid-cols-t-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid-cols-t-9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid-cols-t-10 {
		grid-template-columns: repeat(10, 1fr);
	}
	.grid-cols-t-11 {
		grid-template-columns: repeat(11, 1fr);
	}
	.grid-cols-t-12 {
		grid-template-columns: repeat(12, 1fr);
	}
}

@media screen and (max-width: 62em) {
	.gcol-1 {
		grid-column: span 12;
	}
	.gcol-2 {
		grid-column: span 12;
	}
	.gcol-3 {
		grid-column: span 12;
	}
	.gcol-4 {
		grid-column: span 12;
	}
	.gcol-5 {
		grid-column: span 12;
	}
	.gcol-6 {
		grid-column: span 12;
	}
	.gcol-7 {
		grid-column: span 12;
	}
	.gcol-8 {
		grid-column: span 12;
	}
	.gcol-9 {
		grid-column: span 12;
	}
	.gcol-10 {
		grid-column: span 12;
	}
	.gcol-11 {
		grid-column: span 12;
	}
	.gcol-12 {
		grid-column: span 12;
	}
	.grid-cols-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-cols-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-cols-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid-cols-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid-cols-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid-cols-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid-cols-9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid-cols-10 {
		grid-template-columns: repeat(10, 1fr);
	}
	.grid-cols-11 {
		grid-template-columns: repeat(11, 1fr);
	}
	.grid-cols-12 {
		grid-template-columns: repeat(12, 1fr);
	}
	.gcol-m-1 {
		grid-column: span 1;
	}
	.gcol-m-2 {
		grid-column: span 2;
	}
	.gcol-m-3 {
		grid-column: span 3;
	}
	.gcol-m-4 {
		grid-column: span 4;
	}
	.gcol-m-5 {
		grid-column: span 5;
	}
	.gcol-m-6 {
		grid-column: span 6;
	}
	.gcol-m-7 {
		grid-column: span 7;
	}
	.gcol-m-8 {
		grid-column: span 8;
	}
	.gcol-m-9 {
		grid-column: span 9;
	}
	.gcol-m-10 {
		grid-column: span 10;
	}
	.gcol-m-11 {
		grid-column: span 11;
	}
	.gcol-m-12 {
		grid-column: span 12;
	}
	.grid-cols-m-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.grid-cols-m-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-cols-m-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-cols-m-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid-cols-m-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.grid-cols-m-6 {
		grid-template-columns: repeat(6, 1fr);
	}
	.grid-cols-m-7 {
		grid-template-columns: repeat(7, 1fr);
	}
	.grid-cols-m-8 {
		grid-template-columns: repeat(8, 1fr);
	}
	.grid-cols-m-9 {
		grid-template-columns: repeat(9, 1fr);
	}
	.grid-cols-m-10 {
		grid-template-columns: repeat(10, 1fr);
	}
	.grid-cols-m-11 {
		grid-template-columns: repeat(11, 1fr);
	}
	.grid-cols-m-12 {
		grid-template-columns: repeat(12, 1fr);
	}
}

.gcol-auto {
	grid-column: auto;
}

.gap-5 {
	gap: 5px;
}

.gap-10 {
	gap: 10px;
}

.gap-15 {
	gap: 15px;
}

.gap-20 {
	gap: 20px;
}

.gap-25 {
	gap: 25px;
}

.gap-30 {
	gap: 30px;
}

.gap-35 {
	gap: 35px;
}

.gap-40 {
	gap: 40px;
}

.gap-45 {
	gap: 45px;
}

.gap-50 {
	gap: 50px;
}

.gap-70 {
	gap: 3.88889rem;
}

.gap-100 {
	gap: 5.55556rem;
}

.gap-130 {
	gap: 7.22222rem;
}

.gap-225 {
	gap: 12.5rem;
}

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

.justify-between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.justify-evenly {
	justify-content: space-evenly;
}

.justify-around {
	justify-content: space-around;
}

.align-items-center {
	align-items: center;
}

.align-items-start {
	align-items: flex-start;
}

.align-items-end {
	align-items: flex-end;
}

.align-items-stretch {
	align-items: stretch;
}

.align-items-baseline {
	align-items: baseline;
}

.align-content-center {
	align-content: center;
}

.align-content-start {
	align-content: flex-start;
}

.align-content-end {
	align-content: flex-end;
}

.align-content-stretch {
	align-content: stretch;
}

.align-content-space-between {
	align-content: space-between;
}

.align-content-space-around {
	align-content: space-around;
}

.align-self-center {
	align-self: center;
}

.align-self-start {
	align-self: flex-start;
}

.align-self-end {
	align-self: flex-end;
}

.align-self-stretch {
	align-self: stretch;
}

.align-self-baseline {
	align-self: baseline;
}

.flex-grow {
	flex-grow: 1;
}

.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mr-0 {
	margin-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.p-0 {
	padding: 0;
}

.pt-0 {
	padding-top: 0;
}

.pr-0 {
	padding-right: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pl-0 {
	padding-left: 0;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.m-5 {
	margin: 0.27778rem;
}

.mt-5 {
	margin-top: 0.27778rem;
}

.mr-5 {
	margin-right: 0.27778rem;
}

.mb-5 {
	margin-bottom: 0.27778rem;
}

.ml-5 {
	margin-left: 0.27778rem;
}

.mx-5 {
	margin-left: 0.27778rem;
	margin-right: 0.27778rem;
}

.my-5 {
	margin-top: 0.27778rem;
	margin-bottom: 0.27778rem;
}

.p-5 {
	padding: 0.27778rem;
}

.pt-5 {
	padding-top: 0.27778rem;
}

.pr-5 {
	padding-right: 0.27778rem;
}

.pb-5 {
	padding-bottom: 0.27778rem;
}

.pl-5 {
	padding-left: 0.27778rem;
}

.px-5 {
	padding-left: 0.27778rem;
	padding-right: 0.27778rem;
}

.py-5 {
	padding-top: 0.27778rem;
	padding-bottom: 0.27778rem;
}

.m-10 {
	margin: 0.55556rem;
}

.mt-10 {
	margin-top: 0.55556rem;
}

.mr-10 {
	margin-right: 0.55556rem;
}

.mb-10 {
	margin-bottom: 0.55556rem;
}

.ml-10 {
	margin-left: 0.55556rem;
}

.mx-10 {
	margin-left: 0.55556rem;
	margin-right: 0.55556rem;
}

.my-10 {
	margin-top: 0.55556rem;
	margin-bottom: 0.55556rem;
}

.p-10 {
	padding: 0.55556rem;
}

.pt-10 {
	padding-top: 0.55556rem;
}

.pr-10 {
	padding-right: 0.55556rem;
}

.pb-10 {
	padding-bottom: 0.55556rem;
}

.pl-10 {
	padding-left: 0.55556rem;
}

.px-10 {
	padding-left: 0.55556rem;
	padding-right: 0.55556rem;
}

.py-10 {
	padding-top: 0.55556rem;
	padding-bottom: 0.55556rem;
}

.m-15 {
	margin: 0.83333rem;
}

.mt-15 {
	margin-top: 0.83333rem;
}

.mr-15 {
	margin-right: 0.83333rem;
}

.mb-15 {
	margin-bottom: 0.83333rem;
}

.ml-15 {
	margin-left: 0.83333rem;
}

.mx-15 {
	margin-left: 0.83333rem;
	margin-right: 0.83333rem;
}

.my-15 {
	margin-top: 0.83333rem;
	margin-bottom: 0.83333rem;
}

.p-15 {
	padding: 0.83333rem;
}

.pt-15 {
	padding-top: 0.83333rem;
}

.pr-15 {
	padding-right: 0.83333rem;
}

.pb-15 {
	padding-bottom: 0.83333rem;
}

.pl-15 {
	padding-left: 0.83333rem;
}

.px-15 {
	padding-left: 0.83333rem;
	padding-right: 0.83333rem;
}

.py-15 {
	padding-top: 0.83333rem;
	padding-bottom: 0.83333rem;
}

.m-20 {
	margin: 1.11111rem;
}

.mt-20 {
	margin-top: 1.11111rem;
}

.mr-20 {
	margin-right: 1.11111rem;
}

.mb-20 {
	margin-bottom: 1.11111rem;
}

.ml-20 {
	margin-left: 1.11111rem;
}

.mx-20 {
	margin-left: 1.11111rem;
	margin-right: 1.11111rem;
}

.my-20 {
	margin-top: 1.11111rem;
	margin-bottom: 1.11111rem;
}

.p-20 {
	padding: 1.11111rem;
}

.pt-20 {
	padding-top: 1.11111rem;
}

.pr-20 {
	padding-right: 1.11111rem;
}

.pb-20 {
	padding-bottom: 1.11111rem;
}

.pl-20 {
	padding-left: 1.11111rem;
}

.px-20 {
	padding-left: 1.11111rem;
	padding-right: 1.11111rem;
}

.py-20 {
	padding-top: 1.11111rem;
	padding-bottom: 1.11111rem;
}

.m-30 {
	margin: 1.66667rem;
}

.mt-30 {
	margin-top: 1.66667rem;
}

.mr-30 {
	margin-right: 1.66667rem;
}

.mb-30 {
	margin-bottom: 1.66667rem;
}

.ml-30 {
	margin-left: 1.66667rem;
}

.mx-30 {
	margin-left: 1.66667rem;
	margin-right: 1.66667rem;
}

.my-30 {
	margin-top: 1.66667rem;
	margin-bottom: 1.66667rem;
}

.p-30 {
	padding: 1.66667rem;
}

.pt-30 {
	padding-top: 1.66667rem;
}

.pr-30 {
	padding-right: 1.66667rem;
}

.pb-30 {
	padding-bottom: 1.66667rem;
}

.pl-30 {
	padding-left: 1.66667rem;
}

.px-30 {
	padding-left: 1.66667rem;
	padding-right: 1.66667rem;
}

.py-30 {
	padding-top: 1.66667rem;
	padding-bottom: 1.66667rem;
}

.m-35 {
	margin: 1.94444rem;
}

.mt-35 {
	margin-top: 1.94444rem;
}

.mr-35 {
	margin-right: 1.94444rem;
}

.mb-35 {
	margin-bottom: 1.94444rem;
}

.ml-35 {
	margin-left: 1.94444rem;
}

.mx-35 {
	margin-left: 1.94444rem;
	margin-right: 1.94444rem;
}

.my-35 {
	margin-top: 1.94444rem;
	margin-bottom: 1.94444rem;
}

.p-35 {
	padding: 1.94444rem;
}

.pt-35 {
	padding-top: 1.94444rem;
}

.pr-35 {
	padding-right: 1.94444rem;
}

.pb-35 {
	padding-bottom: 1.94444rem;
}

.pl-35 {
	padding-left: 1.94444rem;
}

.px-35 {
	padding-left: 1.94444rem;
	padding-right: 1.94444rem;
}

.py-35 {
	padding-top: 1.94444rem;
	padding-bottom: 1.94444rem;
}

.m-40 {
	margin: 2.22222rem;
}

.mt-40 {
	margin-top: 2.22222rem;
}

.mr-40 {
	margin-right: 2.22222rem;
}

.mb-40 {
	margin-bottom: 2.22222rem;
}

.ml-40 {
	margin-left: 2.22222rem;
}

.mx-40 {
	margin-left: 2.22222rem;
	margin-right: 2.22222rem;
}

.my-40 {
	margin-top: 2.22222rem;
	margin-bottom: 2.22222rem;
}

.p-40 {
	padding: 2.22222rem;
}

.pt-40 {
	padding-top: 2.22222rem;
}

.pr-40 {
	padding-right: 2.22222rem;
}

.pb-40 {
	padding-bottom: 2.22222rem;
}

.pl-40 {
	padding-left: 2.22222rem;
}

.px-40 {
	padding-left: 2.22222rem;
	padding-right: 2.22222rem;
}

.py-40 {
	padding-top: 2.22222rem;
	padding-bottom: 2.22222rem;
}

.m-50 {
	margin: 2.77778rem;
}

.mt-50 {
	margin-top: 2.77778rem;
}

.mr-50 {
	margin-right: 2.77778rem;
}

.mb-50 {
	margin-bottom: 2.77778rem;
}

.ml-50 {
	margin-left: 2.77778rem;
}

.mx-50 {
	margin-left: 2.77778rem;
	margin-right: 2.77778rem;
}

.my-50 {
	margin-top: 2.77778rem;
	margin-bottom: 2.77778rem;
}

.p-50 {
	padding: 2.77778rem;
}

.pt-50 {
	padding-top: 2.77778rem;
}

.pr-50 {
	padding-right: 2.77778rem;
}

.pb-50 {
	padding-bottom: 2.77778rem;
}

.pl-50 {
	padding-left: 2.77778rem;
}

.px-50 {
	padding-left: 2.77778rem;
	padding-right: 2.77778rem;
}

.py-50 {
	padding-top: 2.77778rem;
	padding-bottom: 2.77778rem;
}

.m-60 {
	margin: 3.33333rem;
}

.mt-60 {
	margin-top: 3.33333rem;
}

.mr-60 {
	margin-right: 3.33333rem;
}

.mb-60 {
	margin-bottom: 3.33333rem;
}

.ml-60 {
	margin-left: 3.33333rem;
}

.mx-60 {
	margin-left: 3.33333rem;
	margin-right: 3.33333rem;
}

.my-60 {
	margin-top: 3.33333rem;
	margin-bottom: 3.33333rem;
}

.p-60 {
	padding: 3.33333rem;
}

.pt-60 {
	padding-top: 3.33333rem;
}

.pr-60 {
	padding-right: 3.33333rem;
}

.pb-60 {
	padding-bottom: 3.33333rem;
}

.pl-60 {
	padding-left: 3.33333rem;
}

.px-60 {
	padding-left: 3.33333rem;
	padding-right: 3.33333rem;
}

.py-60 {
	padding-top: 3.33333rem;
	padding-bottom: 3.33333rem;
}

.m-80 {
	margin: 4.44444rem;
}

.mt-80 {
	margin-top: 4.44444rem;
}

.mr-80 {
	margin-right: 4.44444rem;
}

.mb-80 {
	margin-bottom: 4.44444rem;
}

.ml-80 {
	margin-left: 4.44444rem;
}

.mx-80 {
	margin-left: 4.44444rem;
	margin-right: 4.44444rem;
}

.my-80 {
	margin-top: 4.44444rem;
	margin-bottom: 4.44444rem;
}

.p-80 {
	padding: 4.44444rem;
}

.pt-80 {
	padding-top: 4.44444rem;
}

.pr-80 {
	padding-right: 4.44444rem;
}

.pb-80 {
	padding-bottom: 4.44444rem;
}

.pl-80 {
	padding-left: 4.44444rem;
}

.px-80 {
	padding-left: 4.44444rem;
	padding-right: 4.44444rem;
}

.py-80 {
	padding-top: 4.44444rem;
	padding-bottom: 4.44444rem;
}

.m-100 {
	margin: 5.55556rem;
}

.mt-100 {
	margin-top: 5.55556rem;
}

.mr-100 {
	margin-right: 5.55556rem;
}

.mb-100 {
	margin-bottom: 5.55556rem;
}

.ml-100 {
	margin-left: 5.55556rem;
}

.mx-100 {
	margin-left: 5.55556rem;
	margin-right: 5.55556rem;
}

.my-100 {
	margin-top: 5.55556rem;
	margin-bottom: 5.55556rem;
}

.p-100 {
	padding: 5.55556rem;
}

.pt-100 {
	padding-top: 5.55556rem;
}

.pr-100 {
	padding-right: 5.55556rem;
}

.pb-100 {
	padding-bottom: 5.55556rem;
}

.pl-100 {
	padding-left: 5.55556rem;
}

.px-100 {
	padding-left: 5.55556rem;
	padding-right: 5.55556rem;
}

.py-100 {
	padding-top: 5.55556rem;
	padding-bottom: 5.55556rem;
}

.m-130 {
	margin: 7.22222rem;
}

.mt-130 {
	margin-top: 7.22222rem;
}

.mr-130 {
	margin-right: 7.22222rem;
}

.mb-130 {
	margin-bottom: 7.22222rem;
}

.ml-130 {
	margin-left: 7.22222rem;
}

.mx-130 {
	margin-left: 7.22222rem;
	margin-right: 7.22222rem;
}

.my-130 {
	margin-top: 7.22222rem;
	margin-bottom: 7.22222rem;
}

.p-130 {
	padding: 7.22222rem;
}

.pt-130 {
	padding-top: 7.22222rem;
}

.pr-130 {
	padding-right: 7.22222rem;
}

.pb-130 {
	padding-bottom: 7.22222rem;
}

.pl-130 {
	padding-left: 7.22222rem;
}

.px-130 {
	padding-left: 7.22222rem;
	padding-right: 7.22222rem;
}

.py-130 {
	padding-top: 7.22222rem;
	padding-bottom: 7.22222rem;
}

.m-150 {
	margin: 8.33333rem;
}

.mt-150 {
	margin-top: 8.33333rem;
}

.mr-150 {
	margin-right: 8.33333rem;
}

.mb-150 {
	margin-bottom: 8.33333rem;
}

.ml-150 {
	margin-left: 8.33333rem;
}

.mx-150 {
	margin-left: 8.33333rem;
	margin-right: 8.33333rem;
}

.my-150 {
	margin-top: 8.33333rem;
	margin-bottom: 8.33333rem;
}

.p-150 {
	padding: 8.33333rem;
}

.pt-150 {
	padding-top: 8.33333rem;
}

.pr-150 {
	padding-right: 8.33333rem;
}

.pb-150 {
	padding-bottom: 8.33333rem;
}

.pl-150 {
	padding-left: 8.33333rem;
}

.px-150 {
	padding-left: 8.33333rem;
	padding-right: 8.33333rem;
}

.py-150 {
	padding-top: 8.33333rem;
	padding-bottom: 8.33333rem;
}

.inline-margin {
	margin-inline: auto;
}

.inline-margin img {
	margin-inline: auto;
}

.even-cols {
	display: grid;
	gap: 1rem;
}

@media screen and (min-width: 62em) {
	.even-cols {
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
	}
}

.flex {
	display: flex;
}

.flex-inline {
	display: inline-flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
}

.flex-wrap-reverse {
	display: flex;
	flex-wrap: wrap-reverse;
}

.flex-justify-center {
	display: flex;
	justify-content: center;
}

.flex-justify-between {
	display: flex;
	justify-content: space-between;
}

.flex-flow-column {
	display: flex;
	flex-flow: column;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.ul-rest,
.ol-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}

.title-57 {
	font-size: 3.16667rem;
	font-weight: 300;
	line-height: normal;
}

.title-48 {
	font-size: 2.66667rem;
	font-weight: 400;
	line-height: 1.1;
}

.title-40 {
	font-size: 2.22222rem;
	font-weight: 300;
	line-height: 1.5;
}

.title-36 {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.1;
}

.title-34 {
	font-size: 1.88889rem;
	font-weight: 400;
	line-height: 1.1;
}

.title-32 {
	font-size: 1.77778rem;
	font-weight: 300;
	line-height: 1.5;
}

.black-bg {
	background-color: #000;
}

.white-bg {
	background-color: #fff;
}

.white-text {
	color: #fff;
}

.black-text {
	color: #000;
}

.green-bg {
	background-color: #042e33;
}

.lightgreen-bg {
	background-color: #e9f9f7;
}

.green-text {
	color: #042e33;
}

.fs-30 {
	font-size: 1.66667rem;
	font-weight: 300;
	line-height: 1.1;
}

.fs-28 {
	font-size: 1.55556rem;
	font-weight: 300;
	line-height: 1.1;
}

.fs-27 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.fs-24 {
	font-size: 1.33333rem;
	font-weight: 300;
	line-height: 1.5;
}

.fs-21 {
	font-size: 1.16667rem;
	font-weight: 300;
	line-height: normal;
}

.fs-20 {
	font-size: 1.11111rem;
	font-weight: 400;
	line-height: 1.5;
}

.fs-19 {
	font-size: 1.05556rem;
	font-weight: 400;
	line-height: normal;
}

.fs-18 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
}

.fs-17 {
	font-size: 0.94444rem;
	font-weight: 400;
	line-height: 1.3;
}

.fs-16 {
	font-size: 0.88889rem;
	font-weight: 500;
	line-height: 0.9;
}

.fs-14 {
	font-size: 0.77778rem;
	font-weight: 500;
	line-height: 0.9;
}

.text-columns {
	column-count: 2;
	column-gap: 2.5rem;
}

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

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

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

.text-justify {
	text-align: justify;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

.d-block {
	display: block;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.d-flex {
	display: flex;
}

.d-inline-flex {
	display: inline-flex;
}

.d-grid {
	display: grid;
}

.d-inline-grid {
	display: inline-grid;
}

.d-none {
	display: none;
}

.br-15 {
	border-radius: 15px;
}

@media screen and (min-width: 62em) {
	.for-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 62em) {
	.gap-m-5 {
		gap: 5px;
	}
	.gap-m-10 {
		gap: 10px;
	}
	.gap-m-15 {
		gap: 15px;
	}
	.gap-m-20 {
		gap: 20px;
	}
	.gap-m-25 {
		gap: 25px;
	}
	.gap-m-30 {
		gap: 30px;
	}
	.gap-m-35 {
		gap: 35px;
	}
	.gap-m-40 {
		gap: 40px;
	}
	.gap-m-45 {
		gap: 45px;
	}
	.gap-m-50 {
		gap: 50px;
	}
	.for-desktop {
		display: none !important;
	}
	.grid-container {
		display: grid;
		grid-auto-flow: row;
		grid-auto-columns: 1fr;
	}
	.fs-30 {
		font-size: 1.33333rem;
	}
	.title-48,
	.title-32,
	.title-36,
	.title-40,
	.title-34 {
		font-size: 1.66667rem;
	}
	.fs-20 {
		font-size: 1rem;
	}
	.fs-28 {
		font-size: 1.22222rem;
	}
	.text-columns {
		column-count: unset;
		column-gap: unset;
	}
	.mb-150 {
		margin-bottom: 80px;
	}
	.mb-130 {
		margin-bottom: 70px;
	}
	.mb-100 {
		margin-bottom: 60px;
	}
	.py-100 {
		padding-block: 60px;
	}
	.mb-80 {
		margin-bottom: 50px;
	}
	.mb-60 {
		margin-bottom: 40px;
	}
	.pt-80 {
		padding-top: 60px;
	}
  
  .home .img-text-image {
      display: none;
  }

  #mobile-nav ul#primary-menu ul.sub-menu li.menu-item-wrapper .menu-item-title {
    max-width: 18ch;
    white-space: normal;
    line-height: 1.2;
}
}

ul#lang-menu {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}
ul#lang-menu::before {
	content: "";
	background-image: url(assets/imgs/language.svg);
	width: 18px;
	height: 18px;
}
ul#lang-menu::after {
	content: "";
	background-image: url(assets/imgs/small-down-arrow.svg);
	width: 8px;
	height: 5px;
}
ul#lang-menu,
ul#lang-menu ul.sub-menu {
	padding: unset;
	margin: unset;
	list-style-type: none;
}
ul#lang-menu ul.sub-menu {
	position: absolute;
	display: none;
}
ul#lang-menu:hover ul.sub-menu {
	display: block;
	padding-top: 10px;
}
ul#lang-menu a {
	color: #042e33;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.brand-card.only-child {
    justify-content: center;
}

.brand-card.only-child img {
    margin: unset;
}

ul.fb-links a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
	footer#footer .footer-top .fl.fl-2 ul#fl {
		-moz-column-count: 2;
		-moz-column-gap: 50px;
		-webkit-column-count: 2;
		-webkit-column-gap: 50px;
		column-count: 2;
		column-gap: 50px;
		display: block;
	}
  	footer#footer .footer-top .fl.fl-2 ul#fl li {
		margin-bottom: 10px;
		line-height: 1;
	}
	footer#footer .footer-top ul#fl li {
		line-height: 1;
	}
	footer#footer .footer-top .fd-txt p {
		line-height: 32px;
	}
}
/*# sourceMappingURL=style.css.map */