/*!
Theme Name: h360consulting
Theme URI: h360consulting.com
Author: ITH Solutions
Author URI: h360consulting.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: h360consulting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 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;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 10px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

:root {
  --main-font: "DM Sans", sans-serif;
  --main-color: #02154F;
  --gray-color: #3B3B3B;
  --gray-color-secondary: #606060;
  --gray-color-tertiary: #4F4F4F;
  --white-color: #FFFFFF;
  --container:1728px;
  --padding-inline: 77px;
}

header {
  padding-block: 37px;
}
@media (max-width: 990px) {
  header {
    padding-block: 20px;
  }
}
header .header-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 990px) {
  header .header-col nav #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 {
    display: flex;
    gap: 55px;
  }
}
header .header-col nav #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 li a {
  color: var(--main-color);
}
@media (max-width: 990px) {
  header .header-col nav #mega-menu-wrap-menu-1 ul#mega-menu-menu-1 li a {
    font-size: 18px !important;
  }
}
@media (max-width: 990px) {
  header .header-col .mega-menu-horizontal.nav-menu {
    margin-top: 20px !important;
  }
}

body {
  font-family: var(--main-font);
}

/*
@media(min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

@media(min-width: 1800px) {
    .container {
        max-width: 1700px;
    }
}
*/
.custom-container {
  padding-inline: 20px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 990px) {
  .custom-container {
    max-width: calc(var(--container) + 2 * var(--padding-inline));
    padding-inline: var(--padding-inline);
  }
}

a {
  text-decoration: none;
}

.button {
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.8px;
  border: 3px solid var(--main-color);
  color: var(--main-color);
  padding: 3px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 990px) {
  .button {
    font-size: 18px;
    line-height: 36px;
  }
}
.button:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.button:hover.arrow::after {
  background-color: var(--white-color);
}
.button.arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.button.arrow::after {
  content: "";
  width: 27px;
  height: 16px;
  background-color: var(--main-color);
  transition: background-color 0.3s ease;
  /* SVG convertido para base64 */
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2LjcwNzEgOC43MDcxMUMyNy4wOTc2IDguMzE2NTggMjcuMDk3NiA3LjY4MzQyIDI2LjcwNzEgNy4yOTI5TDIwLjM0MzEgMC45Mjg5MzRDMTkuOTUyNiAwLjUzODQxIDE5LjMxOTUgMC41Mzg0MDkgMTguOTI4OSAwLjkyODkzNEMxOC41Mzg0IDEuMzE5NDYgMTguNTM4NCAxLjk1MjYyIDE4LjkyODkgMi4zNDMxNUwyNC41ODU4IDhMMTguOTI4OSAxMy42NTY5QzE4LjUzODQgMTQuMDQ3NCAxOC41Mzg0IDE0LjY4MDUgMTguOTI4OSAxNS4wNzExQzE5LjMxOTUgMTUuNDYxNiAxOS45NTI2IDE1LjQ2MTYgMjAuMzQzMSAxNS4wNzExTDI2LjcwNzEgOC43MDcxMVpNLTguNzQyMjhlLTA4IDlMMjYgOUwyNiA3TDguNzQyMjhlLTA4IDdMLTguNzQyMjhlLTA4IDlaIiBmaWxsPSIjMDIxNTRGIi8+Cjwvc3ZnPgo=");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* Suporte para navegadores webkit */
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2LjcwNzEgOC43MDcxMUMyNy4wOTc2IDguMzE2NTggMjcuMDk3NiA3LjY4MzQyIDI2LjcwNzEgNy4yOTI5TDIwLjM0MzEgMC45Mjg5MzRDMTkuOTUyNiAwLjUzODQxIDE5LjMxOTUgMC41Mzg0MDkgMTguOTI4OSAwLjkyODkzNEMxOC41Mzg0IDEuMzE5NDYgMTguNTM4NCAxLjk1MjYyIDE4LjkyODkgMi4zNDMxNUwyNC41ODU4IDhMMTguOTI4OSAxMy42NTY5QzE4LjUzODQgMTQuMDQ3NCAxOC41Mzg0IDE0LjY4MDUgMTguOTI4OSAxNS4wNzExQzE5LjMxOTUgMTUuNDYxNiAxOS45NTI2IDE1LjQ2MTYgMjAuMzQzMSAxNS4wNzExTDI2LjcwNzEgOC43MDcxMVpNLTguNzQyMjhlLTA4IDlMMjYgOUwyNiA3TDguNzQyMjhlLTA4IDdMLTguNzQyMjhlLTA4IDlaIiBmaWxsPSIjMDIxNTRGIi8+Cjwvc3ZnPgo=");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.button.no-borders {
  border: none;
  background-color: transparent;
  color: var(--white-color);
}
.button.no-borders::after {
  content: "";
  width: 37px;
  height: 16px;
  background-color: var(--white-color);
  transition: background-color 0.3s ease;
  /* SVG convertido para base64 */
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjcwNzEgOC43MDcxMUMzNy4wOTc2IDguMzE2NTkgMzcuMDk3NiA3LjY4MzQyIDM2LjcwNzEgNy4yOTI5TDMwLjM0MzEgMC45Mjg5MzVDMjkuOTUyNiAwLjUzODQxIDI5LjMxOTUgMC41Mzg0MSAyOC45Mjg5IDAuOTI4OTM1QzI4LjUzODQgMS4zMTk0NiAyOC41Mzg0IDEuOTUyNjIgMjguOTI4OSAyLjM0MzE1TDM0LjU4NTggOEwyOC45Mjg5IDEzLjY1NjlDMjguNTM4NCAxNC4wNDc0IDI4LjUzODQgMTQuNjgwNSAyOC45Mjg5IDE1LjA3MTFDMjkuMzE5NSAxNS40NjE2IDI5Ljk1MjYgMTUuNDYxNiAzMC4zNDMxIDE1LjA3MTFMMzYuNzA3MSA4LjcwNzExWk0tOC43NDIyOGUtMDggOUwzNiA5TDM2IDdMOC43NDIyOGUtMDggN0wtOC43NDIyOGUtMDggOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  /* Suporte para navegadores webkit */
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAzNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2LjcwNzEgOC43MDcxMUMzNy4wOTc2IDguMzE2NTkgMzcuMDk3NiA3LjY4MzQyIDM2LjcwNzEgNy4yOTI5TDMwLjM0MzEgMC45Mjg5MzVDMjkuOTUyNiAwLjUzODQxIDI5LjMxOTUgMC41Mzg0MSAyOC45Mjg5IDAuOTI4OTM1QzI4LjUzODQgMS4zMTk0NiAyOC41Mzg0IDEuOTUyNjIgMjguOTI4OSAyLjM0MzE1TDM0LjU4NTggOEwyOC45Mjg5IDEzLjY1NjlDMjguNTM4NCAxNC4wNDc0IDI4LjUzODQgMTQuNjgwNSAyOC45Mjg5IDE1LjA3MTFDMjkuMzE5NSAxNS40NjE2IDI5Ljk1MjYgMTUuNDYxNiAzMC4zNDMxIDE1LjA3MTFMMzYuNzA3MSA4LjcwNzExWk0tOC43NDIyOGUtMDggOUwzNiA5TDM2IDdMOC43NDIyOGUtMDggN0wtOC43NDIyOGUtMDggOVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.margin-bottom-block {
  margin-bottom: 90px;
}
@media (max-width: 990px) {
  .margin-bottom-block {
    margin-bottom: 40px;
  }
}

.homepage-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
@media (min-width: 990px) {
  .homepage-banner {
    height: 100vh;
  }
}
.homepage-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.68%, var(--main-color) 94.83%);
  z-index: 1;
}
.homepage-banner__content {
  padding-inline: 20px;
  margin: 0 auto;
  text-align: center;
  color: var(--white-color);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (min-width: 990px) {
  .homepage-banner__content {
    max-width: 1040px;
    gap: 22px;
  }
}
.homepage-banner__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}
@media (max-width: 768px) {
  .homepage-banner__title {
    font-size: 25px;
    line-height: 40px;
  }
}
.homepage-banner__description {
  max-width: 550px;
  margin: 0 auto;
}
.homepage-banner__description p {
  margin-bottom: 1rem;
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 35px;
  color: var(--white-color);
}
@media (max-width: 990px) {
  .homepage-banner__description p {
    font-size: 18px;
    line-height: 30px;
  }
}
.homepage-banner__description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .homepage-banner__description {
    font-size: 20px;
    line-height: 24px;
  }
}
.homepage-banner__icon-container {
  margin-top: 25px;
  cursor: pointer;
}
@media (min-width: 990px) {
  .homepage-banner__icon-container img {
    width: 41px;
  }
}
.homepage-banner.light-bg::before {
  background: rgba(255, 255, 255, 0.7);
}
.homepage-banner.light-bg .homepage-banner__content {
  color: var(--main-color);
}

.title-description-two-cols-cta {
  padding-block: 100px 60px;
}
@media (max-width: 990px) {
  .title-description-two-cols-cta {
    padding-block: 40px;
    text-align: center;
  }
}
.title-description-two-cols-cta.alt-bg {
  background-color: var(--main-color);
  color: var(--white-color);
}
.title-description-two-cols-cta.alt-bg .title {
  color: var(--white-color);
}
.title-description-two-cols-cta.alt-bg .cta-container .cta-button {
  border: 3px solid var(--white-color);
  color: var(--white-color);
}
.title-description-two-cols-cta.alt-bg .cta-container .cta-button:hover {
  background-color: var(--white-color);
  color: var(--main-color);
}
.title-description-two-cols-cta .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  color: var(--main-color);
}
@media (min-width: 990px) {
  .title-description-two-cols-cta .title {
    font-size: 40px;
    line-height: 65px;
    letter-spacing: 5px;
  }
}
.title-description-two-cols-cta .cols-container {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
}
@media (min-width: 990px) {
  .title-description-two-cols-cta .cols-container {
    grid-template-columns: minmax(auto, 765px) minmax(auto, 639px);
    gap: 100px;
  }
}
.title-description-two-cols-cta .cols-container.full-width {
  grid-template-columns: 1fr;
}
@media (max-width: 990px) {
  .title-description-two-cols-cta .col-left .cta-container {
    display: none;
  }
  .title-description-two-cols-cta .col-left .cta-container.display-block {
    display: block;
  }
}
.title-description-two-cols-cta .col-right {
  display: flex;
  justify-content: center;
}
.title-description-two-cols-cta .col-right .description {
  max-width: 640px;
}
.title-description-two-cols-cta .col-right .cta-container {
  display: none;
}
@media (max-width: 990px) {
  .title-description-two-cols-cta .col-right {
    flex-direction: column;
  }
  .title-description-two-cols-cta .col-right .cta-container {
    display: block;
  }
}
.title-description-two-cols-cta .description {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 2px;
  margin-top: 38px;
}
@media (max-width: 990px) {
  .title-description-two-cols-cta .description {
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
  }
}
.title-description-two-cols-cta .cta-container {
  margin-top: 70px;
}
@media (max-width: 990px) {
  .title-description-two-cols-cta .cta-container {
    margin-top: 30px;
  }
}
.title-description-two-cols-cta .cta-container a:visited {
  color: var(--main-color);
}
.title-description-two-cols-cta .cta-container a:hover {
  color: var(--white-color);
}

.services-slider {
  padding: 80px 0;
  background-color: var(--main-color);
}
@media (max-width: 990px) {
  .services-slider {
    padding: 40px 0;
    text-align: center;
  }
}
.services-slider .inner-container {
  /*padding-left: calc(max((100% - var(--container)) / 2, var(--padding-inline)));
  padding-right: 0;
  @media(max-width: $breakpoint-mobile){
      padding-left: 0px;
  }*/
}
.services-slider__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  overflow: hidden;
}
.services-slider__item {
  margin-inline: 57px;
}
.services-slider a:hover .services-slider__title {
  opacity: 0.5;
}
.services-slider a:hover .services-slider__excerpt {
  opacity: 0.5;
}
.services-slider__image {
  position: relative;
  height: 721px;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media (max-width: 990px) {
  .services-slider__image {
    height: 280px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
.services-slider__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.68%, #02154F 94.83%);
}
.services-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.services-slider__image:hover img {
  transform: scale(1.05);
}
.services-slider__image .button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  margin-bottom: 40px;
  margin-right: 50px;
}
.services-slider .slick-list {
  margin-inline: -57px;
}
.services-slider__content {
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: all 0.3s ease;
}
.services-slider__title {
  font-size: 40px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 30px;
  line-height: 46px;
  transition: all 0.3s ease;
  opacity: 1;
  letter-spacing: 5px;
}
@media (max-width: 990px) {
  .services-slider__title {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.services-slider__excerpt {
  font-size: 20px;
  line-height: 30px;
  color: var(--white-color);
  margin-bottom: 20px;
  flex-grow: 1;
  transition: all 0.3s ease;
  opacity: 1;
  letter-spacing: 1px;
}
.services-slider .services-slider__item .services-slider__title {
  font-size: 30px;
}
.services-slider .arrows-container {
  display: flex;
  align-items: center;
  gap: 90px;
  margin-bottom: 35px;
}
@media (max-width: 990px) {
  .services-slider .arrows-container {
    justify-content: center;
  }
}
.services-slider .arrows-container button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.services-slider .arrows-container button img {
  transition: all 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.services-slider .arrows-container button:hover img {
  transform: scale(0.9);
  opacity: 0.5;
}

.image-text .image-text-container {
  padding-inline: 0px;
  display: grid;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 750px);
  padding-right: calc((100% - var(--container)) / 2);
  gap: 100px;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .image-text .image-text-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.image-text .image-text-container.reverse {
  padding-left: max((100% - var(--container)) / 2, var(--padding-inline));
  padding-right: 0;
  grid-template-columns: minmax(auto, 1fr) minmax(auto, 1160px);
}
@media (max-width: 990px) {
  .image-text .image-text-container.reverse {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-bottom: 0px;
  }
}
.image-text .image-text-container.reverse .image-col {
  order: 2;
}
.image-text .image-text-container.reverse .image-col img {
  object-position: left center;
}
.image-text .image-text-container.reverse .text-col {
  order: 1;
  justify-content: flex-start;
}
@media (max-width: 990px) {
  .image-text .image-text-container.reverse .text-col {
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .image-text .image-col {
    margin-left: 0;
  }
}
.image-text .text-col {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .image-text .text-col {
    justify-content: center;
    padding-bottom: 40px;
  }
}
.image-text__image-wrapper {
  position: relative;
  height: 800px;
}
@media (max-width: 990px) {
  .image-text__image-wrapper {
    height: 400px;
  }
}
.image-text__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 990px) {
  .image-text__image-wrapper img {
    height: 400px;
  }
}
.image-text__content {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  max-width: 642px;
}
@media (max-width: 990px) {
  .image-text__content {
    text-align: center;
    padding-inline: 0px 20px;
  }
}
.image-text__title {
  font-size: 40px;
  line-height: 54px;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 3px;
}
@media (max-width: 990px) {
  .image-text__title {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0;
  }
}
.image-text__description {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 3px;
  margin-top: 46px;
  color: var(--gray-color);
}
@media (max-width: 990px) {
  .image-text__description {
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
  }
}
.image-text__description p {
  margin-bottom: 1rem;
}
.image-text__description p:last-child {
  margin-bottom: 0;
}
.image-text .button {
  margin-top: 53px;
  color: var(--main-color);
}
@media (max-width: 990px) {
  .image-text .button {
    margin-top: 20px;
  }
}
.image-text .button:hover {
  color: var(--white-color);
}

footer {
  background-color: var(--main-color);
  padding-block: 48px 0px;
}
footer .site-info {
  display: grid;
  grid-template-columns: minmax(132px, 226px) minmax(132px, 375px) minmax(132px, 263px) minmax(132px, 375px);
  gap: 50px;
  color: var(--white-color);
}
@media (max-width: 990px) {
  footer .site-info {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
footer .site-info .address p:first-child {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
footer .site-info .address p:not(:first-child) {
  font-size: 15px;
  font-weight: 500;
}
footer .site-info .email, footer .site-info .phone {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}
footer .site-info .email span, footer .site-info .phone span {
  font-weight: 700;
}
footer .site-info .email a, footer .site-info .phone a {
  color: var(--white-color);
  text-decoration: none;
}
footer .site-info .email a:hover, footer .site-info .phone a:hover {
  text-decoration: underline;
}
footer .site-info .contacts {
  margin-top: 35px;
}
footer .site-info .about h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .site-info .social-networks h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .site-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 990px) {
  footer .site-info ul {
    justify-content: center;
  }
}
footer .site-info ul li {
  margin-bottom: 16px;
}
footer .site-info ul li a {
  color: var(--white-color);
  text-decoration: none;
}
footer .site-info ul li a:hover {
  text-decoration: underline;
}
footer .site-info ul li a i {
  font-size: 24px;
}
footer .bottom-menu {
  margin-top: 70px;
  padding-bottom: 36px;
}
@media (max-width: 990px) {
  footer .bottom-menu {
    margin-top: 20px;
    text-align: center;
  }
}
footer .bottom-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 990px) {
  footer .bottom-menu nav ul {
    flex-direction: column;
    text-align: center;
  }
}
footer .bottom-menu nav ul li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}
footer .bottom-menu nav ul li:not(:last-child):after {
  display: none;
  content: "|";
  color: var(--white-color);
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 990px) {
  footer .bottom-menu nav ul li:not(:last-child):after {
    display: block;
  }
}
footer .bottom-menu nav ul a {
  color: var(--white-color);
  text-decoration: none;
}
footer .bottom-menu nav ul a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding-block: 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-color-tertiary);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer-bottom a {
  color: var(--gray-color-tertiary);
}
.footer-bottom a:hover {
  text-decoration: underline;
}

.h360-banner-v1 {
  position: relative;
  width: 100%;
}
.h360-banner-v1 .banner-background {
  position: relative;
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 990px) {
  .h360-banner-v1 .banner-background {
    height: 200px;
    align-items: center;
  }
}
.h360-banner-v1 .banner-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.68%, var(--main-color) 94.83%);
  z-index: 1;
}
.h360-banner-v1 .banner-content {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
@media (max-width: 990px) {
  .h360-banner-v1 .banner-content {
    margin-bottom: 0px;
  }
}
.h360-banner-v1 .main-tag {
  display: inline-block;
  padding: 8px 16px;
  background: var(--accent-color, #fff);
  color: var(--main-color, #000);
  border-radius: 4px;
  margin-bottom: 20px;
}
.h360-banner-v1 .page-title {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 60px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .h360-banner-v1 .page-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: center;
  }
}
.h360-banner-v1 .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 768px;
  width: 100%;
  gap: 40px 50px;
}
@media (max-width: 990px) {
  .h360-banner-v1 .tags {
    gap: 20px;
  }
}
.h360-banner-v1 .tags .tag {
  padding: 6px 12px;
  border: 3px solid var(--white-color);
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
}
@media (max-width: 990px) {
  .h360-banner-v1 .tags .tag {
    font-size: 16px;
    line-height: 35px;
  }
}

.three-columns-title-description {
  padding: 80px 0;
}
@media (max-width: 990px) {
  .three-columns-title-description {
    padding: 40px 0;
  }
}
.three-columns-title-description .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--padding-inline);
}
.three-columns-title-description .columns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .three-columns-title-description .columns-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .three-columns-title-description .columns-grid {
    grid-template-columns: 1fr;
  }
}
.three-columns-title-description .column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
}
@media (max-width: 990px) {
  .three-columns-title-description .column {
    gap: 0px;
    padding-right: 0px;
  }
}
.three-columns-title-description .column:not(:last-child) {
  border-right: 1px solid var(--gray-color-secondary);
}
@media (max-width: 990px) {
  .three-columns-title-description .column:not(:last-child) {
    border-right: none;
  }
}
.three-columns-title-description .column-title {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 3px;
  position: relative;
  padding-left: 74px;
  min-height: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .three-columns-title-description .column-title {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
    justify-content: center;
    min-height: 0;
  }
}
.three-columns-title-description .column-title:before {
  content: "";
  background: url(../h360consulting/images/arrow-medium.svg) no-repeat center center;
  position: absolute;
  width: 48px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 990px) {
  .three-columns-title-description .column-title:before {
    display: none;
  }
}
.three-columns-title-description .column-description {
  font-size: 25px;
  line-height: 35px;
  color: var(--gray-color-tertiary);
  max-width: 400px;
}
@media (max-width: 990px) {
  .three-columns-title-description .column-description {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
}
.three-columns-title-description .column-description p {
  margin-bottom: 1rem;
}
.three-columns-title-description .column-description p:last-child {
  margin-bottom: 0;
}

.title-list {
  padding-top: 90px;
}
@media (max-width: 990px) {
  .title-list {
    padding-top: 40px;
  }
}
.title-list .title-list__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 65px;
  color: var(--main-color);
  letter-spacing: 5px;
}
@media (max-width: 990px) {
  .title-list .title-list__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.title-list .title-list__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 990px) {
  .title-list .title-list__list {
    margin-top: 30px;
    margin-left: 0px;
    gap: 10px;
  }
}
.title-list .title-list__list li {
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 35px;
  color: var(--gray-color-tertiary);
  position: relative;
  padding-left: 130px;
}
@media (max-width: 990px) {
  .title-list .title-list__list li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 80px;
  }
}
.title-list .title-list__list li:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA4MCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTc5LjIyNDcgMTQuMjI0OEM3OS45MDEyIDEzLjU0ODMgNzkuOTAxMiAxMi40NTE3IDc5LjIyNDcgMTEuNzc1M0w2OC4yMDIgMC43NTI1NTdDNjcuNTI1NiAwLjA3NjE0OTUgNjYuNDI5IDAuMDc2MTQ5NCA2NS43NTI2IDAuNzUyNTU3QzY1LjA3NjEgMS40Mjg5NyA2NS4wNzYxIDIuNTI1NjQgNjUuNzUyNiAzLjIwMjA1TDc1LjU1MDUgMTNMNjUuNzUyNiAyMi43OThDNjUuMDc2MSAyMy40NzQ0IDY1LjA3NjEgMjQuNTcxIDY1Ljc1MjYgMjUuMjQ3NUM2Ni40MjkgMjUuOTIzOSA2Ny41MjU2IDI1LjkyMzkgNjguMjAyIDI1LjI0NzVMNzkuMjI0NyAxNC4yMjQ4Wk0tMS41MTQyMWUtMDcgMTQuNzMyMUw3OCAxNC43MzIxTDc4IDExLjI2OEwxLjUxNDIxZS0wNyAxMS4yNjc5TC0xLjUxNDIxZS0wNyAxNC43MzIxWiIgZmlsbD0iIzAyMTU0RiIvPgo8L3N2Zz4=") no-repeat center center;
  position: absolute;
  width: 82px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 990px) {
  .title-list .title-list__list li:before {
    background-size: 40px;
    top: 14px;
  }
}

.h360-banner-v2 {
  position: relative;
  width: 100%;
}
.h360-banner-v2 .banner-background {
  position: relative;
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 990px) {
  .h360-banner-v2 .banner-background {
    height: 400px;
  }
}
.h360-banner-v2 .banner-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.68%, var(--main-color) 94.83%);
  z-index: 1;
}
.h360-banner-v2 .banner-content {
  position: relative;
  width: 100%;
  color: #fff;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .h360-banner-v2 .banner-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.h360-banner-v2 .page-title {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 60px;
  font-weight: 700;
  max-width: 792px;
  width: 100%;
}
@media (max-width: 990px) {
  .h360-banner-v2 .page-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.h360-banner-v2 .description {
  font-size: 40px;
  line-height: 50px;
  max-width: 510px;
  width: 100%;
}
@media (max-width: 990px) {
  .h360-banner-v2 .description {
    font-size: 20px;
    line-height: 30px;
  }
}
.h360-banner-v2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 990px) {
  .h360-banner-v2 ul {
    justify-content: center;
  }
}
.h360-banner-v2 ul li {
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .h360-banner-v2 ul li {
    margin-bottom: 0px;
  }
}
.h360-banner-v2 ul li a {
  color: var(--white-color);
  text-decoration: none;
}
.h360-banner-v2 ul li a i {
  font-size: 24px;
}
.h360-banner-v2 .contacts-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
  position: relative;
  padding-block: 10px 150px;
  background-color: var(--main-color);
}
@media (max-width: 990px) {
  .h360-banner-v2 .contacts-container {
    text-align: center;
    padding-block: 20px;
  }
}
.h360-banner-v2 .contacts-container .email, .h360-banner-v2 .contacts-container .phone {
  font-size: 25px;
  font-weight: 500;
  color: var(--white-color);
}
@media (max-width: 990px) {
  .h360-banner-v2 .contacts-container .email, .h360-banner-v2 .contacts-container .phone {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
.h360-banner-v2 .contacts-container .email span, .h360-banner-v2 .contacts-container .phone span {
  font-weight: 700;
}
.h360-banner-v2 .contacts-container .email a, .h360-banner-v2 .contacts-container .phone a {
  color: var(--white-color);
  text-decoration: none;
}

.map .custom-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 400px;
}
@media (max-width: 990px) {
  .map .custom-container {
    grid-template-columns: 1fr;
  }
}
.map .contacts {
  padding-block: 100px 50px;
  padding-left: 100px;
  position: relative;
  top: -100px;
  background-color: var(--white-color);
  z-index: 1;
  padding-right: 20px;
}
@media (max-width: 990px) {
  .map .contacts {
    padding-block: 40px;
    padding-left: 20px;
    top: 0;
  }
}
.map .contacts .sub-title {
  font-size: 30px;
  color: var(--gray-color-tertiary);
  line-height: 40px;
  position: relative;
  padding-left: 130px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .map .contacts .sub-title {
    font-size: 18px;
    padding-left: 80px;
  }
}
.map .contacts .sub-title:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA4MCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTc5LjIyNDcgMTQuMjI0OEM3OS45MDEyIDEzLjU0ODMgNzkuOTAxMiAxMi40NTE3IDc5LjIyNDcgMTEuNzc1M0w2OC4yMDIgMC43NTI1NTdDNjcuNTI1NiAwLjA3NjE0OTUgNjYuNDI5IDAuMDc2MTQ5NCA2NS43NTI2IDAuNzUyNTU3QzY1LjA3NjEgMS40Mjg5NyA2NS4wNzYxIDIuNTI1NjQgNjUuNzUyNiAzLjIwMjA1TDc1LjU1MDUgMTNMNjUuNzUyNiAyMi43OThDNjUuMDc2MSAyMy40NzQ0IDY1LjA3NjEgMjQuNTcxIDY1Ljc1MjYgMjUuMjQ3NUM2Ni40MjkgMjUuOTIzOSA2Ny41MjU2IDI1LjkyMzkgNjguMjAyIDI1LjI0NzVMNzkuMjI0NyAxNC4yMjQ4Wk0tMS41MTQyMWUtMDcgMTQuNzMyMUw3OCAxNC43MzIxTDc4IDExLjI2OEwxLjUxNDIxZS0wNyAxMS4yNjc5TC0xLjUxNDIxZS0wNyAxNC43MzIxWiIgZmlsbD0iIzAyMTU0RiIvPgo8L3N2Zz4=") no-repeat center center;
  position: absolute;
  width: 82px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 990px) {
  .map .contacts .sub-title:before {
    background-size: 40px;
  }
}
.map .contacts .address {
  padding-left: 130px;
}
@media (max-width: 990px) {
  .map .contacts .address {
    font-size: 18px;
    padding-left: 80px;
  }
}
.map .contacts .address p:first-child {
  font-size: 45px;
  color: var(--main-color);
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 65px;
}
@media (max-width: 990px) {
  .map .contacts .address p:first-child {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.map .contacts .address p {
  font-size: 25px;
  color: var(--gray-color-tertiary);
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 990px) {
  .map .contacts .address p {
    font-size: 18px;
    line-height: 30px;
  }
}
.map .contacts .email-phone {
  margin-top: 50px;
  padding-left: 130px;
  font-size: 25px;
  color: var(--gray-color-tertiary);
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 990px) {
  .map .contacts .email-phone {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    padding-left: 80px;
  }
}
.map .contacts .email-phone a {
  color: var(--gray-color-tertiary);
  text-decoration: none;
}
.map .contacts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 990px) {
  .map .contacts ul {
    justify-content: center;
  }
}
.map .contacts ul li {
  margin-bottom: 16px;
}
.map .contacts ul li a {
  color: var(--white-color);
  text-decoration: none;
}
.map .contacts ul li a i {
  font-size: 24px;
}
.map .map-container .map-h360 {
  width: 100%;
  min-height: 580px;
}
@media (max-width: 990px) {
  .map .map-container .map-h360 {
    min-height: 300px;
    margin-bottom: 40px;
  }
}
.map .map-container iframe {
  display: block;
  height: 500px;
}
@media (max-width: 990px) {
  .map .map-container iframe {
    height: 300px;
  }
}

.services-list-block {
  padding: 100px 0;
  background: #f8f9fa;
}
@media (max-width: 990px) {
  .services-list-block {
    padding: 40px 0;
  }
}
.services-list-block .services-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--padding-inline);
}
@media (max-width: 990px) {
  .services-list-block .services-container {
    padding: 0 20px;
  }
}
.services-list-block .services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.services-list-block .service-card {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: white;
}
.services-list-block .service-card:hover .service-card-bg {
  transform: scale(1.1);
}
.services-list-block .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.services-list-block .service-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}
.services-list-block .service-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: white;
  width: 100%;
}
.services-list-block .service-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 990px) {
  .services-list-block .service-content h3 {
    font-size: 23px;
  }
}
.services-list-block .service-content p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .services-list-block .service-content p {
    font-size: 18px;
    line-height: 26px;
  }
}
.services-list-block .service-link {
  color: white;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  font-size: 20px;
}
.services-list-block .service-link svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .services-list-block .services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services-list-block .services-list {
    grid-template-columns: 1fr;
  }
  .services-list-block .service-card {
    height: auto;
  }
}

.free-text-container {
  margin-top: 90px;
}

@media (max-width: 990px) {
  .free-text-container {
    margin-top: 40px;
  }
}
.free-text-container .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: 5px;
  color: var(--main-color);
}

@media (max-width: 990px) {
  .free-text-container .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.free-text-container .free-text p,
.free-text-container .free-text li {
  letter-spacing: 1px;
  font-size: 25px;
  line-height: 30px;
  color: var(--gray-color-tertiary);
}
@media (max-width: 990px) {
  .free-text-container .free-text p,
  .free-text-container .free-text li {
    font-size: 18px;
    line-height: 25px;
  }
}

.free-text-container {
  margin-top: 90px;
}

@media (max-width: 990px) {
  .free-text-container {
    margin-top: 40px;
  }
}
.free-text-container .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: 5px;
  color: var(--main-color);
}

@media (max-width: 990px) {
  .free-text-container .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.free-text-container .free-text-small-size p,
.free-text-container .free-text-small-size li {
  letter-spacing: 1px;
  font-size: 19px;
  line-height: 30px;
  color: var(--gray-color-tertiary);
}
@media (max-width: 990px) {
  .free-text-container .free-text-small-size p,
  .free-text-container .free-text-small-size li {
    font-size: 16px;
    line-height: 25px;
  }
}