@charset "UTF-8";
/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

html {
  font-size: 100%;
}

body, html {
  overflow-x: hidden;
}
body.disable-scroll, html.disable-scroll {
  overflow: hidden;
}

body {
  background: #2C2825;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}

b, strong {
  font-weight: 700;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1272px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

.text-xs, footer .wrapper .middle .newsletter .newsletter-mailerlite form .disclaimer, footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control, footer .wrapper .middle .newsletter .newsletter-form .disclaimer, footer .wrapper .middle .newsletter .newsletter-form .input-wrap input, .newsletter-section-global .wrapper .newsletter-mailerlite form .disclaimer, .newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control, .newsletter-section-global .wrapper .newsletter-form .disclaimer, .newsletter-section-global .wrapper .newsletter-form .input-wrap input, .form-global form .wpcf7-response-output, .form-global form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span, .form-global form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-global form label .wpcf7-form-control-wrap input,
.form-global form label .wpcf7-form-control-wrap textarea {
  font-size: 12px;
  font-size: 0.75rem;
}

.text-sm, footer .wrapper .bottom .left .links a, footer .wrapper .bottom .left .copy, footer .wrapper .middle .nav .single .text *, .form-global form .wpcf7-submit, .btn {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-base, footer .wrapper .middle .newsletter .newsletter-mailerlite .ml-form-successBody p, body, p, ul, ol, table {
  font-size: 16px;
  font-size: 1rem;
}

.text-lg, main.page-service .positions-section .wrapper .positions-mobile .fixed-word-1, main.page-service .positions-section .wrapper .positions-mobile .bigger-dynamic-wrap .dynamic-position-word span, main.page-service .positions-section .wrapper .positions .single span, main.page-service .industries-section .wrapper .industries span, main.page-home .hero-description-section .wrapper .desc p, main.page-home .hero-section .wrapper .desc p, footer .wrapper .middle .newsletter .title, footer .wrapper .middle .nav .single .title, .newsletter-section-global .wrapper .newsletter-mailerlite .ml-form-successBody p, .inner-hero-section-global .wrapper .desc p, .testimonials-section-global .wrapper .testimonials-carousel .single .author .author-info .name, .block-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}

.text-2xl, main.page-about .international-section .wrapper .wrap .desc-1 p, .accordion-section-global .wrapper .block-info-global .accordion .single .header h4, .news-section-global .wrapper .news-grid .single .title, .list-points-global .single .title, .services-grid-global .single .title {
  font-family: "Lora", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.14;
  font-weight: 500;
}
@media (max-width: 768px) {
  .text-2xl, main.page-about .international-section .wrapper .wrap .desc-1 p, .accordion-section-global .wrapper .block-info-global .accordion .single .header h4, .news-section-global .wrapper .news-grid .single .title, .list-points-global .single .title, .services-grid-global .single .title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.17;
  }
}

.text-3xl, main.page-home .hero-section .wrapper .facts-carousel-home .single span:nth-child(1), .team-section-global .wrapper .team-carousel .single .info .name, .facts-global .single span:nth-child(1) {
  font-family: "Lora", serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.18;
  font-weight: 500;
}
@media (max-width: 768px) {
  .text-3xl, main.page-home .hero-section .wrapper .facts-carousel-home .single span:nth-child(1), .team-section-global .wrapper .team-carousel .single .info .name, .facts-global .single span:nth-child(1) {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14;
  }
}

.text-5xl, main.single-new .main-content-section .wrapper .block-title, .contact-info-form-section-global .wrapper .contact-info h2, .block-title-big {
  font-family: "Lora", serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.17;
  font-weight: 500;
  letter-spacing: -0.05px;
}
@media (max-width: 768px) {
  .text-5xl, main.single-new .main-content-section .wrapper .block-title, .contact-info-form-section-global .wrapper .contact-info h2, .block-title-big {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.text-7xl, main.page-text .content-section .wrapper h1, main.page-home .hero-section .wrapper h1, .block-title-biggest {
  font-family: "Lora", serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.05px;
}
@media (max-width: 768px) {
  .text-7xl, main.page-text .content-section .wrapper h1, main.page-home .hero-section .wrapper h1, .block-title-biggest {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.17;
  }
}

.block-title {
  display: block;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .block-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.block-title-big {
  display: block;
  text-align: center;
}

.block-title-biggest {
  display: block;
  text-align: center;
}

body, p, ul, ol, table {
  font-family: "Work Sans", sans-serif;
  color: #FAFAF9;
  line-height: 1.5;
  font-weight: 400;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.71;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid;
  -webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  min-width: 200px;
}
.btn.green {
  color: #2C2825;
  border-color: #859C63;
  background: #859C63;
}
.btn.green:hover {
  border-color: #ae8f60;
  background: #ae8f60;
}
.btn.outline.white {
  color: #FAFAF9;
  border-color: #FAFAF9;
}
.btn.outline.white:hover {
  background: #FAFAF9;
  color: #2C2825;
}
.btn.outline.black {
  color: #2C2825;
  border-color: #2C2825;
}
.btn.outline.black:hover {
  background: #2C2825;
  color: #FAFAF9;
}

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

.bg-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.green-bubble {
  border-radius: 1028px;
  background: var(--Gradient-Foresty-1, radial-gradient(78.31% 130.56% at 51.07% -30.55%, rgba(146, 166, 115, 0.7) 38.94%, #3A4A3F 80.43%, #080A09 100%));
  filter: blur(50px);
  width: 100%;
  max-width: 1028px;
}
@media (max-width: 768px) {
  .green-bubble {
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 166, 115, 0.7) 38.94%, #3a4a3f 80.43%, #080a09);
    filter: blur(30px);
    border-radius: 50%;
    width: calc(100% + 16px);
    transform: translateX(-8px);
  }
}
.green-bubble:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.green-bubble-2 {
  border-radius: 1199.097px;
  background: radial-gradient(68.19% 113.68% at 51.07% -30.55%, rgba(146, 166, 115, 0.7) 36.13%, #3A4A3F 68.57%, #080707 87.57%), linear-gradient(0deg, rgba(44, 40, 37, 0.3) 48.16%, rgba(175, 144, 97, 0.3) 100%);
  filter: blur(100px);
  width: 100%;
  max-width: 1200px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .green-bubble-2 {
    filter: blur(30px);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 166, 115, 0.7) 38.94%, #3a4a3f 80.43%, #080a09);
    transform: rotate(-180deg);
    width: calc(100% - 40px);
  }
}
.green-bubble-2:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.green-bubble-3 {
  border-radius: 1273.373px;
  background: radial-gradient(67.31% 69.04% at 52.2% 30.96%, #92A673 44.72%, #3A4A3F 79.2%, #020001 100%), linear-gradient(0deg, rgba(44, 40, 37, 0.3) 48.16%, rgba(175, 144, 97, 0.3) 100%);
  filter: blur(100px);
  width: 100%;
  max-width: 1273px;
  transform: rotate(180deg);
}
.green-bubble-3:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.green-bubble-4 {
  border-radius: 1636.64px;
  background: radial-gradient(78.31% 130.56% at 51.07% -30.55%, rgba(146, 166, 115, 0.7) 42.57%, #3A4A3F 71.76%, #2C2825 87.57%);
  filter: blur(100px);
  width: 100%;
  max-width: 1636px;
}
.green-bubble-4:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.green-bubble-5 {
  border-radius: 1273.373px;
  background: radial-gradient(67.31% 69.04% at 52.2% 30.96%, #92A673 44.72%, #3A4A3F 79.2%, #020001 100%), linear-gradient(0deg, rgba(44, 40, 37, 0.3) 48.16%, rgba(175, 144, 97, 0.3) 100%);
  filter: blur(100px);
  max-width: 1273px;
  width: 100%;
}
.green-bubble-5:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.line-bubble {
  border-radius: 1056px;
  border: 0.88px solid #2C2825;
  background: linear-gradient(345deg, rgba(44, 40, 37, 0.3) 72.82%, rgba(242, 238, 237, 0.3) 126.3%);
  width: 100%;
  max-width: 1056px;
}
@media (max-width: 1024px) {
  .line-bubble {
    width: calc(100% + 35px);
    left: 50% !important;
    right: inherit !important;
    margin: inherit !important;
    transform: translateX(-50%) !important;
  }
}
.line-bubble:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.line-bubble-2 {
  border-radius: 605.131px;
  background: rgba(0, 0, 0, 0);
  max-width: 1056px;
  width: 100%;
}
.line-bubble-2:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

main section {
  position: relative;
}
main section:last-child:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -100px;
  left: 0;
  background: #F1F0EE;
  z-index: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.facts-global {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .facts-global {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .facts-global .single {
    display: flex;
    flex-direction: row;
    grid-gap: 8px;
    align-items: center;
  }
}
.facts-global .single span {
  display: block;
  text-align: center;
  color: #FAFAF9;
}
@media (max-width: 768px) {
  .facts-global .single span {
    text-align: left;
  }
}
.facts-global .single span:nth-child(2) {
  max-width: 170px;
  width: 100%;
}
@media (max-width: 768px) {
  .facts-global .single span:nth-child(2) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.facts-track {
  display: flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  /* one-line marquee */
}
.facts-track .single {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  /* ⟵ don't let items shrink */
  min-width: max-content;
  /* ⟵ size to full content width */
}
.facts-track .single span {
  white-space: nowrap;
  /* keep each span on one line */
  max-width: inherit !important;
}

@media (max-width: 768px) {
  .facts-global[data-marquee-active=true] .facts-track {
    animation-name: facts-marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--facts-duration, 20s);
    /* set by JS */
  }
}
@keyframes facts-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--facts-loop-distance, 600px)));
  }
}
.block-info-global .block-title-big,
.block-info-global .block-title-biggest {
  margin: 24px auto 0;
  width: 100%;
  text-align: center;
  max-width: 1024px;
}
.block-info-global .block-desc {
  margin: 48px auto 0;
  text-align: center;
  width: 100%;
}
.block-info-global .center-btn {
  margin: 48px auto 0;
}
.block-info-global .btns {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  justify-content: center;
  margin: 48px auto 0;
}

.services-grid-global {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  .services-grid-global {
    margin: 64px 0 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: inherit;
  }
}
.services-grid-global .single {
  border-radius: 24px;
  background: #38322E;
  padding: 24px 24px;
  min-height: 245px;
  position: relative;
  text-decoration: none;
  display: block;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  margin: 0 0 1px;
}
@media (max-width: 768px) {
  .services-grid-global .single {
    padding: 24px 20px;
  }
}
.services-grid-global .single:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: #EBE4D4;
  background: linear-gradient(135deg, rgba(235, 228, 212, 0.5) 0%, rgba(44, 40, 37, 0) 100%);
  border-radius: 24px;
  z-index: -1;
}
.services-grid-global .single.item-1:hover .icon-wrap {
  transform: rotate(90deg);
}
.services-grid-global .single.item-2:hover .icon-wrap .full-wrap-2 .circle-center {
  width: 44px;
  height: 44px;
}
.services-grid-global .single.item-3:hover .icon-wrap .full-wrap-3 .circle:nth-child(3) {
  top: 1px;
}
.services-grid-global .single.item-3:hover .icon-wrap .full-wrap-3 .circle:nth-child(4) {
  right: 1px;
}
.services-grid-global .single.item-3:hover .icon-wrap .full-wrap-3 .circle:nth-child(5) {
  bottom: 1px;
}
.services-grid-global .single.item-3:hover .icon-wrap .full-wrap-3 .circle:nth-child(6) {
  left: 1px;
}
.services-grid-global .single.item-4:hover .icon-wrap .full-wrap-4 .circle:nth-child(3) {
  width: 79px;
  height: 79px;
}
.services-grid-global .single.item-5:hover .icon-wrap .full-wrap-5 .circle:nth-child(2) {
  left: -13px;
}
.services-grid-global .single:hover {
  background: #534c46;
}
.services-grid-global .single:hover .tag {
  transform: translateX(4px);
}
.services-grid-global .single:hover .title {
  transform: translateX(4px);
}
.services-grid-global .single:hover .link-wrap {
  transform: translateX(4px);
}
.services-grid-global .single:nth-child(1) {
  grid-row: span 2;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) {
    grid-row: span 1;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap {
  margin: 143px auto 0;
  position: relative;
  bottom: inherit;
  right: inherit;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap {
    position: absolute;
    right: 24px;
    bottom: 24px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 {
  width: 124px;
  height: 124px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 {
    width: 92px;
    height: 92px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle-center {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle-center {
    width: 32px;
    height: 32px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  position: absolute;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle {
    width: 32px;
    height: 32px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(2) {
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(2) {
    top: 7px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(3) {
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(3) {
    left: 7px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(4) {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 9px;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(4) {
    bottom: 7px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(5) {
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap .full-wrap-1 .circle:nth-child(5) {
    right: 7px;
  }
}
.services-grid-global .single:nth-child(1) .icon-wrap img {
  height: 124px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .services-grid-global .single:nth-child(1) .icon-wrap img {
    height: 140px;
  }
}
.services-grid-global .single .tag {
  display: block;
  color: #FAFAF9;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.services-grid-global .single .title {
  display: inline-block;
  margin: 12px 0 0;
  text-decoration: none;
  color: #FAFAF9;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.services-grid-global .single .icon-wrap {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
.services-grid-global .single .icon-wrap img {
  height: 92px;
  width: auto;
  display: block;
}
.services-grid-global .single .icon-wrap .full-wrap-2 {
  height: 92px;
  width: 92px;
  position: relative;
}
.services-grid-global .single .icon-wrap .full-wrap-2 .circle-center {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-grid-global .single .icon-wrap .full-wrap-2 .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  position: absolute;
}
.services-grid-global .single .icon-wrap .full-wrap-2 .circle:nth-child(2) {
  top: 13px;
  left: 13px;
}
.services-grid-global .single .icon-wrap .full-wrap-2 .circle:nth-child(3) {
  top: 13px;
  right: 13px;
}
.services-grid-global .single .icon-wrap .full-wrap-2 .circle:nth-child(4) {
  bottom: 13px;
  right: 13px;
}
.services-grid-global .single .icon-wrap .full-wrap-2 .circle:nth-child(5) {
  bottom: 13px;
  left: 13px;
}
.services-grid-global .single .icon-wrap .full-wrap-3 {
  height: 92px;
  width: 92px;
  position: relative;
}
.services-grid-global .single .icon-wrap .full-wrap-3 .circle-center-1 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-3 .circle-center-2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-3 .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-grid-global .single .icon-wrap .full-wrap-3 .circle:nth-child(3) {
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-3 .circle:nth-child(4) {
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-3 .circle:nth-child(5) {
  left: 0;
  bottom: 6px;
  right: 0;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-3 .circle:nth-child(6) {
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-4 {
  height: 92px;
  width: 92px;
  position: relative;
}
.services-grid-global .single .icon-wrap .full-wrap-4 .circle {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-4 .circle:nth-child(1) {
  width: 32px;
  height: 32px;
}
.services-grid-global .single .icon-wrap .full-wrap-4 .circle:nth-child(2) {
  width: 48px;
  height: 48px;
}
.services-grid-global .single .icon-wrap .full-wrap-4 .circle:nth-child(3) {
  width: 64px;
  height: 64px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-grid-global .single .icon-wrap .full-wrap-5 {
  height: 92px;
  width: 92px;
  position: relative;
}
.services-grid-global .single .icon-wrap .full-wrap-5 .circle {
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #bba077;
}
.services-grid-global .single .icon-wrap .full-wrap-5 .circle:nth-child(1) {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.services-grid-global .single .icon-wrap .full-wrap-5 .circle:nth-child(2) {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.services-grid-global .single .icon-wrap .full-wrap-5 .square {
  width: 69px;
  height: 45px;
  position: absolute;
  border-radius: 68px;
  box-shadow: 0 0 0 1px #bba077;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.services-grid-global .single .link-wrap {
  position: absolute;
  left: 24px;
  bottom: 24px;
  line-height: 1;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.services-grid-global .single .link-wrap span {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.services-grid-global .single .link-wrap span img {
  height: 32px;
  width: auto;
  display: block;
}

.form-global form {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.form-global form.invalid .wpcf7-response-output {
  color: #dc3232;
}
.form-global form.sent .wpcf7-response-output {
  color: #046c4e;
}
.form-global form label {
  display: block;
  line-height: 1;
  color: #2C2825;
}
.form-global form label .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 8px 0 0;
}
.form-global form label .wpcf7-form-control-wrap input,
.form-global form label .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  background: #FAFAF9;
  border: 1px solid #6F655D;
  border-radius: 4px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  resize: none;
  -webkit-transition: border-color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out;
  -ms-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}
.form-global form label .wpcf7-form-control-wrap input.placeholder,
.form-global form label .wpcf7-form-control-wrap textarea.placeholder {
  color: #6F655D;
}
.form-global form label .wpcf7-form-control-wrap input:-moz-placeholder,
.form-global form label .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #6F655D;
}
.form-global form label .wpcf7-form-control-wrap input::-moz-placeholder,
.form-global form label .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #6F655D;
}
.form-global form label .wpcf7-form-control-wrap input:-ms-input-placeholder,
.form-global form label .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #6F655D;
}
.form-global form label .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.form-global form label .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #6F655D;
}
.form-global form label .wpcf7-form-control-wrap input:active, .form-global form label .wpcf7-form-control-wrap input:focus,
.form-global form label .wpcf7-form-control-wrap textarea:active,
.form-global form label .wpcf7-form-control-wrap textarea:focus {
  border-color: #BBA077;
}
.form-global form .wpcf7-form-control-wrap[data-name=sutikimas] {
  display: flex;
  flex-direction: column;
}
.form-global form .wpcf7-form-control-wrap[data-name=sutikimas] .wpcf7-not-valid-tip {
  margin: 6px 0 0;
}
.form-global form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  margin: 12px 0 0;
}
.form-global form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form-global form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  grid-gap: 9px;
}
.form-global form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label a {
  color: #2C2825;
}
.form-global form .wpcf7-spinner {
  display: none !important;
}
.form-global form .wpcf7-submit {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.71;
  padding: 8px 16px;
  border: 1px solid #2C2825;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}
.form-global form .wpcf7-submit:hover {
  background: #2C2825;
  color: #FAFAF9;
}
.form-global form .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.list-points-global {
  display: grid;
  margin: 96px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
}
.list-points-global.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .list-points-global {
    margin: 64px 0 0;
    grid-gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.list-points-global .single {
  box-shadow: -32px -32px 32px rgba(255, 255, 255, 0.25) inset, 20px 20px 20px rgba(233, 232, 230, 0.4) inset;
  border-radius: 24px;
  background: linear-gradient(155.8deg, #f1f0ee 36.23%, rgba(255, 254, 252, 0.5) 70.56%);
  border: 2px solid #fff;
  padding: 40px 40px;
}
.list-points-global .single * {
  color: #2C2825;
}
.list-points-global .single .icon-wrap img {
  height: 92px;
  width: auto;
  display: block;
}
.list-points-global .single .title {
  margin: 48px 0 0;
  display: block;
}
.list-points-global .single .desc {
  margin: 48px 0 0;
}
.owl-custom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 40px;
  margin: 48px 0 0;
}
.owl-custom-nav .prev-slide {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.owl-custom-nav .prev-slide:hover {
  opacity: 0.5;
}
.owl-custom-nav .prev-slide:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/icon-carousel-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.owl-custom-nav .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.owl-custom-nav .dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.owl-custom-nav .dots .dot:hover:before {
  background: #BBA077;
}
.owl-custom-nav .dots .dot:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  background: #FAFAF9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-custom-nav .dots .dot.active:before {
  width: 12px;
  height: 12px;
  background: #BBA077;
}
.owl-custom-nav .next-slide {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.owl-custom-nav .next-slide:hover {
  opacity: 0.5;
}
.owl-custom-nav .next-slide:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../images/icon-carousel-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.owl-carousel .owl-nav {
  display: none !important;
}
.owl-carousel .owl-dots {
  display: none !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

.copy-notification {
  position: fixed;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  background: #859C63;
  color: #FAFAF9;
  padding: 16px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1000;
}
.copy-notification.show {
  bottom: 100px;
  opacity: 1;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button {
  border-radius: 4px !important;
  text-transform: uppercase !important;
}

.gdpr_lightbox .moove-gdpr-company-logo-holder {
  display: none !important;
}
.gdpr_lightbox .moove-gdpr-button-holder button {
  border-radius: 4px !important;
  text-transform: uppercase !important;
}

.clients-section-global {
  z-index: 2;
  position: relative;
  background: #F1F0EE;
  padding: 96px 0;
}
@media (max-width: 768px) {
  .clients-section-global {
    padding: 64px 0;
  }
}
.clients-section-global .wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.clients-section-global .wrapper .block-title {
  margin: 0 0 64px;
  text-align: center;
  color: #2C2825;
}
@media (max-width: 768px) {
  .clients-section-global .wrapper .block-title {
    margin: 0 0 48px;
  }
}
.clients-section-global .wrapper .clients-carousel {
  display: flex;
  animation: scroll 40s linear infinite;
  width: fit-content;
}
.clients-section-global .wrapper .clients-carousel .single {
  flex: 0 0 auto;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-width: 150px;
}
.clients-section-global .wrapper .clients-carousel .single img {
  max-height: 70px;
  max-width: 150px;
  object-fit: contain;
  transition: filter 0.3s ease;
  filter: grayscale(1);
}

.news-section-global {
  z-index: 2;
  position: relative;
  background: #F1F0EE;
  padding: 96px 0;
}
@media (max-width: 768px) {
  .news-section-global {
    padding: 64px 0;
  }
}
.news-section-global .line-bubble-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1056px;
}
@media (max-width: 1024px) {
  .news-section-global .line-bubble-img {
    width: calc(100% + 35px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .news-section-global .line-bubble-img {
    width: calc(100% + 278px);
  }
}
.news-section-global .line-bubble-img img {
  width: 100%;
  height: auto;
  display: block;
}
.news-section-global .wrapper .block-info-global * {
  color: #2C2825;
}
.news-section-global .wrapper .block-info-global .block-title-big {
  max-width: 535px;
}
.news-section-global .wrapper .block-info-global .block-desc {
  max-width: 440px;
}
.news-section-global .wrapper .block-info-global .center-btn .btn {
  padding-right: 36px;
  padding-left: 36px;
}
.news-section-global .wrapper .news-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  .news-section-global .wrapper .news-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
    margin: 64px 0 0;
  }
}
.news-section-global .wrapper .news-grid .single {
  border-radius: 24px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding: 24px 24px;
  background: #FAF5F0;
  position: relative;
  min-height: 376px;
}
@media (max-width: 768px) {
  .news-section-global .wrapper .news-grid .single {
    min-height: 466px;
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .news-section-global .wrapper .news-grid .single.mobile-bg-no .photo {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .news-section-global .wrapper .news-grid .single.mobile-bg-no .photo-mobile {
    display: none !important;
  }
}
.news-section-global .wrapper .news-grid .single:hover .photo {
  opacity: 0.5;
}
.news-section-global .wrapper .news-grid .single:hover .cat {
  transform: translateX(-4px);
}
.news-section-global .wrapper .news-grid .single:hover .title {
  transform: translateX(-4px);
}
.news-section-global .wrapper .news-grid .single:hover .btn-wrap {
  transform: translateX(4px);
}
.news-section-global .wrapper .news-grid .single .gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-section-global .wrapper .news-grid .single .gradient-bg:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 1200.234px;
  background: radial-gradient(78.31% 130.56% at 51.07% -30.55%, rgba(146, 166, 115, 0.5) 0%, #3A4A3F 64.99%, #2C2825 87.57%), linear-gradient(0deg, rgba(44, 40, 37, 0.3) 48.16%, rgba(175, 144, 97, 0.3) 100%);
  position: absolute;
  margin-top: -30%;
}
.news-section-global .wrapper .news-grid .single .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .news-section-global .wrapper .news-grid .single .photo {
    display: none;
  }
}
.news-section-global .wrapper .news-grid .single .photo-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .news-section-global .wrapper .news-grid .single .photo-mobile {
    display: block;
  }
}
.news-section-global .wrapper .news-grid .single .cat {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1;
  color: #FAFAF9;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.news-section-global .wrapper .news-grid .single .title {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  color: #FAFAF9;
  margin: 12px 0 0;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.news-section-global .wrapper .news-grid .single .btn-wrap {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  right: 24px;
  line-height: 1;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .news-section-global .wrapper .news-grid .single .btn-wrap {
    right: inherit;
    bottom: 20px;
    left: 20px;
  }
}
.news-section-global .wrapper .news-grid .single .btn-wrap span {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.news-section-global .wrapper .news-grid .single .btn-wrap span img {
  height: 32px;
  width: auto;
  display: block;
}

.team-section-global {
  position: relative;
  padding: 160px 0 0;
  z-index: 2;
  background: #2C2825;
}
@media (max-width: 768px) {
  .team-section-global {
    padding: 96px 0 0;
  }
}
.team-section-global .line-bubble {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 160px;
}
@media (max-width: 1024px) {
  .team-section-global .line-bubble {
    width: calc(100% + 35px);
    left: 50% !important;
    right: inherit !important;
    margin: inherit !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 768px) {
  .team-section-global .line-bubble {
    top: 96px !important;
  }
}
.team-section-global .line-bubble-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1056px;
  top: 160px;
}
@media (max-width: 1024px) {
  .team-section-global .line-bubble-img {
    width: calc(100% + 35px);
    left: 50% !important;
    right: inherit !important;
    margin: inherit !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 768px) {
  .team-section-global .line-bubble-img {
    top: 96px !important;
  }
}
.team-section-global .line-bubble-img img {
  width: 100%;
  height: auto;
  display: block;
}
.team-section-global .line-bubble-img img.desktop {
  display: block;
}
@media (max-width: 768px) {
  .team-section-global .line-bubble-img img.desktop {
    display: none;
  }
}
.team-section-global .line-bubble-img img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .team-section-global .line-bubble-img img.mobile {
    display: block;
  }
}
.team-section-global .wrapper {
  padding: 96px 0 96px;
}
.team-section-global .wrapper .block-info-global * {
  color: #FAFAF9;
}
.team-section-global .wrapper .block-info-global .block-title-big {
  max-width: 600px;
}
.team-section-global .wrapper .block-info-global .block-desc {
  max-width: 610px;
}
.team-section-global .wrapper .additional-anchor {
  transform: translateY(-146px);
}
.team-section-global .wrapper .team-carousel {
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  .team-section-global .wrapper .team-carousel {
    margin: 64px 0 0;
    display: flex;
    flex-direction: column;
    grid-gap: 64px;
  }
}
@media (max-width: 768px) {
  .team-section-global .wrapper .team-carousel .single {
    width: 100%;
    text-align: center;
  }
}
.team-section-global .wrapper .team-carousel .single .photo-wrap {
  position: relative;
  width: calc(100% - 2px);
  margin: 0 0 0 1px;
}
@media (max-width: 768px) {
  .team-section-global .wrapper .team-carousel .single .photo-wrap {
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team-section-global .wrapper .team-carousel .single .photo-wrap .photo {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 350px;
  background: #2C2825;
}
@media (max-width: 768px) {
  .team-section-global .wrapper .team-carousel .single .photo-wrap .photo {
    max-width: 268px;
    width: 100%;
    margin: 0 auto;
  }
}
.team-section-global .wrapper .team-carousel .single .photo-wrap .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 150%;
}
.team-section-global .wrapper .team-carousel .single .photo-wrap .photo:before {
  content: "";
  position: absolute;
  left: 35%;
  bottom: -50%;
  display: block;
  width: 300%;
  height: 300%;
  border-radius: 1018.698px;
  background: radial-gradient(67.31% 69.04% at 52.2% 30.96%, #92A673 44.72%, #3A4A3F 79.2%, #020001 100%);
  filter: blur(79.9999923706px);
}
.team-section-global .wrapper .team-carousel .single .photo-wrap .photo img {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}
.team-section-global .wrapper .team-carousel .single .photo-wrap:before {
  content: "";
  border-radius: 350px;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background: #514636;
  background: linear-gradient(135deg, rgba(81, 70, 54, 0.5) 0%, rgba(171, 169, 172, 0) 100%);
}
.team-section-global .wrapper .team-carousel .single .info {
  margin: 48px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .team-section-global .wrapper .team-carousel .single .info {
    text-align: center;
    justify-content: center;
    margin: 24px auto 0;
    width: 100%;
    align-items: center;
  }
}
.team-section-global .wrapper .team-carousel .single .info .job {
  display: block;
  color: #859C63;
}
.team-section-global .wrapper .team-carousel .single .info .name {
  margin: 12px 0 0;
  display: block;
}
.team-section-global .wrapper .team-carousel .single .info .mail {
  margin: 24px 0 0;
  text-decoration: none;
  display: inline-block;
  color: #FAFAF9;
}
.team-section-global .wrapper .team-carousel .single .info .phone {
  text-decoration: none;
  display: inline-block;
  color: #FAFAF9;
}
.team-section-global .wrapper .team-carousel .single .info .linkedin {
  margin: 24px 0 0;
  padding: 3px 3px;
  text-decoration: none;
  display: inline-block;
}
.team-section-global .wrapper .team-carousel .single .info .linkedin:hover svg path {
  fill-opacity: 1;
}
.team-section-global .wrapper .team-carousel .single .info .linkedin svg {
  height: 18px;
  width: 18px;
  display: block;
}
.team-section-global .wrapper .team-carousel .single .info .linkedin svg path {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .team-section-global .wrapper .owl-custom-nav {
    display: none;
  }
}

.testimonials-section-global {
  padding: 160px 0 160px;
  z-index: 2;
  background: #2C2825;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonials-section-global {
    padding: 96px 0 96px;
  }
}
.testimonials-section-global .green-bubble-3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -906px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .testimonials-section-global .wrapper .block-info-global .block-title-big {
    font-size: 32px;
    font-size: 2rem;
  }
}
.testimonials-section-global .wrapper .testimonials-carousel {
  margin: 64px 0 0;
}
@media (max-width: 768px) {
  .testimonials-section-global .wrapper .testimonials-carousel {
    margin: 48px 0 0;
  }
}
.testimonials-section-global .wrapper .testimonials-carousel .single .desc {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.testimonials-section-global .wrapper .testimonials-carousel .single .author {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  justify-content: center;
}
.testimonials-section-global .wrapper .testimonials-carousel .single .author .photo {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.testimonials-section-global .wrapper .testimonials-carousel .single .author .author-info .name {
  display: block;
  font-family: "Lora", serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .testimonials-section-global .wrapper .testimonials-carousel .single .author .author-info .name {
    font-size: 16px;
    font-size: 1rem;
  }
}
.testimonials-section-global .wrapper .testimonials-carousel .single .author .author-info .title {
  display: block;
}
@media (max-width: 768px) {
  .testimonials-section-global .wrapper .testimonials-carousel .single .author .author-info .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.contact-info-form-section-global {
  z-index: 2;
  position: relative;
  background: #F1F0EE;
  padding: 160px 0;
}
@media (max-width: 768px) {
  .contact-info-form-section-global {
    padding: 64px 0;
  }
}
.contact-info-form-section-global .wrapper {
  display: grid;
  grid-gap: 80px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .contact-info-form-section-global .wrapper {
    grid-gap: 64px;
  }
}
@media (max-width: 768px) {
  .contact-info-form-section-global .wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.contact-info-form-section-global .wrapper .contact-info * {
  color: #2C2825;
}
.contact-info-form-section-global .wrapper .contact-info h2 {
  margin: 0;
}
.contact-info-form-section-global .wrapper .contact-info .desc {
  margin: 24px 0 0;
}
.contact-info-form-section-global .wrapper .contact-info .company-rows {
  margin: 64px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
@media (max-width: 768px) {
  .contact-info-form-section-global .wrapper .contact-info .company-rows {
    margin: 48px 0 0;
  }
}
.contact-info-form-section-global .wrapper .contact-info .company-rows .row {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
.contact-info-form-section-global .wrapper .contact-info .company-rows .row .icon-wrap {
  flex: none;
}
.contact-info-form-section-global .wrapper .contact-info .company-rows .row .icon-wrap img {
  height: 24px;
  width: auto;
  display: block;
}
.contact-info-form-section-global .wrapper .contact-info .company-info {
  margin: 48px 0 0;
}
@media (max-width: 768px) {
  .contact-info-form-section-global .wrapper .contact-info .company-info p {
    line-height: 2.4;
  }
}
.contact-info-form-section-global .wrapper .contact-info .social {
  margin: 96px 0 0;
  display: flex;
  grid-gap: 8px;
}
@media (max-width: 768px) {
  .contact-info-form-section-global .wrapper .contact-info .social {
    margin: 64px 0 0;
  }
}
.contact-info-form-section-global .wrapper .contact-info .social a {
  text-decoration: none;
  display: inline-block;
  padding: 4px 4px;
}
.contact-info-form-section-global .wrapper .contact-info .social a svg {
  height: 24px;
  width: 24px;
}
.inner-hero-section-global {
  padding: 256px 0 256px;
}
@media (max-width: 1024px) {
  .inner-hero-section-global {
    padding: 256px 0 160px;
  }
}
@media (max-width: 768px) {
  .inner-hero-section-global {
    padding: 200px 0 96px;
  }
}
.inner-hero-section-global .green-bubble {
  position: absolute;
  left: 0;
  right: 0;
  top: -174px;
  margin: 0 auto;
}
.inner-hero-section-global .wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.inner-hero-section-global .wrapper .block-title-biggest {
  max-width: 630px;
  width: 100%;
  text-align: center;
  margin: 24px auto 0;
}
.inner-hero-section-global .wrapper .desc {
  max-width: 630px;
  width: 100%;
  margin: 48px auto 0;
}
.inner-hero-section-global .wrapper .btn {
  margin: 48px 0 0;
  display: inline-block;
  padding-left: 42px;
  padding-right: 42px;
}
.inner-hero-section-global .wrapper .facts-global {
  width: 100%;
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  .inner-hero-section-global .wrapper .facts-global {
    margin: 64px 0 0;
  }
}

.experience-section-global {
  padding: 96px 0;
  z-index: 2;
  position: relative;
  background: #F1F0EE;
}
.experience-section-global .wrapper .block-info-global * {
  color: #2C2825;
}
.experience-section-global .wrapper .block-info-global .block-title-big {
  max-width: 640px;
}
.experience-section-global .wrapper .block-info-global .block-desc {
  max-width: 610px;
}
.about-services-section-global {
  z-index: 2;
  position: relative;
  background: #F1F0EE;
  padding: 160px 0;
}
@media (max-width: 768px) {
  .about-services-section-global {
    padding: 96px 0;
  }
}
.about-services-section-global .line-bubble-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1056px;
}
@media (max-width: 1024px) {
  .about-services-section-global .line-bubble-img {
    width: calc(100% + 35px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .about-services-section-global .line-bubble-img {
    width: calc(100% + 278px);
  }
}
.about-services-section-global .line-bubble-img img {
  width: 100%;
  height: auto;
  display: block;
}
.about-services-section-global .wrapper .block-info-global * {
  color: #2C2825;
}
.about-services-section-global .wrapper .block-info-global .block-title-big {
  max-width: 470px;
}
@media (max-width: 768px) {
  .about-services-section-global .wrapper .block-info-global .block-title-big {
    font-size: 32px;
    font-size: 2rem;
  }
}
.about-services-section-global .wrapper .block-info-global .block-desc {
  max-width: 490px;
}
@media (max-width: 480px) {
  .about-services-section-global .wrapper .block-info-global .btns {
    flex-direction: column;
    grid-gap: 12px;
  }
}
@media (max-width: 480px) {
  .about-services-section-global .wrapper .block-info-global .btns .btn {
    text-align: center;
  }
}

.accordion-section-global {
  z-index: 2;
  position: relative;
  background: #F1F0EE;
  padding: 160px 0 0;
}
@media (max-width: 768px) {
  .accordion-section-global {
    padding: 96px 0 0;
  }
}
.accordion-section-global .wrapper .block-info-global * {
  color: #2C2825;
}
.accordion-section-global .wrapper .block-info-global .block-title-big {
  max-width: 530px;
}
.accordion-section-global .wrapper .block-info-global .accordion {
  margin: 80px auto 0;
  max-width: 768px;
  width: 100%;
  border-top: 1px solid #6F655D;
}
.accordion-section-global .wrapper .block-info-global .accordion .single {
  padding: 48px 0;
  border-bottom: 1px solid #6F655D;
}
.accordion-section-global .wrapper .block-info-global .accordion .single .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.accordion-section-global .wrapper .block-info-global .accordion .single .header.ui-state-active .state {
  transform: rotate(180deg);
}
.accordion-section-global .wrapper .block-info-global .accordion .single .header h4 {
  margin: 0;
  padding: 0 32px 0 0;
}
.accordion-section-global .wrapper .block-info-global .accordion .single .header .state {
  width: 32px;
  height: 32px;
  background-image: url("../images/icon-arrow-accordion.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.accordion-section-global .wrapper .block-info-global .accordion .single .acc-text {
  padding: 48px 0 0;
}

.newsletter-section-global {
  padding: 160px 0 160px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsletter-section-global {
    padding: 96px 0;
  }
}
.newsletter-section-global .green-bubble-3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -906px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .newsletter-section-global .wrapper .block-info-global .block-title-big {
    font-size: 32px;
    font-size: 2rem;
  }
}
.newsletter-section-global .wrapper .block-info-global .block-desc {
  margin: 24px auto 0;
}
.newsletter-section-global .wrapper .newsletter-form {
  margin: 64px auto 0;
  width: 100%;
  max-width: 836px;
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap {
  display: flex;
  grid-gap: 8px;
}
@media (max-width: 480px) {
  .newsletter-section-global .wrapper .newsletter-form .input-wrap {
    flex-direction: column;
  }
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap input {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #D1CBC7;
  border-radius: 4px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  resize: none;
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap input.placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap input:-moz-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap input::-moz-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap input:-ms-input-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap input::-webkit-input-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-form .input-wrap .btn {
  padding: 8px 56px;
}
@media (max-width: 480px) {
  .newsletter-section-global .wrapper .newsletter-form .input-wrap .btn {
    text-align: center;
  }
}
.newsletter-section-global .wrapper .newsletter-form .disclaimer {
  display: block;
  margin: 12px 0 0;
  color: #FAFAF9;
  opacity: 0.8;
}
.newsletter-section-global .wrapper .newsletter-form .disclaimer a {
  color: #FAFAF9;
}
.newsletter-section-global .wrapper .newsletter-mailerlite {
  margin: 64px auto 0;
  width: 100%;
  max-width: 836px;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form {
  width: 100%;
  display: block;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap {
  display: flex;
  grid-gap: 8px;
  width: 100%;
}
@media (max-width: 480px) {
  .newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap {
    flex-direction: column;
  }
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent {
  width: 100%;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent .ml-error input.form-control {
  border-color: #db2e36;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #D1CBC7;
  border-radius: 4px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  resize: none;
  color: #F7F3F2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control.placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control:-moz-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control::-moz-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control:-ms-input-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control::-webkit-input-placeholder {
  color: #D1CBC7;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap button.btn {
  padding: 8px 56px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .newsletter-section-global .wrapper .newsletter-mailerlite form .form-top-wrap button.btn {
    text-align: center;
    width: 100%;
  }
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .disclaimer {
  display: block;
  margin: 12px 0 0;
  color: #FAFAF9;
  opacity: 0.8;
}
.newsletter-section-global .wrapper .newsletter-mailerlite form .disclaimer a {
  color: #FAFAF9;
}
.newsletter-section-global .wrapper .newsletter-mailerlite .ml-form-successBody p {
  margin: 0;
  font-weight: 500;
  color: #FAFAF9;
  text-align: center;
}

.map-section-global {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .map-section-global {
    height: 700px;
  }
}
.map-section-global .map {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .map-section-global .map {
    width: auto;
    height: 100%;
  }
}
.map-section-global a {
  display: block;
  text-decoration: none;
  position: absolute;
  z-index: 2;
}
.map-section-global a img {
  height: 300px;
  width: auto;
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 40px 0;
  height: 146px;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header {
    padding: 32px 0;
  }
}
header.faded-away {
  opacity: 0;
  pointer-events: none;
}
header.scrolled {
  background: #2C2825;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.6);
}
header.scrolled.disable-shadow {
  box-shadow: none !important;
}
header.scrolled.white .wrapper .logo img {
  position: absolute;
}
header.scrolled.white .wrapper .logo img.dark-logo {
  opacity: 0;
}
header.scrolled.white .wrapper .logo img.light-logo {
  opacity: 1;
}
header.scrolled.white .wrapper .nav ul li a {
  color: #F7F3F2;
}
header.scrolled.white .wrapper .cta-lang .lang span {
  color: #F7F3F2;
}
header.scrolled.white .wrapper .responsive-btn span {
  background: #F7F3F2;
}
header.scrolled .wrapper .logo {
  top: -25px;
  width: 132px;
  height: 92px;
}
@media (max-width: 1024px) {
  header.scrolled .wrapper .logo {
    top: inherit;
    width: inherit;
    height: inherit;
  }
}
header.scrolled .wrapper .logo img {
  height: 92px;
}
@media (max-width: 1024px) {
  header.scrolled .wrapper .logo img {
    height: 72px !important;
  }
}
@media (max-width: 1024px) {
  header.white .wrapper {
    height: 72px;
  }
}
header.white .wrapper .logo img {
  position: absolute;
}
header.white .wrapper .logo img.dark-logo {
  opacity: 1;
}
header.white .wrapper .logo img.light-logo {
  opacity: 0;
}
header.white .wrapper .nav ul li a {
  color: #38322E;
}
header.white .wrapper .cta-lang .lang span {
  color: #38322E;
}
header.white .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
  color: #38322E;
}
header.white .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle:before {
  background-image: url("../images/icon-arrow-lang-black.svg");
}
header.white .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a {
  color: #38322E;
}
header.white .wrapper .responsive-btn span {
  background: #2C2825;
}
header.inner .wrapper .logo {
  top: -25px;
  width: 132px;
  height: 92px;
}
@media (max-width: 1024px) {
  header.inner .wrapper .logo {
    top: inherit;
    width: inherit;
    height: inherit;
  }
}
header.inner .wrapper .logo img {
  height: 92px;
}
@media (max-width: 1024px) {
  header.inner .wrapper .logo img {
    height: 72px !important;
  }
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  header .wrapper .nav {
    display: none;
  }
}
header .wrapper .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  grid-gap: 32px;
}
header .wrapper .nav ul li a {
  text-decoration: none;
  color: #F7F3F2;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
header .wrapper .logo {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  width: 200px;
  height: 142px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  header .wrapper .logo {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    height: inherit;
    width: inherit;
    margin: initial;
  }
}
header .wrapper .logo img {
  height: 142px;
  width: auto;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  header .wrapper .logo img {
    height: 72px !important;
  }
}
header .wrapper .cta-lang {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  header .wrapper .cta-lang {
    display: none;
  }
}
header .wrapper .cta-lang .btn {
  min-width: inherit;
}
header .wrapper .cta-lang .lang span {
  font-weight: 500;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
header .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: inherit;
}
header .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li {
  position: relative;
}
header .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
  padding: 0 14px 0 0;
  color: #F7F3F2;
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
}
header .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle:after {
  display: none;
}
header .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/icon-arrow-lang-white.svg");
  position: absolute;
  right: 0;
}
header .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
  border: none;
}
header .wrapper .cta-lang .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a {
  border: none;
  background: none;
  padding: 0;
  color: #F7F3F2;
}
header .wrapper .responsive-btn {
  display: none;
  width: 32px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header .wrapper .responsive-btn {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
header .wrapper .responsive-btn.active {
  height: 32px;
}
header .wrapper .responsive-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 14px;
}
header .wrapper .responsive-btn.active span:nth-child(2) {
  opacity: 0;
}
header .wrapper .responsive-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 15px;
}
header .wrapper .responsive-btn span {
  background: #F7F3F2;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .wrapper .responsive-btn span:nth-child(1) {
  top: 0;
}
header .wrapper .responsive-btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .wrapper .responsive-btn span:nth-child(3) {
  bottom: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    right: -100vw;
    position: fixed;
    top: 0;
    background: #2C2825;
    height: 100dvh;
    z-index: 49;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    -ms-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
  }
}
@media (max-width: 480px) {
  .responsive-menu {
    width: 100%;
  }
}
.responsive-menu .wrap {
  height: 100%;
  padding: 32px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.responsive-menu .wrap .circle {
  width: 458px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin: auto;
  align-self: center;
}
@media (max-width: 480px) {
  .responsive-menu .wrap .circle {
    width: calc(100% - 22px);
  }
}
.responsive-menu .wrap .circle img {
  width: 100%;
  height: auto;
  display: block;
}
.responsive-menu .wrap .circle:after {
  display: block;
  width: 100%;
  padding-top: 100%;
  content: "";
}
.responsive-menu .wrap .middle {
  position: absolute;
  justify-self: center;
  width: calc(100% - 40px);
}
.responsive-menu .wrap .middle .nav ul {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.responsive-menu .wrap .middle .nav ul li a {
  color: #F7F3F2;
  text-decoration: none;
  font-size: 24px;
  font-size: 1.5rem;
}
.responsive-menu .wrap .bottom {
  position: absolute;
  bottom: 32px;
  width: calc(100% - 40px);
}
.responsive-menu .wrap .bottom .lang {
  margin: 0 0 64px;
  display: flex;
  justify-content: center;
  grid-gap: 8px;
}
.responsive-menu .wrap .bottom .lang span {
  display: block;
  border: 1px solid #BBA077;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #F7F3F2;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.responsive-menu .wrap .bottom .lang span.active {
  background: #BBA077;
  color: #2C2825;
}
.responsive-menu .wrap .bottom .lang-switcher {
  margin: 0 0 64px;
  display: flex;
  justify-content: center;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: inherit;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown ul li {
  display: flex;
  grid-gap: 8px;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
  padding: 0;
  background: none;
  border: none;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle span {
  display: block;
  border: 1px solid #BBA077;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #F7F3F2;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #BBA077;
  color: #2C2825;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle:after {
  display: none;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
  border: none;
  position: relative;
  visibility: visible;
  top: inherit;
  right: inherit;
  left: inherit;
  display: block;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a {
  padding: 0;
  background: none;
  border: none;
}
.responsive-menu .wrap .bottom .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li a span {
  display: block;
  border: 1px solid #BBA077;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #F7F3F2;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.responsive-menu .wrap .bottom .btns {
  width: 100%;
}
.responsive-menu .wrap .bottom .btns .btn {
  width: 100%;
}
.responsive-menu.active {
  right: 0;
}

html[lang=en-US] .responsive-menu .lang-switcher .js-wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle {
  order: 2;
}
html[lang=en-US] .responsive-menu .lang-switcher .js-wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
  order: 1;
}

footer {
  padding: 80px 0;
  border-radius: 80px 80px 0 0;
  background: #2C2825;
  z-index: 6;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  footer {
    padding: 64px 0;
    border-radius: 40px 40px 0 0;
  }
}
footer .green-bubble-4 {
  position: absolute;
  bottom: -790px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
@media (max-width: 1280px) {
  footer .green-bubble-4 {
    bottom: -600px;
  }
}
@media (max-width: 1024px) {
  footer .green-bubble-4 {
    bottom: -500px;
  }
}
@media (max-width: 768px) {
  footer .green-bubble-4 {
    filter: blur(50px);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 166, 115, 0.7) 38.94%, #3a4a3f 80.43%, #2c2825);
    transform: rotate(135deg);
    width: calc(100% + 209px);
    bottom: -300px;
    left: -15px;
    right: inherit;
  }
}
footer .wrapper .top .logo {
  height: 48px;
  width: auto;
  display: block;
}
footer .wrapper .middle {
  margin: 80px 0 0;
  display: flex;
  align-items: flex-start;
  grid-gap: 128px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .wrapper .middle {
    flex-direction: column;
    margin: 64px 0 0;
    grid-gap: 64px;
  }
}
footer .wrapper .middle .nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .wrapper .middle .nav {
    flex-direction: column;
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .middle .nav {
    grid-gap: 48px;
  }
}
footer .wrapper .middle .nav .single * {
  color: #FAFAF9;
}
footer .wrapper .middle .nav .single .title {
  display: block;
  font-family: "Lora", serif;
}
footer .wrapper .middle .nav .single .text {
  margin: 24px 0 0;
}
footer .wrapper .middle .nav .single .text a {
  text-decoration: none;
  color: #FAFAF9;
}
footer .wrapper .middle .nav .single .text * {
  color: #FAFAF9;
}
@media (max-width: 768px) {
  footer .wrapper .middle .nav .single .text * {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
footer .wrapper .middle .newsletter {
  width: 400px;
  flex: none;
}
@media (max-width: 768px) {
  footer .wrapper .middle .newsletter {
    width: 100%;
  }
}
footer .wrapper .middle .newsletter .title {
  display: block;
  font-family: "Lora", serif;
}
footer .wrapper .middle .newsletter .text {
  margin: 24px 0 0;
}
@media (max-width: 768px) {
  footer .wrapper .middle .newsletter .text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer .wrapper .middle .newsletter .newsletter-form {
  margin: 24px 0 0;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap {
  display: flex;
  grid-gap: 8px;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap input {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #D1CBC7;
  border-radius: 4px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  resize: none;
  color: #FAFAF9;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap input.placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap input:-moz-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap input::-moz-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap input:-ms-input-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap input::-webkit-input-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-form .input-wrap .btn {
  padding: 8px 27px;
  min-width: inherit;
}
footer .wrapper .middle .newsletter .newsletter-form .disclaimer {
  display: block;
  margin: 12px 0 0;
  color: #FAFAF9;
  opacity: 0.8;
}
footer .wrapper .middle .newsletter .newsletter-form .disclaimer a {
  color: #FAFAF9;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite {
  margin: 24px 0 0;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form {
  width: 100%;
  display: block;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap {
  display: flex;
  grid-gap: 8px;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent {
  width: 100%;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent .ml-error input.form-control {
  border-color: #db2e36;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #D1CBC7;
  border-radius: 4px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1;
  resize: none;
  color: #FAFAF9;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control.placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control:-moz-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control::-moz-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control:-ms-input-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap .ml-form-formContent input.form-control::-webkit-input-placeholder {
  color: #D1CBC7;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .form-top-wrap button.btn {
  padding: 8px 27px;
  min-width: inherit;
  cursor: pointer;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .disclaimer {
  display: block;
  margin: 12px 0 0;
  color: #FAFAF9;
  opacity: 0.8;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite form .disclaimer a {
  color: #FAFAF9;
}
footer .wrapper .middle .newsletter .newsletter-mailerlite .ml-form-successBody p {
  margin: 0;
  font-weight: 500;
  color: #FAFAF9;
}
footer .wrapper .bottom {
  margin: 152px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 0;
  border-top: 1px solid #FAFAF9;
}
@media (max-width: 1024px) {
  footer .wrapper .bottom {
    margin: 128px 0 0;
  }
}
@media (max-width: 768px) {
  footer .wrapper .bottom {
    margin: 64px 0 0;
    padding: 24px 0 0;
    flex-direction: column;
    grid-gap: 48px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
footer .wrapper .bottom .left {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  footer .wrapper .bottom .left {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .wrapper .bottom .left .copy {
  display: block;
  color: #FAFAF9;
}
@media (max-width: 768px) {
  footer .wrapper .bottom .left .copy {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
footer .wrapper .bottom .left .links {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  footer .wrapper .bottom .left .links {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .wrapper .bottom .left .links a {
  text-decoration: none;
  color: #FAFAF9;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .wrapper .bottom .left .links a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
footer .wrapper .bottom .right {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
footer .wrapper .bottom .right a {
  display: inline-block;
  text-decoration: none;
  padding: 3px 3px;
}
footer .wrapper .bottom .right a svg {
  height: 18px;
  width: 18px;
}
.footer-bg-corners {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #F1F0EE;
  z-index: 1;
}

main.page-home .bubble-hero-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: -174px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-home .bubble-hero-sticky {
    top: 134px;
    position: absolute;
  }
}
main.page-home .hero-section {
  padding: 256px 0 0;
}
@media (max-width: 1024px) {
  main.page-home .hero-section {
    padding: 232px 0 0;
  }
}
main.page-home .hero-section .wrapper {
  text-align: center;
}
main.page-home .hero-section .wrapper h1 {
  max-width: 780px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
main.page-home .hero-section .wrapper .desc {
  max-width: 630px;
  width: 100%;
  margin: 48px auto 0;
}
main.page-home .hero-section .wrapper .btns {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  justify-content: center;
  margin: 48px 0 0;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .btns {
    margin: 64px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-home .hero-section .wrapper .btns .btn {
    width: 100%;
  }
}
main.page-home .hero-section .wrapper .facts-global {
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .facts-global {
    display: none;
  }
}
main.page-home .hero-section .wrapper .facts-carousel-home {
  display: none;
  margin: 64px 0 0;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .facts-carousel-home {
    display: block;
  }
}
main.page-home .hero-section .wrapper .facts-carousel-home .owl-item {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .facts-carousel-home .single {
    display: flex;
    flex-direction: row;
    grid-gap: 12px;
    align-items: center;
  }
}
main.page-home .hero-section .wrapper .facts-carousel-home .single span {
  display: block;
  text-align: center;
  color: #FAFAF9;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .facts-carousel-home .single span {
    text-align: left;
  }
}
main.page-home .hero-section .wrapper .facts-carousel-home .single span:nth-child(2) {
  max-width: 120px;
  width: 100%;
  line-height: 1.05;
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .facts-carousel-home .single span:nth-child(2) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
main.page-home .hero-description-section {
  padding: 132px 0;
  margin: 288px 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  main.page-home .hero-description-section {
    margin: 128px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-description-section {
    margin: 96px 0 0;
    padding: 96px 0;
  }
}
main.page-home .hero-description-section .line-bubble-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -624px;
  width: 100%;
  max-width: 1056px;
}
@media (max-width: 1024px) {
  main.page-home .hero-description-section .line-bubble-img {
    width: calc(100% + 35px);
    bottom: inherit;
    top: -96px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
main.page-home .hero-description-section .line-bubble-img img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-home .hero-description-section .line-bubble-img img.desktop {
  display: block;
}
@media (max-width: 768px) {
  main.page-home .hero-description-section .line-bubble-img img.desktop {
    display: none;
  }
}
main.page-home .hero-description-section .line-bubble-img img.mobile {
  display: none;
}
@media (max-width: 768px) {
  main.page-home .hero-description-section .line-bubble-img img.mobile {
    display: block;
  }
}
main.page-home .hero-description-section .wrapper .desc {
  max-width: 482px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-home .hero-description-section .wrapper .desc {
    padding: 0 35px;
  }
}
main.page-home .news-section-global {
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 768px) {
  main.page-home .news-section-global {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
main.page-home .services-section {
  padding: 160px 0 0;
  background: #2C2825;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  main.page-home .services-section {
    padding: 96px 0 0;
  }
}
main.page-home .services-section .green-bubble-2 {
  top: -683px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-home .services-section .green-bubble-2 {
    top: -60px;
  }
}
main.page-home .services-section .wrapper .block-info-global .block-title-big {
  max-width: 630px;
}
main.page-home .services-section .wrapper .block-info-global .block-desc {
  max-width: 560px;
}
main.page-home .team-section-global {
  z-index: 4;
}
main.page-home .testimonials-section-global {
  background: transparent;
  z-index: 4;
  position: relative;
}
main.page-home .clients-section-global.second {
  z-index: 5;
}
main.page-home .contact-info-form-section-global {
  z-index: 5;
}
main.page-about .bubble-hero-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: -174px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-about .bubble-hero-sticky {
    top: 134px;
    position: absolute;
  }
}
main.page-about .facts-section-global {
  padding: 96px 0 96px;
  z-index: 2;
  position: relative;
  background: #F1F0EE;
}
@media (max-width: 768px) {
  main.page-about .facts-section-global {
    padding-top: 0;
  }
}
main.page-about .facts-section-global .wrapper * {
  color: #2C2825;
}
main.page-about .facts-section-global .wrapper .block-title {
  margin: 0 0 48px;
}
main.page-about .news-section-global {
  position: relative;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 768px) {
  main.page-about .news-section-global {
    padding-top: 96px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
main.page-about .international-section {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  main.page-about .international-section {
    padding: 0;
  }
}
main.page-about .international-section .wrapper .wrap {
  border-radius: 24px;
  border: 1px solid #BBA077;
  background: #38322E;
  padding: 48px 24px;
}
@media (max-width: 768px) {
  main.page-about .international-section .wrapper .wrap {
    padding: 24px 20px;
  }
}
main.page-about .international-section .wrapper .wrap .icon-wrap {
  margin: 64px auto 0;
}
@media (max-width: 768px) {
  main.page-about .international-section .wrapper .wrap .icon-wrap {
    margin: 48px auto 0;
  }
}
main.page-about .international-section .wrapper .wrap .icon-wrap img {
  height: 136px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-about .international-section .wrapper .wrap .icon-wrap img {
    height: 92px;
  }
}
main.page-about .international-section .wrapper .wrap .desc-1 {
  margin: 64px auto 0;
  max-width: 715px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  main.page-about .international-section .wrapper .wrap .desc-1 {
    margin: 48px auto 0;
  }
}
main.page-about .international-section .wrapper .wrap .desc-2 {
  margin: 48px auto 0;
  max-width: 620px;
  width: 100%;
  text-align: center;
}
main.page-about .international-section .wrapper .wrap .link-wrap {
  margin: 64px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  main.page-about .international-section .wrapper .wrap .link-wrap {
    margin: 48px 0 0;
  }
}
main.page-about .international-section .wrapper .wrap .link-wrap a {
  display: inline-block;
  text-decoration: none;
}
main.page-about .international-section .wrapper .wrap .link-wrap a img {
  height: 32px;
  width: auto;
  display: block;
}
main.page-about .testimonials-section-global .wrapper {
  padding-top: 0;
}
@media (max-width: 768px) {
  main.page-about .clients-section-global {
    padding-bottom: 128px;
  }
}
main.page-services .bubble-hero-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: -174px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-services .bubble-hero-sticky {
    top: 134px;
    position: absolute;
  }
}
main.page-services .services-section {
  padding: 192px 0 160px;
}
@media (max-width: 768px) {
  main.page-services .services-section {
    padding: 96px 0 96px;
  }
}
main.page-services .services-section .wrapper .block-info-global .block-title-big {
  max-width: 622px;
}
main.page-services .services-section .wrapper .block-info-global .block-desc {
  max-width: 560px;
}
main.page-services .clients-section-global {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
@media (max-width: 768px) {
  main.page-services .clients-section-global {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
main.page-service.page-id-250 .about-services-section-global {
  padding-top: 0;
}
main.page-service .bubble-hero-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: -174px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-service .bubble-hero-sticky {
    top: 134px;
    position: absolute;
  }
}
main.page-service .experience-section-global .additional-anchor {
  transform: translateY(-242px);
}
main.page-service .experience-section-global .wrapper .block-info-global .block-title-big {
  max-width: 555px;
}
main.page-service .experience-section-global .wrapper .block-info-global .block-desc {
  max-width: 610px;
}
main.page-service .industries-section {
  padding: 64px 0 64px;
  z-index: 2;
  position: relative;
  background: #F1F0EE;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 768px) {
  main.page-service .industries-section {
    padding-top: 0;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
main.page-service .industries-section .wrapper .block-info-global * {
  color: #2C2825;
}
main.page-service .industries-section .wrapper .block-info-global .block-title-big {
  max-width: 475px;
}
main.page-service .industries-section .wrapper .block-info-global .block-desc {
  max-width: 635px;
}
main.page-service .industries-section .wrapper .industries {
  margin: 96px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  main.page-service .industries-section .wrapper .industries {
    margin: 64px 0 0;
    grid-gap: 20px;
  }
}
@media (max-width: 480px) {
  main.page-service .industries-section .wrapper .industries {
    max-width: 320px;
    width: 100%;
    margin: 64px auto 0;
  }
}
main.page-service .industries-section .wrapper .industries span {
  display: block;
  color: #6F655D;
  padding: 16px 16px;
  border-radius: 8px;
  border: 1px solid #6F655D;
}
@media (max-width: 768px) {
  main.page-service .industries-section .wrapper .industries span {
    font-size: 16px;
    font-size: 1rem;
  }
}
main.page-service .positions-section {
  position: relative;
  padding: 160px 0 0;
  z-index: 2;
}
@media (max-width: 768px) {
  main.page-service .positions-section {
    padding: 96px 0 0;
  }
}
main.page-service .positions-section .line-bubble-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1056px;
  top: 160px;
}
@media (max-width: 1024px) {
  main.page-service .positions-section .line-bubble-img {
    width: calc(100% + 35px);
    left: 50% !important;
    right: inherit !important;
    margin: inherit !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 768px) {
  main.page-service .positions-section .line-bubble-img {
    top: 96px !important;
  }
}
main.page-service .positions-section .line-bubble-img img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-service .positions-section .line-bubble-img img.desktop {
  display: block;
}
@media (max-width: 768px) {
  main.page-service .positions-section .line-bubble-img img.desktop {
    display: none;
  }
}
main.page-service .positions-section .line-bubble-img img.mobile {
  display: none;
}
@media (max-width: 768px) {
  main.page-service .positions-section .line-bubble-img img.mobile {
    display: block;
  }
}
main.page-service .positions-section .line-bubble {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 160px;
}
@media (max-width: 768px) {
  main.page-service .positions-section .line-bubble {
    top: 96px;
  }
}
main.page-service .positions-section .wrapper {
  padding: 96px 0 96px;
}
@media (max-width: 768px) {
  main.page-service .positions-section .wrapper {
    padding: 96px 0 64px;
  }
}
main.page-service .positions-section .wrapper .block-info-global .block-title-big {
  max-width: 610px;
}
main.page-service .positions-section .wrapper .block-info-global .block-desc {
  max-width: 700px;
}
main.page-service .positions-section .wrapper .positions {
  margin: 96px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main.page-service .positions-section .wrapper .positions {
    margin: 64px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-service .positions-section .wrapper .positions.hide-mobile {
    display: none;
  }
}
main.page-service .positions-section .wrapper .positions .single {
  border-radius: 24px;
  position: relative;
  background: linear-gradient(128.74deg, #25211e 5.81%, #332f2c);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 212px;
  width: calc(33.3333333333% - 16px);
}
main.page-service .positions-section .wrapper .positions .single:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: #2C2825;
  background: linear-gradient(310deg, #2c2825 0%, #f2eeed 100%);
  position: absolute;
  border-radius: 24px;
  z-index: -1;
  opacity: 0.3;
}
main.page-service .positions-section .wrapper .positions .single span {
  display: block;
  text-align: center;
}
main.page-service .positions-section .wrapper .positions-mobile {
  display: flex;
  flex-direction: column;
  margin: 96px auto 0;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 212px;
  grid-gap: 16px;
  max-width: 408px;
  position: relative;
  background: linear-gradient(128.74deg, #25211e 5.81%, #332f2c);
}
@media (max-width: 768px) {
  main.page-service .positions-section .wrapper .positions-mobile {
    margin: 64px auto 0;
  }
}
main.page-service .positions-section .wrapper .positions-mobile:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  background: #2C2825;
  background: linear-gradient(310deg, #2c2825 0%, #f2eeed 100%);
  position: absolute;
  border-radius: 24px;
  z-index: -1;
  opacity: 0.3;
}
main.page-service .positions-section .wrapper .positions-mobile .bigger-dynamic-wrap {
  display: flex;
  align-items: center;
  height: 30px;
  position: relative;
  width: 100%;
  max-width: 208px;
}
main.page-service .positions-section .wrapper .positions-mobile .bigger-dynamic-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #676361;
  position: absolute;
  bottom: -8px;
  left: 0;
}
main.page-service .positions-section .wrapper .positions-mobile .bigger-dynamic-wrap .dynamic-position-word {
  height: 24px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  /* clips the sliding list */
  vertical-align: baseline;
  line-height: 1;
  /* a bit tighter; adjust if needed */
  margin: 0 auto;
}
main.page-service .positions-section .wrapper .positions-mobile .bigger-dynamic-wrap .dynamic-position-word .track {
  will-change: transform;
}
main.page-service .positions-section .wrapper .positions-mobile .bigger-dynamic-wrap .dynamic-position-word span {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
}
main.page-service .positions-section .wrapper .positions-mobile .fixed-word-1 {
  display: block;
}
main.page-service .about-services-section-global {
  padding: 96px 0;
}
main.page-service .about-services-section-global .wrapper .block-info-global .center-btn .btn {
  padding-left: 36px;
  padding-right: 36px;
}
main.page-service .testimonials-section-global .green-bubble-3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -906px;
  margin: 0 auto;
}
main.page-service .accordion-section-global {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  main.page-service .accordion-section-global {
    padding-bottom: 96px;
  }
}
main.page-service .enquire-section {
  padding: 160px 0;
}
@media (max-width: 768px) {
  main.page-service .enquire-section {
    padding: 96px 0;
  }
}
main.page-service .enquire-section:after {
  display: none;
}
main.page-service .enquire-section .wrapper {
  border: 1px solid #625e5c;
  padding: 48px 48px;
  border-radius: 24px;
  background: #2C2825;
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.page-service .enquire-section .wrapper {
    padding: 40px 24px;
  }
}
main.page-service .enquire-section .wrapper .green-bubble-5 {
  bottom: -952px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
}
main.page-service .enquire-section .wrapper .block-title-big {
  text-align: center;
}
@media (max-width: 768px) {
  main.page-service .enquire-section .wrapper .block-title-big {
    font-size: 32px;
    font-size: 2rem;
  }
}
main.page-service .enquire-section .wrapper .desc {
  text-align: center;
  margin: 24px 0 0;
}
main.page-service .enquire-section .wrapper .form {
  margin: 64px auto 0;
  width: 100%;
  max-width: 592px;
  z-index: 5;
  position: relative;
}
main.page-service .enquire-section .wrapper .form .form-global form label {
  color: #FAFAF9;
}
main.page-service .enquire-section .wrapper .form .form-global form .wpcf7-acceptance a {
  color: #FAFAF9;
}
main.page-service .enquire-section .wrapper .form .form-global form .wpcf7-submit {
  color: #2C2825;
  border-color: #859C63;
  background: #859C63;
  align-self: center;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

main.page-news .news-section-global {
  padding-top: 256px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 768px) {
  main.page-news .news-section-global {
    padding-top: 232px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
main.page-news .news-section-global .line-bubble-img {
  top: 160px;
}
main.page-news .news-section-global .wrapper .block-info-global .block-title-big {
  max-width: 535px;
}
main.page-news .news-section-global .wrapper .center-btn {
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  main.page-news .news-section-global .wrapper .center-btn {
    margin: 64px 0 0;
  }
}
main.page-news .about-services-section-global {
  padding-top: 256px;
}
@media (max-width: 768px) {
  main.page-news .about-services-section-global {
    padding-top: 192px;
  }
}
main.page-news .about-services-section-global .line-bubble-img {
  top: 160px;
}
@media (max-width: 768px) {
  main.page-news .about-services-section-global .line-bubble-img {
    top: 96px;
  }
}
main.page-contacts .contact-info-form-section-global {
  background: #2C2825;
  padding: 256px 0 96px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  main.page-contacts .contact-info-form-section-global {
    padding: 200px 0 0;
  }
}
main.page-contacts .contact-info-form-section-global .green-bubble {
  position: fixed;
  left: 0;
  right: 0;
  top: -174px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-contacts .contact-info-form-section-global .green-bubble {
    top: 134px;
    position: absolute;
  }
}
main.page-contacts .contact-info-form-section-global .wrapper .contact-info * {
  color: #FAFAF9;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label {
  color: #FAFAF9;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label input, main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label textarea {
  background: transparent;
  border-color: #FAFAF9;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label input.placeholder, main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label textarea.placeholder {
  color: #D1CBC7;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label input:-moz-placeholder, main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label textarea:-moz-placeholder {
  color: #D1CBC7;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label input::-moz-placeholder, main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label textarea::-moz-placeholder {
  color: #D1CBC7;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label input:-ms-input-placeholder, main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label textarea:-ms-input-placeholder {
  color: #D1CBC7;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label input::-webkit-input-placeholder, main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form label textarea::-webkit-input-placeholder {
  color: #D1CBC7;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form .wpcf7-acceptance a {
  color: #FAFAF9;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form .wpcf7-submit {
  color: #FAFAF9;
  border-color: #FAFAF9;
  -webkit-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}
main.page-contacts .contact-info-form-section-global .wrapper .form .form-global form .wpcf7-submit:hover {
  background: #FAFAF9;
  color: #2C2825;
}
main.page-contacts .team-section-global {
  z-index: 4;
  background: transparent;
}
main.page-contacts .map-section-global {
  z-index: 4;
}

main.page-text {
  background: #F1F0EE;
}
main.page-text .content-section {
  padding: 256px 0 96px;
}
@media (max-width: 768px) {
  main.page-text .content-section {
    padding: 200px 0 64px;
  }
}
main.page-text .content-section .wrapper {
  max-width: 840px;
}
main.page-text .content-section .wrapper * {
  color: #2C2825;
}
main.page-text .content-section .wrapper h1 {
  margin: 0;
}
main.page-text .content-section .wrapper .content {
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  main.page-text .content-section .wrapper .content {
    margin: 64px 0 0;
  }
}

main.single-new {
  background: #F1F0EE;
}
main.single-new .main-content-section {
  padding: 256px 0 96px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  position: relative;
  background: #FAFAF9;
  z-index: 2;
}
@media (max-width: 768px) {
  main.single-new .main-content-section {
    padding: 200px 0 64px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
main.single-new .main-content-section .wrapper {
  max-width: 840px;
}
main.single-new .main-content-section .wrapper * {
  color: #2C2825;
}
main.single-new .main-content-section .wrapper .block-title {
  text-align: left;
}
@media (max-width: 768px) {
  main.single-new .main-content-section .wrapper .block-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
main.single-new .main-content-section .wrapper .meta {
  margin: 48px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  main.single-new .main-content-section .wrapper .meta {
    flex-direction: column;
    grid-gap: 48px;
    align-items: flex-start;
  }
}
main.single-new .main-content-section .wrapper .meta .social-share {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
main.single-new .main-content-section .wrapper .meta .social-share a {
  text-decoration: none;
  height: 24px;
}
@media (max-width: 480px) {
  main.single-new .main-content-section .wrapper .meta .social-share a {
    height: 20px;
  }
}
main.single-new .main-content-section .wrapper .meta .social-share a svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 480px) {
  main.single-new .main-content-section .wrapper .meta .social-share a svg {
    width: 20px;
    height: 20px;
  }
}
main.single-new .main-content-section .wrapper .content {
  margin: 104px 0 0;
}
@media (max-width: 768px) {
  main.single-new .main-content-section .wrapper .content {
    margin: 64px 0 0;
  }
}
main.single-new .main-content-section .wrapper .content .featured-image {
  border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  main.single-new .main-content-section .wrapper .content .featured-image {
    margin: 64px 0 0;
    border-radius: 4px;
  }
}
main.single-new .main-content-section .wrapper .content .full-text {
  margin: 96px 0 0;
}
@media (max-width: 768px) {
  main.single-new .main-content-section .wrapper .content .full-text {
    margin: 64px 0 0;
  }
}
main.single-new .newsletter-section-global {
  background: #2C2825;
  position: relative;
  overflow: inherit;
}
main.single-new .newsletter-section-global:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 0;
  background: #2C2825;
  z-index: 1;
}
main.page-404 {
  padding: 146px 0 0;
  background: #F1F0EE;
}
main.page-404 .error-404-section {
  height: calc(100vh - 146px);
  display: flex;
  align-items: center;
  justify-content: center;
}
main.page-404 .error-404-section .wrapper .wrap {
  text-align: center;
}
main.page-404 .error-404-section .wrapper .wrap .block-title {
  color: #2C2825;
}
main.page-404 .error-404-section .wrapper .wrap .block-title-biggest {
  color: #2C2825;
  margin: 24px auto 0;
}
main.page-404 .error-404-section .wrapper .wrap .desc {
  margin: 48px 0;
}
main.page-404 .error-404-section .wrapper .wrap .desc p {
  color: #2C2825;
}
main.single-offer .bubble-hero-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: -174px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.single-offer .bubble-hero-sticky {
    top: 134px;
    position: absolute;
  }
}
main.single-offer .inner-hero-section-global {
  padding-bottom: 128px;
  z-index: 3;
}
@media (max-width: 768px) {
  main.single-offer .inner-hero-section-global {
    padding-bottom: 96px;
  }
}
main.single-offer .testimonials-section-global {
  padding-top: 0;
  background: transparent;
  z-index: 3;
  overflow: visible;
}
main.single-offer .testimonials-section-global .line-bubble {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
main.single-offer .testimonials-section-global .line-bubble-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1056px;
  top: 0;
}
@media (max-width: 1024px) {
  main.single-offer .testimonials-section-global .line-bubble-img {
    width: calc(100% + 35px);
    left: 50% !important;
    right: inherit !important;
    margin: inherit !important;
    transform: translateX(-50%) !important;
  }
}
main.single-offer .testimonials-section-global .line-bubble-img img {
  width: 100%;
  height: auto;
  display: block;
}
main.single-offer .testimonials-section-global .line-bubble-img img.desktop {
  display: block;
}
@media (max-width: 768px) {
  main.single-offer .testimonials-section-global .line-bubble-img img.desktop {
    display: none;
  }
}
main.single-offer .testimonials-section-global .line-bubble-img img.mobile {
  display: none;
}
@media (max-width: 768px) {
  main.single-offer .testimonials-section-global .line-bubble-img img.mobile {
    display: block;
  }
}
main.single-offer .testimonials-section-global .wrapper {
  padding: 160px 0 0;
}
@media (max-width: 768px) {
  main.single-offer .testimonials-section-global .wrapper {
    padding: 96px 0 0;
  }
}
main.single-offer .how-we-works-section {
  z-index: 10;
  position: relative;
  background: #F1F0EE;
  padding: 160px 0;
  padding: 96px 0 0;
}
@media (max-width: 768px) {
  main.single-offer .how-we-works-section {
    padding: 64px 0 0;
  }
}
main.single-offer .how-we-works-section .wrapper .block-info-global * {
  color: #2C2825;
}
main.single-offer .how-we-works-section .wrapper .block-info-global .block-title-big {
  max-width: 640px;
}
main.single-offer .how-we-works-section .wrapper .process {
  margin: 96px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main.single-offer .how-we-works-section .wrapper .process {
    margin: 64px 0 0;
  }
}
main.single-offer .how-we-works-section .wrapper .process .single {
  display: flex;
  width: calc(33.3333333333% - 16px);
  border-radius: 8px;
  padding: 24px 24px;
  box-shadow: -32px -32px 32px rgba(255, 255, 255, 0.25) inset, 20px 20px 20px rgba(233, 232, 230, 0.4) inset;
  background: linear-gradient(155.8deg, #f1f0ee 36.23%, rgba(255, 254, 252, 0.5) 70.56%);
  border: 2px solid #fff;
}
@media (max-width: 1024px) {
  main.single-offer .how-we-works-section .wrapper .process .single {
    width: calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  main.single-offer .how-we-works-section .wrapper .process .single {
    width: 100%;
  }
}
main.single-offer .how-we-works-section .wrapper .process .single p {
  margin: 0;
  color: #6F655D;
  position: relative;
  padding: 0 0 0 24px;
}
main.single-offer .how-we-works-section .wrapper .process .single p:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #6F655D;
  position: absolute;
  top: 9px;
  left: 10px;
}
main.single-offer .accordion-section-global {
  padding: 160px 0 96px;
  z-index: 4;
}
@media (max-width: 768px) {
  main.single-offer .accordion-section-global {
    padding: 96px 0 64px;
  }
}
main.single-offer .clients-section-global {
  z-index: 4;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
@media (max-width: 768px) {
  main.single-offer .clients-section-global {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
@media (max-width: 768px) {
  main.single-offer .newsletter-section-global {
    padding-top: 0;
  }
}

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