@charset "UTF-8";
/*!
Theme Name: EWL B2C
Theme URI: http://underscores.me/
Author: JCD
Author URI: http://JCD
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ewlb2c
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, .fullFaq .search-label, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: thin dotted; }

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

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

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

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

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

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*****

COLORS

*****/
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../ewlb2c/fonts/Lato/Lato-Light.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../ewlb2c/fonts/Lato/Lato-Light.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Lato/Lato-Regular.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Lato/Lato-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../ewlb2c/fonts/Lato/Lato-Bold.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../ewlb2c/fonts/Lato/Lato-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../ewlb2c/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
.hero-gradient {
  background: linear-gradient(0deg, #f4f4f6 0%, white 100%); }

.header-gradient, .single-post .entry-header:before, .entry-header, .hero:before, .featuredPost:before {
  background: linear-gradient(180deg, rgba(243, 243, 244, 0) 0%, #F3F3F4 100%); }

.header-b2b-gradient, .entry-header, .featuredPost:before {
  background: linear-gradient(0deg, #181623, #181623), linear-gradient(247.95deg, rgba(28, 36, 39, 0) 43.71%, #1C2427 64.51%) !important; }

/************

BASIC STYLES

************/
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "Open sans", sans-serif;
  font-display: auto;
  font-size: 1.6rem;
  margin: 0;
  scroll-behavior: smooth; }

h1, .h1, h2, .h2, .module__header, .single-post h1, .offers h2, .textImageBlock h2, h3, .h3, .job-offer .main__header h1, .job-offer .main__opinions h3, .bigBlurbs__item h3, h4, .fullFaq .search-label, .h4, .single-post .sharePost .header, .fullFaq__question, .fullFaq__contactForm--title, .job-offer .main__opinionForm .header, .featuredPost--title, h5, .h5, .blurbs__item .title-link, .blurbs__item h3, .news__wrapper h3 {
  color: #181623;
  font-weight: 600;
  font-family: "Lato", sans-serif; }

body:lang(cs) h1, body:lang(cs) .h1, body:lang(cs) h2, body:lang(cs) .h2, body:lang(cs) .module__header, body:lang(cs) .single-post h1, .single-post body:lang(cs) h1, body:lang(cs) .offers h2, .offers body:lang(cs) h2, body:lang(cs) .textImageBlock h2, .textImageBlock body:lang(cs) h2, body:lang(cs) h3, body:lang(cs) .h3, body:lang(cs) .job-offer .main__header h1, .job-offer .main__header body:lang(cs) h1, body:lang(cs) .job-offer .main__opinions h3, .job-offer .main__opinions body:lang(cs) h3, body:lang(cs) .bigBlurbs__item h3, .bigBlurbs__item body:lang(cs) h3, body:lang(cs) h4, body:lang(cs) .fullFaq .search-label, .fullFaq body:lang(cs) .search-label, body:lang(cs) .h4, body:lang(cs) .single-post .sharePost .header, .single-post .sharePost body:lang(cs) .header, body:lang(cs) .fullFaq__question, body:lang(cs) .fullFaq__contactForm--title, body:lang(cs) .job-offer .main__opinionForm .header, .job-offer .main__opinionForm body:lang(cs) .header, body:lang(cs) .featuredPost--title, body:lang(cs) h5, body:lang(cs) .h5, body:lang(cs) .blurbs__item .title-link, .blurbs__item body:lang(cs) .title-link, body:lang(cs) .blurbs__item h3, .blurbs__item body:lang(cs) h3, body:lang(cs) .news__wrapper h3, .news__wrapper body:lang(cs) h3, body:lang(cs) .gform_button, body:lang(cs) .btn, body:lang(cs) .footer-btn a, .footer-btn body:lang(cs) a, body:lang(cs) .comments-area .submit, .comments-area body:lang(cs) .submit, body:lang(cs) .comments-area .comment-reply-link, .comments-area body:lang(cs) .comment-reply-link, body:lang(cs) [class^="b24-web-form-popup-btn"], body:lang(cs) .wp-quote cite {
  font-family: "Open sans", sans-serif !important; }

h1 {
  font-size: 5.6rem;
  line-height: 8.2rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 1440px) {
    h1 {
      font-size: 4.2rem;
      line-height: 6.2rem; } }
  @media (max-width: 1280px) {
    h1 {
      font-size: 3.2rem;
      line-height: 4.8rem; } }

.h2, .module__header, .single-post h1, .offers h2, .textImageBlock h2 {
  font-size: 4.8rem;
  line-height: 7.2rem; }
  @media (max-width: 1280px) {
    .h2, .module__header, .single-post h1, .offers h2, .textImageBlock h2 {
      font-size: 3.2rem;
      line-height: 150%; } }
  @media (max-width: 992px) {
    .h2, .module__header, .single-post h1, .offers h2, .textImageBlock h2 {
      font-size: 2.8rem; } }

.h3, .job-offer .main__header h1, .job-offer .main__opinions h3, .bigBlurbs__item h3 {
  font-size: 3.6rem;
  line-height: 5.4rem; }
  @media (max-width: 1280px) {
    .h3, .job-offer .main__header h1, .job-offer .main__opinions h3, .bigBlurbs__item h3 {
      font-size: 2.4rem;
      line-height: 150%; } }

.h4, .single-post .sharePost .header, .fullFaq__question, .fullFaq__contactForm--title, .job-offer .main__opinionForm .header, .featuredPost--title {
  font-size: 2.4rem;
  line-height: 175%; }

.h5, .blurbs__item .title-link, .blurbs__item h3, .news__wrapper h3 {
  font-size: 2rem; }

img {
  border-radius: 5px; }

p {
  font-family: "Open sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%; }
  @media (max-width: 1024px) {
    p {
      line-height: 150%; } }

[class^="b24-web-form-popup-btn"] {
  cursor: pointer !important; }

input[type='submit']:disabled {
  opacity: 1 !important; }

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.site-header [class^="b24-web-form-popup-btn"] {
  color: #181623;
  display: block;
  font-family: "Lato", sans-serif;
  padding: 1.5rem 2.75rem;
  text-decoration: none;
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  -webkit-appearance: none;
  cursor: pointer; }
  .site-header [class^="b24-web-form-popup-btn"]:focus, .site-header [class^="b24-web-form-popup-btn"]:hover {
    color: #EB6A09;
    background-color: transparent;
    border: 0; }

input[type=tel],
input[type=email],
input[type=text],
input[type=number],
input[type=date],
.custom-select-form,
.custom-select {
  border-radius: 99px; }

input[type=tel],
input[type=email],
input[type=text],
input[type=number],
input[type=date],
.custom-select,
.custom-select-form,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #000000;
  font-family: "Open sans", sans-serif;
  font-size: 1.4rem;
  line-height: 175%;
  padding: 1.6rem 3.2rem; }
  input[type=tel]::-webkit-input-placeholder, input[type=tel]::-moz-placeholder, input[type=tel]:-ms-input-placeholder, input[type=tel]:-moz-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=email]:-moz-placeholder,
  input[type=text]::-webkit-input-placeholder,
  input[type=text]::-moz-placeholder,
  input[type=text]:-ms-input-placeholder,
  input[type=text]:-moz-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=number]::-moz-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=number]:-moz-placeholder,
  input[type=date]::-webkit-input-placeholder,
  input[type=date]::-moz-placeholder,
  input[type=date]:-ms-input-placeholder,
  input[type=date]:-moz-placeholder,
  .custom-select::-webkit-input-placeholder,
  .custom-select::-moz-placeholder,
  .custom-select:-ms-input-placeholder,
  .custom-select:-moz-placeholder,
  .custom-select-form::-webkit-input-placeholder,
  .custom-select-form::-moz-placeholder,
  .custom-select-form:-ms-input-placeholder,
  .custom-select-form:-moz-placeholder,
  textarea::-webkit-input-placeholder,
  textarea::-moz-placeholder,
  textarea:-ms-input-placeholder,
  textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.15); }
  input[type=tel]:focus, input[type=tel]:active, input[type=tel]:hover,
  input[type=email]:focus,
  input[type=email]:active,
  input[type=email]:hover,
  input[type=text]:focus,
  input[type=text]:active,
  input[type=text]:hover,
  input[type=number]:focus,
  input[type=number]:active,
  input[type=number]:hover,
  input[type=date]:focus,
  input[type=date]:active,
  input[type=date]:hover,
  .custom-select:focus,
  .custom-select:active,
  .custom-select:hover,
  .custom-select-form:focus,
  .custom-select-form:active,
  .custom-select-form:hover,
  textarea:focus,
  textarea:active,
  textarea:hover {
    outline: none; }

.gf_check {
  padding-left: 35px !important; }

.gf_check .gfield_consent_label {
  font-size: 1.2rem;
  color: #3a3a3a; }

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

.gform_wrapper [type=checkbox]:not(:checked) + label:after,
.gform_wrapper [type=checkbox]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 2px;
  left: -3.25rem;
  font-size: 1.3em;
  line-height: .8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode','Arial Unicode MS',Arial; }

.gform_wrapper textarea {
  font-family: "Open sans", sans-serif;
  font-size: 1.4rem !important;
  line-height: 175%;
  padding: 1.6rem 3.2rem !important; }

.gform_wrapper select,
.gform_wrapper .gfield .gfield_select,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #000000;
  font-family: "Open sans", sans-serif;
  font-size: 1.4rem;
  line-height: 175%;
  padding: 1.6rem 3.2rem;
  border-radius: 99px;
  width: 100%; }
  .gform_wrapper select::-webkit-input-placeholder, .gform_wrapper select::-moz-placeholder, .gform_wrapper select:-ms-input-placeholder, .gform_wrapper select:-moz-placeholder,
  .gform_wrapper .gfield .gfield_select::-webkit-input-placeholder,
  .gform_wrapper .gfield .gfield_select::-moz-placeholder,
  .gform_wrapper .gfield .gfield_select:-ms-input-placeholder,
  .gform_wrapper .gfield .gfield_select:-moz-placeholder,
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
    color: rgba(0, 0, 0, 0.15); }
  .gform_wrapper select:focus, .gform_wrapper select:active, .gform_wrapper select:hover,
  .gform_wrapper .gfield .gfield_select:focus,
  .gform_wrapper .gfield .gfield_select:active,
  .gform_wrapper .gfield .gfield_select:hover,
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover {
    outline: none; }

.gform_wrapper.gravity-theme .gfield select.medium {
  width: 100% !important; }

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important; }

.gform_button {
  cursor: pointer;
  border-radius: 10rem;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 2rem 2.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border: 1px solid #EB6A09;
  background-color: #EB6A09;
  color: #FFF; }
  .gform_button:hover, .gform_button:focus {
    outline: none;
    background-color: #EF8A09;
    border: 1px solid #EF8A09; }

.gf_check {
  margin-left: 3.6rem; }

input[type=tel],
input[type=email],
input[type=text],
input[type=number],
input[type=date],
.custom-select-form,
.custom-select {
  border-radius: 99px; }

textarea {
  border-radius: 25px; }

.bx-im-textarea-box textarea {
  border-radius: 0; }

a {
  text-decoration: none; }

a:focus, .btn:focus, .footer-btn a:focus, .comments-area .submit:focus, .comments-area .comment-reply-link:focus {
  outline: none; }

section {
  border-bottom: 1px solid #F3F3F4; }

.wp-block-file {
  display: flex;
  margin-top: 15px; }

.jcd {
  display: flex;
  margin-top: 1rem; }
  .jcd span {
    margin-right: .5rem;
    margin-left: .5rem; }
  .jcd a {
    margin-left: .5rem;
    color: #FFF; }

.pdf-file {
  border: 2px dashed #D9D9D9;
  box-sizing: border-box;
  border-radius: 15px;
  color: #181623;
  display: inline;
  position: relative;
  padding: 2rem 2.7rem 2rem 5.4rem; }
  .pdf-file:before {
    background-image: url("../ewlb2c/img/fe_document.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 2.7rem;
    height: 2rem;
    width: 2rem;
    margin: auto; }
  @media (max-width: 580px) {
    .pdf-file {
      padding: 2rem 2.7rem 2rem 4.4rem; }
      .pdf-file:before {
        left: 1.7rem; } }

.wpcf7-submit {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0; }

div.wpcf7 p:last-of-type {
  margin-bottom: 0; }
div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.wpcf7-acceptance {
  display: inline;
  margin: 10px 0 0; }
  .wpcf7-acceptance .wpcf7-list-item {
    display: inline-block; }
    .wpcf7-acceptance .wpcf7-list-item input[type=checkbox], .wpcf7-acceptance .wpcf7-list-item input[type=radio] {
      display: none; }
      .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
        content: "\2713";
        color: #181623;
        font-size: 2rem;
        font-style: normal;
        font-weight: normal;
        line-height: 14px;
        text-decoration: inherit;
        text-align: center; }
  .wpcf7-acceptance .wpcf7-list-item-label {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    left: 10px;
    line-height: 14px;
    margin: 0 0 15px;
    position: relative; }
    .wpcf7-acceptance .wpcf7-list-item-label::before {
      background: #FFF;
      border: 1px solid #D9D9D9;
      border-radius: 3px;
      content: "";
      height: 15px;
      left: -22px;
      position: absolute;
      width: 15px;
      top: -2px; }
    .wpcf7-acceptance .wpcf7-list-item-label:hover {
      cursor: pointer; }

.col-max {
  box-sizing: content-box;
  max-width: 144rem;
  margin: auto;
  padding: 0 1.6rem; }
  @media (max-width: 1600px) {
    .col-max {
      max-width: 120rem; } }
  @media (max-width: 1280px) {
    .col-max.archive {
      display: block; } }

a {
  cursor: pointer; }

.col-standard {
  box-sizing: content-box;
  margin: auto;
  max-width: 120rem;
  padding: 0 1.6rem; }
  @media (max-width: 1600px) {
    .col-standard {
      max-width: 110rem; } }

.col-post {
  box-sizing: content-box;
  margin: auto;
  max-width: 102.3rem;
  padding: 0 1.6rem; }

#CybotCookiebotDialog {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15) !important; }
  #CybotCookiebotDialog .CybotCookiebotDialogBodyButton {
    padding: 2rem 2.4rem !important;
    border-radius: 5px !important; }

.module__intro {
  margin-bottom: 7.2rem;
  text-align: center; }
.module__header {
  margin: 0; }
.module__description {
  color: #7b7b7b;
  margin: 2rem auto;
  max-width: 125rem; }
@media (max-width: 1280px) {
  .module__intro {
    margin-bottom: 4rem; }
  .module__description p {
    margin-top: 0; } }

.category .module__description {
  margin: 2rem 0;
  text-align: left; }

/************

COLOR HELPERS

************/
.bg-white {
  background-color: #FFF; }

.bg-gray {
  background-color: #F3F3F4; }

/*******

BUTTONS

*******/
.btn, .footer-btn a, .comments-area .submit, .comments-area .comment-reply-link {
  border-radius: 10rem;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 2rem 2.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  white-space: nowrap; }
  .btn:focus, .footer-btn a:focus, .comments-area .submit:focus, .comments-area .comment-reply-link:focus {
    outline: none; }
  .btn__standard--white, .comments-area .comment-reply-link {
    background-color: #FFF;
    border: 2px solid #D9D9D9;
    color: #000000; }
    .btn__standard--white:focus, .comments-area .comment-reply-link:focus, .btn__standard--white:hover, .comments-area .comment-reply-link:hover {
      background-color: #F3F3F4;
      border: 2px solid #7b7b7b;
      color: #000000 !important; }
  .btn__standard--gray {
    background-color: #D9D9D9;
    border: 2px solid #D9D9D9;
    color: #000000; }
    .btn__standard--gray:focus, .btn__standard--gray:hover {
      background-color: #F3F3F4;
      border: 2px solid #7b7b7b;
      color: #000000 !important;
      outline: none; }
  .btn__standard--orange, .footer-btn a, .comments-area .submit {
    border: 2px solid #EB6A09;
    background-color: #EB6A09;
    color: #FFF; }
    .btn__standard--orange:hover, .footer-btn a:hover, .comments-area .submit:hover, .btn__standard--orange:focus, .footer-btn a:focus, .comments-area .submit:focus {
      background-color: #EF8A09;
      border: 2px solid #EF8A09; }
  .btn__border--white {
    background-color: transparent;
    border: 2px solid #FFF;
    color: #FFF; }
    .btn__border--white:focus, .btn__border--white:hover {
      background-color: #EB6A09;
      border: 2px solid #EB6A09;
      color: #FFF !important; }
  .btn__border--orange {
    background-color: #FFF;
    border: 2px solid #EB6A09;
    color: #EB6A09; }
    .btn__border--orange:focus, .btn__border--orange:hover {
      background-color: #EB6A09;
      border: 2px solid #EB6A09;
      color: #FFF !important; }
  @media (max-width: 1280px) {
    .btn, .footer-btn a, .comments-area .submit, .comments-area .comment-reply-link {
      font-size: 1.4rem; } }
  @media (max-width: 1024px) {
    .btn, .footer-btn a, .comments-area .submit, .comments-area .comment-reply-link {
      line-height: 1.4;
      padding: 1.4rem 2.4rem 1.4rem 2.4rem;
      white-space: normal; } }

.rmp_menu_trigger {
  display: none; }

.wpml-ls-legacy-list-horizontal {
  width: 17rem; }
  .wpml-ls-legacy-list-horizontal a {
    color: #FFF;
    padding: 5px 5px;
    opacity: 0.5; }
  .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
    color: #EB6A09;
    opacity: 1; }

@media screen and (max-width: 1024px) {
  .rmp_menu_trigger {
    display: block; }

  #rmp-menu-wrap-52179 .contact-btn .rmp-menu-item-link {
    border-bottom: 1px solid #FFF !important;
    margin: 1rem auto auto auto;
    max-width: 95%; }
    #rmp-menu-wrap-52179 .contact-btn .rmp-menu-item-link:hover, #rmp-menu-wrap-52179 .contact-btn .rmp-menu-item-link:focus {
      border: 1px solid #FFF !important; }

  .rmp-menu.contact-btn {
    margin-top: 2rem;
    padding: 0 2rem; }
    .rmp-menu.contact-btn .rmp-menu-item-link {
      border-bottom: 1px solid #FFF !important; }
      .rmp-menu.contact-btn .rmp-menu-item-link:hover {
        background-color: #FFF;
        color: #181623; }

  .b24-window-close {
    z-index: 10001 !important;
    top: 7px !important;
    right: 10px !important; }

  .responsive-menu-open #responsive-menu-container.push-right,
  .responsive-menu-open #responsive-menu-container.slide-right {
    z-index: 9999; }

  button#responsive-menu-button {
    background-color: transparent !important;
    top: 2rem !important;
    right: 1rem !important;
    z-index: 10000 !important; }
    button#responsive-menu-button:hover .responsive-menu-box .responsive-menu-inner,
    button#responsive-menu-button:hover .responsive-menu-box .responsive-menu-inner:before,
    button#responsive-menu-button:hover .responsive-menu-box .responsive-menu-inner:after {
      background-color: #181623; }
    button#responsive-menu-button.is-active .responsive-menu-box .responsive-menu-inner,
    button#responsive-menu-button.is-active .responsive-menu-box .responsive-menu-inner:before,
    button#responsive-menu-button.is-active .responsive-menu-box .responsive-menu-inner:after {
      background-color: #FFF; }
    button#responsive-menu-button .responsive-menu-box {
      width: 44px;
      height: 33px; }
      button#responsive-menu-button .responsive-menu-box .responsive-menu-inner,
      button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:before,
      button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:after {
        background-color: #181623;
        border-radius: 0;
        height: 3px;
        right: 0;
        transition: 0.2s; }
      button#responsive-menu-button .responsive-menu-box .responsive-menu-inner {
        width: 28px; }
        button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:before {
          width: 39px;
          top: -8px; }
        button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:after {
          width: 15px;
          bottom: -8px; }
    button#responsive-menu-button.is-active .responsive-menu-box .responsive-menu-inner:after {
      width: 28px;
      bottom: 0; }
    button#responsive-menu-button.sticky {
      top: 0.5rem !important; }

  #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    font-size: 1.1rem; }

  #responsive-menu-container.slide-right {
    padding-top: 8rem; }
    #responsive-menu-container.slide-right #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
      border-bottom: 0;
      font-size: 1.6rem;
      font-family: "Lato", sans-serif;
      height: auto;
      padding: 1rem 2rem;
      line-height: 1.75; }
    #responsive-menu-container.slide-right #responsive-menu li.contact-btn {
      margin-top: 2rem;
      padding: 0 2rem; }
      #responsive-menu-container.slide-right #responsive-menu li.contact-btn .responsive-menu-item-link {
        border: 1px solid #FFF !important; }
        #responsive-menu-container.slide-right #responsive-menu li.contact-btn .responsive-menu-item-link:hover {
          background-color: #FFF;
          color: #181623; }
    #responsive-menu-container.slide-right .wpml-ls-item {
      width: 33%;
      text-align: center;
      display: inline-block;
      margin-top: 2rem; }
      #responsive-menu-container.slide-right .wpml-ls-item .wpml-ls-flag {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%; } }
@media screen and (max-width: 580px) {
  #responsive-menu-container {
    width: 30%;
    min-width: 20rem; }
    #responsive-menu-container.slide-right #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
      font-size: 1.4rem;
      padding: 1rem 1rem; }
    #responsive-menu-container.slide-right #responsive-menu li.contact-btn {
      padding: 0 1rem; } }
[class^="b24-web-form-popup-btn"] {
  border-radius: 10rem;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 2rem 2.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border: 1px solid #EB6A09;
  background-color: #EB6A09;
  color: #FFF; }
  [class^="b24-web-form-popup-btn"]:hover, [class^="b24-web-form-popup-btn"]:focus {
    background-color: #EF8A09;
    border: 1px solid #EF8A09; }

.site-header {
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  width: 100%;
  padding: 3.5rem 0 3.5rem;
  z-index: 9999;
  transition: .2s; }
  .site-header .custom-logo-link img {
    transition: .2s; }
  .site-header.sticky {
    background-color: #FFF;
    padding: 0.75rem 0 0.75rem;
    box-shadow: 0 1px 3px 0 rgba(80, 118, 194, 0.2); }
    .site-header.sticky .custom-logo-link img {
      width: 12rem;
      height: auto; }
  .site-header .col-max {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .site-header .btn, .site-header .footer-btn a, .footer-btn .site-header a, .site-header .comments-area .submit, .comments-area .site-header .submit, .site-header .comments-area .comment-reply-link, .comments-area .site-header .comment-reply-link {
    font-size: 1.4rem; }
  @media (max-width: 1600px) {
    .site-header {
      padding: 3.5rem 0 3.5rem; } }
  @media (max-width: 1280px) {
    .site-header {
      padding: 1.5rem 0 1.5rem 0; } }

.side-contact {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 100;
  bottom: 20%;
  transition-duration: 0.3s;
  animation: cssAnimation 0s 10s forwards;
  visibility: hidden; }
@keyframes cssAnimation {
  to {
    visibility: visible; } }
  .side-contact button {
    padding: 1.5rem;
    width: 8rem;
    height: 8rem;
    display: none; }
  .side-contact button.pum-trigger {
    display: block; }
  .side-contact .open-email {
    background-color: #EB6A09;
    border: 1px solid #EB6A09;
    transition-duration: 0.3s; }
    .side-contact .open-email:hover, .side-contact .open-email:focus {
      background-color: #FFF; }
      .side-contact .open-email:hover svg path, .side-contact .open-email:focus svg path {
        fill: #EB6A09; }
  .side-contact .open-phone {
    background-color: #FE3D00;
    border: 1px solid #FE3D00; }
    .side-contact .open-phone:hover, .side-contact .open-phone:focus {
      background-color: #FFF; }
      .side-contact .open-phone:hover svg path, .side-contact .open-phone:focus svg path {
        fill: #FE3D00; }
  @media (max-width: 1400px) {
    .side-contact button {
      padding: 1rem;
      width: 6rem;
      height: 6rem; } }

.pum-content .gform_title {
  display: none; }

body .pum .pum-content + .pum-close,
body.pum-theme-default-theme .pum-content + .pum-close,
body .pum-close.popmake-close {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 15px;
  top: 15px;
  border-radius: 50%; }

.footer-inview {
  top: -10rem; }

.home .home-link {
  display: none; }

@media (max-width: 768px) {
  .fancybox-slide {
    padding: 10px; } }

/******

GALLERY

******/
.gallery {
  display: flex;
  flex-wrap: wrap; }
  .gallery-item {
    margin: 0 1rem 1rem 0;
    width: auto; }

/***

FORM

***/
.order-form {
  margin: auto;
  width: 60rem;
  max-width: 100%;
  padding: 5rem 0 5rem 0; }
  .order-form input {
    margin-bottom: 2rem; }
  .order-form p {
    display: flex;
    justify-content: space-between; }
  .order-form span {
    width: 100%; }
    .order-form span.wpcf7-not-valid-tip {
      position: absolute;
      bottom: -10px;
      width: 100%; }
  .order-form .full-input {
    position: relative; }
    .order-form .full-input span.wpcf7-not-valid-tip {
      position: absolute;
      bottom: 0;
      width: 100%; }
  .order-form .custom-select-form,
  .order-form .custom-select {
    margin-bottom: 2rem;
    position: relative;
    background-color: #FFF;
    padding: 0px; }
    .order-form .custom-select-form span.wpcf7-not-valid-tip,
    .order-form .custom-select span.wpcf7-not-valid-tip {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .order-form .custom-select-form .wpcf7-form-control-wrap,
    .order-form .custom-select .wpcf7-form-control-wrap {
      display: none; }
    .order-form .custom-select-form .select-selected,
    .order-form .custom-select .select-selected {
      padding: 1.6rem 3.2rem; }
  .order-form .half-input {
    display: flex;
    justify-content: space-between; }
    .order-form .half-input .custom-select-form,
    .order-form .half-input .custom-select,
    .order-form .half-input span {
      display: block;
      width: 49%; }
      .order-form .half-input .custom-select-form.wpcf7-not-valid-tip,
      .order-form .half-input .custom-select.wpcf7-not-valid-tip,
      .order-form .half-input span.wpcf7-not-valid-tip {
        position: absolute;
        bottom: 0;
        width: 100%; }
  .order-form textarea,
  .order-form input {
    width: 100%; }
  .order-form .tiny-text {
    font-size: 1.4rem;
    color: #7b7b7b; }
  .order-form div.wpcf7-validation-errors,
  .order-form div.wpcf7-acceptance-missing,
  .order-form div.wpcf7-spam-blocked {
    border: 1px solid #FE3D00;
    background-color: #FE3D00;
    color: white;
    padding: 2rem 3rem;
    border-radius: 15px; }
  .order-form div.wpcf7-mail-sent-ok {
    border: 2px solid #d9d9d9;
    background: white;
    border-radius: 10px;
    padding: 2rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4rem;
    vertical-align: middle;
    width: 35rem; }
  .order-form textarea {
    height: 20rem; }
  @media (max-width: 480px) {
    .order-form .half-input .custom-select {
      padding: 1rem 1.2rem !important; }
    .order-form input {
      padding: 1rem 1.2rem !important; } }
  @media (max-width: 375px) {
    .order-form .custom-select {
      width: 100%; }
    .order-form .half-input {
      display: block; }
      .order-form .half-input span {
        width: 100%; } }
  .order-form .accordion {
    color: #FFF;
    cursor: pointer;
    padding: 1rem;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    box-sizing: border-box;
    position: relative; }
    .order-form .accordion:before {
      position: absolute;
      right: 0;
      content: '';
      background: url("../ewlb2c/img/panel-open.svg") center/contain no-repeat;
      height: 2rem;
      width: 2rem; }
  .order-form .active:before {
    transform: rotate(180deg); }
  .order-form .panel {
    padding: 1rem 1rem;
    display: none;
    overflow: hidden; }
    .order-form .panel a {
      color: #FFF; }

.overlay-spinner {
  background-color: rgba(24, 22, 36, 0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center; }

/*****

FOOTER

******/
.site-footer {
  background-color: #181623;
  background-image: url("../ewlb2c/img/footer-map.svg");
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 10% 50%;
  padding: 6rem 0 0 0; }
  .site-footer .col-max {
    align-items: flex-start;
    display: flex;
    justify-content: space-between; }
  .site-footer h3 {
    color: #FFF;
    margin-bottom: 3.5rem; }
  .site-footer ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .site-footer a {
    display: block;
    font-size: 1.4rem;
    text-decoration: none !important; }
    .site-footer a:focus, .site-footer a:hover {
      color: #EB6A09; }
    .site-footer a.btn:focus, .site-footer .footer-btn a:focus, .footer-btn .site-footer a:focus, .site-footer .comments-area a.submit:focus, .comments-area .site-footer a.submit:focus, .site-footer .comments-area a.comment-reply-link:focus, .comments-area .site-footer a.comment-reply-link:focus, .site-footer a.btn:hover, .site-footer .footer-btn a:hover, .footer-btn .site-footer a:hover, .site-footer .comments-area a.submit:hover, .comments-area .site-footer a.submit:hover, .site-footer .comments-area a.comment-reply-link:hover, .comments-area .site-footer a.comment-reply-link:hover {
      color: #FFF; }
  .site-footer .tiny-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #7b7b7b;
    mix-blend-mode: normal; }
    .site-footer .tiny-text p {
      margin-top: 0;
      margin-bottom: .5rem;
      font-weight: 500;
      font-size: 13px;
      line-height: 15px;
      color: #7b7b7b;
      mix-blend-mode: normal; }
    .site-footer .tiny-text ul {
      margin-bottom: .5rem; }
      .site-footer .tiny-text ul li {
        margin-bottom: .5rem; }
  .site-footer__info {
    width: 30%;
    min-width: 18.5rem; }
    .site-footer__info .logo {
      width: 15.3rem; }
    .site-footer__info p {
      color: #F3F3F4;
      margin-bottom: 3rem; }
  .site-footer__menuItem {
    max-width: 25rem;
    width: auto; }
    .site-footer__menuItem ul li a:not(.button),
    .site-footer__menuItem ul li a {
      color: #7b7b7b;
      margin-bottom: 2rem; }
      .site-footer__menuItem ul li a:not(.button):hover, .site-footer__menuItem ul li a:not(.button):focus,
      .site-footer__menuItem ul li a:hover,
      .site-footer__menuItem ul li a:focus {
        color: #FFF; }
  .site-footer__socialLinks {
    align-items: center;
    display: flex;
    margin-top: 1.5rem; }
    .site-footer__socialLinks li {
      margin-right: 2.4rem; }
      .site-footer__socialLinks li img {
        height: 3.2rem; }
      .site-footer__socialLinks li:last-child {
        margin-right: 0; }
  .site-footer__contact {
    max-width: 26rem; }
    .site-footer__contact h3 {
      margin-bottom: 3.75rem; }
    .site-footer__contact ul li {
      align-items: center;
      display: flex;
      margin-bottom: 3.25rem; }
      .site-footer__contact ul li a:not(.btn) {
        color: #FFF;
        font-family: "Lato", sans-serif;
        font-size: 1.8rem;
        line-height: 130%;
        font-weight: 600;
        text-decoration: none !important; }
      .site-footer__contact ul li svg {
        flex-shrink: 0;
        margin-right: 1rem; }
    .site-footer__contact .li__inner {
      margin-bottom: 1.5rem; }
      .site-footer__contact .li__inner:last-child {
        margin-bottom: 0; }
  .site-footer__rules {
    padding-bottom: 5rem;
    padding-top: 5rem;
    color: #FFF; }
    .site-footer__rules ul {
      display: flex; }
      .site-footer__rules ul a {
        color: #FFF;
        font-weight: 600;
        font-size: 1.6rem;
        text-decoration: none; }
      .site-footer__rules ul li:last-child a {
        margin-left: 10rem; }
  @media (max-width: 1280px) {
    .site-footer__menuItem {
      margin-right: 1rem; }
      .site-footer__menuItem h3 {
        margin-bottom: 2rem; }
      .site-footer__menuItem ul li a:not(.button),
      .site-footer__menuItem ul li a {
        margin-bottom: 1rem; } }
  @media (max-width: 1024px) {
    .site-footer .col-max {
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .site-footer {
      padding: 3rem 0 0 0;
      background-position: center 10%;
      background-size: contain; }
      .site-footer .col-max {
        flex-wrap: wrap;
        flex-direction: column; }
      .site-footer__contact {
        max-width: 100%;
        text-align: center;
        width: 100%;
        order: 1; }
        .site-footer__contact h3 {
          margin-bottom: 2.75rem; }
        .site-footer__contact ul {
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: max-content;
          max-width: 100%;
          margin: auto auto 0 auto; }
          .site-footer__contact ul li {
            text-align: left; }
            .site-footer__contact ul li:last-child {
              margin-bottom: 2.5rem; }
      .site-footer__rules.col-max {
        align-items: center;
        flex-direction: column-reverse;
        text-align: center; }
      .site-footer__rules div {
        text-align: center; }
      .site-footer__rules ul {
        display: block;
        text-align: center; }
        .site-footer__rules ul li a {
          margin: 0 0 1rem 0 !important; }
      .site-footer__menuItem:nth-of-type(1) {
        order: 2; }
      .site-footer__menuItem:nth-of-type(2) {
        order: 3; }
      .site-footer__menuItem:nth-of-type(3) {
        order: 4; }
      .site-footer__info {
        order: 5;
        width: 100%; } }

/***************************

GUTENBERG - MEDIA TEXT BLOCK

***************************/
@media (max-width: 768px) {
  .entry-content .wp-block-media-text {
    display: flex;
    flex-wrap: wrap; }
    .entry-content .wp-block-media-text__media {
      order: 1;
      max-width: 100%;
      margin: auto auto 2rem auto; }
    .entry-content .wp-block-media-text__content {
      order: 2;
      width: 100%; } }

.single-post .publication {
  display: flex;
  font-family: "Lato", sans-serif;
  justify-content: space-between;
  margin-bottom: 6.5rem;
  position: relative;
  flex-wrap: wrap; }
  .single-post .publication .attachment-thumbnail {
    border-radius: 50%;
    height: 6.7rem;
    width: 6.7rem; }
  .single-post .publication.mobile {
    display: none; }
  .single-post .publication.desktop .publication__vertical {
    align-items: center;
    display: flex;
    left: -10rem;
    position: absolute;
    top: 5rem;
    text-orientation: mixed;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    white-space: nowrap; }
    .single-post .publication.desktop .publication__vertical span {
      color: #7b7b7b;
      margin-bottom: 3rem; }
  .single-post .publication.desktop .attachment-thumbnail {
    left: -11rem;
    position: absolute; }
  .single-post .publication.desktop .publication__author {
    color: #7b7b7b;
    margin-bottom: 6.25rem; }
  .single-post .publication.desktop .publication__published {
    align-items: center;
    display: flex; }
  .single-post .publication.desktop .publication__social {
    align-items: center;
    display: flex;
    margin-bottom: 7rem; }
    .single-post .publication.desktop .publication__social .a2a_button_whatsapp,
    .single-post .publication.desktop .publication__social .a2a_button_facebook_messenger,
    .single-post .publication.desktop .publication__social .a2a_button_viber {
      display: none; }
  .single-post .publication.desktop .addtoany_shortcode a {
    margin-bottom: 2rem;
    transform: rotate(180deg); }
  .single-post .publication .tags a {
    color: #EB6A09;
    text-decoration: none; }
.single-post h1 {
  margin: auto auto 4rem auto; }
.single-post .post-thumbnail {
  text-align: center; }
  .single-post .post-thumbnail img {
    width: auto; }
.single-post .entry-header {
  padding: 22rem 0 5rem;
  background: transparent;
  position: relative; }
  @media (max-width: 992px) {
    .single-post .entry-header {
      padding: 10rem 0 2rem; } }
  .single-post .entry-header:before {
    content: '';
    height: 19rem;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
.single-post .entry-content {
  margin: auto auto 11.5rem auto;
  max-width: 100%; }
  .single-post .entry-content .col-post {
    padding-top: 9rem;
    padding-bottom: 9rem; }
.single-post .addtoany_content_bottom {
  margin-top: 12rem; }
.single-post .site-content p {
  color: #7b7b7b; }
.single-post .wp-block-quote {
  border-left: 1px solid #EB6A09;
  margin: 7rem 0 7rem 10rem;
  padding: 0 20% 0 5rem;
  position: relative;
  text-align: center !important;
  max-width: 85% !important; }
  .single-post .wp-block-quote:before {
    background: url("../ewlb2c/img/quote.png") center/contain no-repeat;
    bottom: 0;
    content: '';
    height: 4.8rem;
    position: absolute;
    right: 5%;
    width: 5.9rem; }
  .single-post .wp-block-quote p {
    font-size: 1.8rem;
    font-style: italic; }
  .single-post .wp-block-quote cite {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem; }
.single-post .sharePost {
  margin-bottom: 10rem; }
  .single-post .sharePost .header {
    font-weight: 700;
    margin-bottom: 1.5rem; }
@media (max-width: 1440px) {
  .single-post .publication.desktop .attachment-thumbnail {
    left: -9rem; }
  .single-post .publication.desktop .publication__vertical {
    left: -8rem; }
  .single-post .wp-block-quote {
    margin: 5rem 0 5rem 5rem;
    padding: 0 15% 0 5rem; } }
@media (max-width: 1280px) {
  .single-post h1 {
    margin: auto auto 0 auto; }
  .single-post .entry-content {
    margin: auto auto 3.5rem auto; }
  .single-post .publication {
    margin-bottom: 3.5rem; }
    .single-post .publication.desktop {
      display: none; }
    .single-post .publication.mobile {
      display: flex; }
      .single-post .publication.mobile .publication__published {
        align-items: center;
        display: flex; }
        .single-post .publication.mobile .publication__published img {
          margin-right: 2rem; } }
@media (max-width: 992px) {
  .single-post .post-thumbnail {
    margin-bottom: 2rem;
    margin-top: 2rem; }
  .single-post article {
    padding-top: 4rem; }
    .single-post article p[style*="font-size:24px"] {
      font-size: 1.8rem !important; }
  .single-post .entry-header {
    background: linear-gradient(180deg, rgba(243, 243, 244, 0) 0%, #F3F3F4 100%); }
    .single-post .entry-header:before {
      display: none; }
  .single-post .wp-block-quote {
    margin: 3rem 0 3rem 3rem;
    padding: 3px 10% 0 3.5rem; }
    .single-post .wp-block-quote:before {
      width: 3rem; } }
@media (max-width: 580px) {
  .single-post .wp-block-quote {
    margin: 3rem 0 3rem 1rem;
    padding: 3px 10% 0 2.5rem; } }
@media (max-width: 375px) {
  .single-post .publication.mobile .tags {
    margin-top: 2rem; }
  .single-post .publication.mobile .mobile {
    display: block; } }

.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center !important;
  max-width: 85% !important; }

.error-404 {
  background-color: #FFF;
  color: #181623;
  padding: 10rem 0 10rem 0;
  text-align: center; }
  .error-404 .error-buttons {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .error-404 h1,
  .error-404 .widgettitle,
  .error-404 .page-title {
    color: #181623 !important; }
  .error-404 .widget_recent_entries {
    margin-top: 5rem; }
    .error-404 .widget_recent_entries ul {
      margin-left: 0;
      padding-left: 0;
      list-style-type: none; }
      .error-404 .widget_recent_entries ul a {
        display: block;
        color: #181623 !important;
        margin-bottom: 1rem; }

.page .entry-content ul {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  margin-left: 2em; }

.post .entry-content ul {
  color: #7b7b7b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 175%;
  margin-left: 2em; }

.post-navigation a {
  display: flex;
  text-decoration: none;
  justify-content: center;
  color: #7b7b7b; }
  .post-navigation a:hover {
    color: #EB6A09; }
.post-navigation a[rel=prev] {
  float: right; }
  .post-navigation a[rel=prev] svg {
    margin-left: 1rem; }
.post-navigation a[rel=next] {
  float: left; }
  .post-navigation a[rel=next] svg {
    margin-right: 1rem; }
.post-navigation .nav-previous a {
  position: relative;
  padding-left: 3rem; }
  .post-navigation .nav-previous a:before {
    content: '';
    background: url("../ewlb2c/img/arrow-left.svg") center/contain no-repeat;
    height: 1.6rem;
    width: 2.5rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.post-navigation .nav-next a {
  position: relative;
  padding-right: 3rem; }
  .post-navigation .nav-next a:before {
    content: '';
    background: url("../ewlb2c/img/arrow-right.svg") center/contain no-repeat;
    height: 1.6rem;
    width: 2.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

.entry-header {
  padding: 15rem 0 5rem; }
  @media (max-width: 992px) {
    .entry-header {
      padding: 10rem 0 2rem; } }

.wrap {
  position: sticky;
  /*don't change*/
  top: 119px;
  background-color: #FFF;
  z-index: 15; }

.nav_container {
  overflow: hidden;
  /*don't change*/
  box-sizing: content-box;
  border-bottom: 1px solid #D9D9D9;
  background-color: #FFF;
  z-index: 15; }

.main_nav {
  margin: auto auto -20px auto;
  max-width: 120rem;
  padding: 0 1.6rem 2rem 1.6rem;
  scroll-behavior: smooth;
  /*scrollbar-width: none;*/
  overflow-x: scroll;
  /*don't change*/
  -webkit-overflow-scrolling: touch;
  /*don't change*/
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 15px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 15px), transparent);
  -moz-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 15px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 15px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 9px), transparent); }
  .main_nav ul {
    display: flex;
    align-items: center;
    width: 150%;
    /*write appropriate width*/
    padding: 0;
    margin: 0; }
    .main_nav ul li {
      margin: 15px 0;
      font-size: 15px;
      display: inline-block; }
      .main_nav ul li a {
        color: #181623;
        display: block;
        margin: 0 2.4rem 0 2.4rem;
        padding: 3rem 0;
        text-decoration: none;
        white-space: nowrap; }
        .main_nav ul li a:hover {
          color: #FABA12; }
        .main_nav ul li a.active {
          /*here please write styles for active nav link*/
          color: #FABA12; }
        .main_nav ul li a:last-child {
          margin-left: 0; }
    @media (max-width: 576px) {
      .main_nav ul {
        width: 300%;
        /*write appropriate width*/ } }
  .main_nav::-webkit-scrollbar {
    display: none; }

@media screen and (max-width: 576px) {
  ul li a {
    white-space: normal; }

  .wrap {
    width: 100%; }

  .nav_container {
    width: 100%;
    /*write appropriate width*/ } }
.wrap.footer-inview,
.article-nav.footer-inview {
  top: -10rem; }

.footer-btn a {
  font-size: 16px !important;
  color: white !important;
  text-align: left;
  position: relative;
  display: inline-block;
  padding: 1.6rem 5.5rem 1.6rem 2.4rem; }
  .footer-btn a:before {
    content: url("../ewlb2c/img/arrow-right-wh.svg");
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 14px;
    transform: rotate(90deg); }

#backTop {
  display: none;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #F3F3F4;
  cursor: pointer;
  padding: 14px 10px;
  border-radius: 50%;
  transition: 0.2s; }
  #backTop:hover {
    background-color: #EB6A09;
    /* Add a dark-grey background on hover */ }
  @media (max-width: 1440px) {
    #backTop {
      bottom: 11rem;
      right: 1rem;
      padding: 10px 5.5px; } }
  @media (max-width: 768px) {
    #backTop {
      bottom: 8rem; } }

.open-bitrix {
  position: fixed;
  right: 5rem;
  bottom: 11rem;
  padding: 0;
  background-color: transparent;
  z-index: 15; }
  .open-bitrix img {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    max-width: 100%;
    width: 4.8rem;
    border-radius: 50%; }
  @media (max-width: 1440px) {
    .open-bitrix {
      right: 1rem;
      bottom: 16rem; }
      .open-bitrix img {
        width: 4rem; } }
  @media (max-width: 768px) {
    .open-bitrix {
      right: 0.8rem;
      bottom: 13rem; } }

/*******

COMMENTS

*******/
.comments-area {
  display: flex;
  flex-direction: column;
  margin-top: 5.5rem; }
.comments-respond {
  order: 1; }
.comments-title {
  display: none; }

#cookie-law-info-again {
  box-shadow: none; }

.comment-metadata a {
  color: rgba(24, 22, 35, 0.5);
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none; }
.comment-form-author, .comment-form-email, .comment-form-comment {
  display: flex;
  flex-direction: column; }
.comment-form-cookies-consent {
  padding-left: 4rem; }
.comment-respond textarea {
  max-width: 100%; }
.comment-author {
  position: relative; }
  .comment-author img {
    left: -4rem;
    position: absolute; }
.comment-list {
  list-style: none;
  margin-left: 0;
  order: 2;
  padding-left: 4rem; }
  .comment-list li {
    margin: 4rem 0 4rem 0; }
  .comment-list .children {
    list-style: none; }

.d-flex {
  display: flex; }

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

.m-0 {
  margin: 0 !important; }

/************
  RODO PAGE
************/
.rodo .form-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 3.5rem; }
.rodo #check-all {
  align-items: center;
  display: flex;
  margin: 4.8rem 0 4.8rem 0; }
  .rodo #check-all .label-content {
    font-weight: 700; }
.rodo .d-flex {
  align-items: center; }
.rodo .required-elements {
  margin: 0 4.8rem 0 0; }
.rodo .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 41px;
  /* The slider */ }
  .rodo .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .rodo .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #C7C7C7;
    border-radius: 2rem;
    -webkit-transition: .4s;
    transition: .4s;
    margin-right: 2rem; }
    .rodo .switch .slider:before {
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      border-radius: 50%;
      border: 1px solid #C7C7C7;
      -webkit-transition: .4s;
      transition: .4s; }
    .rodo .switch .slider .round {
      border-radius: 34px; }
      .rodo .switch .slider .round:before {
        border-radius: 50%; }
.rodo .rodo-alert-success {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10006;
  text-align: center;
  padding: 20px;
  background-color: #D2F8D2; }
.rodo .rodo-alert-danger {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10006;
  text-align: center;
  padding: 20px;
  background-color: #F8D7DA; }
.rodo input:checked + .slider:before {
  background-color: #EB6A09;
  border: 1px solid #EB6A09; }
.rodo input:focus + .slider {
  box-shadow: 0 0 1px #EB6A09; }
.rodo input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }
.rodo .checkbox-wrapper {
  margin-bottom: 1.6rem;
  border-radius: 5px;
  border: 1px solid #C7C7C7;
  color: rgba(24, 22, 35, 0.5);
  padding: 2rem 2.2rem 2rem 8rem;
  display: block;
  line-height: 175%;
  position: relative; }
  .rodo .checkbox-wrapper a {
    color: #EB6A09;
    text-decoration: none; }
  .rodo .checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .rodo .checkbox-wrapper .checkmark {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    transition: 0.2s; }
    .rodo .checkbox-wrapper .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  .rodo .checkbox-wrapper:hover input ~ .checkmark {
    background-color: #EB6A09;
    border: 1px solid #EB6A09; }
    .rodo .checkbox-wrapper:hover input ~ .checkmark:after {
      display: block; }
  .rodo .checkbox-wrapper input:checked ~ .checkmark {
    background-color: #EB6A09;
    border: 1px solid #EB6A09; }
@media (max-width: 1200px) {
  .rodo .required-elements {
    margin: 0 2rem 0 0; } }
@media (max-width: 1024px) {
  .rodo .checkbox-wrapper {
    padding: 3.5rem 4rem 3.5rem 10rem; }
    .rodo .checkbox-wrapper .checkmark {
      left: 3rem; } }
@media (max-width: 992px) {
  .rodo {
    margin-bottom: 3rem; }
    .rodo .form-footer {
      position: relative;
      margin-top: 0; }
      .rodo .form-footer .required-elements {
        position: absolute;
        bottom: -20px;
        right: 0;
        font-size: 12px;
        margin-right: 0;
        width: 100%;
        text-align: right; }
    .rodo #check-all {
      margin: 2rem 0 2rem 0; }
      .rodo #check-all .label-content {
        font-size: 12px; } }
@media (max-width: 768px) {
  .rodo .checkbox-wrapper {
    padding: 1.5rem 2rem 1.5rem 9rem; }
    .rodo .checkbox-wrapper .checkmark {
      height: 30px;
      width: 30px; } }
@media (max-width: 580px) {
  .rodo .form-footer {
    display: block; }
    .rodo .form-footer .required-elements {
      position: inherit;
      margin-top: 2rem;
      text-align: center; }
  .rodo .d-flex {
    flex-direction: column-reverse;
    justify-content: center; }
  .rodo .checkbox-wrapper {
    font-size: 1.4rem;
    padding: 1.5rem 2rem 1.5rem 6rem; }
    .rodo .checkbox-wrapper .checkmark {
      height: 20px;
      width: 20px;
      left: 2rem; } }

@media print {
  .sidebar,
  html, body {
    break-after: avoid !important;
    break-before: avoid !important; }

  .swiper-container {
    overflow: visible; }
    .swiper-container .swiper-wrapper {
      display: grid !important;
      grid-template-columns: repeat(4, 1fr) !important;
      grid-gap: 2rem; }

  .page-template-job_offer .entry-header {
    height: 0 !important;
    padding: 0 !important; }

  .job-offer .main {
    margin-top: 0 !important; }
    .job-offer .main .swiper-container {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .job-offer .main .swiper-slide {
      margin-right: 0;
      width: 100% !important; }
      .job-offer .main .swiper-slide--inner {
        padding: 2rem 1rem !important; }
    .job-offer .main__content {
      padding: 2rem 2.5rem 2rem 2.5rem; }
      .job-offer .main__content ul li {
        list-style-type: disc !important; }

  .swiper-button-next, .swiper-button-prev {
    display: none; }

  .main__opinionForm,
  .sidebar__share,
  .btn,
  .footer-btn a,
  .comments-area .submit,
  .comments-area .comment-reply-link,
  .gallery,
  .site-header,
  .site-footer,
  .main-navigation,
  .external-links,
  .print-it,
  .post-thumbnail,
  #cookie-law-info-again,
  #cookie-law-info-bar,
  .do-not-print {
    display: none !important;
    visibility: hidden !important; } }
.page-template-landing .extra-wrapper {
  display: none; }
.page-template-landing .site-navigation {
  display: none; }
.page-template-landing header {
  position: absolute; }
  .page-template-landing header .col-standard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 108rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-color: #FFF;
    transition: 0.2s; }
  .page-template-landing header img {
    height: 52px;
    width: auto; }
  .page-template-landing header .main-navigation .menu a {
    color: #252f37;
    font-size: 1.4rem;
    padding: 5px 12px;
    position: relative; }
    .page-template-landing header .main-navigation .menu a:after {
      content: '';
      height: 20px;
      width: 1px;
      background-color: #000000;
      position: absolute;
      right: -3px; }
    .page-template-landing header .main-navigation .menu a:last-child:after {
      display: none; }
  .page-template-landing header .mobile-show {
    position: fixed;
    width: 100%; }
    .page-template-landing header .mobile-show .col-max {
      transition: 0.2s; }
    .page-template-landing header .mobile-show .site-branding {
      width: 100%;
      justify-content: space-between; }
    .page-template-landing header .mobile-show ul {
      margin: 0 0 0 0;
      list-style-type: none;
      text-align: right; }
      .page-template-landing header .mobile-show ul li a {
        color: #293845; }
  .page-template-landing header.sticky {
    padding: 0 0 0 0;
    background: transparent;
    box-shadow: none;
    position: fixed; }
    .page-template-landing header.sticky .col-standard {
      background-color: #FFF;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: 0 1px 3px 0 rgba(80, 118, 194, 0.2); }
@media (max-width: 992px) {
  .page-template-landing header {
    padding-top: 0; }
    .page-template-landing header .mobile-show .col-max {
      background-color: white;
      padding-top: 1.2rem;
      padding-bottom: 1rem; }
    .page-template-landing header.sticky .mobile-show .col-max {
      padding-top: 0.2rem;
      padding-bottom: 0.2rem;
      box-shadow: 0 1px 3px 0 rgba(80, 118, 194, 0.2); } }

.landing-page {
  background-image: url("./img/footer-map.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10% 10%;
  background-color: #181623; }
  .landing-page .col-standard {
    background-color: white;
    max-width: 108rem;
    padding-top: 8rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
  .landing-page section {
    padding: 55px 0;
    border-bottom: 0; }
    @media (max-width: 992px) {
      .landing-page section {
        padding: 30px 0; } }
  .landing-page h1 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 4.5rem;
    margin-top: 0.5rem; }
    @media (max-width: 768px) {
      .landing-page h1 {
        font-size: 3.2rem; } }
  .landing-page h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px; }
    @media (max-width: 768px) {
      .landing-page h2 {
        font-size: 2.4rem; } }
  .landing-page h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4; }
  .landing-page p {
    color: #293845; }
  .landing-page .back-top {
    position: fixed;
    right: 5rem;
    bottom: 5rem; }
    .landing-page .back-top a {
      background-color: #EB6A09;
      width: 65px;
      height: 65px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto auto 1rem auto; }
      .landing-page .back-top a:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 13.5px 20px 13.5px;
        border-color: transparent transparent #ffffff transparent;
        border-radius: 4px; }
    .landing-page .back-top span {
      color: #EB6A09;
      white-space: nowrap; }
  @media (max-width: 992px) {
    .landing-page .col-standard {
      padding-top: 7.5rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem; }
    .landing-page .back-top {
      right: 1rem;
      bottom: 5rem; }
      .landing-page .back-top a {
        width: 35px;
        height: 35px; }
        .landing-page .back-top a:before {
          border-width: 0 7.5px 10px 7.5px; }
      .landing-page .back-top span {
        display: none; } }
.landing-intro__wrapper {
  display: flex;
  gap: 55px; }
  .landing-intro__wrapper > div {
    width: 50%; }
.landing-intro img {
  margin-top: 4rem; }
.landing-intro__form {
  border: 2px solid orange;
  padding: 22px 40px 30px 40px;
  box-sizing: border-box; }
  .landing-intro__form .gform_button {
    padding: 20px 30px 15px 30px; }
  .landing-intro__form .gform_heading h2.gform_title {
    margin: 0 0 23px 0;
    text-align: left;
    font-weight: 400;
    font-size: 20px; }
  .landing-intro__form .gform_heading .gform_required_legend {
    display: none !important; }
  .landing-intro__form .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 3px; }
  .landing-intro__form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0 0 0;
    padding: 12px 0; }
  .landing-intro__form .gform_wrapper.gravity-theme .gform_footer select,
  .landing-intro__form .gform_wrapper.gravity-theme .gform_footer input:not(.button),
  .landing-intro__form .gform_wrapper.gravity-theme .gform_body select,
  .landing-intro__form .gform_wrapper.gravity-theme .gform_body input:not(.button) {
    padding: 1rem 1rem !important;
    border-radius: 5px !important;
    border: 2px solid #c5ced6 !important; }
  .landing-intro__form .gform_wrapper.gravity-theme .gform_footer input.button,
  .landing-intro__form .gform_wrapper.gravity-theme .gform_body input.button {
    border-radius: 5px;
    padding: 1.5rem 2rem;
    font-size: 20px; }
  .landing-intro__form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
    font-weight: 700;
    color: #252f37;
    margin-bottom: 0; }
@media (max-width: 992px) {
  .landing-intro__wrapper {
    gap: 2.5rem; }
  .landing-intro__form {
    padding: 20px 20px 20px 20px;
    margin-top: 2rem; } }
@media (max-width: 768px) {
  .landing-intro__wrapper {
    flex-direction: column; }
    .landing-intro__wrapper > div {
      width: 100%; } }
.landing-banner__wrapper {
  align-items: center;
  display: flex;
  border: 2px solid #c5ced6;
  padding: 10px 28px 16px 28px;
  box-sizing: border-box; }
.landing-banner__content {
  width: 75%;
  padding-right: 20px; }
  .landing-banner__content h2 {
    margin-top: 6px;
    margin-bottom: 0;
    text-align: left; }
  .landing-banner__content p:first-child {
    margin-top: 12px;
    margin-bottom: 0; }
  .landing-banner__content p {
    margin-top: 6px;
    margin-bottom: 0; }
  .landing-banner__content a {
    color: #000000; }
.landing-banner__image {
  width: 25%;
  text-align: center; }
@media (max-width: 640px) {
  .landing-banner__wrapper {
    flex-direction: column; }
  .landing-banner__content {
    width: 100%;
    padding-right: 0; }
  .landing-banner__image {
    width: auto; } }
.landing-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
.landing-process__step {
  text-align: center;
  position: relative; }
  .landing-process__step p {
    line-height: normal;
    font-size: 14px; }
  .landing-process__step:before {
    content: '';
    width: 65px;
    height: 4px;
    background-color: #EB6A09;
    position: absolute;
    top: 25%;
    right: -47px;
    margin: auto;
    border: 5px; }
  .landing-process__step:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #eb6b09;
    top: 22%;
    right: -55px;
    position: absolute;
    border-radius: 3px; }
  .landing-process__step img {
    margin-bottom: 15px; }
  .landing-process__step:last-child:after, .landing-process__step:last-child:before {
    display: none; }
@media (max-width: 860px) {
  .landing-process__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .landing-process__step:after, .landing-process__step:before {
    display: none; } }
@media (max-width: 480px) {
  .landing-process__steps {
    grid-template-columns: repeat(1, 1fr); } }
.landing-logotypes__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly; }
  .landing-logotypes__wrapper span,
  .landing-logotypes__wrapper a {
    font-weight: 700;
    font-size: 20px;
    color: #6558f5; }
  .landing-logotypes__wrapper img {
    max-height: 60px;
    width: auto; }
  .landing-logotypes__wrapper .image-wrapper {
    width: 20%;
    text-align: center; }
@media (max-width: 768px) {
  .landing-logotypes__wrapper {
    flex-wrap: wrap; }
    .landing-logotypes__wrapper .image-wrapper {
      width: 33%; } }
@media (max-width: 480px) {
  .landing-logotypes__wrapper .image-wrapper {
    width: 50%; } }
.landing-simple .col-standard {
  max-width: 500px; }
.landing-faq {
  border-top: 1px solid #252f37; }
  .landing-faq h2 {
    text-align: left;
    margin-bottom: 1rem; }
  .landing-faq .faq__question {
    color: #EB6A09;
    font-size: 20px;
    padding: 1rem 0 0.75rem 0;
    line-height: normal;
    position: relative;
    display: inline-block; }
    .landing-faq .faq__question:after {
      display: block;
      content: "";
      position: absolute;
      top: 1.75rem;
      right: -3rem;
      border-right: 3px solid #EB6A09;
      border-bottom: 3px solid #EB6A09;
      width: 11px;
      height: 11px;
      transition: all 0.3s ease-in-out;
      transform: rotate(45deg);
      border-radius: 1px; }
    .landing-faq .faq__question.active:after {
      transform: rotate(-135deg); }
    .landing-faq .faq__question:before {
      content: '';
      background-color: #EB6A09;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0; }
  .landing-faq .faq__item {
    border-bottom: 0;
    width: 80%; }

.faq-page .page {
  padding: 10rem 0 20rem 0; }
.faq-page .col-max {
  display: grid;
  grid-gap: 12rem;
  grid-template-columns: 1fr 43rem; }
@media (max-width: 1440px) {
  .faq-page .col-max {
    grid-gap: 6rem; } }
@media (max-width: 1024px) {
  .faq-page .col-max {
    grid-gap: 3rem;
    grid-template-columns: 1fr 38rem; } }
@media (max-width: 1024px) {
  .faq-page .page {
    padding: 10rem 0 10rem 0; }
  .faq-page .col-max {
    display: block; } }
@media (max-width: 768px) {
  .faq-page .page {
    padding: 4rem 0 5rem 0; } }

/****************

MODULE - FULL FAQ

****************/
.fullFaq .search-label {
  margin-bottom: 3rem; }
.fullFaq .fuzzy-search {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 99px;
  font-size: 1.8rem;
  margin-bottom: 10rem;
  padding: 2rem 3.6rem 2rem 3.6rem;
  width: 100%; }
.fullFaq__items {
  padding-left: 10rem;
  position: relative; }
  .fullFaq__items:before {
    background-color: rgba(0, 0, 0, 0.15);
    content: '';
    height: 100%;
    left: 1.75rem;
    position: absolute;
    top: 0;
    width: 1px; }
.fullFaq__item {
  list-style-type: none;
  padding-bottom: 2rem;
  position: relative; }
  .fullFaq__item:before {
    content: url("../ewlb2c/img/question.svg");
    left: -10.5rem;
    position: absolute; }
  .fullFaq__item p {
    color: rgba(24, 22, 35, 0.5); }
.fullFaq__question {
  display: block;
  font-weight: 400;
  text-decoration: none;
  padding: 0.5rem 0 1rem 0;
  position: relative; }
  .fullFaq__question svg {
    position: absolute;
    right: -3rem;
    top: 20px;
    margin: auto;
    transition: .3s;
    pointer-events: none; }
  .fullFaq__question.active svg {
    transform: rotate(180deg); }
.fullFaq__content button {
  border-radius: 10rem;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1rem;
  padding: 2rem 2.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  border: 1px solid #EB6A09;
  background-color: #EB6A09;
  color: #FFF; }
  .fullFaq__content button:hover, .fullFaq__content button:focus {
    background-color: #EF8A09;
    border: 1px solid #EF8A09; }
.fullFaq__contactForm {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 4rem 5.6rem 4rem 5.6rem;
  position: sticky;
  top: 0; }
  .fullFaq__contactForm--title {
    margin-top: 2rem; }
@media (max-width: 1440px) {
  .fullFaq .fuzzy-search {
    margin-bottom: 4rem;
    padding: 2rem 3.6rem 2rem 3.6rem; }
  .fullFaq__contactForm {
    padding: 2rem 3.6rem 2rem 3.6rem; }
  .fullFaq__items {
    padding-left: 6rem; }
  .fullFaq__item:before {
    left: -6.5rem; } }
@media (max-width: 1280px) {
  .fullFaq__question {
    padding: 2.5rem 2rem 2.2rem 0; }
    .fullFaq__question svg {
      bottom: 0; } }
@media (max-width: 1024px) {
  .fullFaq .fuzzy-search {
    padding: 1.5rem 3.6rem 1.5rem 3.6rem; }
  .fullFaq__question {
    padding-top: 1rem;
    padding-right: 3rem; }
    .fullFaq__question svg {
      right: 0; }
  .fullFaq__question, .fullFaq__contactForm--title {
    font-size: 1.8rem;
    line-height: 150%; }
  .fullFaq__contactForm {
    margin: 4rem auto auto auto;
    max-width: 100%;
    padding: 2rem 2.6rem 2rem 2.6rem;
    width: 40rem; } }
@media (max-width: 768px) {
  .fullFaq {
    padding: 0 2.2rem; }
    .fullFaq .fuzzy-search {
      padding: 2rem 1.5rem;
      line-height: 1;
      font-size: 1.4rem; }
    .fullFaq__contactForm {
      box-sizing: border-box;
      margin: 3rem auto;
      max-width: 100%;
      width: 37rem; } }
@media (max-width: 375px) {
  .fullFaq {
    padding: 0 0; } }

.wpcf7 textarea {
  max-width: 100%; }
.wpcf7 input {
  margin-bottom: 1.6rem;
  max-width: 100%; }
.wpcf7-acceptance {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 170%; }

.database .entry-content {
  width: 50%;
  margin-bottom: 5rem; }

.border-box, .job-offer .main__wrapper, .job-offer .sidebar__information, .job-offer .sidebar__rating, .job-offer__information {
  background-color: #FFF;
  border: 1px solid #F3F3F4;
  box-sizing: border-box;
  border-radius: 5px; }

.page-template-job_offer .entry-header {
  height: 38rem;
  padding: 15rem 0 5rem; }
@media (max-width: 1440px) {
  .page-template-job_offer .entry-header {
    height: 30rem; } }

#tooltip {
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px; }

.entry-content .col-post {
  padding-top: 9rem;
  padding-bottom: 9rem; }

.gallery-slider {
  padding: 10rem 0; }
  .gallery-slider .swiper-gallery .swiper-wrapper {
    padding: 0 3rem 3rem 3rem; }
    .gallery-slider .swiper-gallery .swiper-wrapper .swiper-slide {
      width: calc(33.3333% - 33px);
      margin-left: 16.5px;
      margin-right: 16.5px; }
  .gallery-slider .swiper-gallery .swiper-pagination {
    margin-top: 3rem; }
  .gallery-slider .swiper-gallery .swiper-button-prev, .gallery-slider .swiper-gallery .swiper-button-next {
    color: #FABA12; }
  @media (max-width: 1280px) {
    .gallery-slider .swiper-gallery .swiper-wrapper .swiper-slide {
      width: calc(50% - 30px); } }
  @media (max-width: 768px) {
    .gallery-slider .swiper-gallery .swiper-wrapper .swiper-slide {
      width: calc(100% - 30px); } }

.job-offer {
  padding-bottom: 20rem; }
  .job-offer .col-max {
    display: flex; }
  .job-offer ul,
  .job-offer p {
    color: #7b7b7b; }
  .job-offer .gallery {
    align-items: center;
    display: grid;
    grid-gap: 3.4rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 6.25rem;
    margin-top: 3.5rem; }
    .job-offer .gallery__video {
      position: relative; }
      .job-offer .gallery__video:before {
        bottom: 0;
        content: url("../ewlb2c/img/play.png");
        height: 8.6rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 8.6rem; }
  .job-offer .main {
    margin-top: -11rem;
    width: calc(100% - 46rem);
    margin-right: 3rem;
    position: relative; }
    .job-offer .main .go-back {
      color: #7b7b7b;
      display: flex;
      font-family: "Lato", sans-serif;
      font-size: 1.4rem;
      text-decoration: none;
      position: absolute;
      top: -5.5rem; }
      .job-offer .main .go-back svg {
        margin-right: 2.4rem; }
    .job-offer .main__wrapper {
      margin-bottom: 10rem; }
    .job-offer .main__header {
      border-bottom: 1px solid #F3F3F4;
      display: flex;
      padding: 7.2rem 9.2rem; }
      .job-offer .main__header .featured-img {
        height: 15.5rem;
        margin-right: 5.5rem;
        width: 15.5rem; }
      .job-offer .main__header h1 {
        margin-top: -1rem; }
      .job-offer .main__header .employer {
        align-items: center;
        display: flex; }
        .job-offer .main__header .employer img {
          margin-right: 1rem; }
      .job-offer .main__header span {
        display: flex; }
        .job-offer .main__header span svg {
          margin-left: 1rem; }
      .job-offer .main__header .content__footer {
        align-items: center;
        display: flex;
        justify-content: space-between;
        color: rgba(24, 22, 35, 0.5); }
        .job-offer .main__header .content__footer img {
          height: 30px;
          width: auto; }
    .job-offer .main__content {
      padding: 5rem 9.2rem 7.2rem 9.2rem; }
      .job-offer .main__content .btn, .job-offer .main__content .footer-btn a, .footer-btn .job-offer .main__content a, .job-offer .main__content .comments-area .submit, .comments-area .job-offer .main__content .submit, .job-offer .main__content .comments-area .comment-reply-link, .comments-area .job-offer .main__content .comment-reply-link {
        display: block;
        margin: 9rem auto auto auto;
        min-width: 20rem;
        width: 41.5%; }
      .job-offer .main__content ul {
        margin-bottom: 4.5rem;
        margin-left: 0;
        padding-left: 3rem; }
        .job-offer .main__content ul li {
          line-height: 175%;
          margin: .8rem 0;
          position: relative;
          list-style-type: none; }
          .job-offer .main__content ul li:before {
            background: url("../ewlb2c/img/checked.png") center no-repeat;
            background-size: contain;
            content: '';
            display: block;
            left: -3rem;
            height: 1.5rem;
            position: absolute;
            top: 5px;
            width: 1.5rem; }
    .job-offer .main__footer {
      align-items: center;
      border-top: 1px solid #F3F3F4;
      color: rgba(24, 22, 35, 0.5);
      display: flex;
      font-size: 1.4rem;
      justify-content: space-between;
      padding: 2rem 3.2rem; }
    .job-offer .main__opinions {
      margin-bottom: 5rem; }
      .job-offer .main__opinions h3 {
        margin-bottom: 4.5rem; }
    .job-offer .main .opinion {
      align-items: flex-start;
      display: flex;
      margin-bottom: 1rem; }
      .job-offer .main .opinion .avatar {
        margin-right: 1.2rem; }
      .job-offer .main .opinion__content {
        border: 1px solid #F3F3F4;
        border-radius: 5px;
        padding: 2rem 2.6rem; }
      .job-offer .main .opinion__header {
        align-items: center;
        display: flex;
        justify-content: space-between; }
      .job-offer .main .opinion__description p {
        margin-bottom: 1rem; }
    .job-offer .main__opinionForm {
      width: 75%; }
      .job-offer .main__opinionForm input[type=submit] {
        margin-top: 2rem; }
    .job-offer .main .date-swiper {
      position: relative; }
    .job-offer .main .swiper-container {
      margin-left: 5rem;
      margin-right: 5rem; }
    .job-offer .main .swiper-wrapper {
      margin: 0;
      padding: 0; }
    .job-offer .main .swiper-button-prev:after,
    .job-offer .main .swiper-button-next:after {
      color: #7b7b7b;
      font-size: 2rem;
      font-weight: 700; }
    .job-offer .main .swiper-slide--inner {
      border: 1px solid #D9D9D9;
      border-radius: 5px;
      padding: 2rem 2.4rem; }
    .job-offer .main .swiper-slide .date {
      color: #181623;
      display: flex; }
      .job-offer .main .swiper-slide .date svg {
        margin-right: 1rem; }
    .job-offer .main .swiper-slide .vacancies {
      margin-left: 2.5rem; }
  .job-offer .rating {
    margin-bottom: 1.5rem; }
    .job-offer .rating__item {
      display: inline-block;
      margin-right: 3rem; }
      .job-offer .rating__item .rating-container {
        direction: rtl !important; }
        .job-offer .rating__item .rating-container label {
          display: inline-block;
          margin: 15px 0;
          color: #d4d4d4;
          cursor: pointer;
          font-size: 25px;
          transition: color 0.2s; }
        .job-offer .rating__item .rating-container input {
          display: none; }
        .job-offer .rating__item .rating-container label:hover, .job-offer .rating__item .rating-container label:hover ~ label, .job-offer .rating__item .rating-container input:checked ~ label {
          color: gold; }
  .job-offer .inputs {
    display: flex;
    flex-direction: column; }
    .job-offer .inputs input {
      margin-bottom: 1.6rem; }
    .job-offer .inputs textarea {
      margin-bottom: 4rem; }
    .job-offer .inputs .checkbox {
      margin-bottom: 1.6rem; }
  .job-offer .sidebar {
    margin-top: -11rem;
    min-width: 43rem; }
    .job-offer .sidebar .information__header {
      align-items: center;
      border-bottom: 1px solid #F3F3F4;
      display: flex;
      padding: 5rem 5.6rem 3.5rem 5.6rem; }
      .job-offer .sidebar .information__header img {
        margin-right: 2rem; }
    .job-offer .sidebar .information__content {
      padding: 4rem 5.6rem 5.4rem 5.6rem; }
      .job-offer .sidebar .information__content ul {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0; }
        .job-offer .sidebar .information__content ul li {
          align-items: center;
          display: flex;
          margin-bottom: 2rem; }
          .job-offer .sidebar .information__content ul li:last-child {
            margin-bottom: 0; }
          .job-offer .sidebar .information__content ul li svg {
            margin-right: 2.4rem; }
      .job-offer .sidebar .information__content .btn, .job-offer .sidebar .information__content .footer-btn a, .footer-btn .job-offer .sidebar .information__content a, .job-offer .sidebar .information__content .comments-area .submit, .comments-area .job-offer .sidebar .information__content .submit, .job-offer .sidebar .information__content .comments-area .comment-reply-link, .comments-area .job-offer .sidebar .information__content .comment-reply-link {
        margin-top: 1.5rem; }
    .job-offer .sidebar__rating {
      margin-top: 3rem; }
      .job-offer .sidebar__rating .rating__header {
        align-items: center;
        border-bottom: 1px solid #F3F3F4;
        display: flex;
        padding: 5rem 5.6rem 3.5rem 5.6rem; }
      .job-offer .sidebar__rating .rating__content {
        padding: 4.5rem 5.8rem 4.5rem 5.8rem; }
        .job-offer .sidebar__rating .rating__content .badge {
          background-color: #EB6A09;
          border-radius: 2rem;
          color: #FFF;
          font-size: 1.4rem;
          font-weight: 700;
          padding: .5rem .7rem; }
      .job-offer .sidebar__rating ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .job-offer .sidebar__rating ul li {
          margin-bottom: 4.5rem; }
          .job-offer .sidebar__rating ul li:last-child {
            margin-bottom: 0; }
          .job-offer .sidebar__rating ul li div {
            align-items: center;
            display: flex;
            justify-content: space-between; }
            .job-offer .sidebar__rating ul li div:first-child {
              margin-bottom: 1rem; }
    .job-offer .sidebar .or {
      position: relative;
      margin: 4rem 0 3rem 0; }
      .job-offer .sidebar .or:before {
        background-color: #D9D9D9;
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: 8px; }
      .job-offer .sidebar .or span {
        background-color: #FFF;
        color: #D9D9D9;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        padding: 0 .75rem;
        position: relative;
        z-index: 5; }
    .job-offer .sidebar .tel-wrapper {
      border: 1px solid rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      border-radius: 99px;
      color: #000000;
      display: flex;
      align-items: center;
      font-family: "Roboto", sans-serif;
      font-size: 1.4rem;
      line-height: 175%;
      padding: 1.6rem 3.2rem; }
      .job-offer .sidebar .tel-wrapper input {
        border: 0; }
    .job-offer .sidebar__share {
      padding: 6rem 5.5rem;
      text-align: center; }
      .job-offer .sidebar__share .btn, .job-offer .sidebar__share .footer-btn a, .footer-btn .job-offer .sidebar__share a, .job-offer .sidebar__share .comments-area .submit, .comments-area .job-offer .sidebar__share .submit, .job-offer .sidebar__share .comments-area .comment-reply-link, .comments-area .job-offer .sidebar__share .comment-reply-link {
        align-items: center;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        width: 100%; }
        .job-offer .sidebar__share .btn svg, .job-offer .sidebar__share .footer-btn a svg, .footer-btn .job-offer .sidebar__share a svg, .job-offer .sidebar__share .comments-area .submit svg, .comments-area .job-offer .sidebar__share .submit svg, .job-offer .sidebar__share .comments-area .comment-reply-link svg, .comments-area .job-offer .sidebar__share .comment-reply-link svg {
          margin-left: 1.8rem; }
      .job-offer .sidebar__share input {
        margin-bottom: .8rem;
        width: 100%; }
      .job-offer .sidebar__share input[type=submit] {
        margin-top: 1.6rem; }
      .job-offer .sidebar__share .social h4, .job-offer .sidebar__share .social .fullFaq .search-label, .fullFaq .job-offer .sidebar__share .social .search-label {
        margin-top: 4rem; }
      .job-offer .sidebar__share .social .a2a_kit, .job-offer .sidebar__share .social__links {
        align-items: center;
        display: flex; }
        .job-offer .sidebar__share .social .a2a_kit a, .job-offer .sidebar__share .social__links a {
          display: block;
          margin: 0 0.5rem; }
  @media (max-width: 1440px) {
    .job-offer .main__header {
      padding: 5.6rem 5.6rem; }
      .job-offer .main__header .featured-img {
        margin-right: 2.5rem; }
    .job-offer .main__content {
      padding: 4rem 5.6rem 5.6rem 5.6rem; }
    .job-offer .gallery {
      margin-bottom: 4.5rem; } }
  @media (max-width: 1024px) {
    .job-offer {
      padding-bottom: 5rem; }
      .job-offer .col-max {
        display: block; }
      .job-offer .main {
        margin-right: 0;
        width: 100%; }
        .job-offer .main__content .btn, .job-offer .main__content .footer-btn a, .footer-btn .job-offer .main__content a, .job-offer .main__content .comments-area .submit, .comments-area .job-offer .main__content .submit, .job-offer .main__content .comments-area .comment-reply-link, .comments-area .job-offer .main__content .comment-reply-link {
          margin-top: 5rem; }
        .job-offer .main__opinionForm {
          width: 100%; }
      .job-offer .sidebar {
        margin-top: 4rem;
        min-width: auto; } }
  @media (max-width: 768px) {
    .job-offer .main__header {
      padding: 2.5rem 2.5rem; }
      .job-offer .main__header .featured-img {
        display: none; }
    .job-offer .main__content {
      padding: 2rem 2.5rem 2.5rem 2.5rem; }
    .job-offer .sidebar .rating__header, .job-offer .sidebar .rating__content,
    .job-offer .sidebar .information__header,
    .job-offer .sidebar .information__content {
      padding: 2rem 2.5rem 2.5rem 2.5rem; }
    .job-offer .page {
      padding: 4rem 0 5rem 0; }
    .job-offer .gallery {
      grid-gap: 1rem; } }
  @media (max-width: 580px) {
    .job-offer .main__header .content__footer {
      display: block; }
      .job-offer .main__header .content__footer span {
        flex-direction: row-reverse;
        justify-content: flex-end; }
        .job-offer .main__header .content__footer span svg {
          margin-left: 0;
          margin-right: 1rem; }
      .job-offer .main__header .content__footer .employer {
        margin-bottom: 1rem; }
    .job-offer .opinion img {
      display: none; }
    .job-offer .gallery {
      grid-template-columns: repeat(2, 1fr); } }

.checkbox {
  padding-left: 3.5rem; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -3.5rem;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .5rem;
  left: -3rem;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9 !important; }

:root {
  --star-size: 2.4rem;
  --star-color: #F3F3F4;
  --star-background: #FABA12; }

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1; }
  .stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.a2a_kit.mobile {
  display: none; }

#popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
  width: 555px;
  height: 375px;
  background: #FFFFFF;
  border: 5px solid #000;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: #64686e 0px 0px 3px 3px;
  -moz-box-shadow: #64686e 0px 0px 3px 3px;
  -webkit-box-shadow: #64686e 0px 0px 3px 3px; }

/********

FRESHMAIL

********/
.home .freshmail,
.post-template-default .freshmail {
  display: block; }

.freshmail {
  display: block;
  padding: 5rem 0; }
  .freshmail .module__intro {
    margin-bottom: 4.2rem; }
  .freshmail .message_error {
    position: absolute;
    bottom: 0;
    text-align: center; }
  .freshmail .freshMailPopUp__body {
    width: 100% !important;
    max-width: 50rem !important;
    margin: auto; }
  .freshmail .form_container {
    position: relative; }
    .freshmail .form_container p {
      margin-bottom: 0 !important;
      display: flex !important;
      align-items: center !important; }
    .freshmail .form_container form {
      display: flex !important;
      justify-content: center !important;
      padding-bottom: 3rem !important; }
    .freshmail .form_container div[style="float:left;width:100%;"] {
      margin-right: 2rem !important;
      float: none !important; }
    .freshmail .form_container input[type=text] {
      border: 1px solid rgba(0, 0, 0, 0.15) !important;
      box-sizing: border-box !important;
      color: #000000 !important;
      font-family: "Open sans", sans-serif !important;
      font-size: 1.4rem !important;
      line-height: 175% !important;
      padding: 1.6rem 3.2rem !important;
      height: auto !important; }
    .freshmail .form_container .form_subscribe_button {
      width: auto !important;
      height: auto !important;
      border-radius: 10rem !important;
      display: inline-block !important;
      font-family: "Lato", sans-serif !important;
      font-size: 1.4rem !important;
      font-weight: 600 !important;
      line-height: 1rem !important;
      padding: 2rem 2.4rem !important;
      text-align: center !important;
      text-decoration: none !important;
      transition: 0.2s ease-in-out !important;
      white-space: nowrap !important;
      border: 1px solid #EB6A09 !important;
      background-color: #EB6A09 !important;
      color: #FFF !important;
      cursor: pointer; }
      .freshmail .form_container .form_subscribe_button:hover, .freshmail .form_container .form_subscribe_button:focus {
        background-color: #EF8A09 !important;
        border: 1px solid #EF8A09 !important; }
  @media (max-width: 580px) {
    .freshmail {
      padding: 5rem 0 3rem 0; }
      .freshmail .form_container div[style="float:left;width:100%;"] {
        margin-right: 0 !important; }
      .freshmail .form_container form {
        flex-direction: column;
        align-items: center;
        padding-bottom: 2.5rem !important; }
      .freshmail .form_container .form_subscribe_button {
        margin-top: 2rem !important; } }

/************

MODULE - HERO

*************/
.hero {
  padding-top: 5rem;
  background-position: 70% bottom;
  position: relative; }
  .hero:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
  .hero .col-max {
    padding: 20rem 1.6rem 15rem 1.6rem;
    position: relative; }
  .hero__content {
    width: 50%;
    z-index: 5; }
    .hero__content p {
      color: #7b7b7b;
      margin-top: 2.5rem;
      width: 90%; }
  .hero img {
    bottom: 0;
    position: absolute;
    right: -20%; }
  .hero .search {
    background-color: #181623;
    color: #FFF;
    justify-content: space-between;
    margin-top: 10.5rem;
    z-index: 1;
    position: relative;
    width: 70%;
    padding: 2.2rem 3.2rem;
    border-radius: 99px;
    display: flex;
    align-items: center; }
    .hero .search a {
      flex-shrink: 0;
      cursor: pointer;
      margin-left: 1.6rem;
      padding: 1.75rem 2.4rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .hero .search a img {
        vertical-align: bottom;
        margin-left: 1.2rem;
        position: unset; }
    .hero .search input[type=text] {
      margin-left: 1.6rem;
      padding: 1.5rem 2.4rem;
      width: 20%; }
    .hero .search input[type=number] {
      width: 12%;
      margin-left: 1.6rem;
      padding: 1.5rem 2.4rem; }
    .hero .search .dropdown {
      color: #181623;
      font-size: 1.4rem;
      position: relative;
      width: 40%; }
      .hero .search .dropdown .dropdown-list {
        background: #FFF;
        border-radius: 15px;
        box-shadow: 0 15px 75px rgba(0, 0, 0, 0.15);
        left: 2px;
        padding: 2.4rem 3.2rem;
        position: absolute;
        right: 2px;
        top: 130%;
        transform-origin: 50% 0;
        transform: scale(1, 0);
        transition: transform .15s ease-in-out .15s;
        z-index: 1;
        width: 100%; }
      .hero .search .dropdown .dropdown-option {
        display: block;
        padding: 12px;
        opacity: 0;
        transition: opacity .15s ease-in-out;
        font-size: 1.6rem;
        position: relative;
        padding-left: 44px; }
        .hero .search .dropdown .dropdown-option input[type="checkbox"] {
          width: 100%;
          height: 100%;
          opacity: 0;
          position: absolute;
          left: 0;
          z-index: 10;
          cursor: pointer; }
        .hero .search .dropdown .dropdown-option span {
          font-weight: normal;
          font-size: 1.6rem;
          font-family: "Open sans", sans-serif; }
          .hero .search .dropdown .dropdown-option span::before {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            height: 24px;
            width: 27px;
            background: #FFF;
            border: 1px solid #D9D9D9;
            border-radius: 7px;
            cursor: pointer;
            content: ''; }
          .hero .search .dropdown .dropdown-option span:after {
            left: 8px;
            top: 0;
            bottom: 0;
            align-items: center;
            content: url("./img/check.svg");
            position: absolute;
            display: none; }
      .hero .search .dropdown input[type="checkbox"]:checked + span:after {
        display: flex !important; }
      .hero .search .dropdown input[type="checkbox"]:checked + span::before {
        background-color: #EB6A09;
        border: 1px solid #EB6A09; }
      .hero .search .dropdown .dropdown-label {
        border-radius: 99px;
        background-color: #FFF;
        border: 1px solid #D9D9D9;
        padding: 2.1rem 2.4rem;
        display: block;
        line-height: 1;
        cursor: pointer; }
        .hero .search .dropdown .dropdown-label:hover:before {
          border: none !important; }
        .hero .search .dropdown .dropdown-label:before {
          content: url("./img/triangle-gray.svg");
          float: right; }
      .hero .search .dropdown.on .dropdown-list {
        transform: scale(1, 1);
        transition-delay: 0s; }
        .hero .search .dropdown.on .dropdown-list .dropdown-option {
          opacity: 1;
          transition-delay: .2s; }
      .hero .search .dropdown.on .dropdown-label:before {
        content: url("./img/triangle-gray.svg");
        transform: rotate(180deg); }
      .hero .search .dropdown [type="checkbox"] {
        position: relative;
        top: -1px;
        margin-right: 4px;
        left: 0; }
    .hero .search .custom-select {
      margin-bottom: 0;
      width: 30%;
      margin-left: 2rem;
      padding: 0; }
      .hero .search .custom-select .select-selected {
        padding: 1.5rem 2.4rem; }
      .hero .search .custom-select .select-items {
        top: 127%;
        font-size: 1.6rem; }
        .hero .search .custom-select .select-items div {
          padding: 1rem 2.4rem; }
          .hero .search .custom-select .select-items div:first-child {
            font-size: 0;
            padding: 0;
            height: 0; }
  @media (max-width: 1920px) {
    .hero {
      background-position: 95% bottom; } }
  @media (max-width: 1600px) {
    .hero {
      background-size: 50%; }
      .hero__content {
        width: 55%; }
      .hero .col-max {
        padding: 15rem 1.6rem 5rem 1.6rem; }
      .hero .search {
        margin-top: 4.5rem;
        width: 80%; }
        .hero .search .custom-select .select-selected {
          padding: 1.5rem 1.4rem 1.5rem 1.4rem; }
          .hero .search .custom-select .select-selected:after {
            right: 1.4rem; } }
  @media (max-width: 1440px) {
    .hero img {
      right: 0;
      width: 50%; }
    .hero .col-max {
      padding: 15rem 1.6rem 7rem 1.6rem; }
    .hero .search {
      margin-top: 5.5rem;
      padding: 2.2rem 2.2rem; }
      .hero .search a img {
        width: auto;
        max-width: 100%; } }
  @media (max-width: 1280px) {
    .hero {
      padding-top: 7rem;
      background-size: 55%;
      background-position: 100% bottom; }
      .hero .search .dropdown .dropdown-label {
        padding: 2.1rem 1.5rem; }
      .hero .search input[type=text],
      .hero .search input[type=number] {
        padding: 1.5rem 1.5rem; }
      .hero .col-max {
        padding: 12rem 1.6rem 7rem 1.6rem; } }
  @media (max-width: 1024px) {
    .hero {
      background: linear-gradient(180deg, rgba(243, 243, 244, 0) 0%, #F3F3F4 100%) !important; }
      .hero__content {
        text-align: center;
        width: 100%; }
        .hero__content p {
          width: 100%; }
      .hero img {
        display: none; }
      .hero .search {
        box-sizing: border-box;
        justify-content: space-between;
        margin: 3.5rem auto 0 auto;
        width: 100%; }
        .hero .search input[type=text] {
          width: 33%; }
        .hero .search input[type=number] {
          width: 23%; } }
  @media (max-width: 992px) {
    .hero .search a {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -8rem;
      width: 20rem;
      margin: auto auto auto auto; }
    .hero .col-max {
      padding: 2rem 1.6rem 11rem 1.6rem; } }
  @media (max-width: 680px) {
    .hero .search {
      background-color: transparent;
      border-radius: 2rem;
      flex-wrap: wrap;
      padding: 2.2rem 2.2rem; }
      .hero .search .dropdown {
        width: 47%;
        margin-bottom: 2rem; }
      .hero .search .custom-select {
        width: 47%;
        margin: 0 0 2rem 0; }
      .hero .search input[type=text] {
        width: calc(40% - 2rem); } }
  @media (max-width: 480px) {
    .hero .search {
      padding-bottom: 0; }
      .hero .search .dropdown {
        width: 100%; }
      .hero .search .custom-select {
        width: 100%; } }
  @media (max-width: 375px) {
    .hero .search {
      display: block; }
      .hero .search .dropdown {
        margin-bottom: 1.5rem; }
      .hero .search .custom-select {
        width: 100%;
        margin-bottom: 1.5rem; }
      .hero .search input[type=text] {
        width: 100%;
        margin-left: 0; } }

/*************

MODULE - OFFER

**************/
.offers {
  padding: 6.5rem 0 10rem; }
  .offers__button {
    text-align: center;
    margin-top: 4rem; }
  @media (max-width: 768px) {
    .offers {
      padding: 4.8rem 0 4.8rem; } }

/********************

MODULE - KOGO SZUKAMY

*********************/
.looking {
  padding: 10rem 0 3rem 0; }
  .looking .module__intro {
    margin-bottom: 5rem; }
  .looking__wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; }
  .looking .image {
    position: relative; }
  .looking .nameplate {
    background-color: #FFF;
    padding: 1.75rem 2.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #181623;
    font-family: "Lato", sans-serif;
    box-shadow: 0 15px 70px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    right: -3rem;
    bottom: -2.5rem;
    width: 115px;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
  .looking .hidden-content {
    padding-top: 2rem;
    opacity: 0; }
  .looking p {
    font-family: "Lato", sans-serif;
    margin-top: 5px; }
  .looking__item {
    padding: 0 4rem;
    text-align: center;
    color: #7b7b7b;
    max-width: 30rem; }
    .looking__item:focus .nameplate, .looking__item:hover .nameplate {
      color: #EB6A09; }
    .looking__item:focus .hidden-content, .looking__item:hover .hidden-content {
      opacity: 1; }
  @media (max-width: 1200px) {
    .looking {
      padding: 6.5rem 0 3rem 0; }
      .looking .module__intro {
        margin-bottom: 4rem; }
      .looking__item {
        padding: 0 2rem; }
      .looking .nameplate {
        right: -1rem;
        bottom: -0.5rem;
        width: 90px;
        height: 3rem;
        font-size: 1.6rem; }
      .looking p {
        font-size: 1.4rem;
        line-height: 1.5; }
      .looking .hidden-content {
        padding-top: 1rem; } }
  @media (max-width: 769px) {
    .looking__wrapper {
      flex-direction: column;
      align-items: center; }
    .looking .hidden-content {
      height: 0;
      transition: 0.2s; }
    .looking__item:focus .hidden-content, .looking__item:hover .hidden-content {
      height: auto; } }

.processTabs {
  padding: 10rem 0 10rem 0; }
  .processTabs .module__intro {
    margin-bottom: 5rem; }
  .processTabs .wrapper {
    display: flex;
    margin-bottom: 1.5rem;
    justify-content: center; }
  .processTabs button:not(.nexttab) {
    outline: none;
    cursor: pointer;
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 300;
    color: #7b7b7b;
    border: 0;
    background-color: transparent;
    display: inline; }
    .processTabs button:not(.nexttab) svg {
      margin-left: 3rem; }
    .processTabs button:not(.nexttab).active {
      color: #EB6A09; }
      .processTabs button:not(.nexttab).active svg path {
        fill: #EB6A09;
        stroke: #EB6A09; }
  .processTabs .tablinks:not(.nexttab) svg path {
    fill: #7b7b7b;
    stroke: #7b7b7b; }
  .processTabs .tablinks:not(.nexttab):last-child svg {
    display: none; }
  .processTabs .tabcontent {
    display: none;
    box-shadow: 0 15px 70px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border-radius: 2.5rem;
    padding: 4rem 6.5rem;
    align-items: flex-start;
    position: relative; }
    .processTabs .tabcontent__inner {
      display: flex; }
    .processTabs .tabcontent button.nexttab {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2.5rem;
      background-color: transparent;
      border: 0; }
      .processTabs .tabcontent button.nexttab svg {
        pointer-events: none;
        z-index: 0; }
    .processTabs .tabcontent .content {
      padding-left: 3.5rem; }
    .processTabs .tabcontent a {
      color: #FFF; }
    .processTabs .tabcontent p {
      margin-bottom: 0;
      color: #7b7b7b;
      font-size: 1.6rem;
      padding-right: 3rem; }
    .processTabs .tabcontent h3 {
      margin-top: 0; }
    .processTabs .tabcontent .item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .processTabs .tabcontent:last-child .nexttab {
      display: none; }
  @media (max-width: 1200px) {
    .processTabs {
      padding: 6.5rem 0; }
      .processTabs .module__intro {
        margin-bottom: 4rem; }
      .processTabs .mobile-overflow {
        overflow-x: scroll;
        margin-bottom: 1.5rem;
        -webkit-overflow-scrolling: touch;
        mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 15px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 15px), transparent);
        -moz-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 15px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 15px), transparent);
        -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, 0.25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, 0.25) calc(100% - 9px), transparent); }
      .processTabs .tabs {
        width: 110rem; }
        .processTabs .tabs .tablinks {
          white-space: nowrap; }
      .processTabs button {
        padding: 0.75rem; }
        .processTabs button svg {
          margin-left: 1rem; }
      .processTabs .tabcontent {
        padding: 3rem 3.5rem; } }
  @media (max-width: 680px) {
    .processTabs .tabcontent__inner {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .processTabs .tabcontent__inner .content {
        padding-left: 0; }
        .processTabs .tabcontent__inner .content h3 {
          margin-top: 1rem; }
        .processTabs .tabcontent__inner .content p {
          padding-right: 0; }
      .processTabs .tabcontent__inner button.nexttab {
        position: relative;
        margin-top: 1rem; } }

/********************

MODULE - SIMPLE TEXT

*********************/
.simpleText {
  padding: 10rem 0 11.5rem 0; }
  .simpleText h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4.2rem; }
    .simpleText h2 img {
      margin-right: 2.5rem; }
    .simpleText h2.text-center {
      justify-content: center; }
  @media (max-width: 1440px) {
    .simpleText {
      padding: 3.5rem 0 4rem; }
      .simpleText h2 {
        margin-bottom: 2.2rem; } }
  @media (max-width: 768px) {
    .simpleText h2 img {
      margin-right: 1.5rem;
      width: 4.8rem; } }
  @media (max-width: 480px) {
    .simpleText {
      padding: 1.5rem 0 2rem 0; }
      .simpleText h2 img {
        width: 3.2rem; } }

/*********************

MODULE - TEXT + IMAGE

*********************/
.textImageBlock {
  background-color: #F3F3F4;
  padding: 8rem 0 10rem 0; }
  .textImageBlock.bg-white {
    background-color: #FFF; }
  .textImageBlock__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .textImageBlock h2 {
    margin-top: 0; }
    @media (max-width: 1440px) {
      .textImageBlock h2 {
        font-size: 3.6rem;
        line-height: 150%; } }
  .textImageBlock__image {
    max-width: 50%;
    padding-right: 8.25rem;
    width: 100%; }
  .textImageBlock__video {
    position: relative;
    max-width: 50%;
    padding-right: 8.25rem; }
    .textImageBlock__video svg {
      bottom: 0;
      left: -10rem;
      position: absolute;
      top: 0;
      margin: auto auto auto auto; }
  .textImageBlock__content {
    color: #7b7b7b;
    max-width: 50%; }
    .textImageBlock__content ul {
      font-family: "Open sans", sans-serif;
      list-style-type: none;
      margin-left: 0;
      padding-left: 0; }
      .textImageBlock__content ul li {
        line-height: 150%;
        margin-bottom: 1rem;
        padding-left: 2.5rem;
        position: relative; }
        .textImageBlock__content ul li:before {
          background: url("../ewlb2c/img/ul-dot.svg") center no-repeat;
          content: '';
          display: block;
          left: 0;
          height: 1.75rem;
          position: absolute;
          top: 2.5px;
          width: 1.75rem; }
  .textImageBlock.list-col-three .textImageBlock__content ul {
    display: grid;
    grid-column-gap: 2.4rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(3, 1fr); }
  .textImageBlock.list-col-two .textImageBlock__content ul {
    display: grid;
    grid-column-gap: 2.4rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr); }
  .textImageBlock .btn, .textImageBlock .footer-btn a, .footer-btn .textImageBlock a, .textImageBlock .comments-area .submit, .comments-area .textImageBlock .submit, .textImageBlock .comments-area .comment-reply-link, .comments-area .textImageBlock .comment-reply-link {
    margin-top: 2.75rem; }
  .textImageBlock.padding-sm .textImageBlock__content {
    padding-left: 2rem; }
  .textImageBlock.right .textImageBlock__wrapper {
    flex-direction: row-reverse; }
  .textImageBlock.right .textImageBlock__video,
  .textImageBlock.right .textImageBlock__image {
    padding-left: 9rem;
    padding-right: 0; }
  @media (max-width: 1440px) {
    .textImageBlock__image, .textImageBlock__video {
      padding-right: 0; }
    .textImageBlock.right .textImageBlock__image,
    .textImageBlock.right .textImageBlock__video {
      padding-left: 2rem; }
    .textImageBlock__content {
      padding-left: 5rem; } }
  @media (max-width: 1280px) {
    .textImageBlock {
      padding: 6.5rem 0 6.5rem 0; } }
  @media (max-width: 1200px) {
    .textImageBlock__image {
      flex-shrink: 1; }
    .textImageBlock__content {
      flex-shrink: 2;
      padding-left: 2rem; } }
  @media (max-width: 992px) {
    .textImageBlock h2 {
      font-size: 2.8rem; }
    .textImageBlock.right .textImageBlock__wrapper, .textImageBlock__wrapper {
      display: flex;
      flex-direction: column; }
      .textImageBlock.right .textImageBlock__wrapper .textImageBlock__video,
      .textImageBlock.right .textImageBlock__wrapper .textImageBlock__image, .textImageBlock__wrapper .textImageBlock__video,
      .textImageBlock__wrapper .textImageBlock__image {
        flex-shrink: 1;
        order: 1;
        width: 43rem;
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 3rem; }
    .textImageBlock__content {
      flex-shrink: 1;
      order: 2;
      padding-left: 0;
      max-width: 100%; }
    .textImageBlock.padding-sm .textImageBlock__content {
      padding-left: 0; } }
  @media (max-width: 768px) {
    .textImageBlock {
      padding: 4.8rem 0 4.8rem; } }
  @media (max-width: 580px) {
    .textImageBlock .btn, .textImageBlock .footer-btn a, .footer-btn .textImageBlock a, .textImageBlock .comments-area .submit, .comments-area .textImageBlock .submit, .textImageBlock .comments-area .comment-reply-link, .comments-area .textImageBlock .comment-reply-link {
      margin-top: 0; }
    .textImageBlock__video {
      max-width: 60%;
      margin-right: 0; }
      .textImageBlock__video svg {
        width: 25rem; }
    .textImageBlock.list-col-three .textImageBlock__content ul {
      display: grid;
      grid-column-gap: 2.4rem;
      grid-row-gap: 1rem;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 375px) {
    .textImageBlock.list-col-three .textImageBlock__content ul, .textImageBlock.list-col-two .textImageBlock__content ul {
      display: block; } }

.textImageBlockAdv .textImageBlock__content ul {
  display: block; }
.textImageBlockAdv .textImageBlock__image, .textImageBlockAdv .textImageBlock__video {
  margin-top: 6rem; }
.textImageBlockAdv .textImageBlock__wrapper {
  align-items: center; }
@media (max-width: 992px) {
  .textImageBlockAdv .textImageBlock__image, .textImageBlockAdv .textImageBlock__video {
    margin-top: 0; }
  .textImageBlockAdv .textImageBlock__wrapper {
    align-items: center; } }

/**************

MODULE - BLURBS

***************/
.swiper-blurbs {
  padding-bottom: 2rem; }
  .swiper-blurbs .swiper-blurb-pagination {
    bottom: 0; }

.blurbs {
  padding: 8rem 0 10rem; }
  .blurbs .module__intro {
    margin-bottom: 10rem; }
  .blurbs .module__header {
    margin-bottom: 3.5rem; }
  .blurbs.three .blurbs__item {
    width: 33%; }
  .blurbs.four .blurbs__item {
    width: 25%; }
  .blurbs.five .blurbs__item {
    width: 20%; }
  .blurbs__item {
    margin-bottom: 2.25rem;
    text-align: center;
    text-decoration: none; }
    .blurbs__item img {
      margin-bottom: 5.5rem; }
    .blurbs__item .title-link {
      margin-bottom: 1rem;
      margin-top: 2rem;
      display: block;
      text-decoration: none; }
    .blurbs__item h3 {
      margin-bottom: 1rem;
      margin-top: 2rem;
      transition: .2s; }
    .blurbs__item p {
      color: #7b7b7b;
      margin-top: 2.25rem;
      padding: 0 4rem; }
    .blurbs__item--position {
      align-items: center;
      background-color: rgba(250, 186, 18, 0.15);
      border-radius: 50%;
      color: #FABA12;
      display: flex;
      font-size: 2.4rem;
      height: 4.8rem;
      justify-content: center;
      margin: 0 auto 2.75rem auto;
      width: 4.8rem; }
  .blurbs__buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 4.75rem; }
    .blurbs__buttons a {
      margin: 1rem; }
  @media (max-width: 1440px) {
    .blurbs__wrapper {
      grid-gap: 2rem; }
      .blurbs__wrapper.swiper-wrapper {
        grid-gap: unset; } }
  @media (max-width: 1280px) {
    .blurbs {
      padding: 6.5rem 0; }
      .blurbs .module__intro {
        margin-bottom: 4rem; }
      .blurbs.five .blurbs__item {
        width: 25%; }
      .blurbs__item img {
        margin-bottom: 0.5rem; }
      .blurbs__item p {
        padding: 0 2rem; } }
  @media (max-width: 992px) {
    .blurbs .swiper-pagination {
      display: block; }
    .blurbs__wrapper {
      margin-bottom: 4rem; }
    .blurbs__item p {
      padding: 0 2rem; } }
  @media (max-width: 768px) {
    .blurbs {
      padding: 4.8rem 0 4.8rem; } }
  @media (max-width: 580px) {
    .blurbs .module__header {
      margin-bottom: 0; }
    .blurbs .module__intro {
      margin-bottom: 4rem; }
    .blurbs__item p {
      margin-top: 0; }
    .blurbs__item img {
      margin-bottom: 1.75rem; }
    .blurbs__item--position {
      margin: 0 auto 1.75rem auto; }
    .blurbs__buttons {
      margin-top: 2rem;
      flex-direction: column; } }
  .blurbs__item:hover h3 {
    color: #EB6A09; }

/**************

MODULE - BIG BLURBS

***************/
.bigBlurbs {
  padding: 5rem 0 8rem 0; }
  .bigBlurbs .module__intro {
    margin-bottom: 10rem; }
  .bigBlurbs .module__header {
    margin-bottom: 3.5rem; }
  .bigBlurbs__wrapper {
    display: grid;
    grid-gap: 6.4rem;
    grid-template-columns: repeat(2, 1fr); }
  .bigBlurbs__buttons .btn:first-child, .bigBlurbs__buttons .footer-btn a:first-child, .footer-btn .bigBlurbs__buttons a:first-child, .bigBlurbs__buttons .comments-area .submit:first-child, .comments-area .bigBlurbs__buttons .submit:first-child, .bigBlurbs__buttons .comments-area .comment-reply-link:first-child, .comments-area .bigBlurbs__buttons .comment-reply-link:first-child {
    margin-right: 2rem; }
  .bigBlurbs__item {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 7rem 8.8rem 5.5rem 8.8rem; }
    .bigBlurbs__item img {
      margin-bottom: 1.3rem; }
    .bigBlurbs__item h3 {
      margin-bottom: 2rem;
      margin-top: 2rem; }
    .bigBlurbs__item p {
      color: #7b7b7b; }
  @media (max-width: 1440px) {
    .bigBlurbs__wrapper {
      grid-gap: 2rem; }
    .bigBlurbs__item {
      padding: 4rem 4.5rem 2.5rem 4.5rem; }
      .bigBlurbs__item h3 {
        margin-bottom: 1rem;
        margin-top: 0; } }
  @media (max-width: 992px) {
    .bigBlurbs__wrapper {
      display: block; }
    .bigBlurbs__item {
      margin-bottom: 3rem;
      padding: 2rem 2.5rem 2.5rem 2.5rem; }
      .bigBlurbs__item:last-child {
        margin-bottom: 0; } }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #7b7b7b; }
  .swiper-pagination-bullet-active {
    background: #EB6A09; }

/****************

MODULE - OPINIONS

*****************/
.opinions {
  padding: 6.5rem 0 14rem 0;
  position: relative; }
  .opinions.standard-gradient:before {
    height: 30rem; }
  .opinions__inner {
    margin-bottom: 8.5rem;
    align-items: stretch; }
  .opinions img {
    border-radius: 50%;
    height: 12rem;
    margin-bottom: 1.5rem;
    width: 12rem;
    object-fit: cover; }
  .opinions .opinions__title {
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.1rem; }
  .opinions__item {
    opacity: 0.5;
    display: flex; }
    .opinions__item--inner {
      border: 1px solid transparent;
      width: 100%; }
    .opinions__item.swiper-slide-active {
      opacity: 1; }
      .opinions__item.swiper-slide-active--inner {
        border: 1px solid transparent; }
    .opinions__item:hover {
      cursor: move; }
    .opinions__item--inner {
      border: 1px solid #D9D9D9;
      border-radius: 5px;
      padding: 5rem 5.4rem 7.6rem 5.4rem;
      text-align: center; }
      .opinions__item--inner .btn, .opinions__item--inner .footer-btn a, .footer-btn .opinions__item--inner a, .opinions__item--inner .comments-area .submit, .comments-area .opinions__item--inner .submit, .opinions__item--inner .comments-area .comment-reply-link, .comments-area .opinions__item--inner .comment-reply-link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 2.4rem; }
    .opinions__item a svg {
      margin-left: 1rem;
      margin-bottom: -.25rem; }
  .opinions .swiper-slide {
    background: none;
    height: unset; }
  .opinions .swiper-container.col-full {
    max-width: 118rem !important; }
  @media (max-width: 1280px) {
    .opinions {
      padding-bottom: 10rem; }
      .opinions__item--inner {
        padding: 3rem 3.4rem 7.1rem 3.4rem; } }
  @media (max-width: 768px) {
    .opinions {
      padding: 4.8rem 0 4.8rem; }
      .opinions .swiper-pagination {
        position: relative; }
      .opinions__item--inner {
        margin: 0 1rem; }
      .opinions__inner {
        margin-bottom: 3rem; } }
  @media (max-width: 480px) {
    .opinions__inner .wp-post-image {
      left: 0;
      margin-left: auto;
      margin-right: auto;
      right: 0;
      top: 2rem; } }

/************

MODULE - NEWS

************/
.swiper-wrapper {
  display: flex !important; }

.category .featuredPost,
.page-template-news .featuredPost {
  padding-top: 23rem;
  margin-bottom: 10rem; }
.category .module__header,
.page-template-news .module__header {
  text-align: left; }
.category .news,
.page-template-news .news {
  padding: 5rem 0 5rem; }
.category .site-content,
.page-template-news .site-content {
  padding-bottom: 10rem; }
.category .freshmail .module__header,
.page-template-news .freshmail .module__header {
  text-align: center; }
.category .freshmail .module__description,
.page-template-news .freshmail .module__description {
  margin: 2rem auto;
  text-align: center; }
@media (max-width: 1440px) {
  .category .featuredPost,
  .page-template-news .featuredPost {
    padding-top: 13rem;
    margin-bottom: 5rem; }
  .category .site-content,
  .page-template-news .site-content {
    padding-bottom: 0; } }
@media (max-width: 992px) {
  .category .featuredPost,
  .page-template-news .featuredPost {
    margin-bottom: 0; }
    .category .featuredPost--title,
    .page-template-news .featuredPost--title {
      line-height: 125%; }
    .category .featuredPost__content,
    .page-template-news .featuredPost__content {
      padding: 4rem 2rem 2rem 2rem; }
    .category .featuredPost__box .tags,
    .page-template-news .featuredPost__box .tags {
      top: 2rem; }
    .category .featuredPost__wrapper a,
    .page-template-news .featuredPost__wrapper a {
      padding-bottom: 0; }
    .category .featuredPost--footer,
    .page-template-news .featuredPost--footer {
      margin-bottom: 2rem; } }

.news {
  padding: 6.5rem 0 10rem; }
  .news .swiper-pagination {
    position: relative;
    margin-top: 5rem; }
  .news__box {
    position: relative; }
  .news__buttons {
    margin-top: 7.2rem;
    text-align: center; }
  .news__wrapper {
    list-style-type: none;
    padding-left: 0; }
    .news__wrapper h3 {
      color: #181623;
      line-height: 175%;
      margin: 2.5rem 0 2rem 0; }
    .news__wrapper .news__item {
      display: block;
      background-color: #FFF;
      border-radius: 5px;
      box-sizing: border-box;
      height: unset;
      padding-bottom: 8.5rem;
      position: relative;
      text-decoration: none;
      transition: box-shadow ease-in-out .2s; }
      .news__wrapper .news__item .attachment-post-thumbnail {
        border-radius: 5px;
        height: 29.3rem;
        object-fit: cover;
        width: 100%;
        transition: ease-in-out .2s; }
      .news__wrapper .news__item .author {
        bottom: 3.3rem;
        position: absolute; }
      .news__wrapper .news__item a {
        color: #181623;
        display: block;
        text-decoration: none; }
      .news__wrapper .news__item:focus .attachment-post-thumbnail, .news__wrapper .news__item:hover .attachment-post-thumbnail {
        opacity: .7; }
      .news__wrapper .news__item .post-image {
        height: 176px;
        max-height: 176px;
        max-width: 100%;
        object-fit: cover;
        transition: 0.2s;
        width: 100%; }
  .news .swiper-wrapper .publication {
    margin-bottom: 0; }
  .news .swiper-wrapper .news__item .attachment-post-thumbnail {
    object-fit: cover; }
  .news .swiper-news-five-columns .news__item {
    width: calc(20% - 15px);
    margin-right: 15px; }
  .news .swiper-news-three-columns .news__item {
    width: calc(33.3333% - 33px);
    margin-left: 16.5px;
    margin-right: 16.5px; }
  .news .swiper-news-two-columns .news__item {
    width: calc(50% - 30px);
    margin-right: 30px; }
  .news.five-columns .news__wrapper .news__item .attachment-post-thumbnail {
    height: 26rem; }
  .news.five-columns .news__wrapper .news__item--content h4, .news.five-columns .news__wrapper .news__item--content .fullFaq .search-label, .fullFaq .news.five-columns .news__wrapper .news__item--content .search-label {
    font-weight: 600;
    font-size: 2rem; }
  .news.three-columns .news__wrapper:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem; }
    .news.three-columns .news__wrapper:not(.swiper-wrapper) h4, .news.three-columns .news__wrapper:not(.swiper-wrapper) .fullFaq .search-label, .fullFaq .news.three-columns .news__wrapper:not(.swiper-wrapper) .search-label {
      font-size: 2rem; }
  .news.two-columns .tags {
    width: calc(50% - 5.5rem);
    right: 0;
    top: 0;
    margin: 0;
    bottom: unset; }
    @media (max-width: 1440px) {
      .news.two-columns .tags {
        width: calc(50% - 2.5rem); } }
    @media (max-width: 992px) {
      .news.two-columns .tags {
        width: 100%;
        top: unset;
        bottom: 0; } }
  .news.two-columns .news__wrapper {
    display: grid;
    grid-gap: 5.5rem;
    grid-template-columns: repeat(2, 1fr); }
  .news.two-columns .news__item {
    display: flex;
    padding-bottom: 0; }
    @media (max-width: 992px) {
      .news.two-columns .news__item {
        padding-bottom: 8.5rem; } }
    .news.two-columns .news__item .tags {
      position: relative; }
    .news.two-columns .news__item--two-columns {
      display: flex;
      padding-bottom: 0; }
      .news.two-columns .news__item--two-columns a {
        max-width: 50%; }
    .news.two-columns .news__item .attachment-post-thumbnail {
      margin-right: 5.5rem;
      width: 50%; }
    .news.two-columns .news__item--content {
      width: 50%; }
      .news.two-columns .news__item--content h4, .news.two-columns .news__item--content .fullFaq .search-label, .fullFaq .news.two-columns .news__item--content .search-label {
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1.8rem; }
    .news.two-columns .news__item .author {
      position: initial; }
      @media (max-width: 992px) {
        .news.two-columns .news__item .author {
          position: absolute; } }
  @media (max-width: 1600px) {
    .news__wrapper .news__item .attachment-post-thumbnail {
      height: 24.3rem; }
    .news.five-columns .news__wrapper:not(.swiper__wrapper) {
      grid-template-columns: repeat(4, 1fr); }
    .news .swiper-news-five-columns .news__item {
      width: calc(25% - 15px); } }
  @media (max-width: 1440px) {
    .news.two-columns .news__item .attachment-post-thumbnail {
      margin-right: 2.5rem; }
    .news.five-columns .news__wrapper {
      grid-template-columns: repeat(3, 1fr); }
      .news.five-columns .news__wrapper .news__item .attachment-post-thumbnail {
        height: 22rem; } }
  @media (max-width: 1280px) {
    .news {
      padding: 6.5rem 0 6.5rem; }
      .news__wrapper {
        margin-top: 0; }
        .news__wrapper .title {
          font-size: 1.6rem;
          font-weight: 600;
          line-height: 150%; }
      .news .swiper-news-five-columns .news__item {
        width: calc(33.3333% - 15px); } }
  @media (max-width: 992px) {
    .news.two-columns .news__item .attachment-post-thumbnail {
      margin-right: 0; }
    .news.single-slider .news__item, .news.three-columns .news__item {
      flex-direction: column; }
      .news.single-slider .news__item .attachment-post-thumbnail, .news.three-columns .news__item .attachment-post-thumbnail {
        height: 23rem; }
    .news.two-columns .news__item {
      flex-direction: column;
      height: 100%; }
      .news.two-columns .news__item .attachment-post-thumbnail {
        width: 100%; } }
  @media (max-width: 768px) {
    .news {
      padding: 4.8rem 0; }
      .news.three-columns .news__wrapper:not(.swiper-wrapper) {
        grid-template-columns: repeat(2, 1fr); }
        .news.three-columns .news__wrapper:not(.swiper-wrapper) .news__item .attachment-post-thumbnail {
          height: 24rem; }
      .news.two-columns .news__wrapper {
        grid-gap: 2.5rem; }
      .news.single-slider .news__item, .news.three-columns .news__item {
        flex-direction: column; }
        .news.single-slider .news__item .attachment-post-thumbnail, .news.three-columns .news__item .attachment-post-thumbnail {
          height: 40rem; }
      .news.five-columns .news__wrapper {
        grid-template-columns: repeat(2, 1fr); }
      .news .swiper-news-five-columns .news__item {
        width: calc(50% - 15px); }
        .news .swiper-news-five-columns .news__item .attachment-post-thumbnail {
          height: 24rem; }
      .news .swiper-news-three-columns .news__item {
        width: calc(50% - 30px); }
        .news .swiper-news-three-columns .news__item .attachment-post-thumbnail {
          height: 24rem; }
      .news .swiper-pagination {
        margin-top: 3rem; }
      .news__buttons, .news__button {
        margin-top: 3rem; } }
  @media (max-width: 580px) {
    .news__box {
      margin-bottom: 3rem; }
    .news .tags {
      position: initial !important; }
    .news.single-slider .author .publication {
      justify-content: flex-start; }
    .news.single-slider .news__wrapper:not(.swiper-wrapper), .news.two-columns .news__wrapper:not(.swiper-wrapper), .news.three-columns .news__wrapper:not(.swiper-wrapper) {
      display: block !important; }
    .news.single-slider .news__item, .news.two-columns .news__item, .news.three-columns .news__item {
      margin-bottom: 3rem;
      padding-bottom: 0; }
      .news.single-slider .news__item .author, .news.two-columns .news__item .author, .news.three-columns .news__item .author {
        position: initial; }
    .news .swiper-news-five-columns .news__item {
      width: calc(100% - 15px); }
    .news .swiper-news-three-columns .news__item,
    .news .swiper-news-two-columns .news__item {
      width: calc(100% - 29px); } }
  @media (max-width: 480px) {
    .news.five-columns .news__wrapper {
      grid-template-columns: repeat(1, 1fr); }
    .news.single-slider .news__item .attachment-post-thumbnail, .news.three-columns .news__item .attachment-post-thumbnail {
      height: auto; } }

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 7rem; }

.page-numbers {
  align-items: center;
  border: 1px solid #7b7b7b;
  border-radius: 5px;
  color: #7b7b7b;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  margin: 0 0.8rem 0 0.8rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2ms;
  width: 4.8rem; }
  .page-numbers.current, .page-numbers:hover, .page-numbers:focus {
    color: #EB6A09; }
  .page-numbers.current {
    background-color: #FFF; }
  .page-numbers.prev, .page-numbers.next {
    border: 0;
    margin: 0; }
    .page-numbers.prev:hover, .page-numbers.prev:focus, .page-numbers.next:hover, .page-numbers.next:focus {
      background-color: #FFF !important; }
      .page-numbers.prev:hover path, .page-numbers.prev:focus path, .page-numbers.next:hover path, .page-numbers.next:focus path {
        fill: #181623; }

.tags a,
.tags {
  color: #EB6A09;
  font-family: "Lato", sans-serif;
  text-decoration: none; }

.news .tags {
  position: absolute;
  bottom: 0;
  width: 100%; }

.featuredPost .tags,
.news .tags {
  display: flex;
  justify-content: flex-start;
  color: #EB6A09;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 2rem; }
  .featuredPost .tags span,
  .news .tags span {
    margin: 0 .2rem; }
  .featuredPost .tags span,
  .featuredPost .tags a,
  .news .tags span,
  .news .tags a {
    color: #EB6A09;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block; }
.featuredPost .author span span,
.news .author span span {
  display: block;
  line-height: 1.7; }
.featuredPost .author .publication,
.news .author .publication {
  align-items: center;
  display: flex; }
  .featuredPost .author .publication img,
  .news .author .publication img {
    border-radius: 50%;
    height: 4.8rem;
    margin-right: 2rem;
    width: 4.8rem; }
  .featuredPost .author .publication__author,
  .news .author .publication__author {
    font-size: 1.4rem;
    color: #181623; }
  .featuredPost .author .publication__title,
  .news .author .publication__title {
    color: #181623;
    display: block;
    font-size: 1.4rem; }
  .featuredPost .author .publication__date,
  .news .author .publication__date {
    color: rgba(24, 22, 35, 0.5);
    display: block;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    text-transform: capitalize; }

.featuredPost {
  padding-top: 10rem;
  position: relative; }
  .featuredPost:before {
    content: '';
    height: 46rem;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .featuredPost__box {
    display: flex; }
    @media (max-width: 992px) {
      .featuredPost__box {
        flex-direction: column; } }
    .featuredPost__box .tags {
      margin-top: 0;
      position: absolute;
      padding-left: 5.5rem;
      top: 3rem; }
      @media (max-width: 1280px) {
        .featuredPost__box .tags {
          padding-left: 3.5rem;
          top: 3rem; } }
      @media (max-width: 992px) {
        .featuredPost__box .tags {
          padding-left: 0;
          top: 1rem; } }
  .featuredPost__wrapper a {
    text-decoration: none;
    display: block;
    height: 100%; }
  .featuredPost__content {
    border-radius: 5px 0 0 5px;
    position: relative;
    background-color: #FFF;
    text-decoration: none;
    width: 39%; }
    .featuredPost__content--link {
      box-sizing: border-box;
      padding: 3rem 5.5rem 6rem 5.5rem; }
  .featuredPost__image {
    width: 64%; }
    .featuredPost__image img {
      border-radius: 0 5px 5px 0;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .featuredPost--footer {
    align-items: center;
    display: flex;
    margin-bottom: 4.5rem; }
    .featuredPost--footer div {
      margin-right: 3rem; }
  @media (max-width: 1280px) {
    .featuredPost--title {
      margin-bottom: 1rem; }
    .featuredPost__content--link {
      padding: 3rem 3.5rem 3rem 3.5rem; }
    .featuredPost__footer {
      margin-bottom: 2rem; } }
  @media (max-width: 992px) {
    .featuredPost {
      background: linear-gradient(180deg, rgba(243, 243, 244, 0) 0%, #F3F3F4 100%);
      margin-bottom: 0; }
      .featuredPost:before {
        display: none; }
      .featuredPost__wrapper a {
        flex-direction: column; }
      .featuredPost__image {
        order: 1;
        width: 100%; }
        .featuredPost__image a {
          font-size: 0; }
        .featuredPost__image img {
          border-radius: 5px 5px 0 0; }
      .featuredPost__content {
        background-color: transparent;
        box-sizing: border-box;
        margin-bottom: 2rem;
        order: 2;
        width: 100%; }
        .featuredPost__content--link {
          padding: 0 0 2rem 0; } }
  @media (max-width: 580px) {
    .featuredPost__box .tags {
      top: 2rem; }
    .featuredPost__content {
      padding: 4rem 2rem 2rem 2rem; } }

/***********

MODULE - FAQ

***********/
.faq {
  border-bottom: 1px solid #D9D9D9;
  padding: 6.5rem 0 11rem; }
  .faq .module__intro {
    margin-bottom: 4.5rem; }
  .faq #tabs {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 4.5rem;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #D9D9D9; }
    .faq #tabs li a {
      border-bottom: 3px solid #EB6A09;
      color: #000000;
      display: block;
      font-family: "Lato", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      padding: 1.2rem 0;
      margin: 0 2.4rem; }
      .faq #tabs li a:hover {
        border-bottom: 3px solid #EB6A09;
        cursor: pointer; }
      .faq #tabs li a.inactive {
        color: #7b7b7b;
        border-bottom: 3px solid transparent; }
  .faq__item {
    border-bottom: 1px solid #D9D9D9; }
  .faq__wrapper {
    max-width: 100%;
    margin: auto;
    width: 70rem; }
  .faq__question {
    color: rgba(24, 22, 35, 0.5);
    display: block;
    padding: 4.5rem 2rem 2.2rem 0;
    position: relative;
    text-decoration: none;
    line-height: 170%; }
    .faq__question svg {
      position: absolute;
      right: 0;
      top: 0;
      bottom: -25px;
      margin: auto;
      transition: .3s;
      pointer-events: none; }
    .faq__question.active svg {
      transform: rotate(180deg); }
  .faq__content {
    padding-top: 1rem; }
    .faq__content ul {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 175%;
      margin-left: 2em; }
  .faq__buttons {
    margin-top: 6rem;
    text-align: center; }
  @media (max-width: 1280px) {
    .faq {
      padding: 6.5rem 0 6.5rem; } }
  @media (max-width: 768px) {
    .faq {
      padding: 4.8rem 0 4.8rem; }
      .faq #tabs {
        margin-bottom: 1rem; }
        .faq #tabs li a {
          font-size: 1.6rem; }
      .faq__buttons {
        margin-top: 3.2rem; } }
  @media (max-width: 480px) {
    .faq .module__header {
      font-size: 2.4rem; }
    .faq #tabs li a {
      font-size: 1.4rem;
      padding: 1.2rem 0.5rem;
      margin: 0 .5rem; } }

/***************

GUTENBERG BLOCKS

***************/
.gutenberg__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6rem; }
.gutenberg__box {
  background-color: #FFF;
  display: block;
  padding: 2rem;
  text-decoration: none; }
  .gutenberg__box img {
    margin: 2.4rem 0 2rem 0; }
  .gutenberg__box .position {
    color: #EB6A09;
    font-family: "Open sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    text-transform: uppercase; }
  .gutenberg__box .title {
    color: #181623;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 150%; }
  .gutenberg__box p {
    color: #000000; }
@media (max-width: 1280px) {
  .gutenberg__boxes {
    grid-gap: 1.5rem; }
  .gutenberg__box {
    padding: 2rem; }
    .gutenberg__box img {
      margin: 1.4rem 0 0 0; }
    .gutenberg__box p {
      margin: 1rem 0 0 0; } }
@media (max-width: 580px) {
  .gutenberg__boxes {
    display: block; }
  .gutenberg__box {
    margin-bottom: 2rem; } }

/****************

MODULE - CLIENTS

****************/
.logotypes {
  padding: 6.5rem 0 10rem 0; }
  .logotypes p {
    color: rgba(24, 22, 35, 0.5);
    text-align: center; }
  .logotypes img {
    max-height: 13rem;
    width: auto; }
  .logotypes a {
    pointer-events: none;
    text-align: center; }
  .logotypes ul {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding-left: 0; }
    .logotypes ul li {
      margin: 0 1.2rem; }
  @media (max-width: 768px) {
    .logotypes {
      padding: 4.8rem 0 4.8rem; }
      .logotypes ul {
        grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 580px) {
    .logotypes ul {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 375px) {
    .logotypes ul {
      grid-template-columns: repeat(2, 1fr);
      text-align: center; } }

/****************

MODULE - CLIENTS

****************/
.logoBoxes {
  padding: 10rem 0 10rem 0; }
  .logoBoxes__wrapper {
    display: grid;
    grid-gap: 3.6rem;
    grid-template-columns: repeat(5, 1fr); }
  .logoBoxes__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3.2rem 3.2rem 4.2rem 3.2rem;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    color: #7b7b7b; }
    .logoBoxes__item p {
      font-size: 1.4rem; }
    .logoBoxes__item:before {
      background: url("../ewlb2c/img/right.png") center/contain no-repeat;
      bottom: 2.25rem;
      content: '';
      height: 2rem;
      position: absolute;
      right: 3rem;
      width: 2.4rem; }
  @media (max-width: 1280px) {
    .logoBoxes__wrapper {
      grid-gap: 2rem;
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 992px) {
    .logoBoxes__item {
      padding: 1.5rem 1.5rem 4.2rem 1.5rem; }
    .logoBoxes__wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 580px) {
    .logoBoxes__wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 580px) {
    .logoBoxes__wrapper {
      grid-template-columns: repeat(1, 1fr); } }

/*******************

MODULE - MAIN SLIDER

*******************/
.mainSlider {
  overflow: hidden;
  background: linear-gradient(0deg, #181623, #181623), linear-gradient(247.95deg, rgba(28, 36, 39, 0) 43.71%, #1C2427 64.51%);
  position: relative;
  padding: 16rem 0 9.4rem 0; }
  .mainSlider .svg-map,
  .mainSlider svg {
    position: absolute;
    left: 10%;
    top: 0; }
  .mainSlider .col-max {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1; }
  .mainSlider .swiper-hero .swiper-content {
    max-width: 50%;
    position: relative;
    text-align: left; }
    .mainSlider .swiper-hero .swiper-content h1 {
      color: #FFF;
      margin-top: 0; }
      @media (min-width: 1281px) and (max-width: 1440px) {
        .mainSlider .swiper-hero .swiper-content h1 {
          font-size: 3.6rem; } }
    .mainSlider .swiper-hero .swiper-content p {
      font-size: 1.8rem;
      color: #FFF;
      margin-top: 2.5rem;
      margin-bottom: 3rem;
      width: 90%; }
  .mainSlider .swiper-hero .swiper-image {
    position: relative;
    text-align: center; }
    .mainSlider .swiper-hero .swiper-image img {
      height: auto;
      max-height: 90%;
      max-width: 60rem; }
  .mainSlider .swiper-hero .swiper-slide {
    align-items: center;
    background: center/cover no-repeat;
    color: #FFF;
    display: flex;
    justify-content: center;
    overflow: hidden; }
  .mainSlider .swiper-hero .swiper-hero-pagination {
    margin: 3.5rem 0 0 2rem; }
    .mainSlider .swiper-hero .swiper-hero-pagination .swiper-pagination-bullet {
      background: #FFF;
      margin-right: 2.4rem;
      opacity: .2; }
    .mainSlider .swiper-hero .swiper-hero-pagination .swiper-pagination-bullet-active {
      background: #FFF;
      opacity: 1; }
  @media (max-width: 1440px) {
    .mainSlider {
      padding: 12rem 0 5rem 0; } }
  @media (max-width: 1280px) {
    .mainSlider .swiper-hero .swiper-image img {
      height: auto;
      max-height: 90%;
      max-width: 100%; } }
  @media (max-width: 768px) {
    .mainSlider .col-max {
      flex-direction: column;
      align-items: center; }
      .mainSlider .col-max .swiper-image {
        order: 1; }
      .mainSlider .col-max .swiper-content {
        max-width: 100%;
        order: 2; } }

/*******************

MODULE - CONTACT BOX

*******************/
.contactBox {
  padding: 10rem 0 10rem 0; }
  .contactBox__header {
    font-size: 2.4rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    width: 40%;
    margin-right: 5rem;
    z-index: 1;
    position: relative; }
    .contactBox__header p {
      font-family: "Lato", sans-serif;
      font-size: 1.6rem; }
  .contactBox__info {
    position: relative;
    z-index: 1; }
  .contactBox__wrapper {
    display: grid;
    grid-gap: 5.6rem;
    grid-template-columns: repeat(2, 1fr); }
  .contactBox__item {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 3.2rem 4.8rem;
    display: flex;
    position: relative; }
    .contactBox__item a {
      color: #7b7b7b;
      font-size: 1.4rem;
      line-height: 175%;
      text-decoration: none; }
      .contactBox__item a:hover, .contactBox__item a:focus {
        text-decoration: underline; }
  .contactBox .info__item {
    align-items: center;
    display: flex; }
    .contactBox .info__item svg {
      margin-right: 1rem; }
  .contactBox .question-mark {
    position: absolute;
    right: 2rem;
    top: 2rem; }
  @media (max-width: 1440px) {
    .contactBox__header {
      margin-right: 2rem;
      width: 50%;
      font-size: 2rem; }
    .contactBox__wrapper {
      grid-gap: 2.6rem; }
    .contactBox__item {
      padding: 2rem 2rem; }
    .contactBox .question-mark {
      opacity: .5;
      z-index: 0; } }
  @media (max-width: 1280px) {
    .contactBox {
      padding: 5rem 0 5rem 0; } }
  @media (max-width: 768px) {
    .contactBox__wrapper {
      display: block; }
    .contactBox__item {
      margin-bottom: 2rem; }
      .contactBox__item:last-child {
        margin-bottom: 0; } }
  @media (max-width: 375px) {
    .contactBox__item {
      display: block; }
    .contactBox__header {
      width: 100%; } }

/*******************

MODULE - CONTACT BOX PERSON

*******************/
.contactBoxPerson {
  padding: 10rem 0; }
  .contactBoxPerson .module__header {
    text-align: left; }
  .contactBoxPerson__wrapper {
    display: flex;
    justify-content: space-between; }
  .contactBoxPerson__shortcode {
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #F3F3F4;
    max-width: 100%; }
  .contactBoxPerson .ctf-type-usertimeline {
    box-sizing: border-box;
    padding: 1rem 1rem 1rem 1rem; }
  .contactBoxPerson .ctf-tweet-text,
  .contactBoxPerson .ctf-quoted-tweet-text {
    word-break: break-word; }
  .contactBoxPerson__info {
    width: max-content;
    margin: auto auto auto 0;
    text-align: center;
    max-width: 100%; }
    .contactBoxPerson__info .image {
      position: relative; }
      .contactBoxPerson__info .image .nameplate {
        position: absolute;
        right: -12rem;
        bottom: 5rem;
        width: 196px;
        background-color: #FFF;
        box-shadow: 0 15px 70px rgba(0, 0, 0, 0.1);
        border-radius: 10px; }
    .contactBoxPerson__info img {
      margin-bottom: 1rem; }
    .contactBoxPerson__info a {
      color: #181623; }
      .contactBoxPerson__info a:hover, .contactBoxPerson__info a:focus {
        color: #FABA12; }
  @media (max-width: 992px) {
    .contactBoxPerson__info {
      margin: auto auto 3rem auto; }
    .contactBoxPerson__wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 768px) {
    .contactBoxPerson__info .image {
      display: flex;
      flex-direction: column; }
      .contactBoxPerson__info .image .nameplate {
        position: relative;
        left: 0;
        right: 0;
        bottom: 3rem;
        margin: auto; } }

/***********

MODULE - MAP

***********/
.simpleMap {
  padding-top: 7.5rem; }
  .simpleMap__wrapper {
    position: relative; }
  .simpleMap__info {
    background: #FFF;
    border-radius: 5px;
    bottom: 4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 4rem;
    max-width: 50%;
    padding: 3.5rem 3.6rem;
    position: absolute;
    top: 4rem;
    width: 43rem;
    z-index: 1000; }
    .simpleMap__info .name {
      font-size: 3.2rem;
      line-height: 4rem;
      margin: 1rem 0 1rem 0; }
    .simpleMap__info .department,
    .simpleMap__info .address {
      font-family: "Lato", sans-serif; }
      .simpleMap__info .department p,
      .simpleMap__info .address p {
        margin-bottom: 0; }
  .simpleMap .directions-link {
    align-items: center;
    bottom: 4rem;
    border-radius: 5px;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    height: 13.2rem;
    justify-content: center;
    padding: 2.4rem 2.7rem;
    position: absolute;
    text-align: center;
    right: 4rem;
    z-index: 1000;
    width: 13.2rem; }
    .simpleMap .directions-link svg {
      margin-bottom: 1.5rem; }
  .simpleMap .simple-map {
    width: 100%;
    height: 56rem;
    margin: 0; }
  @media (max-width: 1280px) {
    .simpleMap {
      padding-top: 2.5rem; }
      .simpleMap .simple-map {
        height: 40rem; }
      .simpleMap__info {
        bottom: 2rem;
        left: 2rem;
        padding: 3rem 3rem;
        top: 2rem;
        width: 30rem; }
        .simpleMap__info .name {
          margin: 1rem 0 1rem 0; }
      .simpleMap .directions-link {
        bottom: 2rem;
        right: 2rem;
        height: 11.2rem;
        padding: 1.4rem 1.7rem;
        z-index: 1000;
        width: 11.2rem; } }
  @media (max-width: 768px) {
    .simpleMap__info .name {
      font-size: 2rem;
      line-height: 125%; } }
  @media (max-width: 580px) {
    .simpleMap__info {
      border: 1px solid #D9D9D9;
      border-radius: 5px;
      position: initial;
      margin-bottom: 3rem;
      max-width: 100%;
      width: 100%; } }

.point-search {
  justify-content: center;
  display: flex;
  width: 40rem;
  margin: auto auto 5rem auto;
  max-width: 100%;
  position: relative; }
  .point-search input {
    width: 100%; }
  .point-search button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 1.6rem 2rem;
    position: absolute;
    right: 0;
    cursor: pointer; }

.map {
  border-top: 1px solid #D9D9D9;
  padding: 6.5rem 0 0 0; }
  @media (max-width: 768px) {
    .map {
      padding: 4.8rem 0 0 0; } }

.acf-map {
  width: 100%;
  height: 64rem;
  margin: 0; }

.marker-info {
  font-family: "Lato", sans-serif;
  line-height: 150%;
  padding: 0.8rem 0.5rem 0.8rem 1.3rem; }
  .marker-info .opening-hours {
    display: flex;
    margin: 1rem 0 1rem 0; }
    .marker-info .opening-hours svg {
      flex-shrink: 0;
      margin-right: 1rem;
      margin-top: 3px; }
    .marker-info .opening-hours span p {
      margin: 0 0 0 0; }
  .marker-info .country {
    color: #EB6A09;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 2rem; }
  .marker-info .name {
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1.5rem; }
  .marker-info p {
    color: #7b7b7b;
    font-size: 1.3rem; }
  .marker-info a {
    align-items: center;
    color: #181623;
    display: flex;
    font-size: 1.3rem; }
    .marker-info a svg {
      flex-shrink: 0;
      margin-right: 1rem; }

.marker {
  width: 2rem;
  height: 2rem; }

.gm-style .gm-style-iw-c {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1); }
  .gm-style .gm-style-iw-c button {
    top: 0 !important;
    right: -2px !important; }

.acf-map img {
  max-width: inherit !important; }

/*****************

MODULE - PORTFOLIO

*****************/
div[data-tippy-root] {
  pointer-events: auto !important;
  background: white;
  border-radius: 5px; }

.tippy-box {
  background: #FFF;
  border-radius: 5px; }

.tippy-content {
  border-radius: 5px;
  z-index: 100000;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15); }
  .tippy-content a {
    display: block;
    color: #EB6A09;
    font-weight: 700; }

.tippy-arrow {
  color: #FFF; }

.portfolio {
  padding: 10rem 0; }
  .portfolio button {
    cursor: pointer; }
  .portfolio .module__intro {
    margin-bottom: 10rem; }
  .portfolio__wrapper {
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 7.2rem; }
  .portfolio__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 3rem 4rem 3rem;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    height: 45rem; }
    .portfolio__item.no-icon {
      justify-content: flex-end; }
    .portfolio__item:before {
      background: #f4f4f6;
      background: linear-gradient(167deg, #f4f4f6 0%, rgba(246, 246, 248, 0.7595413165) 10%, rgba(43, 43, 43, 0.6026785714) 45%, rgba(43, 43, 43, 0.6166841737) 75%, rgba(43, 43, 43, 0.7962359944) 100%);
      content: '';
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .portfolio__item h3 {
      margin-bottom: 3rem; }
    .portfolio__item svg {
      z-index: 1;
      float: right;
      position: relative; }
    .portfolio__item h3, .portfolio__item p {
      color: #FFF;
      position: relative;
      z-index: 1; }
    .portfolio__item p {
      margin-bottom: 3.5rem; }
    .portfolio__item--holder:first-child {
      margin-top: 0; }
    .portfolio__item--holder:nth-child(2) {
      margin-top: 7.2rem; }
    .portfolio__item--holder:nth-child(3) {
      margin-top: calc(7.2rem * 2); }
    .portfolio__item--holder:nth-child(3n + 4) {
      margin-top: -7.2rem; }
    .portfolio__item--holder:nth-child(3n + 5) {
      margin-top: 0; }
    .portfolio__item--holder:nth-child(3n + 6) {
      margin-top: 7.2rem; }
    .portfolio__item--holder button {
      display: block;
      float: right;
      background: transparent;
      border: 0;
      box-sizing: border-box; }
    .portfolio__item--holder .portfolio__item {
      transition: ease-in-out .3s; }
      .portfolio__item--holder .portfolio__item .btn__standard--orange, .portfolio__item--holder .portfolio__item .footer-btn a, .footer-btn .portfolio__item--holder .portfolio__item a, .portfolio__item--holder .portfolio__item .comments-area .submit, .comments-area .portfolio__item--holder .portfolio__item .submit {
        position: relative; }
      .portfolio__item--holder .portfolio__item .btn__standard--orange.pdf-file:before, .portfolio__item--holder .portfolio__item .footer-btn a.pdf-file:before, .footer-btn .portfolio__item--holder .portfolio__item a.pdf-file:before, .portfolio__item--holder .portfolio__item .comments-area .pdf-file.submit:before, .comments-area .portfolio__item--holder .portfolio__item .pdf-file.submit:before {
        display: none; }
    .portfolio__item--logo {
      margin-bottom: 5rem; }
      .portfolio__item--logo img {
        position: relative;
        z-index: 1;
        max-height: 7rem; }
    .portfolio__item .text-center {
      text-align: center; }
  .portfolio__button {
    text-align: center; }
  @media (max-width: 1280px) {
    .portfolio {
      padding: 6.5rem 0; }
      .portfolio .module__intro {
        margin-bottom: 4rem; }
      .portfolio__wrapper {
        grid-column-gap: 3rem;
        margin-bottom: 6rem; }
      .portfolio__item--logo {
        margin-bottom: 5rem; }
      .portfolio__item--holder:first-child {
        margin-top: 0; }
      .portfolio__item--holder:nth-child(2) {
        margin-top: 3.2rem; }
      .portfolio__item--holder:nth-child(3) {
        margin-top: calc(3.2rem * 2); }
      .portfolio__item--holder:nth-child(3n + 4) {
        margin-top: -3.2rem; }
      .portfolio__item--holder:nth-child(3n + 5) {
        margin-top: 0; }
      .portfolio__item--holder:nth-child(3n + 6) {
        margin-top: 3.2rem; } }
  @media (max-width: 1024px) {
    .portfolio__item h3 {
      margin-bottom: 2rem; }
    .portfolio__item--logo {
      margin-bottom: 2rem; } }
  @media (max-width: 768px) {
    .portfolio {
      padding: 4.8rem 0; }
      .portfolio .module__intro {
        margin-bottom: 5rem; }
      .portfolio__wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 0; }
      .portfolio__item--holder:nth-child(2n + 1) {
        margin-top: 0; }
      .portfolio__item--holder:nth-child(2n + 2) {
        margin-top: 3rem; }
      .portfolio__item--holder .portfolio__item {
        margin-top: 1.5rem; }
      .portfolio__item--holder button {
        bottom: 2rem;
        left: 0;
        right: 0;
        width: 100%;
        position: absolute;
        height: 3rem;
        background: transparent;
        outline: none; }
        .portfolio__item--holder button svg {
          position: absolute;
          right: 4rem;
          bottom: 2rem; } }
  @media (max-width: 580px) {
    .portfolio__item {
      height: auto; }
    .portfolio__wrapper {
      display: block; }
    .portfolio__intro {
      margin-bottom: 10rem; }
    .portfolio__item {
      margin-bottom: 2rem; }
      .portfolio__item--logo {
        margin-bottom: 5rem; } }

.tippy-backdrop,
.tippy-tooltip {
  background-color: #FFF !important;
  border-radius: 5px; }

.tippy-content {
  background-color: #FFF !important;
  color: #181623;
  padding: 1rem;
  font-size: 1.4rem; }
  .tippy-content .pdf-file {
    margin-top: 1rem; }

.tippy-tooltip[data-out-of-boundaries] {
  display: none; }

@media (max-width: 768px) {
  .tippy-arrow {
    display: none; } }
/***************

MODULE - PROCESS

***************/
.cta {
  padding: 6.5rem 0 6.5rem 0;
  text-align: center; }
  .cta .module__intro {
    margin-bottom: 5.2rem; }
    .cta .module__intro p {
      color: #181623; }
  .cta .module__description {
    max-width: 55rem; }
  @media (max-width: 1280px) {
    .cta .module__intro {
      margin-bottom: 3rem; } }
  @media (max-width: 768px) {
    .cta {
      padding: 4.8rem 0; } }

/***************

MODULE - Modal z plikiem

***************/
.fileModal {
  border-top: 1px solid #F3F3F4;
  border-bottom: 1px solid #F3F3F4;
  padding: 3.5rem 0 3.5rem 0;
  margin-top: 8rem;
  text-align: center; }
  .fileModal button {
    cursor: pointer; }
  .fileModal .module__intro {
    margin-bottom: 5.2rem; }
  .fileModal span[class~="acceptance"] {
    text-align: left; }
  .fileModal .module__description {
    max-width: 55rem; }
  @media (max-width: 1280px) {
    .fileModal .module__intro {
      margin-bottom: 3rem; } }
  @media (max-width: 768px) {
    .fileModal {
      padding: 4.8rem 0; } }

/***************

MODULE - PROCESS

***************/
.process {
  padding: 10rem 0 20rem 0; }
  .process .module__intro {
    margin-bottom: 10rem; }
  .process__wrapper {
    background-image: url("../ewlb2c/img/dash.jpg");
    display: flex;
    flex-wrap: wrap;
    height: 22.6rem;
    border-left: 0;
    background-color: white;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; }
  .process__item {
    position: relative;
    text-align: center;
    width: 33%; }
    .process__item .number {
      background-color: #FFECE6;
      color: #EB6A09;
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 50%;
      display: flex;
      font-size: 2.4rem;
      font-weight: 700;
      align-items: center;
      line-height: 1;
      justify-content: center;
      margin: auto;
      flex-shrink: 0; }
    .process__item .inner {
      left: 0;
      right: 0;
      margin: auto;
      position: absolute; }
      .process__item .inner p {
        margin-top: 2.5rem;
        padding: 0 5rem;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 170%; }
    .process__item:nth-child(1) .inner, .process__item:nth-child(2) .inner, .process__item:nth-child(3) .inner {
      top: -2.5rem; }
    .process__item:nth-child(4) .inner, .process__item:nth-child(5) .inner, .process__item:nth-child(6) .inner {
      top: 9rem; }
    .process__item:nth-child(4) {
      order: 6; }
    .process__item:nth-child(5) {
      order: 5; }
    .process__item:nth-child(6) {
      order: 4; }
  @media (max-width: 1280px) {
    .process {
      padding-top: 6.5rem; } }
  @media (max-width: 1080px) {
    .process__wrapper {
      background-size: cover; } }
  @media (max-width: 992px) {
    .process__item .inner p {
      margin-top: 0.5rem;
      padding: 0 2rem; } }
  @media (max-width: 768px) {
    .process {
      padding: 1rem 0 14.8rem; }
      .process .module__intro {
        margin-bottom: 5rem; } }
  @media (max-width: 580px) {
    .process {
      padding: 4.8rem 0 4.8rem; }
      .process__wrapper {
        display: block;
        height: auto;
        border: 0;
        background: none; }
      .process__item {
        margin-bottom: 2rem;
        text-align: left;
        width: 100%; }
        .process__item .inner {
          align-items: center;
          display: flex;
          position: initial; }
          .process__item .inner p {
            margin: 0; }
        .process__item .number {
          margin: 0; } }

/****

MODAL

****/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 22, 35, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5000; }
.modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem; }
.modal__container {
  background-color: #F3F3F4;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 10000; }
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .modal__header .modal__close:before {
    content: "\2715"; }
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }
.modal__close {
  background: transparent;
  border: 0; }
.modal__content {
  margin-top: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }
.modal a {
  display: block;
  margin-top: 2rem; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.modal__close {
  outline: none; }

.modal__close:hover {
  color: #EB6A09; }

.modal .wpcf7-list-item {
  text-align: left; }
@media (max-width: 375px) {
  .modal__container {
    padding: 20px; }
  .modal__close {
    right: 1rem;
    top: 1rem; } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

#map.acf-map {
  background: url("../ewlb2c/img/map-bg.jpg") no-repeat center/cover; }

.rodo-alert-success {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10006;
  text-align: center;
  padding: 20px;
  background-color: #D2F8D2; }

.rodo-alert-danger {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10006;
  text-align: center;
  padding: 20px;
  background-color: #F8D7DA; }

/************

VIEW - OFFERS PAGE

*************/
/*
Safari fix offers page isotope problem showing huge offer boxes
hide body then use js to show it
 */
.page-template-offers-page {
  display: none; }

.custom-select {
  position: relative;
  margin-bottom: 0.8rem;
  background-color: #FFF; }
  .custom-select select {
    display: none; }
  .custom-select .select-items div:first-child {
    font-size: 0;
    padding: 0;
    height: 0; }

.select-selected {
  color: #181623;
  cursor: pointer;
  user-select: none; }
  .select-selected:after {
    content: '';
    background: url("./img/triangle-gray.svg");
    width: .8rem;
    height: .6rem;
    position: absolute;
    right: 2.7rem;
    top: 50%;
    transform: translate(0, -3px); }

.select-items {
  position: absolute;
  background-color: #FFF;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 1000;
  border-radius: 15px;
  color: #181623;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .select-items div {
    cursor: pointer;
    user-select: none;
    padding: 0.8rem 1.2rem; }

.select-hide {
  display: none; }

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }
  .select-items div:hover:first-child,
  .same-as-selected:first-child {
    border-radius: 15px 15px 0 0; }
  .select-items div:hover:last-child,
  .same-as-selected:last-child {
    border-radius: 0 0 15px 15px; }

.offers-page {
  padding-top: 10rem;
  padding-bottom: 20rem;
  /*the container must be positioned relative:*/ }
  .offers-page .hidden {
    display: none; }
  .offers-page__wrap {
    display: grid;
    grid-template-columns: 337px 1fr;
    grid-column-gap: 92px; }
  .offers-page__list {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem; }
  .offers-page__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    line-height: 175%; }
  .offers-page__item {
    background-color: #FFF;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    color: #181623;
    cursor: pointer;
    display: grid;
    grid-column-gap: 2rem;
    grid-template-columns: 20rem 1fr;
    grid-row-gap: 2.4rem;
    padding: 3.2rem;
    margin-bottom: 2.4rem;
    right: 0;
    transition: 0.2s ease-in-out; }
    .offers-page__item:hover {
      box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.15); }
    .offers-page__item .title {
      font-size: 2rem;
      margin-top: 0; }
      .offers-page__item .title p {
        margin: 0; }
    .offers-page__item .poster {
      padding-right: 2.5rem;
      margin-right: 1.6rem;
      position: relative; }
    .offers-page__item .start span {
      margin-left: 0.5rem; }
    .offers-page__item .expires {
      display: flex;
      margin-right: 2rem; }
    .offers-page__item .targetBoth,
    .offers-page__item .positionsCount,
    .offers-page__item .wage,
    .offers-page__item .location,
    .offers-page__item .start,
    .offers-page__item .hours,
    .offers-page__item .accommodation {
      line-height: 2.5rem;
      position: relative;
      margin-right: 1rem;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .offers-page__item .targetBoth:before,
      .offers-page__item .positionsCount:before,
      .offers-page__item .wage:before,
      .offers-page__item .location:before,
      .offers-page__item .start:before,
      .offers-page__item .hours:before,
      .offers-page__item .accommodation:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 100%;
        margin-right: .5rem; }
    .offers-page__item .positionsCount:before {
      background: url("./img/positions_count.svg") no-repeat center/contain; }
    .offers-page__item .wage:before {
      background: url("./img/wage.svg") no-repeat center/contain; }
    .offers-page__item .targetBoth:before {
      background: url("./img/heart.svg") no-repeat center/95%; }
    .offers-page__item .location:before {
      background: url("./img/pin.svg") no-repeat center/contain; }
    .offers-page__item .start:before {
      background: url("./img/calendar.svg") no-repeat center/contain; }
    .offers-page__item .hours:before {
      background: url("./img/clock.svg") no-repeat center/contain; }
    .offers-page__item .accommodation:before {
      background: url("./img/bed.svg") no-repeat center/contain; }
  .offers-page__item.home-page {
    grid-template-columns: 12rem 1fr; }
  .offers-page__filters {
    margin-bottom: 3rem; }
    .offers-page__filters .collapsible {
      display: flex;
      justify-content: space-between;
      width: 100%;
      font-size: 1.8rem;
      line-height: 2.4rem;
      font-weight: 600;
      font-family: "Lato", sans-serif;
      padding-bottom: 2.4rem;
      cursor: pointer;
      user-select: none; }
      .offers-page__filters .collapsible img {
        transform: rotate(180deg); }
      .offers-page__filters .collapsible.active img {
        transform: none; }
    .offers-page__filters .content {
      display: none;
      padding-bottom: 4.3rem; }
      .offers-page__filters .content li {
        list-style-type: none;
        position: relative;
        display: flex;
        width: 100%;
        padding-left: 44px;
        cursor: pointer;
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
        box-sizing: border-box; }
        .offers-page__filters .content li input[type="checkbox"] {
          width: 100%;
          height: 100%;
          opacity: 0;
          position: absolute;
          left: 0;
          z-index: 10;
          cursor: pointer; }
        .offers-page__filters .content li span {
          font-weight: normal;
          font-size: 1.6rem;
          font-family: "Open sans", sans-serif; }
          .offers-page__filters .content li span::before {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            height: 24px;
            width: 27px;
            background: #FFF;
            border: 1px solid #D9D9D9;
            border-radius: 7px;
            cursor: pointer;
            content: ''; }
          .offers-page__filters .content li span:after {
            left: 7px;
            top: 11px;
            content: url("./img/check.svg");
            position: absolute;
            display: none; }
        .offers-page__filters .content li:hover {
          font-weight: bold; }
      .offers-page__filters .content input[type="checkbox"]:checked + span:after {
        display: block !important; }
      .offers-page__filters .content input[type="checkbox"]:checked + span::before {
        background-color: #EB6A09;
        border: 1px solid #EB6A09; }
      .offers-page__filters .content input[type="checkbox"]:checked + span {
        font-weight: bold; }
      .offers-page__filters .content .places {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .offers-page__filters .content .places .custom-select {
          width: 49%;
          margin-bottom: 0; }
        .offers-page__filters .content .places input {
          width: 35%;
          padding: 1.6rem 2.4rem; }
          .offers-page__filters .content .places input:focus {
            outline: none; }
  .offers-page__premium {
    background-color: #FFF;
    border-top-right-radius: 10px;
    border: 2px solid #EB6A09;
    position: relative; }
    .offers-page__premium:after {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      width: 47px;
      height: 47px;
      background: url("./img/premium_label.png") no-repeat center/contain; }
    .offers-page__premium .positionsCount:before {
      background: url("./img/positions_count_premium.svg") no-repeat center/contain; }
    .offers-page__premium .wage:before {
      background: url("./img/wage_premium.svg") no-repeat center/contain; }
    .offers-page__premium .targetBoth:before {
      background: url("./img/heart_premium.svg") no-repeat center/95%; }
    .offers-page__premium .location:before {
      background: url("./img/pin_premium.svg") no-repeat center/contain; }
    .offers-page__premium .start:before {
      background: url("./img/calendar_premium.svg") no-repeat center/contain; }
    .offers-page__premium .hours:before {
      background: url("./img/clock_premium.svg") no-repeat center/contain; }
    .offers-page__premium .accommodation:before {
      background: url("./img/bed_premium.svg") no-repeat center/contain; }
  .offers-page__basic {
    color: #7b7b7b;
    font-size: 1.4rem; }
  .offers-page__image {
    max-width: 20rem;
    height: auto;
    object-fit: cover; }
  .offers-page__image.home-page {
    max-width: 12rem; }
  .offers-page__row {
    display: flex;
    font-size: 1.3rem; }
  .offers-page .isotope-pager {
    grid-column: 2;
    text-align: right;
    margin-top: 7rem;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .offers-page .isotope-pager .pager,
    .offers-page .isotope-pager .pager-arrows {
      padding: 12px 8px;
      border: 1px solid #D9D9D9;
      color: #181623;
      text-decoration: none;
      margin-left: 0.8rem;
      margin-right: 0.8rem;
      font-size: 1.6rem;
      border-radius: 5px;
      width: 4.4rem;
      height: 4.4rem;
      display: flex;
      box-sizing: border-box;
      justify-content: center; }
      .offers-page .isotope-pager .pager:last-child,
      .offers-page .isotope-pager .pager-arrows:last-child {
        margin-right: 0; }
      .offers-page .isotope-pager .pager:active, .offers-page .isotope-pager .pager:hover, .offers-page .isotope-pager .pager:focus,
      .offers-page .isotope-pager .pager-arrows:active,
      .offers-page .isotope-pager .pager-arrows:hover,
      .offers-page .isotope-pager .pager-arrows:focus {
        color: #EB6A09;
        outline: none; }
    .offers-page .isotope-pager .pager-arrows {
      cursor: pointer; }
  @media (max-width: 1600px) {
    .offers-page__row {
      flex-wrap: wrap; }
      .offers-page__row div {
        margin-right: 1rem; }
    .offers-page__wrap {
      grid-gap: 3rem; }
    .offers-page__item {
      grid-column-gap: 2rem; }
      .offers-page__item .location,
      .offers-page__item .wage {
        margin-right: 1rem; }
      .offers-page__item .wage:before,
      .offers-page__item .location:before,
      .offers-page__item .start:before {
        margin-right: .5rem; } }
  @media (max-width: 1200px) {
    .offers-page__wrap {
      grid-template-columns: 250px 1fr;
      grid-column-gap: 50px; }
    .offers-page__item {
      padding: 2rem 4rem 2rem 2rem; }
    .offers-page__list {
      display: block; }
      .offers-page__list .offers-page__item {
        margin-left: auto;
        margin-right: auto;
        max-width: 60rem; } }
  @media (max-width: 1024px) {
    .offers-page__list {
      display: block; } }
  @media (max-width: 991px) {
    .offers-page {
      padding-top: 5rem;
      padding-bottom: 10rem; }
      .offers-page__wrap {
        grid-template-columns: 1fr; } }
  @media (max-width: 767px) {
    .offers-page {
      padding: 4.8rem 0 4.8rem 0; }
      .offers-page__item {
        grid-column-gap: 2rem; }
      .offers-page__row div {
        margin-bottom: 1rem; } }
  @media (max-width: 575px) {
    .offers-page__item {
      grid-column-gap: 1.6rem;
      grid-template-columns: 1fr;
      padding: 1.2rem 4rem 1.2rem 1.2rem; }
      .offers-page__item .wage:before, .offers-page__item .location:before, .offers-page__item .start:before {
        width: 16px;
        margin-right: 0.5rem; }
      .offers-page__item .title {
        margin-top: 0; }
    .offers-page__item.home-page {
      display: block; }
    .offers-page__image {
      display: none; }
    .offers-page__row {
      grid-column-gap: 1.6rem;
      font-size: 1.2rem; } }

@media (max-width: 1200px) {
  .page-template-offers-page .offers-page__list .offers-page__item {
    max-width: 100%; }
  .page-template-offers-page .custom-select {
    padding: 1.2rem 2rem; } }

.calculator-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-top: 1px solid #D9D9D9;
  background-image: url("./img/bg-calculator.jpg");
  background-repeat: no-repeat; }
  .calculator-section .h2, .calculator-section .module__header, .calculator-section .single-post h1, .single-post .calculator-section h1, .calculator-section .offers h2, .offers .calculator-section h2, .calculator-section .textImageBlock h2, .textImageBlock .calculator-section h2 {
    color: #181623;
    text-align: center; }
  .calculator-section p {
    color: #7b7b7b;
    opacity: 0.8;
    text-align: center;
    font-family: "Open sans", sans-serif;
    font-weight: normal;
    line-height: 175%;
    position: relative; }
    .calculator-section p:before {
      content: url("./img/twisted-arrow.svg");
      position: absolute;
      top: 0;
      right: 0;
      left: 50%; }
  .calculator-section .calculator {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
    width: 580px;
    margin-top: 10rem; }
    .calculator-section .calculator .tab-type {
      display: flex;
      justify-content: center; }
      .calculator-section .calculator .tab-type a {
        font-size: 1rem;
        color: #181623;
        font-family: "Open sans", sans-serif;
        text-transform: uppercase;
        width: 111px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #D9D9D9;
        background-color: #FFF;
        border-radius: 0 99px 99px 0;
        cursor: pointer;
        user-select: none; }
        .calculator-section .calculator .tab-type a.active {
          border: 1px solid #FE3D00;
          color: #FE3D00;
          background-color: rgba(254, 61, 0, 0.15); }
        .calculator-section .calculator .tab-type a:first-child {
          border-radius: 99px 0 0 99px; }
    .calculator-section .calculator ::-webkit-calendar-picker-indicator {
      opacity: 0;
      cursor: pointer; }
    .calculator-section .calculator input[type=text] {
      width: 264px;
      text-align: center;
      margin: auto;
      display: flex;
      position: relative; }
      .calculator-section .calculator input[type=text]::-webkit-clear-button {
        display: none; }
      .calculator-section .calculator input[type=text]::-webkit-inner-spin-button {
        display: none; }
      .calculator-section .calculator input[type=text]::-webkit-calendar-picker-indicator {
        position: absolute;
        background-color: rgba(0, 0, 0, 0);
        width: 1.2rem;
        height: 1.2rem;
        right: 2.4rem;
        color: rgba(0, 0, 0, 0); }
      .calculator-section .calculator input[type=text]:before {
        position: absolute;
        content: '';
        background-image: url("./img/calendar_premium.svg");
        width: 1.2rem;
        height: 1.2rem;
        right: 2.4rem;
        background-size: contain;
        cursor: pointer; }
    .calculator-section .calculator hr {
      background-color: #D9D9D9;
      margin: 4rem 0; }
    .calculator-section .calculator .three-columns-header, .calculator-section .calculator .three-columns {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 8px;
      padding: 0 3.9rem 0; }
      .calculator-section .calculator .three-columns-header input[type=text], .calculator-section .calculator .three-columns input[type=text] {
        width: 100%;
        text-align: left;
        margin: auto;
        display: flex;
        position: relative;
        padding: 1.6rem 2.4rem;
        color: #7b7b7b;
        margin-bottom: 8px; }
        .calculator-section .calculator .three-columns-header input[type=text]::-webkit-input-placeholder, .calculator-section .calculator .three-columns-header input[type=text]::-moz-placeholder, .calculator-section .calculator .three-columns-header input[type=text]:-ms-input-placeholder, .calculator-section .calculator .three-columns-header input[type=text]:-moz-placeholder, .calculator-section .calculator .three-columns input[type=text]::-webkit-input-placeholder, .calculator-section .calculator .three-columns input[type=text]::-moz-placeholder, .calculator-section .calculator .three-columns input[type=text]:-ms-input-placeholder, .calculator-section .calculator .three-columns input[type=text]:-moz-placeholder {
          color: #7b7b7b; }
        .calculator-section .calculator .three-columns-header input[type=text]:before, .calculator-section .calculator .three-columns input[type=text]:before {
          background-image: url("./img/calendar.svg"); }
      .calculator-section .calculator .three-columns-header input[type=number], .calculator-section .calculator .three-columns input[type=number] {
        width: 100%;
        text-align: center;
        margin: auto;
        display: flex;
        position: relative;
        padding: 1.6rem 2.4rem;
        color: #181623;
        -webkit-text-fill-color: #181623;
        -moz-appearance: textfield;
        margin-bottom: 8px; }
        .calculator-section .calculator .three-columns-header input[type=number]::-webkit-input-placeholder, .calculator-section .calculator .three-columns-header input[type=number]::-moz-placeholder, .calculator-section .calculator .three-columns-header input[type=number]:-ms-input-placeholder, .calculator-section .calculator .three-columns-header input[type=number]:-moz-placeholder, .calculator-section .calculator .three-columns input[type=number]::-webkit-input-placeholder, .calculator-section .calculator .three-columns input[type=number]::-moz-placeholder, .calculator-section .calculator .three-columns input[type=number]:-ms-input-placeholder, .calculator-section .calculator .three-columns input[type=number]:-moz-placeholder {
          color: #7b7b7b; }
  .calculator-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 1.6rem; }
  .calculator-section__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.2rem;
    margin-bottom: 1.2rem; }
    .calculator-section__flex h6 {
      font-size: 1.2rem;
      margin-right: 8px;
      color: #181623;
      line-height: 175%;
      font-family: "Lato", sans-serif;
      font-weight: normal;
      margin-top: 0;
      margin-bottom: 0; }
    .calculator-section__flex p {
      margin-right: 8px;
      color: #181623;
      line-height: 175%;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 0; }
      .calculator-section__flex p:before {
        display: none; }
  .calculator-section .h3, .calculator-section .job-offer .main__header h1, .job-offer .main__header .calculator-section h1, .calculator-section .job-offer .main__opinions h3, .job-offer .main__opinions .calculator-section h3, .calculator-section .bigBlurbs__item h3, .bigBlurbs__item .calculator-section h3 {
    color: #EB6A09;
    text-align: center;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin-top: 0;
    margin-bottom: 0; }

@media (max-width: 991px) {
  .offers-page__list {
    grid-template-columns: 1fr;
    grid-row-gap: 0; }
  .offers-page .isotope-pager {
    grid-column: unset;
    text-align: center;
    margin-top: 3rem; }

  .calculator-section p:before {
    display: none; }
  .calculator-section .calculator input[type=text]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0); }
  .calculator-section .calculator input[type=text]:before {
    display: none; }
  .calculator-section .calculator .three-columns input[type=text]:before {
    display: none; }
  .calculator-section__grid {
    display: flex;
    justify-content: center; } }
@media (max-width: 991px) {
  .offers-page .isotope-pager {
    justify-content: center;
    margin-top: 0; }

  .calculator-section .calculator {
    margin-top: 3rem; } }
@media (max-width: 768px) {
  .calculator-section {
    padding: 4.8rem 0 4.8rem; } }
@media (max-width: 575px) {
  .offers-page .isotope-pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .offers-page .isotope-pager .pager, .offers-page .isotope-pager .pager-arrows {
      text-align: center;
      padding: 13px 5px;
      width: 47px;
      height: 44px;
      box-sizing: border-box; }
    .offers-page .isotope-pager a {
      margin-bottom: 2rem; }

  .calculator-section {
    background: none; }
    .calculator-section .calculator {
      width: 100%; }
      .calculator-section .calculator .three-columns-header, .calculator-section .calculator .three-columns {
        padding: 0 0.9rem 0; }
        .calculator-section .calculator .three-columns-header input[type=text], .calculator-section .calculator .three-columns input[type=text] {
          padding: 1.6rem 1.4rem; } }
@media (max-width: 370px) {
  .calculator-section__grid {
    padding: 0 0; }
  .calculator-section .calculator .three-columns-header, .calculator-section .calculator .three-columns {
    padding: 0 0.4rem 0; }
    .calculator-section .calculator .three-columns-header input[type=number],
    .calculator-section .calculator .three-columns-header input[type=text], .calculator-section .calculator .three-columns input[type=number],
    .calculator-section .calculator .three-columns input[type=text] {
      padding: 1rem 1rem; } }
#calculator-add-date-btn {
  margin-top: 3.2rem; }

.ui-datepicker-trigger {
  float: right;
  margin-right: 25px;
  margin-top: -46px;
  position: relative;
  z-index: 2;
  width: 12px;
  height: 15px;
  cursor: pointer; }

.job-dates {
  display: flex;
  align-items: center; }

.job-offer {
  padding-bottom: 20rem; }
  .job-offer .col-max {
    display: flex; }
  .job-offer ul,
  .job-offer p {
    color: #7b7b7b; }
  .job-offer .gallery {
    align-items: center;
    display: grid;
    grid-gap: 3.4rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 6.25rem;
    margin-top: 3.5rem; }
    .job-offer .gallery__video {
      position: relative; }
      .job-offer .gallery__video:before {
        bottom: 0;
        content: url("./img/play.png");
        height: 8.6rem;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 8.6rem; }
    .job-offer .gallery a img {
      max-width: 100%; }
  .job-offer .main {
    margin-top: -11rem;
    width: calc(100% - 46rem);
    margin-right: 3rem;
    position: relative; }
    .job-offer .main .go-back {
      color: #7b7b7b;
      display: flex;
      font-family: "Lato", sans-serif;
      font-size: 1.4rem;
      text-decoration: none;
      position: absolute;
      top: -5.5rem; }
      .job-offer .main .go-back svg {
        margin-right: 2.4rem; }
    .job-offer .main__wrapper {
      margin-bottom: 10rem; }
    .job-offer .main__header {
      border-bottom: 1px solid #F3F3F4;
      display: flex;
      padding: 7.2rem 9.2rem; }
      .job-offer .main__header .featured-img {
        height: 15.5rem;
        margin-right: 5.5rem;
        width: 15.5rem; }
      .job-offer .main__header h1 {
        margin-top: -1rem; }
      .job-offer .main__header .employer {
        align-items: center;
        display: flex; }
        .job-offer .main__header .employer img {
          margin-right: 1rem; }
      .job-offer .main__header span {
        display: flex; }
        .job-offer .main__header span svg {
          margin-left: 1rem; }
      .job-offer .main__header .content__footer {
        align-items: center;
        display: flex;
        justify-content: space-between;
        color: rgba(24, 22, 35, 0.5); }
        .job-offer .main__header .content__footer img {
          height: 30px;
          width: auto; }
    .job-offer .main__content {
      padding: 5rem 9.2rem 7.2rem 9.2rem; }
      .job-offer .main__content .btn, .job-offer .main__content .footer-btn a, .footer-btn .job-offer .main__content a, .job-offer .main__content .comments-area .submit, .comments-area .job-offer .main__content .submit, .job-offer .main__content .comments-area .comment-reply-link, .comments-area .job-offer .main__content .comment-reply-link {
        display: block;
        margin: 9rem auto auto auto;
        min-width: 22rem;
        width: 41.5%; }
      .job-offer .main__content ul {
        margin-bottom: 4.5rem;
        margin-left: 0;
        padding-left: 3rem; }
        .job-offer .main__content ul li {
          line-height: 175%;
          margin: .8rem 0;
          position: relative;
          list-style-type: none; }
          .job-offer .main__content ul li:before {
            background: url("./img/checked.png") center no-repeat;
            background-size: contain;
            content: '';
            display: block;
            left: -3rem;
            height: 1.5rem;
            position: absolute;
            top: 5px;
            width: 1.5rem; }
    .job-offer .main__footer {
      align-items: center;
      border-top: 1px solid #F3F3F4;
      color: rgba(24, 22, 35, 0.5);
      display: flex;
      font-size: 1.4rem;
      justify-content: space-between;
      padding: 2rem 3.2rem; }
    .job-offer .main__opinions {
      margin-bottom: 5rem; }
      .job-offer .main__opinions h3 {
        margin-bottom: 4.5rem; }
    .job-offer .main .opinion {
      align-items: flex-start;
      display: flex;
      margin-bottom: 1rem; }
      .job-offer .main .opinion .avatar {
        margin-right: 1.2rem; }
      .job-offer .main .opinion__content {
        border: 1px solid #F3F3F4;
        border-radius: 5px;
        padding: 2rem 2.6rem; }
      .job-offer .main .opinion__header {
        align-items: center;
        display: flex;
        justify-content: space-between; }
      .job-offer .main .opinion__description p {
        margin-bottom: 1rem; }
    .job-offer .main__opinionForm {
      width: 75%; }
      .job-offer .main__opinionForm input[type=submit] {
        margin-top: 2rem; }
    .job-offer .main .date {
      color: #181623;
      display: flex;
      margin-left: 2rem; }
      .job-offer .main .date svg {
        margin-right: 1rem; }
    .job-offer .main .vacancies {
      margin-left: 2rem;
      display: flex;
      align-items: center; }
      .job-offer .main .vacancies svg {
        width: auto;
        height: 1.7rem;
        margin-right: 1rem; }
    .job-offer .main .upcoming-dates {
      display: flex;
      flex-wrap: wrap; }
  .job-offer .rating {
    margin-bottom: 1.5rem; }
    .job-offer .rating__item {
      display: inline-block;
      margin-right: 3rem; }
      .job-offer .rating__item .rating-container {
        direction: rtl !important; }
        .job-offer .rating__item .rating-container label {
          display: inline-block;
          margin: 15px 0;
          color: #d4d4d4;
          cursor: pointer;
          font-size: 25px;
          transition: color 0.2s; }
        .job-offer .rating__item .rating-container input {
          display: none; }
        .job-offer .rating__item .rating-container label:hover, .job-offer .rating__item .rating-container label:hover ~ label, .job-offer .rating__item .rating-container input:checked ~ label {
          color: gold; }
  .job-offer__information.mobile {
    display: none; }
  .job-offer .information__header {
    align-items: center;
    border-bottom: 1px solid #F3F3F4;
    display: flex;
    padding: 5rem 5.6rem 3.5rem 5.6rem; }
    .job-offer .information__header img {
      margin-right: 2rem; }
  .job-offer .information__content {
    padding: 4rem 5.6rem 5.4rem 5.6rem; }
    .job-offer .information__content ul {
      list-style-type: none;
      padding-left: 0;
      margin-left: 0; }
      .job-offer .information__content ul li {
        align-items: center;
        display: flex;
        margin-bottom: 2rem; }
        .job-offer .information__content ul li:last-child {
          margin-bottom: 0; }
        .job-offer .information__content ul li svg {
          margin-right: 2.4rem;
          flex-shrink: 0; }
    .job-offer .information__content .btn, .job-offer .information__content .footer-btn a, .footer-btn .job-offer .information__content a, .job-offer .information__content .comments-area .submit, .comments-area .job-offer .information__content .submit, .job-offer .information__content .comments-area .comment-reply-link, .comments-area .job-offer .information__content .comment-reply-link {
      margin-top: 1.5rem; }
  .job-offer .inputs {
    display: flex;
    flex-direction: column; }
    .job-offer .inputs input {
      margin-bottom: 1.6rem; }
    .job-offer .inputs textarea {
      margin-bottom: 4rem; }
    .job-offer .inputs .checkbox {
      margin-bottom: 1.6rem; }
  .job-offer .sidebar {
    margin-top: -11rem;
    min-width: 43rem; }
    .job-offer .sidebar .a2a_kit a:hover {
      opacity: .75; }
    .job-offer .sidebar .a2a_button_email span {
      border-radius: 50%; }
    .job-offer .sidebar__rating {
      margin-top: 3rem; }
      .job-offer .sidebar__rating .rating__header {
        align-items: center;
        border-bottom: 1px solid #F3F3F4;
        display: flex;
        padding: 5rem 5.6rem 3.5rem 5.6rem; }
      .job-offer .sidebar__rating .rating__content {
        padding: 4.5rem 5.8rem 4.5rem 5.8rem; }
        .job-offer .sidebar__rating .rating__content .badge {
          background-color: #EB6A09;
          border-radius: 2rem;
          color: #FFF;
          font-size: 1.4rem;
          font-weight: 700;
          padding: .5rem .7rem; }
      .job-offer .sidebar__rating ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .job-offer .sidebar__rating ul li {
          margin-bottom: 4.5rem; }
          .job-offer .sidebar__rating ul li:last-child {
            margin-bottom: 0; }
          .job-offer .sidebar__rating ul li div {
            align-items: center;
            display: flex;
            justify-content: space-between; }
            .job-offer .sidebar__rating ul li div:first-child {
              margin-bottom: 1rem; }
    .job-offer .sidebar .or {
      position: relative;
      margin: 4rem 0 3rem 0; }
      .job-offer .sidebar .or:before {
        background-color: #D9D9D9;
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        top: 8px; }
      .job-offer .sidebar .or span {
        background-color: #FFF;
        color: #D9D9D9;
        font-family: "Lato", sans-serif;
        font-weight: 600;
        padding: 0 .75rem;
        position: relative;
        z-index: 5; }
    .job-offer .sidebar .tel-wrapper {
      border: 1px solid rgba(0, 0, 0, 0.15);
      box-sizing: border-box;
      border-radius: 99px;
      color: #000000;
      display: flex;
      align-items: center;
      font-family: "Roboto", sans-serif;
      font-size: 1.4rem;
      line-height: 175%;
      padding: 1.6rem 3.2rem; }
      .job-offer .sidebar .tel-wrapper input {
        border: 0; }
    .job-offer .sidebar__share {
      padding: 6rem 5.5rem;
      text-align: center; }
      .job-offer .sidebar__share .btn, .job-offer .sidebar__share .footer-btn a, .footer-btn .job-offer .sidebar__share a, .job-offer .sidebar__share .comments-area .submit, .comments-area .job-offer .sidebar__share .submit, .job-offer .sidebar__share .comments-area .comment-reply-link, .comments-area .job-offer .sidebar__share .comment-reply-link {
        align-items: center;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        width: 100%; }
        .job-offer .sidebar__share .btn svg, .job-offer .sidebar__share .footer-btn a svg, .footer-btn .job-offer .sidebar__share a svg, .job-offer .sidebar__share .comments-area .submit svg, .comments-area .job-offer .sidebar__share .submit svg, .job-offer .sidebar__share .comments-area .comment-reply-link svg, .comments-area .job-offer .sidebar__share .comment-reply-link svg {
          margin-left: 1.8rem; }
      .job-offer .sidebar__share input {
        margin-bottom: .8rem;
        width: 100%; }
      .job-offer .sidebar__share input[type=submit] {
        margin-top: 1.6rem; }
      .job-offer .sidebar__share .social h4, .job-offer .sidebar__share .social .fullFaq .search-label, .fullFaq .job-offer .sidebar__share .social .search-label {
        margin-top: 4rem; }
      .job-offer .sidebar__share .social__links {
        align-items: center;
        display: flex;
        justify-content: center; }
        .job-offer .sidebar__share .social__links a {
          display: block;
          margin: 0 0.5rem; }
  @media (max-width: 1440px) {
    .job-offer .main {
      width: calc(100% - 38rem); }
      .job-offer .main__header {
        padding: 5.6rem 5.6rem; }
        .job-offer .main__header .featured-img {
          margin-right: 2.5rem; }
      .job-offer .main__content {
        padding: 4rem 5.6rem 5.6rem 5.6rem; }
    .job-offer .sidebar {
      width: 38rem; }
    .job-offer .gallery {
      margin-bottom: 4.5rem; } }
  @media (max-width: 1024px) {
    .job-offer {
      padding-bottom: 5rem; }
      .job-offer .col-max {
        display: block; }
      .job-offer .main {
        margin-right: 0;
        width: 100%; }
        .job-offer .main__content .btn, .job-offer .main__content .footer-btn a, .footer-btn .job-offer .main__content a, .job-offer .main__content .comments-area .submit, .comments-area .job-offer .main__content .submit, .job-offer .main__content .comments-area .comment-reply-link, .comments-area .job-offer .main__content .comment-reply-link {
          margin-top: 5rem; }
        .job-offer .main__opinionForm {
          width: 100%; }
      .job-offer .sidebar {
        width: 100%;
        margin-top: 4rem;
        min-width: auto; }
      .job-offer .signup-wrapper {
        text-align: center; } }
  @media (max-width: 992px) {
    .job-offer__information.mobile {
      display: block; }
    .job-offer__information.desktop {
      display: none; } }
  @media (max-width: 768px) {
    .job-offer .main__header {
      padding: 2.5rem 2.5rem; }
      .job-offer .main__header .featured-img {
        display: none; }
    .job-offer .main__content {
      padding: 2rem 2.5rem 2.5rem 2.5rem; }
    .job-offer .sidebar .rating__header, .job-offer .sidebar .rating__content,
    .job-offer .sidebar .information__header,
    .job-offer .sidebar .information__content {
      padding: 2rem 2.5rem 2.5rem 2.5rem; }
    .job-offer .sidebar__share .btn, .job-offer .sidebar__share .footer-btn a, .footer-btn .job-offer .sidebar__share a, .job-offer .sidebar__share .comments-area .submit, .comments-area .job-offer .sidebar__share .submit, .job-offer .sidebar__share .comments-area .comment-reply-link, .comments-area .job-offer .sidebar__share .comment-reply-link {
      margin: auto;
      max-width: 315px; }
    .job-offer .page {
      padding: 4rem 0 5rem 0; }
    .job-offer .gallery {
      grid-gap: 1rem; } }
  @media (max-width: 580px) {
    .job-offer .sidebar__share {
      padding: 6rem 1.5rem 1rem 1.5rem; }
      .job-offer .sidebar__share .btn, .job-offer .sidebar__share .footer-btn a, .footer-btn .job-offer .sidebar__share a, .job-offer .sidebar__share .comments-area .submit, .comments-area .job-offer .sidebar__share .submit, .job-offer .sidebar__share .comments-area .comment-reply-link, .comments-area .job-offer .sidebar__share .comment-reply-link {
        margin: auto;
        max-width: 315px; }
    .job-offer .main__header .content__footer {
      display: block; }
      .job-offer .main__header .content__footer span {
        flex-direction: row-reverse;
        justify-content: flex-end; }
        .job-offer .main__header .content__footer span svg {
          margin-left: 0;
          margin-right: 1rem; }
      .job-offer .main__header .content__footer .employer {
        margin-bottom: 1rem; }
    .job-offer .opinion img {
      display: none; }
    .job-offer .gallery {
      grid-template-columns: repeat(2, 1fr); }
    .job-offer .job-dates {
      display: block;
      text-align: center; }
      .job-offer .job-dates .vacancies,
      .job-offer .job-dates .date {
        margin-left: 0;
        justify-content: center; } }
  @media (max-width: 480px) {
    .job-offer .main .swiper-header {
      text-align: center; }
    .job-offer .main .upcoming-dates {
      flex-direction: column;
      align-items: center; }
    .job-offer .main .swiper-slide {
      margin-right: 0; } }

/* Safari 10.1+ (alternate method) */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .offers-page__image {
      height: 170px; } } }
.wpml-ls-legacy-list-horizontal a {
  padding: 5px 5px;
  color: #96959a; }
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
  color: #EB6A09; }
@media (min-width: 992px) {
  .wpml-ls-legacy-list-horizontal > ul {
    text-align: left; } }

.wpml-ls-legacy-dropdown {
  margin-left: 4.8rem;
  width: 3rem; }
  .wpml-ls-legacy-dropdown a {
    background-color: transparent !important;
    border-radius: 50%;
    text-decoration: none; }
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
      border: 0;
      padding: 0; }
      .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        display: none; }
  .wpml-ls-legacy-dropdown .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%; }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0; }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a {
      border: 0;
      padding: 0;
      margin-top: 1rem; }
  @media (max-width: 1600px) {
    .wpml-ls-legacy-dropdown {
      margin-left: 2rem; } }

.site-branding {
  align-items: center;
  display: flex; }
  .site-branding img {
    width: 15rem; }

.menu-open .main-navigation__icon {
  background: #FFF; }

.extra-nav-row,
.main-navigation {
  display: none;
  width: 100%; }
  .extra-nav-row a[href*="#"],
  .main-navigation a[href*="#"] {
    pointer-events: none; }
  @media (min-width: 992px) {
    .extra-nav-row,
    .main-navigation {
      display: block; } }
  @media (max-width: 991px) {
    .extra-nav-row.show,
    .main-navigation.show {
      z-index: -1;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      background: #181722;
      overflow-y: auto;
      padding-top: 6rem;
      padding-bottom: 3rem;
      width: 50%; }
      .extra-nav-row.show .menu-item a,
      .main-navigation.show .menu-item a {
        color: #FFF;
        line-height: 0.9; }
      .extra-nav-row.show .extra-nav-row,
      .main-navigation.show .extra-nav-row {
        background: #181722; }
      .extra-nav-row.show .menu-item-has-children > span.child-open,
      .main-navigation.show .menu-item-has-children > span.child-open {
        z-index: 15;
        height: 2rem;
        width: 2rem;
        position: absolute;
        top: .5rem;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-right: 0;
        border-bottom: 0;
        padding: 5px 0; }
        .extra-nav-row.show .menu-item-has-children > span.child-open:after,
        .main-navigation.show .menu-item-has-children > span.child-open:after {
          transform: rotate(45deg); }
      .extra-nav-row.show .menu-item-has-children > a[href="#"] + .sub-menu + .child-open,
      .main-navigation.show .menu-item-has-children > a[href="#"] + .sub-menu + .child-open {
        width: 100% !important; }
      .extra-nav-row.show .menu-item-has-children.expand > span.child-open:after,
      .main-navigation.show .menu-item-has-children.expand > span.child-open:after {
        top: 1.25rem; }
      .extra-nav-row.show .menu-item-has-children > span.child-open:after,
      .main-navigation.show .menu-item-has-children > span.child-open:after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
        display: block;
        width: 1rem;
        height: 1rem; } }
  .extra-nav-row__toggler,
  .main-navigation__toggler {
    display: none;
    background: none;
    border: none;
    cursor: pointer; }
    @media (max-width: 991px) {
      .extra-nav-row__toggler,
      .main-navigation__toggler {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 14px; }
        .extra-nav-row__toggler.expand .main-navigation__icon,
        .main-navigation__toggler.expand .main-navigation__icon {
          width: 2.2rem;
          margin-right: -0.2rem; }
        .extra-nav-row__toggler.expand .main-navigation__icon:nth-child(1),
        .main-navigation__toggler.expand .main-navigation__icon:nth-child(1) {
          opacity: 0; }
        .extra-nav-row__toggler.expand .main-navigation__icon:nth-child(2),
        .main-navigation__toggler.expand .main-navigation__icon:nth-child(2) {
          transform: rotate(45deg); }
        .extra-nav-row__toggler.expand .main-navigation__icon:nth-child(3),
        .main-navigation__toggler.expand .main-navigation__icon:nth-child(3) {
          transform: rotate(-45deg); }
        .extra-nav-row__toggler.expand .main-navigation__icon:nth-child(4),
        .main-navigation__toggler.expand .main-navigation__icon:nth-child(4) {
          opacity: 0; } }
  .extra-nav-row a:not([href]),
  .main-navigation a:not([href]) {
    cursor: default; }
  .extra-nav-row__icon,
  .main-navigation__icon {
    display: block;
    height: 0.3rem;
    width: 1.8rem;
    background: rgba(24, 22, 35, 0.5);
    border-radius: 2px;
    margin: 0.4rem 0;
    transition: all 0.2s ease-in-out; }
    .extra-nav-row__icon:nth-child(3),
    .main-navigation__icon:nth-child(3) {
      margin-top: -0.7rem; }
  .extra-nav-row .sub-menu:before,
  .main-navigation .sub-menu:before {
    width: 110%;
    height: 110%;
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: -10%;
    margin: auto; }
  .extra-nav-row .menu,
  .main-navigation .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%; }
    @media (max-width: 992px) {
      .extra-nav-row .menu,
      .main-navigation .menu {
        display: block; } }
    @media (min-width: 992px) {
      .extra-nav-row .menu,
      .main-navigation .menu {
        width: auto;
        border-top: none;
        border-bottom: none;
        justify-content: flex-end;
        align-items: center; } }
    .extra-nav-row .menu .list-with-news__news,
    .main-navigation .menu .list-with-news__news {
      display: none; }
    .extra-nav-row .menu-item,
    .main-navigation .menu-item {
      display: block;
      margin: 0 2.6rem;
      font-weight: 600;
      position: relative; }
      .extra-nav-row .menu-item.current-menu-item > a,
      .main-navigation .menu-item.current-menu-item > a {
        color: #EB6A09 !important; }
      @media (min-width: 992px) {
        .extra-nav-row .menu-item,
        .main-navigation .menu-item {
          display: inline-block;
          cursor: pointer;
          margin: 0 1.2rem; } }
      @media (min-width: 1200px) {
        .extra-nav-row .menu-item,
        .main-navigation .menu-item {
          margin: 0 0 0 1.6rem;
          padding-right: 1.6rem; } }
      .extra-nav-row .menu-item.contact-btn,
      .main-navigation .menu-item.contact-btn {
        padding-right: 0; }
        .extra-nav-row .menu-item.contact-btn a,
        .main-navigation .menu-item.contact-btn a {
          font-weight: 800;
          padding: 1rem 1.25rem 1.25rem 1.25rem;
          border-radius: 2rem;
          color: #FFF !important; }
        @media (max-width: 992px) {
          .extra-nav-row .menu-item.contact-btn a,
          .main-navigation .menu-item.contact-btn a {
            padding: 1.5rem 2rem;
            margin-top: 2rem;
            border-radius: 3rem; } }
      .extra-nav-row .menu-item a,
      .main-navigation .menu-item a {
        font-size: 1.6rem;
        color: #FFF;
        display: block;
        line-height: 1rem;
        font-family: "Lato",sans-serif;
        text-decoration: none;
        background: transparent;
        border: 0;
        font-weight: 400;
        padding: 1.5rem 0;
        transition: none;
        position: relative;
        z-index: 1; }
        @media (max-width: 1200px) {
          .extra-nav-row .menu-item a,
          .main-navigation .menu-item a {
            font-size: 1.5rem; } }
      @media (min-width: 992px) {
        .extra-nav-row .menu-item:hover a,
        .main-navigation .menu-item:hover a {
          color: #EB6A09; } }
      @media (max-width: 991px) {
        .extra-nav-row .menu-item .sub-menu,
        .main-navigation .menu-item .sub-menu {
          max-height: 0;
          opacity: 0;
          visibility: hidden;
          overflow: hidden;
          padding: 0;
          margin: 0;
          transition: opacity 0.3s ease-in-out; }
          .extra-nav-row .menu-item .sub-menu.expand,
          .main-navigation .menu-item .sub-menu.expand {
            max-height: 100%;
            height: auto !important;
            opacity: 1;
            visibility: visible;
            background: #212121;
            margin: 0 -2.6rem; }
            .extra-nav-row .menu-item .sub-menu.expand .menu-item,
            .main-navigation .menu-item .sub-menu.expand .menu-item {
              font-weight: 400;
              margin: 0 2.6rem; }
              .extra-nav-row .menu-item .sub-menu.expand .menu-item .menu-item,
              .main-navigation .menu-item .sub-menu.expand .menu-item .menu-item {
                margin-left: 4.8rem; }
                .extra-nav-row .menu-item .sub-menu.expand .menu-item .menu-item a,
                .main-navigation .menu-item .sub-menu.expand .menu-item .menu-item a {
                  font-size: 1.4rem; } }
      .extra-nav-row .menu-item-has-children > span.child-open,
      .main-navigation .menu-item-has-children > span.child-open {
        display: block;
        content: "";
        position: absolute;
        top: 2.2rem;
        right: 1rem;
        border-right: 2px solid #181623;
        border-bottom: 2px solid #181623;
        width: 10px;
        height: 10px;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 992px) {
          .extra-nav-row .menu-item-has-children > span.child-open,
          .main-navigation .menu-item-has-children > span.child-open {
            transform: rotate(45deg);
            right: -1rem;
            width: 0.7rem;
            height: 0.7rem;
            border-width: 2px;
            border-color: #EB6A09;
            top: -0.2rem;
            bottom: 0;
            margin: auto; }
            .extra-nav-row .menu-item-has-children > span.child-open:after,
            .main-navigation .menu-item-has-children > span.child-open:after {
              content: ''; } }
        @media (min-width: 1200px) {
          .extra-nav-row .menu-item-has-children > span.child-open,
          .main-navigation .menu-item-has-children > span.child-open {
            width: 0.7rem;
            height: 0.7rem;
            top: -0.3rem;
            right: 0;
            border-width: 2px; } }
      @media (min-width: 992px) {
        .extra-nav-row .menu-item-has-children:hover > span.child-open,
        .main-navigation .menu-item-has-children:hover > span.child-open {
          top: 0.6rem;
          transform: rotate(-135deg); } }
      @media (max-width: 991px) {
        .extra-nav-row .menu-item-has-children.expand > span.child-open:after,
        .main-navigation .menu-item-has-children.expand > span.child-open:after {
          transition: all 0.3s ease-in-out;
          transform: rotate(-135deg); } }
      @media (min-width: 992px) {
        .extra-nav-row .menu-item-lvl-0 > ul,
        .main-navigation .menu-item-lvl-0 > ul {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          box-shadow: 0 2px 8px #0000001C;
          background: #FFF;
          padding: 0;
          margin: 0; }
        .extra-nav-row .menu-item-grouped .sub-menu,
        .main-navigation .menu-item-grouped .sub-menu {
          transition: none; }
          .extra-nav-row .menu-item-grouped .sub-menu .menu-item-has-children:before,
          .main-navigation .menu-item-grouped .sub-menu .menu-item-has-children:before {
            content: "";
            position: absolute;
            top: 0.1rem;
            right: 4.5rem;
            bottom: 0;
            margin: auto;
            width: 1.3rem;
            height: 0.3rem;
            background: #92999f;
            border-radius: 2rem 0 0 2rem;
            transition: right 0.3s ease-in-out;
            z-index: 15; }
          .extra-nav-row .menu-item-grouped .sub-menu .menu-item-has-children > span.child-open,
          .main-navigation .menu-item-grouped .sub-menu .menu-item-has-children > span.child-open {
            top: 0;
            transform: rotate(-45deg);
            transition: right 0.3s ease-in-out;
            right: 4.5rem;
            border-color: #92999F;
            border-width: 2px;
            width: 0.9rem;
            height: 0.9rem;
            z-index: 15; }
        .extra-nav-row .menu-item-grouped .sub-menu,
        .main-navigation .menu-item-grouped .sub-menu {
          transition: none;
          margin-left: 0;
          padding: 2rem;
          visibility: hidden;
          opacity: 0;
          left: -11rem;
          min-width: 88rem;
          min-height: 270px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .extra-nav-row .menu-item-grouped .sub-menu,
    .main-navigation .menu-item-grouped .sub-menu {
      left: -4rem;
      min-width: 88rem; } }
      @media (min-width: 992px) {
          .extra-nav-row .menu-item-grouped .sub-menu > span.child-open,
          .main-navigation .menu-item-grouped .sub-menu > span.child-open {
            content: "";
            position: absolute;
            top: 2rem;
            left: 28rem;
            bottom: 2rem;
            margin: auto;
            border-right: solid 1px rgba(112, 112, 112, 0.4); }
          .extra-nav-row .menu-item-grouped .sub-menu .menu-item,
          .main-navigation .menu-item-grouped .sub-menu .menu-item {
            display: block;
            width: 26rem;
            margin: 0;
            padding: 0 2rem 0 0; }
            .extra-nav-row .menu-item-grouped .sub-menu .menu-item a,
            .main-navigation .menu-item-grouped .sub-menu .menu-item a {
              transition: none;
              padding: 1.5rem 1.6rem;
              line-height: 1.6rem;
              color: #181623;
              transition: background-color 0.2s ease-in-out; }
              .extra-nav-row .menu-item-grouped .sub-menu .menu-item a:hover,
              .main-navigation .menu-item-grouped .sub-menu .menu-item a:hover {
                background: #F7F7FD; }
            .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children.active .sub-menu,
            .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children.active .sub-menu {
              visibility: visible;
              opacity: 1; }
            .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children:hover:before,
            .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children:hover:before {
              right: 3.5rem;
              background: #181623; }
            .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children:hover > span.child-open,
            .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children:hover > span.child-open {
              right: 3.5rem;
              border-color: #181623; }
            .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu,
            .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu {
              min-width: auto;
              position: absolute;
              opacity: 0;
              visibility: hidden;
              left: 24rem;
              top: 0px;
              padding: 0 0 0 4rem;
              width: 60rem;
              min-height: 100%;
              display: flex;
              flex-wrap: wrap;
              flex-flow: column wrap;
              align-items: flex-start;
              justify-content: flex-start;
              align-content: flex-start;
              height: 240px;
              z-index: 1; }
              .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item,
              .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
                margin: 0;
                padding: 0 2rem 0 0;
                border-right: none;
                width: 50%; }
                .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a,
                .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
                  color: #000; }
                .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item:nth-child(2n),
                .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item:nth-child(2n) {
                  padding: 0; }
                .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item-link-bg,
                .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item-link-bg {
                  background-repeat: no-repeat;
                  background-position: 1.7rem center;
                  padding-left: 4.7rem; }
              .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu:after,
              .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children .sub-menu:after {
                display: none; }
            .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children.active > a,
            .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children.active > a {
              background: #F7F7FD; }
            .extra-nav-row .menu-item-grouped .sub-menu .menu-item.menu-item-has-children:hover .sub-menu,
            .main-navigation .menu-item-grouped .sub-menu .menu-item.menu-item-has-children:hover .sub-menu {
              visibility: visible;
              opacity: 1; }
          .extra-nav-row .menu-item-grouped .sub-menu .sub-menu,
          .main-navigation .menu-item-grouped .sub-menu .sub-menu {
            position: absolute;
            opacity: 0;
            visibility: hidden; }
        .extra-nav-row .menu-item-grouped:hover .sub-menu,
        .main-navigation .menu-item-grouped:hover .sub-menu {
          opacity: 1;
          visibility: visible; }
        .extra-nav-row .menu-item-simple .sub-menu,
        .main-navigation .menu-item-simple .sub-menu {
          transition: none;
          margin-left: 0;
          left: -3rem;
          min-width: auto; }
          .extra-nav-row .menu-item-simple .sub-menu .menu-item,
          .main-navigation .menu-item-simple .sub-menu .menu-item {
            margin: 0;
            padding-right: 0; }
            .extra-nav-row .menu-item-simple .sub-menu .menu-item a,
            .main-navigation .menu-item-simple .sub-menu .menu-item a {
              padding: 1.5rem 1.25rem;
              min-width: 25rem;
              color: #181623;
              line-height: normal;
              transition: background-color 0.2s ease-in-out; }
              .extra-nav-row .menu-item-simple .sub-menu .menu-item a:hover,
              .main-navigation .menu-item-simple .sub-menu .menu-item a:hover {
                background: #F7F7FD; }
        .extra-nav-row .menu-item-simple:hover .sub-menu,
        .main-navigation .menu-item-simple:hover .sub-menu {
          opacity: 1;
          visibility: visible; } }

@media (max-width: 992px) {
  #site-navigation {
    width: 100%; } }

.site-header {
  padding: 0; }
  .site-header.sticky {
    padding-top: 0; }
  @media (max-width: 992px) {
    .site-header {
      padding-top: 1rem; }
      .site-header.sticky {
        padding-top: 1rem; } }

.extra-wrapper {
  background-color: #181722;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .extra-wrapper {
      background-color: #2B2936; } }
  @media (max-width: 992px) {
    .extra-wrapper {
      margin-bottom: 0; }
      .extra-wrapper .col-max {
        flex-direction: column; } }

.main-navigation .extra-nav-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%; }
  .main-navigation .extra-nav-row li a {
    font-size: 1.3rem; }
  @media (min-width: 992px) {
    .main-navigation .extra-nav-row > ul > li:first-child > a {
      padding-left: 0; }
    .main-navigation .extra-nav-row > ul > li > a {
      color: #95949a;
      padding-left: 1rem;
      padding-right: 1rem; }
    .main-navigation .extra-nav-row > ul > li.menu-item-has-children {
      margin-right: .75rem; }
      .main-navigation .extra-nav-row > ul > li.menu-item-has-children > a {
        padding-right: 1.75rem; } }
  .main-navigation .extra-nav-row .sub-menu {
    z-index: 100; }
  .main-navigation .extra-nav-row .menu-item:hover .sub-menu {
    display: flex;
    flex-direction: column; }

@media (max-width: 992px) {
  .desktop-show {
    display: none; } }

.mobile-show {
  display: none; }
  @media (max-width: 992px) {
    .mobile-show {
      display: block; } }

.single-cpt_migration .isotope.no-transition,
.single-cpt_migration .isotope.no-transition .isotope-item,
.single-cpt_migration .isotope .isotope-item.no-transition,
.single-cpt_legalization .isotope.no-transition,
.single-cpt_legalization .isotope.no-transition .isotope-item,
.single-cpt_legalization .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
.single-cpt_migration .content-wrapper,
.single-cpt_legalization .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 340px;
  grid-gap: 40px;
  margin: 5rem 0; }
  .single-cpt_migration .content-wrapper .content,
  .single-cpt_legalization .content-wrapper .content {
    border: 1px solid #E8E8E8;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 20px 30px 30px 30px; }
    .single-cpt_migration .content-wrapper .content h1,
    .single-cpt_legalization .content-wrapper .content h1 {
      font-size: 24px;
      color: #4F4F4F;
      line-height: normal;
      margin-top: 0;
      margin-bottom: 4rem; }
  .single-cpt_migration .content-wrapper .sidebar,
  .single-cpt_legalization .content-wrapper .sidebar {
    padding: 20px;
    font-size: 16px; }
    .single-cpt_migration .content-wrapper .sidebar .gform_wrapper.gravity-theme fieldset,
    .single-cpt_legalization .content-wrapper .sidebar .gform_wrapper.gravity-theme fieldset {
      padding-left: 4rem; }
    .single-cpt_migration .content-wrapper .sidebar .gform_button,
    .single-cpt_migration .content-wrapper .sidebar .gform_wrapper select, .single-cpt_migration .content-wrapper .sidebar .gform_wrapper .gfield .gfield_select, .single-cpt_migration .content-wrapper .sidebar input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .single-cpt_legalization .content-wrapper .sidebar .gform_button,
    .single-cpt_legalization .content-wrapper .sidebar .gform_wrapper select,
    .single-cpt_legalization .content-wrapper .sidebar .gform_wrapper .gfield .gfield_select,
    .single-cpt_legalization .content-wrapper .sidebar input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      border-radius: 6px; }
    .single-cpt_migration .content-wrapper .sidebar p,
    .single-cpt_legalization .content-wrapper .sidebar p {
      font-weight: 600; }
    .single-cpt_migration .content-wrapper .sidebar a,
    .single-cpt_legalization .content-wrapper .sidebar a {
      color: #4F4F4F;
      font-weight: 700; }
@media (max-width: 992px) {
  .single-cpt_migration .content-wrapper,
  .single-cpt_legalization .content-wrapper {
    grid-template-columns: 1fr; } }

.post-type-archive-cpt_migration select,
.page-template-migration select,
.page-template-legalization select {
  border: 1px solid #E8E8E8;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.2rem 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem; }
.post-type-archive-cpt_migration .sub-tabs,
.page-template-migration .sub-tabs,
.page-template-legalization .sub-tabs {
  margin-top: 5rem; }
.post-type-archive-cpt_migration #tabs,
.page-template-migration #tabs,
.page-template-legalization #tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  padding: 0;
  margin: 3rem 0 0 0;
  list-style-type: none; }
  .post-type-archive-cpt_migration #tabs li a,
  .page-template-migration #tabs li a,
  .page-template-legalization #tabs li a {
    height: 100%;
    border: 1px solid #E8E8E8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.2rem 2rem; }
  @media (max-width: 768px) {
    .post-type-archive-cpt_migration #tabs,
    .page-template-migration #tabs,
    .page-template-legalization #tabs {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      .post-type-archive-cpt_migration #tabs li,
      .page-template-migration #tabs li,
      .page-template-legalization #tabs li {
        width: 100%; } }
  @media (max-width: 540px) {
    .post-type-archive-cpt_migration #tabs,
    .page-template-migration #tabs,
    .page-template-legalization #tabs {
      grid-template-columns: repeat(1, 1fr); } }
.post-type-archive-cpt_migration #c-tabs,
.page-template-migration #c-tabs,
.page-template-legalization #c-tabs {
  padding: 0;
  margin: 2rem 0;
  list-style-type: none;
  display: flex;
  grid-gap: 2rem;
  align-items: center;
  justify-content: center; }
  .post-type-archive-cpt_migration #c-tabs li a,
  .page-template-migration #c-tabs li a,
  .page-template-legalization #c-tabs li a {
    height: 100%;
    border: 1px solid #E8E8E8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.2rem 2rem; }
  @media (max-width: 768px) {
    .post-type-archive-cpt_migration #c-tabs,
    .page-template-migration #c-tabs,
    .page-template-legalization #c-tabs {
      flex-wrap: wrap; }
      .post-type-archive-cpt_migration #c-tabs li,
      .page-template-migration #c-tabs li,
      .page-template-legalization #c-tabs li {
        width: 100%; } }
.post-type-archive-cpt_migration #c-tabs li a,
.post-type-archive-cpt_migration #tabs li a,
.page-template-migration #c-tabs li a,
.page-template-migration #tabs li a,
.page-template-legalization #c-tabs li a,
.page-template-legalization #tabs li a {
  background-color: #EB6A09;
  color: #FFF;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  box-sizing: border-box; }
  .post-type-archive-cpt_migration #c-tabs li a.inactive,
  .post-type-archive-cpt_migration #tabs li a.inactive,
  .page-template-migration #c-tabs li a.inactive,
  .page-template-migration #tabs li a.inactive,
  .page-template-legalization #c-tabs li a.inactive,
  .page-template-legalization #tabs li a.inactive {
    background-color: #FFF;
    color: #7b7b7b; }
.post-type-archive-cpt_migration .tab-content,
.page-template-migration .tab-content,
.page-template-legalization .tab-content {
  margin-top: 4rem; }
.post-type-archive-cpt_migration__wrapper,
.page-template-migration__wrapper,
.page-template-legalization__wrapper {
  max-width: 100%;
  margin: auto;
  width: 70rem; }
.post-type-archive-cpt_migration__content,
.page-template-migration__content,
.page-template-legalization__content {
  padding-top: 1rem; }
  .post-type-archive-cpt_migration__content ul,
  .page-template-migration__content ul,
  .page-template-legalization__content ul {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 175%;
    margin-left: 2em; }
.post-type-archive-cpt_migration__buttons,
.page-template-migration__buttons,
.page-template-legalization__buttons {
  margin-top: 6rem;
  text-align: center; }
@media (max-width: 1024px) {
  .post-type-archive-cpt_migration #c-tabs li a,
  .post-type-archive-cpt_migration #tabs li a,
  .page-template-migration #c-tabs li a,
  .page-template-migration #tabs li a,
  .page-template-legalization #c-tabs li a,
  .page-template-legalization #tabs li a {
    font-size: 16px; } }
@media (max-width: 768px) {
  .post-type-archive-cpt_migration #c-tabs,
  .post-type-archive-cpt_migration #tabs,
  .page-template-migration #c-tabs,
  .page-template-migration #tabs,
  .page-template-legalization #c-tabs,
  .page-template-legalization #tabs {
    margin-bottom: 1rem; }
    .post-type-archive-cpt_migration #c-tabs li a,
    .post-type-archive-cpt_migration #tabs li a,
    .page-template-migration #c-tabs li a,
    .page-template-migration #tabs li a,
    .page-template-legalization #c-tabs li a,
    .page-template-legalization #tabs li a {
      font-size: 1.6rem; }
  .post-type-archive-cpt_migration__buttons,
  .page-template-migration__buttons,
  .page-template-legalization__buttons {
    margin-top: 3.2rem; } }
@media (max-width: 480px) {
  .post-type-archive-cpt_migration .module__header,
  .page-template-migration .module__header,
  .page-template-legalization .module__header {
    font-size: 2.4rem; }
  .post-type-archive-cpt_migration #c-tabs li a,
  .post-type-archive-cpt_migration #tabs li a,
  .page-template-migration #c-tabs li a,
  .page-template-migration #tabs li a,
  .page-template-legalization #c-tabs li a,
  .page-template-legalization #tabs li a {
    font-size: 1.4rem;
    padding: 1.2rem 0.5rem; } }

.tab-content-inner {
  margin-top: 4rem; }

.migration__wrapper,
.legalization__wrapper {
  padding: 9rem 0; }
  .migration__wrapper #items-filter,
  .legalization__wrapper #items-filter {
    margin-bottom: 3rem; }
  .migration__wrapper .no-results,
  .legalization__wrapper .no-results {
    display: none; }
    .migration__wrapper .no-results .image,
    .legalization__wrapper .no-results .image {
      flex-shrink: 0; }
    .migration__wrapper .no-results .gform_wrapper.gravity-theme fieldset,
    .legalization__wrapper .no-results .gform_wrapper.gravity-theme fieldset {
      padding-left: 4rem; }
    .migration__wrapper .no-results .gform_button,
    .migration__wrapper .no-results .gform_wrapper select, .migration__wrapper .no-results .gform_wrapper .gfield .gfield_select, .migration__wrapper .no-results input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .legalization__wrapper .no-results .gform_button,
    .legalization__wrapper .no-results .gform_wrapper select,
    .legalization__wrapper .no-results .gform_wrapper .gfield .gfield_select,
    .legalization__wrapper .no-results input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      border-radius: 6px; }
    .migration__wrapper .no-results.visible,
    .legalization__wrapper .no-results.visible {
      display: inline-block; }
    .migration__wrapper .no-results__inner,
    .legalization__wrapper .no-results__inner {
      display: flex;
      align-items: center; }
    @media (max-width: 992px) {
      .migration__wrapper .no-results .image,
      .legalization__wrapper .no-results .image {
        display: none; } }
  .migration__wrapper .list,
  .legalization__wrapper .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    height: unset !important; }
    .migration__wrapper .list .migration__item,
    .legalization__wrapper .list .migration__item {
      top: initial !important;
      left: initial !important;
      -webkit-transition-duration: 0s !important;
      -moz-transition-duration: 0s !important;
      -ms-transition-duration: 0s !important;
      -o-transition-duration: 0s !important;
      transition-duration: 0s !important;
      position: relative !important;
      transform: none !important; }
    @media (max-width: 1080px) {
      .migration__wrapper .list,
      .legalization__wrapper .list {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 640px) {
      .migration__wrapper .list,
      .legalization__wrapper .list {
        grid-template-columns: repeat(1, 1fr); } }
.migration__items,
.legalization__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem; }
.migration__item a,
.legalization__item a {
  color: #181623;
  border: 1px solid #E8E8E8;
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 2rem;
  display: block;
  height: 100%;
  box-sizing: border-box; }
  .migration__item a h3,
  .legalization__item a h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
  .migration__item a p,
  .legalization__item a p {
    margin-top: 0;
    margin-bottom: 0.5rem; }
@media (max-width: 1280px) {
  .migration__wrapper,
  .legalization__wrapper {
    padding: 3.5rem 0 6.5rem; } }
@media (max-width: 992px) {
  .migration__items,
  .legalization__items {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .migration__wrapper,
  .legalization__wrapper {
    padding: 4.8rem 0 4.8rem; } }
@media (max-width: 640px) {
  .migration__items,
  .legalization__items {
    grid-template-columns: repeat(1, 1fr); } }

.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: 66.5697674419%;
  background: white;
  position: relative;
  display: block; }

.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

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

.error-404 {
  background-color: #181623;
  color: #FFF !important;
  padding: 10rem 0 10rem 0;
  text-align: center; }
  .error-404 .error-buttons {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .error-404 h1,
  .error-404 .widgettitle,
  .error-404 .page-title {
    color: #FFF !important; }
  .error-404 .widget_recent_entries {
    margin-top: 5rem; }
    .error-404 .widget_recent_entries ul {
      margin-left: 0;
      padding-left: 0;
      list-style-type: none; }
      .error-404 .widget_recent_entries ul a {
        display: block;
        color: #FFF !important;
        margin-bottom: 1rem; }

.cc-banner.cc-bottom {
  flex-wrap: wrap;
  justify-content: center; }

.cc-window.cc-theme-minimal:not(.cc-floating) .cc-message {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px; }
.cc-window a.cc-btn {
  font-weight: 500; }

.rodo-alert-success {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10006;
  text-align: center;
  padding: 20px;
  background-color: #D2F8D2; }

.rodo-alert-danger {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 10006;
  text-align: center;
  padding: 20px;
  background-color: #F8D7DA; }

.site-header.sticky {
  background-color: #23212e; }

.main-navigation a {
  color: #FFF; }
  .main-navigation a:hover, .main-navigation a:focus {
    color: #EB6A09; }

.single-post .entry-header {
  background: transparent !important; }
  .single-post .entry-header:before {
    background: linear-gradient(0deg, #181623, #181623), linear-gradient(247.95deg, rgba(28, 36, 39, 0) 43.71%, #1C2427 64.51%) !important; }
@media (max-width: 992px) {
  .single-post .entry-header {
    background: linear-gradient(0deg, #181623, #181623), linear-gradient(247.95deg, rgba(28, 36, 39, 0) 43.71%, #1C2427 64.51%) !important; }
  .single-post .publication .tags {
    display: flex;
    align-items: center; } }

.entry-header p,
.entry-header h1 {
  color: #FFF; }

@media (max-width: 992px) {
  .featuredPost {
    background: linear-gradient(0deg, #181623, #181623), linear-gradient(247.95deg, rgba(28, 36, 39, 0) 43.71%, #1C2427 64.51%) !important; }
    .featuredPost--title {
      margin-top: 0; }
    .featuredPost__content {
      background-color: #FFF;
      padding: 2rem;
      box-sizing: border-box; } }

.main-navigation .menu-item {
  margin-left: 0;
  padding: 0; }
  .main-navigation .menu-item a {
    padding: 1.5rem 2.75rem; }
    .main-navigation .menu-item a .child-open {
      border-color: #FFF; }
  .main-navigation .menu-item.contact-btn {
    margin-left: 1rem; }
    .main-navigation .menu-item.contact-btn a {
      transition: 0.2s ease-in-out;
      background-color: #EB6A09;
      border: 2px solid #EB6A09;
      padding: 1.5rem 1.5rem;
      text-align: center;
      border-radius: 2rem;
      font-size: 14px; }
      .main-navigation .menu-item.contact-btn a:hover {
        background-color: #EF8A09;
        border: 2px solid #EF8A09;
        color: #FFF !important; }
  @media (max-width: 1200px) {
    .main-navigation .menu-item a {
      padding: 1.5rem 1.75rem; } }

@media (max-width: 992px) {
  .main-navigation .menu-item.contact-btn {
    margin-left: 2rem; }

  .main-navigation__icon {
    background-color: #FFF; } }
@media screen and (max-width: 1024px) {
  button#responsive-menu-button:hover .responsive-menu-box .responsive-menu-inner,
  button#responsive-menu-button:hover .responsive-menu-box .responsive-menu-inner:before,
  button#responsive-menu-button:hover .responsive-menu-box .responsive-menu-inner:after {
    background-color: #FFF; }
  button#responsive-menu-button .responsive-menu-box .responsive-menu-inner,
  button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:before,
  button#responsive-menu-button .responsive-menu-box .responsive-menu-inner:after {
    background-color: #FFF; } }
.single-post .entry-header {
  padding: 15rem 0 5rem; }
  @media (max-width: 992px) {
    .single-post .entry-header {
      padding: 10rem 0 2rem; } }
  .single-post .entry-header:before {
    height: 12rem; }

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