@charset "UTF-8";
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1360px){
  .container{
    max-width: 1360px;
  }
}
/*
* 1 - Fonts
*/
/* plus-jakarta-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/mesco_dev/fonts/jakarta/plus-jakarta-sans-v8-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/mesco_dev/fonts/jakarta/plus-jakarta-sans-v8-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/mesco_dev/fonts/jakarta/plus-jakarta-sans-v8-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/mesco_dev/fonts/jakarta/plus-jakarta-sans-v8-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/mesco_dev/fonts/jakarta/plus-jakarta-sans-v8-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ==========================================================================
 * Basic elements (no class selectors allowed)
 * ========================================================================== */
/**
 * Set up the html
 *
 * 1. Makes sure that some fonts are better rendered
 * 2. Set font to lining figures
 */
html {
  box-sizing: border-box;
}

body{
  font-family: Plus Jakarta Sans;
}

/**
 * [1] Turn off text-shadow when selecting text for better readability
 */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/* Remove default margin around figure
*/
/**
 * [1] Setting 'vertical-align' removes the whitespace that appears under 'img'
 *	   elements when they are dropped into a page as-is. Safer alternative to
 *	   using 'display: block;'.
 * [2] Remove border / especially on older browsers
 */
img,
svg {
  display: block;
  vertical-align: middle;
  /*[1]*/
  border: none;
  /*[2]*/
  max-width: 100%;
  height: auto;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
figure,
pre,
table,
fieldset,
hr {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0 0 16px;
  line-height: inherit;
}

.b-rad-8 {
  border-radius: 8px;
}

.b-rad-10 {
  border-radius: 10px;
}

.card-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

iframe {
  width: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  iframe {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  iframe {
    min-height: 500px;
  }
}

.aspect-square {
  aspect-ratio: 1/1;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded-8 {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .rounded-8 {
    border-radius: 8px;
  }
}

.container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

img.w-full.w-85 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-full.w-85 {
    width: 85% !important;
  }
}
img.w-full.w-80 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-full.w-80 {
    width: 80% !important;
  }
}
img.w-full.w-75 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-full.w-75 {
    width: 75% !important;
  }
}
img.w-full.w-70 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-full.w-70 {
    width: 70% !important;
  }
}
img.w-full.w-60 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-full.w-60 {
    width: 60% !important;
  }
}
img.w-full.w-50 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-full.w-50 {
    width: 50% !important;
  }
}
img.w-85 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-85 {
    width: 85% !important;
  }
}
img.w-80 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-80 {
    width: 80% !important;
  }
}
img.w-75 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-75 {
    width: 75% !important;
  }
}
img.w-70 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-70 {
    width: 70% !important;
  }
}
img.w-60 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-60 {
    width: 60% !important;
  }
}
img.w-50 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  img.w-50 {
    width: 50% !important;
  }
}

.c-image svg {
  width: 100%;
}

h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 26px;
  }
}

h5, h6 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h5, h6 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  h5, h6 {
    font-size: 24px;
  }
}

button{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-btn {
  display: inline-block;
  color: #fff;
  transition: 0.5s;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  padding: 14px 20px;
  background: #0F97D5;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.c-btn:hover {
  background: #003399;
}
.c-btn.c-btn_transparent {
  background: transparent;
  border: 1px solid #0F97D5;
  color: #0F97D5;
}
.c-btn.c-btn_transparent:hover {
  background: #0F97D5;
  border: 1px solid #fff;
  color: #FFF;
}
.c-btn.c-btn_blue {
  background: #003399;
}
.c-btn.c-btn_blue:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #003399;
}

.c-job_sidebar .c-btn {
  padding: 10px 15px !important;
}

.c-text {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-text {
    line-height: 28px;
  }
}
.c-text p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c-text p {
    line-height: 28px;
  }
}
.c-text p:last-child {
  margin: 0;
}
.c-text.text-darkgrey p {
  color: #666;
}
.c-text ul, .c-text ol {
  padding-left: 18px;
  margin-bottom: 10px;
}
.c-text li {
  list-style: disc;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .c-text li {
    line-height: 28px;
  }
}
.c-text h2, .c-text h3, .c-text h4, .c-text h5, .c-text h6 {
  color: #0F97D5;
  padding-bottom: 20px;
  font-weight: 700;
}
.c-text a {
  color: #0F97D5;
  transition: 0.5s;
}
.c-text a:hover {
  color: #003399;
}
.c-text h2 {
  color: #0F97D5;
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-text h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .c-text h2 {
    font-size: 34px;
  }
}
@media (min-width: 1600px) {
  .c-text h2 {
    font-size: 40px;
  }
}
.c-text h3 {
  color: #0F97D5;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .c-text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .c-text h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.c-text h4 {
  color: #003399;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 13px;
}
.c-text a {
  text-decoration: underline;
}
.c-text p em {
  display: inline-block;
  padding-top: 5px;
  line-height: 1.5;
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-text p em {
    font-size: 16px;
    padding-top: 20px;
    line-height: 1;
  }
}

.c-grid-box img {
  height: auto !important;
}
.c-grid-box p {
  margin-bottom: 20px;
}

.c-text_white {
  color: #fff !important;
}
.c-text_white p {
  color: #fff !important;
}

.page-template-template-privacy .c-text p a {
  word-break: break-all;
}

.page-template-template-leistungen .s-full-width-content .c-text img {
  width: auto;
}

.c-text .grey-box {
  background: #F3F4F5;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  .c-text .grey-box {
    padding: 25px;
  }
}
@media (min-width: 1024px) {
  .c-text .grey-box {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .c-text .grey-box {
    padding: 35px;
  }
}
@media (min-width: 1920px) {
  .c-text .grey-box {
    padding: 40px;
  }
}
.c-text .grey-box ul {
  padding-left: 0 !important;
}
@media (min-width: 1024px) {
  .c-text .grey-box ul {
    padding-top: 25px;
  }
}
.c-text .grey-box h3, .c-text .grey-box p strong {
  font-size: 20px;
  font-weight: 700;
  color: #003399;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-text .grey-box h3, .c-text .grey-box p strong {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .c-text .grey-box h3, .c-text .grey-box p strong {
    font-size: 24px;
  }
}
.c-text .grey-box p {
  margin: 0;
}

table {
  margin: 20px 0;
}
table td {
  vertical-align: top;
}

.s-accordion table {
  margin: 0;
}

.mr-30 {
  margin-right: 30px !important;
}

@media (min-width: 768px) {
  img.tablet-mr-30 {
    margin-right: 30px !important;
  }
}

ol {
  padding-left: 0 !important;
  list-style: none !important;
  counter-reset: counter;
}

ol li {
  list-style: none !important;
  counter-increment: counter;
}

ol li::before {
  font-family: "Plus Jakarta Sans";
  content: counter(counter) ". ";
  font-weight: bold;
}

.c-side-menu {
  border: 1px solid #0F97D5;
  border-radius: 8px;
  padding: 5px 15px 20px;
  margin-bottom: 20px;
  position: sticky;
  top: 120px;
}
@media (min-width: 768px) {
  .c-side-menu {
    margin-bottom: 30px;
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .c-side-menu {
    padding: 25px 34px 40px 29px;
    margin-bottom: 50px;
  }
}
.c-side-menu > li a {
  font-weight: 700;
}
.c-side-menu li.small-parent.current-menu-item > a {
  color: #003399;
}
.c-side-menu li.current_page_item > a {
  color: #003399;
}
.c-side-menu li.current-menu-parent > a {
  color: #003399;
}
.c-side-menu .sub-menu {
  display: none;
}
.c-side-menu .sub-menu a {
  font-weight: 400;
  text-transform: none;
}
.c-side-menu a {
  font-size: 14px;
  font-weight: 700;
  color: #0F97D5;
  transition: 0.5s;
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid #0F97D5;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-side-menu a {
    font-size: 16px;
    padding: 10px 0;
  }
}
@media (min-width: 1024px) {
  .c-side-menu a {
    font-size: 18px;
  }
}
.c-side-menu a:hover {
  color: #003399;
}
.c-side-menu .current-menu-item.menu-item-has-children .sub-menu, .c-side-menu .current_page_ancestor.menu-item-has-children .sub-menu {
  display: block;
}
.c-side-menu .menu-item-has-children .sub-menu a {
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #D2D1D1;
  padding-left: 30px;
  position: relative;
}
.c-side-menu .menu-item-has-children .sub-menu a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%) rotate(-90deg);
  background-image: url("/wp-content/themes/mesco_dev/img/global/c-act.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
}
.c-side-menu .menu-item-has-children .sub-menu a:hover:before {
  background-image: url("/wp-content/themes/mesco_dev/img/global/c-def.png");
}
.c-side-menu .menu-item-has-children .sub-menu .current-menu-item a:before {
  background-image: url("/wp-content/themes/mesco_dev/img/global/c-def.png");
}

.leistungen .c-side-menu .sub-menu {
  display: none;
}

.page-template-template-simple.page-child .c-side-menu .current-menu-parent .sub-menu {
  display: block !important;
}

.c-side-menu .current-menu-item.menu-item-has-children .sub-menu,
.c-side-menu .current_page_ancestor.menu-item-has-children .sub-menu {
  display: block !important;
}

.main-parent a {
  color: #003399 !important;
}

.small-parent.current-page-parent {
  padding-top: 10px;
}
.small-parent a {
  text-transform: none !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #D2D1D1;
}

.s-usp-boxes {
  border-bottom: 3px solid #fff;
}
.s-usp-boxes .container:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0087D0;
}
@media (min-width: 768px) {
  .s-usp-boxes .container:after {
    width: calc(100% - 30px);
    left: 15px;
  }
}

.c-usp_card.c-usp_card_1 {
  padding-right: 0;
}
@media (min-width: 768px) {
  .c-usp_card.c-usp_card_1 {
    padding-right: 8px;
  }
}
.c-usp_card.c-usp_card_3 {
  padding-left: 0;
}
@media (min-width: 768px) {
  .c-usp_card.c-usp_card_3 {
    padding-left: 16px;
  }
}

.s-webinar_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.s-webinar_box .c-webinar_box {
  position: relative;
}
.s-webinar_box .c-webinar_box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  top: 0;
  left: 0;
  background: #0F97D5;
  border-radius: 10px 10px 0 0;
}
.s-webinar_box .c-webinar-label {
  padding: 5px 15px;
  border-radius: 50px;
}
@media (min-width: 1024px) {
  .s-webinar_box .c-webinar-label {
    padding: 6px 20px;
    border-radius: 55px;
  }
}
@media (min-width: 1600px) {
  .s-webinar_box .c-webinar-label {
    padding: 6px 23px;
    border-radius: 55px;
  }
}
.s-webinar_box .c-image_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
@media (min-width: 768px) {
  .s-webinar_box .c-image_wrapper {
    justify-content: flex-end;
  }
}
.s-webinar_box .c-image_wrapper img {
  max-width: 250px;
}
@media (min-width: 768px) {
  .s-webinar_box .c-image_wrapper img {
    max-width: 360px;
  }
}

#rev_slider_1_1, #c-rev_slider {
  height: 250px !important;
}

@media (min-width: 768px) {
  #rev_slider_1_1, #c-rev_slider {
    height: 300px !important;
  }
}
@media (min-width: 992px) {
  #rev_slider_1_1, #c-rev_slider {
    height: 350px !important;
  }
}
@media (min-width: 1200px) {
  #rev_slider_1_1, #c-rev_slider {
    height: 400px !important;
  }
}
@media (min-width: 1440px) {
  #rev_slider_1_1, #c-rev_slider {
    height: 450px !important;
  }
}
@media (min-width: 1920px) {
  #rev_slider_1_1, #c-rev_slider {
    height: 510px !important;
  }
}
.c-package_card {
  display: flex;
  justify-content: center;
}
.c-package_card .c-package_card_box {
  max-width: 200px;
}
@media (min-width: 765px) {
  .c-package_card .c-package_card_box {
    max-width: 273px;
  }
}
@media (min-width: 1024px) {
  .c-package_card.c-package_card_1 {
    justify-content: flex-start;
  }
  .c-package_card.c-package_card_3 {
    justify-content: flex-end;
  }
}

.s-contact .c-image {
  width: 125px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-contact .c-person-data {
  max-width: calc(100% - 160px);
}

.wpcf7-spinner {
  display: none !important;
}

.c-form {
  padding-bottom: 20px;
}
.c-form .c-small-text {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .c-form .c-small-text {
    font-size: 14px;
  }
}
.c-form br {
  display: none;
}
.c-form p {
  margin: 0;
}
.c-form .c-form-field_wrapper {
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .c-form .c-form-field_wrapper {
    padding-bottom: 15px;
  }
}
.c-form .c-form-field_wrapper label {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 6px;
}
@media (min-width: 1600px) {
  .c-form .c-form-field_wrapper label {
    font-size: 16px;
  }
}
.c-form .c-form-field_wrapper .c-form-field input, .c-form .c-form-field_wrapper .c-form-field select, .c-form .c-form-field_wrapper .c-form-field textarea {
  border-radius: 5px;
  border: 1px solid rgba(102, 102, 102, 0.5);
  width: 100%;
  min-height: 40px;
  padding: 5px 10px;
  font-size: 16px;
  outline: none;
}
.c-form .c-form-field_wrapper .c-form-field select {
  padding: 5px 6px;
}
.c-form .c-form-field_wrapper .c-form-field textarea {
  resize: none;
  height: 208px;
}
.c-form .c-form-field_acceptance {
  padding-top: 5px;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .c-form .c-form-field_acceptance {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.c-form .wpcf7-list-item {
  margin-left: 0;
}
.c-form .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .c-form .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.c-form .wpcf7-list-item-label a {
  color: #0F97D5;
  text-transform: 0.5s;
}
.c-form .wpcf7-list-item-label a:hover {
  color: #003399;
}
.c-form .c-form-field_submit {
  padding: 10px 15px;
  font-size: 16px !important;
}
@media (min-width: 1024px) {
  .c-form .c-form-field_submit {
    padding: 12px 25px;
    font-size: 18px !important;
  }
}
.c-form .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
}
.c-form .wpcf7-list-item input {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .c-form .codedropz-upload-wrapper {
    padding-top: 21px;
  }
}
.c-form .codedropz-upload-handler {
  margin: 0;
  border: 1px dashed #c5c5c5;
}
.c-form .codedropz-upload-handler .codedropz-upload-container {
  padding: 10px;
}
.c-form .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.c-form .codedropz-upload-handler h3 {
  font-size: 20px;
  color: #0F97D5;
  font-weight: 600;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.c-select-wrapper {
  position: relative;
  background: #FFF;
}
.c-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  z-index: 5;
}

.c-select-wrapper:before {
  background-image: url("/wp-content/themes/mesco_dev/img/global/arrow_down.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 20px;
  z-index: 1;
}

.c-team_links a {
  color: #0F97D5;
  transition: 0.5s;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-team_links a:hover {
  color: #003399;
}

.c-contact_data .c-person-image {
  width: 92px;
}
@media (min-width: 768px) {
  .c-contact_data .c-person-image {
    width: 160px;
  }
}
.c-contact_data .c-person-image img {
  width: 92px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}
@media (min-width: 768px) {
  .c-contact_data .c-person-image img {
    width: 160px;
    height: 160px;
  }
}
.c-contact_data .c-person-data {
  width: calc(100% - 92px);
  padding-left: 10px;
}
@media (min-width: 768px) {
  .c-contact_data .c-person-data {
    padding-left: 20px;
    width: calc(100% - 160px);
  }
}

.s-page-contact .c-pageloc {
  display: none;
}
.s-page-contact.s-page-contact_germany .c-pageloc.c-page_loerrach {
  display: block;
}
.s-page-contact.s-page-contact_swiss .c-pageloc.c-page_windisch-ch {
  display: block;
}
.s-page-contact.s-page-contact_usa .c-pageloc.c-page_new-jersey-en {
  display: block;
}

.s-content-cards .c-icon {
  display: inline-block;
  max-width: 55px;
}
@media (min-width: 768px) {
  .s-content-cards .c-icon {
    max-width: unset;
  }
}
.s-content-cards .c-text strong {
  color: #0F97D5;
}

.accordion__item {
  border-bottom: 1px solid #0F97D5;
}
.accordion__item svg {
  width: 23px;
  height: 23px;
}
.accordion__item svg line {
  transition: 0.5s;
}
.accordion__item.accordion__item_1 {
  border-top: 1px solid #0F97D5;
}
.accordion__item .accordion__content {
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.accordion__item.accordion-active .accordion__content {
  opacity: 1;
  height: auto;
}
.accordion__item.accordion-active .accordion__arrow .line-horizontal {
  opacity: 0;
}
.accordion__item .c-text h3 {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
}
.accordion__item .c-text ul {
  padding-left: 18px;
}

.s-accordion .c-text {
  width: 90%;
}
.s-accordion .c-text table tr {
  display: flex;
}
.s-accordion .c-text table td {
  display: flex;
  align-items: center;
}
.s-accordion .c-text table td img {
  width: 25px;
  margin: 0 5px;
}
.s-accordion p br {
  display: none;
}

#acc-design .accordion__item {
  border-top: 1px solid #0F97D5;
}
#acc-design .c-top-icons {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #acc-design .c-top-icons {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  #acc-design .c-top-icons {
    margin-top: 60px;
  }
}

#acc-design .c-top-icons:first-child {
  margin-top: 30px !important;
}

.c-top-icons .c-grid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-top-icons .c-grid-box img {
  margin: 2px;
  width: 33px !important;
  height: 33px !important;
}
@media (min-width: 768px) {
  .c-top-icons .c-grid-box img {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (min-width: 1024px) {
  .c-top-icons .c-grid-box img {
    width: 44px !important;
    height: 44px !important;
  }
}

.s-images img {
  height: 250px;
}
@media (min-width: 768px) {
  .s-images img {
    height: 300px;
  }
}
.s-images .c-one-image img {
  height: 100%;
}
.s-images .c-three-images img.image-big {
  height: 300px;
}
@media (min-width: 768px) {
  .s-images .c-three-images img.image-big {
    height: 400px;
  }
}
.s-images .c-three-images img.image-middle {
  height: 200px;
}
@media (min-width: 768px) {
  .s-images .c-three-images img.image-middle {
    height: 250px;
  }
}
.s-images .c-three-images img.image-small {
  height: 175px;
}
@media (min-width: 768px) {
  .s-images .c-three-images img.image-small {
    height: 200px;
  }
}

p.full {
  margin-bottom: 0;
}

.single-news .s-images .c-two-images,
.single-news .s-images .c-three-images,
.single-news .s-images .c-four-images {
  width: 100%;
  max-width: 1050px;
}

.no-scroll {
  overflow: hidden;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100% !important;
  max-width: 900px;
  padding: 30px;
}

.modal-image-container {
  width: 100%;
  height: 100%;
  overflow-y: auto; /* Enable scrolling when image is zoomed in */
}

.modal-image {
  max-width: 100%;
  max-height: 100%;
  transform-origin: center center;
}

.modal-content img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto !important;
  cursor: zoom-in;
  transition: transform 0.3s ease;
  border-radius: 0 !important;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}
@media (min-width: 1440px) {
  .close-btn {
    top: 20px;
    right: 20px;
  }
}

.c-bullet-list_box ul, .c-text .grey-box ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.c-bullet-list_box ul li, .c-text .grey-box ul li {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  position: relative;
  padding-left: 28px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .c-bullet-list_box ul li, .c-text .grey-box ul li {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 35px;
  }
}
@media (min-width: 1440px) {
  .c-bullet-list_box ul li, .c-text .grey-box ul li {
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 15px;
    padding-left: 37px;
  }
}
.c-bullet-list_box ul li:before, .c-text .grey-box ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/mesco_dev/img/global/checkmark-light.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .c-bullet-list_box ul li:before, .c-text .grey-box ul li:before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .c-bullet-list_box ul li:before, .c-text .grey-box ul li:before {
    top: 7px;
    width: 22px;
    height: 22px;
  }
}

ul .sub-list {
  width: 100%;
  display: block !important;
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  ul .sub-list {
    width: 50% !important;
  }
  ul .sub-list:first-child {
    padding-right: 20px;
  }
  ul .sub-list:nth-child(2) {
    padding-left: 20px !important;
  }
}

.s-image_text .c-text strong {
  color: #0F97D5;
}
.s-image_text#modular {
  padding-bottom: 50px !important;
}
@media (min-width: 768px) {
  .s-image_text#modular .c-image_wrapper {
    padding-top: 50px !important;
  }
}
@media (min-width: 1600px) {
  .s-image_text#modular h2 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  .s-image_text#first-section .c-content_wrapper {
    position: relative;
    z-index: 20;
    padding-bottom: 75px;
  }
  .s-image_text#first-section .c-image_wrapper {
    right: 0;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 0;
    max-width: 570px;
  }
}
@media (max-width: 767px) {
  .s-image_text .c-image_wrapper {
    display: flex;
    justify-content: center;
  }
  .s-image_text .c-image_wrapper img {
    max-width: 300px;
  }
}
.s-image_text .c-image {
  display: flex;
  justify-content: center;
}
.s-image_text .c-image svg, .s-image_text .c-image img {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1024px) {
  .s-image_text .c-image svg, .s-image_text .c-image img {
    max-width: 425px;
  }
}
@media (min-width: 1440px) {
  .s-image_text .c-image svg, .s-image_text .c-image img {
    max-width: 525px;
  }
}
@media (min-width: 1920px) {
  .s-image_text .c-image svg, .s-image_text .c-image img {
    max-width: 100%;
  }
}

.s-insight_cards .c-latest_news .c-news-card_img {
  min-height: 200px;
  border-radius: 8px 8px 0 0;
  /*@media(min-width: 1440px){
  	min-height: 265px;
  }*/
}
@media (min-width: 1024px) {
  .s-insight_cards .c-latest_news .c-news-card_img {
    min-height: 230px;
  }
}
.s-insight_cards .c-latest_news .c-news-card_img span {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.s-insight_cards .c-link {
  position: absolute;
  left: 20px;
  bottom: 30px;
}
@media (min-width: 1024px) {
  .s-insight_cards .c-link {
    left: 30px;
  }
}
.s-insight_cards .c-news-card {
  transition: 0.5s;
}
.s-insight_cards .c-news-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.s-partners_logo .c-partner-logo, .s-partners_logo .c-partner-logo a {
  display: flex;
  align-items: center;
}
.s-partners_logo .c-partner-logo img, .s-partners_logo .c-partner-logo a img {
  width: auto;
  max-width: 150px;
}
@media (min-width: 768px) {
  .s-partners_logo .c-partner-logo img, .s-partners_logo .c-partner-logo a img {
    max-width: 230px;
  }
}

.s-leistungen .c-card_image,
.s-branchen_cards .c-card_image {
  border-radius: 10px 10px 0 0;
  height: 200px;
}
.s-leistungen .c-leistungen-card,
.s-branchen_cards .c-leistungen-card {
  transition: 0.5s;
}
.s-leistungen .c-leistungen-card:hover,
.s-branchen_cards .c-leistungen-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.s-leistungen .c-leistungen-card .c-leistungen-img,
.s-branchen_cards .c-leistungen-card .c-leistungen-img {
  min-height: 200px;
  border-radius: 8px 8px 0 0;
}
.s-leistungen .c-leistungen-card .c-icon svg,
.s-branchen_cards .c-leistungen-card .c-icon svg {
  width: 51px;
  height: 51px;
}
@media (min-width: 768px) {
  .s-leistungen .c-leistungen-card .c-icon svg,
  .s-branchen_cards .c-leistungen-card .c-icon svg {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1440px) {
  .s-leistungen .c-leistungen-card .c-icon svg,
  .s-branchen_cards .c-leistungen-card .c-icon svg {
    width: 86px;
    height: 86px;
  }
}
.s-leistungen .c-leistungen-card .c-title,
.s-branchen_cards .c-leistungen-card .c-title {
  height: calc(100% - 106px);
  flex-grow: 1;
}
.s-leistungen.s-leistungen_updated .c-leistungen-card .c-title,
.s-branchen_cards.s-leistungen_updated .c-leistungen-card .c-title {
  width: calc(100% - 50px);
  height: unset;
  flex-grow: 0;
}
@media (min-width: 768px) {
  .s-leistungen.s-leistungen_updated .c-leistungen-card .c-title,
  .s-branchen_cards.s-leistungen_updated .c-leistungen-card .c-title {
    width: calc(100% - 75px);
  }
}
.s-leistungen.s-leistungen_updated .c-leistungen-card .c-icon,
.s-branchen_cards.s-leistungen_updated .c-leistungen-card .c-icon {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .s-leistungen.s-leistungen_updated .c-leistungen-card .c-icon,
  .s-branchen_cards.s-leistungen_updated .c-leistungen-card .c-icon {
    width: 75px;
    height: 75px;
  }
}
.s-leistungen.s-leistungen_updated .c-leistungen-card .c-icon svg,
.s-branchen_cards.s-leistungen_updated .c-leistungen-card .c-icon svg {
  width: 100%;
  height: 100%;
}
.s-leistungen.s-leistungen_updated .c-leistungen-card .c-text a,
.s-branchen_cards.s-leistungen_updated .c-leistungen-card .c-text a {
  text-decoration: none;
}

.c-cards-list {
  position: relative;
  transition: all 200ms ease;
}

.c-card {
  position: sticky;
  width: 100%;
  transition: all 250ms ease;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.15);
}

.c-card._1 {
  top: 70px;
}

.c-card._2 {
  top: 140px;
}

.c-card._3 {
  top: 210px;
}

.c-card._4 {
  top: 280px;
}

.c-card._5 {
  top: 350px;
}

._w-cards-list {
  position: sticky;
  top: 0;
}

.s-branchen_cards .rounded-10 {
  border-radius: 10px;
}
.s-branchen_cards .c-title h3 {
  width: calc(100% - 46px);
}
.s-branchen_cards .c-icon svg {
  width: 46px !important;
  height: 46px !important;
}
@media (min-width: 768px) {
  .s-branchen_cards.s-branchen_counter_2 .c-card_image {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .s-branchen_cards.s-branchen_counter_2 .c-card_image {
    height: 300px;
  }
}

.s-centered_img {
  display: flex;
  align-items: center;
  min-height: 380px;
}
@media (min-width: 576px) {
  .s-centered_img {
    min-height: 480px;
  }
}
@media (min-width: 768px) {
  .s-centered_img {
    min-height: 510px;
  }
}
@media (min-width: 1024px) {
  .s-centered_img {
    min-height: 610px;
  }
}
@media (min-width: 1440px) {
  .s-centered_img {
    min-height: 670px;
  }
}
.s-centered_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 52%;
  left: 0;
  bottom: 0;
  background: #FFF;
  z-index: 10;
}
.s-centered_img img {
  position: relative;
  top: 30px;
  z-index: 50;
  width: 100%;
  max-width: 320px;
}
@media (min-width: 576px) {
  .s-centered_img img {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .s-centered_img img {
    max-width: 550px;
  }
}
@media (min-width: 1024px) {
  .s-centered_img img {
    max-width: 650px;
  }
}
@media (min-width: 1440px) {
  .s-centered_img img {
    max-width: 800px;
  }
}
.s-centered_img .c-centered_img {
  position: relative;
}
.s-centered_img .c-centered_img:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/mesco_dev/img/global/back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 576px) {
  .s-centered_img .c-centered_img:after {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .s-centered_img .c-centered_img:after {
    width: 500px;
    height: 500px;
  }
}
@media (min-width: 1024px) {
  .s-centered_img .c-centered_img:after {
    width: 600px;
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .s-centered_img .c-centered_img:after {
    width: 660px;
    height: 660px;
  }
}

.s-design-cards {
  min-height: 200px;
}
@media (min-width: 768px) {
  .s-design-cards {
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .s-design-cards {
    min-height: 320px;
  }
}
.s-design-cards .bg-image {
  min-height: 200px;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .s-design-cards .bg-image {
    border-radius: 0 8px 8px 0;
  }
}

.s-video.video-played span:before {
  display: none !important;
}
.s-video video {
  cursor: pointer;
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .s-video video {
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .s-video video {
    min-height: 400px;
  }
}
@media (min-width: 1440px) {
  .s-video video {
    min-height: 500px;
  }
}
.s-video span {
  display: inline-block;
  position: relative;
}
.s-video span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(15, 151, 213, 0.67), rgb(0, 51, 153));
  opacity: 0.68;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .s-video span:before {
    border-radius: 8px;
  }
}
.s-video span .c-video_play {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (min-width: 768px) {
  .s-video span .c-video_play {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .s-video span .c-video_play {
    width: 112px;
    height: 112px;
  }
}
.s-video h2 {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .s-video h2 {
    top: 25px;
    left: 25px;
  }
}
@media (min-width: 1024px) {
  .s-video h2 {
    top: 40px;
    left: 40px;
  }
}

.s-full-width-content .c-text ul {
  padding-left: 18px;
}

.s-progress-circles .c-progress-circle .c-circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  padding: 30px;
  z-index: 20;
}
.s-progress-circles .c-progress-circle .c-circle svg {
  width: 55px;
}
.s-progress-circles .c-progress-circle .c-circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #0f97d5;
  border-radius: 50%;
  z-index: 50;
}
.s-progress-circles .c-progress-circle .c-circle .c-icon {
  position: absolute;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #0087d5;
  padding: 15px;
  transform: translate(-50%, 0);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 51;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #d1d0d0;
}
.s-progress-circles .c-progress-circle .c-circle .c-circle-arrow {
  border: 5px solid #232f9c;
  border-radius: 50%;
  height: 300px;
  left: -20px;
  position: absolute;
  width: 300px;
  z-index: 10;
}
.s-progress-circles .c-progress-circle .c-circle .c-circle-arrow:before {
  content: "";
  top: 0;
  height: calc(100% + 25px);
  right: -5px;
  position: absolute;
  top: calc(30% + 3px);
  width: 80%;
  background: #fff;
  z-index: 11;
}
.s-progress-circles .c-progress-circle .c-circle .c-circle-arrow:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 20px;
  border-color: transparent transparent #232f9c transparent;
  transform: rotate(160deg);
  z-index: 25;
}
.s-progress-circles .c-progress-circle .c-circle .c-circle-text {
  position: absolute;
  left: 50%;
  width: 100%;
  padding: 30px;
  transform: translate(-50%, -50%);
  z-index: 55;
}
.s-progress-circles .c-progress-circle.c-progress-circle_even .c-circle .c-icon {
  top: -30px;
}
.s-progress-circles .c-progress-circle.c-progress-circle_even .c-circle .c-circle-text {
  top: calc(50% + 10px);
}
.s-progress-circles .c-progress-circle.c-progress-circle_even .c-circle-arrow:before {
  top: 0;
  left: -5px;
}
.s-progress-circles .c-progress-circle.c-progress-circle_even .c-circle-arrow:after {
  bottom: 10px;
  right: 52px;
  transform: rotate(130deg);
}
.s-progress-circles .c-progress-circle.c-progress-circle_odd .c-circle .c-icon {
  top: -30px;
}
.s-progress-circles .c-progress-circle.c-progress-circle_odd .c-circle .c-circle-text {
  top: calc(50% + 10px);
}
.s-progress-circles .c-progress-circle.c-progress-circle_odd .c-circle-arrow:before {
  top: 0;
}
.s-progress-circles .c-progress-circle.c-progress-circle_odd .c-circle-arrow:after {
  bottom: 10px;
  left: 52px;
  transform: rotate(130deg);
}
.s-progress-circles .c-progress-circle:last-child .c-circle-arrow:after {
  content: "";
  position: absolute;
  right: 60px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #232f9c;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  transform: none;
  z-index: 25;
}

@media (min-width: 768px) {
  .s-progress-circles.s-progress-circles_sticky_text .c-content_wrapper {
    position: sticky;
    top: 75px;
  }
}

@media (min-width: 1024px) {
  .s-progress-circles.s-progress-circles_sticky_text .c-content_wrapper {
    position: unset;
    top: unset;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle .c-circle {
    width: 140px;
    height: 140px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle .c-circle .c-icon {
    width: 70px;
    height: 70px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle .c-circle .c-circle-arrow {
    border: 3px solid #232f9c;
    top: -15px;
    left: -10px;
    width: 160px;
    height: 150px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle .c-circle .c-circle-arrow:before {
    width: calc(100% + 25px);
    height: 70%;
    top: calc(30% + 3px);
    left: -3px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle .c-circle .c-circle-arrow:after {
    border-width: 0 8px 12px 8px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle .c-circle .c-circle-text {
    padding: 30px 15px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle.c-progress-circle_even .c-circle .c-icon {
    bottom: -30px;
    top: unset;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle.c-progress-circle_even .c-circle .c-circle-text {
    top: calc(50% - 10px);
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle.c-progress-circle_even .c-circle-arrow:before {
    top: calc(30% + 3px);
    bottom: unset;
    left: -3px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle.c-progress-circle_even .c-circle-arrow:after {
    left: unset;
    right: -6px;
    top: 30%;
    transform: rotate(160deg);
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle.c-progress-circle_odd .c-circle-arrow {
    top: 5px;
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle.c-progress-circle_odd .c-circle-arrow:before {
    top: unset;
    bottom: calc(40% + 3px);
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle.c-progress-circle_odd .c-circle-arrow:after {
    left: unset;
    right: -10px;
    bottom: 36%;
    transform: rotate(140deg);
  }
  .s-progress-circles.s-progress-circles_sticky_text .c-progress-circle:last-child .c-circle-arrow:after {
    right: -4px;
    width: 12px;
    height: 12px;
  }
}

.c-pdf-wrapper.w-full.w-85 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-full.w-85 {
    width: 85% !important;
  }
}
.c-pdf-wrapper.w-full.w-80 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-full.w-80 {
    width: 80% !important;
  }
}
.c-pdf-wrapper.w-full.w-75 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-full.w-75 {
    width: 75% !important;
  }
}
.c-pdf-wrapper.w-full.w-70 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-full.w-70 {
    width: 70% !important;
  }
}
.c-pdf-wrapper.w-full.w-60 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-full.w-60 {
    width: 60% !important;
  }
}
.c-pdf-wrapper.w-full.w-50 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-full.w-50 {
    width: 50% !important;
  }
}
.c-pdf-wrapper.w-85 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-85 {
    width: 85% !important;
  }
}
.c-pdf-wrapper.w-80 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-80 {
    width: 80% !important;
  }
}
.c-pdf-wrapper.w-75 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-75 {
    width: 75% !important;
  }
}
.c-pdf-wrapper.w-70 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-70 {
    width: 70% !important;
  }
}
.c-pdf-wrapper.w-60 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-60 {
    width: 60% !important;
  }
}
.c-pdf-wrapper.w-50 {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .c-pdf-wrapper.w-50 {
    width: 50% !important;
  }
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.c-logo {
  display: inline-block;
  max-width: 130px;
}
@media (min-width: 768px) {
  .c-logo {
    max-width: 140px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .c-logo {
    max-width: 180px;
    margin-right: 25px;
  }
}

.o-header-simple {
  border-top: 5px solid #0F97D5;
  height: 60px;
}
@media (min-width: 1200px) {
  .o-header-simple {
    height: 89px;
  }
}

.site-content {
  padding-top: 60px;
}
@media (min-width: 1200px) {
  .site-content {
    padding-top: 89px;
  }
}

.c-header-menu .menu {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
@media (min-width: 1200px) {
  .c-header-menu .menu {
    padding-top: 13px;
  }
}
.c-header-menu .menu .menu-item {
  display: inline-block;
  padding: 0 10px 0 0;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-header-menu .menu .menu-item {
    padding: 0 10px;
  }
}
.c-header-menu .menu .menu-item a {
  display: inline-block;
  transition: 0.5s all;
  font-size: 14px;
  font-weight: 700;
  color: #003399;
  position: relative;
}
@media (min-width: 1440px) {
  .c-header-menu .menu .menu-item a {
    font-size: 16px;
  }
}
.c-header-menu .menu .menu-item:hover a {
  color: #0E8AC2;
}
.c-header-menu .menu .menu-item.active a {
  color: #0E8AC2;
}
.c-header-menu .menu .menu-item.current-menu-item a, .c-header-menu .menu .menu-item.current-menu-parent a, .c-header-menu .menu .menu-item.current-page-ancestor a {
  color: #0E8AC2;
}
.c-header-menu .menu .menu-item .sub-menu {
  border-radius: 8px;
  position: absolute;
  width: 300px;
  height: auto;
  max-height: 0;
  left: -10px;
  top: calc(100% + 10px);
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0 9px 20px rgba(4, 33, 54, 0.2);
}
.c-header-menu .menu .menu-item .sub-menu li {
  padding: 7px 20px;
  width: 100%;
  position: relative;
}
.c-header-menu .menu .menu-item .sub-menu li:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  bottom: 0;
  background: #D2D1D1;
}
.c-header-menu .menu .menu-item .sub-menu li:first-child {
  padding-top: 20px;
}
.c-header-menu .menu .menu-item .sub-menu li:last-child {
  margin-bottom: 20px;
}
.c-header-menu .menu .menu-item .sub-menu li a {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #003399;
}
.c-header-menu .menu .menu-item .sub-menu li a:hover {
  color: #0E8AC2;
}
.c-header-menu .menu .menu-item.menu-item-has-children {
  padding-right: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .c-header-menu .menu .menu-item.menu-item-has-children {
    padding-right: 30px;
  }
}
.c-header-menu .menu .menu-item.menu-item-has-children:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  top: 60%;
  right: 3px;
  transform: translate(0, -50%);
  background-image: url("/wp-content/themes/mesco_dev/img/global/c-def.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .c-header-menu .menu .menu-item.menu-item-has-children:after {
    right: 12px;
  }
}
.c-header-menu .menu .menu-item.menu-item-has-children:hover:after {
  background-image: url("/wp-content/themes/mesco_dev/img/global/c-act.png");
}
.c-header-menu .menu .menu-item.menu-item-has-children:hover .sub-menu {
  max-height: 300px;
}
.c-header-menu .menu .menu-item.menu-item-has-children.current-menu-item:after, .c-header-menu .menu .menu-item.menu-item-has-children.current-menu-parent:after, .c-header-menu .menu .menu-item.menu-item-has-children.current-page-ancestor:after {
  background-image: url("/wp-content/themes/mesco_dev/img/global/c-act.png");
}

#ajaxsearchlite1 * {
  font-family: "Plus Jakarta Sans" !important;
}

.c-right-side_header {
  padding-top: 2px;
}
@media (min-width: 1200px) {
  .c-right-side_header {
    padding-top: 11px;
  }
}

.c-header-btn {
  color: #FFF;
  display: inline-block;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  background: #0F97D5;
  padding: 7px;
  transition: 0.5s;
}
@media (min-width: 1440px) {
  .c-header-btn {
    font-size: 16px;
    padding: 4px 15px 7px 15px;
  }
}
.c-header-btn:hover {
  background: #003399;
}

.c-header-menu_lang {
  width: 63px;
  margin: 0 5px;
  padding: 0;
}
@media (min-width: 1200px) {
  .c-header-menu_lang {
    width: 71px;
    margin: 0 10px;
  }
}
.c-header-menu_lang ul {
  border: 1px solid #0F97D5;
  border-radius: 3px;
}
.c-header-menu_lang ul a {
  padding: 6px 10px 5px 8px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #0F97D5;
  display: flex;
  -webkit-align-items: center;
  justify-content: space-between;
  align-items: center;
  background: #FFF !important;
  border: 0 !important;
  transition: 0.5s;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .c-header-menu_lang ul a {
    font-size: 16px;
  }
}
.c-header-menu_lang ul a:hover {
  color: #003399;
  background: #FFF !important;
}
.c-header-menu_lang ul a:after {
  display: none !important;
}
.c-header-menu_lang ul a span {
  margin-left: 5px !important;
}
.c-header-menu_lang ul a img {
  width: 24px;
  height: 16px;
  border-radius: 3px;
}
.c-header-menu_lang ul .wpml-ls-current-language a {
  color: #003399;
}
.c-header-menu_lang ul .wpml-ls-sub-menu {
  border-top: 1px solid #0F97D5 !important;
  border-radius: 3px !important;
  width: 71px;
  left: -1px;
}

div.asl_m .probox .proinput {
  margin-left: 5px !important;
}

.c-ajax_search, .c-ajax_search .asl_w {
  border-radius: 3px;
}

.c-ajax_search {
  border: 1px solid #0F97D5;
  width: 100%;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .c-ajax_search {
    max-width: 200px;
  }
}
.c-ajax_search .asl_w, .c-ajax_search .probox {
  background: #FFF !important;
}
.c-ajax_search .asl_w_container {
  min-width: 130px;
}
@media (min-width: 1200px) {
  .c-ajax_search .asl_w_container {
    min-width: 195px;
  }
}
.c-ajax_search #ajaxsearchlite1 .probox .proinput input, .c-ajax_search div.asl_w .probox .proinput input {
  color: #039 !important;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  font-family: "Plus Jakarta Sans" !important;
}
@media (min-width: 1200px) {
  .c-ajax_search #ajaxsearchlite1 .probox .proinput input, .c-ajax_search div.asl_w .probox .proinput input {
    font-size: 15px;
  }
}
.c-ajax_search #ajaxsearchlite1 .probox .proinput input ::-webkit-input-placeholder, .c-ajax_search div.asl_w .probox .proinput ::-webkit-input-placeholder {
  color: #003399 !important;
  font-weight: 700;
  font-family: "Plus Jakarta Sans" !important;
}
.c-ajax_search #ajaxsearchlite1 .probox .proinput input ::-moz-placeholder, .c-ajax_search div.asl_w .probox .proinput ::-moz-placeholder {
  color: #003399 !important;
  font-weight: 700;
  font-family: "Plus Jakarta Sans" !important;
}
.c-ajax_search #ajaxsearchlite1 .probox .proinput input :-ms-input-placeholder, .c-ajax_search div.asl_w .probox .proinput :-ms-input-placeholder {
  color: #003399 !important;
  font-weight: 700;
  font-family: "Plus Jakarta Sans" !important;
}
.c-ajax_search #ajaxsearchlite1 .probox .proinput input :-moz-placeholder, .c-ajax_search div.asl_w .probox .proinput :-moz-placeholder {
  color: #003399 !important;
  font-weight: 700;
  font-family: "Plus Jakarta Sans" !important;
}
.c-ajax_search #ajaxsearchlite1 .probox .proinput {
  margin: 0;
  padding-left: 9px;
}
.c-ajax_search div.asl_w .probox .promagnifier {
  background: #FFF !important;
}
.c-ajax_search div.asl_w .probox .promagnifier .innericon svg {
  fill: #003399;
}
.c-ajax_search div.asl_w .probox .proloading, .c-ajax_search div.asl_w .probox .proclose,
.c-ajax_search div.asl_w .probox .promagnifier, .c-ajax_search div.asl_w .probox .prosettings,
.c-ajax_search #ajaxsearchlite1 .probox .proinput input, .c-ajax_search div.asl_w .probox .proinput input,
.c-ajax_search .c-ajax_search #ajaxsearchlite1 .probox .proinput,
.c-ajax_search #ajaxsearchlite1 .probox, .c-ajax_search div.asl_w .probox {
  height: 32px;
  font-family: "Plus Jakarta Sans" !important;
}
.c-ajax_search .autocomplete {
  display: none !important;
}
.c-ajax_search ::-moz-selection {
  color: #003399 !important;
}
.c-ajax_search ::selection {
  color: #003399 !important;
}

.wpml-ls-item-en-us {
  display: none !important;
}

#ajaxsearchliteres1 {
  width: 100% !important;
  max-width: 385px;
  border-radius: 8px !important;
  border: 1px solid #039;
  background: rgba(255, 255, 255, 0.98) !important;
  padding: 6px 10px 10px 10px !important;
  box-shadow: 0 9px 20px rgba(4, 33, 54, 0.2);
}
#ajaxsearchliteres1 .etc, #ajaxsearchliteres1 .asl_desc {
  display: none !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  font-size: 14px !important;
  line-height: 22px !important;
  color: #000 !important;
}

div.asl_r .results .item .asl_content {
  padding: 4px 0 !important;
}

div.asl_r.asl_w.vertical .results .item::after {
  background: #D2D1D1 !important;
}

.highlighted {
  background: transparent !important;
  color: #0F97D5 !important;
  font-weight: 400 !important;
}

.c-right-side_header.c-right-side_header_header_v2 .c-header-menu .menu {
  padding-top: 0;
}
.c-right-side_header.c-right-side_header_header_v2 .c-header-btn {
  background: transparent !important;
  color: #003399;
  padding: 0 0 0 10px;
}
.c-right-side_header.c-right-side_header_header_v2 .c-header-btn:hover {
  color: #0E8AC2;
}
.c-right-side_header.c-right-side_header_header_v2 .menu-item:first-child {
  padding-left: 0;
}

.c-ajax_search_mobile .c-ajax_search {
  max-width: 100%;
}
.c-ajax_search_mobile .c-ajax_search #ajaxsearchlite1 .probox .proinput input,
.c-ajax_search_mobile .c-ajax_search div.asl_w .probox .proinput input {
  font-size: 16px;
}

.c-mobile-menu {
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px;
  height: 0;
  max-height: 0;
  z-index: 10000;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  background: #FDFDFD;
}
@media (min-width: 1024px) {
  .c-mobile-menu {
    display: none;
  }
}
.c-mobile-menu.opened {
  height: -moz-max-content;
  height: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(15, 151, 213, 0.2);
}
.c-mobile-menu li {
  background: #FDFDFD;
  transition: 0.5s;
  border-bottom: 1px solid rgba(15, 151, 213, 0.2);
}
.c-mobile-menu a {
  padding: 12px 20px;
  display: block;
  color: #003399;
  font-size: 16px;
  font-weight: 700;
}
.c-mobile-menu .menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.c-mobile-menu .menu-item-has-children .nav-click {
  width: 40px;
  height: 40px;
  -ms-order: 2;
  order: 2;
  position: relative;
  display: block;
  cursor: pointer;
  right: 23px;
}
.c-mobile-menu .menu-item-has-children .nav-click:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 10px;
  background-image: url("/wp-content/themes/mesco_dev/img/icons/chevron-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.5s;
}
.c-mobile-menu .menu-item-has-children a {
  -ms-order: 1;
  order: 1;
  width: calc(100% - 40px);
}
.c-mobile-menu .menu-item-has-children .sub-menu {
  -ms-order: 3;
  order: 3;
  width: 100%;
  max-height: 0;
  transition: max-height 0.25s ease-out;
}
.c-mobile-menu .menu-item-has-children .sub-menu li {
  border-bottom: 0;
}
.c-mobile-menu .menu-item-has-children .sub-menu a {
  color: #003399 !important;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.c-mobile-menu .menu-item-has-children.active {
  padding-bottom: 13px;
}
.c-mobile-menu .menu-item-has-children.active .sub-menu {
  max-height: 700px;
  transition: max-height 0.5s ease-in;
}

.c-mobile-icon {
  width: 30px;
  height: 22px;
  position: relative;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.c-mobile-icon:hover span {
  background: #003399;
}

.c-mobile-icon span {
  display: block;
  position: absolute;
  width: 30px;
  background: #0F97D5;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.c-mobile-icon span:nth-child(1) {
  top: 3px;
  height: 2px;
}

.c-mobile-icon span:nth-child(2),
.c-mobile-icon span:nth-child(3) {
  top: 10px;
  height: 2px;
}

.c-mobile-icon span:nth-child(4) {
  top: 17px;
  height: 2px;
}

.c-mobile-icon.open {
  background: transparent;
}
.c-mobile-icon.open span {
  width: 30px;
}

.c-mobile-icon.open span:nth-child(1), .c-mobile-icon.open span:nth-child(4) {
  opacity: 0;
}

.c-mobile-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.c-mobile-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.o-mobile-menu {
  height: 100%;
  display: flex;
  align-items: center;
}

.mobile-nav {
  height: 0;
  opacity: 0;
}
.mobile-nav.visible {
  top: 120px;
  height: 100%;
  opacity: 1;
}

.c-header-menu_lang.c-header-menu_lang_mobile {
  width: auto;
}
.c-header-menu_lang.c-header-menu_lang_mobile .wpml-ls-legacy-dropdown-click {
  width: auto;
}
.c-header-menu_lang.c-header-menu_lang_mobile .wpml-ls-item-legacy-dropdown-click {
  display: flex;
  width: auto;
}
.c-header-menu_lang.c-header-menu_lang_mobile .wpml-ls-item-legacy-dropdown-click ul {
  display: flex;
  visibility: visible;
  position: static;
  top: unset;
  right: unset;
  left: unset;
  border-top: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  width: auto;
}
.c-header-menu_lang.c-header-menu_lang_mobile .wpml-ls-item-legacy-dropdown-click ul li {
  min-height: 35px;
}
.c-header-menu_lang.c-header-menu_lang_mobile ul {
  border: 0px !important;
  border-radius: 0px !important;
}
.c-header-menu_lang.c-header-menu_lang_mobile ul li {
  border: 0px !important;
}
.c-header-menu_lang.c-header-menu_lang_mobile ul a {
  margin: 0 2px;
  border: 1px solid #0F97D5 !important;
  height: 35px;
}
.c-header-menu_lang.c-header-menu_lang_mobile ul.wpml-ls-sub-menu a {
  background: #F3F4F5 !important;
}
.c-header-menu_lang.c-header-menu_lang_mobile .wpml-ls-current-language > a {
  border: 2px solid #003399 !important;
  background: #fff !important;
}

.c-footer-privacy_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-footer-privacy_menu ul {
    justify-content: flex-start;
  }
}
.c-footer-privacy_menu ul li {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .c-footer-privacy_menu ul li {
    text-align: left;
    width: auto;
    padding: 0 6px;
    position: relative;
  }
  .c-footer-privacy_menu ul li:first-child {
    padding-left: 0;
  }
  .c-footer-privacy_menu ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    top: 20%;
    right: 0;
    background: #fff;
  }
}
.c-footer-privacy_menu ul li a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.c-footer-privacy_menu ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-footer-privacy_menu ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-footer-privacy_menu ul li a {
    font-size: 18px;
  }
}

.c-footer_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
@media (min-width: 768px) {
  .c-footer_box {
    border-bottom: 0 !important;
  }
}
.c-footer_box:after, .c-footer_box:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  bottom: -1px;
}
@media (min-width: 768px) {
  .c-footer_box:after, .c-footer_box:before {
    display: none !important;
  }
}
.c-footer_box:after {
  right: -20px;
}
.c-footer_box:before {
  left: -20px;
}
.c-footer_box .c-footer-menu {
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-footer_box .c-footer-menu {
    display: block !important;
    margin-bottom: 0;
  }
}
.c-footer_box .c-footer-menu ul li {
  line-height: 30px;
}
.c-footer_box .c-footer-menu ul li a {
  color: #FFF;
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
}
.c-footer_box .c-footer-menu ul li a:hover {
  color: #003399;
}
.c-footer_box h4 {
  position: relative;
}
.c-footer_box h4:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("/wp-content/themes/mesco_dev/img/icons/small-chevron.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .c-footer_box h4:after {
    display: none !important;
  }
}
.c-footer_box h4.acc-active:after {
  transform: rotate(180deg);
}

.c-footer_socials a {
  width: 100%;
  max-width: 37px;
}
@media (min-width: 768px) {
  .c-footer_socials a {
    max-width: 30px;
  }
}
.c-footer_socials a svg path {
  transition: 0.5s;
}
.c-footer_socials a:hover svg path {
  fill: #003399;
}

.back-to-top {
  position: fixed;
  bottom: -30px;
  right: 30px;
  display: block;
  width: 55px;
  height: 55px;
  opacity: 0;
  transform: scale(0.3);
  z-index: 999;
  background-image: url("/wp-content/themes/mesco_dev/img/icons/totop.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.back-to-top.show {
  bottom: 30px;
  right: 30px;
  opacity: 1;
  transform: scale(1);
}

.back-to-top.show:hover {
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
  }
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
  .back-to-top.show:hover {
    bottom: 15px;
  }
}
#BorlabsCookieBoxWidget {
  display: none;
}

.c-borlab-footer-link {
  display: inline-block;
  color: #FFF;
}
@media (min-width: 768px) {
  .c-borlab-footer-link {
    padding-left: 5px;
  }
}
.c-borlab-footer-link a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.c-borlab-footer-link a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-borlab-footer-link a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .c-borlab-footer-link a {
    font-size: 18px;
  }
}

.o-hero {
  padding-top: 20px;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .o-hero {
    padding-top: 50px;
  }
}
@media (min-width: 1920px) {
  .o-hero {
    padding-top: 90px;
  }
}
.o-hero.bg-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #fff 35%, rgba(232, 248, 255, 0.87), rgba(127, 201, 235, 0.44), rgba(15, 151, 213, 0.36));
}
.o-hero.bg-video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100vh;
}
@media (min-width: 768px) {
  .o-hero.bg-video video {
    height: 650px;
  }
}
@media (min-width: 1440px) {
  .o-hero.bg-video video {
    height: 800px;
  }
}
@media (min-width: 1600px) {
  .o-hero.bg-video video {
    height: 900px;
  }
}
@media (min-width: 1920px) {
  .o-hero.bg-video video {
    height: 1080px;
  }
}
@media (min-width: 768px) {
  .o-hero {
    min-height: 650px;
  }
}
@media (min-width: 1440px) {
  .o-hero {
    min-height: 800px;
  }
}
@media (min-width: 1600px) {
  .o-hero {
    min-height: 900px;
  }
}
@media (min-width: 1920px) {
  .o-hero {
    min-height: 1080px;
  }
}
.o-hero.bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #fff 35%, rgba(232, 248, 255, 0.87), rgba(127, 201, 235, 0.44), rgba(15, 151, 213, 0.36));
}
.o-hero .c-hero-text ul li {
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .o-hero .c-hero-text ul li {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1440px) {
  .o-hero .c-hero-text ul li {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .o-hero .c-hero-text ul li {
    font-size: 22px;
    line-height: 35px;
  }
}
.o-hero .c-hero-text ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/mesco_dev/img/global/list-mark.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .o-hero .c-hero-text ul li:before {
    top: 2px;
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1600px) {
  .o-hero .c-hero-text ul li:before {
    top: 6px;
  }
}

.c-hero_svg {
  display: flex;
  position: absolute;
  right: 15px;
  bottom: -75px;
  width: 150px;
}
@media (min-width: 768px) {
  .c-hero_svg {
    width: 250px;
  }
}
@media (min-width: 1440px) {
  .c-hero_svg {
    width: 305px;
    position: absolute;
    bottom: -100px;
  }
}

.c-hero-anchor {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 1600px) {
  .c-hero-anchor {
    bottom: 60px;
  }
}

.s-home-hero {
  position: relative;
  overflow: hidden;
}
.s-home-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/mesco_dev/img/global/overlay-home.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1440px) {
  .s-home-hero {
    min-height: 757px;
  }
}
.s-home-hero .c-text_hero ul {
  padding-left: 0;
}
.s-home-hero .c-text_hero ul li {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  position: relative;
  padding-left: 28px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .s-home-hero .c-text_hero ul li {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .s-home-hero .c-text_hero ul li {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 15px;
    padding-left: 32px;
  }
}
.s-home-hero .c-text_hero ul li:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 0;
  border-radius: 50%;
  background-image: url("/wp-content/themes/mesco_dev/img/global/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .s-home-hero .c-text_hero ul li:before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1440px) {
  .s-home-hero .c-text_hero ul li:before {
    top: 7px;
    width: 22px;
    height: 22px;
  }
}

#background-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.c-hero-icon img {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
}
@media (min-width: 1024px) {
  .c-hero-icon img {
    margin: unset;
    position: absolute;
    width: 120%;
    max-width: 570px;
    right: 0;
    top: -30px;
  }
}
@media (min-width: 1440px) {
  .c-hero-icon img {
    width: 135%;
    right: -50px;
  }
}
@media (min-width: 1600px) {
  .c-hero-icon img {
    right: -100px;
  }
}

.o-hero_banner, .c-home-slide {
  min-height: 300px;
}
@media (min-width: 768px) {
  .o-hero_banner, .c-home-slide {
    min-height: 350px;
  }
}
@media (min-width: 1440px) {
  .o-hero_banner, .c-home-slide {
    min-height: 430px;
  }
}

.c-hero-banner_text {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  opacity: 0;
}
@media (min-width: 1024px) {
  .c-hero-banner_text {
    height: 80px;
  }
}
.c-hero-banner_text a:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 3px;
  background: #FFF;
  bottom: 17px;
  left: 20px;
  transition: 0.5s;
  opacity: 0;
}
.c-hero-banner_text a:hover:before {
  opacity: 1;
}
.c-hero-banner_text span, .c-hero-banner_text a {
  color: #FFF;
  font-size: 24px;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 100;
  padding: 20px;
  background: rgba(1, 151, 212, 0.8);
}
@media (min-width: 768px) {
  .c-hero-banner_text span, .c-hero-banner_text a {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .c-hero-banner_text span, .c-hero-banner_text a {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .c-hero-banner_text span, .c-hero-banner_text a {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  .c-hero-banner_text span, .c-hero-banner_text a {
    font-size: 40px;
    height: 80px;
  }
}

.o-hero_slider {
  height: 300px;
}
@media (min-width: 768px) {
  .o-hero_slider {
    height: 350px;
  }
}
@media (min-width: 1440px) {
  .o-hero_slider {
    height: 430px;
  }
}
.o-hero_slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #CCC;
  opacity: 1;
}
.o-hero_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF;
}
.o-hero_slider .c-slider-button-wrap {
  position: absolute;
  padding: 0 10px;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: 0.5s;
  display: none;
}
@media (min-width: 768px) {
  .o-hero_slider .c-slider-button-wrap {
    display: block;
  }
}
.o-hero_slider .c-slider-button-wrap .swiper-button-next, .o-hero_slider .c-slider-button-wrap .swiper-button-prev {
  transition: 0.5s;
  z-index: 21;
}
.o-hero_slider .c-slider-button-wrap .swiper-button-next:after, .o-hero_slider .c-slider-button-wrap .swiper-button-prev:after {
  display: none;
}
.o-hero_slider .c-slider-button-wrap .swiper-button-next:hover, .o-hero_slider .c-slider-button-wrap .swiper-button-prev:hover {
  background: rgba(47, 47, 47, 0.75);
}
.o-hero_slider .c-slider-button-wrap .swiper-button-next {
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(47, 47, 47, 0.5);
  padding: 15px;
}
.o-hero_slider .c-slider-button-wrap .swiper-button-next:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/mesco_dev/img/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.o-hero_slider .c-slider-button-wrap .swiper-button-prev {
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(47, 47, 47, 0.3);
  padding: 15px;
}
.o-hero_slider .c-slider-button-wrap .swiper-button-prev:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/mesco_dev/img/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
.o-hero_slider:hover .c-slider-button-wrap {
  opacity: 1;
}

.swiper-slide.swiper-slide-active .c-hero-banner_text {
  animation: 1.5s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-slide .c-home-slide {
  display: none;
}
.swiper-slide .c-home-slide.c-home-slide_1 {
  display: flex;
}

.c-sticky {
  display: none;
  height: 100%;
  position: absolute;
  top: 100px;
  z-index: 10000;
}
@media (max-width: 1259px) {
  .c-sticky {
    right: 15px !important;
  }
}
.c-sticky .c-webinar_sidebar_wrapper {
  position: sticky;
  top: 50px;
}

.c-sidebar {
  width: 100%;
  max-width: 505px;
  padding: 10px 15px 25px 15px;
}
@media (min-width: 1024px) {
  .c-sidebar {
    padding: 10px 25px 25px 25px;
  }
}
@media (min-width: 1600px) {
  .c-sidebar {
    padding: 10px 30px 35px 30px;
  }
}

.c-content_webinar:after, .c-content_webinar:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #F3F4F5;
  top: 0;
  z-index: 9;
}

.c-content_webinar:after {
  right: 100%;
}

.c-content_webinar:before {
  left: 100%;
}

.c-banner {
  min-height: 400px;
}
@media (min-width: 768px) {
  .c-banner {
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .c-banner {
    min-height: 550px;
  }
}
@media (min-width: 1440px) {
  .c-banner {
    min-height: 650px;
  }
}
@media (min-width: 1920px) {
  .c-banner {
    min-height: 760px;
  }
}
.c-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, #fff 0, rgba(164, 216, 239, 0.79) 33%, rgba(98, 187, 227, 0.64) 66%, rgba(52, 167, 219, 0.53) 85%, rgba(15, 151, 213, 0.44) 100%);
  mix-blend-mode: normal;
}

.c-container_after {
  position: relative;
}
.c-container_after:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0087D0;
}
@media (min-width: 768px) {
  .c-container_after:after {
    width: calc(100% - 30px);
    left: 15px;
  }
}

.c-tob_subtitle {
  position: relative;
  padding-left: 35px;
}
.c-tob_subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/themes/mesco_dev/img/global/free.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.c-time-date li {
  position: relative;
  padding-right: 24px;
}
.c-time-date li:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  top: 10%;
  right: 12px;
  background: #0F97D5;
}
.c-time-date li:last-child:after {
  display: none;
}
.c-time-date svg {
  max-width: 20px;
}
@media (min-width: 768px) {
  .c-time-date svg {
    max-width: 25px;
  }
}
@media (min-width: 1024px) {
  .c-time-date svg {
    max-width: 30px;
  }
}
@media (min-width: 1600px) {
  .c-time-date svg {
    max-width: 36px;
  }
}

.s-newsletter-box {
  position: relative;
}
.s-newsletter-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 58%;
  width: 100%;
  z-index: 10;
}

.c-newsletter-box {
  border-radius: 10px;
  border-top: 5px solid #0F97D5;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.16);
}
@media (min-width: 1024px) {
  .c-newsletter-box {
    border-top: 10px solid #0F97D5;
  }
}
@media (min-width: 1440px) {
  .c-newsletter-box {
    border-top: 18px solid #0F97D5;
  }
}
.c-newsletter-box .c-box_label span {
  border-radius: 55px;
}

.c-newsletter_wrapper .c-line_wrapper.checkbox-inline {
  padding-top: 15px;
  width: 100%;
  -ms-order: 3;
  order: 3;
}
.c-newsletter_wrapper .c-line_wrapper.checkbox-inline .c-field_wrapp span {
  display: flex;
  align-items: center;
}
.c-newsletter_wrapper .c-line_wrapper.checkbox-inline input {
  width: 27px;
  height: 27px;
  border-radius: 3px !important;
  border: 1px solid rgba(102, 102, 102, 0.5) !important;
}
.c-newsletter_wrapper .c-line_wrapper.checkbox-inline label {
  padding-top: 5px;
  padding-left: 10px !important;
  font-size: 14px;
}
.c-newsletter_wrapper .c-line_wrapper.checkbox-inline label a {
  color: #0F97D5;
  text-decoration: underline;
  transition: 0.5s;
}
.c-newsletter_wrapper .c-line_wrapper.checkbox-inline label a:hover {
  color: #003399;
}
.c-newsletter_wrapper .c-line_wrapper .c-line_label {
  display: none;
}
.c-newsletter_wrapper .c-line_wrapper input[type=email] {
  width: 100%;
  font-size: 16px;
  padding: 8px 10px !important;
  min-height: 40px;
  border-radius: 5px !important;
  border: 1px solid rgba(102, 102, 102, 0.5) !important;
}
@media (min-width: 768px) {
  .c-newsletter_wrapper .c-line_wrapper input[type=email] {
    padding: 10px 15px !important;
    min-height: 51px;
  }
}
.c-newsletter_wrapper .c-line_wrapper button {
  width: 100%;
  margin-top: 0 !important;
  min-height: 40px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-weight: 700;
  background: #0F97D5 !important;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .c-newsletter_wrapper .c-line_wrapper button {
    min-height: 51px;
  }
}
.c-newsletter_wrapper .c-line_wrapper button:hover {
  background: #003399 !important;
}
.c-newsletter_wrapper .c-line_wrapper:first-child {
  width: 100% !important;
  -ms-order: 1;
  order: 1;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .c-newsletter_wrapper .c-line_wrapper:first-child {
    width: 70% !important;
    padding-right: 15px;
  }
}
.c-newsletter_wrapper .c-line_wrapper:nth-child(2) {
  width: 100% !important;
  -ms-order: 3;
  order: 3;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-newsletter_wrapper .c-line_wrapper:nth-child(2) {
    width: 30% !important;
    -ms-order: 2;
    order: 2;
    margin-top: 0;
  }
}
.c-newsletter_wrapper .wpapp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-newsletter-img img {
  width: 100%;
  max-width: 200px;
}
@media (min-width: 1024px) {
  .c-newsletter-img img {
    max-width: 300px;
  }
}
@media (min-width: 1440px) {
  .c-newsletter-img img {
    max-width: 362px;
  }
}

.s-page-hero {
  /*h1{
  	span{
  		display: inline-block;
  		padding: 5px 20px;
  		background: rgba(1, 151, 212, 0.8);
  	}
  }*/
}
.s-page-hero svg {
  width: 126px;
  height: 126px;
}
@media (min-width: 768px) {
  .s-page-hero svg {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1440px) {
  .s-page-hero svg {
    width: 180px;
    height: 180px;
  }
}
.s-page-hero .c-top-label {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.s-pdf_list svg {
  width: 50px;
}

@media (min-width: 768px) {
  .tablet-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-underline {
  position: relative;
}
.c-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 3px;
  background: #0F97D5;
}

.c-latest-jobs {
  border-top: 1px solid #0F97D5;
}
.c-latest-jobs .c-job_card {
  border-radius: 4px;
  border: 1px solid rgba(15, 151, 213, 0.2);
  height: calc(100% - 20px);
  transition: 0.5s;
  color: #000;
}
@media (min-width: 1024px) {
  .c-latest-jobs .c-job_card {
    height: calc(100% - 30px);
  }
}
.c-latest-jobs .c-job_card:hover {
  border: 1px solid rgb(15, 151, 213);
  color: #0F97D5;
}
.c-latest-jobs .c-job_card .c-date {
  background: rgba(1, 151, 212, 0.5);
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}
.s-pdf_list svg {
  max-width: 31px;
}

table {
  width: 100%;
}
table img {
  width: 100%;
}
table h4 {
  font-weight: 700;
  color: #039 !important;
  font-size: 18px;
  margin-bottom: 0;
}

.s-full-width-content .c-text a {
  font-weight: 700;
}

.design-packages section img {
  width: 100%;
  border-radius: 8px;
}
.design-packages table ul {
  margin-bottom: 0;
}
.design-packages table h5 {
  font-weight: 700;
  color: #039 !important;
  font-size: 18px !important;
  margin-bottom: 0;
  text-align: center;
}
.design-packages table p {
  margin-bottom: 10px;
}
.design-packages table#design p {
  display: flex;
  width: 100%;
}
.design-packages table#design p img {
  max-width: 262px;
}
.design-packages table#design td:nth-child(2) p {
  justify-content: center;
}
.design-packages table#design td:nth-child(3) p {
  justify-content: flex-end;
}
.design-packages .s-accordion table {
  margin-top: 30px;
}
.design-packages .s-accordion table td {
  padding-left: 50px;
}
.design-packages .s-accordion .c-text.pb-20 {
  padding-bottom: 10px !important;
}

.s-design-packages .c-top-box {
  margin-bottom: 10px;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #0F97D5;
  border-left: 1px solid #0F97D5;
  border-right: 1px solid #0F97D5;
  position: relative;
  background: #FFF;
}
.s-design-packages .c-top-box:after {
  content: "";
  position: absolute;
  height: 50px;
  width: calc(100% + 2px);
  left: -1px;
  bottom: -43px;
  background-image: url("/wp-content/themes/mesco_dev/img/global/triangle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.rounded-4 {
  border-radius: 4px;
}

.c-box-item.c-box-item2 {
  display: flex;
  flex-direction: column;
}
.c-box-item.c-box-item2 .c-bottom-box {
  flex-grow: 1;
}

.c-top-box_img img {
  position: absolute;
  width: 88%;
  z-index: 21;
}

.page-template-template-simple.geschichte .s-page-hero,
.page-template-template-simple.history .s-page-hero {
  background-position: center bottom !important;
}

.page-template-template-simple .s-full-width-content .c-text .grid.grid-cols-1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-simple .s-full-width-content .c-text h3 {
  color: #003399;
}

@media (max-width: 767px) {
  .page-template-template-simple.design-packages #design img {
    width: 100%;
    max-width: 197px;
    margin: 0 auto;
  }
}

.page-template-template-simple.safe-agv-amr-monitor .c-page_hero_content .s-page-hero svg {
  width: 200px;
  height: 200px;
}
@media (min-width: 768px) {
  .page-template-template-simple.safe-agv-amr-monitor .c-page_hero_content .s-page-hero svg {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-simple.safe-agv-amr-monitor .c-page_hero_content .s-page-hero svg {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-simple.safe-agv-amr-monitor .c-page_hero_content .s-page-hero svg {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-simple.safe-agv-amr-monitor .c-page_hero_content .s-page-hero svg {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .c-images-grid img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
  }
  .page-template-template-karriere .s-page-hero {
    background-position: 70% !important;
  }
  .page-template-template-simple.ueber-mesco .s-page-hero,
  .page-template-template-simple.about-mesco .s-page-hero,
  .page-template-template-simple.memberships .s-page-hero,
  .page-template-template-simple.mitgliedschaften .s-page-hero,
  .page-template-template-simple.partner .s-page-hero,
  .page-template-template-simple.grade-of-service .s-page-hero,
  .page-template-template-simple.qualitaet .s-page-hero {
    background-position: 85% !important;
  }
}
.s-page-hero h1 {
  position: relative;
  left: 10px;
  line-height: 40px !important;
}

@media (min-width: 768px) {
  .s-page-hero h1 {
    line-height: 46px !important;
  }
}
@media (min-width: 1024px) {
  .s-page-hero h1 {
    line-height: 48px !important;
  }
}
@media (min-width: 1440px) {
  .s-page-hero h1 {
    line-height: 56px !important;
  }
}
@media (min-width: 1600px) {
  .s-page-hero h1 {
    line-height: 65px !important;
  }
}
.s-page-hero h1 span {
  display: inline;
  background: rgba(1, 151, 212, 0.8);
  box-shadow: 10px 0 0 rgba(1, 151, 212, 0.8), -10px 0 0 rgba(1, 151, 212, 0.8);
  padding-left: 0;
  padding-bottom: 5px;
  padding-right: 0;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.s-page-hero .c-top-label {
  padding-bottom: 10px !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

img.mfp-img {
  max-height: 800px !important;
  height: calc(100% - 40px);
  margin: 20px auto;
  border-radius: 16px;
  background-color: #FFF;
  padding: 0 !important;
}

.page-template-template-landing header {
  display: none;
}
.page-template-template-landing h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .page-template-template-landing h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-landing h1 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-landing h1 {
    font-size: 50px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing h1 {
    font-size: 60px;
  }
}
.page-template-template-landing h2 {
  font-size: 26px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .page-template-template-landing h2 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-landing h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-landing h2 {
    font-size: 40px;
    line-height: 49px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing h2 {
    font-size: 50px;
    line-height: 59px;
  }
}
.page-template-template-landing h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .page-template-template-landing h3 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-landing h3 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-landing h3 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing h3 {
    font-size: 40px;
  }
}
.page-template-template-landing h4 {
  font-size: 22px;
}
@media (min-width: 768px) {
  .page-template-template-landing h4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-landing h4 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-landing h4 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing h4 {
    font-size: 30px;
  }
}
.page-template-template-landing h5, .page-template-template-landing h6 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-template-template-landing h5, .page-template-template-landing h6 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-landing h5, .page-template-template-landing h6 {
    font-size: 24px;
  }
}
@media (min-width: 1240px) {
  .page-template-template-landing .container {
    max-width: 1240px;
  }
}
.page-template-template-landing .c-text {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .page-template-template-landing .c-text {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing .c-text {
    font-size: 20px;
    line-height: 35px;
  }
}
.page-template-template-landing .c-text p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
.page-template-template-landing .c-text p:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .page-template-template-landing .c-text p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing .c-text p {
    font-size: 20px;
    line-height: 35px;
  }
}
.page-template-template-landing .c-text.text-darkgrey p {
  color: #666;
}
.page-template-template-landing .c-text .c-text_white {
  color: #fff;
}
.page-template-template-landing .c-text .c-text_white p {
  color: #fff;
}
.page-template-template-landing .c-text ul, .page-template-template-landing .c-text ol {
  padding-left: 30px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-template-template-landing .c-text ul, .page-template-template-landing .c-text ol {
    margin-bottom: 30px;
  }
}
.page-template-template-landing .c-text li {
  list-style: disc;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .page-template-template-landing .c-text li {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing .c-text li {
    font-size: 20px;
    line-height: 35px;
  }
}
.page-template-template-landing .c-text ol li {
  list-style: decimal;
}
.page-template-template-landing .c-text h2, .page-template-template-landing .c-text h3, .page-template-template-landing .c-text h4, .page-template-template-landing .c-text h5, .page-template-template-landing .c-text h6 {
  color: #0F97D5;
}
.page-template-template-landing .c-text a {
  color: #0F97D5;
  transition: 0.5s;
}
.page-template-template-landing .c-text a:hover {
  color: #003399;
}
.page-template-template-landing .c-btn {
  display: inline-block;
  color: #fff;
  transition: 0.5s;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  background: #0F97D5;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.page-template-template-landing .c-btn:hover {
  background: #003399;
}
@media (min-width: 1024px) {
  .page-template-template-landing .c-btn {
    font-size: 20px;
    padding: 15px 20px;
  }
}
@media (min-width: 1600px) {
  .page-template-template-landing .c-btn {
    font-size: 22px;
    padding: 18px 24px;
  }
}
.page-template-template-landing .c-bullet-list_box ul {
  padding-left: 0;
}
.page-template-template-landing .c-bullet-list_box ul li {
  list-style: none;
}

.s-locations .c-location-card {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .s-locations .c-location-card {
    border-radius: 8px;
  }
  .s-locations .c-location-card.c-location_Lörrach {
    border-radius: 8px 0 0 8px !important;
    position: relative;
  }
  .s-locations .c-location-card.c-location_Lörrach:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background: #F3F4F5;
  }
  .s-locations .c-location-card.c-location_Freiburg {
    border-radius: 0 8px 8px 0 !important;
  }
  .s-locations .c-location-card.c-location_Freiburg .country, .s-locations .c-location-card.c-location_Freiburg .firm {
    opacity: 0;
  }
}

.s-teams .c-team-card {
  padding: 15px 15px 20px 15px;
}
@media (min-width: 768px) {
  .s-teams .c-team-card {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .s-teams .c-team-card {
    padding: 30px;
  }
}
@media (min-width: 1600px) {
  .s-teams .c-team-card {
    padding: 35px 55px 50px 38px;
  }
}
.s-teams .c-team-card .c-team_content {
  width: calc(100% - 92px);
  padding-right: 30px;
}
@media (min-width: 768px) {
  .s-teams .c-team-card .c-team_content {
    width: calc(100% - 120px);
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .s-teams .c-team-card .c-team_content {
    width: calc(100% - 173px);
    padding-bottom: 0;
  }
}
.s-teams .c-team-card .c-team_image img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 3px solid #fff;
}
@media (min-width: 768px) {
  .s-teams .c-team-card .c-team_image img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .s-teams .c-team-card .c-team_image img {
    width: 173px;
    height: 173px;
  }
}

.c-team_socials-icons a {
  min-height: 30px;
}
.c-team_socials-icons a svg {
  width: 30px;
  transition: 0.5s;
}
.c-team_socials-icons a:hover svg {
  fill: #0F97D5;
}

.s-page-hero {
  min-height: 300px;
  /*&.s-jobs-hero, &.s-contact-hero{
  	&:before{
  		content: "";
  		position: absolute;
  		width: 100%;
  		height: 100%;
  		top: 0;
  		left: 0;
  		background-image: url('/wp-content/themes/mesco_dev/img/global/overlay.png');
  		background-repeat: no-repeat;
  		background-position: center;
  		-webkit-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
  		z-index: 5;
  	}
  }*/
}
@media (min-width: 768px) {
  .s-page-hero {
    min-height: 350px;
  }
}
@media (min-width: 1024px) {
  .s-page-hero {
    min-height: 430px;
  }
}
@media (min-width: 1440px) {
  .s-page-hero {
    min-height: 500px;
  }
}

.c-job-card_wrapper:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.c-job-card_wrapper .c-job-location span:first-child {
  display: none;
}

.filters-select_wrapper select, .filters-select_wrapper input {
  color: #003399;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  min-height: 40px;
  border: 1px solid rgba(102, 102, 102, 0.5);
  width: 100%;
  border-radius: 5px;
}
.filters-select_wrapper select:focus, .filters-select_wrapper input:focus {
  outline: none;
}
.filters-select_wrapper ::-moz-placeholder {
  color: #003399 !important;
  opacity: 1;
}
.filters-select_wrapper ::placeholder {
  color: #003399 !important;
  opacity: 1;
}
.filters-select_wrapper :-ms-input-placeholder {
  color: #003399 !important;
}
.filters-select_wrapper ::-ms-input-placeholder {
  color: #003399 !important;
}

@media (max-width: 767px) {
  .c-selects-filter {
    flex-wrap: wrap;
  }
}
.c-selects-filter .filters-select_wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  background: transparent;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-selects-filter .filters-select_wrapper {
    margin-bottom: 0;
    max-width: 33.3%;
  }
}
@media (min-width: 1024px) {
  .c-selects-filter .filters-select_wrapper {
    max-width: 206px;
  }
}
.c-selects-filter .filters-select_wrapper:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 10px;
  top: 16px;
  right: 10px;
  background-image: url("/wp-content/themes/mesco_dev/img/icons/select.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.c-selects-filter .filters-select_wrapper select {
  background: transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.s-jobs_grid .c-grid-card {
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .s-jobs_grid .c-grid-card {
    border-radius: 8px;
  }
}
.s-jobs_grid .c-grid-card svg {
  width: 42px;
  height: 42px;
}
@media (min-width: 768px) {
  .s-jobs_grid .c-grid-card svg {
    width: 50px;
    height: 50px;
  }
}
.s-jobs_grid .c-grid-card h3, .s-jobs_grid .c-grid-card svg, .s-jobs_grid .c-grid-card circle {
  transition: 0.5S;
}
.s-jobs_grid .c-grid-card:hover h3 {
  color: #0F97D5 !important;
}
.s-jobs_grid .c-grid-card:hover svg circle {
  fill: #003399 !important;
  opacity: 1 !important;
}

.s-contact-jobs .c-image {
  width: 92px;
  height: 92px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 400px) {
  .s-contact-jobs .c-image {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .s-contact-jobs .c-image {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1024px) {
  .s-contact-jobs .c-image {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 1440px) {
  .s-contact-jobs .c-image {
    width: 173px;
    height: 173px;
  }
}

.s-karriere-hero {
  background-position: center top;
}
@media (min-width: 1600px) {
  .s-karriere-hero {
    background-position: center 10%;
  }
}

.c-news_card_wrapper {
  border-bottom: 1px solid rgba(15, 151, 213, 0.5);
}
.c-news_card_wrapper:first-child {
  border-top: 1px solid rgba(15, 151, 213, 0.5);
}
.c-news_card_wrapper .c-news_card img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-news-label {
  border-radius: 4px;
  background: rgba(1, 151, 212, 0.5);
}

.js--grid_item {
  width: 100%;
  display: block;
  height: 550px;
}
@media (min-width: 768px) {
  .js--grid_item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .js--grid_item {
    width: calc(33.33333% - 14px);
    height: 565px;
  }
}

.c-filters-news .button {
  border-radius: 5px;
  background: #003399;
  transition: 0.5s;
}
.c-filters-news .button.is-checked {
  background: #0F97D5;
}

.c-no-results {
  opacity: 0;
}

.page-template-template-news .c-badge img {
  width: 100%;
  max-width: 250px;
}
@media (min-width: 992px) {
  .page-template-template-news .c-badge img {
    max-width: 300px;
  }
}

.c-news-card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.c-news-box {
  display: none;
}
.c-news-box.display {
  display: block;
}

.c-load-more {
  opacity: 0;
  animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-job-labels .c-job-label {
  border: 1px solid #003399;
  border-radius: 8px;
}

.c-job_sidebar {
  box-shadow: 0 3px 16px #ced4db;
}

.c-career_sidebar {
  position: sticky;
  top: 30px;
}

.c-team_socials a {
  min-height: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.c-team_socials a svg {
  width: 24px;
  transition: 0.5s;
}
.c-team_socials a:hover svg {
  fill: #0F97D5;
}

.c-hero-single .c-image {
  min-height: 300px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .c-hero-single .c-image {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .c-hero-single .c-image {
    min-height: 460px;
  }
}

.single-news .c-hero-single img {
  border-radius: 8px;
}
.single-news.newsletter-abo .s-single-content, .single-news.newsletter-subscription .s-single-content {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.single-news.newsletter-abo .s-single-content:before, .single-news.newsletter-subscription .s-single-content:before {
  display: none;
}
.single-news.newsletter-abo .s-single-content, .single-news.newsletter-abo .s-newsletter-box, .single-news.newsletter-subscription .s-single-content, .single-news.newsletter-subscription .s-newsletter-box {
  background: #FFF !important;
}
.single-news.newsletter-abo .c-side-contact_box, .single-news.newsletter-subscription .c-side-contact_box {
  background: #F3F4F5;
}
.single-news.newsletter-abo .s-single-content, .single-news.newsletter-subscription .s-single-content {
  padding-top: 15px !important;
}
.single-news .s-single-content {
  position: relative;
}
.single-news .s-single-content:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  max-width: 1330px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #0F97D5;
}
.single-news .s-single-content .c-text p {
  width: 100%;
  max-width: 1050px;
}
.single-news .s-single-content .c-text p.full {
  max-width: 100%;
}
.single-news .s-single-content .c-text h3, .single-news .s-single-content .c-text ul, .single-news .s-single-content .c-text ol {
  width: 100%;
  max-width: 1050px;
}
.single-news .s-single-content .c-text a {
  text-decoration: underline;
}
.single-news .s-single-content .c-text ul {
  padding-left: 18px;
}
.single-news .s-single-content .c-text h3 {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .single-news .s-single-content .c-text h3 {
    padding-top: 20px;
  }
}
.single-news .s-single-content .c-text h4 {
  padding-top: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #003399;
}
@media (min-width: 768px) {
  .single-news .s-single-content .c-text h4 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .single-news .s-single-content .c-text h4 {
    font-size: 24px;
  }
}
.single-news .s-design-packages {
  width: 100%;
  max-width: 904px;
}

.single-branchen .s-page-hero {
  position: relative;
}
.single-branchen .s-page-hero:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0.7;
  background: linear-gradient(to right, rgba(0, 51, 153, 0.87), rgba(15, 151, 213, 0.96), rgba(190, 224, 244, 0.56), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}
.single-branchen .s-full-width-content .c-text .grid.grid-cols-1 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-branchen .s-full-width-content .c-text h3 {
  color: #003399;
}

/*
* 7 - Gutenberg Blocks
*/
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}

.has-white-color {
  color: #fff;
}

.wp-block-image .aligncenter img {
  margin: 0 auto;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-video video {
  width: 100%;
}

.static{
  position: static !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

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

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

.order-1{
  order: 1 !important;
}

.order-2{
  order: 2 !important;
}

.order-3{
  order: 3 !important;
}

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

.-mx-15{
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.-mx-20{
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.-mx-5{
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.mb-10{
  margin-bottom: 10px !important;
}

.mb-12{
  margin-bottom: 12px !important;
}

.mb-15{
  margin-bottom: 15px !important;
}

.mb-20{
  margin-bottom: 20px !important;
}

.mb-3{
  margin-bottom: 3px !important;
}

.mb-30{
  margin-bottom: 30px !important;
}

.mb-40{
  margin-bottom: 40px !important;
}

.mb-5{
  margin-bottom: 5px !important;
}

.mb-50{
  margin-bottom: 50px !important;
}

.ml-10{
  margin-left: 10px !important;
}

.mr-10{
  margin-right: 10px !important;
}

.mr-12{
  margin-right: 12px !important;
}

.mr-20{
  margin-right: 20px !important;
}

.mr-5{
  margin-right: 5px !important;
}

.mt-30{
  margin-top: 30px !important;
}

.mt-75{
  margin-top: 75px !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.flex{
  display: flex !important;
}

.grid{
  display: grid !important;
}

.contents{
  display: contents !important;
}

.hidden{
  display: none !important;
}

.aspect-square{
  aspect-ratio: 1 / 1 !important;
}

.h-24{
  height: 24px !important;
}

.h-\[0px\]{
  height: 0px !important;
}

.h-\[20px\]{
  height: 20px !important;
}

.h-\[30px\]{
  height: 30px !important;
}

.h-\[40px\]{
  height: 40px !important;
}

.h-\[50px\]{
  height: 50px !important;
}

.h-\[60px\]{
  height: 60px !important;
}

.h-\[70px\]{
  height: 70px !important;
}

.h-\[90px\]{
  height: 90px !important;
}

.h-full{
  height: 100% !important;
}

.w-10\/12{
  width: 83.333333% !important;
}

.w-2\/12{
  width: 16.666667% !important;
}

.w-24{
  width: 24px !important;
}

.w-3\/12{
  width: 25% !important;
}

.w-4\/12{
  width: 33.333333% !important;
}

.w-5\/12{
  width: 41.666667% !important;
}

.w-6\/12{
  width: 50% !important;
}

.w-7\/12{
  width: 58.333333% !important;
}

.w-8\/12{
  width: 66.666667% !important;
}

.w-9\/12{
  width: 75% !important;
}

.w-full{
  width: 100% !important;
}

.max-w-900{
  max-width: 900px !important;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-pointer{
  cursor: pointer !important;
}

.resize{
  resize: both !important;
}

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

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

.flex-col{
  flex-direction: column !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

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

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

.justify-start{
  justify-content: flex-start !important;
}

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

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

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

.gap-10{
  gap: 10px !important;
}

.gap-20{
  gap: 20px !important;
}

.overflow-x-hidden{
  overflow-x: hidden !important;
}

.rounded-full{
  border-radius: 100% !important;
}

.bg-darkblue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 51 153 / var(--tw-bg-opacity)) !important;
}

.bg-lightgrey{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity)) !important;
}

.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-contain{
  background-size: contain !important;
}

.bg-cover{
  background-size: cover !important;
}

.bg-center{
  background-position: center !important;
}

.bg-no-repeat{
  background-repeat: no-repeat !important;
}

.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.p-10{
  padding: 10px !important;
}

.p-13{
  padding: 13px !important;
}

.p-15{
  padding: 15px !important;
}

.p-20{
  padding: 20px !important;
}

.p-25{
  padding: 25px !important;
}

.p-30{
  padding: 30px !important;
}

.p-50{
  padding: 50px !important;
}

.px-10{
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-12{
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-15{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-17{
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.px-20{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-5{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-10{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-100{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-15{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-40{
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-5{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-50{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6{
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.pb-10{
  padding-bottom: 10px !important;
}

.pb-15{
  padding-bottom: 15px !important;
}

.pb-20{
  padding-bottom: 20px !important;
}

.pb-25{
  padding-bottom: 25px !important;
}

.pb-30{
  padding-bottom: 30px !important;
}

.pb-35{
  padding-bottom: 35px !important;
}

.pb-40{
  padding-bottom: 40px !important;
}

.pb-5{
  padding-bottom: 5px !important;
}

.pb-50{
  padding-bottom: 50px !important;
}

.pb-75{
  padding-bottom: 75px !important;
}

.pl-0{
  padding-left: 0px !important;
}

.pl-10{
  padding-left: 10px !important;
}

.pl-15{
  padding-left: 15px !important;
}

.pl-20{
  padding-left: 20px !important;
}

.pr-0{
  padding-right: 0px !important;
}

.pr-10{
  padding-right: 10px !important;
}

.pr-15{
  padding-right: 15px !important;
}

.pr-20{
  padding-right: 20px !important;
}

.pr-30{
  padding-right: 30px !important;
}

.pt-10{
  padding-top: 10px !important;
}

.pt-15{
  padding-top: 15px !important;
}

.pt-20{
  padding-top: 20px !important;
}

.pt-25{
  padding-top: 25px !important;
}

.pt-30{
  padding-top: 30px !important;
}

.pt-35{
  padding-top: 35px !important;
}

.pt-40{
  padding-top: 40px !important;
}

.pt-5{
  padding-top: 5px !important;
}

.pt-50{
  padding-top: 50px !important;
}

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

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

.font-default{
  font-family: Plus Jakarta Sans !important;
}

.text-h20{
  font-size: 20px !important;
}

.text-h22{
  font-size: 22px !important;
}

.text-h24{
  font-size: 24px !important;
}

.text-h26{
  font-size: 26px !important;
}

.text-h28{
  font-size: 28px !important;
}

.text-h30{
  font-size: 30px !important;
}

.text-p10{
  font-size: 10px !important;
}

.text-p14{
  font-size: 14px !important;
}

.text-p16{
  font-size: 16px !important;
}

.text-p18{
  font-size: 18px !important;
}

.text-p20{
  font-size: 20px !important;
}

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

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

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

.italic{
  font-style: italic !important;
}

.leading-25{
  line-height: 25px !important;
}

.leading-26{
  line-height: 26px !important;
}

.leading-28{
  line-height: 28px !important;
}

.leading-30{
  line-height: 30px !important;
}

.leading-32{
  line-height: 32px !important;
}

.leading-36{
  line-height: 36px !important;
}

.leading-40{
  line-height: 40px !important;
}

.leading-none{
  line-height: 1 !important;
}

.text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(15 151 213 / var(--tw-text-opacity)) !important;
}

.text-darkblue{
  --tw-text-opacity: 1 !important;
  color: rgb(0 51 153 / var(--tw-text-opacity)) !important;
}

.text-darkgrey{
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}

.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.underline{
  text-decoration-line: underline !important;
}

.decoration-1{
  text-decoration-thickness: 1px !important;
}

.underline-offset-1{
  text-underline-offset: 1px !important;
}

.blur{
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-500{
  transition-duration: 500ms !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.hover\:text-darkblue:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(0 51 153 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover{
  text-decoration-line: underline !important;
}

@media (min-width: 475px){
  .mobile\:mb-75{
    margin-bottom: 75px !important;
  }
  .mobile\:px-75{
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .mobile\:text-p16{
    font-size: 16px !important;
  }
}

@media (min-width: 768px){
  .tablet\:order-1{
    order: 1 !important;
  }
  .tablet\:order-2{
    order: 2 !important;
  }
  .tablet\:-mx-15{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .tablet\:mb-0{
    margin-bottom: 0px !important;
  }
  .tablet\:mb-10{
    margin-bottom: 10px !important;
  }
  .tablet\:mr-10{
    margin-right: 10px !important;
  }
  .tablet\:mr-20{
    margin-right: 20px !important;
  }
  .tablet\:mt-50{
    margin-top: 50px !important;
  }
  .tablet\:block{
    display: block !important;
  }
  .tablet\:inline-block{
    display: inline-block !important;
  }
  .tablet\:inline{
    display: inline !important;
  }
  .tablet\:flex{
    display: flex !important;
  }
  .tablet\:hidden{
    display: none !important;
  }
  .tablet\:h-\[0px\]{
    height: 0px !important;
  }
  .tablet\:h-\[130px\]{
    height: 130px !important;
  }
  .tablet\:h-\[200px\]{
    height: 200px !important;
  }
  .tablet\:h-\[20px\]{
    height: 20px !important;
  }
  .tablet\:h-\[30px\]{
    height: 30px !important;
  }
  .tablet\:h-\[40px\]{
    height: 40px !important;
  }
  .tablet\:h-\[50px\]{
    height: 50px !important;
  }
  .tablet\:h-\[60px\]{
    height: 60px !important;
  }
  .tablet\:h-\[70px\]{
    height: 70px !important;
  }
  .tablet\:h-\[90px\]{
    height: 90px !important;
  }
  .tablet\:w-3\/12{
    width: 25% !important;
  }
  .tablet\:w-4\/12{
    width: 33.333333% !important;
  }
  .tablet\:w-5\/12{
    width: 41.666667% !important;
  }
  .tablet\:w-6\/12{
    width: 50% !important;
  }
  .tablet\:w-7\/12{
    width: 58.333333% !important;
  }
  .tablet\:w-8\/12{
    width: 66.666667% !important;
  }
  .tablet\:w-9\/12{
    width: 75% !important;
  }
  .tablet\:w-auto{
    width: auto !important;
  }
  .tablet\:w-full{
    width: 100% !important;
  }
  .tablet\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .tablet\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .tablet\:items-center{
    align-items: center !important;
  }
  .tablet\:justify-start{
    justify-content: flex-start !important;
  }
  .tablet\:justify-end{
    justify-content: flex-end !important;
  }
  .tablet\:bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
  .tablet\:p-20{
    padding: 20px !important;
  }
  .tablet\:p-25{
    padding: 25px !important;
  }
  .tablet\:px-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .tablet\:px-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .tablet\:py-18{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .tablet\:py-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .tablet\:py-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .tablet\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .tablet\:pb-0{
    padding-bottom: 0px !important;
  }
  .tablet\:pb-10{
    padding-bottom: 10px !important;
  }
  .tablet\:pb-20{
    padding-bottom: 20px !important;
  }
  .tablet\:pb-25{
    padding-bottom: 25px !important;
  }
  .tablet\:pb-30{
    padding-bottom: 30px !important;
  }
  .tablet\:pb-75{
    padding-bottom: 75px !important;
  }
  .tablet\:pl-10{
    padding-left: 10px !important;
  }
  .tablet\:pl-20{
    padding-left: 20px !important;
  }
  .tablet\:pl-30{
    padding-left: 30px !important;
  }
  .tablet\:pr-10{
    padding-right: 10px !important;
  }
  .tablet\:pr-15{
    padding-right: 15px !important;
  }
  .tablet\:pr-20{
    padding-right: 20px !important;
  }
  .tablet\:pt-0{
    padding-top: 0px !important;
  }
  .tablet\:pt-10{
    padding-top: 10px !important;
  }
  .tablet\:pt-15{
    padding-top: 15px !important;
  }
  .tablet\:pt-20{
    padding-top: 20px !important;
  }
  .tablet\:pt-30{
    padding-top: 30px !important;
  }
  .tablet\:pt-50{
    padding-top: 50px !important;
  }
  .tablet\:text-left{
    text-align: left !important;
  }
  .tablet\:text-right{
    text-align: right !important;
  }
  .tablet\:text-h20{
    font-size: 20px !important;
  }
  .tablet\:text-h22{
    font-size: 22px !important;
  }
  .tablet\:text-h24{
    font-size: 24px !important;
  }
  .tablet\:text-h26{
    font-size: 26px !important;
  }
  .tablet\:text-h28{
    font-size: 28px !important;
  }
  .tablet\:text-h30{
    font-size: 30px !important;
  }
  .tablet\:text-h36{
    font-size: 36px !important;
  }
  .tablet\:text-p16{
    font-size: 16px !important;
  }
  .tablet\:text-p18{
    font-size: 18px !important;
  }
  .tablet\:text-p20{
    font-size: 20px !important;
  }
  .tablet\:leading-34{
    line-height: 34px !important;
  }
  .tablet\:leading-50{
    line-height: 52px !important;
  }
  .tablet\:leading-54{
    line-height: 54px !important;
  }
}

@media (min-width: 992px){
  .tablet-x\:block{
    display: block !important;
  }
}

@media (min-width: 1024px){
  .laptop\:relative{
    position: relative !important;
  }
  .laptop\:order-1{
    order: 1 !important;
  }
  .laptop\:order-2{
    order: 2 !important;
  }
  .laptop\:mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .laptop\:mb-0{
    margin-bottom: 0px !important;
  }
  .laptop\:mb-30{
    margin-bottom: 30px !important;
  }
  .laptop\:mb-75{
    margin-bottom: 75px !important;
  }
  .laptop\:ml-15{
    margin-left: 15px !important;
  }
  .laptop\:mr-20{
    margin-right: 20px !important;
  }
  .laptop\:mt-100{
    margin-top: 100px !important;
  }
  .laptop\:mt-50{
    margin-top: 50px !important;
  }
  .laptop\:block{
    display: block !important;
  }
  .laptop\:inline-block{
    display: inline-block !important;
  }
  .laptop\:flex{
    display: flex !important;
  }
  .laptop\:grid{
    display: grid !important;
  }
  .laptop\:hidden{
    display: none !important;
  }
  .laptop\:h-\[0px\]{
    height: 0px !important;
  }
  .laptop\:h-\[130px\]{
    height: 130px !important;
  }
  .laptop\:h-\[200px\]{
    height: 200px !important;
  }
  .laptop\:h-\[20px\]{
    height: 20px !important;
  }
  .laptop\:h-\[30px\]{
    height: 30px !important;
  }
  .laptop\:h-\[40px\]{
    height: 40px !important;
  }
  .laptop\:h-\[50px\]{
    height: 50px !important;
  }
  .laptop\:h-\[60px\]{
    height: 60px !important;
  }
  .laptop\:h-\[70px\]{
    height: 70px !important;
  }
  .laptop\:h-\[90px\]{
    height: 90px !important;
  }
  .laptop\:w-2\/12{
    width: 16.666667% !important;
  }
  .laptop\:w-2\/5{
    width: 40% !important;
  }
  .laptop\:w-3\/12{
    width: 25% !important;
  }
  .laptop\:w-3\/5{
    width: 60% !important;
  }
  .laptop\:w-4\/12{
    width: 33.333333% !important;
  }
  .laptop\:w-5\/12{
    width: 41.666667% !important;
  }
  .laptop\:w-6\/12{
    width: 50% !important;
  }
  .laptop\:w-7\/12{
    width: 58.333333% !important;
  }
  .laptop\:w-8\/12{
    width: 66.666667% !important;
  }
  .laptop\:w-9\/12{
    width: 75% !important;
  }
  .laptop\:w-full{
    width: 100% !important;
  }
  .laptop\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .laptop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .laptop\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .laptop\:items-start{
    align-items: flex-start !important;
  }
  .laptop\:gap-10{
    gap: 10px !important;
  }
  .laptop\:gap-20{
    gap: 20px !important;
  }
  .laptop\:gap-30{
    gap: 30px !important;
  }
  .laptop\:p-30{
    padding: 30px !important;
  }
  .laptop\:p-35{
    padding: 35px !important;
  }
  .laptop\:p-40{
    padding: 40px !important;
  }
  .laptop\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .laptop\:px-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .laptop\:px-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .laptop\:px-30{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .laptop\:px-35{
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .laptop\:px-40{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .laptop\:py-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .laptop\:py-12{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .laptop\:py-15{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .laptop\:py-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .laptop\:py-200{
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .laptop\:py-23{
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .laptop\:py-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .laptop\:py-35{
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .laptop\:py-40{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .laptop\:py-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .laptop\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .laptop\:py-8{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .laptop\:py-95{
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .laptop\:pb-0{
    padding-bottom: 0px !important;
  }
  .laptop\:pb-10{
    padding-bottom: 10px !important;
  }
  .laptop\:pb-100{
    padding-bottom: 100px !important;
  }
  .laptop\:pb-15{
    padding-bottom: 15px !important;
  }
  .laptop\:pb-20{
    padding-bottom: 20px !important;
  }
  .laptop\:pb-30{
    padding-bottom: 30px !important;
  }
  .laptop\:pb-40{
    padding-bottom: 40px !important;
  }
  .laptop\:pb-50{
    padding-bottom: 50px !important;
  }
  .laptop\:pb-75{
    padding-bottom: 75px !important;
  }
  .laptop\:pb-90{
    padding-bottom: 90px !important;
  }
  .laptop\:pl-0{
    padding-left: 0px !important;
  }
  .laptop\:pl-10{
    padding-left: 10px !important;
  }
  .laptop\:pl-15{
    padding-left: 15px !important;
  }
  .laptop\:pl-25{
    padding-left: 25px !important;
  }
  .laptop\:pl-30{
    padding-left: 30px !important;
  }
  .laptop\:pr-0{
    padding-right: 0px !important;
  }
  .laptop\:pr-10{
    padding-right: 10px !important;
  }
  .laptop\:pr-15{
    padding-right: 15px !important;
  }
  .laptop\:pr-20{
    padding-right: 20px !important;
  }
  .laptop\:pr-25{
    padding-right: 25px !important;
  }
  .laptop\:pr-30{
    padding-right: 30px !important;
  }
  .laptop\:pr-50{
    padding-right: 50px !important;
  }
  .laptop\:pt-0{
    padding-top: 0px !important;
  }
  .laptop\:pt-15{
    padding-top: 15px !important;
  }
  .laptop\:pt-30{
    padding-top: 30px !important;
  }
  .laptop\:pt-40{
    padding-top: 40px !important;
  }
  .laptop\:pt-50{
    padding-top: 50px !important;
  }
  .laptop\:pt-60{
    padding-top: 60px !important;
  }
  .laptop\:pt-75{
    padding-top: 75px !important;
  }
  .laptop\:pt-80{
    padding-top: 80px !important;
  }
  .laptop\:pt-90{
    padding-top: 90px !important;
  }
  .laptop\:text-h20{
    font-size: 20px !important;
  }
  .laptop\:text-h22{
    font-size: 22px !important;
  }
  .laptop\:text-h24{
    font-size: 24px !important;
  }
  .laptop\:text-h26{
    font-size: 26px !important;
  }
  .laptop\:text-h28{
    font-size: 28px !important;
  }
  .laptop\:text-h30{
    font-size: 30px !important;
  }
  .laptop\:text-h36{
    font-size: 36px !important;
  }
  .laptop\:text-h40{
    font-size: 40px !important;
  }
  .laptop\:text-h50{
    font-size: 50px !important;
  }
  .laptop\:text-p16{
    font-size: 16px !important;
  }
  .laptop\:text-p18{
    font-size: 18px !important;
  }
  .laptop\:text-p20{
    font-size: 20px !important;
  }
  .laptop\:leading-34{
    line-height: 34px !important;
  }
  .laptop\:leading-54{
    line-height: 54px !important;
  }
  .laptop\:leading-58{
    line-height: 58px !important;
  }
  .laptop\:leading-none{
    line-height: 1 !important;
  }
}

@media (min-width: 1440px){
  .desktop\:h-\[0px\]{
    height: 0px !important;
  }
  .desktop\:h-\[130px\]{
    height: 130px !important;
  }
  .desktop\:h-\[200px\]{
    height: 200px !important;
  }
  .desktop\:h-\[20px\]{
    height: 20px !important;
  }
  .desktop\:h-\[30px\]{
    height: 30px !important;
  }
  .desktop\:h-\[40px\]{
    height: 40px !important;
  }
  .desktop\:h-\[50px\]{
    height: 50px !important;
  }
  .desktop\:h-\[60px\]{
    height: 60px !important;
  }
  .desktop\:h-\[70px\]{
    height: 70px !important;
  }
  .desktop\:h-\[90px\]{
    height: 90px !important;
  }
  .desktop\:w-10\/12{
    width: 83.333333% !important;
  }
  .desktop\:w-2\/12{
    width: 16.666667% !important;
  }
  .desktop\:w-4\/12{
    width: 33.333333% !important;
  }
  .desktop\:w-8\/12{
    width: 66.666667% !important;
  }
  .desktop\:w-auto{
    width: auto !important;
  }
  .desktop\:justify-between{
    justify-content: space-between !important;
  }
  .desktop\:p-40{
    padding: 40px !important;
  }
  .desktop\:px-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .desktop\:px-35{
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .desktop\:px-50{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .desktop\:py-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .desktop\:py-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .desktop\:py-50{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .desktop\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .desktop\:py-95{
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .desktop\:pb-100{
    padding-bottom: 100px !important;
  }
  .desktop\:pb-120{
    padding-bottom: 120px !important;
  }
  .desktop\:pb-30{
    padding-bottom: 30px !important;
  }
  .desktop\:pb-40{
    padding-bottom: 40px !important;
  }
  .desktop\:pb-80{
    padding-bottom: 80px !important;
  }
  .desktop\:pt-120{
    padding-top: 120px !important;
  }
  .desktop\:pt-15{
    padding-top: 15px !important;
  }
  .desktop\:text-h22{
    font-size: 22px !important;
  }
  .desktop\:text-h24{
    font-size: 24px !important;
  }
  .desktop\:text-h26{
    font-size: 26px !important;
  }
  .desktop\:text-h28{
    font-size: 28px !important;
  }
  .desktop\:text-h30{
    font-size: 30px !important;
  }
  .desktop\:text-h36{
    font-size: 36px !important;
  }
  .desktop\:text-h50{
    font-size: 50px !important;
  }
  .desktop\:text-p18{
    font-size: 18px !important;
  }
  .desktop\:text-p20{
    font-size: 20px !important;
  }
  .desktop\:leading-68{
    line-height: 68px !important;
  }
}

@media (min-width: 1600px){
  .large\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .large\:gap-50{
    gap: 50px !important;
  }
  .large\:px-40{
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .large\:px-45{
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .large\:px-50{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .large\:px-60{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .large\:py-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .large\:py-140{
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .large\:py-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .large\:py-75{
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .large\:pb-120{
    padding-bottom: 120px !important;
  }
  .large\:pb-20{
    padding-bottom: 20px !important;
  }
  .large\:pb-30{
    padding-bottom: 30px !important;
  }
  .large\:pb-35{
    padding-bottom: 35px !important;
  }
  .large\:pb-40{
    padding-bottom: 40px !important;
  }
  .large\:pb-50{
    padding-bottom: 50px !important;
  }
  .large\:pb-60{
    padding-bottom: 60px !important;
  }
  .large\:pb-75{
    padding-bottom: 75px !important;
  }
  .large\:pb-80{
    padding-bottom: 80px !important;
  }
  .large\:pl-30{
    padding-left: 30px !important;
  }
  .large\:pl-50{
    padding-left: 50px !important;
  }
  .large\:pr-30{
    padding-right: 30px !important;
  }
  .large\:pr-50{
    padding-right: 50px !important;
  }
  .large\:pt-40{
    padding-top: 40px !important;
  }
  .large\:pt-50{
    padding-top: 50px !important;
  }
  .large\:pt-60{
    padding-top: 60px !important;
  }
  .large\:pt-80{
    padding-top: 80px !important;
  }
  .large\:pt-90{
    padding-top: 90px !important;
  }
  .large\:text-h24{
    font-size: 24px !important;
  }
  .large\:text-h26{
    font-size: 26px !important;
  }
  .large\:text-h30{
    font-size: 30px !important;
  }
  .large\:text-h36{
    font-size: 36px !important;
  }
  .large\:text-h40{
    font-size: 40px !important;
  }
  .large\:text-h60{
    font-size: 60px !important;
  }
  .large\:text-p20{
    font-size: 20px !important;
  }
  .large\:leading-58{
    line-height: 58px !important;
  }
  .large\:leading-78{
    line-height: 78px !important;
  }
}

@media (min-width: 1920px){
  .x-large\:px-60{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .x-large\:py-90{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .x-large\:pb-150{
    padding-bottom: 150px !important;
  }
  .x-large\:text-h26{
    font-size: 26px !important;
  }
}
