/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
.page-center{
  padding:0 15px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Black.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Black.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Black.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Black.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-BoldItalic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-BoldItalic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-BoldItalic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Bold.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Bold.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Italic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Italic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Italic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-ExtraBold.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-ExtraBold.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-ExtraBold.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-LightItalic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-LightItalic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-LightItalic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Light.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Light.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Light.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Medium.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Medium.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Medium.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-MediumItalic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-MediumItalic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-MediumItalic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Legacy';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-RegularLegacy.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-RegularLegacy.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-RegularLegacy.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-RegularLegacy.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-RegularLegacy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Regular.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Regular.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBoldItalic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBoldItalic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBoldItalic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBold.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBold.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBold.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/HKGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-BoldItalic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-BoldItalic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Italic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Italic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Italic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Bold.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Bold.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Bold.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-LightItalic.eot');
    src: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-LightItalic.woff2') format('woff2'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-LightItalic.woff') format('woff'),
        url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Fonts/Calibri-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



html{
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
      hyphens: auto;
}

/* Anchors */

a {
  cursor: pointer;
  transition:all ease 0.3s;
  -moz-transition:all ease 0.3s;
  -webkit-transition:all ease 0.3s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1, h2, h3, h4{
  line-height:1.22;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 5px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}
blockquote {
    border-left-color: #cc2131 !important;
}
/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  max-width:100%;
  border:0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


@media(max-width:767px){
  .button, button{
    padding: 20px 40px !important;
  }
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51 !important;
  margin-top: 0.35rem;
  font-size: 12px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.menu-sidepanel {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 30px;
  max-width: 64px;
  position: fixed;
  top: 0;
  transform: translateY(0%);
  z-index: 999;
  height: 100% !important;
      transition: 0.3s all;
}

a.menu-icon {
  display: inline-block;
  vertical-align: middle;
}
a.menu-icon svg * {
  fill: #fff;
}
.overBlack a.menu-icon svg * {
  fill: #000;
}

a.menu-icon svg {
  display: inline-block;
  vertical-align: middle;
}
a.menu-icon {
    background: #cc2131;
    padding: 12px 6px;
    border-radius: 4px;
}
a.menu-icon svg {
    display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition:transform ease 0.3s;
}
.header.active{
  transform: translateX(0%);

}
/* .menu-sidepanel {
    display: block !important;
} */
.header-logo {
  display: flex;
  align-items: center;
}
.header-section.overBlack .default-logo{
  display: none;
}
.header-section.overBlack .dark-bg-logo{
  display: block !important;
}
.site__logo {
  max-width: 47px;
  transition: 0.3s all;
}
.content-wrapper.header__container {
  max-width: 1400px !important;
}
.header-logo span.logo-text {
  font: normal normal bold 25px/31px Calibri;
  letter-spacing: 0px;
  color: #CC2131;
  padding-left: 12px;
  display: inline-block;
}

.header-logo a {
  display: inline-block;
  vertical-align: middle;
}

.header-logo a img {
  vertical-align: middle;
}
.close-button > a.header-close-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  vertical-align: middle;
}

.close-button > a.header-close-btn svg {
  width: 100%;
  height: 100%;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0px;
}

.header-middle div.hs-menu-wrapper > ul > li > a{
  font: normal normal bold 45px/90px Calibri;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
}

.header-middle div.hs-menu-wrapper > ul > li.active > a {
  display: inline-block;
  content: attr(data-content);
  color: #191970;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-image: linear-gradient(90deg,#cc2131,#4d4d55);
}

/* .header-middle div.hs-menu-wrapper > ul > li > a:hover{
background: #CC2131;
background: linear-gradient(to right, #CC2131 0%, #4D4D55 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} */
.header-middle div.hs-menu-wrapper > ul > li {
  line-height:1;
  font-size:
}
.header-middle div.hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
  position: static;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}
.header-middle div.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a {
  font-size: 22px;
  line-height: 1.75;
  color: #fff;
  display: inline-block;
}
.header-middle div.hs-menu-wrapper.flyouts .hs-menu-children-wrapper > li > a:hover{
  color:#CC2131;
}
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom:40px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.social-icons ul li {
  padding-right: 10px;
}

.social-icons ul li a {
  color: #4D4D55;
}

.social-icons ul li a:hover {
  color: #CC2131;
}

.center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul{
  display:flex;
  flex-direction:row;
}
.center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li{
  padding:0 10px;
}
.center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li > a{
  font: normal normal bold 30px/90px Calibri;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  position:relative;
}
/* .center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul > li > a:hover{
  color:#CC2131;
} */
.header >div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}



/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}
.menu-icon-wrapper {
    display: block;
    width: 47px;
}
a.menu-icon{
    display: block;
}
/* a.menu-icon img {
    display: none;
} */
a.menu-icon {
    background: transparent;
    padding: 0;
}
img.normal-logo{display:block;}
header.header-section img.over-black-logo {
    display: none;
}
header.header-section.overBlack img.over-black-logo {
    display: block;
}
header.header-section.overBlack img.normal-logo {
    display: none;
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}
span.inner_animation {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 1s ease-in-out;
  background: #202026;
  /* transform: translateX(0); */
}
span.inner_animation:before {
  display: inline-block;
  content: attr(data-content);
  color: #191970;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*   background-image: linear-gradient(90deg,#cc2131 0,#4d4d55);
  background-image: linear-gradient(90deg,#cc2131 0,#4d4d55); */
  transform: translateX(100%);
  transition: transform 1s ease-in-out;
  background-image: linear-gradient(136deg, #CC2131 0%, #007081 100%);
}
.header-middle div.hs-menu-wrapper>ul>li:hover span.inner_animation,
.header-middle div.hs-menu-wrapper>ul>li:hover span.inner_animation:before{
  transform: translateX(0);
}
.header-middle div.hs-menu-wrapper>ul>li {
  position: relative;
}



.center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li:first-child:after {
  display: none;
}
.center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li {
  padding: 0 37px;
  position: relative;
      overflow: hidden;
}
.center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li:after {
  content: '';
  width: 5px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.header-bottom ul > li {
  position:relative;
}
.header-bottom ul > li:hover > a span.inner_animation:before {
  transform: translateX(0);
}
.header-bottom ul > li:hover > a{
      overflow: hidden;
}
.header-bottom ul > li > a span.inner_animation{
      line-height: normal;
}
.center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li {
    overflow: hidden;
}
.center-menu div.hs-menu-wrapper>ul>li:hover span.inner_animation, .center-menu div.hs-menu-wrapper>ul>li:hover span.inner_animation:before {
    transform: translateX(0);
}

@media(max-width:991px){
  .menu-sidepanel{
    top:30px;
    left:20px;
    transform: none;
  }

}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .header-middle div.hs-menu-wrapper>ul>li>a {
    font-size: 24px;
    line-height: 1.75;
  }

  .center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li>a {
    font-size: 18px;
    line-height: 1.5;
  }

  .header-bottom {
    flex-direction: column;
  }

  .header-bottom >div+div {
    padding-top: 10px;
  }
  .center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li:after {
    height: 20px;
    width: 3px;
  }
  .center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li {
    padding: 0 25px;
  }
  .menu-sidepanel{
    height:auto !important;
  }
  .header-top {
    padding: 26px 0px;
  }
  body.scroll-down .menu-sidepanel {
    padding: 8px 15px;
    transition: 0.3s all;
  }
  body.scroll-down .site__logo {
    max-width: 32px;
  }
  .header-section.overBlack .dark-bg-logo {
    display: none !important;
  }
  .header-section.overBlack .default-logo {
    display: block !important;
  }
  header.header-section.overBlack img.normal-logo {
    display: block !important;
  }
  header.header-section.overBlack img.over-black-logo {
    display: none !important;
  }
  body.scroll-down header.header-section .menu-sidepanel {
    transform: translate(0px, -100%);
    transition: 0.3s all;
  }
   header.header-section .menu-sidepanel {
    transition: 0.3s all;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

@media(max-width:480px){
  .center-menu div.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul>li {
    padding: 0 16px;
  }
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer {
  padding: 110px 0 96px;
}
.footer-image img {
  display: block;
}
.footer-image {
  margin-bottom: 15px;
}
.social-links__icon {
  width: 30px !important;
  height: 30px !important;
}
#hs_cos_wrapper_module_166157113922110 .social-links__icon svg {
  height: 12px !important;
  width: 12px !important;
}
#hs_cos_wrapper_module_166157113922110 .social-links__icon {
  margin: 0;
}
#hs_cos_wrapper_module_166157113922110 .social-links__link {
  margin-right: 8px;
}
.footer-column:nth-child(2) ul li a,
.footer-column:nth-child(3) ul li a{
  font-size: 15px;
  line-height: 1.1;
  color: #fff;
}
.footer-column:nth-child(2) ul li + li,
.footer-column:nth-child(3) ul li +li{
  margin-top: 30px;
}
.footer-column:nth-child(2) ul,
.footer-column:nth-child(3) ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column:nth-child(2) ul li,
.footer-column:nth-child(3) ul li{
  line-height: 1;
  margin: 0;
}
.footer-column:last-child {
  width: 39%;
  flex: none;
}
.footer-column:nth-child(1) {
  width: 19%;
}
.footer-column h3 {
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.foonter-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-address p {
  font-size: 15px;
  line-height: 20px;
}
.footer-form form .hs-input {
  font-size:15px;
  line-height:1.4;
  padding:15px;
  background:#373843;
  color:#8F91A2;
}
.footer-form form input[type='submit']{
  font-size:15px;
  line-height:1.4;
  padding:15px 20px;
}

.footer-bottom {
  background-color: #101015;
  padding: 20px 0px;
}

.footer-content {
  text-align: center;
  color: #fff;
}

.footer-content p {
  margin: 0;
}
.footer-follow .social-links {
    justify-content: flex-start;
}
@media(max-width:992px){
  .footer{
    padding:50px 0px;
  }
  .footer-column:first-child {
    width: 40%;
  }

  .footer-column:nth-child(2) {
    width: 30%;
  }

  .footer-column:nth-child(3) {
    width: 30%;
  }

  .footer-column.footer-form {
    width: 100%;
    margin-top: 30px;
  }
}


@media(max-width:767px){
  .footer-column:first-child {
    width: 100%;
  }

  .footer-column:nth-child(2) {
    width: 100%;
  }

  .footer-column:nth-child(3) {
    width: 100%;
  }
  .footer-column.footer-form {
    width: 100%;
    margin-top: 30px;
  }
  .footer-column:nth-child(2) ul li+li, .footer-column:nth-child(3) ul li+li{
    margin-top: 10px;
  }
  .footer-column:first-child, .footer-column:nth-child(2), .footer-column:nth-child(3){
    margin-bottom:10px;
  }
  .footer-content p{
    font-size:16px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


.slick-slider .slick-dots li button:before{
  font-size: 12px;
  opacity:1;
  color:#CCCCCC;
}

.slick-slider .slick-dots li.slick-active button:before{
  opacity:1;
  color:#CC2131;
}

.slick-slider .slick-prev{
  left:0;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 99;
  opacity: 1;
}

.slick-slider .slick-next{
  right:0;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 99;
  opacity: 1;
}

.slick-slider .slick-next:before{
  /*   content: "\f061"; */
  font-size: 25px;
  color: #000;
}

.slick-slider .slick-prev:before{
  /*   content: "\f061"; */
  font-size: 25px;
  color: #000;
}

.one-column-image-section {
  padding: 250px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  position:relative;
}

.one-column-content {
  max-width: 1130px;
  margin: 0 auto;
  position:relative;
  z-index:2;
}

.one-column-content h3 {
  color: #fff;
  text-align: center;
  line-height:1.18;
}

/* .one-column-image-section:after {
content: "";
background-image: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Subtraction%201.svg');
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
background-size: cover;
background-position: center center;
} */

.testimonial-section{
  padding:60px 0px;
}
.testimonial-section .page-center{
  max-width:100%;
  padding:0 60px;
}
.testimonial-slider{
  margin-bottom:0 !important;
}
.testimonial-section-inner {
  padding: 60px;
}
.testimonial-card {
  max-width: 1030px;
  text-align: center;
  margin: 0 auto;
}

.testimonial-content h4 {
  font-weight: 400;
  font-style: italic;
}

.testimonial-image img {
  margin: 0 auto;
}

.testimonial-image {
  width: 96px;
  height: 96px;
  margin: 60px auto 0;
}

.testimonial-name h4 {
  margin-bottom: 0;
}

.testimonial-name p {
  margin-bottom: 0;
}

.testimonial-name {
  padding-bottom: 40px;
  padding-top: 10px;
}

.hero-section {
  padding: 250px 0px;
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-section .page-center{
  max-width:1400px !important;
}
.hero-section-inner {
  color: #fff;
  position:relative;
  z-index:2;
}

.hero-section-inner h1 {
  color: #fff;
  margin-bottom:0;
}

.hero-section-inner p:first-child {
  margin: 0;
}

.hero-content p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-content {
  max-width: 750px;
  width: 100%;
}
/* .hero-section:after {
content: "";
background-image: url('https://22322245.fs1.hubspotusercontent-na1.net/hubfs/22322245/2Communicate-Theme-Images/Subtraction%201.svg');
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}
*/
.one-column-content-section {
  padding: 130px 0px;
}

.one-column-contents p {
  font-size: 30px;
  line-height: 1.5;
}

.one-column-contents blockquote {
  background-color: #AA1631;
  color: #fff;
  border-radius: 10px;
  padding: 60px 140px 60px 60px;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 50px;
  width: calc(100% + 50px);
  position: relative;
  left: -25px;
  margin:60px 0;
}

.contact-person-section .page-center {
  max-width: 100%;
  padding: 0 60px;
}
.contact-person-section{
  overflow:hidden;
}
.contact-person-section .contact-person-inner {
  padding: 50px;
  min-height: 935px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-person-section .contact-person-inner >div{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin:0 -22.5px;
}
.contact-person-section .contact-person-inner .contact-person-card {
  width: 33.33%;
  padding:0 22.5px;
}
.contact-person-card >div {
  background-color: rgb(204 33 49 / 90%);
  border-radius: 20px;
  padding: 45px;
}

.contact-image img {
  width: 130px;
  height: 130px;
  border-radius: 25px;
  vertical-align: middle;
}

.contact-contant {
  padding-top: 10px;
}

.contact-contant h5 {
  color: #fff;
  margin-bottom: 0;
}

.contact-contant p {
  color: #fff;
  margin-bottom: 0;
}

.two-column-image-section .page-center {
  max-width: 100%;
  padding: 0 60px;
  overflow:hidden;
}

.two-column-image-section {
  padding: 60px 0px;
}

.two-column-image-section .two-column-listing {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -30px;
}

.two-column-image-section .two-column-listing >div {
  width: 50%;
  padding: 30px;
}

.two-column-image-section .image-column-inner {
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position:relative;
  cursor: pointer;
}

.two-column-image-section .image-content {
  width: 435px;
  height: 300px;
  padding: 70px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition:all ease 0.6s;
  -moz-transition:all ease 0.6s;
  -webkit-transition:all ease 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width:100%;
}

.two-column-image-section .image-content p{
  transition:all ease 0.6s;
  -moz-transition:all ease 0.6s;
  -webkit-transition:all ease 0.6s;
  margin-bottom:0;
}

.two-column-image-section .image-column-inner:hover .image-content {
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  width: 100%;
}

.two-column-image-section .image-column-inner .image-content p{
  font-size:30px;
  line-height:37px;
  margin-bottom:0;
}
.two-column-image-section .image-content {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  left: 0;
  max-width: 100%;
  padding: 40px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.image-column-inner::after {
  content: "";
  height: 100%;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.90) 100% );
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  position: absolute;
  left: 0;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  /*.two-column-image-section .image-content {
  background-color: rgba(99, 101, 128, 50%);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}*/
}

.two-column-image-section .image-content-inner {
  max-width: 450px;
  margin: 0 auto;
}

/* .two-column-image-section .image-content:after{
content:"";
width:100%;
height:100%;
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
display:block;
background: #636580;
filter: blur(10px);
-webkit-filter: blur(10px);
z-index:1;
} */

.two-column-image-section .image-content > * {
  position: relative;
  z-index: 2;
}
.two-column-image-section .image-content h4 {
  font-size: 40px;
  margin: 0;
  color: #fff;
  margin-bottom: 10px;
  line-height: 45px;
}

.cta-section {
  padding: 110px 0px;
  color: #fff;
  text-align: center;
}

.cta-section-inner h4 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 45px;
      hyphens: auto;
}

.cta-section-inner h5 {
  color: #fff;
  font-weight: 400;
}

.credentials-section {
  padding: 80px 0px;
}

.section-heading {
  /*   text-align: center; */
  /*   max-width: 1000px; */
  margin: 0 auto;
}

.section-heading h2 {
  margin-bottom: 20px;
}

.section-heading p {
  font-size: 30px;
  line-height: 1.5;
}
.category-listing >div {
  width: 25%;
  padding: 0 15px;
  margin-bottom:25px;
}

.category-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: flex-start;
}

.credentials-section .category-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: flex-start;
}

.credentials-section .category-card {
  position: relative;
  overflow: hidden;
}
.social-links__icon svg {
  fill: #4d4d55;
}
.social-links__icon {
  height: auto !important;
  width: auto !important;
}
.social-links a {
  padding-right: 10px !important;
  display: inline-block;
}
.social-links__icon svg {
  fill: #4d4d55 !important;
}
.social-links__link:hover .social-links__icon svg {
  fill: #cc2131!important;
}
#hs_cos_wrapper_module_166157113922110 .social-links__icon svg {
  height: 14px!important;
  width: 14px!important;
}
.credentials-section .category-content {
  bottom: 0;
  height:100%;
  left: 0px;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  /*   -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.15); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
  /*   transform: translateY(110%); */
  transition:all ease 0.3s;
  -moz-transition:all ease 0.3s;
  -webit-transition:all ease 0.3s;
  transform: translateY(0);
}
/* .credentials-section .category-card:hover .category-content{
transform: translateY(0);
} */
.credentials-section .category-content > * {
  color: #fff;
}
.credentials-section .category-content {
  align-items: flex-start;
  justify-content: flex-end;
}
/* 20-10-2022 hover effect css start*/
.credentials-section .category-content {
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor:pointer;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}
.credentials-section .category-card:hover .category-content{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* 20-10-2022 hover effect css end*/


.credentials-section .page-center {
  max-width: 100%;
  padding: 0 60px;
}

/* .credentials-section .category-image {
  height: 440px;
} */

.credentials-section .category-image img {
  width: 100% !important;
/*   height: 100% !important; */
  object-fit: cover;
}
.category-type-listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.category-type-listing ul li {
  margin: 0 15px;
  color: #5A5B64;
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
  cursor: pointer;
}
.category-type-listing ul li.active {
  color: #CC2131;
  font-weight: 700;
  border-bottom: 2px solid;
}
.category-type-listing {
  padding-bottom: 50px;
  padding-top: 20px;
}

.job-post-section{
  padding-bottom:80px;
  overflow:hidden;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.job-post-section .page-center{
  max-width:100%;
  padding:0 60px;
}
.job-post-listing {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin:0 -15px;
}
.job-post-listing >div {
  padding:15px;
}
.job-post-section .image-card.card-image-1, .job-post-section .image-card.card-image-2 {
  width: 30%;
  height: 455px;
}

.job-post-section .image-card.card-image-3 {
  width: 40%;
  height: 455px;
}

.job-post-section .image-card.card-image-1 img, .job-post-section .image-card.card-image-2 img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  box-shadow: 0px 0px 45px #00000029;
}

.job-post-section .image-card.card-image-3 img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  box-shadow: 0px 0px 45px #00000029;
}

.image-card.card-image-4 {
  width: 40%;
  height: 650px;
}

.image-card.card-image-4 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.job-post-section .card-content {
  width: 60%;
  height: 650px;
}
.job-post-section .card-content-inner {
  background-color: #AA1631;
  color: #fff;
  padding: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.job-post-section .card-content-inner h3 {
  color: #fff;
  margin-bottom: 20px;
}

.job-post-section .card-content-inner p {
  margin-bottom: 0;
}

.job-post-section .card-content-inner p a {
  color: #fff;
}

.job-post-section .card-content-inner > * {
  max-width: 450px;
}
.team-section .team-type-listing {
  padding-top: 22px;
}
.team-section .team-type-listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.team-section .team-type-listing ul li {
  font-size: 20px;
  line-height: 24px;
  margin: 0 15px 15px;
  cursor: pointer;

}

.team-section .team-type-listing ul li.active {
  color: #CC2131;
  font-weight: 700;
  border-bottom: 2px solid;
}
.team-section .team-listing{
  padding-top:20px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.team-section .team-listing >div{
  width:24%;
  padding: 15px;
  text-align: center;
}
.team-section .team-card-inner {
  /*height: 400px;*/
  position: relative;
  overflow: hidden;
}
.team-section .team-card-inner:after{
  content:"";
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:160%;
  background: transparent linear-gradient(180deg, #2B2E4000 0%, #09090D 100%) 0% 0% no-repeat padding-box;
  background: transparent -moz-linear-gradient(180deg, #2B2E4000 0%, #09090D 100%) 0% 0%  no-repeat padding-box;
  background: transparent -webkit-linear-gradient(180deg, #2B2E4000 0%, #09090D 100%) 0% 0%  no-repeat padding-box;
  transform: rotate(270deg);
}
.team-section .category-image {
  height: 100%;

}
.team-section .category-image img {
  height: 100%!important;
  width: 100%!important;
  object-fit: cover;
  display:block;
}
.team-section .category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  z-index: 5;
  padding:20px;
}

.team-section .category-content > *, .team-section .category-content a {
  color: #fff;
  margin: 0;
  word-break: break-word;
}

.team-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.button-wrapper {
  text-align: center;
  padding-top: 40px;
}
.team-card a.social-links__link svg {
  margin: 0;
  width: 16px;
  height: 16px;
}
.produktion-content-section.no-image-block .produktion-content-text {
    margin-bottom: 20px;
}
.produktion-content-section.no-image-block .produktion-content-image-after-text {
    margin-top: 0;
}
.logo-item a {
  display: block;
}
/* .employee-benefits-two-column-box-icon.full-image img {
    width: 100%;
    height: auto;
} */


@media screen and (min-device-width: 991px) and (max-device-width: 1920px) { 
  .category-content-inner h4 {
    font-size: 24px;
    margin-bottom: 0px !important;
    line-height: 1;
  }
  .category-content-inner h4+span {
    font-size: 18px;
    line-height: 20px;
}
}
@media(min-width:1920px){
  .content-wrapper, .page-center{
    max-width:1920px !important;
  }
  .team-section .team-listing >div{
    width:24%;
  }
}
@media(max-width:1600px){
  .category-listing>div {
    width: 33.33%;
  }
}
@media(max-width:1450px){
  .contact-person-section .contact-person-inner{
    min-height:800px;
  }
  .contact-person-card>div{
    padding:30px;
  }
  .contact-person-section .contact-person-inner .contact-person-card{
    padding:0 15px;
  }
  .contact-person-section .contact-person-inner>div{
    margin:0 -15px;
  }
  .contact-person-section .contact-person-inner{
    padding:30px;
  }
  .one-column-contents blockquote{
    left: 0;
    width:100%;
    padding:60px;
  }
  .two-column-image-section .image-content{
    padding:50px;
  }
  .two-column-image-section .image-column-inner{
    height:550px;
  }
/*   .credentials-section .category-image {
    height: 335px;
  } */
}


@media(max-width:1250px){
  .one-column-image-section{
    padding:200px 0;
  } 
  .contact-person-section .page-center, .two-column-image-section .page-center, .credentials-section .page-center,
  .job-post-section .page-center{
    padding:0 15px;
  }

  .credentials-section .category-content{
    padding:30px;
  }
  .credentials-section .category-content h4{
    font-size:30px;
  }
  .job-post-section .image-card.card-image-1, .job-post-section .image-card.card-image-2, .job-post-section .image-card.card-image-3{
    height:400px;
  }
  .job-post-section .image-card.card-image-4, .job-post-section .card-content{
    height:550px;
  }
  .job-post-section .card-content-inner>*{
    max-width:100%;
  }
  .job-post-section .card-content-inner{
    padding:50px;
  }
  .job-post-section{
    padding-bottom:50px;
  }
  .team-section{
    padding-bottom:60px;
  }

}
@media(max-width:1199px){
  .category-listing>div {
    width: 33.33%;
  }
  .team-section .team-listing>div {
    width: 33.33%;
  }
}

@media(max-width:1025px){
  .one-column-image-section{
    padding:170px 0;
  }
  .two-column-image-section .image-column-inner:hover .image-content p{
    font-size: 24px;
    line-height: 1.25;
  }
  .two-column-image-section .image-content{
    padding:30px;
  }
  .one-column-content-section{
    padding:70px 0px;
  }
  /*.team-section .team-card-inner{
  height:350px;
}*/
/*   .credentials-section .category-image {
    height: 300px;
  } */
}

@media(max-width:992px){
  .one-column-image-section{
    padding:100px 0;
  } 
  .one-column-contents blockquote{
    padding:40px;
    font-size: 30px;
    line-height:1.5;
  }
  .contact-person-card>div{
    padding:20px;
  }
  .contact-contant h5 {
    font-size: 24px;
  }
  .cta-section{
    padding:60px 0px;
  }
  .contact-person-section .contact-person-inner{
    min-height:700px;
  }
  .hero-content{
    max-width: 100%;
  }
  .hero-section{
    padding:200px 0px;
  }
  .two-column-image-section .two-column-listing>div{
    padding:15px;
  }
  .two-column-image-section .two-column-listing{
    margin:-15px;
  }
  .category-listing>div{
    width:50%;
  }
  .credentials-section{
    padding:60px 0px;
  }
  .section-heading p{
    font-size:24px;
  }
  .team-section .team-listing>div{
    width:50%;
  }
  .job-post-section .image-card.card-image-1, .job-post-section .image-card.card-image-2,
  .job-post-section .image-card.card-image-3, .job-post-section .image-card.card-image-4{
    width:50%;
    height: 350px;
  }
  .job-post-section .card-content{
    width:100%;
    height:auto;
  }
  .two-column-image-section .image-column-inner .image-content p {
    font-size: 18px !important;
  }
  .two-column-image-section .image-column-inner:hover .image-content h1 {
    line-height: 1 !important;
    margin-bottom: 15px;
  }
}

@media(max-width:767px){
  .one-column-image-section{
    padding:60px 0;
  }
  .hero-section{
    padding: 200px 0 70px 0;
  }
  .hero-content p{
    font-size: 20px;
  }
  .one-column-contents p{
    font-size:20px;
  }
  .one-column-contents blockquote{
    font-size: 24px;
    padding: 20px;
    line-height: 1.25;
    margin: 30px 0;
  }
  .contact-person-section .contact-person-inner .contact-person-card{
    width:100%;
    padding:15px 0px;
  }
  .two-column-image-section .two-column-listing>div{
    width:100%;
  }
  .two-column-image-section .image-content{
    padding:20px;
    height:auto;
  }
  .two-column-image-section .image-column-inner{
    height:500px;
  }
  .cta-section-inner h4{
    font-size:36px;
  }
  .one-column-content-section{
    padding:50px 0px;
  }
  .category-listing>div{
    width:100% !important;
  }
/*   .credentials-section .category-image{
    height:350px !important;
  } */
  .section-heading p{
    font-size:20px;
  }
  .team-section .team-listing>div{
    width:100%;
  }
  .job-post-section .image-card.card-image-1, .job-post-section .image-card.card-image-2,
  .job-post-section .image-card.card-image-3, .job-post-section .image-card.card-image-4{
    width:100%;
    height: 300px;
  }
  .job-post-section{
    margin-top:0;
    padding-top:40px;
  }
  .job-post-section .card-content-inner{
    padding:30px;
  }
  .team-section .team-type-listing ul li{
    font-size: 16px;
    line-height: 1.5;
  }
  .team-section{
    padding-top:30px;
  }
  .job-post-section{
    padding-bottom:30px;
  }
  .team-section .category-content p {
    font-size: 16px;
  }
}
@media(max-width:480px){ 
  .team-section .page-center {
    padding: 0 20px !important;
  }
  .two-column-image-section .image-column-inner .image-content p {
    font-size: 18px !important;
  }
  .two-column-image-section .image-column-inner:hover .image-content h1 {
    line-height: 1 !important;
    margin-bottom: 10px;
  }
} 

.home-banner-secion .page-center {
  margin: 0 auto;
}
/* .home-banner-content-block {
padding: 318px 0 330px;
} */
.home-banner-content-block {
  padding: 250px 0 230px;
}
.home-banner-heading h1 {
  margin-bottom: 20px;
}
.home-banner-text h4 {
  margin-bottom: 28px;
  font-weight: normal;
}
.home-banner-text {
  max-width: 1350px;
}
.home-banner-secion.bg-image {
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.home-banner-secion.bg-image:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.49);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-banner-inner {
  position: relative;
  z-index: 1;
}
.bottom-next-section {
  bottom: 45px;
  position: absolute;
  right: 110px;
  z-index: 1;
  cursor: pointer;
}
.bg-video .jquery-background-video-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;Service Three Column V3
  height: 0;
  overflow: hidden;
/*   padding-bottom: 54%; */
  padding-top: 0;
  position: relative;
}
.hero-section.bg-video .jquery-background-video-wrapper video {
    min-height: 500px;
}
.bg-video .jquery-background-video-wrapper video{
  width: 100%;
  height: auto;
}
.bg-video  .video-hero .page-center {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.bottom-next-section a {
  display: block;
}
.banner-square-shap {
  width: 68px;
  height: 68px;
  position: absolute;
  background: rgb(0, 0, 0, 0.49);
  right: 28%;
  bottom: 19%;
}
.image-with-content-two-column-card-section .page-center {
  max-width: 100%;
  padding: 0 60px;
}
.image-with-content-two-column-card-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.image-with-content-two-column-card-image-block, .image-with-content-two-column-card-content-block {
  width: 50%;
}
.image-with-content-sub-heading h5 {
  margin: 0;
  font-weight: 600;
}
.image-with-content-heading h2 {
  margin: 0;
}
.image-with-content-heading {
  margin-bottom: 24px;
}
.image-with-content-text p {
  margin: 0;
}
.image-with-content-button {
  margin-top: 20px;
}
.image-with-content-two-column-card-content-inner {
  padding: 50px 70px 25px 90px;
  position: relative;
  z-index: 1;
}
.image-with-content-two-column-card-image-block img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100%;
  min-height: 690px;
}
.image-with-content-two-column-card-section {
  padding: 60px 0;
}
.image-square-shap-block {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
}
.square-shap {
  width: 68px;
  height: 68px;
  position: absolute;
}
.shap-white-1{
  background: #FFFFFF;
  top: -20px;
  left: 90px;
}
.shap-red-1 {
  background: #CC2131;
  top: 11.5%;
  right: 34%;
}
.shap-white-2 {
  background: #FFFFFF;
  bottom: -10px;
  left: 33%;
}
.shap-red-2 {
  background: #cc2131;
  right: 11.5%;
  bottom: 25%;
}
.service-three-column-box-section .page-center {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 60px;
}
.service-three-column-box-heading h2 {
  margin: 0;
}
.service-three-column-box-heading {
  margin-bottom: 25px;
}
.service-three-column-box-item {
  width: 33.33%;
  padding: 0 15px;
}
.service-three-column-box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/* .service-three-column-box-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
} */
.service-three-column-box-image {
  margin-bottom: 40px;
      overflow: hidden;
}
.service-three-column-box-row + .service-three-column-box-row {
  margin-top: 40px;
}
.service-three-column-box-title h5 {
  margin: 0;
}
.service-three-column-box-item-inner {
  position: relative;
  margin-bottom: 50px;
}
.service-three-column-box-row.two-column-box .service-three-column-box-item {
  width: 50%;
}
.service-three-column-box-section {
  padding: 60px 0;
}
/* .logo-slider-heading-block {
text-align: center;
} */
.logo-slider-heading-block h5 {
  margin-bottom: 15px;
}
.logo-slider-heading-block p {
  margin-bottom: 0px;
}
.logo-slider-section .page-center {
  max-width: 1920px;
  padding: 0 60px;
}
.logo-slider-inner {
  padding: 115px 0 115px;
}
.logo-slider-heading-block {
  /*   text-align: center; */
  margin-bottom: 90px;
}
.logo-block {
  padding: 0 50px;
}
.logo-slider-heading-block {
  padding-left: 50px;
  padding-right: 50px;
}

.logo-item img{
  max-height: 100px;
  max-width: 200px;
  width:100%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  cursor: pointer;
}
.slick-track *{outline:none;}

.logo-section .slick-prev:before {
  content: '\f053' !important;
  font-family: fontawesome !important;
  color: #000 !important;
}
.logo-section .slick-next:before{
  content: '\f054' !important;
  font-family: fontawesome !important;
  color: #000 !important;
}
.logo-section .slick-list.draggable {
  margin: 0 30px;
}
.logo-section .slick-next{
  right: 0 !important;
}
.logo-section .slick-prev{
  left: 0 !important;
}
.logo-section .slick-prev, .logo-section .slick-next{
  z-index:5;
}
.logo-item {
  padding: 0 30px;
}
.logo-block-inner .slick-track {
  display: flex;
  align-items: center;
}
.image-with-content-two-column-card-section.left-side .image-with-content-two-column-card-row {
  flex-direction: row-reverse;
}
.image-with-content-two-column-card-section.left-side .image-with-content-two-column-card-row .image-square-shap-block {
  left: auto;
  right: 0;
}
.type_2 .shap-white-1 {
  background: #fff;
  left: 26%;
  top: -10px;
}
.type_2 .shap-red-1 {
  background: #cc2131;
  top: 19%;
  right: 17%;
}
.type_2 .shap-red-2 {
  background: #cc2131;
  bottom: 19%;
  right: 38%;
}
.type_2 .shap-white-2 {
  background: #fff;
  bottom: -10px;
  left: 42px;
}
.reference-section .section-heading h2 {
  margin-bottom: 20px;
}
.reference-section .section-heading p {
  margin: 0;
}
.reference-section .section-heading {
  margin-bottom: 50px;
  max-width: 1920px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.reference-image {
  margin-bottom: 30px;
}
.reference-image img {
  width: 100%;
  height: auto;
  display: block;
}
.reference-image img {
  height: 338.89px !important;
  object-fit: cover;
  object-position: center;
}
.reference-section {
  padding: 60px 0;
}
.reference-section .page-center {
  max-width: 1920px;
  padding: 0;
}
.reference-card {
  padding: 0 15px;
}

.produktion-content-section {
  padding: 110px 0;
}
.produktion-content-image-item img {
  display: block;
  border-radius: 35px;
}
.produktion-content-image-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.produktion-content-text {
  margin-bottom: 54px;
}
.produktion-content-image-after-text {
  margin-top: 30px;
}
.produktion-content-image-item {
  width: 25%;
  padding: 0 18px;
  margin-bottom: 30px;
}
.produktion-content-heading h3 {
  margin-bottom: 35px;
}
.produktion-content-inner {
  max-width: 1170px;
  margin: 0 auto;
}
.produktion-content-image-after-text h5:last-child {
  margin-bottom: 0;
}
.produktion-content-text ul li::marker {
  color: #CC2131;
  width: 6px;
  height: 6px;
}
.produktion-content-text ul li {
  font-size: 30px;
  line-height: normal;
}
.produktion-content-text ul li + li {
  margin-top: 22px;
}
.produktion-content-text ul {
  padding-left: 30px;
}
.border-bottom.produktion-content-section {
  border-bottom: 3px solid #E5E5E5;
}
.produktion-content-bottom-image img {
  max-width: 189px;
  height: auto;
  display: block;
  border-radius: 30px;
}
.produktion-content-text img {
  width: 100%;
  height: auto;
}
.produktion-content-bottom-image {
  margin-bottom: 30px;
}
.produktion-content-bottom-info h5 {
  margin-bottom: 0;
}
.produktion-content-bottom-contact-block {
  margin-top: 60px;
}
.produktion-content-image-block.three-column .produktion-content-image-item {
  width: 33.33%;
}
.team-families-three-column-section .page-center {
  max-width: 1200px !important;
  margin: 0 auto;
}
/* .team-families-three-column-heading {
text-align: center;
} */
.team-families-three-column-heading {
  /*   text-align: center; */
  max-width: 1130px;
  margin: 0 auto 40px;
}
.team-families-three-column-section {
  padding: 80px 0;
}
.team-families-three-column-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.team-families-three-column-item {
  width: 25%;
  padding: 0 15px;
}
.team-families-three-column-item-inner {
  /*   text-align: center; */
  max-width: 230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.team-families-three-column-block img {
  max-width: 70.42px;
  height: auto;
  display: block;
  /*   margin: 0 auto; */
}

.team-families-three-column-contents h6 {
  margin-bottom: 6px;
}
.team-families-three-column-contents p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.team-families-three-column-item-inner img.hover-image {
  display: none;
}
.team-families-three-column-item-inner:hover img.normal-image {
  display: none;
}
.team-families-three-column-item-inner:hover img.hover-image {
  display: block;
}
.team-families-three-column-bottom-button-block {
  text-align: center;
  margin-top: 60px;
}
.team-families-three-column-block-image {
  margin-bottom: 30px;
}
.employee-benefits-two-column-section {
  padding: 130px 0 40px;
}
.employee-benefits-two-column-inner {
  margin: 0 auto;
  max-width: 1200px!important;
  width: 100%;
}
.employee-benefits-two-column-heading {
  /*   text-align: center; */
  margin-bottom: 40px;
}
.employee-benefits-two-column-heading h2 {
  margin-bottom: 23px;
}
.employee-benefits-two-column-heading h5 {
  margin: auto;
}
.not-full-image .employee-benefits-two-column-box-icon img {
  display: block;
  height: 70px;
  width: 70px;
  object-fit: contain;
}
.employee-benefits-two-column-box-icon {
  margin-bottom: 36px;
}
.employee-benefits-two-column-box-content h6 {
  margin-bottom: 10px;
}
.employee-benefits-two-column-box-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.employee-benefits-two-column-box-item:nth-child(odd) {
  border-right: 1px solid #C4C4C4;
}
.employee-benefits-two-column-box-item:nth-child(n+3) {
  border-top: 1px solid #C4C4C4;
}
.employee-benefits-two-column-box-item:nth-child(even) .employee-benefits-two-column-box-item-inner {
  padding: 40px 40px 40px 100px;
}
.employee-benefits-two-column-box-item:nth-child(odd) .employee-benefits-two-column-box-item-inner {
  padding: 40px 100px 40px 40px;
}
.employee-benefits-two-column-box-item {
  width: 50%;
}
.employee-benefits-two-column-box-block {
  display: flex;
  flex-wrap: wrap;
}
.jobs-list-inner {
  margin: 0 auto;
  max-width: 1170px;
}
.jobs-list-heading-block h3 {
  margin-bottom: 23px;
}
.jobs-list-heading-block h5 {
  margin: 0;
}
.jobs-list-heading-block {
  margin-bottom: 60px;
  /*   text-align: center; */
}
.jobs-list-section {
  padding: 65px 0 120px;
}
.jobs-list-card-top-wrapp {
  display: flex;
  align-items: center;
      flex-wrap: wrap;
}
.jobs-list-card-title p {
  letter-spacing: 0px;
  color: #636580;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}
.jobs-list-card-sub-title p {
  letter-spacing: 0px;
  color: #CC2131;
  text-transform: uppercase;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.jobs-list-card-button a.button {
  font-size: 20px;
  line-height: 24px;
  padding: 12px 28px;
}
.jobs-list-card-item-inner {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 45px rgb(0 0 0 / 10%);
}
.jobs-list-card-item + .jobs-list-card-item .jobs-list-card-item-inner {
  margin-top: 30px;
}
.jobs-list-card-button {
  margin-left: auto;
}
.jobs-list-card-title {
  width: 100%;
  padding: 0 15px;
  max-width: 25%;
}
.jobs-list-card-sub-title {
  padding: 0 15px;
}
.jobs-list-card-title p span {
  color: #CC2131;
}

/* .image-gallery-grid-inner {
overflow: hidden;
} */
.image-gallery-grid-item-wrapper {
  width: 25%;
  padding: 0 15px;
}
.image-gallery-grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.image-gallery-grid-item-wrapper .image-gallery-grid-item + .image-gallery-grid-item {
  margin-top: 30px;
}
.image-gallery-grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
.image-gallery-grid-section {
  margin-top: -110px;
  position: relative;
  z-index: 9;
  overflow-x: hidden;
}
.image-gallery-grid-item-wrapper:nth-child(1) {
  margin-top: 30px;
}
.image-gallery-grid-item-wrapper:nth-child(3), .image-gallery-grid-item-wrapper:nth-child(4) {
  margin-top: 15px;
}

.image-gallery-grid-item-inner img {
  box-shadow: 0px 0px 45px rgb(0 0 0 / 16%);
}
.image-gallery-grid-section.normal-section {
  margin: 0;
  padding: 40px 0 60px;
  background: #f5f5f5;
  background: linear-gradient(180deg, rgb(245 245 245) 0%, rgba(255,255,255,1) 100%);
}
.service-three-column-box-item-inner > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:2;
}
.jobs-list-card-sub-title span {
  color: #636580;
}
.reference-section .section-heading p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.footer-address p a {
  color: inherit;
}
.footer-address p + p {
  margin-top: 15px;
}
.footer-address p {
  margin: 0;
}
a.social-links__link span {
  background: #373843 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
.footer-address {
  margin-bottom: 23px;
}
.social-links {
  flex-wrap: nowrap;
}
#hs_cos_wrapper_module_166157113922110 .social-links__icon svg {
  opacity: 0.5;
}
.social-links {
  flex-wrap: nowrap !important;
}
.social-links__icon:focus, .social-links__icon:hover {
  background: #373843 !important;
  opacity: 1;
}
.social-links__icon:focus svg, .social-links__icon:hover svg {
  opacity: 1;
}
.testimonial-content:after {
  content: '';
  background-image: url('https://8361381.fs1.hubspotusercontent-na1.net/hubfs/8361381/Theme_2022/images/56826.png');
  position: absolute;
  width: 136.67px;
  height: 136.67px;
  background-size: contain;
  left: 50%;
  top: 57%;
  transform: translate(-50%, 0%);
  z-index: -1;
  opacity: 0.1;
}
.testimonial-content {
  position: relative;
}
.produktion-content-text h5 {
  font-weight: 400;
}
.produktion-content-image-item img {
  min-height: 266px;
  object-fit: cover;
}
.produktion-content-image-after-text h5 {
  font-weight: 400;
}
.produktion-content-image-block.three-column .produktion-content-image-item:nth-child(1) {
  width: 40%;
}
.produktion-content-image-block.three-column .produktion-content-image-item:nth-child(2) {
  width: 33%;
}
.produktion-content-image-block.three-column .produktion-content-image-item {
  width: 26%;
}
.produktion-cta  .cta-section-inner .white-border-btn {
  text-transform: none;
}
.text-left .one-column-content h3, .text-left .one-column-content * {
  text-align: left;
}
.text-right .one-column-content h3, .text-right .one-column-content * {
  text-align: right;
}
.slick-buttons-wrapper .slick-arrow {
  position: static;
}
.slick-buttons-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.reference-section .slick-prev:before {
  content: '';
  background-image: url('https://8361381.fs1.hubspotusercontent-na1.net/hubfs/8361381/2Comm/Images/arrow-slider.png');
  width: 35px;
  height: 35px;
  background-size: cover;
  position: absolute;
  background-position: center center;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
.reference-section .slick-next:before {
  content: '';
  background-image: url('https://8361381.fs1.hubspotusercontent-na1.net/hubfs/8361381/2Comm/Images/arrow-slider.png');
  width: 35px;
  height: 35px;
  background-size: cover;
  position: absolute;
  background-position: center center;
  top: 0;
  left: 0;
}
.reference-section .slick-prev, .reference-section .slick-next {
  width: 35px;
  height: 35px;
}
.slick-buttons-wrapper .slick-arrow {
  position: static;
  margin: 0 18px;
}
.reference-section .slick-next, .reference-section .slick-prev {
  height: 35px;
  width: 35px;
  position: relative !important;
  top: 0;
  left: 0;
  transform: translate(0px, 0px);
}
/* .reference-section {
display: flex !important;
flex-direction: column-reverse;
} */
.team-families-three-column-heading h5 {
  font-weight: 400;
}
.jobs-red-section .cta-button a.button {
  text-transform: none;
}

.two-column-image-section .image-column-inner:hover .image-content{
  background: rgb(0 0 0 / 30%) 0% 0% no-repeat padding-box;
  op-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.two-column-image-section .image-column-inner:hover::after {
  content: none;
}
.concept-cta .cta-button .button {
  text-transform: capitalize;
}
.team-section .page-centerq {
  padding: 0 60px;
}

.team-section .page-center {
  padding: 0 60px;
}
.employee-benefits-two-column-heading {
  padding: 0 40px;
}
.hero-section.bg-video {
  padding: 0;
}
.hero-section.bg-video .video-hero.jquery-background-video-wrapper.demo-video-wrapper, 
.hero-section.bg-video .video-hero.jquery-background-video-wrapper.demo-video-wrapper video {
  max-height: initial;
/*   object-fit: cover; */
  position: relative;
  padding: 0 !important;
  height: 100%;
}
.category-card .category-hover {
  text-align: left;
}

.category-card .category-hover {
  text-align: left;
  opacity: 0;
  visibility: hidden;
  /*     height: 0; */
  transition: 0.3s all;
}
.category-card:hover .category-hover {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.credentials-section .category-card:hover .category-content h4 {
  position: static;
  width:100%;
}
.credentials-section .category-card .category-content h4 {
  transition: none;
}

.credentials-section .category-content h4 {
  position: absolute;
  width: calc( 100% - 100px);
  transition: all .3s;
}
.credentials-section .category-card:hover .category-content {
  /*backdrop-filter: blur(10px);*/
  background-color: rgb(0 0 0 / 61%);
}

.two-column-image-section .image-content p {
  visibility: hidden;
  opacity: 0;
  /* position: absolute; */
  height: 0;
}
.two-column-image-section .image-column-inner:hover .image-content p {
  visibility: visible;
  opacity: 1;
  /* position: static; */
  height: auto;
}

.contact-person-card>div .contact-image, .contact-person-card>div .contact-contant {
  transform: translate(0px, 50%);
  transition: 0.3s all;
}
.contact-person-card:hover>div .contact-image, .contact-person-card:hover>div .contact-contant {
  transform: translate(0px, 0%);
}

.contact-person-card .contact-contant p {
  visibility: hidden;
  opacity: 0;
}
.contact-person-card:hover .contact-contant p {
  opacity: 1;
  visibility: visible;
}
.contact-person-inner.not-bg-img {
  min-height: auto;
  padding: 50px 0;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  box-shadow: none!important;
  max-width: 500px;
  width: 100%;
  left: auto;
  right: 0;
  border: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #191a22 !important;
  margin: 0 auto !important;
  max-width: 1000px !important;
  padding: 40px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-family: Calibri,serif !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-right: 0 !important;
  justify-content: flex-start !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin-top: 12px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p span {
  font-size: inherit !important;
  line-height: inherit !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  transition: all .15s linear !important;
  white-space: normal !important;
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  font-size: 18px !important;
  padding: 16px 44px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  margin-bottom: 15px!important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background: #fff !important;
  color: #191a22 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button + a#hs-eu-decline-button {
  margin-left: 10px !important;
}

.blog-post-list-item-inner {
  margin-bottom: 50px;
  position: relative;
}
.blog-post-img {
  overflow: hidden;
  position: relative;
}
.blog-post-list-item-inner .blog-post-img img {
  display: block;
}
.blog-post-content-block {
  padding: 30px 30px 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
}
.blog-post-meta ul {
  list-style: none;
  margin: 0;
  line-height: normal;
  padding: 0;
}
.blog-post-meta ul li {
  font-weight: 600;
  display: inline-block;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
  margin-top: 0;
}
.blog-post-meta ul li a {
  color: #2b2e40;
}
.blog-post-meta ul li a svg {
  margin-right: 5px;
  color: #cc2131;
}
h3.blog-post-title a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}
.blog-post-meta-btn {
  border-top: 1px solid;
  border-color: #e5eaee;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-meta ul li svg {
  margin-right: 5px;
  color: #cc2131;
}
.blog-post-btn a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
h3.blog-post-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}
.blog-post-list-row {
  display: flex;
  flex-wrap: wrap;
}
.blog-post-list-item {
  width: 33.33%;
  padding: 0 15px;
}
.blog-post-list-section {
  padding: 100px 0;
}
.blog-post-list-item-inner .blog-post-img img {
  display: block;
  height: 259px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-post-meta ul li:last-child {
  margin-right: 0;
}
.blog-post-meta {
  margin-bottom: 15px;
}
.blog-post-content-block {
  box-shadow: 0 5px 20px 0 rgb(23 44 82 / 10%);
}
.blog-post-list-item-inner:hover .blog-post-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-post-banner-section {
  padding: 150px 0;
  text-align: center;
  position: relative;
}
.blog-post-banner-content {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-post-author-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-author-block .blog-post-author-name p {
  margin: 0;
}
.blog-post-author-block img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.blog-post-author-name {
  padding-left: 16px;
}
.blog-post-banner-section:after {
  content: '';
  background: #000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-post-banner-section .page-center {
  position: relative;
  z-index: 1;
}

.blog-post-banner-inner .blog-post-meta ul li a,
.blog-post-banner-section h2.blog-heading,
.blog-post-author-block .blog-post-author-name p{
  color: #fff;
}
.blog-post-banner-section {
  background-size: cover;
  background-position: center center;
}
.blog-post-body-block {
  padding: 80px 0;
}
.section.post-body {
  max-width: 900px;
  margin: 0 auto;
}
.section.post-body {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
.section.post-body ol, .section.post-body ul {
  padding-left: 25px;
}
a.blog-pagination__link {
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 2px solid #ededed;
  text-align: center;
  display: block;
  border-radius: 0%;
}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  background-color: #cc2131;
  border-color: #cc2131;
  color: #fff;
}
.blog-pagination a {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination{
  margin-top: 30px;
}
.blog-post-list-section .page-center {
  max-width: 1400px !important;
  margin: 0 auto;
}
.related-post-container {
  padding: 80px 0;
  background: #f7f7f7;
}
.related-post-container .post-listing {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.blog-related-heading {
  text-align: center;
  margin-bottom: 40px;
}
.video-hero.jquery-background-video-wrapper.demo-video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.home-banner-secion.bg-image {
  height: 100vh;
  min-height: 700px;
}
.home-banner-secion .page-center {
  margin: 0 auto;
  width: 100%;
}
.social-links__icon svg {
  fill: #fff !important;
}
.hero-section .page-center {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px !important;
  padding: 0;
  width: 100%;
}

.image-gallery-grid-section.two-col .image-gallery-grid-item-wrapper {
    width: 50%;
}
.image-gallery-grid-section.three-col .image-gallery-grid-item-wrapper{
 width: 33.33%;
}

@media(max-width: 1700px){
  .hero-section .page-center {
    margin: 0 auto;
    max-width: 1024px!important;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }
}
@media(max-width:1440px){
  .hero-section .page-center {
    margin: 0 auto !important;
    max-width: 1024px!important;
    margin-left: 20%;
  }
}
@media(min-width:1250px){
  .team-section .page-centerq {
    padding: 0 60px;
  }

}
@media(min-width:1199px){
  .home-banner-text h4 {
    margin-bottom: 28px;
    font-size: 40px;
    line-height: 1.5;
  }

}
@media(max-width:1250px){
  .credentials-section .category-content h4 {
    width: calc(100% - 60px);
  }
}
@media(max-width:1199px){
  .image-with-content-two-column-card-content-inner {
    padding: 55px 40px 25px 60px;
  }
  .logo-slider-inner {
    padding: 80px 0 80px;
  }
  .produktion-content-section {
    padding: 80px 0;
  }
  .employee-benefits-two-column-section {
    padding: 80px 0 40px;
  }
  .blog-post-list-item {
    padding: 0 8px;
  }
  .blog-post-list-row {
    margin: 0 -8px;
  }
  .blog-post-list-section {
    padding: 100px 0;
  }
}
@media(min-width:991px){
  .home-banner-content-block {
    padding-left: 12%;
  }

}
@media(max-width:991px){
  .home-banner-content-block {
    padding-left: 12%;
  }
  .logo-block {
    padding: 0 20px;
  }
  .image-with-content-two-column-card-section .page-center {
    padding: 0 30px;
  }
  .image-with-content-two-column-card-content-inner {
    padding: 42px 40px 25px 40px;
  }
  /*   .service-three-column-box-item {
  width: 50%;
} */
  .service-three-column-box-item {
    padding: 0 8px;
  }
  .service-three-column-box-row {
    margin: 0 -8px;
  }
  .service-three-column-box-section .page-center {
    padding: 0 30px;
  }
  .service-three-column-box-heading {
    margin-bottom: 35px;
  }
  .logo-slider-section .page-center {
    padding: 0 15px;
  }
  .logo-slider-inner {
    padding: 70px 0 70px;
  }
  .logo-slider-heading-block {
    margin-bottom: 75px;
  }
  .testimonial-section-inner {
    padding: 60px;
  }
  .testimonial-section .page-center {
    padding: 0 30px;
  }
  .produktion-content-section {
    padding: 60px 0;
  }
  .produktion-content-heading h3 {
    margin-bottom: 22px;
  }
  .produktion-content-image-item {
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .produktion-content-text {
    margin-bottom: 34px;
  }
  .produktion-content-image-item {
    width: 50%;
  }
  .produktion-content-image-block.four-column {
    margin: 0 -8px;
  }
  .produktion-content-image-block.three-column .produktion-content-image-item {
    width: 50%;
  }
  .produktion-content-image-block {
    margin: 0 -8px;
  }
  .team-families-three-column-item {
    width: 33.33%;
  }
  .team-families-three-column-section {
    padding: 60px 0;
  }
  .employee-benefits-two-column-box-item:nth-child(2n) .employee-benefits-two-column-box-item-inner {
    padding: 30px 30px 30px 50px;
  }
  .employee-benefits-two-column-box-item:nth-child(odd) .employee-benefits-two-column-box-item-inner {
    padding: 30px 50px 30px 30px;
  }
  .employee-benefits-two-column-box-icon {
    margin-bottom: 25px;
  }
  .employee-benefits-two-column-box-content h6 {
    margin-bottom: 6px;
  }

  .employee-benefits-two-column-section {
    padding: 60px 0 40px;
  }
  .jobs-list-section {
    padding: 65px 0 80px;
  }
  .jobs-list-card-sub-title p, .jobs-list-card-title p {
    font-size: 22px;
  }
  .image-gallery-grid-item-wrapper {
    padding: 0 6px;
  }
  .image-gallery-grid-item-wrapper .image-gallery-grid-item+.image-gallery-grid-item {
    margin-top: 16px;
  }
  .produktion-content-image-block.three-column .produktion-content-image-item:nth-child(2), .produktion-content-image-block.three-column .produktion-content-image-item:nth-child(1), .produktion-content-image-block.three-column .produktion-content-image-item:nth-child(3) {
    width: 50% !important;
  }
  .produktion-content-image-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-height: 360px;
  }
  .logo-slider-heading-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-post-list-section {
    padding: 60px 0;
  }
  .blog-post-list-item {
    width: 50%;
  }
  .blog-post-banner-section {
    padding: 100px 0;
  }
  .blog-post-body-block {
    padding: 60px 0;
  }
  .related-post-container {
    padding: 60px 0;
  }
}

@media(max-width:767px){
  .home-banner-content-block {
    padding-left: 0;
  }
  .home-banner-content-block {
    padding: 150px 0;
    text-align: center;
  }
 .bottom-next-section {
    bottom: 126px;
    right: 25px;
}
  .bottom-next-section img {
    width: 40px;
  }
  .image-with-content-two-column-card-row {
    flex-direction: column-reverse;
  }
  .image-with-content-two-column-card-content-block, .image-with-content-two-column-card-image-block {
    width: 100%;
  }
  .image-with-content-two-column-card-content-inner {
    padding: 40px;
  }
  .image-with-content-two-column-card-image-block img {
    min-height: auto;
  }
  .image-square-shap-block {
    display: none;
  }
  .image-with-content-two-column-card-content-block {
    overflow: hidden;
    position: relative;
  }
  .square-shap {
    height: 48px;
    position: absolute;
    width: 48px;
  }
  .image-with-content-two-column-card-content-block .image-square-shap-block {
    display: block !important;
    width: 100%;
    height: 100%;
  }
  .image-with-content-heading {
    margin-bottom: 15px;
  }
  .service-three-column-box-item {
    width: 100%;
  }
  .service-three-column-box-image {
    margin-bottom: 25px;
  }
  .service-three-column-box-item-inner {
    margin-bottom: 40px;
  }
  .service-three-column-box-row.two-column-box .service-three-column-box-item {
    width: 100%;
  }
  .service-three-column-box-row+.service-three-column-box-row {
    margin-top: 0;
  }
  /*   .image-with-content-two-column-card-section {
  padding: 40px 0;
}
  .service-three-column-box-section {
  padding: 40px 0;
} */

  .service-three-column-box-section {
    padding: 40px 0 60px;
  }
  .service-three-column-box-heading {
    margin-bottom: 25px;
  }
  .service-three-column-box-section .page-center {
    padding: 0 15px;
  }

  .service-three-column-box-item:last-child .service-three-column-box-item-inner {
    margin-bottom: 0;
  }
  .service-three-column-box-row + .service-three-column-box-row {
    margin-top: 40px;
  }
  .logo-slider-section .page-center {
    padding: 0 15px;
  }
  .logo-slider-inner {
    padding: 50px 0 50px;
  }
  .logo-slider-heading-block {
    margin-bottom: 50px;
  }
  .image-with-content-two-column-card-section.left-side .image-with-content-two-column-card-row {
    flex-direction: column-reverse;
  }
  .testimonial-image {
    margin: 40px auto 0;
  }
  .testimonial-section-inner {
    padding: 40px 30px;
  }
  .produktion-content-bottom-contact-block {
    margin-top: 40px;
  }
  .produktion-content-text ul li {
    font-size: 26.19047619047619px;
  }
  .produktion-content-text ul li+li {
    margin-top: 15px;
  }
  .team-families-three-column-item {
    width: 50%;
  }
  .team-families-three-column-heading h3 {
    margin-bottom: 15px;
  }
  .team-families-three-column-bottom-button-block {
    margin-top: 30px;
  }
  .employee-benefits-two-column-heading h3 {
    margin-bottom: 15px;
  }
  .employee-benefits-two-column-box-item {
    width: 100%;
  }
  .employee-benefits-two-column-box-item:nth-child(2n) .employee-benefits-two-column-box-item-inner,
  .employee-benefits-two-column-box-item:nth-child(odd) .employee-benefits-two-column-box-item-inner{
    padding: 30px 15px;
  }
  .not-full-image .employee-benefits-two-column-box-icon img {
    height: 50px;
    width: 50px;
  }
  .employee-benefits-two-column-box-icon {
    margin-bottom: 15px;
  }
  .employee-benefits-two-column-box-item:nth-child(odd) {
    border-right: none;
  }
  .employee-benefits-two-column-box-item:nth-child(n+3) {
    border-top: none;
  }
  .employee-benefits-two-column-box-item + .employee-benefits-two-column-box-item {
    border-top: 1px solid #c4c4c4;
  }

  .employee-benefits-two-column-section {
    padding: 40px 0 40px;
  }
  .jobs-list-card-top-wrapp {
    flex-direction: column;
  }
  .jobs-list-card-title, .jobs-list-card-sub-title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    padding:0px;
  }
  .jobs-list-card-button {
    margin-left: 0;
    width: 100%;
  }
  .jobs-list-card-item-inner {
    padding: 25px;
  }
  .jobs-list-card-button a.button {
    font-size: 18px;
    line-height: 20px;
  }
  .image-gallery-grid-item-wrapper {
    width: 50%;
  }
  .image-gallery-grid-section {
    margin-top: -55px;
  }
  .image-gallery-grid-item-wrapper:nth-child(4) {
    margin-top: -15px;
  }
  .hero-section .page-center {
    margin: 0 auto 0 0%;
  }
  .team-section .team-listing {
    max-width: 450px;
    margin: 0 auto;
  }
  .employee-benefits-two-column-heading {
    padding: 0 15px;
  }
  .hero-section.bg-video .jquery-background-video-wrapper video {
    height: auto;
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 560px;
  }
  .bg-video .jquery-background-video-wrapper {
    min-height: 560px;
  }
  .blog-post-list-section {
    padding: 40px 0;
  }
  .blog-post-list-item {
    width: 100%;
    padding: 0;
  }
  .blog-post-list-row {
    max-width: 480px;
    margin: 0 auto;
  }
  .blog-post-list-item-inner {
    margin-bottom: 30px;
  }
  .blog-post-author-block img {
    height: 40px;
    width: 40px;
  }
  .blog-post-meta {
    margin-bottom: 8px;
  }
  .blog-post-banner-content h2.blog-heading {
    margin-bottom: 15px;
  }
  .blog-post-body-block {
    padding: 40px 0;
  }
  .related-post-container {
    padding: 60px 0;
  }
  .blog-related-heading {
    margin-bottom: 25px;
  }
  .hero-section .page-center {
    margin: 0 auto 0 0;
    padding: 0 25px;
    position: static;
    transform: none;
  }
  .image-gallery-grid-section.three-col .image-gallery-grid-item-wrapper {
    width: 50%;
  }
  .two-column-image-section .image-column-inner:hover .image-content p {
    line-height: 1.1;
  }

  .menu-sidepanel {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    left: 0;
    top: 0;
    padding: 15px;
    background: #000;
  }
}

@media(max-width:480px){
  .home-banner-content-block {
    padding: 150px 0 80px;
  }
  .image-with-content-two-column-card-content-inner {
    padding: 30px 20px;
  }
  .image-with-content-two-column-card-section .page-center {
    padding: 0 15px;
  }
  .logo-slider-heading-block {
    margin-bottom: 35px;
  }
  .testimonial-section .page-center {
    padding: 0 15px;
  }
  .testimonial-section-inner {
    padding: 40px 25px;
  }
  .testimonial-name {
    padding-bottom: 30px;
    padding-top: 15px;
  }
  .testimonial-content h4{
    font-size:20px;
  }
  .produktion-content-section {
    padding: 40px 0;
  }
  .produktion-content-heading h3 {
    margin-bottom: 16px;
  }
  .produktion-content-image-item, .produktion-content-image-block.three-column .produktion-content-image-item  {
    width: 100%;
  }
  .produktion-content-image-after-text {
    margin-top: 20px;
  }
  .team-families-three-column-item {
    width: 100%;
  }
  .team-families-three-column-block-image {
    margin-bottom: 12px;
  }
  .team-families-three-column-bottom-button-block {
    margin-top: 10px;
  }
  .employee-benefits-two-column-box-content h6 {
    margin-bottom: 0;
  }
  .employee-benefits-two-column-heading {
    margin-bottom: 25px;
  }
  .employee-benefits-two-column-box-content h6 {
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .image-gallery-grid-item-wrapper {
    width: 100%;
  }
  .image-gallery-grid-item-wrapper:nth-child(2) {
    margin-top: 16px;
  }
  .image-gallery-grid-item-wrapper:nth-child(4) {
    margin-top: 16px;
  }
  .reference-image img {
    height: 230.89px !important;
  }
  .reference-image {
    margin-bottom: 18px;
  }
  .produktion-content-image-block.three-column .produktion-content-image-item:first-child, .produktion-content-image-block.three-column .produktion-content-image-item:nth-child(2), .produktion-content-image-block.three-column .produktion-content-image-item:nth-child(3) {
    width: 100%!important;
  }
  .hero-section.bg-video .jquery-background-video-wrapper video {
    min-height: 460px;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {;
    font-size: 12px!important;
    padding: 12px 28px!important;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 24px 16px!important;
  }
  .image-gallery-grid-section.two-col .image-gallery-grid-item-wrapper,
  .image-gallery-grid-section.three-col .image-gallery-grid-item-wrapper{
    width: 100%;
}
}