@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.card-switcher-slider .slick-track {
  height: 100%; }
  .card-switcher-slider .slick-track .slick-slide {
    height: 100%;
    min-width: 355px;
    max-width: 355px; }
    @media (max-width: 1024px) {
      .card-switcher-slider .slick-track .slick-slide {
        min-width: 336px;
        max-width: 336px; } }
    @media (max-width: 768px) {
      .card-switcher-slider .slick-track .slick-slide {
        min-width: 380px;
        max-width: 380px; } }
    @media (max-width: 480px) {
      .card-switcher-slider .slick-track .slick-slide {
        min-width: auto;
        max-width: 100%; } }

.card-switcher-slider-pagination {
  position: relative;
  margin: 2.8125em 0; }
  .card-switcher-slider-pagination .slick-dots {
    position: relative;
    bottom: auto; }
    .card-switcher-slider-pagination .slick-dots li.slick-active button {
      background: #243D51; }
    .card-switcher-slider-pagination .slick-dots li button {
      background: #ffffff;
      border-radius: 50%; }
      .card-switcher-slider-pagination .slick-dots li button::before {
        display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern bl__rowsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other bl__rowsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all bl__rowsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other bl__rowsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all bl__rowsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all bl__rowsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all bl__rowsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all bl__rowsers.
 * 2. Correct font size not being inherited in all bl__rowsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all bl__rowsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-l__collapse: l__collapse;
  border-spacing: 0; }

.cf:before,
.cf:after, .l__row:before, .l__row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  height: 0;
  width: 0; }

.cf:after, .l__row:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .l__row {
  *zoom: 1; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  min-height: 100%; }

body {
  background: white;
  color: #2a2c2b;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6em;
  line-height: 1.61803399em;
  min-height: 100%;
  -webkit-font-smoothing: antialised; }
  body.noscroll {
    overflow: hidden; }
  @media (max-width: 1024px) {
    body {
      font-size: 1.5em; } }
  @media (max-width: 768px) {
    body {
      font-size: 1.4em; } }
  @media (max-width: 480px) {
    body {
      font-size: 1.3em; } }

@font-face {
  font-family: 'Futura Book';
  src: url("/wp-content/themes/mw-oasys/library/fonts/futura_book/futura-boo.otf");
  src: url("/wp-content/themes/mw-oasys/library/fonts/futura_book/futura-boo.otf") format("opentype"), url("/wp-content/themes/mw-oasys/library/fonts/futura_book/futura-boo.ttf") format("truetype"), url("/wp-content/themes/mw-oasys/library/fonts/futura_book/futura-boo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("/wp-content/themes/mw-oasys/library/fonts/open_sans/open-sans.ttf");
  src: url("/wp-content/themes/mw-oasys/library/fonts/open_sans/open-sans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Futura Book", sans-serif;
  font-weight: 400;
  margin: 0 0 1em; }

h1 {
  color: #243D51;
  font-size: 2.5em;
  line-height: 1.35em; }
  h1.alt {
    color: #2a2c2b; }

h2 {
  color: #105280;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 44px; }
  h2.alt {
    color: #2a2c2b; }
  h2.structuralTag, h2.bridgeTag, h2.bridges-single-productsTag, h2.buildings-product-bundlesTag, h2.buildingsTag, h2.vibration-seismic-analysis-single-productsTag, h2.vibration-seismic-analysisTag {
    color: #0061a0; }
  h2.geotechnicalTag, h2.piling-foundationsTag, h2.pile-analysis-foundationsTag, h2.pile-analysis-foundations-product-bundlesTag, h2.retaining-walls-single-productsTag, h2.retaining-wallsTag, h2.soil-movement-stabilityTag, h2.soil-movement-stability-designTag, h2.soil-movement-stability-product-bundlesTag {
    color: #649d35; }
  h2.pedestrian-simulationTag {
    color: #6d0049; }
  h2.dynaTag {
    color: #159697; }

h3 {
  color: #105280;
  font-size: 1.5625em;
  line-height: 1.64em; }
  h3.alt {
    color: #2a2c2b; }
  h3.structuralTag, h3.bridgeTag, h3.bridges-single-productsTag, h3.buildings-product-bundlesTag, h3.buildingsTag, h3.vibration-seismic-analysis-single-productsTag, h3.vibration-seismic-analysisTag {
    color: #0061a0; }
  h3.geotechnicalTag, h3.piling-foundationsTag, h3.pile-analysis-foundationsTag, h3.pile-analysis-foundations-product-bundlesTag, h3.retaining-walls-single-productsTag, h3.retaining-wallsTag, h3.soil-movement-stabilityTag, h3.soil-movement-stability-designTag, h3.soil-movement-stability-product-bundlesTag {
    color: #649d35; }
  h3.pedestrian-simulationTag {
    color: #6d0049; }
  h3.dynaTag {
    color: #159697; }

h4 {
  color: #243D51;
  font-size: 1.25em;
  line-height: 1.3em;
  margin-bottom: 0.75em; }
  h4.alt {
    color: #2a2c2b; }
  h4.structuralTag, h4.bridgeTag, h4.bridges-single-productsTag, h4.buildings-product-bundlesTag, h4.buildingsTag, h4.vibration-seismic-analysis-single-productsTag, h4.vibration-seismic-analysisTag {
    color: #0061a0; }
  h4.geotechnicalTag, h4.piling-foundationsTag, h4.pile-analysis-foundationsTag, h4.pile-analysis-foundations-product-bundlesTag, h4.retaining-walls-single-productsTag, h4.retaining-wallsTag, h4.soil-movement-stabilityTag, h4.soil-movement-stability-designTag, h4.soil-movement-stability-product-bundlesTag {
    color: #649d35; }
  h4.pedestrian-simulationTag {
    color: #6d0049; }
  h4.dynaTag {
    color: #159697; }

.linkTag {
  color: #105280; }
  .linkTag.structuralTag, .linkTag.bridgeTag, .linkTag.bridges-single-productsTag, .linkTag.buildings-product-bundlesTag, .linkTag.buildingsTag, .linkTag.vibration-seismic-analysis-single-productsTag, .linkTag.vibration-seismic-analysisTag {
    color: #0061a0; }
  .linkTag.geotechnicalTag, .linkTag.piling-foundationsTag, .linkTag.pile-analysis-foundationsTag, .linkTag.pile-analysis-foundations-product-bundlesTag, .linkTag.retaining-walls-single-productsTag, .linkTag.retaining-wallsTag, .linkTag.soil-movement-stabilityTag, .linkTag.soil-movement-stability-designTag, .linkTag.soil-movement-stability-product-bundlesTag {
    color: #649d35; }
  .linkTag.pedestrian-simulationTag {
    color: #6d0049; }

a {
  color: #243D51;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }
  a.u {
    text-decoration: underline; }

p {
  margin: 0 0 1.61803399em 0; }

ul {
  margin: 0 0 1.61803399em;
  padding: 0 0 0 1.875em; }
  ul li {
    padding: 0; }
  ul ul {
    margin-bottom: 0; }
  ul.inline-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.inline-list li {
      display: inline-block;
      margin: 0;
      padding: 0; }
  ul.nolist {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.nolist li {
      margin: 0;
      padding: 0; }
  ul.custom {
    list-style: none; }
    ul.custom li {
      position: relative; }
      ul.custom li::before {
        background-image: url("/wp-content/themes/mw-oasys/library/images/icons/custom-list.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        content: "";
        height: 12px;
        left: -1em;
        position: absolute;
        top: 0.375em;
        width: 7px; }
      ul.custom li a {
        color: #2a2c2b; }
        ul.custom li a:hover {
          color: #243D51; }
  ul.brochures li {
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 33px;
    padding-left: 2.1875em; }
    ul.brochures li:not(:last-child) {
      margin-bottom: 0.625em; }
    ul.brochures li::before {
      background-image: url("/wp-content/themes/mw-oasys/library/images/icons/brochure_icon.png");
      background-size: contain;
      background-position: 0 0;
      height: 33px;
      width: 26px; }
  ul.videos li {
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    padding-left: 3.75em; }
    ul.videos li:not(:last-child) {
      margin-bottom: 0.625em; }
    ul.videos li::before {
      background-image: url("/wp-content/themes/mw-oasys/library/images/icons/video_icon.png");
      background-size: contain;
      background-position: 0 0;
      height: 30px;
      width: 40px; }
  ul.chevron {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.chevron li::before {
      color: #243D51;
      content: "\00bb";
      font-size: 1.25em;
      margin-right: 5px; }
    ul.chevron li:not(:last-child) {
      margin-bottom: 1.25em; }
    ul.chevron a {
      color: #2a2c2b;
      text-decoration: underline; }
  ul.downloads {
    font-size: 1.25em; }
    ul.downloads li {
      margin-bottom: 1em; }
    ul.downloads a {
      color: #2a2c2b;
      text-decoration: underline; }

ol {
  counter-reset: item;
  margin: 0 0 1.61803399em;
  padding: 0 0 0 1.875em; }
  ol li {
    padding: 0;
    position: relative; }
  ol ol {
    margin-bottom: 0; }
  ol.nolist {
    list-style: none;
    margin: 0;
    padding: 0; }
    ol.nolist li {
      margin: 0;
      padding: 0; }
      ol.nolist li::before {
        display: none; }
  ol.benefits {
    margin: 0;
    padding: 0; }
    ol.benefits li {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.875em;
      min-height: 6em;
      padding-left: 7.8125em;
      position: relative;
      counter-increment: item; }
      ol.benefits li::before {
        content: counters(item, ".") ". ";
        background-image: -webkit-linear-gradient(316deg, #5436ff 0%, #243d51 17%, #0061a0 100%);
        background-image: linear-gradient(134deg, #5436ff 0%, #243d51 17%, #0061a0 100%);
        border-radius: 50%;
        color: #ffffff;
        height: 3.2em;
        font-size: 1.875em;
        left: 0;
        padding-left: 1.3333333333em;
        padding-top: 1.2em;
        top: 0;
        position: absolute;
        width: 3.2em; }
      ol.benefits li.structuralTag::before, ol.benefits li.bridgeTag::before, ol.benefits li.bridges-single-productsTag::before, ol.benefits li.buildings-product-bundlesTag::before, ol.benefits li.buildingsTag::before, ol.benefits li.vibration-seismic-analysis-single-productsTag::before, ol.benefits li.vibration-seismic-analysisTag::before {
        content: counters(item, ".") ". ";
        background: -webkit-linear-gradient(316deg, #243d51 0%, #0061a0 100%);
        background: linear-gradient(134deg, #243d51 0%, #0061a0 100%); }
      ol.benefits li.geotechnicalTag::before, ol.benefits li.pile-analysis-foundationsTag::before, ol.benefits li.pile-analysis-foundations-product-bundlesTag::before, ol.benefits li.retaining-walls-single-productsTag::before, ol.benefits li.retaining-wallsTag::before, ol.benefits li.soil-movement-stabilityTag::before, ol.benefits li.soil-movement-stability-product-bundlesTag::before {
        content: counters(item, ".") ". ";
        background: -webkit-linear-gradient(316deg, #429321 0%, #B4EC51 100%);
        background: linear-gradient(134deg, #429321 0%, #B4EC51 100%); }
      ol.benefits li.pedestrian-simulationTag::before {
        content: counters(item, ".") ". ";
        background: -webkit-linear-gradient(316deg, #6D0049 0%, #A60080 100%);
        background: linear-gradient(134deg, #6D0049 0%, #A60080 100%); }

dl {
  margin: 0;
  padding: 0; }
  dl dd, dl dt {
    line-height: 1.625em;
    margin: 0;
    padding: 0; }
  dl dt {
    font-weight: 600; }

p a {
  text-decoration: underline; }

.l__pushtop {
  padding-top: 3.125em; }

.l__contain {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  @media (max-width: 768px) {
    .l__contain {
      padding: 0 10px; } }
  .l__contain--cro {
    max-width: 1210px; }
  .l__contain.full {
    padding: 0; }

.l__wrap {
  position: relative; }

.l__flexheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.l__gridmaintain {
  height: 100%; }

.l__row {
  clear: both; }
  .l__row__negative5 {
    margin: 0 -5px; }
    .l__row__negative5 > .l__col > .l__col__evenpad, .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; }
  .l__row__negative10 {
    margin: 0 -10px; }
    .l__row__negative10 > .l__col > .l__col__evenpad, .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row__negative20 {
    margin: 0 -20px; }
    .l__row__negative20 > .l__col > .l__col__evenpad, .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row__negative30 {
    margin: 0 -30px; }
    .l__row__negative30 > .l__col > .l__col__evenpad, .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 30px; }
  .l__row__altlayout > [class*="l__col"], .l__row__altlayout .l__flexheight > [class*="l__col"] {
    float: right; }
  @media (max-width: 1366px) {
    .l__row .l__row[data-1366*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1366*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-1366*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-1366*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 1024px) {
    .l__row .l__row[data-1024*="flush"] {
      margin: 0; }
      .l__row .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-1024*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-1024*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-1024*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 768px) {
    .l__row .l__row[data-768*="flush"] {
      margin: 0; }
      .l__row .l__row[data-768*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-768*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-768*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-768*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 480px) {
    .l__row .l__row[data-480*="flush"] {
      margin: 0; }
      .l__row .l__row[data-480*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-480*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-480*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-480*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }
  @media (max-width: 360px) {
    .l__row .l__row[data-360*="flush"] {
      margin: 0; }
      .l__row .l__row[data-360*="flush"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
        margin: 0; }
    .l__row .l__row[data-360*="negative20"] {
      margin: 0 -20px; }
      .l__row .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 20px; }
    .l__row .l__row[data-360*="negative10"] {
      margin: 0 -10px; }
      .l__row .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 10px; }
    .l__row .l__row[data-360*="negative5"] {
      margin: 0 -5px; }
      .l__row .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
        margin: 0 5px; } }

@media (max-width: 1366px) {
  .l__row[data-1366*="flush"] {
    margin: 0; }
    .l__row[data-1366*="flush"] > .l__col > .l__col__evenpad, .l__row[data-1366*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1366*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1366*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-1366*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1366*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-1366*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1366*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-1366*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 1024px) {
  .l__row[data-1024*="flush"] {
    margin: 0; }
    .l__row[data-1024*="flush"] > .l__col > .l__col__evenpad, .l__row[data-1024*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-1024*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-1024*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-1024*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-1024*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-1024*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-1024*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-1024*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 768px) {
  .l__row[data-768*="flush"] {
    margin: 0; }
    .l__row[data-768*="flush"] > .l__col > .l__col__evenpad, .l__row[data-768*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-768*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-768*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-768*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-768*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-768*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-768*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-768*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 480px) {
  .l__row[data-480*="flush"] {
    margin: 0; }
    .l__row[data-480*="flush"] > .l__col > .l__col__evenpad, .l__row[data-480*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-480*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-480*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-480*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-480*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-480*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-480*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-480*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 360px) {
  .l__row[data-360*="flush"] {
    margin: 0; }
    .l__row[data-360*="flush"] > .l__col > .l__col__evenpad, .l__row[data-360*="flush"] > .c__flexheight > .l__col > .l__col__evenpad {
      margin: 0; }
  .l__row[data-360*="negative20"] {
    margin: 0 -20px; }
    .l__row[data-360*="negative20"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative20"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 20px; }
  .l__row[data-360*="negative10"] {
    margin: 0 -10px; }
    .l__row[data-360*="negative10"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative10"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 10px; }
  .l__row[data-360*="negative5"] {
    margin: 0 -5px; }
    .l__row[data-360*="negative5"] > .l__col > .l__col__evenpad, .l__row[data-360*="negative5"] > .l__flexheight > .l__col > .l__col__evenpad {
      margin: 0 5px; } }

@media (max-width: 1024px) {
  [data-1024*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 768px) {
  [data-768*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (max-width: 480px) {
  [data-480*="reverse"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.l__col__evenpad {
  margin: 0 10px; }

.l__col__span1, .l__col__span1-5, .l__col__span2, .l__col__span2-4, .l__col__span3, .l__col__span3-3, .l__col__span4, .l__col__span5, .l__col__span6, .l__col__span7, .l__col__span8, .l__col__span9, .l__col__span10, .l__col__span11, .l__col__span12, .l__col__span13, .l__col__span14, .l__col__span15, .l__col__span16, .l__col__span17, .l__col__span18, .l__col__span19, .l__col__span20, .l__col__span21, .l__col__span22, .l__col__span23, .l__col__span24 {
  float: left; }

.l__col__span1 {
  width: 8.3333333333%; }

.l__col__span1-5 {
  width: 12.5%; }

.l__col__span2 {
  width: 16.6666666667%; }

.l__col__span2-4 {
  width: 20%; }

.l__col__span3 {
  width: 25%; }

.l__col__span3-3 {
  width: 27.5%; }

.l__col__span4 {
  width: 33.3333333333%; }

.l__col__span5 {
  width: 41.6666666667%; }

.l__col__span6 {
  width: 50%; }

.l__col__span7 {
  width: 58.3333333333%; }

.l__col__span8 {
  width: 66.6666666667%; }

.l__col__span9 {
  width: 75%; }

.l__col__span10 {
  width: 83.3333333333%; }

.l__col__span11 {
  width: 91.6666666667%; }

.l__col__span12 {
  width: 100%; }

.l__col__offby1 {
  margin-left: 8.3333333333%; }

.l__col__offby2 {
  margin-left: 16.6666666667%; }

.l__col__offby3 {
  margin-left: 25%; }

.l__col__offby4 {
  margin-left: 33.3333333333%; }

.l__col__offby5 {
  margin-left: 41.6666666667%; }

.l__col__offby6 {
  margin-left: 50%; }

.l__col__offby7 {
  margin-left: 58.3333333333%; }

.l__col__offby8 {
  margin-left: 66.6666666667%; }

.l__col__offby9 {
  margin-left: 75%; }

.l__col__offby10 {
  margin-left: 83.3333333333%; }

.l__col__offby11 {
  margin-left: 91.6666666667%; }

.l__col__offby12 {
  margin-left: 100%; }

@media (max-width: 1366px) {
  .l__col[data-1366*="1"] {
    width: 8.3333333333%; }
  .l__col[data-1366*="2"] {
    width: 16.6666666667%; }
  .l__col[data-1366*="3"] {
    width: 25%; }
  .l__col[data-1366*="4"] {
    width: 33.3333333333%; }
  .l__col[data-1366*="5"] {
    width: 41.6666666667%; }
  .l__col[data-1366*="6"] {
    width: 50%; }
  .l__col[data-1366*="7"] {
    width: 58.3333333333%; }
  .l__col[data-1366*="8"] {
    width: 66.6666666667%; }
  .l__col[data-1366*="9"] {
    width: 75%; }
  .l__col[data-1366*="10"] {
    width: 83.3333333333%; }
  .l__col[data-1366*="11"] {
    width: 91.6666666667%; }
  .l__col[data-1366*="12"] {
    width: 100%; }
  .l__col[data-offby1366*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby1366*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby1366*="3"] {
    margin-left: 25%; }
  .l__col[data-offby1366*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby1366*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby1366*="6"] {
    margin-left: 50%; }
  .l__col[data-offby1366*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby1366*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby1366*="9"] {
    margin-left: 75%; }
  .l__col[data-offby1366*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby1366*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby1366*="12"] {
    margin-left: 100%; }
  .l__col[data-offby1366*="false"] {
    margin-left: 0; } }

@media (max-width: 1024px) {
  .l__col[data-1024*="1"] {
    width: 8.3333333333%; }
  .l__col[data-1024*="2"] {
    width: 16.6666666667%; }
  .l__col[data-1024*="3"] {
    width: 25%; }
  .l__col[data-1024*="4"] {
    width: 33.3333333333%; }
  .l__col[data-1024*="5"] {
    width: 41.6666666667%; }
  .l__col[data-1024*="6"] {
    width: 50%; }
  .l__col[data-1024*="7"] {
    width: 58.3333333333%; }
  .l__col[data-1024*="8"] {
    width: 66.6666666667%; }
  .l__col[data-1024*="9"] {
    width: 75%; }
  .l__col[data-1024*="10"] {
    width: 83.3333333333%; }
  .l__col[data-1024*="11"] {
    width: 91.6666666667%; }
  .l__col[data-1024*="12"] {
    width: 100%; }
  .l__col[data-offby1024*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby1024*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby1024*="3"] {
    margin-left: 25%; }
  .l__col[data-offby1024*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby1024*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby1024*="6"] {
    margin-left: 50%; }
  .l__col[data-offby1024*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby1024*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby1024*="9"] {
    margin-left: 75%; }
  .l__col[data-offby1024*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby1024*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby1024*="12"] {
    margin-left: 100%; }
  .l__col[data-offby1024*="false"] {
    margin-left: 0; } }

@media (max-width: 768px) {
  .l__col[data-768*="1"] {
    width: 8.3333333333%; }
  .l__col[data-768*="2"] {
    width: 16.6666666667%; }
  .l__col[data-768*="3"] {
    width: 25%; }
  .l__col[data-768*="4"] {
    width: 33.3333333333%; }
  .l__col[data-768*="5"] {
    width: 41.6666666667%; }
  .l__col[data-768*="6"] {
    width: 50%; }
  .l__col[data-768*="7"] {
    width: 58.3333333333%; }
  .l__col[data-768*="8"] {
    width: 66.6666666667%; }
  .l__col[data-768*="9"] {
    width: 75%; }
  .l__col[data-768*="10"] {
    width: 83.3333333333%; }
  .l__col[data-768*="11"] {
    width: 91.6666666667%; }
  .l__col[data-768*="12"] {
    width: 100%; }
  .l__col[data-offby768*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby768*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby768*="3"] {
    margin-left: 25%; }
  .l__col[data-offby768*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby768*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby768*="6"] {
    margin-left: 50%; }
  .l__col[data-offby768*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby768*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby768*="9"] {
    margin-left: 75%; }
  .l__col[data-offby768*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby768*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby768*="12"] {
    margin-left: 100%; }
  .l__col[data-offby768*="false"] {
    margin-left: 0; } }

@media (max-width: 480px) {
  .l__col[data-480*="1"] {
    width: 8.3333333333%; }
  .l__col[data-480*="2"] {
    width: 16.6666666667%; }
  .l__col[data-480*="3"] {
    width: 25%; }
  .l__col[data-480*="4"] {
    width: 33.3333333333%; }
  .l__col[data-480*="5"] {
    width: 41.6666666667%; }
  .l__col[data-480*="6"] {
    width: 50%; }
  .l__col[data-480*="7"] {
    width: 58.3333333333%; }
  .l__col[data-480*="8"] {
    width: 66.6666666667%; }
  .l__col[data-480*="9"] {
    width: 75%; }
  .l__col[data-480*="10"] {
    width: 83.3333333333%; }
  .l__col[data-480*="11"] {
    width: 91.6666666667%; }
  .l__col[data-480*="12"] {
    width: 100%; }
  .l__col[data-offby480*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby480*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby480*="3"] {
    margin-left: 25%; }
  .l__col[data-offby480*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby480*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby480*="6"] {
    margin-left: 50%; }
  .l__col[data-offby480*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby480*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby480*="9"] {
    margin-left: 75%; }
  .l__col[data-offby480*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby480*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby480*="12"] {
    margin-left: 100%; }
  .l__col[data-offby480*="false"] {
    margin-left: 0; } }

@media (max-width: 360px) {
  .l__col[data-360*="1"] {
    width: 8.3333333333%; }
  .l__col[data-360*="2"] {
    width: 16.6666666667%; }
  .l__col[data-360*="3"] {
    width: 25%; }
  .l__col[data-360*="4"] {
    width: 33.3333333333%; }
  .l__col[data-360*="5"] {
    width: 41.6666666667%; }
  .l__col[data-360*="6"] {
    width: 50%; }
  .l__col[data-360*="7"] {
    width: 58.3333333333%; }
  .l__col[data-360*="8"] {
    width: 66.6666666667%; }
  .l__col[data-360*="9"] {
    width: 75%; }
  .l__col[data-360*="10"] {
    width: 83.3333333333%; }
  .l__col[data-360*="11"] {
    width: 91.6666666667%; }
  .l__col[data-360*="12"] {
    width: 100%; }
  .l__col[data-offby360*="1"] {
    margin-left: 8.3333333333%; }
  .l__col[data-offby360*="2"] {
    margin-left: 16.6666666667%; }
  .l__col[data-offby360*="3"] {
    margin-left: 25%; }
  .l__col[data-offby360*="4"] {
    margin-left: 33.3333333333%; }
  .l__col[data-offby360*="5"] {
    margin-left: 41.6666666667%; }
  .l__col[data-offby360*="6"] {
    margin-left: 50%; }
  .l__col[data-offby360*="7"] {
    margin-left: 58.3333333333%; }
  .l__col[data-offby360*="8"] {
    margin-left: 66.6666666667%; }
  .l__col[data-offby360*="9"] {
    margin-left: 75%; }
  .l__col[data-offby360*="10"] {
    margin-left: 83.3333333333%; }
  .l__col[data-offby360*="11"] {
    margin-left: 91.6666666667%; }
  .l__col[data-offby360*="12"] {
    margin-left: 100%; }
  .l__col[data-offby360*="false"] {
    margin-left: 0; } }

.l__row__altlayout .l__col__offby1 {
  margin-right: 8.3333333333%; }

.l__row__altlayout .l__col__offby2 {
  margin-right: 16.6666666667%; }

.l__row__altlayout .l__col__offby3 {
  margin-right: 25%; }

.l__row__altlayout .l__col__offby4 {
  margin-right: 33.3333333333%; }

.l__row__altlayout .l__col__offby5 {
  margin-right: 41.6666666667%; }

.l__row__altlayout .l__col__offby6 {
  margin-right: 50%; }

.l__row__altlayout .l__col__offby7 {
  margin-right: 58.3333333333%; }

.l__row__altlayout .l__col__offby8 {
  margin-right: 66.6666666667%; }

.l__row__altlayout .l__col__offby9 {
  margin-right: 75%; }

.l__row__altlayout .l__col__offby10 {
  margin-right: 83.3333333333%; }

.l__row__altlayout .l__col__offby11 {
  margin-right: 91.6666666667%; }

.l__row__altlayout .l__col__offby12 {
  margin-right: 100%; }

.l__row[data-grid="24"] .l__col__span1 {
  width: 4.1666666667%; }

.l__row[data-grid="24"] .l__col__span2 {
  width: 8.3333333333%; }

.l__row[data-grid="24"] .l__col__span3 {
  width: 12.5%; }

.l__row[data-grid="24"] .l__col__span4 {
  width: 16.6666666667%; }

.l__row[data-grid="24"] .l__col__span5 {
  width: 20.8333333333%; }

.l__row[data-grid="24"] .l__col__span6 {
  width: 25%; }

.l__row[data-grid="24"] .l__col__span7 {
  width: 29.1666666667%; }

.l__row[data-grid="24"] .l__col__span8 {
  width: 33.3333333333%; }

.l__row[data-grid="24"] .l__col__span9 {
  width: 37.5%; }

.l__row[data-grid="24"] .l__col__span10 {
  width: 41.6666666667%; }

.l__row[data-grid="24"] .l__col__span11 {
  width: 45.8333333333%; }

.l__row[data-grid="24"] .l__col__span12 {
  width: 50%; }

.l__row[data-grid="24"] .l__col__span13 {
  width: 54.1666666667%; }

.l__row[data-grid="24"] .l__col__span14 {
  width: 58.3333333333%; }

.l__row[data-grid="24"] .l__col__span15 {
  width: 62.5%; }

.l__row[data-grid="24"] .l__col__span16 {
  width: 66.6666666667%; }

.l__row[data-grid="24"] .l__col__span17 {
  width: 70.8333333333%; }

.l__row[data-grid="24"] .l__col__span18 {
  width: 75%; }

.l__row[data-grid="24"] .l__col__span19 {
  width: 79.1666666667%; }

.l__row[data-grid="24"] .l__col__span20 {
  width: 83.3333333333%; }

.l__row[data-grid="24"] .l__col__span21 {
  width: 87.5%; }

.l__row[data-grid="24"] .l__col__span22 {
  width: 91.6666666667%; }

.l__row[data-grid="24"] .l__col__span23 {
  width: 95.8333333333%; }

.l__row[data-grid="24"] .l__col__span24 {
  width: 100%; }

@media (max-width: 768px) {
  .l__row[data-grid="24"] .l__col[data-768*="1"] {
    width: 4.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="2"] {
    width: 8.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="4"] {
    width: 16.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="5"] {
    width: 20.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-768*="7"] {
    width: 29.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="8"] {
    width: 33.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="10"] {
    width: 41.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="11"] {
    width: 45.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-768*="13"] {
    width: 54.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="14"] {
    width: 58.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="16"] {
    width: 66.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="17"] {
    width: 70.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-768*="19"] {
    width: 79.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="20"] {
    width: 83.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-768*="22"] {
    width: 91.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-768*="23"] {
    width: 95.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-768*="24"] {
    width: 100%; } }

@media (max-width: 480px) {
  .l__row[data-grid="24"] .l__col[data-480*="1"] {
    width: 4.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="2"] {
    width: 8.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="3"] {
    width: 12.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="4"] {
    width: 16.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="5"] {
    width: 20.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="6"] {
    width: 25%; }
  .l__row[data-grid="24"] .l__col[data-480*="7"] {
    width: 29.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="8"] {
    width: 33.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="9"] {
    width: 37.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="10"] {
    width: 41.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="11"] {
    width: 45.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="12"] {
    width: 50%; }
  .l__row[data-grid="24"] .l__col[data-480*="13"] {
    width: 54.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="14"] {
    width: 58.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="15"] {
    width: 62.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="16"] {
    width: 66.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="17"] {
    width: 70.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="18"] {
    width: 75%; }
  .l__row[data-grid="24"] .l__col[data-480*="19"] {
    width: 79.1666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="20"] {
    width: 83.3333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="21"] {
    width: 87.5%; }
  .l__row[data-grid="24"] .l__col[data-480*="22"] {
    width: 91.6666666667%; }
  .l__row[data-grid="24"] .l__col[data-480*="23"] {
    width: 95.8333333333%; }
  .l__row[data-grid="24"] .l__col[data-480*="24"] {
    width: 100%; } }

.l__gutter__large {
  padding-left: 20em;
  padding-right: 20em; }

.l__gutter__medium {
  padding-left: 15em;
  padding-right: 15em; }

.l__gutter__small {
  padding-left: 10em;
  padding-right: 10em; }

.p__panel {
  height: 50vh;
  position: relative; }

.p__flexcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.p__abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.p__flexalign {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.p__panel {
  position: relative; }
  .p__panel__fullheight {
    height: 100vh; }

.no-js [data-anim*="fade"] {
  opacity: 1; }

@media (min-width: 769px) {
  [data-anim*="fade"] {
    opacity: 0; } }

.no-js [data-anim*="fade"] {
  opacity: 0; }

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  [data-anim][data-anim__delay="1"] {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  [data-anim][data-anim__duration="1"] {
    -webkit-animation-duration: 0.1s;
            animation-duration: 0.1s; }
  [data-anim][data-anim__delay="2"] {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  [data-anim][data-anim__duration="2"] {
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s; }
  [data-anim][data-anim__delay="3"] {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  [data-anim][data-anim__duration="3"] {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s; }
  [data-anim][data-anim__delay="4"] {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  [data-anim][data-anim__duration="4"] {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s; }
  [data-anim][data-anim__delay="5"] {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  [data-anim][data-anim__duration="5"] {
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s; }
  [data-anim][data-anim__delay="6"] {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  [data-anim][data-anim__duration="6"] {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s; }
  [data-anim][data-anim__delay="7"] {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  [data-anim][data-anim__duration="7"] {
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s; }
  [data-anim][data-anim__delay="8"] {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  [data-anim][data-anim__duration="8"] {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s; }
  [data-anim][data-anim__delay="9"] {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  [data-anim][data-anim__duration="9"] {
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s; }
  [data-anim][data-anim__delay="10"] {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  [data-anim][data-anim__duration="10"] {
    -webkit-animation-duration: 1s;
            animation-duration: 1s; }
  [data-anim][data-anim__delay="11"] {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
  [data-anim][data-anim__duration="11"] {
    -webkit-animation-duration: 1.1s;
            animation-duration: 1.1s; }
  [data-anim][data-anim__delay="12"] {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  [data-anim][data-anim__duration="12"] {
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s; }
  [data-anim][data-anim__delay="13"] {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s; }
  [data-anim][data-anim__duration="13"] {
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s; }
  [data-anim][data-anim__delay="14"] {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }
  [data-anim][data-anim__duration="14"] {
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s; }
  [data-anim][data-anim__delay="15"] {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  [data-anim][data-anim__duration="15"] {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; }
  [data-anim][data-anim__delay="16"] {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  [data-anim][data-anim__duration="16"] {
    -webkit-animation-duration: 1.6s;
            animation-duration: 1.6s; }
  [data-anim][data-anim__delay="17"] {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s; }
  [data-anim][data-anim__duration="17"] {
    -webkit-animation-duration: 1.7s;
            animation-duration: 1.7s; }
  [data-anim][data-anim__delay="18"] {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
  [data-anim][data-anim__duration="18"] {
    -webkit-animation-duration: 1.8s;
            animation-duration: 1.8s; }
  [data-anim][data-anim__delay="19"] {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s; }
  [data-anim][data-anim__duration="19"] {
    -webkit-animation-duration: 1.9s;
            animation-duration: 1.9s; }
  [data-anim][data-anim__delay="20"] {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  [data-anim][data-anim__duration="20"] {
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
  [data-anim][data-anim__delay="21"] {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s; }
  [data-anim][data-anim__duration="21"] {
    -webkit-animation-duration: 2.1s;
            animation-duration: 2.1s; }
  [data-anim][data-anim__delay="22"] {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s; }
  [data-anim][data-anim__duration="22"] {
    -webkit-animation-duration: 2.2s;
            animation-duration: 2.2s; }
  [data-anim][data-anim__delay="23"] {
    -webkit-animation-delay: 2.3s;
            animation-delay: 2.3s; }
  [data-anim][data-anim__duration="23"] {
    -webkit-animation-duration: 2.3s;
            animation-duration: 2.3s; }
  [data-anim][data-anim__delay="24"] {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s; }
  [data-anim][data-anim__duration="24"] {
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s; }
  [data-anim][data-anim__delay="25"] {
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s; }
  [data-anim][data-anim__duration="25"] {
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s; }
  [data-anim][data-anim__delay="26"] {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s; }
  [data-anim][data-anim__duration="26"] {
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s; }
  [data-anim][data-anim__delay="27"] {
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s; }
  [data-anim][data-anim__duration="27"] {
    -webkit-animation-duration: 2.7s;
            animation-duration: 2.7s; }
  [data-anim][data-anim__delay="28"] {
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s; }
  [data-anim][data-anim__duration="28"] {
    -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s; }
  [data-anim][data-anim__delay="29"] {
    -webkit-animation-delay: 2.9s;
            animation-delay: 2.9s; }
  [data-anim][data-anim__duration="29"] {
    -webkit-animation-duration: 2.9s;
            animation-duration: 2.9s; }
  [data-anim][data-anim__delay="30"] {
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
  [data-anim][data-anim__duration="30"] {
    -webkit-animation-duration: 3s;
            animation-duration: 3s; }
  [data-anim][data-anim__delay="31"] {
    -webkit-animation-delay: 3.1s;
            animation-delay: 3.1s; }
  [data-anim][data-anim__duration="31"] {
    -webkit-animation-duration: 3.1s;
            animation-duration: 3.1s; }
  [data-anim][data-anim__delay="32"] {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s; }
  [data-anim][data-anim__duration="32"] {
    -webkit-animation-duration: 3.2s;
            animation-duration: 3.2s; }
  [data-anim][data-anim__delay="33"] {
    -webkit-animation-delay: 3.3s;
            animation-delay: 3.3s; }
  [data-anim][data-anim__duration="33"] {
    -webkit-animation-duration: 3.3s;
            animation-duration: 3.3s; }
  [data-anim][data-anim__delay="34"] {
    -webkit-animation-delay: 3.4s;
            animation-delay: 3.4s; }
  [data-anim][data-anim__duration="34"] {
    -webkit-animation-duration: 3.4s;
            animation-duration: 3.4s; }
  [data-anim][data-anim__delay="35"] {
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s; }
  [data-anim][data-anim__duration="35"] {
    -webkit-animation-duration: 3.5s;
            animation-duration: 3.5s; }
  [data-anim][data-anim__delay="36"] {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s; }
  [data-anim][data-anim__duration="36"] {
    -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s; }
  [data-anim][data-anim__delay="37"] {
    -webkit-animation-delay: 3.7s;
            animation-delay: 3.7s; }
  [data-anim][data-anim__duration="37"] {
    -webkit-animation-duration: 3.7s;
            animation-duration: 3.7s; }
  [data-anim][data-anim__delay="38"] {
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s; }
  [data-anim][data-anim__duration="38"] {
    -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s; }
  [data-anim][data-anim__delay="39"] {
    -webkit-animation-delay: 3.9s;
            animation-delay: 3.9s; }
  [data-anim][data-anim__duration="39"] {
    -webkit-animation-duration: 3.9s;
            animation-duration: 3.9s; }
  [data-anim][data-anim__delay="40"] {
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  [data-anim][data-anim__duration="40"] {
    -webkit-animation-duration: 4s;
            animation-duration: 4s; }
  [data-anim][data-anim__delay="41"] {
    -webkit-animation-delay: 4.1s;
            animation-delay: 4.1s; }
  [data-anim][data-anim__duration="41"] {
    -webkit-animation-duration: 4.1s;
            animation-duration: 4.1s; }
  [data-anim][data-anim__delay="42"] {
    -webkit-animation-delay: 4.2s;
            animation-delay: 4.2s; }
  [data-anim][data-anim__duration="42"] {
    -webkit-animation-duration: 4.2s;
            animation-duration: 4.2s; }
  [data-anim][data-anim__delay="43"] {
    -webkit-animation-delay: 4.3s;
            animation-delay: 4.3s; }
  [data-anim][data-anim__duration="43"] {
    -webkit-animation-duration: 4.3s;
            animation-duration: 4.3s; }
  [data-anim][data-anim__delay="44"] {
    -webkit-animation-delay: 4.4s;
            animation-delay: 4.4s; }
  [data-anim][data-anim__duration="44"] {
    -webkit-animation-duration: 4.4s;
            animation-duration: 4.4s; }
  [data-anim][data-anim__delay="45"] {
    -webkit-animation-delay: 4.5s;
            animation-delay: 4.5s; }
  [data-anim][data-anim__duration="45"] {
    -webkit-animation-duration: 4.5s;
            animation-duration: 4.5s; }
  [data-anim][data-anim__delay="46"] {
    -webkit-animation-delay: 4.6s;
            animation-delay: 4.6s; }
  [data-anim][data-anim__duration="46"] {
    -webkit-animation-duration: 4.6s;
            animation-duration: 4.6s; }
  [data-anim][data-anim__delay="47"] {
    -webkit-animation-delay: 4.7s;
            animation-delay: 4.7s; }
  [data-anim][data-anim__duration="47"] {
    -webkit-animation-duration: 4.7s;
            animation-duration: 4.7s; }
  [data-anim][data-anim__delay="48"] {
    -webkit-animation-delay: 4.8s;
            animation-delay: 4.8s; }
  [data-anim][data-anim__duration="48"] {
    -webkit-animation-duration: 4.8s;
            animation-duration: 4.8s; }
  [data-anim][data-anim__delay="49"] {
    -webkit-animation-delay: 4.9s;
            animation-delay: 4.9s; }
  [data-anim][data-anim__duration="49"] {
    -webkit-animation-duration: 4.9s;
            animation-duration: 4.9s; }
  [data-anim][data-anim__delay="50"] {
    -webkit-animation-delay: 5s;
            animation-delay: 5s; }
  [data-anim][data-anim__duration="50"] {
    -webkit-animation-duration: 5s;
            animation-duration: 5s; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
            animation-name: fadeBounce; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
            animation-name: fadeScale; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
            animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
            animation-name: strokeAnim; }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
            animation-name: slideUp; }
  @media (min-width: 769px) {
    [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideover"] {
      -webkit-animation-name: slideOver;
              animation-name: slideOver; } }
  [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
            animation-name: slideUpMax; }
  @media (min-width: 769px) {
    [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeUpFeature"] {
      -webkit-animation-name: fadeUpFeature;
              animation-name: fadeUpFeature;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; } }
  @media (min-width: 1025px) {
    [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeUpFeatureHome"] {
      -webkit-animation-name: fadeUpFeatureHome;
              animation-name: fadeUpFeatureHome;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; } }
  @media (min-width: 769px) {
    [data-anim]:not([data-anim__scroll="true"])[data-anim~="fadeUpFeatureSub"] {
      -webkit-animation-name: fadeUpFeatureSub;
              animation-name: fadeUpFeatureSub;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; } }
  [data-anim]:not([data-anim__scroll="true"])[data-anim="modaldrop"] {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: modaldrop;
            animation-name: modaldrop; }
  [data-anim][data-anim__animate="true"][data-anim~="fadein"] {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn; }
  [data-anim][data-anim__animate="true"][data-anim~="fadebounce"] {
    -webkit-animation-name: fadeBounce;
            animation-name: fadeBounce; }
  [data-anim][data-anim__animate="true"][data-anim~="fadescale"] {
    -webkit-animation-name: fadeScale;
            animation-name: fadeScale; }
  [data-anim][data-anim__animate="true"][data-anim~="fadedownfromtop"] {
    -webkit-animation-name: fadeDownFromTop;
            animation-name: fadeDownFromTop;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideup"] {
    -webkit-animation-name: slideUp;
            animation-name: slideUp; }
  @media (min-width: 769px) {
    [data-anim][data-anim__animate="true"][data-anim~="fadeslideover"] {
      -webkit-animation-name: slideOver;
              animation-name: slideOver; } }
  [data-anim][data-anim__animate="true"][data-anim~="fadeslideupmax"] {
    -webkit-animation-name: slideUpMax;
            animation-name: slideUpMax;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  @media (min-width: 769px) {
    [data-anim][data-anim__animate="true"][data-anim~="fadeUpFeature"] {
      -webkit-animation-name: fadeUpFeature;
              animation-name: fadeUpFeature;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; } }
  @media (min-width: 1025px) {
    [data-anim][data-anim__animate="true"][data-anim~="fadeUpFeatureHome"] {
      -webkit-animation-name: fadeUpFeatureHome;
              animation-name: fadeUpFeatureHome;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; } }
  @media (min-width: 769px) {
    [data-anim][data-anim__animate="true"][data-anim~="fadeUpFeatureSub"] {
      -webkit-animation-name: fadeUpFeatureSub;
              animation-name: fadeUpFeatureSub;
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in; } }
  [data-anim][data-anim__animate="true"][data-anim~="stroke"] {
    -webkit-animation-name: strokeAnim;
            animation-name: strokeAnim; }
  [data-anim][data-anim__iteration="infinte"] {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideOver {
  0% {
    -webkit-transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-200px);
    opacity: 1; } }

@keyframes slideOver {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 1; } }

@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@keyframes strokeAnim {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes modaldrop {
  0% {
    -webkit-transform: translateY(-100%); }
  60% {
    -webkit-transform: translateY(4%); }
  90% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0); } }

@keyframes modaldrop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  60% {
    -webkit-transform: translateY(4%);
            transform: translateY(4%); }
  90% {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slideBefore {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); } }

@keyframes slideBefore {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw); } }

@-webkit-keyframes slideAfter {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw); } }

@keyframes slideAfter {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw); } }

@-webkit-keyframes fadeUpFeature {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 1; } }

@keyframes fadeUpFeature {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 1; } }

@-webkit-keyframes fadeUpFeatureHome {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 1; } }

@keyframes fadeUpFeatureHome {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 1; } }

@-webkit-keyframes fadeUpFeatureSub {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    opacity: 1; } }

@keyframes fadeUpFeatureSub {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    opacity: 1; } }

img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto; }
  img.left {
    margin: 0.625em 0.625em 0 0; }
  img.right {
    margin: 0.625em 0 0 0.625em; }
  img.size-full.alignright, img.size-large.alignright {
    float: right; }
    @media (max-width: 1024px) {
      img.size-full.alignright, img.size-large.alignright {
        display: block;
        float: none; } }
  img.size-full.aligncenter, img.size-large.aligncenter {
    display: block;
    float: left;
    width: 100%;
    text-align: center; }
  img.size-full.alignleft, img.size-large.alignleft {
    float: left; }

hr {
  background-color: #243D51;
  border: 0;
  height: 2px;
  margin: 3.125em 0; }
  hr.subsplit {
    height: 1px;
    margin: 1.5625em auto;
    width: 50%; }

em {
  background-color: #243D51;
  color: #ffffff;
  font-size: 0.75em;
  font-style: normal;
  padding: 2px; }

fieldset {
  border: 0; }

legend {
  display: none; }

.display-zero {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.error {
  color: #e6332a; }

.success {
  color: #243D51; }

.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

.pushBottom {
  margin-bottom: 1.5em; }

@media (max-width: 768px) {
  .flexCenterBelow768 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.c__info {
  background: url("/wp-content/themes/mw-oasys/library/images/info-icon.png") no-repeat right 5px;
  display: inline-block;
  padding-right: 20px;
  position: relative; }
  .c__info:hover {
    text-decoration: none; }
    .c__info:hover .tooltip {
      display: block; }
  .c__info__tooltip {
    background: #eaeaea;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    display: none;
    padding: 10px;
    position: absolute;
    right: -10px;
    width: 280px;
    z-index: 2; }
    .c__info__tooltip.toolbottom:after {
      border-bottom: 10px solid #eaeaea;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: 6px;
      top: -10px;
      width: 0; }
    .c__info__tooltip.toolright {
      right: -294px;
      top: -5px; }
      .c__info__tooltip.toolright:after {
        border-right: 10px solid #eaeaea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        left: -10px;
        top: 6px;
        width: 0; }
    .c__info__tooltip.toolleft {
      -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
              box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
      left: -294px;
      top: -4px; }
      .c__info__tooltip.toolleft:after {
        border-left: 10px solid #eaeaea;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: -10px;
        top: 6px;
        width: 0; }
    .c__info__tooltip.tooltop {
      bottom: 38px;
      -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
              box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
      left: 0;
      right: auto; }
      .c__info__tooltip.tooltop:after {
        border-top: 10px solid #eaeaea;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: -10px;
        content: "";
        height: 0;
        left: 7px;
        position: absolute;
        width: 0; }

.i__svg {
  display: block; }
  .i__svg.search {
    height: 1.375em;
    width: 1.375em; }
  .i__svg.dropArrow {
    height: 0.5em;
    width: 0.875em; }
  .i__svg.facebook {
    height: 2.625em;
    width: 2.625em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/final_facebook.svg);
    background-size: contain; }
  .i__svg.twitter {
    height: 2.625em;
    width: 2.625em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/final_twitter.svg);
    background-size: contain; }
  .i__svg.linkedin {
    height: 2.625em;
    width: 2.625em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/final_linkedin.svg);
    background-size: contain; }
  .i__svg.youtube {
    height: 2.625em;
    width: 2.625em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/final_youtube.svg);
    background-size: contain; }
  .i__svg.vimeo {
    height: 2.625em;
    width: 2.625em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/final_vimeo.svg);
    background-size: contain; }
  .i__svg.toggleCarousel {
    height: 1.6875em;
    width: 0.9375em; }
  .i__svg.structural {
    height: 5.9375em;
    width: 5.1875em; }
  .i__svg.productStructural {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/structural-product-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .i__svg.productGeo {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/geo-product-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .i__svg.productPedSim {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/pedsim-product-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .i__svg.productDyna {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/dyna-product-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain; }
  .i__svg.supportBrochure {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/support-brochure-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 5.4375em;
    width: 5.9375em; }
  .i__svg.supportTutorials {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/support-tutorial-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 4.5em;
    width: 5.5em; }
  .i__svg.supportManual {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/manual-support-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 6.0625em;
    width: 4.4375em; }
  .i__svg.supportLog {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/log-support-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 5.375em;
    width: 5.8125em; }
  .i__svg.supportFAQ {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/faq-support-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 5.875em;
    width: 5.9375em; }
  .i__svg.supportLicensing {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/licensing-support-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 5.9375em;
    width: 6em; }
  .i__svg.supportUservoice {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/uservoice-support-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 5.375em;
    width: 6.0625em; }
  .i__svg.supportContact {
    background-image: url(/wp-content/themes/mw-oasys/library/images/icons/contact-support-icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 5.3125em;
    width: 4.6875em; }
  .i__svg.reveal {
    height: 0.4em;
    width: 0.72em; }
  .i__svg svg {
    display: block;
    height: 100%;
    width: 100%; }

#newsletter-check {
  display: none; }
  #newsletter-check:checked + .newsletter-pop {
    display: block; }
    #newsletter-check:checked + .newsletter-pop #c__modal__wrapper {
      -webkit-animation: modaldrop 0.75s linear;
              animation: modaldrop 0.75s linear; }
      #newsletter-check:checked + .newsletter-pop #c__modal__wrapper .gform_body {
        margin: 1.5625em 0 0 0; }
      #newsletter-check:checked + .newsletter-pop #c__modal__wrapper h3 {
        color: #243D51;
        margin: 0; }
      #newsletter-check:checked + .newsletter-pop #c__modal__wrapper label {
        color: #243D51;
        text-align: left; }
      #newsletter-check:checked + .newsletter-pop #c__modal__wrapper input,
      #newsletter-check:checked + .newsletter-pop #c__modal__wrapper textarea {
        border-color: #b7b7b7; }

#license-check {
  display: none; }
  #license-check:checked + .license-pop {
    display: block; }

#c__modal {
  background-color: rgba(0, 0, 0, 0.64);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200; }
  #c__modal.newsletter-pop, #c__modal.license-pop {
    display: none; }
  #c__modal__wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  #c__modal__content {
    overflow-y: scroll;
    background-color: #ffffff;
    left: 50%;
    max-height: 95%;
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    padding: 3.125em 5em 1.875em;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 2.5em;
    top: 9.448818897637795vw;
    max-width: 930px;
    width: 100%; }
    @media (max-width: 480px) {
      #c__modal__content {
        padding: 3.125em 1.25em 1.875em; } }
    #c__modal__content .modal__close {
      cursor: pointer;
      display: block;
      height: 22px;
      position: absolute;
      right: 1.875em;
      top: 1.875em;
      width: 22px; }
      #c__modal__content .modal__close span {
        background-color: transparent;
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        #c__modal__content .modal__close span::before, #c__modal__content .modal__close span::after {
          background-color: #969696;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s; }
        #c__modal__content .modal__close span::before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        #c__modal__content .modal__close span::after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      #c__modal__content .modal__close:hover span::before {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
      #c__modal__content .modal__close:hover span::after {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); }
    #c__modal__content .modal__title {
      color: #243D51;
      font-size: 1.875em;
      line-height: 1.4333333333em;
      text-align: center; }
    #c__modal__content .modal__switch {
      text-align: center; }
      #c__modal__content .modal__switch ul {
        display: inline-block; }
        #c__modal__content .modal__switch ul li {
          float: left; }
          #c__modal__content .modal__switch ul li:not(:last-child) {
            border-right: 1px solid #2a2c2b;
            margin-right: 1em;
            padding-right: 1em; }
      #c__modal__content .modal__switch a {
        color: #2a2c2b;
        display: block;
        font-size: 0.9375em;
        line-height: 1em; }
    #c__modal__content .modal__content {
      margin-top: 1.875em; }
      #c__modal__content .modal__content label {
        color: #243D51;
        padding-left: 0.3125em;
        text-align: left; }

.btn {
  border-radius: 2em;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1em;
  padding: 1.0555555556em 1.6666666667em; }

.btn__standard {
  background: #243D51;
  border: 1px solid #243D51;
  color: #ffffff; }
  .btn__standard:hover {
    background: #FFFFFF;
    color: #243D51; }

.btn__newblue {
  border-radius: 50px;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  padding: 12px 40px;
  background: #0061a0;
  border: #0061a0;
  color: #ffffff; }
  .btn__newblue:hover {
    background: #243D51;
    border: #243D51; }

.btn__light {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #243D51; }
  .btn__light:hover {
    background: transparent;
    color: #FFFFFF; }

.btn__transparent {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff; }
  .btn__transparent:hover {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #243D51; }

.btn__transparent__blue {
  background: transparent;
  border: 1px solid #243D51;
  color: #243D51; }
  .btn__transparent__blue:hover {
    background: #243D51;
    color: #ffffff; }

.btn__transparent__purpleborder {
  border: 2px solid #6D0049;
  color: #6D0049;
  margin-right: 15px; }
  .btn__transparent__purpleborder:hover {
    color: #ffffff;
    background-color: #6D0049; }

.btn__transparent__purple {
  border: 2px solid #6D0049;
  background-color: #6D0049;
  color: #ffffff; }
  .btn__transparent__purple:hover {
    background-color: transparent;
    color: #6D0049; }

.btn__gradient {
  background: -webkit-linear-gradient(121deg, #5a28ff 0%, #5533ff 7%, #05d5ff 100%);
  background: linear-gradient(-31deg, #5a28ff 0%, #5533ff 7%, #05d5ff 100%);
  border: none;
  color: #ffffff;
  padding: 1em 1.875em; }

.btn__full {
  display: block;
  text-align: center;
  width: 100%; }

.btn__large {
  padding-left: 3.6111111111em;
  padding-right: 3.6111111111em; }

.btn:hover {
  text-decoration: none; }

.btn__formLabel {
  position: relative;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  margin: 0 1.375em;
  padding: 1.7777777778em 4em;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  z-index: 2; }
  @media (max-width: 768px) {
    .btn__formLabel {
      margin: 2em; } }
  .btn__formLabel.active {
    border: 2px solid #0061a0;
    background: #0061a0; }
    @media (max-width: 768px) {
      .btn__formLabel.active {
        display: block;
        opacity: 1;
        margin-bottom: 0;
        z-index: 10;
        margin: 1.375em 2.25em;
        padding: 1.7777777778em 4em; }
        .btn__formLabel.active::after, .btn__formLabel.active::before {
          top: 50%;
          -webkit-transform: translateY(-25%);
              -ms-transform: translateY(-25%);
                  transform: translateY(-25%);
          right: 25%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .btn__formLabel.active::after {
          border-top-color: #ffffff;
          border-width: 10px; } }
    @media (min-width: 769px) {
      .btn__formLabel.active::before {
        content: '';
        z-index: 1;
        background: #0061a0;
        border-radius: 3px;
        padding: 0.625em;
        position: absolute;
        left: 50%;
        bottom: -10px;
        -webkit-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg); } }
    .btn__formLabel.active:hover, .btn__formLabel.active:focus, .btn__formLabel.active:active {
      outline: none;
      background: #0061a0; }
  .btn__formLabel:hover, .btn__formLabel:focus, .btn__formLabel:active {
    outline: none;
    border: 2px solid #243D51;
    background: rgba(26, 25, 25, 0); }

.btn__contain {
  padding: 2.125em 0; }

button#form-3-label.active {
  margin-top: 0 !important; }

.mobile-select {
  position: relative; }
  .mobile-select h3.gform_title {
    display: none; }
  @media (max-width: 768px) {
    .mobile-select button {
      opacity: 0; } }
  @media (max-width: 768px) {
    .mobile-select button#form-1-label, .mobile-select button#form-2-label, .mobile-select button#form-3-label {
      padding: 0;
      margin: 0; } }
  @media (max-width: 768px) {
    .mobile-select button#form-1-label.addItem, .mobile-select button#form-1-label.active, .mobile-select button#form-2-label.addItem, .mobile-select button#form-2-label.active, .mobile-select button#form-3-label.addItem, .mobile-select button#form-3-label.active {
      display: block;
      opacity: 1;
      margin: 1.375em 2.25em;
      padding: 1.7777777778em 4em; } }
  .mobile-select span#button-menu {
    display: none; }
    @media (max-width: 768px) {
      .mobile-select span#button-menu {
        display: block;
        color: #ffffff;
        cursor: pointer; }
        .mobile-select span#button-menu::before {
          content: '';
          background-image: url("/wp-content/themes/mw-oasys/library/images/select-down.png");
          background-repeat: no-repeat;
          width: 18px;
          height: 10px;
          position: absolute;
          right: 30%;
          -webkit-transform: translateY(5px);
              -ms-transform: translateY(5px);
                  transform: translateY(5px); } }

input, label, textarea, select {
  display: block;
  width: 100%;
  font-size: 16px; }
  input::-webkit-input-placeholder, label::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    font-size: 16px !important; }
  input:-ms-input-placeholder, label:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    font-size: 16px !important; }
  input::placeholder, label::placeholder, textarea::placeholder, select::placeholder {
    font-size: 16px !important; }

label {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625em;
  margin-bottom: 0.3125em;
  padding-left: 0.9375em; }
  label.alt {
    color: #2a2c2b; }
  label.full {
    line-height: 3.625em;
    margin: 0; }

input, textarea, select {
  border: 1px solid #ffffff;
  border-radius: 2em;
  margin: 0;
  padding: 0.9375em 1.875em; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #434645;
    font-size: 0.8125em; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #434645;
    font-size: 0.8125em; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #434645;
    font-size: 0.8125em; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #434645;
    font-size: 0.8125em; }
  input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    outline: none; }
  input.alt, textarea.alt, select.alt {
    border: 1px solid #b7b7b7; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/mw-oasys/library/images/select-down.png");
  background-size: 17px 9px;
  background-position: right 1em center;
  background-repeat: no-repeat;
  background-color: #FFFFFF; }

select::-ms-expand {
  display: none; }

textarea {
  height: 150px; }

input[type="checkbox"],
input[type="radio"] {
  border-radius: 0;
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px; }
  input[type='checkbox'] ~ label, input[type='radio'] ~ label {
    padding-left: 1.5625em; }
    input[type='checkbox'] ~ label label, input[type='radio'] ~ label label {
      display: inline;
      font-size: inherit;
      line-height: inherit;
      color: #13AEFB;
      padding: 0;
      cursor: pointer; }

fieldset {
  margin: 0;
  padding: 0; }

button {
  border: none;
  border-radius: 0;
  margin: 0; }

input[type="submit"] {
  text-transform: uppercase;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s;
  width: auto; }

form {
  margin-bottom: 1.61803399em; }

.form__row {
  margin-bottom: 1.875em;
  position: relative; }

.validate-error-row {
  background-color: #e6332a;
  color: #ffffff;
  font-size: 0.8125em;
  font-weight: 600;
  left: 0;
  line-height: 1em;
  padding: 0.3846153846153846em;
  position: absolute;
  top: 100%;
  z-index: 1; }
  .validate-error-row::before {
    border-bottom: 5px solid #e6332a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 5px;
    position: absolute;
    top: -5px; }

.gform_wrapper h3 {
  color: #ffffff;
  font-size: 1.875em;
  line-height: 1.4333333333em;
  text-align: center; }

.gform_wrapper .validation_error {
  text-align: center;
  color: red;
  font-weight: 700; }

.gform_wrapper ul.gform_fields {
  padding: 0;
  list-style: none; }
  .gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 1.875em;
    position: relative; }
    .gform_wrapper ul.gform_fields li.gfield.hidden {
      display: none; }
    .gform_wrapper ul.gform_fields li.gfield .validation_message {
      position: absolute;
      padding: 0 10px;
      color: red;
      font-weight: 700; }
    .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
      display: none; }
    .gform_wrapper ul.gform_fields li.gfield.form-col-6 {
      width: 50%;
      float: left;
      padding: 0 10px; }
      @media (max-width: 480px) {
        .gform_wrapper ul.gform_fields li.gfield.form-col-6 {
          width: 100%; } }
    .gform_wrapper ul.gform_fields li.gfield.form-col-12 {
      float: left;
      width: 100%;
      clear: both;
      padding: 0 10px; }
    .gform_wrapper ul.gform_fields li.gfield.gfield_error .ginput_container input {
      border-color: red; }

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

.gform_wrapper ul.gform_fields li.mw-terms-checkbox {
  clear: both; }
  .gform_wrapper ul.gform_fields li.mw-terms-checkbox .gfield_label {
    display: none; }
  .gform_wrapper ul.gform_fields li.mw-terms-checkbox ul {
    list-style: none;
    padding: 0 15px; }
    .gform_wrapper ul.gform_fields li.mw-terms-checkbox ul input[type='checkbox'] {
      left: 15px; }
    .gform_wrapper ul.gform_fields li.mw-terms-checkbox ul a {
      color: #13AEFB; }
  .gform_wrapper ul.gform_fields li.mw-terms-checkbox .validation_message {
    position: relative;
    text-align: center; }

.searchBox {
  position: absolute;
  padding: 15px 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  background: #ebebeb;
  top: 158px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: linear .2s;
  transition: linear .2s; }
  @media (max-width: 1120px) {
    .searchBox {
      top: 60px; } }
  .searchBox form {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 100%;
    max-width: 960px;
    padding: 0 4em;
    -webkit-transition: linear .5s;
    transition: linear .5s; }
    @media (max-width: 480px) {
      .searchBox form {
        width: 80%; } }
    .searchBox form .searchForm {
      float: left;
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); }
      .searchBox form .searchForm input {
        margin: 0;
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #969696;
        font-size: 1.5em;
        line-height: 1.0833333333em;
        padding: 0.9375em 0; }
    .searchBox form label#searchBoxTriggerClose {
      position: absolute;
      top: 50%;
      right: 3em;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      height: 22px;
      width: 22px;
      padding: 22px 0; }
      .searchBox form label#searchBoxTriggerClose span {
        background-color: transparent;
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .searchBox form label#searchBoxTriggerClose span::before, .searchBox form label#searchBoxTriggerClose span::after {
          background-color: #969696;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s; }
        .searchBox form label#searchBoxTriggerClose span::before {
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .searchBox form label#searchBoxTriggerClose span::after {
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .searchBox form label#searchBoxTriggerClose:hover span::before {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
      .searchBox form label#searchBoxTriggerClose:hover span::after {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); }

#searchTrigger {
  display: none; }
  #searchTrigger:checked ~ .searchBox {
    max-height: 9em;
    min-height: 6.5em;
    padding: 15px 0; }
    #searchTrigger:checked ~ .searchBox form {
      opacity: 1; }

.searchOverlay {
  content: '';
  display: none;
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 1120px) {
    .searchOverlay {
      top: 95px; } }
  .searchOverlay.active {
    display: block; }

.drop__navigation {
  display: none; }

.g__header {
  padding: 1.25em 0 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 1120px) {
    .g__header {
      padding-bottom: 1.25em; } }
  @media (max-width: 768px) {
    .g__header {
      padding: 0.9375em 0; } }
  .g__header__main-nav li:nth-of-type(6) a {
    padding-right: 0; }
  .g__header__main-nav li:hover > .main-dropdown {
    display: block; }
  .g__header__main-nav li .subnav {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
            transition: max-height 0.25s ease-in-out; }
  .g__header__main-nav li .main-dropdown {
    position: absolute;
    background-color: white;
    left: 0;
    width: 100%;
    padding: 3em 0;
    display: none;
    z-index: 3;
    top: 118px; }
    .g__header__main-nav li .main-dropdown h2 {
      color: #262626;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 30px; }
      .g__header__main-nav li .main-dropdown h2.products-header {
        margin-left: 0; }
    .g__header__main-nav li .main-dropdown li.solution-listing {
      width: 50%;
      float: left; }
      @media (min-width: 1025px) {
        .g__header__main-nav li .main-dropdown li.solution-listing {
          padding-right: 3em; } }
    .g__header__main-nav li .main-dropdown li.list-split + ul > li {
      width: 50%;
      float: left; }
    .g__header__main-nav li .main-dropdown li.heading {
      margin-bottom: 24px; }
      .g__header__main-nav li .main-dropdown li.heading a {
        color: #262626;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        pointer-events: none;
        margin-bottom: 24px; }
        .g__header__main-nav li .main-dropdown li.heading a:after {
          display: none; }
    .g__header__main-nav li .main-dropdown h3 {
      color: #262626;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 50px; }
    .g__header__main-nav li .main-dropdown p {
      color: #262626;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 24px;
      text-align: left; }
    .g__header__main-nav li .main-dropdown a {
      color: #105280;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 25px;
      padding: 0;
      text-align: left; }
    .g__header__main-nav li .main-dropdown ul {
      list-style: none;
      padding: 0; }
      .g__header__main-nav li .main-dropdown ul li {
        margin-bottom: 12px; }
        .g__header__main-nav li .main-dropdown ul li:last-of-type {
          margin-bottom: 0; }
        .g__header__main-nav li .main-dropdown ul li a {
          color: #105280;
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 24px; }
          .g__header__main-nav li .main-dropdown ul li a:hover {
            text-decoration: underline; }
    .g__header__main-nav li .main-dropdown .dropdown-link {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .g__header__main-nav li .main-dropdown .dropdown-link:hover {
        text-decoration: underline; }
      .g__header__main-nav li .main-dropdown .dropdown-link:after {
        display: none; }
  .g__header__main-nav li.drop {
    padding-bottom: 10px; }
    .g__header__main-nav li.drop:hover a:after {
      opacity: 1; }
    .g__header__main-nav li.drop > a:after {
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      bottom: -10px;
      content: "";
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0; }
  .g__header__main-nav li .child:after {
    display: none; }
  .g__header__main-nav .menu-checkbox {
    display: none !important; }
    .g__header__main-nav .menu-checkbox:checked + .subnav, .g__header__main-nav .menu-checkbox:checked + .subnav__children {
      max-height: 1000px; }
    .g__header__main-nav .menu-checkbox:checked ~ label {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .g__header__wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s; }
    .g__header__wrapper.structuralTag::after, .g__header__wrapper.bridgeTag::after, .g__header__wrapper.bridges-single-productsTag::after, .g__header__wrapper.buildings-product-bundlesTag::after, .g__header__wrapper.buildingsTag::after, .g__header__wrapper.vibration-seismic-analysis-single-productsTag::after, .g__header__wrapper.vibration-seismic-analysisTag::after {
      background: -webkit-linear-gradient(316deg, #243d51 0%, #0061a0 100%);
      background: linear-gradient(134deg, #243d51 0%, #0061a0 100%); }
    .g__header__wrapper.structuralTag::before, .g__header__wrapper.bridgeTag::before, .g__header__wrapper.bridges-single-productsTag::before, .g__header__wrapper.buildings-product-bundlesTag::before, .g__header__wrapper.buildingsTag::before, .g__header__wrapper.vibration-seismic-analysis-single-productsTag::before, .g__header__wrapper.vibration-seismic-analysisTag::before {
      opacity: 0.2; }
    .g__header__wrapper.geotechnicalTag::after, .g__header__wrapper.piling-foundationsTag::after, .g__header__wrapper.pile-analysis-foundationsTag::after, .g__header__wrapper.pile-analysis-foundations-product-bundlesTag::after, .g__header__wrapper.retaining-walls-single-productsTag::after, .g__header__wrapper.retaining-wallsTag::after, .g__header__wrapper.soil-movement-stabilityTag::after, .g__header__wrapper.soil-movement-stability-designTag::after, .g__header__wrapper.soil-movement-stability-product-bundlesTag::after {
      background: -webkit-linear-gradient(316deg, #429321 0%, #B4EC51 100%);
      background: linear-gradient(134deg, #429321 0%, #B4EC51 100%); }
    .g__header__wrapper.geotechnicalTag::before, .g__header__wrapper.piling-foundationsTag::before, .g__header__wrapper.pile-analysis-foundationsTag::before, .g__header__wrapper.pile-analysis-foundations-product-bundlesTag::before, .g__header__wrapper.retaining-walls-single-productsTag::before, .g__header__wrapper.retaining-wallsTag::before, .g__header__wrapper.soil-movement-stabilityTag::before, .g__header__wrapper.soil-movement-stability-designTag::before, .g__header__wrapper.soil-movement-stability-product-bundlesTag::before {
      opacity: 0.2; }
    .g__header__wrapper.pedestrian-simulationTag::after {
      background: -webkit-linear-gradient(316deg, #6D0049 0%, #A60080 100%);
      background: linear-gradient(134deg, #6D0049 0%, #A60080 100%); }
    .g__header__wrapper.pedestrian-simulationTag::before {
      opacity: 0.2; }
    .g__header__wrapper.cover-image:after {
      opacity: 0.8; }
    .g__header__wrapper:after {
      background-image: -webkit-linear-gradient(316deg, #243d51 0%, #0061a0 100%);
      background-image: linear-gradient(134deg, #243d51 0%, #0061a0 100%);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .g__header__wrapper::before {
      background-image: url(/wp-content/themes/mw-oasys/library/images/backgrounds/mesh-background.svg);
      background-size: cover;
      background-repeat: no-repeat;
      bottom: 0;
      content: "";
      left: 0;
      opacity: 0.1;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
  .g__header__logo {
    display: block;
    float: left;
    width: 9.875em; }
    @media (max-width: 1120px) {
      .g__header__logo {
        width: 5.8125em; } }
    .g__header__logo img {
      display: block;
      width: 100%; }
    .g__header__logo--cro {
      margin-top: 15px; }
      @media (max-width: 1120px) {
        .g__header__logo--cro {
          margin-top: 0; } }
  .g__header__top__crowrapper {
    float: right;
    max-width: 85%; }
  .g__header__top__nav {
    float: right; }
    .g__header__top__nav li {
      float: left; }
      .g__header__top__nav li.basket {
        position: relative; }
        @media (max-width: 1120px) {
          .g__header__top__nav li.basket:not(:last-child) {
            margin-right: 3em; } }
        .g__header__top__nav li.basket span.currentBasket {
          display: block;
          position: absolute;
          top: 5px;
          right: -30px;
          background-color: white;
          border-radius: 50%;
          height: 20px;
          width: 20px;
          text-align: center;
          font-size: 13px;
          line-height: 20px;
          color: #243D51; }
          @media (max-width: 1120px) {
            .g__header__top__nav li.basket span.currentBasket {
              top: 0;
              right: -25px; } }
      .g__header__top__nav li:not(:last-child) {
        margin-left: 2.5em; }
        @media (max-width: 1120px) {
          .g__header__top__nav li:not(:last-child) {
            margin-left: 0;
            margin-right: 1.25em; } }
      @media (min-width: 1120px) {
        .g__header__top__nav li.reducedDisplay {
          display: none; } }
      @media (max-width: 1120px) {
        .g__header__top__nav li:not(.reducedItem) {
          display: none; } }
    @media (max-width: 1120px) {
      .g__header__top__nav .search {
        height: 15px;
        width: 15px; } }
    .g__header__top__nav a,
    .g__header__top__nav label {
      cursor: pointer;
      color: #ffffff;
      display: block;
      line-height: 1.625em;
      margin: 0.625em 0;
      padding: 0.375em 0;
      position: relative; }
      .g__header__top__nav a.toggleItem,
      .g__header__top__nav label.toggleItem {
        padding-right: 1.5625em; }
        .g__header__top__nav a.toggleItem .dropArrow,
        .g__header__top__nav label.toggleItem .dropArrow {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      @media (max-width: 1120px) {
        .g__header__top__nav a,
        .g__header__top__nav label {
          line-height: 1em;
          margin: 0;
          padding: 0.6em 0; } }
      @media (min-width: 1120px) {
        .g__header__top__nav a::after,
        .g__header__top__nav label::after {
          background-color: #ffffff;
          bottom: 0;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s;
          width: 0; }
        .g__header__top__nav a:hover::after,
        .g__header__top__nav label:hover::after {
          width: 100%; } }
    .g__header__top__nav--cro ul li a,
    .g__header__top__nav--cro ul li label {
      font-size: 13px;
      line-height: 18px; }
    .g__header__top__nav--cro ul li #searchTriggerBtn:hover:after {
      display: none; }
    .g__header__top__nav--cro ul .reducedItem--cro {
      margin-left: 70px;
      margin-top: 5px; }
      @media (max-width: 1120px) {
        .g__header__top__nav--cro ul .reducedItem--cro {
          margin-left: 0;
          margin-top: 0; } }
      .g__header__top__nav--cro ul .reducedItem--cro label {
        margin: 2px 0; }
    .g__header__top__nav--cro ul li.basket span.currentBasket {
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  @media (max-width: 1120px) {
    .g__header__base {
      display: none; } }
  .g__header__base--cro {
    display: none; }
  .g__header__base__nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: justify;
    width: 100%; }
    @media (max-width: 1120px) {
      .g__header__base__nav > ul {
        display: block; } }
    .g__header__base__nav > ul > li:not(.drop) {
      display: inline-block; }
      @media (max-width: 1120px) {
        .g__header__base__nav > ul > li:not(.drop) {
          display: block; }
          .g__header__base__nav > ul > li:not(.drop).reducedHide {
            display: none; } }
      @media (min-width: 1120px) {
        .g__header__base__nav > ul > li:not(.drop) a::after {
          background-color: #ffffff;
          bottom: 16px;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s;
          width: 0; }
        .g__header__base__nav > ul > li:not(.drop) a:hover::after {
          width: 100%; } }
    .g__header__base__nav > ul li.appearMobile {
      display: none; }
      @media (max-width: 1120px) {
        .g__header__base__nav > ul li.appearMobile {
          display: block; } }
  .g__header__base__nav a,
  .g__header__base__nav label {
    cursor: pointer;
    color: #ffffff;
    display: block;
    font-size: 1.125em;
    line-height: 1.5em;
    padding: 1.3888888889em 0;
    position: relative; }
    @media (max-width: 1120px) {
      .g__header__base__nav a,
      .g__header__base__nav label {
        padding: 0.5555555556em 0; } }
  .g__header__base__nav--cro ul li a,
  .g__header__base__nav--cro ul li label {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 35px; }
    @media (max-width: 1250px) {
      .g__header__base__nav--cro ul li a,
      .g__header__base__nav--cro ul li label {
        padding: 10px 20px; } }
  .g__header__base__nav--cro ul li:not(.drop) a:after {
    bottom: 0; }
  .g__header__base__nav--cro ul .last-child a {
    padding: 10px 0 10px 20px; }
    @media (max-width: 1120px) {
      .g__header__base__nav--cro ul .last-child a {
        padding: 10px 20px; } }
  @media (max-width: 1120px) {
    .g__header__base__nav--desktopcro {
      display: none; } }
  .g__header__base__nav__trigger {
    cursor: pointer;
    display: block;
    height: 2.2666666667em;
    float: right;
    margin: 0 0 0 1.25em;
    padding: 0.5625em 0;
    position: relative;
    width: 1.5333333333em; }
    .g__header__base__nav__trigger span {
      background-color: #ffffff;
      height: 2px;
      left: 50%;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      width: 100%; }
      .g__header__base__nav__trigger span::before {
        background-color: #ffffff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: -6px;
        -webkit-transition: all ease-in 0.2s;
                transition: all ease-in 0.2s;
        width: 100%; }
      .g__header__base__nav__trigger span::after {
        background-color: #ffffff;
        bottom: -6px;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        -webkit-transition: all ease-in 0.2s;
                transition: all ease-in 0.2s;
        width: 100%; }
    @media (min-width: 1120px) {
      .g__header__base__nav__trigger {
        display: none; } }
  .g__header__base__nav .g__header__base__nav__reducedOnly {
    margin: 0.625em 0; }
    @media (min-width: 1120px) {
      .g__header__base__nav .g__header__base__nav__reducedOnly {
        display: none; } }
    .g__header__base__nav .g__header__base__nav__reducedOnly li {
      text-align: center; }
      @media (max-width: 1120px) {
        .g__header__base__nav .g__header__base__nav__reducedOnly li.dropMobile {
          display: none; } }
      .g__header__base__nav .g__header__base__nav__reducedOnly li a {
        font-size: 1em;
        line-height: 1.625em;
        padding: 0.3125em 0;
        text-align: center; }
        @media (max-width: 1120px) {
          .g__header__base__nav .g__header__base__nav__reducedOnly li a {
            font-size: 1.125em;
            line-height: 1.5em; } }
        .g__header__base__nav .g__header__base__nav__reducedOnly li a.toggleItem {
          border: 1px solid #ffffff;
          border-radius: 2em;
          display: inline-block;
          margin-bottom: 0.9375em;
          padding: 0.3125em 6.25em 0.3125em 1.25em;
          vertical-align: top; }
          .g__header__base__nav .g__header__base__nav__reducedOnly li a.toggleItem .dropArrow {
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
  .g__header__base__nav__selection {
    display: none !important; }
    @media (max-width: 1120px) {
      .g__header__base__nav__selection:checked ~ .g__header__wrapper .g__header {
        background-image: -webkit-linear-gradient(316deg, #252525 0%, #252525 100%);
        background-image: linear-gradient(134deg, #252525 0%, #252525 100%);
        position: relative; }
        .g__header__base__nav__selection:checked ~ .g__header__wrapper .g__header > div {
          position: relative; }
        .g__header__base__nav__selection:checked ~ .g__header__wrapper .g__header::before {
          background-image: url(/wp-content/themes/mw-oasys/library/images/backgrounds/mesh-background.svg);
          background-size: cover;
          background-repeat: no-repeat;
          bottom: 0;
          content: "";
          left: 0;
          opacity: 0.2;
          position: absolute;
          right: 0;
          top: 0; }
        .g__header__base__nav__selection:checked ~ .g__header__wrapper .g__header .g__header__base {
          display: block; }
        .g__header__base__nav__selection:checked ~ .g__header__wrapper .g__header .g__header__top .g__header__base__nav__trigger span {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
              -ms-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
          .g__header__base__nav__selection:checked ~ .g__header__wrapper .g__header .g__header__top .g__header__base__nav__trigger span::before {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            top: 0; }
          .g__header__base__nav__selection:checked ~ .g__header__wrapper .g__header .g__header__top .g__header__base__nav__trigger span::after {
            opacity: 0; } }
  @media (min-width: 1120px) {
    .g__header__top__nav ul li.currency_nav:hover .widget_wc_aelia_currencyswitcher_widget, .g__header__base__nav ul li.currency_nav:hover .widget_wc_aelia_currencyswitcher_widget {
      display: block; } }
  .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget {
    display: none;
    position: absolute;
    top: 75px;
    width: 100%;
    margin: 0;
    background-color: #FFFFFF;
    z-index: 100;
    width: 100%;
    max-width: 110px; }
    @media (max-width: 1120px) {
      .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget {
        top: 90px;
        border: 1px solid #FFFFFF;
        max-width: 140px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media (max-width: 1120px) {
      .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget.active, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget.active {
        display: block; } }
    .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget::before, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #FFFFFF;
      position: absolute;
      top: -8px;
      left: 8px; }
    .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form {
      margin: 0; }
      .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button {
        display: block;
        width: 100%;
        padding: 10px 25px;
        background: white;
        text-align: right;
        background-size: 30px 20px;
        background-position: 10px center;
        background-repeat: no-repeat;
        outline: 0; }
        .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.GBP, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.GBP {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/ukp-flag.svg"); }
        .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.USD, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.USD {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/usd-flag.svg"); }
        .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.AUD, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.AUD {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/aud-flag.svg"); }
        .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.CAD, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.CAD {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/cad-flag.svg"); }
        .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.EUR, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.EUR {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/eur-flag.svg"); }
        .g__header__top__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.HKD, .g__header__base__nav ul li.currency_nav .widget_wc_aelia_currencyswitcher_widget form button.HKD {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/hkd-flag.svg"); }

@media (min-width: 1120px) {
  .drop:hover a::after {
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .drop:hover .drop__navigation {
    display: block;
    z-index: 20; }
  .drop > a {
    position: relative; }
  .drop__navigation {
    background-color: #ffffff;
    display: none;
    left: 0;
    padding: 2.5em 0;
    position: absolute;
    right: 0;
    top: 94%; }
    .drop__navigation img {
      float: left;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 1em;
      width: 2.85em;
      height: auto; }
    .drop__navigation .l__col:not(:first-child):not(:last-child) .drop__navigation__product {
      padding: 0 4.6875em; } }
    @media (min-width: 1120px) and (max-width: 1366px) {
      .drop__navigation .l__col:not(:first-child):not(:last-child) .drop__navigation__product {
        padding: 0 1.5625em; } }

@media (min-width: 1120px) {
    .drop__navigation .l__col:not(:last-child) {
      border-right: 1px solid #2a2c2b; }
    .drop__navigation .l__col:first-child .drop__navigation__product {
      padding-right: 4.6875em; } }
    @media (min-width: 1120px) and (max-width: 1366px) {
      .drop__navigation .l__col:first-child .drop__navigation__product {
        padding-right: 1.5625em; } }

@media (min-width: 1120px) {
    .drop__navigation .l__col:last-child .drop__navigation__product {
      padding-left: 4.6875em; } }
    @media (min-width: 1120px) and (max-width: 1366px) {
      .drop__navigation .l__col:last-child .drop__navigation__product {
        padding-left: 1.5625em; } }

@media (min-width: 1120px) {
    .drop__navigation__product__name {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #2a2c2b;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.25em;
      text-align: left; }
      .drop__navigation__product__name .i__svg {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
      .drop__navigation__product__name::after {
        display: none; }
    .drop__navigation__product__types {
      font-size: 1.125em; }
      .drop__navigation__product__types.structuralTag a, .drop__navigation__product__types.bridgeTag a, .drop__navigation__product__types.bridges-single-productsTag a, .drop__navigation__product__types.buildings-product-bundlesTag a, .drop__navigation__product__types.buildingsTag a, .drop__navigation__product__types.vibration-seismic-analysis-single-productsTag a, .drop__navigation__product__types.vibration-seismic-analysisTag a {
        color: #0061a0; }
      .drop__navigation__product__types.geotechnicalTag a, .drop__navigation__product__types.pile-analysis-foundationsTag a, .drop__navigation__product__types.pile-analysis-foundations-product-bundlesTag a, .drop__navigation__product__types.retaining-walls-single-productsTag a, .drop__navigation__product__types.retaining-wallsTag a, .drop__navigation__product__types.soil-movement-stabilityTag a, .drop__navigation__product__types.soil-movement-stability-product-bundlesTag a {
        color: #649d35; }
      .drop__navigation__product__types.pedestrian-simulationTag a {
        color: #6d0049; }
      .drop__navigation__product__types.dynaTag a {
        color: #159697; }
      .drop__navigation__product__types a {
        padding: 0; }
        .drop__navigation__product__types a::after {
          display: none; }
      .drop__navigation__product__types ul {
        margin: 0;
        padding: 0; }
        .drop__navigation__product__types ul li {
          display: block;
          margin: 0;
          padding: 0; }
      .drop__navigation__product__types .l__col, .drop__navigation__product__types .l__col:not(:last-child) {
        border: 0;
        padding: 0; }
    .drop__navigation__product__desc {
      font-size: 0.875em; }
      .drop__navigation__product__desc.dyna {
        text-align: left; } }

.mobile-nav .m__nav__item-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .mobile-nav .m__nav__item-sub > a, .mobile-nav .m__nav__item-sub label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; }
  .mobile-nav .m__nav__item-sub a {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .mobile-nav .m__nav__item-sub label {
    text-align: right; }
    .mobile-nav .m__nav__item-sub label span {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #fff;
      position: absolute;
      right: 20px; }
  .mobile-nav .m__nav__item-sub .g__header__base__nav {
    text-align: left; }

.mobile-nav .subnav__terms li a {
  text-align: left; }

.g__footer {
  background-color: #ffffff;
  padding: 3.125em 0; }
  @media (max-width: 1024px) {
    .g__footer {
      text-align: center; } }
  .g__footer__col__left {
    float: left; }
    @media (min-width: 769px) {
      .g__footer__col__left {
        margin-right: 3.75em; } }
  .g__footer__col__right {
    float: right; }
  @media (max-width: 1024px) {
    .g__footer__col {
      display: inline-block;
      float: none;
      vertical-align: top; } }
  @media (max-width: 768px) {
    .g__footer__col {
      display: block; } }
  .g__footer__logo {
    width: 7.1875em; }
    .g__footer__logo img {
      display: block;
      width: 100%; }
    @media (max-width: 768px) {
      .g__footer__logo {
        margin: 0 auto 1.25em; } }
  .g__footer__nav {
    padding: 0.625em 0; }
    @media (max-width: 768px) {
      .g__footer__nav {
        padding: 0; } }
    .g__footer__nav a {
      color: #2a2c2b;
      line-height: 1.625em; }
  .g__footer__socialNav {
    padding: 0.8125em 0; }
    @media (max-width: 1024px) {
      .g__footer__socialNav {
        margin-top: 0.625em; } }
    @media (max-width: 768px) {
      .g__footer__socialNav {
        text-align: center; }
        .g__footer__socialNav ul {
          display: inline-block;
          vertical-align: top; } }
    .g__footer__socialNav li {
      float: left; }
      .g__footer__socialNav li:not(:last-child) {
        margin-right: 1.25em; }
      .g__footer__socialNav li a {
        display: block;
        height: 2.875em;
        position: relative;
        width: 2.875em; }
        .g__footer__socialNav li a .i__svg {
          width: 100%; }
        @media (max-width: 768px) {
          .g__footer__socialNav li a {
            height: 36px;
            width: 36px; } }
  .g__footer .copy {
    font-size: 0.875em;
    line-height: 1.8571428571em; }

.cookie-acceptance {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.25em;
  background-color: #eaeaea;
  z-index: 1000;
  text-align: center; }
  .cookie-acceptance p {
    display: inline-block;
    margin: 0; }
  .cookie-acceptance .btn {
    margin: 0 0.625em;
    padding: 0.5em 1em;
    font-size: 1em;
    line-height: 1.125em;
    cursor: pointer; }
    @media (max-width: 1024px) {
      .cookie-acceptance .btn {
        margin: 1.25em 0.625em 0 0.625em; } }

.nav-account a {
  text-decoration: underline;
  text-transform: uppercase; }

#n__navingation {
  float: right;
  margin-left: auto; }
  #n__navingation li {
    float: left; }
    #n__navingation li:not(:last-child) {
      margin-right: 3.125em; }

.n__sub__product {
  background-color: #0061a0;
  position: relative;
  z-index: 1; }
  .n__sub__product.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: top 0.5s;
    transition: top 0.5s; }
  .n__sub__product.structuralTag, .n__sub__product.bridgeTag, .n__sub__product.bridges-single-productsTag, .n__sub__product.buildings-product-bundlesTag, .n__sub__product.buildingsTag, .n__sub__product.vibration-seismic-analysis-single-productsTag, .n__sub__product.vibration-seismic-analysisTag {
    background-color: #0061a0; }
  .n__sub__product.geotechnicalTag, .n__sub__product.pile-analysis-foundationsTag, .n__sub__product.pile-analysis-foundations-product-bundlesTag, .n__sub__product.retaining-walls-single-productsTag, .n__sub__product.retaining-wallsTag, .n__sub__product.soil-movement-stabilityTag, .n__sub__product.soil-movement-stability-product-bundlesTag {
    background-color: #649d35; }
  .n__sub__product.pedestrian-simulationTag {
    background-color: #6d0049; }
  .n__sub__product.dynaTag {
    background-color: #159697; }
  .n__sub__product li {
    float: left;
    padding: 0;
    margin: 0; }
    .n__sub__product li:not(:last-child) {
      margin-right: 1.25em; }
      @media (min-width: 1601px) {
        .n__sub__product li:not(:last-child) {
          margin-right: 2.5em; } }
  .n__sub__product__items {
    float: left;
    list-style: none;
    margin: 0;
    padding: 1.5625em 0; }
    .n__sub__product__items a {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 25px;
      display: block;
      padding: 0.3em;
      position: relative; }
      @media (min-width: 1281px) {
        .n__sub__product__items a::after {
          background-color: #ffffff;
          bottom: 0;
          content: "";
          height: 2px;
          left: 1em;
          position: absolute;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s;
          width: 0; }
        .n__sub__product__items a:hover::after, .n__sub__product__items a.active::after {
          width: -webkit-calc(100% - 2em);
          width: calc(100% - 2em); } }
      @media (max-width: 1110px) {
        .n__sub__product__items a {
          padding: 0.3em 0.5em; } }
    @media (max-width: 1024px) {
      .n__sub__product__items li {
        float: none;
        text-align: center; } }
    @media (max-width: 1299px) {
      .n__sub__product__items {
        clear: both;
        display: none;
        float: none; } }
  .n__sub__product__options {
    float: right;
    padding: 1.2em 0 1.2em;
    text-align: center; }
    @media (max-width: 1024px) {
      .n__sub__product__options {
        padding: 1.1em 0 1.1em; } }
    @media (max-width: 1024px) {
      .n__sub__product__options--cro {
        padding: 15px 0 0;
        float: none; }
        .n__sub__product__options--cro li {
          float: none; } }
    @media (max-width: 480px) {
      .n__sub__product__options {
        font-size: 12px; } }
    @media (max-width: 572px) {
      .n__sub__product__options ul li {
        width: 100%;
        margin-bottom: 6px; } }
    @media (max-width: 572px) {
      .n__sub__product__options ul li:last-of-type {
        margin-bottom: 0; } }
    .n__sub__product__options ul li:last-of-type a.btn {
      padding: 1em 1.5em; }
      @media (max-width: 1024px) {
        .n__sub__product__options ul li:last-of-type a.btn {
          padding: 0.7em 1em; } }
      @media (max-width: 368px) {
        .n__sub__product__options ul li:last-of-type a.btn {
          padding: 0.7em 1em; } }
    .n__sub__product__options .btn {
      padding: 1em 2.5em;
      font-size: 16px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .n__sub__product__options .btn {
          padding: 0.7em 2em; } }
      @media (max-width: 572px) {
        .n__sub__product__options .btn {
          display: block; } }
    .n__sub__product__options .btn__trial {
      background-color: #ffffff;
      color: #262626;
      font-size: 17px;
      line-height: 23px;
      padding: 10px 45px;
      max-width: 210px;
      width: 100%; }
      .n__sub__product__options .btn__trial:hover {
        background-color: transparent;
        color: #ffffff; }
    .n__sub__product__options span {
      color: #ffffff;
      color: rgba(255, 255, 255, 0.75);
      display: block;
      font-size: 0.875em;
      line-height: 1.7142857143em;
      margin-top: 0.2142857143em; }
      .n__sub__product__options span span {
        font-size: 14px;
        display: inline; }
  .n__sub__product__trigger {
    cursor: pointer;
    display: block;
    float: left;
    height: 2.125em;
    margin: 0;
    padding: 2.5em 0;
    position: relative;
    width: 1.4375em; }
    @media (min-width: 1300px) {
      .n__sub__product__trigger {
        display: none; } }
    @media (max-width: 480px) {
      .n__sub__product__trigger {
        padding: 2em 0; }
        .n__sub__product__trigger--cro {
          padding: 37px 0; } }
    .n__sub__product__trigger span {
      background-color: #ffffff;
      height: 2px;
      left: 50%;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      width: 100%; }
      .n__sub__product__trigger span::before {
        background-color: #ffffff;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: -6px;
        -webkit-transition: all ease-in 0.2s;
                transition: all ease-in 0.2s;
        width: 100%; }
      .n__sub__product__trigger span::after {
        background-color: #ffffff;
        bottom: -6px;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        -webkit-transition: all ease-in 0.2s;
                transition: all ease-in 0.2s;
        width: 100%; }
  .n__sub__product .n__sub__product__triggerSelector {
    display: none; }
    .n__sub__product .n__sub__product__triggerSelector:checked ~ .n__sub__product__trigger span {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
      .n__sub__product .n__sub__product__triggerSelector:checked ~ .n__sub__product__trigger span::before {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        top: 0; }
      .n__sub__product .n__sub__product__triggerSelector:checked ~ .n__sub__product__trigger span::after {
        opacity: 0; }
    .n__sub__product .n__sub__product__triggerSelector:checked ~ .n__sub__product__items {
      display: block; }

.n__sub__search {
  margin: 0.625em 0 0;
  position: relative;
  width: 14.6875em; }
  @media (max-width: 1280px) {
    .n__sub__search {
      margin: 0.375em 0 0; } }
  @media (max-width: 480px) {
    .n__sub__search {
      margin: 0; } }
  .n__sub__search__field {
    background-color: transparent;
    color: #ffffff;
    padding: 0.375em 4.0625em 0.375em 0.9375em; }
    .n__sub__search__field::-webkit-input-placeholder {
      color: #ffffff; }
    .n__sub__search__field:-moz-placeholder {
      color: #ffffff; }
    .n__sub__search__field::-moz-placeholder {
      color: #ffffff; }
    .n__sub__search__field:-ms-input-placeholder {
      color: #ffffff; }
  .n__sub__search__trigger {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.75em; }
    .n__sub__search__trigger .i__svg {
      height: 1.25em;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 1.25em; }

.g__sidebar {
  margin-bottom: 3.75em; }
  .g__sidebar__navigation__supportBar {
    width: 100%; }
    @media (max-width: 1024px) {
      .g__sidebar__navigation__supportBar h3 {
        float: left; } }
    .g__sidebar__navigation__supportBar__trigger {
      cursor: pointer;
      float: left;
      height: 2.125em;
      margin: 0;
      padding: 0 0;
      position: relative;
      width: 1.4375em;
      margin: 0.3125em 1.4375em; }
      @media (min-width: 1024px) {
        .g__sidebar__navigation__supportBar__trigger {
          display: none; } }
      .g__sidebar__navigation__supportBar__trigger span {
        background-color: #000000;
        height: 2px;
        left: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all ease-in 0.2s;
                transition: all ease-in 0.2s;
        width: 100%; }
        .g__sidebar__navigation__supportBar__trigger span::before {
          background-color: #000000;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          top: -6px;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s;
          width: 100%; }
        .g__sidebar__navigation__supportBar__trigger span::after {
          background-color: #000000;
          bottom: -6px;
          content: "";
          display: block;
          height: 2px;
          left: 0;
          position: absolute;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s;
          width: 100%; }
    .g__sidebar__navigation__supportBar .g__sidebar__navigation__supportBar__triggerSelector {
      display: none; }
      .g__sidebar__navigation__supportBar .g__sidebar__navigation__supportBar__triggerSelector:checked + .g__sidebar__navigation__supportBar__trigger span {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
        .g__sidebar__navigation__supportBar .g__sidebar__navigation__supportBar__triggerSelector:checked + .g__sidebar__navigation__supportBar__trigger span::before {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          top: 0; }
        .g__sidebar__navigation__supportBar .g__sidebar__navigation__supportBar__triggerSelector:checked + .g__sidebar__navigation__supportBar__trigger span::after {
          opacity: 0; }
      .g__sidebar__navigation__supportBar .g__sidebar__navigation__supportBar__triggerSelector:checked ~ ul {
        display: block; }
    @media (max-width: 1024px) {
      .g__sidebar__navigation__supportBar ul {
        display: none;
        float: left;
        width: 100%; }
        .g__sidebar__navigation__supportBar ul li {
          width: 100%;
          text-align: center; } }
  .g__sidebar__navigation li:not(:last-child) {
    padding-bottom: 0.9375em; }
  .g__sidebar__navigation li.is-active a::after {
    width: 100%; }
  .g__sidebar__navigation a {
    color: #2a2c2b;
    display: inline-block;
    font-size: 1.125em;
    line-height: 1.5555555556em;
    padding: 0.2777777778em 0;
    position: relative; }
    .g__sidebar__navigation a::after {
      background-color: #243D51;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      width: 0; }
    .g__sidebar__navigation a:hover, .g__sidebar__navigation a.active {
      color: #243D51; }
      .g__sidebar__navigation a:hover::after, .g__sidebar__navigation a.active::after {
        width: 100%; }
  @media (max-width: 768px) {
    .g__sidebar #academiaToggle {
      display: none; } }
  .g__sidebar #academiaToggleSelect {
    display: none;
    color: #484848;
    font-size: 1.125em;
    padding: 0.4444444444em 2em 0.4444444444em 1.2em;
    min-width: 250px;
    width: 100%; }
    @media (max-width: 768px) {
      .g__sidebar #academiaToggleSelect {
        display: block; } }
  .g__sidebar__pull {
    height: 100%;
    height: -webkit-calc(100% + 120px);
    height: calc(100% + 120px);
    margin: -60px 0 -60px;
    padding: 3.75em;
    position: relative;
    text-align: center; }
    @media (max-width: 1024px) {
      .g__sidebar__pull {
        height: -webkit-calc(100% + 60px);
        height: calc(100% + 60px);
        padding: 1.875em;
        margin: -30px 0 -30px; } }
    @media (max-width: 768px) {
      .g__sidebar__pull {
        height: auto;
        padding: 0.9375em;
        margin: 0 0 -15px; } }
    .g__sidebar__pull::before, .g__sidebar__pull::after {
      background-color: #252525;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      top: 0; }
      @media (min-width: 1440px) {
        .g__sidebar__pull::before, .g__sidebar__pull::after {
          right: -webkit-calc((-100vw + 1440px) / 2 - 11px);
          right: calc((-100vw + 1440px) / 2 - 11px); } }
      @media (max-width: 1440px) {
        .g__sidebar__pull::before, .g__sidebar__pull::after {
          right: -20px; } }
      @media (max-width: 768px) {
        .g__sidebar__pull::before, .g__sidebar__pull::after {
          left: -10px;
          right: -10px; } }
    .g__sidebar__pull::after {
      background-color: transparent;
      background-image: url(/wp-content/themes/mw-oasys/library/images/backgrounds/mesh-background.svg);
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0.2; }
    .g__sidebar__pull.faq::before {
      background-color: #f0f0f0; }
    .g__sidebar__pull.faq::after {
      background-image: none; }
    .g__sidebar__pull.faq .gform_wrapper h3,
    .g__sidebar__pull.faq .gform_wrapper label {
      color: #252525; }
    .g__sidebar__pull h2 {
      color: #ffffff; }
    .g__sidebar__pull > div {
      position: relative;
      z-index: 1; }
    .g__sidebar__pull label {
      text-align: left; }

#c__pageContent {
  position: relative;
  padding: 3.75em 0; }
  @media (max-width: 1024px) {
    #c__pageContent {
      padding: 1.875em 0; } }
  @media (max-width: 768px) {
    #c__pageContent {
      padding: 0.9375em 0; } }
  #c__pageContent.alt {
    background-color: #f3f3f3; }
  #c__pageContent.flushtop {
    padding-top: 0; }
  #c__pageContent.flushbottom {
    padding-bottom: 0; }

#c__pageContent.c__pageContent__solutions {
  padding: 43px 0; }
  @media (max-width: 900px) {
    #c__pageContent.c__pageContent__solutions .l__col__span4 {
      width: 100%;
      margin-bottom: 20px; } }

.c__block {
  margin-bottom: 3.75em; }
  @media (max-width: 1024px) {
    .c__block {
      margin-bottom: 1.875em; } }
  @media (max-width: 768px) {
    .c__block {
      margin-bottom: 0.9375em; } }

.c__content {
  overflow-x: hidden; }
  .c__content__case-study__banner {
    padding-bottom: 140px; }
    @media (max-width: 768px) {
      .c__content__case-study__banner {
        padding-bottom: 320px; } }
    @media (max-width: 566px) {
      .c__content__case-study__banner {
        padding-bottom: 340px; } }
    @media (max-width: 414px) {
      .c__content__case-study__banner {
        padding-bottom: 400px; } }
    .c__content__case-study__banner__wrapper {
      position: relative;
      min-height: 536px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 768px) {
        .c__content__case-study__banner__wrapper {
          min-height: 300px; } }
    .c__content__case-study__banner__content {
      position: absolute;
      max-width: 428px;
      width: 100%;
      right: 70px;
      bottom: 0;
      -webkit-transform: translateY(67px);
          -ms-transform: translateY(67px);
              transform: translateY(67px);
      background-color: #262626;
      border-bottom: 8px solid #0061a0;
      padding: 50px 34px; }
      @media (max-width: 768px) {
        .c__content__case-study__banner__content {
          max-width: 100%;
          right: auto;
          top: 100%;
          bottom: auto;
          -webkit-transform: translateY(0px);
              -ms-transform: translateY(0px);
                  transform: translateY(0px); } }
      .c__content__case-study__banner__content h2 {
        color: #FFFFFF;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 40px; }
      .c__content__case-study__banner__content p {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 54px; }
      .c__content__case-study__banner__content a {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 25px; }
        .c__content__case-study__banner__content a:hover {
          text-decoration: underline; }
  .c__content__response {
    color: #243D51;
    font-size: 1.875em;
    line-height: 1.4333333333em;
    margin-bottom: 1.3333333333em; }
    .c__content__response p {
      color: #4a4a4a;
      font-size: 0.5333333333em;
      line-height: 1.125em; }
    @media (max-width: 1024px) {
      .c__content__response {
        font-size: 1.125em;
        line-height: 1.5555555556em;
        margin-bottom: 1.3333333333em; } }
    .c__content__response p {
      margin: 0; }
    .c__content__response__download {
      text-align: center; }
      .c__content__response__download a.btn {
        margin-bottom: 1.25em; }
    .c__content__response__related {
      margin: 5em 0 0 0; }
      @media (max-width: 1024px) {
        .c__content__response__related .l__gutter__small {
          padding-left: 5em;
          padding-right: 5em; } }
      @media (max-width: 480px) {
        .c__content__response__related .l__gutter__small {
          padding-left: 1em;
          padding-right: 1em; } }
      .c__content__response__related h2 {
        text-align: center;
        padding-bottom: 2.5em; }
      .c__content__response__related__item {
        text-align: center; }
        .c__content__response__related__item__icon .i__svg {
          margin: 0 auto 2em auto;
          min-height: 5.875em;
          width: auto; }
        .c__content__response__related__item__heading {
          display: block;
          font-size: 1.5625em;
          line-height: 1.12em;
          color: #243D51;
          text-decoration: underline;
          margin-bottom: 0.9375em; }
  .c__content__wrap {
    margin: 0 auto;
    max-width: 960px; }
  .c__content__infoblocks {
    margin-bottom: 2.5em; }
  .c__content__title h1 {
    line-height: 1.15em; }
  .c__content__title .c__share ul {
    float: right; }
    @media (max-width: 768px) {
      .c__content__title .c__share ul {
        display: inline-block;
        float: none;
        vertical-align: top; } }
  .c__content__title .c__share li {
    float: left; }
    .c__content__title .c__share li:not(:last-child) {
      margin-right: 1.25em; }
    .c__content__title .c__share li a {
      display: block;
      height: 2.875em;
      position: relative;
      width: 2.875em; }
      .c__content__title .c__share li a .i__svg {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (max-width: 1024px) {
          .c__content__title .c__share li a .i__svg {
            -webkit-transform: translate(-50%, -50%) scale(0.8);
                -ms-transform: translate(-50%, -50%) scale(0.8);
                    transform: translate(-50%, -50%) scale(0.8); } }
      @media (max-width: 1024px) {
        .c__content__title .c__share li a {
          height: 36px;
          width: 36px; } }
  @media (max-width: 768px) {
    .c__content__title .c__share {
      margin-bottom: 1.25em;
      text-align: center; } }
  .c__content__title .c__share {
    text-align: right; }
    @media (max-width: 768px) {
      .c__content__title .c__share {
        text-align: left; } }
    .c__content__title .c__share span {
      vertical-align: -8px;
      margin-right: 2em;
      color: #243D51;
      font-weight: 600; }
  .c__content h2 {
    font-size: 1.5625em;
    line-height: 1.28em;
    margin-bottom: 0.8em; }
  .c__content h3 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 0.75em; }
  .c__content h4 {
    color: #2a2c2b;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.3333333333em;
    margin-bottom: 0.8333333333em; }
  .c__content h5 {
    font-size: 1em;
    line-height: 1.375em;
    margin-bottom: 0.625em; }
  .c__content__summary {
    margin-bottom: 2.5em; }
  .c__content__carousel {
    margin-bottom: 4.6875em;
    margin-top: 4.6875em;
    position: relative; }
    @media (min-width: 1440px) {
      .c__content__carousel:not(.full) {
        margin-left: -240px;
        margin-right: -240px; } }
    @media (min-width: 960px) and (max-width: 1440px) {
      .c__content__carousel:not(.full) {
        margin-left: -webkit-calc((-100vw + 960px) / 2 - 12px);
        margin-left: calc((-100vw + 960px) / 2 - 12px);
        margin-right: -webkit-calc((-100vw + 960px) / 2 - 12px);
        margin-right: calc((-100vw + 960px) / 2 - 12px); } }
    @media (max-width: 960px) {
      .c__content__carousel:not(.full) {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3.125em;
        margin-top: 3.125em; } }
    @media (max-width: 768px) {
      .c__content__carousel {
        margin-bottom: 1.5625em;
        margin-top: 1.5625em; } }
    .c__content__carousel__slidesGroup__slide {
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
      .c__content__carousel__slidesGroup__slide::before {
        content: "";
        display: block;
        padding-top: 39.54802259887006%; }
        @media (max-width: 768px) {
          .c__content__carousel__slidesGroup__slide::before {
            padding-top: 50%; } }
      .c__content__carousel__slidesGroup__slide.videoSlide, .c__content__carousel__slidesGroup__slide.videoCarousel {
        position: relative;
        cursor: pointer; }
        .c__content__carousel__slidesGroup__slide.videoSlide::after, .c__content__carousel__slidesGroup__slide.videoCarousel::after {
          content: '';
          width: 102px;
          height: 102px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: url("/wp-content/themes/mw-oasys/library/images/play_icon.png");
          background-size: cover; }
          @media (max-width: 480px) {
            .c__content__carousel__slidesGroup__slide.videoSlide::after, .c__content__carousel__slidesGroup__slide.videoCarousel::after {
              width: 40px;
              height: 40px; } }
      .c__content__carousel__slidesGroup__slide__caption {
        position: absolute;
        bottom: 0;
        padding: 0.3125em 0.625em;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        text-align: right; }
        .c__content__carousel__slidesGroup__slide__caption p {
          color: #FFFFFF;
          margin: 0;
          font-size: 0.6875em;
          position: absolute;
          right: 50px;
          bottom: 20px; }
    .c__content__carousel__pagination {
      bottom: 5.625em;
      left: 50%;
      position: absolute;
      text-align: center;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 5;
      width: 100%;
      height: 1em; }
      @media (max-width: 768px) {
        .c__content__carousel__pagination {
          bottom: 0.9375em; } }
      .c__content__carousel__pagination ul {
        display: block;
        width: 100%;
        bottom: auto; }
        .c__content__carousel__pagination ul li {
          margin: 0; }
          .c__content__carousel__pagination ul li.slick-active button {
            background-color: #ffffff; }
          .c__content__carousel__pagination ul li button {
            border: 1px solid #ffffff;
            border-radius: 50%;
            cursor: pointer;
            height: 14px;
            margin: 0;
            -webkit-transition: all ease-in 0.2s;
                    transition: all ease-in 0.2s;
            padding: 0;
            width: 14px; }
            .c__content__carousel__pagination ul li button:hover {
              background-color: #ffffff; }
  @media (min-width: 769px) {
    .c__content__casestudy {
      margin-top: 2.5em; } }
  .c__content__casestudy__overview p:first-of-type {
    font-size: 1.25em;
    line-height: 1.4em; }
  .c__content__casestudy__specs .specList {
    border-top: 1px solid #c3c3c3;
    padding-top: 1.25em; }
  .c__content__casestudy__quote {
    background-color: #252525;
    padding: 2.5em 1.875em;
    position: relative;
    z-index: 1; }
    .c__content__casestudy__quote blockquote {
      color: #ffffff;
      font-size: 1.25em;
      font-style: normal;
      line-height: 1.4em;
      margin: 0;
      padding: 0; }
      .c__content__casestudy__quote blockquote footer {
        border-top: 3px solid #0061a0;
        margin-top: 1em;
        padding-top: 1em; }
      .c__content__casestudy__quote blockquote cite {
        font-size: 0.7em;
        font-style: normal;
        line-height: 1.8571428571em; }
  .c__content__solutions__item {
    margin-bottom: 2.5em; }
    .c__content__solutions__item h2 {
      margin: 0;
      margin-bottom: 10px;
      padding-bottom: 15px; }
    .c__content__solutions__item__list {
      border-top: 1px solid #c3c3c3;
      margin-top: 0 !important;
      padding-top: 0 !important; }
      .c__content__solutions__item__list a {
        color: #2a2c2b; }
        .c__content__solutions__item__list a:hover {
          color: #243D51; }
    .c__content__solutions__item.single__solution {
      padding: 37px;
      background-color: #262626;
      border-bottom: 8px solid #0061a0; }
      .c__content__solutions__item.single__solution.geotechnicalTag, .c__content__solutions__item.single__solution.pile-analysis-foundationsTag, .c__content__solutions__item.single__solution.pile-analysis-foundations-product-bundlesTag, .c__content__solutions__item.single__solution.retaining-walls-single-productsTag, .c__content__solutions__item.single__solution.retaining-wallsTag, .c__content__solutions__item.single__solution.soil-movement-stabilityTag, .c__content__solutions__item.single__solution.soil-movement-stability-designTag, .c__content__solutions__item.single__solution.soil-movement-stability-product-bundlesTag {
        border-color: #649d35; }
      .c__content__solutions__item.single__solution.pedestrian-simulationTag {
        border-color: #6d0049; }
      .c__content__solutions__item.single__solution h2 {
        color: white;
        font-weight: bold; }
      .c__content__solutions__item.single__solution .c__content__solutions__item__list {
        border-top: 0;
        margin-top: 0.625em;
        padding-top: 0.9375em; }
        .c__content__solutions__item.single__solution .c__content__solutions__item__list h3 {
          font-size: 22px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 35px;
          margin-bottom: 7px; }
        .c__content__solutions__item.single__solution .c__content__solutions__item__list p {
          color: #FFFFFF;
          font-size: 15px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 20px;
          margin-bottom: 20px; }
        .c__content__solutions__item.single__solution .c__content__solutions__item__list a {
          color: #FFFFFF;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 25px; }
          .c__content__solutions__item.single__solution .c__content__solutions__item__list a:hover {
            text-decoration: underline; }
        .c__content__solutions__item.single__solution .c__content__solutions__item__list ul.custom {
          padding: 0;
          margin-bottom: 0; }
          .c__content__solutions__item.single__solution .c__content__solutions__item__list ul.custom li:not(:last-of-type) {
            margin-bottom: 50px; }
          .c__content__solutions__item.single__solution .c__content__solutions__item__list ul.custom li:before {
            display: none; }
  .c__content__solutions__navigation ul li {
    margin-bottom: 0.625em; }
  .c__content__solutions__navigation a {
    border: 1px solid #2a2c2b;
    border-radius: 2em;
    color: #2a2c2b;
    display: block;
    font-size: 1.25em;
    line-height: 1.6em;
    padding: 0.8em;
    text-align: center; }
    .c__content__solutions__navigation a:hover, .c__content__solutions__navigation a.active {
      background-color: #243D51;
      border-color: #243D51;
      color: #ffffff; }

.c__faqs {
  margin-bottom: 5em; }
  .c__faqs h2 {
    margin-bottom: 1.25em; }

.c__return {
  margin-bottom: 2.5em; }
  .c__return a {
    color: #2a2c2b;
    text-decoration: underline;
    text-transform: uppercase; }

.c__academiaMap__contain {
  background-color: #f0f0f0;
  margin-bottom: 2.5em; }
  .c__academiaMap__contain__head {
    padding: 2.5em 0.9375em; }
    .c__academiaMap__contain__head ul {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center; }
      .c__academiaMap__contain__head ul li {
        display: inline-block;
        margin: 0 0.2em 0.5em 0.2em;
        min-width: 6.25em; }
        .c__academiaMap__contain__head ul li:first-of-type {
          margin-left: 0; }
        .c__academiaMap__contain__head ul li a {
          display: block;
          border: 2px solid #243D51;
          border-radius: 2em;
          padding: 1em 0.5em;
          min-width: 6em;
          font-size: 1em;
          line-height: 1.125em;
          font-weight: 500;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          .c__academiaMap__contain__head ul li a.active, .c__academiaMap__contain__head ul li a:hover {
            background-color: #243D51;
            color: #FFFFFF; }
  .c__academiaMap__contain__list {
    padding: 2.5em 0.9375em; }
    .c__academiaMap__contain__list ul {
      padding: 0;
      padding-left: 0.9375em;
      margin: 0;
      width: 33%;
      float: left; }
      @media (max-width: 480px) {
        .c__academiaMap__contain__list ul {
          padding-left: 0;
          width: 100%; } }
      .c__academiaMap__contain__list ul li {
        position: relative;
        display: block;
        padding-left: 2em; }
        .c__academiaMap__contain__list ul li::before {
          background-image: url(/wp-content/themes/mw-oasys/library/images/icons/custom-list.png);
          background-size: cover;
          background-position: 0 0;
          background-repeat: no-repeat;
          content: '';
          left: 10px;
          height: 20px;
          position: absolute;
          top: 0.375em;
          width: 40px;
          text-align: center; }
  .c__academiaMap__contain__map {
    height: 40.625em; }

.featureContent {
  display: none; }
  .featureContent.active {
    display: block; }

.videoOverlay,
.terms-modal {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }
  .videoOverlay.active,
  .terms-modal.active {
    display: block; }
  .videoOverlay .videoCloseDisplay,
  .videoOverlay .termsCloseDisplay,
  .terms-modal .videoCloseDisplay,
  .terms-modal .termsCloseDisplay {
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 22px; }
    .videoOverlay .videoCloseDisplay span,
    .videoOverlay .termsCloseDisplay span,
    .terms-modal .videoCloseDisplay span,
    .terms-modal .termsCloseDisplay span {
      background-color: transparent;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .videoOverlay .videoCloseDisplay span::before, .videoOverlay .videoCloseDisplay span::after,
      .videoOverlay .termsCloseDisplay span::before,
      .videoOverlay .termsCloseDisplay span::after,
      .terms-modal .videoCloseDisplay span::before,
      .terms-modal .videoCloseDisplay span::after,
      .terms-modal .termsCloseDisplay span::before,
      .terms-modal .termsCloseDisplay span::after {
        background-color: #969696;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.2s;
                transition: all ease-in 0.2s; }
      .videoOverlay .videoCloseDisplay span::before,
      .videoOverlay .termsCloseDisplay span::before,
      .terms-modal .videoCloseDisplay span::before,
      .terms-modal .termsCloseDisplay span::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .videoOverlay .videoCloseDisplay span::after,
      .videoOverlay .termsCloseDisplay span::after,
      .terms-modal .videoCloseDisplay span::after,
      .terms-modal .termsCloseDisplay span::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .videoOverlay .videoCloseDisplay:hover span::before,
    .videoOverlay .termsCloseDisplay:hover span::before,
    .terms-modal .videoCloseDisplay:hover span::before,
    .terms-modal .termsCloseDisplay:hover span::before {
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
    .videoOverlay .videoCloseDisplay:hover span::after,
    .videoOverlay .termsCloseDisplay:hover span::after,
    .terms-modal .videoCloseDisplay:hover span::after,
    .terms-modal .termsCloseDisplay:hover span::after {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .videoOverlay .videoSlideDisplay,
  .videoOverlay .termsDisplay,
  .terms-modal .videoSlideDisplay,
  .terms-modal .termsDisplay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 4em;
    text-align: center; }
    @media (max-width: 480px) {
      .videoOverlay .videoSlideDisplay,
      .videoOverlay .termsDisplay,
      .terms-modal .videoSlideDisplay,
      .terms-modal .termsDisplay {
        padding: 6em 0; } }
    .videoOverlay .videoSlideDisplay iframe,
    .videoOverlay .termsDisplay iframe,
    .terms-modal .videoSlideDisplay iframe,
    .terms-modal .termsDisplay iframe {
      width: 100% !important;
      max-width: 900px;
      height: 480px;
      margin: 0 auto; }

.terms-modal.active {
  overflow: scroll; }

.terms-modal .termsDisplay {
  top: 25%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 6em 2.5em; }
  .terms-modal .termsDisplay h2 {
    text-align: left; }
  .terms-modal .termsDisplay p {
    text-align: left; }
  .terms-modal .termsDisplay ul li {
    text-align: left; }
  .terms-modal .termsDisplay td {
    text-align: left;
    padding: 10px; }
    .terms-modal .termsDisplay td p {
      text-align: left; }
    @media (max-width: 800px) {
      .terms-modal .termsDisplay td {
        width: 100%;
        display: block; } }
  @media (max-width: 800px) {
    .terms-modal .termsDisplay tr:first-of-type {
      display: none; } }

.hidden {
  visibility: hidden; }

.mapLink {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  margin: 0.625em 0; }
  .mapLink::before {
    background-image: url("/wp-content/themes/mw-oasys/library/images/icons/custom-list.png");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: '';
    left: 10px;
    height: 20px;
    position: absolute;
    top: 0.1em;
    width: 40px;
    text-align: center; }

.wp-caption {
  position: relative; }
  .wp-caption img {
    width: 100%; }
  .wp-caption.alignright {
    float: right; }
    @media (max-width: 1024px) {
      .wp-caption.alignright {
        float: left; } }
  .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .wp-caption.alignleft {
    float: left; }
  .wp-caption-text {
    position: absolute;
    bottom: 0;
    padding: 0.3125em 0.625em;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: right;
    color: #FFFFFF;
    margin: 0;
    font-size: 0.6875em; }

.c__features--cro {
  padding: 100px 0 0; }
  @media (max-width: 768px) {
    .c__features--cro {
      padding: 50px 0 0; } }
  .c__features--cro .g__sidebar__navigation ul a {
    color: #6d0049; }
    .c__features--cro .g__sidebar__navigation ul a:after {
      background-color: #6d0049; }

.c__contentForm--cro {
  padding: 80px 0 20px;
  display: block !important;
  background-color: #F0F0F0; }
  @media (max-width: 768px) {
    .c__contentForm--cro {
      padding: 0 0 20px; } }
  .c__contentForm--cro--white {
    background-color: #ffffff; }
    .c__contentForm--cro--white.contact h2 {
      color: #1F435F; }
    .c__contentForm--cro--white.contact .btn__standard {
      background-color: #1F435F; }
  .c__contentForm--cro__solutions .c__product__enquiry {
    padding: 0 12%; }
    @media (max-width: 1180px) {
      .c__contentForm--cro__solutions .c__product__enquiry {
        padding: 0; } }
  .c__contentForm--cro__solutions h2.form-heading {
    color: #0061A0; }
  .c__contentForm--cro__solutions p.form-intro {
    font-weight: 600; }
  .c__contentForm--cro__solutions input, .c__contentForm--cro__solutions select, .c__contentForm--cro__solutions textarea {
    background-color: #F0F0F0;
    font-weight: 400;
    border: 1px solid #979797 !important;
    color: #262626; }
    .c__contentForm--cro__solutions input::-webkit-input-placeholder, .c__contentForm--cro__solutions select::-webkit-input-placeholder, .c__contentForm--cro__solutions textarea::-webkit-input-placeholder {
      font-weight: 400;
      color: #262626; }
    .c__contentForm--cro__solutions input:-ms-input-placeholder, .c__contentForm--cro__solutions select:-ms-input-placeholder, .c__contentForm--cro__solutions textarea:-ms-input-placeholder {
      font-weight: 400;
      color: #262626; }
    .c__contentForm--cro__solutions input::placeholder, .c__contentForm--cro__solutions select::placeholder, .c__contentForm--cro__solutions textarea::placeholder {
      font-weight: 400;
      color: #262626; }
  .c__contentForm--cro__solutions select {
    color: #262626; }
  .c__contentForm--cro__solutions label.gfield_label {
    font-weight: 600; }
  .c__contentForm--cro__solutions .gfield_checkbox label {
    font-weight: 600; }
  .c__contentForm--cro__solutions .mw-terms:hover {
    text-decoration: underline; }
  .c__contentForm--cro__solutions input.btn__standard {
    background-color: #0061A0;
    text-transform: initial;
    font-weight: bold; }
    .c__contentForm--cro__solutions input.btn__standard:hover {
      background-color: #243d51; }
  .c__contentForm--cro h2 {
    color: #980173;
    font-size: 28px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    padding-bottom: 25px;
    font-weight: 600;
    text-align: center; }
  .c__contentForm--cro p {
    font-size: 17px;
    line-height: 23px;
    color: #262626;
    text-align: center;
    padding: 0;
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
  .c__contentForm--cro .gf_1_3 {
    padding: 0 15px;
    width: 33.33%;
    float: left; }
    .c__contentForm--cro .gf_1_3 label {
      font-size: 17px;
      line-height: 23px;
      color: #262626; }
    @media (max-width: 768px) {
      .c__contentForm--cro .gf_1_3 {
        width: 100%; } }
  .c__contentForm--cro .gf_1_1 {
    padding: 0 15px;
    width: 100%;
    clear: both; }
    .c__contentForm--cro .gf_1_1 label,
    .c__contentForm--cro .gf_1_1 a {
      font-size: 17px;
      line-height: 23px;
      color: #262626; }
    .c__contentForm--cro .gf_1_1 a {
      color: #0061A0; }
  .c__contentForm--cro .mw-terms-checkbox li {
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
    position: relative; }
  .c__contentForm--cro .btn__standard {
    background-color: #77004B;
    padding: 15px;
    max-width: 250px;
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    line-height: 23px; }
    .c__contentForm--cro .btn__standard:hover {
      background-color: #243d51; }

.c__hero .c__share {
  padding: 25px 0 5px; }
  .c__hero .c__share p {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    vertical-align: middle;
    color: #ffffff;
    margin-right: 10px; }
  .c__hero .c__share--facebook:before {
    content: url("../../images/facebook.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .c__hero .c__share--twitter:before {
    content: url("../../images/twitter.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .c__hero .c__share--linkedin:before {
    content: url("../../images/linkedin.png");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .c__hero .c__share a {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    margin-right: 10px;
    padding: 23.5px;
    position: relative; }
    .c__hero .c__share a:last-child {
      margin-right: 0; }

.c__croContent .c__m__imgTextSplit__content {
  padding-right: 120px !important; }
  @media (max-width: 768px) {
    .c__croContent .c__m__imgTextSplit__content {
      padding-right: 0 !important; } }
  .c__croContent .c__m__imgTextSplit__content h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    color: #77004B;
    margin: 0;
    padding: 0 0 25px; }
  .c__croContent .c__m__imgTextSplit__content p {
    font-size: 15px;
    line-height: 20px;
    color: #262626; }

.embed-container {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%; }
  @media (max-width: 768px) {
    .embed-container {
      height: 400px;
      width: 100%;
      position: relative; } }
  @media (max-width: 500px) {
    .embed-container {
      height: 300px; } }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (max-width: 768px) {
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: relative; } }

.c__m__imgTextSplit {
  position: relative; }

.c__cta-blocks {
  padding: 4em 0; }
  .c__cta-blocks .l__row {
    padding: 0 113px; }
    @media (max-width: 1024px) {
      .c__cta-blocks .l__row {
        padding: 0; } }
  .c__cta-blocks .l__col {
    margin-bottom: 2em; }
  .c__cta-blocks div.l__col__evenpad {
    padding-right: 24px;
    margin: 0 62px 0 0 !important; }
    @media (max-width: 1024px) {
      .c__cta-blocks div.l__col__evenpad {
        margin: 0 23px 0 0 !important;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      .c__cta-blocks div.l__col__evenpad {
        margin: 0 0 24px 0 !important;
        padding-right: 0; } }
    .c__cta-blocks div.l__col__evenpad h3 {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 35px;
      margin-bottom: 15px; }
    .c__cta-blocks div.l__col__evenpad p {
      color: #262626;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 20px;
      min-height: 80px;
      margin-bottom: 26px; }
      @media (max-width: 768px) {
        .c__cta-blocks div.l__col__evenpad p {
          min-height: -webkit-fit-content;
          min-height: -moz-fit-content;
          min-height: fit-content; } }
    .c__cta-blocks div.l__col__evenpad a {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 25px; }
      .c__cta-blocks div.l__col__evenpad a:hover {
        text-decoration: underline; }
  .c__cta-blocks h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 54px;
    text-align: center;
    margin-bottom: 44px; }
    @media (max-width: 768px) {
      .c__cta-blocks h2 {
        margin-bottom: 24px;
        text-align: left; } }

.product-accordion {
  background-color: #F0F0F0;
  padding: 4em 0; }
  .product-accordion .l__col__span9 .l__col__evenpad {
    padding-right: 64px; }
    @media (max-width: 768px) {
      .product-accordion .l__col__span9 .l__col__evenpad {
        padding-right: 0; } }
    .product-accordion .l__col__span9 .l__col__evenpad h2 {
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 54px;
      margin-bottom: 0; }
    .product-accordion .l__col__span9 .l__col__evenpad label {
      color: #262626;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 66px; }
    .product-accordion .l__col__span9 .l__col__evenpad .c__m__accordion__item__content p {
      color: #262626;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px; }
      @media (max-width: 768px) {
        .product-accordion .l__col__span9 .l__col__evenpad .c__m__accordion__item__content p {
          font-size: 15px; } }
    .product-accordion .l__col__span9 .l__col__evenpad .c__m__accordion__item {
      padding: 0; }
  .product-accordion .l__col__span3 .l__col__evenpad h3 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px; }
  .product-accordion .l__col__span3 .l__col__evenpad .sidebar-item {
    margin-bottom: 53px; }
    .product-accordion .l__col__span3 .l__col__evenpad .sidebar-item h4 {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 35px;
      margin-bottom: 8px; }
    .product-accordion .l__col__span3 .l__col__evenpad .sidebar-item p {
      color: #262626;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 18px; }
    .product-accordion .l__col__span3 .l__col__evenpad .sidebar-item a {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 25px; }
      .product-accordion .l__col__span3 .l__col__evenpad .sidebar-item a:hover {
        text-decoration: underline; }

.c__hero {
  position: relative;
  z-index: 1; }
  .c__hero h1 {
    color: #ffffff;
    font-size: 2.5em;
    line-height: 1.35em;
    margin-bottom: 0.5em;
    font-weight: bold; }
    .c__hero h1.alt {
      color: #243D51; }
    @media (max-width: 1024px) {
      .c__hero h1 {
        font-size: 1.875em;
        line-height: 1.1333333333em;
        margin-bottom: 0.6666666667em; } }
  .c__hero select.hero-select {
    max-width: 614px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    margin: auto;
    background-image: url(/wp-content/themes/mw-oasys/library/images/down-arrow.svg);
    background-size: 40px 17px;
    border-radius: 28px; }
    .c__hero select.hero-select option {
      color: black; }
  .c__hero__img {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: right bottom; }
    .c__hero__img::before {
      content: "";
      display: block;
      padding-top: 32.54802259887006%; }
      @media (max-width: 768px) {
        .c__hero__img::before {
          padding-top: 55%; } }
      @media (max-width: 480px) {
        .c__hero__img::before {
          padding-top: 80%; } }
      @media (max-width: 360px) {
        .c__hero__img::before {
          padding-top: 100%; } }
  .c__hero__large {
    min-height: 22em;
    min-height: 32.82858873410055vw; }
    @media (max-width: 1024px) {
      .c__hero__large {
        min-height: 27.1875em; } }
    @media (max-width: 480px) {
      .c__hero__large {
        min-height: 18.75em; } }
    .c__hero__large__content {
      padding-top: 6.25em;
      padding-top: 6.056935190793459vw;
      position: relative;
      max-width: 26.25em; }
      .c__hero__large__content__summary {
        color: #ffffff;
        font-size: 1.5625em;
        line-height: 1.4em; }
        .c__hero__large__content__summary p {
          margin: 0; }
        @media (max-width: 1024px) {
          .c__hero__large__content__summary {
            font-size: 1.125em;
            line-height: 1.4444444444em; } }
  .c__hero__medium {
    min-height: 19.25em;
    min-height: 12.65536038764385vw; }
    @media (max-width: 768px) {
      .c__hero__medium {
        min-height: initial;
        padding: 0 0 20px 0; } }
    .c__hero__medium--cro {
      padding: 30px 0 50px !important; }
      .c__hero__medium--cro h1 {
        color: #FFFFFF;
        font-size: 35px;
        font-weight: 600;
        line-height: 54px; }
      .c__hero__medium--cro p {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 25px; }
    .c__hero__medium--productcro {
      padding: 50px 0 0px !important; }
      .c__hero__medium--productcro h1 {
        color: #FFFFFF;
        font-size: 35px;
        font-weight: 600;
        line-height: 54px; }
      .c__hero__medium--productcro p {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 25px; }
    .c__hero__medium__content {
      padding-bottom: 3.125em;
      padding-bottom: 1.028467595396729vw;
      padding-top: 3.125em;
      padding-top: 1.028467595396729vw;
      position: relative;
      max-width: 53.75em; }
      .c__hero__medium__content h3.faq {
        color: #FFFFFF;
        font-size: 2.5em;
        line-height: 1.35em;
        margin-bottom: 0.5em; }
      .c__hero__medium__content__summary {
        color: #ffffff;
        font-size: 1.125em;
        line-height: 1.5555555556em; }
        .c__hero__medium__content__summary p {
          margin: 0; }
        @media (max-width: 1024px) {
          .c__hero__medium__content__summary {
            font-size: 1em;
            line-height: 1.5em; } }
        .c__hero__medium__content__summary__link {
          color: #FFFFFF;
          text-decoration: underline; }
  .c__hero__small__content {
    padding-bottom: 3.125em;
    padding-bottom: 3.028467595396729vw;
    padding-top: 3.125em;
    padding-top: 3.028467595396729vw;
    position: relative;
    max-width: 53.75em; }
    .c__hero__small__content__summary {
      color: #ffffff;
      font-size: 1.125em;
      line-height: 1.5555555556em; }
      .c__hero__small__content__summary p {
        margin: 0; }
      @media (max-width: 1024px) {
        .c__hero__small__content__summary {
          font-size: 1em;
          line-height: 1.5em; } }
  @media (max-width: 768px) {
    .c__hero__asCarousel {
      margin-bottom: 4em; } }
  .c__hero__asCarousel .heroCarousel__items__item {
    position: relative;
    outline: 0; }
    @media (max-width: 1024px) {
      .c__hero__asCarousel .heroCarousel__items__item__img {
        visibility: hidden;
        display: none; } }
    .c__hero__asCarousel .heroCarousel__items__item__content {
      position: absolute;
      top: 10%;
      width: 100%;
      height: 100%; }
      @media (max-width: 1530px) {
        .c__hero__asCarousel .heroCarousel__items__item__content {
          left: 2%; } }
      @media (max-width: 1440px) {
        .c__hero__asCarousel .heroCarousel__items__item__content {
          left: 5%; } }
      @media (max-width: 1024px) {
        .c__hero__asCarousel .heroCarousel__items__item__content {
          position: relative;
          left: auto;
          padding-bottom: 10em; } }
      .c__hero__asCarousel .heroCarousel__items__item__content--cro {
        position: relative;
        left: 0;
        padding: 100px 0 150px; }
        @media (max-width: 768px) {
          .c__hero__asCarousel .heroCarousel__items__item__content--cro {
            padding: 50px 0 150px; } }
        .c__hero__asCarousel .heroCarousel__items__item__content--cro .heroCarousel__items__item__content__contain {
          width: 100%; }
        .c__hero__asCarousel .heroCarousel__items__item__content--cro h1 {
          text-align: center;
          font-size: 48px;
          line-height: 60px;
          font-weight: 700;
          padding: 0;
          margin: auto auto 37px;
          max-width: 550px; }
          @media (max-width: 768px) {
            .c__hero__asCarousel .heroCarousel__items__item__content--cro h1 {
              font-size: 30px;
              line-height: 40px;
              margin: auto auto 20px; } }
        .c__hero__asCarousel .heroCarousel__items__item__content--cro p {
          text-align: center;
          color: #ffffff;
          font-size: 25px;
          line-height: 35px;
          padding: 0;
          margin: 0; }
          @media (max-width: 768px) {
            .c__hero__asCarousel .heroCarousel__items__item__content--cro p {
              font-size: 20px;
              line-height: 30px; } }
        .c__hero__asCarousel .heroCarousel__items__item__content--cro a {
          display: block;
          margin: 30px auto 0;
          text-align: center;
          color: #105280;
          font-size: 16px;
          line-height: 22px;
          background-color: #ffffff;
          padding: 13px;
          border: 2px solid #ffffff;
          border-radius: 25px;
          max-width: 250px;
          width: 100%;
          font-weight: 600; }
          .c__hero__asCarousel .heroCarousel__items__item__content--cro a:hover {
            background-color: transparent;
            color: #ffffff; }
          @media (max-width: 768px) {
            .c__hero__asCarousel .heroCarousel__items__item__content--cro a {
              margin: 40px auto 0; } }
      .c__hero__asCarousel .heroCarousel__items__item__content__contain {
        width: 40%; }
        @media (max-width: 1024px) {
          .c__hero__asCarousel .heroCarousel__items__item__content__contain {
            width: 35%; } }
        @media (max-width: 1024px) {
          .c__hero__asCarousel .heroCarousel__items__item__content__contain {
            width: 100%; } }
        .c__hero__asCarousel .heroCarousel__items__item__content__contain__summary {
          color: #ffffff;
          font-size: 1.5625em;
          line-height: 1.4em; }
          .c__hero__asCarousel .heroCarousel__items__item__content__contain__summary p {
            margin: 0; }
      .c__hero__asCarousel .heroCarousel__items__item__content.inserted {
        -webkit-transition: none;
                transition: none; }
      .c__hero__asCarousel .heroCarousel__items__item__content.activeSlide {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition-delay: none;
                transition-delay: none; }
        .c__hero__asCarousel .heroCarousel__items__item__content.activeSlide.next {
          -webkit-transition-delay: .2s;
                  transition-delay: .2s; }
        .c__hero__asCarousel .heroCarousel__items__item__content.activeSlide.prev {
          -webkit-transition-delay: .6s;
                  transition-delay: .6s; }
          .c__hero__asCarousel .heroCarousel__items__item__content.activeSlide.prev + .heroCarousel__content {
            -webkit-transition-delay: .4s;
                    transition-delay: .4s; }
        .c__hero__asCarousel .heroCarousel__items__item__content.activeSlide ~ .heroCarousel__content {
          -webkit-transform: translateX(100vw);
              -ms-transform: translateX(100vw);
                  transform: translateX(100vw); }
  .c__hero__asCarousel .heroCarousel__pagination {
    position: relative; }
    .c__hero__asCarousel .heroCarousel__pagination ul {
      display: inline-block;
      width: 100%;
      bottom: auto;
      padding: 0 0 0 20px;
      bottom: 8em;
      text-align: left; }
      @media (max-width: 768px) {
        .c__hero__asCarousel .heroCarousel__pagination ul {
          padding-bottom: 6em;
          padding: 0 0 0 15px; } }
      .c__hero__asCarousel .heroCarousel__pagination ul li {
        margin: 0; }
        .c__hero__asCarousel .heroCarousel__pagination ul li.slick-active button {
          background-color: #ffffff; }
        .c__hero__asCarousel .heroCarousel__pagination ul li button {
          border: 1px solid #ffffff;
          border-radius: 50%;
          cursor: pointer;
          height: 14px;
          margin: 0;
          -webkit-transition: all ease-in 0.2s;
                  transition: all ease-in 0.2s;
          padding: 0;
          width: 14px; }
          .c__hero__asCarousel .heroCarousel__pagination ul li button:hover {
            background-color: #ffffff; }
  .c__hero__asCarousel .toggle {
    background-color: rgba(38, 38, 38, 0.3);
    height: 6.1875em;
    position: absolute;
    -webkit-transition: width ease-in 0.2s;
            transition: width ease-in 0.2s;
    width: 3.375em;
    z-index: 10;
    outline: 0; }
    .c__hero__asCarousel .toggle:hover {
      width: 4.6875em; }
    .c__hero__asCarousel .toggle.previous {
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-webkit-calc(-50% - (156px / 2)));
          -ms-transform: translateY(calc(-50% - (156px / 2)));
              transform: translateY(calc(-50% - (156px / 2))); }
    .c__hero__asCarousel .toggle.next {
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-webkit-calc(-50% - (156px / 2)));
          -ms-transform: translateY(calc(-50% - (156px / 2)));
              transform: translateY(calc(-50% - (156px / 2))); }
    .c__hero__asCarousel .toggleCarousel {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media (max-width: 1024px) {
      .c__hero__asCarousel .toggle {
        display: none; } }
  .c__hero__solutions .c__hero__medium__content {
    padding: 70px 0;
    text-align: center;
    margin: auto; }
  .c__hero__solutions h1 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0; }
  .c__hero__ss {
    padding: 165px 0 75px 0 !important; }
    @media (max-width: 900px) {
      .c__hero__ss {
        padding: 35px 0 35px 0 !important; } }
    .c__hero__ss .l__contain {
      position: relative;
      z-index: 2; }
      .c__hero__ss .l__contain a {
        border: 1px solid white;
        background-color: white;
        border-radius: 2em;
        color: #0061A0;
        font-size: 16px;
        font-weight: 600;
        padding: 0.8em 68px;
        text-align: center;
        position: absolute;
        right: 20px;
        bottom: 1.028467595396729vw;
        margin-top: 24px;
        display: inline-block; }
        .c__hero__ss .l__contain a:hover {
          background-color: white;
          opacity: .75; }
        @media (max-width: 1120px) {
          .c__hero__ss .l__contain a {
            position: relative;
            right: 0; } }
  .c__hero__archive-products .c__hero__medium__content {
    padding: 70px 0;
    text-align: center;
    margin: auto; }

.c__hero__medium .single-product-hero-content {
  max-width: 38.75em;
  padding: 4em 0 5em 0; }

.backGrey {
  background: #eaeaea;
  margin-top: 16em;
  padding: 4em 0 4em 0; }
  .backGrey .c__m__quote {
    margin-top: -15em; }

.c__m__summaryBlock__title p {
  color: #243D51;
  font-size: 1.875em;
  line-height: 1.4666666667em;
  margin-bottom: 1em; }
  @media (max-width: 1024px) {
    .c__m__summaryBlock__title p {
      font-size: 1.125em;
      line-height: 1.5555555556em; } }

.c__m__summaryBlock__content {
  font-size: 1.125em;
  line-height: 1.4444444444em; }
  @media (max-width: 1024px) {
    .c__m__summaryBlock__content {
      font-size: 1em;
      line-height: 1.5em; } }

@media (max-width: 768px) {
  .c__m__summaryBlock {
    text-align: center; } }

.c__m__productFeatures--cro, .c__m__productFeaturesnocarousel--cro {
  margin-bottom: 20px; }

.c__m__productFeatures.spaceTop, .c__m__productFeaturesnocarousel.spaceTop {
  margin-top: 8em; }

.c__m__productFeatures__wrap, .c__m__productFeaturesnocarousel__wrap {
  position: relative; }
  .c__m__productFeatures__wrap.home .dual-slider-second2, .c__m__productFeaturesnocarousel__wrap.home .dual-slider-second2 {
    width: 100%; }
    @media (max-width: 1024px) {
      .c__m__productFeatures__wrap.home .dual-slider-second2, .c__m__productFeaturesnocarousel__wrap.home .dual-slider-second2 {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 600px) {
      .c__m__productFeatures__wrap.home .dual-slider-second2, .c__m__productFeaturesnocarousel__wrap.home .dual-slider-second2 {
        display: none; } }
    .c__m__productFeatures__wrap.home .dual-slider-second2-pagination, .c__m__productFeaturesnocarousel__wrap.home .dual-slider-second2-pagination {
      left: 0;
      position: absolute;
      text-align: center;
      width: 100%; }
      .c__m__productFeatures__wrap.home .dual-slider-second2-pagination ul, .c__m__productFeaturesnocarousel__wrap.home .dual-slider-second2-pagination ul {
        display: inline-block;
        vertical-align: top;
        top: -12px; }
      .c__m__productFeatures__wrap.home .dual-slider-second2-pagination li.slick-active button, .c__m__productFeaturesnocarousel__wrap.home .dual-slider-second2-pagination li.slick-active button {
        background-color: #454545; }
      .c__m__productFeatures__wrap.home .dual-slider-second2-pagination li button, .c__m__productFeaturesnocarousel__wrap.home .dual-slider-second2-pagination li button {
        background-color: #eaeaea;
        border-radius: 50%;
        cursor: pointer;
        height: 20px;
        margin: 0;
        padding: 0;
        width: 20px; }
  .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel,
  .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel,
  .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel {
    width: 55%;
    top: -34%;
    padding: 0; }
    .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro,
    .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro,
    .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro {
      position: relative;
      width: 100%;
      top: auto;
      margin: 0;
      opacity: 1;
      background-color: transparent;
      margin-top: -150px; }
      .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .slick-list,
      .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .slick-list, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .slick-list,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .slick-list {
        width: 100% !important; }
      .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .l__row__negative10,
      .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .l__row__negative10, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .l__row__negative10,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .l__row__negative10 {
        margin: 0 -10px !important; }
      .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox,
      .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox,
      .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox,
      .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox {
        background-color: transparent; }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item,
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item {
          background-color: transparent; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside {
            margin: 0 10px; }
            @media (max-width: 768px) {
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside {
                min-height: 26.25em; } }
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside:last-child,
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside:last-child,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside:last-child,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside:last-child, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside:last-child,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside:last-child,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__inside:last-child,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside:last-child {
              margin-right: 10px !important; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__title h2,
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title h2,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__title h2,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title h2, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__title h2,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title h2,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__title h2,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title h2 {
            font-size: 22px;
            line-height: 30px; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn {
            padding: 15px;
            font-weight: 600;
            color: #105280;
            font-size: 16px;
            line-height: 22px;
            max-width: 210px;
            width: 100%;
            display: block;
            min-width: auto; }
            @media (max-width: 1024px) {
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn {
                max-width: 180px; } }
            @media (max-width: 900px) {
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn {
                width: 210px; } }
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn:hover,
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn:hover,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn:hover,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn:hover, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn:hover,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn:hover,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn:hover,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn:hover {
              color: #ffffff; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn {
            padding: 15px;
            font-weight: 600;
            color: #105280;
            font-size: 16px;
            line-height: 22px;
            max-width: 210px;
            width: 100%;
            display: block;
            min-width: auto; }
            @media (max-width: 1024px) {
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn {
                max-width: 180px; } }
            @media (max-width: 900px) {
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
              .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn {
                width: 210px; } }
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn:hover,
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn:hover,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn:hover,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn:hover, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn:hover,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn:hover,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn:hover,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn:hover {
              color: #ffffff; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p,
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeatures__featureCarousel__threeBox__item__content p,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel--cro .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p {
            font-size: 15px;
            line-height: 22px; }
    @media (max-width: 1024px) {
      .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel,
      .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel {
        position: relative;
        width: 100%;
        top: auto;
        opacity: 1; } }
    .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox,
    .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox,
    .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox {
      background-color: #FFFFFF;
      padding: 0.625em 0; }
      .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox .l__row,
      .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox .l__row, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox .l__row,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox .l__row {
        margin: 0; }
      .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item,
      .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item,
      .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item {
        text-align: center; }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside {
          margin-right: 0; }
          @media (max-width: 1024px) {
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
            .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
            .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeatures__featureCarousel__threeBox__item__inside,
            .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item:last-child .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside {
              margin-right: 0.625em; } }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__inside,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__inside,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside {
          position: relative;
          background-color: #252525;
          min-height: 23em;
          margin: 0 0.625em;
          padding: 1.25em 0.9375em 2.5em; }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__title,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__title,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title {
          min-height: 11.25em; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__title img,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title img, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__title img,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title img {
            display: inline-block; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__title h2,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title h2, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__title h2,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title h2 {
            color: #FFFFFF;
            font-size: 1.5em; }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content p,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content p,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p {
          font-size: 0.9375em;
          line-height: 1.2em;
          color: #FFFFFF; }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content a.btn,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content a.btn {
          position: absolute;
          bottom: 1.25em;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          padding: 0.6em 1em;
          min-width: 80%;
          font-size: 0.9375em;
          line-height: 1.2em; }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn {
          position: absolute;
          bottom: 1.25em;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          padding: 0.6em 1em;
          min-width: 80%;
          font-size: 0.9375em;
          line-height: 1.2em;
          margin-bottom: 0; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn:hover,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn:hover, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__content p.btn:hover,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn:hover {
            text-decoration: underline; }
        .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__caption,
        .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__caption, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__caption,
        .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__caption {
          position: absolute;
          bottom: 0;
          padding: 0.3125em 0.625em;
          background-color: rgba(0, 0, 0, 0.6);
          width: 100%;
          text-align: right; }
          .c__m__productFeatures__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__caption p,
          .c__m__productFeatures__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__caption p, .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeatures__featureCarousel__threeBox__item__caption p,
          .c__m__productFeaturesnocarousel__wrap.home .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__caption p {
            color: #FFFFFF;
            margin: 0;
            font-size: 0.6875em; }
  @media (min-width: 769px) {
    .c__m__productFeatures__wrap .dual-slider-second,
    .c__m__productFeatures__wrap .dual-slider-second2, .c__m__productFeaturesnocarousel__wrap .dual-slider-second,
    .c__m__productFeaturesnocarousel__wrap .dual-slider-second2 {
      width: 91.69623846699787%; } }
  @media (max-width: 768px) {
    .c__m__productFeatures__wrap .dual-slider-second,
    .c__m__productFeatures__wrap .dual-slider-second2, .c__m__productFeaturesnocarousel__wrap .dual-slider-second,
    .c__m__productFeaturesnocarousel__wrap .dual-slider-second2 {
      margin-left: -10px;
      margin-right: -10px; } }

.c__m__productFeatures__img, .c__m__productFeaturesnocarousel__img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
  position: relative;
  height: 33.3333333333em; }
  @media (min-width: 769px) {
    .c__m__productFeatures__img, .c__m__productFeaturesnocarousel__img {
      width: 91.69623846699787%; } }
  @media (max-width: 768px) {
    .c__m__productFeatures__img, .c__m__productFeaturesnocarousel__img {
      margin-left: -10px;
      margin-right: -10px;
      height: 22.2222222222em; } }
  .c__m__productFeatures__img::before, .c__m__productFeaturesnocarousel__img::before {
    content: "";
    display: block;
    padding-top: 91.69623846699787%;
    padding-top: 37.85584494245912vw; }
    @media (min-width: 769px) and (max-width: 1024px) {
      .c__m__productFeatures__img::before, .c__m__productFeaturesnocarousel__img::before {
        padding-top: 50%; } }
    @media (max-width: 768px) {
      .c__m__productFeatures__img::before, .c__m__productFeaturesnocarousel__img::before {
        padding-top: 75%; } }
    @media (max-width: 480px) {
      .c__m__productFeatures__img::before, .c__m__productFeaturesnocarousel__img::before {
        padding-top: 96.875%; } }
  .c__m__productFeatures__img__caption, .c__m__productFeaturesnocarousel__img__caption {
    position: absolute;
    bottom: 0;
    padding: 0.3125em 0.625em;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: right; }
    .c__m__productFeatures__img__caption p, .c__m__productFeaturesnocarousel__img__caption p {
      color: #FFFFFF;
      margin: 0;
      font-size: 0.6875em; }

.c__m__productFeatures__featureCarousel, .c__m__productFeaturesnocarousel__featureCarousel {
  background-color: #252525;
  padding: 4.6875em 3.4375em;
  position: relative; }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .c__m__productFeatures__featureCarousel, .c__m__productFeaturesnocarousel__featureCarousel {
      width: 40%; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .c__m__productFeatures__featureCarousel, .c__m__productFeaturesnocarousel__featureCarousel {
      width: 48%; } }
  @media (min-width: 1281px) {
    .c__m__productFeatures__featureCarousel, .c__m__productFeaturesnocarousel__featureCarousel {
      width: 33.71185237757275%; } }
  @media (min-width: 769px) {
    .c__m__productFeatures__featureCarousel, .c__m__productFeaturesnocarousel__featureCarousel {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; } }
  @media (max-width: 768px) {
    .c__m__productFeatures__featureCarousel, .c__m__productFeaturesnocarousel__featureCarousel {
      margin-left: -10px;
      margin-right: -10px;
      padding: 3.75em; } }
  .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__wrap {
    position: relative;
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s; }
    @media (min-width: 769px) {
      .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__wrap {
        min-height: 360px; } }
    @media (max-width: 768px) {
      .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__wrap {
        min-height: 160px; } }
    .c__m__productFeatures__featureCarousel__wrap[data-items="1"], .c__m__productFeaturesnocarousel__featureCarousel__wrap[data-items="1"] {
      width: 100%; }
    .c__m__productFeatures__featureCarousel__wrap[data-items="2"], .c__m__productFeaturesnocarousel__featureCarousel__wrap[data-items="2"] {
      width: 200%;
      white-space: nowrap; }
    .c__m__productFeatures__featureCarousel__wrap[data-items="3"], .c__m__productFeaturesnocarousel__featureCarousel__wrap[data-items="3"] {
      width: 300%;
      white-space: nowrap; }
    .c__m__productFeatures__featureCarousel__wrap[data-items="4"], .c__m__productFeaturesnocarousel__featureCarousel__wrap[data-items="4"] {
      width: 400%;
      white-space: nowrap; }
    .c__m__productFeatures__featureCarousel__wrap.slick-dotted.slick-slider, .c__m__productFeaturesnocarousel__featureCarousel__wrap.slick-dotted.slick-slider {
      margin: 0; }
  .c__m__productFeatures__featureCarousel__slides, .c__m__productFeaturesnocarousel__featureCarousel__slides {
    overflow-x: hidden; }
  .c__m__productFeatures__featureCarousel__slide, .c__m__productFeaturesnocarousel__featureCarousel__slide {
    display: inline-block;
    padding: 0 0.3125em;
    text-align: center;
    -webkit-transition: opacity ease-in 0.2s;
            transition: opacity ease-in 0.2s;
    vertical-align: top;
    width: 100%;
    white-space: normal; }
    .c__m__productFeatures__featureCarousel__slide[data-items="1"], .c__m__productFeaturesnocarousel__featureCarousel__slide[data-items="1"] {
      width: 100%; }
    .c__m__productFeatures__featureCarousel__slide[data-items="2"], .c__m__productFeaturesnocarousel__featureCarousel__slide[data-items="2"] {
      width: 50%; }
    .c__m__productFeatures__featureCarousel__slide[data-items="3"], .c__m__productFeaturesnocarousel__featureCarousel__slide[data-items="3"] {
      width: 33.3333333333%; }
    .c__m__productFeatures__featureCarousel__slide[data-items="4"], .c__m__productFeaturesnocarousel__featureCarousel__slide[data-items="4"] {
      width: 25%; }
    .c__m__productFeatures__featureCarousel__slide__title .i__svg,
    .c__m__productFeatures__featureCarousel__slide__title img, .c__m__productFeaturesnocarousel__featureCarousel__slide__title .i__svg,
    .c__m__productFeaturesnocarousel__featureCarousel__slide__title img {
      margin: 0 auto; }
    .c__m__productFeatures__featureCarousel__slide__title h2, .c__m__productFeaturesnocarousel__featureCarousel__slide__title h2 {
      color: #ffffff;
      margin-bottom: 0.3333333333em; }
    .c__m__productFeatures__featureCarousel__slide__content, .c__m__productFeaturesnocarousel__featureCarousel__slide__content {
      color: #ffffff; }
      @media (min-width: 769px) {
        .c__m__productFeatures__featureCarousel__slide__content, .c__m__productFeaturesnocarousel__featureCarousel__slide__content {
          font-size: 1.125em;
          line-height: 1.4444444444em; } }
      @media (max-width: 768px) {
        .c__m__productFeatures__featureCarousel__slide__content, .c__m__productFeaturesnocarousel__featureCarousel__slide__content {
          display: none; } }
  .c__m__productFeatures__featureCarousel__pagination, .c__m__productFeaturesnocarousel__featureCarousel__pagination {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
    .c__m__productFeatures__featureCarousel__pagination ul, .c__m__productFeaturesnocarousel__featureCarousel__pagination ul {
      display: inline-block;
      vertical-align: top;
      top: 0; }
    .c__m__productFeatures__featureCarousel__pagination li.slick-active button, .c__m__productFeaturesnocarousel__featureCarousel__pagination li.slick-active button {
      background-color: #454545; }
    .c__m__productFeatures__featureCarousel__pagination li button, .c__m__productFeaturesnocarousel__featureCarousel__pagination li button {
      background-color: #eaeaea;
      border-radius: 50%;
      cursor: pointer;
      height: 20px;
      margin: 0;
      padding: 0;
      width: 20px; }
  .c__m__productFeatures__featureCarousel .c__m__productFeatures__featureCarousel__trigger,
  .c__m__productFeatures__featureCarousel .c__m__productFeaturesnocarousel__featureCarousel__trigger, .c__m__productFeaturesnocarousel__featureCarousel .c__m__productFeatures__featureCarousel__trigger,
  .c__m__productFeaturesnocarousel__featureCarousel .c__m__productFeaturesnocarousel__featureCarousel__trigger {
    display: none; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="1"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="1"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="1"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="1"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="1"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-0%);
        -ms-transform: translateX(-0%);
            transform: translateX(-0%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="2"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="2"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="2"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="2"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="2"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="3"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="3"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="3"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="3"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="3"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="4"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="4"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="4"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="4"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="4"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="5"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="5"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="5"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="5"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="5"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="6"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="6"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="6"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="6"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="6"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-125%);
        -ms-transform: translateX(-125%);
            transform: translateX(-125%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="7"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="7"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="7"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="7"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="7"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="8"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="8"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="8"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="8"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="8"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-175%);
        -ms-transform: translateX(-175%);
            transform: translateX(-175%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="9"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="9"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="9"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="9"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="9"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%); }
  .c__m__productFeatures__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="10"],
  .c__m__productFeatures__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="10"], .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeatures__featureCarousel__pagination label[data-item="10"],
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__pagination label[data-item="10"] {
    background-color: #ffffff; }
  .c__m__productFeatures__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeatures__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap, .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeatures__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap,
  .c__m__productFeaturesnocarousel__featureCarousel__trigger[data-item="10"]:checked ~ .c__m__productFeaturesnocarousel__featureCarousel__slides .c__m__productFeatures__featureCarousel__wrap {
    -webkit-transform: translateX(-225%);
        -ms-transform: translateX(-225%);
            transform: translateX(-225%); }

@media (max-width: 1024px) {
  .c__m__productLandingType {
    margin-bottom: 6.25em; } }

@media (max-width: 768px) {
  .c__m__productLandingType {
    margin-bottom: 3.125em; }
    .c__m__productLandingType .c__list__products__item__variations {
      margin-bottom: 3.5714285714em; } }

.c__m__productLandingType h3.structuralTag a, .c__m__productLandingType h3.bridgeTag a, .c__m__productLandingType h3.bridges-single-productsTag a, .c__m__productLandingType h3.buildings-product-bundlesTag a, .c__m__productLandingType h3.buildingsTag a {
  color: #0061a0; }

.c__m__productLandingType h3.geotechnicalTag a, .c__m__productLandingType h3.pile-analysis-foundationsTag a, .c__m__productLandingType h3.pile-analysis-foundations-product-bundlesTag a, .c__m__productLandingType h3.retaining-walls-single-productsTag a, .c__m__productLandingType h3.retaining-wallsTag a, .c__m__productLandingType h3.soil-movement-stabilityTag a, .c__m__productLandingType h3.soil-movement-stability-product-bundlesTag a, .c__m__productLandingType h3.vibration-seismic-analysis-single-productsTag a, .c__m__productLandingType h3.vibration-seismic-analysisTag a {
  color: #649d35; }

.c__m__productLandingType h3.pedestrian-simulationTag a {
  color: #6d0049; }

.c__m__productLandingType h3.ls-dynaTag a {
  color: #159697; }

@media (max-width: 480px) {
  .c__m__productLandingType__contentList {
    margin-bottom: 3.8461538462em; } }

.c__m__productLandingType__solHeading h3 {
  display: inline-block; }

.c__m__productLandingType__solHeading__cta {
  position: relative;
  float: right;
  display: inline-block;
  padding-right: 1.25em;
  margin-top: 0.5em;
  font-weight: 700; }
  @media (max-width: 480px) {
    .c__m__productLandingType__solHeading__cta {
      display: block;
      float: none;
      margin-top: auto;
      margin-bottom: 0.9375em;
      padding-right: 0;
      max-width: 8em; } }
  .c__m__productLandingType__solHeading__cta.structuralTag, .c__m__productLandingType__solHeading__cta.bridgeTag, .c__m__productLandingType__solHeading__cta.bridges-single-productsTag, .c__m__productLandingType__solHeading__cta.buildings-product-bundlesTag, .c__m__productLandingType__solHeading__cta.buildingsTag, .c__m__productLandingType__solHeading__cta.vibration-seismic-analysis-single-productsTag, .c__m__productLandingType__solHeading__cta.vibration-seismic-analysisTag {
    color: #0061a0; }
    .c__m__productLandingType__solHeading__cta.structuralTag::after, .c__m__productLandingType__solHeading__cta.bridgeTag::after, .c__m__productLandingType__solHeading__cta.bridges-single-productsTag::after, .c__m__productLandingType__solHeading__cta.buildings-product-bundlesTag::after, .c__m__productLandingType__solHeading__cta.buildingsTag::after, .c__m__productLandingType__solHeading__cta.vibration-seismic-analysis-single-productsTag::after, .c__m__productLandingType__solHeading__cta.vibration-seismic-analysisTag::after {
      color: #0061a0; }
  .c__m__productLandingType__solHeading__cta.geotechnicalTag, .c__m__productLandingType__solHeading__cta.pile-analysis-foundationsTag, .c__m__productLandingType__solHeading__cta.pile-analysis-foundations-product-bundlesTag, .c__m__productLandingType__solHeading__cta.retaining-walls-single-productsTag, .c__m__productLandingType__solHeading__cta.retaining-wallsTag, .c__m__productLandingType__solHeading__cta.soil-movement-stabilityTag, .c__m__productLandingType__solHeading__cta.soil-movement-stability-product-bundlesTag {
    color: #649d35; }
    .c__m__productLandingType__solHeading__cta.geotechnicalTag::after, .c__m__productLandingType__solHeading__cta.pile-analysis-foundationsTag::after, .c__m__productLandingType__solHeading__cta.pile-analysis-foundations-product-bundlesTag::after, .c__m__productLandingType__solHeading__cta.retaining-walls-single-productsTag::after, .c__m__productLandingType__solHeading__cta.retaining-wallsTag::after, .c__m__productLandingType__solHeading__cta.soil-movement-stabilityTag::after, .c__m__productLandingType__solHeading__cta.soil-movement-stability-product-bundlesTag::after {
      color: #649d35; }
  .c__m__productLandingType__solHeading__cta.pedestrian-simulationTag {
    color: #6d0049; }
    .c__m__productLandingType__solHeading__cta.pedestrian-simulationTag::after {
      color: #6d0049; }
  .c__m__productLandingType__solHeading__cta.ls-dynaTag {
    color: #159697; }
    .c__m__productLandingType__solHeading__cta.ls-dynaTag::after {
      color: #159697; }
  .c__m__productLandingType__solHeading__cta::after {
    position: absolute;
    right: 0;
    color: #243D51;
    content: "\00bb";
    font-size: 1.25em;
    line-height: 1.25em; }

.c__m__productLandingType .productItemSpacing {
  margin-bottom: 1.875em; }

.c__m__productLandingType__productItem {
  position: relative;
  height: 100%;
  padding: 1.25em 1.25em 3.75em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
          box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29); }
  .c__m__productLandingType__productItem h3 {
    font-size: 1.8em;
    line-height: 1.1em; }
  .c__m__productLandingType__productItem__cta {
    position: absolute;
    bottom: 1.25em;
    left: 1.25em;
    display: inline-block;
    padding-right: 0.625em;
    font-weight: 700; }
    .c__m__productLandingType__productItem__cta.structuralTag, .c__m__productLandingType__productItem__cta.bridgeTag, .c__m__productLandingType__productItem__cta.bridges-single-productsTag, .c__m__productLandingType__productItem__cta.buildings-product-bundlesTag, .c__m__productLandingType__productItem__cta.buildingsTag, .c__m__productLandingType__productItem__cta.vibration-seismic-analysis-single-productsTag, .c__m__productLandingType__productItem__cta.vibration-seismic-analysisTag {
      color: #0061a0; }
      .c__m__productLandingType__productItem__cta.structuralTag::after, .c__m__productLandingType__productItem__cta.bridgeTag::after, .c__m__productLandingType__productItem__cta.bridges-single-productsTag::after, .c__m__productLandingType__productItem__cta.buildings-product-bundlesTag::after, .c__m__productLandingType__productItem__cta.buildingsTag::after, .c__m__productLandingType__productItem__cta.vibration-seismic-analysis-single-productsTag::after, .c__m__productLandingType__productItem__cta.vibration-seismic-analysisTag::after {
        color: #0061a0; }
    .c__m__productLandingType__productItem__cta.geotechnicalTag, .c__m__productLandingType__productItem__cta.pile-analysis-foundationsTag, .c__m__productLandingType__productItem__cta.pile-analysis-foundations-product-bundlesTag, .c__m__productLandingType__productItem__cta.retaining-walls-single-productsTag, .c__m__productLandingType__productItem__cta.retaining-wallsTag, .c__m__productLandingType__productItem__cta.soil-movement-stabilityTag, .c__m__productLandingType__productItem__cta.soil-movement-stability-product-bundlesTag {
      color: #649d35; }
      .c__m__productLandingType__productItem__cta.geotechnicalTag::after, .c__m__productLandingType__productItem__cta.pile-analysis-foundationsTag::after, .c__m__productLandingType__productItem__cta.pile-analysis-foundations-product-bundlesTag::after, .c__m__productLandingType__productItem__cta.retaining-walls-single-productsTag::after, .c__m__productLandingType__productItem__cta.retaining-wallsTag::after, .c__m__productLandingType__productItem__cta.soil-movement-stabilityTag::after, .c__m__productLandingType__productItem__cta.soil-movement-stability-product-bundlesTag::after {
        color: #649d35; }
    .c__m__productLandingType__productItem__cta.pedestrian-simulationTag {
      color: #6d0049; }
      .c__m__productLandingType__productItem__cta.pedestrian-simulationTag::after {
        color: #6d0049; }
    .c__m__productLandingType__productItem__cta.ls-dynaTag {
      color: #159697; }
      .c__m__productLandingType__productItem__cta.ls-dynaTag::after {
        color: #159697; }
    .c__m__productLandingType__productItem__cta::after {
      position: absolute;
      right: -10px;
      color: #243D51;
      content: "\00bb";
      font-size: 1.25em;
      line-height: 1.25em; }

.c__m__solutionContent h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px; }
  .c__m__solutionContent h2:not(:first-of-type) {
    margin-top: 49px; }

.c__m__solutionContent p {
  color: #262626;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px; }

@media (min-width: 1025px) {
  .c__m__solutionContent {
    padding-right: 8em; } }

.m__contentBlock {
  padding: 20px 0 30px;
  background-color: rgba(223, 223, 223, 0.43); }
  .m__contentBlock--cro {
    padding: 20px 0 5px; }
  .m__contentBlock--wrapper {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 3em 20px; }
  .m__contentBlock h2 {
    text-align: center;
    color: #105280;
    font-size: 25px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0; }
  .m__contentBlock p {
    color: #262626;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 35px; }
  .m__contentBlock a {
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    color: #105280;
    border: 2px solid #105280;
    font-weight: 600;
    text-align: center;
    padding: 10px 15px;
    max-width: 250px;
    width: 100%; }
    .m__contentBlock a:hover {
      background-color: #105280;
      color: #ffffff; }

.c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item {
  width: 33.33%;
  text-align: left;
  margin-bottom: 44px; }
  @media (max-width: 900px) {
    .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item {
      width: 100%;
      margin-bottom: 20px; } }
  .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 203px; }
  .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__inside {
    padding: 0;
    background-color: transparent; }
  .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content h2 {
    color: #105280;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    margin-top: 14px;
    margin-bottom: 10px; }
  .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p {
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 88px;
    margin-bottom: 16px; }
    @media (max-width: 900px) {
      .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content; } }
    .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn.btn__light {
      background: none;
      border: 0;
      position: relative;
      bottom: 0;
      padding: 0;
      max-width: inherit;
      color: #105280;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 25px;
      min-height: -webkit-fit-content;
      min-height: -moz-fit-content;
      min-height: fit-content;
      left: 0;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
      .c__m__productFeaturesnocarousel--cro.c__m__productFeaturesnocarousel .c__m__productFeaturesnocarousel__featureCarousel__threeBox__item__content p.btn.btn__light:hover {
        color: #105280; }

.structuralTag.c__list__news__item .posttitle, .structuralTag.c__list__card__item .posttitle, .bridgeTag.c__list__news__item .posttitle, .bridgeTag.c__list__card__item .posttitle, .bridges-single-productsTag.c__list__news__item .posttitle, .bridges-single-productsTag.c__list__card__item .posttitle, .buildings-product-bundlesTag.c__list__news__item .posttitle, .buildings-product-bundlesTag.c__list__card__item .posttitle, .buildingsTag.c__list__news__item .posttitle, .buildingsTag.c__list__card__item .posttitle, .vibration-seismic-analysis-single-productsTag.c__list__news__item .posttitle, .vibration-seismic-analysis-single-productsTag.c__list__card__item .posttitle, .vibration-seismic-analysisTag.c__list__news__item .posttitle, .vibration-seismic-analysisTag.c__list__card__item .posttitle {
  color: #0061a0; }

.structuralTag.c__list__news__item::after, .structuralTag.c__list__card__item::after, .bridgeTag.c__list__news__item::after, .bridgeTag.c__list__card__item::after, .bridges-single-productsTag.c__list__news__item::after, .bridges-single-productsTag.c__list__card__item::after, .buildings-product-bundlesTag.c__list__news__item::after, .buildings-product-bundlesTag.c__list__card__item::after, .buildingsTag.c__list__news__item::after, .buildingsTag.c__list__card__item::after, .vibration-seismic-analysis-single-productsTag.c__list__news__item::after, .vibration-seismic-analysis-single-productsTag.c__list__card__item::after, .vibration-seismic-analysisTag.c__list__news__item::after, .vibration-seismic-analysisTag.c__list__card__item::after {
  background-color: #0061a0; }

.geotechnicalTag.c__list__news__item .posttitle, .geotechnicalTag.c__list__card__item .posttitle, .pile-analysis-foundationsTag.c__list__news__item .posttitle, .pile-analysis-foundationsTag.c__list__card__item .posttitle, .pile-analysis-foundations-product-bundlesTag.c__list__news__item .posttitle, .pile-analysis-foundations-product-bundlesTag.c__list__card__item .posttitle, .retaining-walls-single-productsTag.c__list__news__item .posttitle, .retaining-walls-single-productsTag.c__list__card__item .posttitle, .retaining-wallsTag.c__list__news__item .posttitle, .retaining-wallsTag.c__list__card__item .posttitle, .soil-movement-stabilityTag.c__list__news__item .posttitle, .soil-movement-stabilityTag.c__list__card__item .posttitle, .soil-movement-stability-product-bundlesTag.c__list__news__item .posttitle, .soil-movement-stability-product-bundlesTag.c__list__card__item .posttitle {
  color: #649d35; }

.geotechnicalTag.c__list__news__item::after, .geotechnicalTag.c__list__card__item::after, .pile-analysis-foundationsTag.c__list__news__item::after, .pile-analysis-foundationsTag.c__list__card__item::after, .pile-analysis-foundations-product-bundlesTag.c__list__news__item::after, .pile-analysis-foundations-product-bundlesTag.c__list__card__item::after, .retaining-walls-single-productsTag.c__list__news__item::after, .retaining-walls-single-productsTag.c__list__card__item::after, .retaining-wallsTag.c__list__news__item::after, .retaining-wallsTag.c__list__card__item::after, .soil-movement-stabilityTag.c__list__news__item::after, .soil-movement-stabilityTag.c__list__card__item::after, .soil-movement-stability-product-bundlesTag.c__list__news__item::after, .soil-movement-stability-product-bundlesTag.c__list__card__item::after {
  background-color: #649d35; }

.pedestrian-simulationTag.c__list__news__item .posttitle, .pedestrian-simulationTag.c__list__card__item .posttitle {
  color: #6d0049; }

.pedestrian-simulationTag.c__list__news__item::after, .pedestrian-simulationTag.c__list__card__item::after {
  background-color: #6d0049; }

.ls-dynaTag.c__list__news__item .posttitle, .ls-dynaTag.c__list__card__item .posttitle {
  color: #159697; }

.ls-dynaTag.c__list__news__item::after, .ls-dynaTag.c__list__card__item::after {
  background-color: #159697; }

.page-numbers {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 60px 0 20px 0; }
  .page-numbers li {
    display: inline-block; }
    .page-numbers li span,
    .page-numbers li a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      font-size: 20px;
      line-height: 40px;
      font-weight: 700;
      margin: 0;
      -webkit-transition: 0.5s;
              transition: 0.5s; }
      .page-numbers li span.current, .page-numbers li span:hover, .page-numbers li span:focus, .page-numbers li span:active,
      .page-numbers li a.current,
      .page-numbers li a:hover,
      .page-numbers li a:focus,
      .page-numbers li a:active {
        background-color: #ffffff;
        color: #0061a0; }

@media (min-width: 769px) {
  .c__list__toggle {
    text-align: center; } }

@media (max-width: 768px) {
  .c__list__toggle {
    overflow: hidden;
    overflow-x: auto;
    width: 100%; }
    .c__list__toggle::-webkit-scrollbar {
      background: transparent;
      border-radius: 10px;
      -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
              box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
      height: 5px;
      -webkit-appearance: none;
      width: 5px; }
    .c__list__toggle ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
              box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); }
    .c__list__toggle::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.1);
      border-radius: 10px; } }

@media (max-width: 768px) {
  .c__list__toggle.postSwitcher ul {
    display: none; } }

.c__list__toggle.postSwitcher #postSwitcherSelect {
  display: none;
  max-width: 250px;
  min-width: 250px;
  margin: 1em auto; }
  @media (max-width: 768px) {
    .c__list__toggle.postSwitcher #postSwitcherSelect {
      display: block; } }

.c__list__toggle ul {
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 768px) {
    .c__list__toggle ul {
      width: 150%;
      white-space: nowrap; } }
  @media (max-width: 480px) {
    .c__list__toggle ul {
      width: 200%;
      white-space: nowrap; } }

.c__list__toggle li {
  float: left; }
  @media (min-width: 769px) {
    .c__list__toggle li:not(:last-child) {
      margin-right: 2.5em; } }
  @media (max-width: 768px) {
    .c__list__toggle li {
      display: inline-block;
      float: none;
      vertical-align: top;
      width: 33.3333333333%; } }

.c__list__toggle a {
  color: #2a2c2b;
  display: block;
  font-size: 1.5625em;
  line-height: 1.56em;
  padding: 0 0.6em;
  position: relative;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  @media (min-width: 769px) {
    .c__list__toggle a::after {
      background-color: #243D51;
      bottom: 0;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      width: 0; }
    .c__list__toggle a:hover::after, .c__list__toggle a.active::after {
      width: 100%; } }

@media (max-width: 1024px) {
  .c__list__toggle[data-items="5"] {
    overflow: hidden;
    overflow-x: auto;
    text-align: left;
    width: 100%; }
    .c__list__toggle[data-items="5"]::-webkit-scrollbar {
      background: transparent;
      border-radius: 10px;
      -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
              box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
      height: 5px;
      -webkit-appearance: none;
      width: 5px; }
    .c__list__toggle[data-items="5"] ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
              box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); }
    .c__list__toggle[data-items="5"]::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.1);
      border-radius: 10px; } }

@media (max-width: 1024px) {
  .c__list__toggle[data-items="5"] ul {
    width: 166.6666666665%;
    white-space: nowrap; } }

@media (max-width: 768px) {
  .c__list__toggle[data-items="5"] ul {
    width: 250%;
    white-space: nowrap; } }

@media (max-width: 480px) {
  .c__list__toggle[data-items="5"] ul {
    width: 375%; } }

@media (max-width: 1024px) {
  .c__list__toggle[data-items="5"] li {
    display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: top;
    width: 20%; } }

.c__list__options {
  margin: -1.875em 0 1.875em; }
  @media (max-width: 1024px) {
    .c__list__options {
      margin: -0.9375em 0 0.9375em; } }
  @media (max-width: 768px) {
    .c__list__options {
      margin: -0.4375em 0 0.4375em; } }
  .c__list__options .c__list__toggle {
    float: left;
    padding: 0.1875em 0; }
    @media (max-width: 768px) {
      .c__list__options .c__list__toggle {
        float: none; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .c__list__options .c__list__toggle {
        overflow-x: hidden; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .c__list__options .c__list__toggle ul {
        width: 100%; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .c__list__options .c__list__toggle li {
        width: 33.3333333333%; } }
    .c__list__options .c__list__toggle a {
      text-align: center; }
    @media (max-width: 768px) {
      .c__list__options .c__list__toggle + .c__list__sort {
        margin-top: 0.9375em; } }

.c__list__sort {
  float: right; }
  @media (max-width: 768px) {
    .c__list__sort {
      float: none;
      text-align: center; } }
  .c__list__sort__item {
    float: right; }
    @media (max-width: 768px) {
      .c__list__sort__item {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 1em 0; } }
    @media (min-width: 769px) {
      .c__list__sort__item + .c__list__sort__item {
        margin-right: 1.875em; } }
  .c__list__sort input, .c__list__sort select {
    color: #484848;
    font-size: 1em;
    padding: 0.4444444444em 2em 0.4444444444em 1.2em;
    min-width: 250px;
    max-width: 250px;
    width: 100%; }
  .c__list__sort form {
    position: relative; }
    .c__list__sort form input {
      padding: 0.4444444444em 3.5em 0.4444444444em 1.2em; }
    .c__list__sort form i.search {
      position: absolute;
      top: 50%;
      right: 1em;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.c__list__more {
  margin-top: 1.875em; }
  @media (max-width: 768px) {
    .c__list__more {
      margin-top: 0.9375em; } }

.c__list__news__related {
  background-color: #f3f3f3;
  padding: 3.75em 0; }
  @media (max-width: 1024px) {
    .c__list__news__related {
      padding: 1.875em 0; } }
  @media (max-width: 768px) {
    .c__list__news__related {
      padding: 0.9375em 0; } }
  .c__list__news__related h2 {
    font-size: 1.5625em;
    line-height: 1.56em;
    margin-bottom: 1.8em; }
    @media (max-width: 768px) {
      .c__list__news__related h2 {
        margin-bottom: 1em; } }

.c__list__news__items .l__col {
  margin-bottom: 1.25em; }
  @media (max-width: 768px) {
    .c__list__news__items .l__col {
      margin-bottom: 0.625em; } }

.c__list__news__item {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
          box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  height: 100%;
  position: relative;
  /*&::after {
                bottom: 0;
                content: "";
                height: 5px;
                left: 0;
                position: absolute;
                right: 0;
                transition: all ease-in 0.2s;
            }*/ }
  .c__list__news__item__img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    .c__list__news__item__img::before {
      content: "";
      display: block;
      padding-top: 69.6048632218845%; }
  .c__list__news__item__tag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 0.875em;
    left: 0;
    line-height: 1em;
    padding: 0.3571428571em;
    position: absolute;
    text-transform: uppercase;
    top: 0; }
    .c__list__news__item__tag span {
      display: block; }
  .c__list__news__item.structuralTag .c__list__news__item__tag, .c__list__news__item.bridgeTag .c__list__news__item__tag, .c__list__news__item.bridges-single-productsTag .c__list__news__item__tag, .c__list__news__item.buildings-product-bundlesTag .c__list__news__item__tag, .c__list__news__item.buildingsTag .c__list__news__item__tag, .c__list__news__item.vibration-seismic-analysis-single-productsTag .c__list__news__item__tag, .c__list__news__item.vibration-seismic-analysisTag .c__list__news__item__tag {
    background-color: #0061a0; }
  .c__list__news__item.geotechnicalTag .c__list__news__item__tag, .c__list__news__item.pile-analysis-foundationsTag .c__list__news__item__tag, .c__list__news__item.pile-analysis-foundations-product-bundlesTag .c__list__news__item__tag, .c__list__news__item.retaining-walls-single-productsTag .c__list__news__item__tag, .c__list__news__item.retaining-wallsTag .c__list__news__item__tag, .c__list__news__item.soil-movement-stabilityTag .c__list__news__item__tag, .c__list__news__item.soil-movement-stability-product-bundlesTag .c__list__news__item__tag {
    background-color: #649d35; }
  .c__list__news__item.pedestrian-simulationTag .c__list__news__item__tag {
    background-color: #6d0049; }
  .c__list__news__item.ls-dynaTag .c__list__news__item__tag {
    background-color: #159697; }
  .c__list__news__item__content {
    padding: 0.9375em 1.25em 3em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c__list__news__item__meta .pubdate {
    display: block;
    font-size: 0.9375em;
    line-height: 1.7333333333em; }
  .c__list__news__item__meta .posttitle {
    font-family: "Futura Book", sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5625em;
    margin: 0.8em 0;
    min-height: 2.08em;
    width: 100%; }
  .c__list__news__item__summary {
    margin-bottom: 1.25em; }
    @media (min-width: 769px) {
      .c__list__news__item__summary {
        line-height: 1.5em;
        margin-bottom: 1.25em; } }
    .c__list__news__item__summary p {
      margin: 0; }
  .c__list__news__item__cta {
    color: #2a2c2b;
    text-transform: uppercase;
    position: absolute;
    bottom: 1.5em; }
    @media (min-width: 769px) {
      .c__list__news__item__cta {
        font-size: 1.125em;
        line-height: 1.4444444444em; } }
  .c__list__news__item__style {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .c__list__news__item__style__item {
      height: 0.625em;
      float: left; }
      .c__list__news__item__style__item.structuralTag, .c__list__news__item__style__item.bridgeTag, .c__list__news__item__style__item.bridges-single-productsTag, .c__list__news__item__style__item.buildings-product-bundlesTag, .c__list__news__item__style__item.buildingsTag, .c__list__news__item__style__item.vibration-seismic-analysis-single-productsTag, .c__list__news__item__style__item.vibration-seismic-analysisTag {
        background-color: #0061a0; }
      .c__list__news__item__style__item.geotechnicalTag, .c__list__news__item__style__item.pile-analysis-foundationsTag, .c__list__news__item__style__item.pile-analysis-foundations-product-bundlesTag, .c__list__news__item__style__item.retaining-walls-single-productsTag, .c__list__news__item__style__item.retaining-wallsTag, .c__list__news__item__style__item.soil-movement-stabilityTag, .c__list__news__item__style__item.soil-movement-stability-product-bundlesTag {
        background-color: #649d35; }
      .c__list__news__item__style__item.pedestrian-simulationTag {
        background-color: #6d0049; }
      .c__list__news__item__style__item.ls-dynaTag {
        background-color: #159697; }
      .c__list__news__item__style__item.divide1 {
        width: 100%; }
      .c__list__news__item__style__item.divide2 {
        width: 50%; }
      .c__list__news__item__style__item.divide3 {
        width: 33.33333333%; }
      .c__list__news__item__style__item.divide4 {
        width: 25%; }
  .c__list__news__item:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29); }

.c__list__card__items .l__col {
  margin-bottom: 1.25em; }
  @media (max-width: 768px) {
    .c__list__card__items .l__col {
      margin-bottom: 0.625em; } }

.c__list__card__related {
  background-color: #f3f3f3;
  padding: 3.75em 0; }
  @media (max-width: 1024px) {
    .c__list__card__related {
      padding: 1.875em 0; } }
  @media (max-width: 768px) {
    .c__list__card__related {
      padding: 0.9375em 0; } }
  .c__list__card__related h2 {
    font-size: 1.5625em;
    line-height: 1.56em;
    margin-bottom: 1.8em; }
    @media (max-width: 768px) {
      .c__list__card__related h2 {
        margin-bottom: 1em; } }

.c__list__card__item {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
          box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  height: 100%;
  position: relative;
  /*&::after {
                bottom: 0;
                content: "";
                height: 5px;
                left: 0;
                position: absolute;
                right: 0;
                transition: all ease-in 0.2s;
            }*/ }
  .c__list__card__item__img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    .c__list__card__item__img::before {
      content: "";
      display: block;
      padding-top: 69.6048632218845%; }
  .c__list__card__item__content {
    padding: 0.9375em 1.25em 3em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .c__list__card__item__content.research {
      padding: 0.9375em 1.25em 10em; }
  .c__list__card__item__meta .pubdate {
    display: block;
    font-size: 1.125em;
    line-height: 1.4444444444em;
    margin-bottom: 0.5555555556em;
    text-transform: uppercase; }
  .c__list__card__item__meta .postcat {
    display: block;
    font-size: 0.9375em;
    line-height: 1.7333333333em; }
  .c__list__card__item__meta .posttitle {
    font-family: "Futura Book", sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5625em;
    line-height: 1.04em;
    min-height: 2.08em;
    margin-bottom: 0.4em;
    width: 100%; }
    .c__list__card__item__meta .posttitle.minor {
      font-size: 1.375em;
      line-height: 1.1818181818em;
      min-height: 2.3636363636em;
      margin-bottom: 0.4545454545em; }
  .c__list__card__item__meta .postsubtitle {
    display: block;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1.7333333333em;
    margin-bottom: 0.3333333333em;
    text-transform: uppercase; }
  .c__list__card__item__summary {
    margin-bottom: 1.25em; }
    @media (min-width: 769px) {
      .c__list__card__item__summary {
        line-height: 1.5em;
        margin-bottom: 1.25em; } }
    .c__list__card__item__summary p {
      margin: 0; }
  .c__list__card__item__authors {
    position: absolute;
    bottom: 5.5em;
    font-size: 0.875em;
    line-height: 1.1428571429em; }
  .c__list__card__item__cta {
    color: #2a2c2b;
    text-transform: uppercase;
    position: absolute;
    bottom: 1.5em; }
    @media (min-width: 769px) {
      .c__list__card__item__cta {
        font-size: 1.125em;
        line-height: 1.4444444444em; } }
  .c__list__card__item__style {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .c__list__card__item__style__item {
      height: 0.625em;
      float: left; }
      .c__list__card__item__style__item.structuralTag, .c__list__card__item__style__item.bridgeTag, .c__list__card__item__style__item.bridges-single-productsTag, .c__list__card__item__style__item.buildings-product-bundlesTag, .c__list__card__item__style__item.buildingsTag, .c__list__card__item__style__item.vibration-seismic-analysis-single-productsTag, .c__list__card__item__style__item.vibration-seismic-analysisTag {
        background-color: #0061a0; }
      .c__list__card__item__style__item.geotechnicalTag, .c__list__card__item__style__item.pile-analysis-foundationsTag, .c__list__card__item__style__item.pile-analysis-foundations-product-bundlesTag, .c__list__card__item__style__item.retaining-walls-single-productsTag, .c__list__card__item__style__item.retaining-wallsTag, .c__list__card__item__style__item.soil-movement-stabilityTag, .c__list__card__item__style__item.soil-movement-stability-product-bundlesTag {
        background-color: #649d35; }
      .c__list__card__item__style__item.pedestrian-simulationTag {
        background-color: #6d0049; }
      .c__list__card__item__style__item.ls-dynaTag {
        background-color: #159697; }
      .c__list__card__item__style__item.divide1 {
        width: 100%; }
      .c__list__card__item__style__item.divide2 {
        width: 50%; }
      .c__list__card__item__style__item.divide3 {
        width: 33.33333333%; }
      .c__list__card__item__style__item.divide4 {
        width: 25%; }
  .c__list__card__item:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29); }

.c__list__solutions__items .l__col, .c__list__pages__items .l__col {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .c__list__solutions__items .l__col, .c__list__pages__items .l__col {
      margin-bottom: 25px; } }

.c__list__solutions__item, .c__list__pages__item {
  height: 100%;
  position: relative;
  padding-bottom: 3.5em; }
  .c__list__solutions__item .btn, .c__list__pages__item .btn {
    position: absolute;
    bottom: 0; }
  .c__list__solutions__item__img, .c__list__pages__item__img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 11px; }
    .c__list__solutions__item__img::before, .c__list__pages__item__img::before {
      content: "";
      display: block;
      padding-top: 209px; }
  .c__list__solutions__item__content, .c__list__pages__item__content {
    position: relative; }
  .c__list__solutions__item__meta .posttitle, .c__list__pages__item__meta .posttitle {
    font-family: "Futura Book", sans-serif;
    display: block;
    color: #105280;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 10px; }
  .c__list__solutions__item__summary p, .c__list__pages__item__summary p {
    font-size: 15px; }
  .c__list__solutions__item__cta, .c__list__pages__item__cta {
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding-right: 0.625em;
    color: #105280;
    font-size: 16px;
    font-weight: bold; }
    .c__list__solutions__item__cta::after, .c__list__pages__item__cta::after {
      position: absolute;
      right: -10px;
      color: #105280;
      content: "\00bb";
      font-size: 1.25em;
      line-height: 1.25em; }
    .c__list__solutions__item__cta:hover, .c__list__pages__item__cta:hover {
      text-decoration: underline; }

.c__list__tutorials__items .l__col {
  margin-bottom: 1.25em; }
  @media (max-width: 768px) {
    .c__list__tutorials__items .l__col {
      margin-bottom: 0.625em; } }

.c__list__tutorials__item {
  height: 100%;
  position: relative; }
  .c__list__tutorials__item__img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    .c__list__tutorials__item__img::before {
      content: "";
      display: block;
      padding-top: 64.44444444444444%; }
    .c__list__tutorials__item__img.videoItem {
      margin: 0 0 20px 0; }
      .c__list__tutorials__item__img.videoItem::after {
        background-image: url(/wp-content/themes/mw-oasys/library/images/icons/vid-icon.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        content: "";
        display: block;
        height: 96px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 96px; }
    .c__list__tutorials__item__img a {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .c__list__tutorials__item__content {
    position: relative; }
  .c__list__tutorials__item__meta .posttitle {
    font-family: "Futura Book", sans-serif;
    display: block;
    font-size: 1.875em;
    line-height: 1.6333333333em;
    margin: 0.6666666667em 0 0.3333333333em; }
  .c__list__tutorials__item__summary {
    margin-bottom: 1.25em; }
    .c__list__tutorials__item__summary p {
      margin: 0; }

.c__list__careers__items, .c__list__brochures__items {
  margin-bottom: 1.875em; }
  .c__list__careers__items .l__col, .c__list__brochures__items .l__col {
    margin-bottom: 1.25em; }
    @media (max-width: 768px) {
      .c__list__careers__items .l__col, .c__list__brochures__items .l__col {
        margin-bottom: 0.625em; } }

.c__list__careers__item, .c__list__brochures__item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
          box-shadow: 0 1px 2px 0 rgba(43, 59, 93, 0.29);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  height: 100%;
  position: relative;
  -webkit-transition: all ease-in 0.2s;
          transition: all ease-in 0.2s; }
  .c__list__careers__item.brochure, .c__list__brochures__item.brochure {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .c__list__careers__item.brochure__summary, .c__list__brochures__item.brochure__summary {
      margin-bottom: 2.5em; }
  .c__list__careers__item:hover, .c__list__brochures__item:hover {
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2); }
  .c__list__careers__item__content, .c__list__brochures__item__content {
    padding: 1.5625em 1.25em;
    position: relative; }
  .c__list__careers__item__meta .posttitle, .c__list__brochures__item__meta .posttitle {
    font-family: "Futura Book", sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375em;
    line-height: 1.1818181818em;
    min-height: 2.08em;
    margin-bottom: 0.9090909091em;
    width: 100%; }
  .c__list__careers__item__meta .postsubtitle, .c__list__brochures__item__meta .postsubtitle {
    display: block;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1.7333333333em;
    margin-bottom: 0.3333333333em;
    text-transform: uppercase; }
  .c__list__careers__item__summary, .c__list__brochures__item__summary {
    margin-bottom: 1.25em; }
    @media (min-width: 769px) {
      .c__list__careers__item__summary, .c__list__brochures__item__summary {
        line-height: 1.5em;
        margin-bottom: 1.25em; } }
    .c__list__careers__item__summary p, .c__list__brochures__item__summary p {
      margin: 0; }
  .c__list__careers__item__cta, .c__list__brochures__item__cta {
    color: #2a2c2b;
    text-transform: uppercase; }
    @media (min-width: 769px) {
      .c__list__careers__item__cta, .c__list__brochures__item__cta {
        font-size: 1.125em;
        line-height: 1.4444444444em; } }
  .c__list__careers__item::after, .c__list__brochures__item::after {
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s; }
  .c__list__careers__item:hover, .c__list__brochures__item:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.29); }

.c__list__pages__item__img {
  display: block; }
  .c__list__pages__item__img::before {
    padding-top: 64.44444444444444%; }

.c__list__products hr, .c__list__productsSupport hr {
  background-color: rgba(0, 0, 0, 0.2); }

.c__list__products--cro .c__list__products__item__name a, .c__list__productsSupport--cro .c__list__products__item__name a {
  font-size: 30px;
  line-height: 35px;
  color: #262626;
  font-family: "Futura Book", sans-serif;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 0; }
  @media (max-width: 768px) {
    .c__list__products--cro .c__list__products__item__name a, .c__list__productsSupport--cro .c__list__products__item__name a {
      font-size: 25px;
      line-height: 30px; } }
  .c__list__products--cro .c__list__products__item__name a img, .c__list__productsSupport--cro .c__list__products__item__name a img {
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-right: 15px; }

.c__list__products--croWrapper, .c__list__productsSupport--croWrapper {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  position: relative; }

.c__list__products--croImage, .c__list__productsSupport--croImage {
  padding-top: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.c__list__products--croContent, .c__list__productsSupport--croContent {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff; }
  .c__list__products--croContent h2, .c__list__productsSupport--croContent h2 {
    color: #105280;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    padding: 0;
    margin: 0;
    padding-bottom: 15px; }
  .c__list__products--croContent p, .c__list__productsSupport--croContent p {
    color: #262626;
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    padding-bottom: 15px; }
  .c__list__products--croContent a, .c__list__productsSupport--croContent a {
    color: #105280;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
    margin: 0; }
    .c__list__products--croContent a:hover, .c__list__productsSupport--croContent a:hover {
      text-decoration: underline; }

@media (max-width: 1024px) {
  .c__list__products__item, .c__list__productsSupport__item {
    margin-bottom: 1.25em; } }

.c__list__products__item__name a, .c__list__productsSupport__item__name a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2a2c2b;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.1875em;
  min-height: 2.4em;
  padding-left: 2.5em;
  position: relative; }
  .c__list__products__item__name a img, .c__list__productsSupport__item__name a img {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.0666666667em;
    height: auto; }

.c__list__products__item__desc, .c__list__productsSupport__item__desc {
  margin: 1.25em 0;
  width: 50%; }
  @media (max-width: 1024px) {
    .c__list__products__item__desc, .c__list__productsSupport__item__desc {
      width: 75%; } }
  @media (max-width: 768px) {
    .c__list__products__item__desc, .c__list__productsSupport__item__desc {
      width: 100%; } }

.c__list__products__item__variations .l__col, .c__list__productsSupport__item__variations .l__col {
  margin-bottom: 0.625em; }

.c__list__products__item__variations__item, .c__list__productsSupport__item__variations__item {
  padding: 0 1em 1em 0; }
  .c__list__products__item__variations__item + .c__list__products__item__variations__item, .c__list__productsSupport__item__variations__item + .c__list__products__item__variations__item {
    margin-top: 0.625em; }
  .c__list__products__item__variations__item.structuralTag dt, .c__list__products__item__variations__item.structuralTag dt a, .c__list__products__item__variations__item.bridgeTag dt, .c__list__products__item__variations__item.bridgeTag dt a, .c__list__products__item__variations__item.bridges-single-productsTag dt, .c__list__products__item__variations__item.bridges-single-productsTag dt a, .c__list__products__item__variations__item.buildings-product-bundlesTag dt, .c__list__products__item__variations__item.buildings-product-bundlesTag dt a, .c__list__products__item__variations__item.buildingsTag dt, .c__list__products__item__variations__item.buildingsTag dt a, .c__list__products__item__variations__item.vibration-seismic-analysis-single-productsTag dt, .c__list__products__item__variations__item.vibration-seismic-analysis-single-productsTag dt a, .c__list__products__item__variations__item.vibration-seismic-analysisTag dt, .c__list__products__item__variations__item.vibration-seismic-analysisTag dt a, .c__list__productsSupport__item__variations__item.structuralTag dt, .c__list__productsSupport__item__variations__item.structuralTag dt a, .c__list__productsSupport__item__variations__item.bridgeTag dt, .c__list__productsSupport__item__variations__item.bridgeTag dt a, .c__list__productsSupport__item__variations__item.bridges-single-productsTag dt, .c__list__productsSupport__item__variations__item.bridges-single-productsTag dt a, .c__list__productsSupport__item__variations__item.buildings-product-bundlesTag dt, .c__list__productsSupport__item__variations__item.buildings-product-bundlesTag dt a, .c__list__productsSupport__item__variations__item.buildingsTag dt, .c__list__productsSupport__item__variations__item.buildingsTag dt a, .c__list__productsSupport__item__variations__item.vibration-seismic-analysis-single-productsTag dt, .c__list__productsSupport__item__variations__item.vibration-seismic-analysis-single-productsTag dt a, .c__list__productsSupport__item__variations__item.vibration-seismic-analysisTag dt, .c__list__productsSupport__item__variations__item.vibration-seismic-analysisTag dt a {
    color: #0061a0; }
  .c__list__products__item__variations__item.structuralTag dt::before, .c__list__products__item__variations__item.bridgeTag dt::before, .c__list__products__item__variations__item.bridges-single-productsTag dt::before, .c__list__products__item__variations__item.buildings-product-bundlesTag dt::before, .c__list__products__item__variations__item.buildingsTag dt::before, .c__list__products__item__variations__item.vibration-seismic-analysis-single-productsTag dt::before, .c__list__products__item__variations__item.vibration-seismic-analysisTag dt::before, .c__list__productsSupport__item__variations__item.structuralTag dt::before, .c__list__productsSupport__item__variations__item.bridgeTag dt::before, .c__list__productsSupport__item__variations__item.bridges-single-productsTag dt::before, .c__list__productsSupport__item__variations__item.buildings-product-bundlesTag dt::before, .c__list__productsSupport__item__variations__item.buildingsTag dt::before, .c__list__productsSupport__item__variations__item.vibration-seismic-analysis-single-productsTag dt::before, .c__list__productsSupport__item__variations__item.vibration-seismic-analysisTag dt::before {
    background-image: url("/wp-content/themes/mw-oasys/library/images/icons/blue_arrow.svg"); }
  .c__list__products__item__variations__item.geotechnicalTag dt, .c__list__products__item__variations__item.geotechnicalTag dt a, .c__list__products__item__variations__item.pile-analysis-foundationsTag dt, .c__list__products__item__variations__item.pile-analysis-foundationsTag dt a, .c__list__products__item__variations__item.pile-analysis-foundations-product-bundlesTag dt, .c__list__products__item__variations__item.pile-analysis-foundations-product-bundlesTag dt a, .c__list__products__item__variations__item.retaining-walls-single-productsTag dt, .c__list__products__item__variations__item.retaining-walls-single-productsTag dt a, .c__list__products__item__variations__item.retaining-wallsTag dt, .c__list__products__item__variations__item.retaining-wallsTag dt a, .c__list__products__item__variations__item.soil-movement-stabilityTag dt, .c__list__products__item__variations__item.soil-movement-stabilityTag dt a, .c__list__products__item__variations__item.soil-movement-stability-product-bundlesTag dt, .c__list__products__item__variations__item.soil-movement-stability-product-bundlesTag dt a, .c__list__productsSupport__item__variations__item.geotechnicalTag dt, .c__list__productsSupport__item__variations__item.geotechnicalTag dt a, .c__list__productsSupport__item__variations__item.pile-analysis-foundationsTag dt, .c__list__productsSupport__item__variations__item.pile-analysis-foundationsTag dt a, .c__list__productsSupport__item__variations__item.pile-analysis-foundations-product-bundlesTag dt, .c__list__productsSupport__item__variations__item.pile-analysis-foundations-product-bundlesTag dt a, .c__list__productsSupport__item__variations__item.retaining-walls-single-productsTag dt, .c__list__productsSupport__item__variations__item.retaining-walls-single-productsTag dt a, .c__list__productsSupport__item__variations__item.retaining-wallsTag dt, .c__list__productsSupport__item__variations__item.retaining-wallsTag dt a, .c__list__productsSupport__item__variations__item.soil-movement-stabilityTag dt, .c__list__productsSupport__item__variations__item.soil-movement-stabilityTag dt a, .c__list__productsSupport__item__variations__item.soil-movement-stability-product-bundlesTag dt, .c__list__productsSupport__item__variations__item.soil-movement-stability-product-bundlesTag dt a {
    color: #649d35; }
  .c__list__products__item__variations__item.geotechnicalTag dt::before, .c__list__products__item__variations__item.pile-analysis-foundationsTag dt::before, .c__list__products__item__variations__item.pile-analysis-foundations-product-bundlesTag dt::before, .c__list__products__item__variations__item.retaining-walls-single-productsTag dt::before, .c__list__products__item__variations__item.retaining-wallsTag dt::before, .c__list__products__item__variations__item.soil-movement-stabilityTag dt::before, .c__list__products__item__variations__item.soil-movement-stability-product-bundlesTag dt::before, .c__list__productsSupport__item__variations__item.geotechnicalTag dt::before, .c__list__productsSupport__item__variations__item.pile-analysis-foundationsTag dt::before, .c__list__productsSupport__item__variations__item.pile-analysis-foundations-product-bundlesTag dt::before, .c__list__productsSupport__item__variations__item.retaining-walls-single-productsTag dt::before, .c__list__productsSupport__item__variations__item.retaining-wallsTag dt::before, .c__list__productsSupport__item__variations__item.soil-movement-stabilityTag dt::before, .c__list__productsSupport__item__variations__item.soil-movement-stability-product-bundlesTag dt::before {
    background-image: url("/wp-content/themes/mw-oasys/library/images/icons/green_arrow.svg"); }
  .c__list__products__item__variations__item.pedestrian-simulationTag dt, .c__list__products__item__variations__item.pedestrian-simulationTag dt a, .c__list__productsSupport__item__variations__item.pedestrian-simulationTag dt, .c__list__productsSupport__item__variations__item.pedestrian-simulationTag dt a {
    color: #6d0049; }
  .c__list__products__item__variations__item.pedestrian-simulationTag dt::before, .c__list__productsSupport__item__variations__item.pedestrian-simulationTag dt::before {
    background-image: url("/wp-content/themes/mw-oasys/library/images/icons/purple_arrow.svg"); }
  .c__list__products__item__variations__item.ls-dynaTag dt, .c__list__products__item__variations__item.ls-dynaTag dt a, .c__list__productsSupport__item__variations__item.ls-dynaTag dt, .c__list__productsSupport__item__variations__item.ls-dynaTag dt a {
    color: #159697; }
  .c__list__products__item__variations__item dt, .c__list__productsSupport__item__variations__item dt {
    position: relative;
    margin-bottom: 0.625em;
    padding-left: 1.25em; }
    .c__list__products__item__variations__item dt::before, .c__list__productsSupport__item__variations__item dt::before {
      background-image: url(/wp-content/themes/mw-oasys/library/images/icons/custom-list.png);
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat;
      content: '';
      left: 0;
      height: 12px;
      position: absolute;
      top: 0.375em;
      width: 7px; }

.c__list__productsSupport {
  margin-bottom: 3.75em; }
  @media (max-width: 1024px) {
    .c__list__productsSupport .l__col {
      margin-bottom: 1.25em; } }
  .c__list__productsSupport .margBtm {
    margin-bottom: 2.5em; }
    @media (max-width: 1024px) {
      .c__list__productsSupport .margBtm {
        margin-bottom: 0; } }
  .c__list__productsSupport__item {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 24px rgba(209, 209, 209, 0.5);
            box-shadow: 0 2px 24px rgba(209, 209, 209, 0.5);
    margin: 0 1.25em 2.5em 1.25em;
    padding: 3.75em; }
    @media (max-width: 1280px) {
      .c__list__productsSupport__item {
        padding: 1.875em; } }
    @media (max-width: 1024px) {
      .c__list__productsSupport__item {
        padding: 3.75em; } }
    .c__list__productsSupport__item.structuralTag a, .c__list__productsSupport__item.bridgeTag a, .c__list__productsSupport__item.bridges-single-productsTag a, .c__list__productsSupport__item.buildings-product-bundlesTag a, .c__list__productsSupport__item.buildingsTag a, .c__list__productsSupport__item.vibration-seismic-analysis-single-productsTag a, .c__list__productsSupport__item.vibration-seismic-analysisTag a {
      color: #0061a0; }
    .c__list__productsSupport__item.geotechnicalTag a, .c__list__productsSupport__item.pile-analysis-foundationsTag a, .c__list__productsSupport__item.pile-analysis-foundations-product-bundlesTag a, .c__list__productsSupport__item.retaining-walls-single-productsTag a, .c__list__productsSupport__item.retaining-wallsTag a, .c__list__productsSupport__item.soil-movement-stabilityTag a, .c__list__productsSupport__item.soil-movement-stability-product-bundlesTag a {
      color: #649d35; }
    .c__list__productsSupport__item.pedestrian-simulationTag a {
      color: #6d0049; }
    .c__list__productsSupport__item__heading {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #2a2c2b;
      display: block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.875em;
      min-height: 2.4em;
      position: relative;
      margin-bottom: 1em; }
      .c__list__productsSupport__item__heading.noImg {
        padding-left: 0; }
      .c__list__productsSupport__item__heading img {
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 2.0666666667em;
        height: auto; }
    .c__list__productsSupport__item ul.structuralTag li a, .c__list__productsSupport__item ul.bridgeTag li a, .c__list__productsSupport__item ul.bridges-single-productsTag li a, .c__list__productsSupport__item ul.buildings-product-bundlesTag li a, .c__list__productsSupport__item ul.buildingsTag li a, .c__list__productsSupport__item ul.vibration-seismic-analysis-single-productsTag li a, .c__list__productsSupport__item ul.vibration-seismic-analysisTag li a {
      color: #0061a0; }
    .c__list__productsSupport__item ul.structuralTag li::before, .c__list__productsSupport__item ul.bridgeTag li::before, .c__list__productsSupport__item ul.bridges-single-productsTag li::before, .c__list__productsSupport__item ul.buildings-product-bundlesTag li::before, .c__list__productsSupport__item ul.buildingsTag li::before, .c__list__productsSupport__item ul.vibration-seismic-analysis-single-productsTag li::before, .c__list__productsSupport__item ul.vibration-seismic-analysisTag li::before {
      background-image: url("/wp-content/themes/mw-oasys/library/images/icons/blue_arrow.svg"); }
    .c__list__productsSupport__item ul.geotechnicalTag li a, .c__list__productsSupport__item ul.pile-analysis-foundationsTag li a, .c__list__productsSupport__item ul.pile-analysis-foundations-product-bundlesTag li a, .c__list__productsSupport__item ul.retaining-walls-single-productsTag li a, .c__list__productsSupport__item ul.retaining-wallsTag li a, .c__list__productsSupport__item ul.soil-movement-stabilityTag li a, .c__list__productsSupport__item ul.soil-movement-stability-product-bundlesTag li a {
      color: #649d35; }
    .c__list__productsSupport__item ul.geotechnicalTag li::before, .c__list__productsSupport__item ul.pile-analysis-foundationsTag li::before, .c__list__productsSupport__item ul.pile-analysis-foundations-product-bundlesTag li::before, .c__list__productsSupport__item ul.retaining-walls-single-productsTag li::before, .c__list__productsSupport__item ul.retaining-wallsTag li::before, .c__list__productsSupport__item ul.soil-movement-stabilityTag li::before, .c__list__productsSupport__item ul.soil-movement-stability-product-bundlesTag li::before {
      background-image: url("/wp-content/themes/mw-oasys/library/images/icons/green_arrow.svg"); }
    .c__list__productsSupport__item ul.pedestrian-simulationTag li a {
      color: #6d0049; }
    .c__list__productsSupport__item ul.pedestrian-simulationTag li::before {
      background-image: url("/wp-content/themes/mw-oasys/library/images/icons/purple_arrow.svg"); }
    .c__list__productsSupport__item ul li {
      position: relative;
      display: inline-block;
      width: 32%;
      padding: 5px 5px 5px 12px; }
      .c__list__productsSupport__item ul li::before {
        background-image: url("/wp-content/themes/mw-oasys/library/images/icons/blue_arrow.svg");
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        content: '';
        left: 0;
        height: 12px;
        position: absolute;
        top: 0.7em;
        width: 7px; }
      @media (max-width: 480px) {
        .c__list__productsSupport__item ul li {
          width: 49%; } }
      @media (max-width: 360px) {
        .c__list__productsSupport__item ul li {
          display: block;
          width: 100%; } }
      .c__list__productsSupport__item ul li a {
        font-weight: 500; }

.c__list__support__items .l__col {
  margin-bottom: 5.625em; }
  @media (min-width: 769px) {
    .c__list__support__items .l__col:nth-last-child(-n+2) {
      margin-bottom: 0; } }

.c__list__support__item {
  padding-left: 8.75em;
  position: relative; }
  @media (max-width: 1024px) {
    .c__list__support__item {
      padding-left: 7.3333333333em; } }
  .c__list__support__item__icon {
    left: 0;
    position: absolute;
    top: 0; }
  .c__list__support__item__meta .posttitle {
    font-family: "Futura Book", sans-serif;
    color: #243D51;
    display: block;
    font-size: 1.5625em;
    line-height: 1.64em;
    text-decoration: underline;
    padding: 0;
    cursor: pointer; }
  .c__list__support__item__summary {
    font-size: 1em; }
    .c__list__support__item__summary * {
      margin: 0; }

.c__list__downloads {
  margin-top: 2.5em; }
  .c__list__downloads__title {
    background-color: #4a4a4a;
    color: #ffffff;
    line-height: 1em;
    padding: 0.75em 1.375em; }
    .c__list__downloads__title p {
      margin: 0; }
  .c__list__downloads__item {
    font-size: 0.875em;
    line-height: 1.5em;
    min-height: 5.3571428571em;
    padding: 1.1428571429em 10.7142857143em 1.1428571429em 1.1428571429em;
    position: relative; }
    .c__list__downloads__item p {
      margin: 0; }
    .c__list__downloads__item span {
      font-weight: 600; }
    .c__list__downloads__item:nth-child(odd) {
      background-color: #f2f2f2; }
    .c__list__downloads__item .download {
      border: 1px solid #243D51;
      border-radius: 2em;
      font-weight: 500;
      line-height: 1em;
      padding: 0.7857142857em 1.6428571429em;
      position: absolute;
      right: 1.1428571429em;
      text-transform: uppercase;
      top: 1.1428571429em; }
      .c__list__downloads__item .download:hover {
        background-color: #243D51;
        color: #ffffff; }

.c__list__resellers__items .l__col {
  margin-bottom: 2.5em; }

.c__list__resellers__item {
  height: 100%; }
  .c__list__resellers__item__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    min-height: 2.6em; }
    .c__list__resellers__item__title a {
      display: block; }
  .c__list__resellers__item__address {
    margin-bottom: 1.25em; }
    .c__list__resellers__item__address address {
      font-style: normal; }
    .c__list__resellers__item__address span {
      display: block; }
  .c__list__resellers__item__contact dt {
    clear: left;
    float: left;
    font-weight: 600;
    padding-right: 0.3125em; }
  .c__list__resellers__item__contact dd a {
    color: #2a2c2b; }

.c__list__searchResults__item {
  margin-bottom: 2.5em; }
  .c__list__searchResults__item__title {
    font-size: 1.375em; }
    .c__list__searchResults__item__title a {
      display: block;
      text-decoration: underline; }
  .c__list__searchResults__item__summary {
    margin-top: 0.625em; }

.academiaContent {
  display: none; }
  .academiaContent.active {
    display: block; }

.c_crotabs {
  padding: 15px 0;
  background-color: #F0F0F0; }
  .c_crotabs ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .c_crotabs ul li {
      display: inline-block;
      padding: 0 15px; }
      .c_crotabs ul li:first-child {
        padding: 0 15px 0 0; }
        @media (max-width: 992px) {
          .c_crotabs ul li:first-child {
            padding: 0 2% 10px 0; } }
        @media (max-width: 600px) {
          .c_crotabs ul li:first-child {
            padding: 0 0 10px; } }
      @media (max-width: 992px) {
        .c_crotabs ul li:nth-of-type(2) {
          padding: 0 2% 10px 0; } }
      @media (max-width: 600px) {
        .c_crotabs ul li:nth-of-type(2) {
          padding: 0 0 10px; } }
      @media (max-width: 992px) {
        .c_crotabs ul li {
          width: 49%;
          padding: 0 0 10px; } }
      @media (max-width: 600px) {
        .c_crotabs ul li {
          width: 100%; } }
      .c_crotabs ul li img {
        max-width: 40px;
        vertical-align: middle;
        margin-right: 15px; }
      .c_crotabs ul li a {
        font-size: 18px;
        line-height: 24px;
        color: #262626;
        font-weight: 600;
        display: block;
        padding-bottom: 7px; }
        .c_crotabs ul li a:hover {
          border-bottom: 2px solid #262626;
          padding-bottom: 5px; }

div.c__m__quote__solutions-listing {
  margin-bottom: 0; }
  div.c__m__quote__solutions-listing .c__m__quote__wrap {
    min-height: 466px;
    padding: 7.878787878787879vw 20vw; }
    @media (max-width: 1180px) {
      div.c__m__quote__solutions-listing .c__m__quote__wrap {
        padding: 7.878787878787879vw;
        min-height: auto; } }
  div.c__m__quote__solutions-listing blockquote span {
    font-size: 24px;
    font-weight: 500; }
    @media (max-width: 768px) {
      div.c__m__quote__solutions-listing blockquote span {
        font-size: 16px; } }
  div.c__m__quote__solutions-listing blockquote footer {
    padding-top: 48px; }
    div.c__m__quote__solutions-listing blockquote footer cite {
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 768px) {
        div.c__m__quote__solutions-listing blockquote footer cite {
          font-size: 16px; } }

.c__m__quote__wrap {
  background-image: -webkit-linear-gradient(316deg, #243d51 0%, #0061a0 100%);
  background-image: linear-gradient(134deg, #243d51 0%, #0061a0 100%);
  padding: 8.125em;
  padding: 7.878787878787879vw;
  position: relative; }
  .c__m__quote__wrap::before {
    background-image: url(/wp-content/themes/mw-oasys/library/images/backgrounds/mesh-background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0; }

.c__m__quote blockquote {
  border: 0;
  color: #ffffff;
  font-size: 1.5625em;
  font-style: normal;
  line-height: 1.56em;
  margin: 0;
  padding: 0;
  text-align: center; }
  .c__m__quote blockquote footer {
    font-size: 0.8em;
    line-height: 1em;
    padding-top: 1em;
    text-align: center; }
    .c__m__quote blockquote footer cite {
      font-style: normal;
      font-weight: 600; }
  @media (max-width: 768px) {
    .c__m__quote blockquote {
      font-size: 1.125em;
      line-height: 1.5em; } }

.c__contact {
  background-color: #f0f0f0;
  padding: 1.875em; }
  .c__contact__require {
    background-color: #252525;
    color: #ffffff;
    padding: 3.75em 0;
    position: relative;
    /*&::before {
            background-image: url(/wp-content/themes/mw-oasys/library/images/backgrounds/mesh-background.svg);
            background-size: cover;
            background-repeat: no-repeat;
            bottom: 0;
            content: "";
            left: 0;
            opacity: 0.2;
            position: absolute;
            right: 0;
            top: 0;
        }*/ }
    .c__contact__require--cro {
      background-color: #F0F0F0;
      padding: 0 0 60px; }
    .c__contact__require--white {
      background-color: #ffffff; }
    .c__contact__require__wrapper {
      margin: 0 auto;
      max-width: 57.5em;
      position: relative; }
    .c__contact__require h2 {
      color: #ffffff;
      text-align: center; }
    @media (min-width: 1025px) {
      .c__contact__require.withquote {
        margin-bottom: 150px; }
      .c__contact__require .c__m__quote {
        margin-bottom: -200px; } }
    .c__contact__require__contain {
      display: none; }
      .c__contact__require__contain.active {
        display: block; }
  .c__contact__split__map {
    height: 100%;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    position: relative; }
    @media (min-width: 1440px) {
      .c__contact__split__map {
        margin-left: -webkit-calc((-100vw + 1440px) / 2 - 12px);
        margin-left: calc((-100vw + 1440px) / 2 - 12px); } }
    @media (max-width: 1440px) {
      .c__contact__split__map {
        margin-left: -20px; } }
    @media (max-width: 768px) {
      .c__contact__split__map {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 768px) {
      .c__contact__split__map {
        height: 300px; } }
    .c__contact__split__map #map__stage {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .c__contact__split__address {
    color: #ffffff;
    padding: 9.375em 0;
    position: relative; }
    @media (max-width: 768px) {
      .c__contact__split__address {
        padding: 6.25em 0; } }
    @media (max-width: 480px) {
      .c__contact__split__address {
        padding: 3.125em 0; } }
    .c__contact__split__address > div {
      position: relative; }
    @media (min-width: 769px) {
      .c__contact__split__address .adr {
        float: right; } }
    @media (max-width: 768px) {
      .c__contact__split__address .adr {
        text-align: center; } }
    .c__contact__split__address h2 {
      color: #ffffff;
      margin-bottom: 0.3333333333em; }
    .c__contact__split__address span {
      display: block; }
    .c__contact__split__address address {
      font-size: 1.5em;
      font-style: normal;
      line-height: 1.4166666667em;
      margin: 0;
      padding: 0; }
    .c__contact__split__address::before {
      background-image: -webkit-linear-gradient(316deg, #243d51 0%, #0061a0 100%);
      background-image: linear-gradient(134deg, #243d51 0%, #0061a0 100%);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      top: 0; }
      @media (min-width: 1440px) {
        .c__contact__split__address::before {
          right: -webkit-calc((-100vw + 1440px) / 2 - 12px);
          right: calc((-100vw + 1440px) / 2 - 12px); } }
      @media (max-width: 1440px) {
        .c__contact__split__address::before {
          right: -20px; } }
      @media (max-width: 768px) {
        .c__contact__split__address::before {
          left: -10px;
          right: -10px; } }
    .c__contact__split__address::after {
      background-image: url(/wp-content/themes/mw-oasys/library/images/backgrounds/mesh-background.svg);
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.2;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      top: 0; }
      @media (min-width: 1440px) {
        .c__contact__split__address::after {
          right: -webkit-calc((-100vw + 1440px) / 2 - 12px);
          right: calc((-100vw + 1440px) / 2 - 12px); } }
      @media (max-width: 1440px) {
        .c__contact__split__address::after {
          right: -20px; } }
      @media (max-width: 768px) {
        .c__contact__split__address::after {
          left: -10px;
          right: -10px; } }
  .c__contact__office h3 {
    color: #2a2c2b;
    font-size: 1.5625em;
    line-height: 1.64em; }
  .c__contact__office__type {
    font-weight: 600; }
  .c__contact__office__address {
    font-style: normal;
    margin: 0 0 1.875em;
    padding: 0; }
    .c__contact__office__address span {
      display: block; }
  .c__contact__office__contacts dt {
    clear: left;
    float: left;
    font-weight: 600;
    padding-right: 0.3125em; }
  .c__contact__office__contacts dd a {
    color: #2a2c2b; }
  .c__contact__resellers h2 {
    text-align: center; }
  .c__contact__content {
    background-color: #f0f0f0; }
  .c__contact__offices.hide, .c__contact__resellers.hide {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: none; }
  .c__contact__offices .l__col, .c__contact__resellers .l__col {
    margin-bottom: 1.25em; }
  .c__contact__offices__back, .c__contact__resellers__back {
    position: relative;
    background-color: #FFFFFF; }
  .c__contact__offices__item, .c__contact__resellers__item {
    padding: 0.9375em;
    padding-bottom: 6em; }
    .c__contact__offices__item__address, .c__contact__resellers__item__address {
      padding-bottom: 1.25em; }
      .c__contact__offices__item__address__type, .c__contact__resellers__item__address__type {
        display: block;
        font-weight: 700;
        color: #243D51; }
      .c__contact__offices__item__address span, .c__contact__resellers__item__address span {
        font-size: 0.875em;
        line-height: 1.125em;
        font-style: normal; }
    .c__contact__offices__item__contacts dl dt, .c__contact__resellers__item__contacts dl dt {
      font-size: 0.875em;
      line-height: 1.125em;
      color: #243D51;
      font-weight: 700;
      margin-bottom: 0.3125em; }
    .c__contact__offices__item__contacts dl dd, .c__contact__resellers__item__contacts dl dd {
      font-size: 0.875em;
      line-height: 1.125em;
      font-style: normal;
      margin-bottom: 0.9375em; }
      .c__contact__offices__item__contacts dl dd a, .c__contact__resellers__item__contacts dl dd a {
        word-break: break-word; }
    .c__contact__offices__item__button, .c__contact__resellers__item__button {
      position: absolute;
      bottom: 2.1875em; }
      .c__contact__offices__item__button .btn, .c__contact__resellers__item__button .btn {
        cursor: pointer;
        font-size: 1em;
        line-height: 1em;
        padding: 0.5em 0.8em; }
    .c__contact__offices__item__style, .c__contact__resellers__item__style {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
      .c__contact__offices__item__style__item, .c__contact__resellers__item__style__item {
        height: 0.625em;
        float: left; }
        .c__contact__offices__item__style__item.structuralTag, .c__contact__offices__item__style__item.bridgeTag, .c__contact__offices__item__style__item.bridges-single-productsTag, .c__contact__offices__item__style__item.buildings-product-bundlesTag, .c__contact__offices__item__style__item.buildingsTag, .c__contact__offices__item__style__item.vibration-seismic-analysis-single-productsTag, .c__contact__offices__item__style__item.vibration-seismic-analysisTag, .c__contact__resellers__item__style__item.structuralTag, .c__contact__resellers__item__style__item.bridgeTag, .c__contact__resellers__item__style__item.bridges-single-productsTag, .c__contact__resellers__item__style__item.buildings-product-bundlesTag, .c__contact__resellers__item__style__item.buildingsTag, .c__contact__resellers__item__style__item.vibration-seismic-analysis-single-productsTag, .c__contact__resellers__item__style__item.vibration-seismic-analysisTag {
          background-color: #0061a0; }
        .c__contact__offices__item__style__item.geotechnicalTag, .c__contact__offices__item__style__item.pile-analysis-foundationsTag, .c__contact__offices__item__style__item.pile-analysis-foundations-product-bundlesTag, .c__contact__offices__item__style__item.retaining-walls-single-productsTag, .c__contact__offices__item__style__item.retaining-wallsTag, .c__contact__offices__item__style__item.soil-movement-stabilityTag, .c__contact__offices__item__style__item.soil-movement-stability-product-bundlesTag, .c__contact__resellers__item__style__item.geotechnicalTag, .c__contact__resellers__item__style__item.pile-analysis-foundationsTag, .c__contact__resellers__item__style__item.pile-analysis-foundations-product-bundlesTag, .c__contact__resellers__item__style__item.retaining-walls-single-productsTag, .c__contact__resellers__item__style__item.retaining-wallsTag, .c__contact__resellers__item__style__item.soil-movement-stabilityTag, .c__contact__resellers__item__style__item.soil-movement-stability-product-bundlesTag {
          background-color: #649d35; }
        .c__contact__offices__item__style__item.pedestrian-simulationTag, .c__contact__resellers__item__style__item.pedestrian-simulationTag {
          background-color: #6d0049; }
        .c__contact__offices__item__style__item.ls-dynaTag, .c__contact__resellers__item__style__item.ls-dynaTag {
          background-color: #159697; }
        .c__contact__offices__item__style__item.divide1, .c__contact__resellers__item__style__item.divide1 {
          width: 100%; }
        .c__contact__offices__item__style__item.divide2, .c__contact__resellers__item__style__item.divide2 {
          width: 50%; }
        .c__contact__offices__item__style__item.divide3, .c__contact__resellers__item__style__item.divide3 {
          width: 33.33333333%; }
        .c__contact__offices__item__style__item.divide4, .c__contact__resellers__item__style__item.divide4 {
          width: 25%; }
  .c__contact__offices__contact, .c__contact__resellers__contact {
    background-color: #FFFFFF;
    padding: 1.25em;
    margin-bottom: 1.25em;
    display: none; }
    .c__contact__offices__contact.active, .c__contact__resellers__contact.active {
      display: block; }
    .c__contact__offices__contact .gform_wrapper .gform_body label, .c__contact__resellers__contact .gform_wrapper .gform_body label {
      color: #243D51; }
    .c__contact__offices__contact .gform_wrapper .gform_body input[type="text"],
    .c__contact__offices__contact .gform_wrapper .gform_body input[type="email"],
    .c__contact__offices__contact .gform_wrapper .gform_body textarea, .c__contact__resellers__contact .gform_wrapper .gform_body input[type="text"],
    .c__contact__resellers__contact .gform_wrapper .gform_body input[type="email"],
    .c__contact__resellers__contact .gform_wrapper .gform_body textarea {
      background-color: #f0f0f0; }
    .c__contact__offices__contact .gform_wrapper .gform_body a.btn__transparent__blue, .c__contact__resellers__contact .gform_wrapper .gform_body a.btn__transparent__blue {
      width: 100%;
      text-align: center; }
    .c__contact__offices__contact .gform_wrapper .gform_footer .btn, .c__contact__resellers__contact .gform_wrapper .gform_footer .btn {
      display: none; }
    .c__contact__offices__contact li:last-child .c__contact__resellers__contact__details__cat, .c__contact__resellers__contact li:last-child .c__contact__resellers__contact__details__cat {
      margin-bottom: 1.25em; }
    .c__contact__offices__contact__details span, .c__contact__resellers__contact__details span {
      color: #243D51;
      font-weight: 700;
      margin-right: 0.625em; }
      .c__contact__offices__contact__details span a, .c__contact__resellers__contact__details span a {
        color: #4a4a4a;
        font-weight: 400; }
    .c__contact__offices__contact__details__cat__image, .c__contact__resellers__contact__details__cat__image {
      max-width: 3.75em;
      float: left; }
    .c__contact__offices__contact__details__cat__title, .c__contact__resellers__contact__details__cat__title {
      position: relative;
      float: left; }
      .c__contact__offices__contact__details__cat__title span, .c__contact__resellers__contact__details__cat__title span {
        position: absolute;
        top: 50%;
        left: 1.25em;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.officeContent {
  display: none; }
  .officeContent.active {
    display: block; }

.c__list__resellers {
  display: none; }
  .c__list__resellers.active {
    display: block; }

.c__m__imgTextSplit {
  overflow: hidden;
  padding: 3.5em 0; }
  .c__m__imgTextSplit__content {
    padding: 3.75em 0;
    margin-right: 130px; }
    @media (max-width: 1024px) {
      .c__m__imgTextSplit__content {
        margin-right: 50px; } }
    @media (max-width: 768px) {
      .c__m__imgTextSplit__content {
        padding: 0;
        margin-right: 0; } }
    .c__m__imgTextSplit__content p {
      color: #262626;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px; }
      @media (max-width: 768px) {
        .c__m__imgTextSplit__content p {
          font-size: 15px; } }
  @media (min-width: 769px) {
    .c__m__imgTextSplit.contentRight .c__m__imgTextSplit__content {
      padding-left: 3.75em; } }
  @media (min-width: 1440px) {
    .c__m__imgTextSplit.contentRight .c__m__imgTextSplit__img, .c__m__imgTextSplit.contentRight .c__m__imgTextSplit__carousel {
      margin-left: -webkit-calc((-100vw + 1440px) / 2 - 12px);
      margin-left: calc((-100vw + 1440px) / 2 - 12px); } }
  @media (max-width: 1440px) {
    .c__m__imgTextSplit.contentRight .c__m__imgTextSplit__img, .c__m__imgTextSplit.contentRight .c__m__imgTextSplit__carousel {
      margin-left: -20px; } }
  @media (max-width: 768px) {
    .c__m__imgTextSplit.contentRight .c__m__imgTextSplit__img, .c__m__imgTextSplit.contentRight .c__m__imgTextSplit__carousel {
      margin-left: -10px;
      margin-right: -10px; } }
  .c__m__imgTextSplit__carousel {
    height: 100%;
    position: relative; }
    @media (max-width: 768px) {
      .c__m__imgTextSplit__carousel::before {
        content: "";
        display: block;
        padding-top: 66.6666666666%; } }
    @media (max-width: 480px) {
      .c__m__imgTextSplit__carousel::before {
        content: "";
        display: block;
        padding-top: 75%; } }
    .c__m__imgTextSplit__carousel__slide {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      bottom: 0;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0; }
      .c__m__imgTextSplit__carousel__slide__caption {
        position: absolute;
        bottom: 0;
        padding: 0.3125em 0.625em;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        text-align: right; }
        .c__m__imgTextSplit__carousel__slide__caption p {
          color: #FFFFFF;
          margin: 0;
          font-size: 0.6875em; }
    .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger {
      display: none; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="1"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="1"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="1"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="1"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="2"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="2"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="2"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="2"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="3"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="3"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="3"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="3"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="4"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="4"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="4"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="4"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="5"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="5"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="5"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="5"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="6"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="6"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="6"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="6"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="7"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="7"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="7"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="7"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="8"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="8"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="8"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="8"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="9"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="9"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="9"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="9"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="10"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="10"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="10"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="10"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="11"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="11"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="11"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="11"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="12"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="12"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="12"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="12"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="13"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="13"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="13"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="13"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="14"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="14"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="14"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="14"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="15"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="15"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="15"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="15"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="16"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="16"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="16"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="16"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="17"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="17"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="17"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="17"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="18"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="18"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="18"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="18"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="19"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="19"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="19"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="19"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="20"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="20"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="20"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="20"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="21"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="21"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="21"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="21"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="22"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="22"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="22"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="22"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="23"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="23"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="23"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="23"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="24"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="24"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="24"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="24"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="25"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="25"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="25"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="25"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="26"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="26"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="26"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="26"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="27"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="27"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="27"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="27"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="28"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="28"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="28"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="28"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="29"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="29"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="29"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="29"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="30"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="30"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="30"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="30"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="31"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="31"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="31"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="31"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="32"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="32"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="32"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="32"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="33"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="33"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="33"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="33"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="34"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="34"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="34"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="34"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="35"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="35"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="35"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="35"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="36"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="36"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="36"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="36"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="37"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="37"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="37"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="37"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="38"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="38"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="38"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="38"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="39"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="39"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="39"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="39"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="40"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="40"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="40"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="40"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="41"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="41"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="41"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="41"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="42"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="42"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="42"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="42"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="43"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="43"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="43"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="43"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="44"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="44"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="44"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="44"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="45"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="45"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="45"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="45"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="46"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="46"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="46"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="46"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="47"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="47"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="47"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="47"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="48"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="48"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="48"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="48"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="49"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="49"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="49"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="49"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="50"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="50"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="50"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="50"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="51"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="51"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="51"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="51"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="52"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="52"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="52"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="52"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="53"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="53"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="53"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="53"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="54"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="54"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="54"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="54"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="55"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="55"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="55"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="55"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="56"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="56"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="56"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="56"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="57"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="57"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="57"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="57"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="58"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="58"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="58"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="58"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="59"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="59"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="59"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="59"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="60"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="60"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="60"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="60"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="61"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="61"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="61"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="61"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="62"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="62"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="62"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="62"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="63"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="63"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="63"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="63"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="64"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="64"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="64"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="64"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="65"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="65"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="65"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="65"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="66"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="66"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="66"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="66"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="67"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="67"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="67"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="67"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="68"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="68"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="68"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="68"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="69"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="69"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="69"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="69"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="70"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="70"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="70"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="70"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="71"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="71"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="71"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="71"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="72"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="72"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="72"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="72"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="73"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="73"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="73"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="73"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="74"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="74"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="74"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="74"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="75"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="75"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="75"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="75"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="76"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="76"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="76"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="76"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="77"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="77"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="77"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="77"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="78"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="78"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="78"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="78"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="79"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="79"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="79"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="79"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="80"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="80"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="80"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="80"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="81"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="81"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="81"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="81"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="82"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="82"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="82"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="82"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="83"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="83"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="83"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="83"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="84"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="84"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="84"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="84"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="85"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="85"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="85"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="85"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="86"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="86"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="86"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="86"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="87"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="87"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="87"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="87"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="88"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="88"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="88"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="88"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="89"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="89"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="89"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="89"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="90"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="90"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="90"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="90"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="91"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="91"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="91"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="91"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="92"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="92"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="92"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="92"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="93"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="93"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="93"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="93"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="94"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="94"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="94"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="94"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="95"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="95"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="95"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="95"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="96"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="96"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="96"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="96"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="97"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="97"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="97"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="97"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="98"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="98"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="98"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="98"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="99"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="99"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="99"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="99"] {
        background-color: #ffffff; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="100"]:checked ~ .c__m__imgTextSplit__carousel__slide[data-item="100"] {
        opacity: 1;
        z-index: 1; }
      .c__m__imgTextSplit__carousel .c__m__imgTextSplit__carousel__itemTrigger[data-item="100"]:checked ~ .c__m__imgTextSplit__carousel__pagination label[data-item="100"] {
        background-color: #ffffff; }
    .c__m__imgTextSplit__carousel__pagination {
      bottom: 1.875em;
      left: 50%;
      position: absolute;
      text-align: center;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 5; }
      @media (max-width: 768px) {
        .c__m__imgTextSplit__carousel__pagination {
          bottom: 0.9375em; } }
      .c__m__imgTextSplit__carousel__pagination ul {
        display: inline-block; }
      .c__m__imgTextSplit__carousel__pagination li {
        float: left; }
        .c__m__imgTextSplit__carousel__pagination li:not(:last-child) {
          margin-right: 7px; }
      .c__m__imgTextSplit__carousel__pagination label {
        background-color: rgba(255, 255, 255, 0.44);
        border-radius: 50%;
        cursor: pointer;
        height: 19px;
        margin: 0;
        -webkit-transition: all ease-in 0.2s;
                transition: all ease-in 0.2s;
        padding: 0;
        width: 19px; }
        .c__m__imgTextSplit__carousel__pagination label:hover {
          background-color: #ffffff; }
  .c__m__imgTextSplit__img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%; }
    .c__m__imgTextSplit__img.contain {
      background-size: contain; }
    @media (max-width: 768px) {
      .c__m__imgTextSplit__img::before {
        content: "";
        display: block;
        padding-top: 66.6666666666%; } }
    @media (max-width: 480px) {
      .c__m__imgTextSplit__img::before {
        content: "";
        display: block;
        padding-top: 75%; } }
    .c__m__imgTextSplit__img__caption {
      position: absolute;
      bottom: 0;
      padding: 0.3125em 0.625em;
      background-color: rgba(0, 0, 0, 0.6);
      width: 100%;
      text-align: right; }
      .c__m__imgTextSplit__img__caption p {
        color: #FFFFFF;
        margin: 0;
        font-size: 0.6875em; }

.c__m__download__current {
  background-color: #e7e7e7;
  padding: 2.1875em; }
  .c__m__download__current h2 {
    margin-bottom: 0.5em; }
  .c__m__download__current__version {
    font-size: 1.25em; }
    .c__m__download__current__version + p {
      margin: 0; }
  .c__m__download__current__download {
    text-align: center; }
    @media (max-width: 768px) {
      .c__m__download__current__download {
        margin-top: 3.5714285714em; } }
  .c__m__download__current__size {
    display: block;
    font-size: 1.25em;
    margin-top: 0.75em; }

@media (max-width: 768px) {
  .c__m__download__notes__note {
    margin-bottom: 3.5714285714em; } }

.c__m__download__notes__note h3 {
  font-size: 1.25em; }

.c__m__download__notes__note__content {
  font-size: 0.875em; }

.c__m__download__trial {
  background-color: #efefef;
  padding: 2.1875em; }
  .c__m__download__trial__buildVersion {
    margin-bottom: 2.5em; }
  .c__m__download__trial__subtitle {
    display: block;
    font-size: 1.5625em;
    line-height: 1.44em; }
  .c__m__download__trial__build {
    display: block;
    font-size: 1.125em;
    line-height: 1.4444444444em; }

#product-enquire,
#product-buy,
#product-trial,
#product-free_download,
#product-trial-request {
  display: none; }
  #product-enquire.active,
  #product-buy.active,
  #product-trial.active,
  #product-free_download.active,
  #product-trial-request.active {
    display: block; }

.comparisonContain {
  background-color: #f0f0f0; }
  @media (max-width: 480px) {
    .comparisonContain .comparisonNavigation {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; } }
  .comparisonContain .comparisonNavigation li {
    display: inline-block;
    padding: 1.8em 0.8em; }
    .comparisonContain .comparisonNavigation li:first-of-type {
      padding-left: 0; }
    .comparisonContain .comparisonNavigation li a {
      padding: 1em; }
  .comparisonContain .comparisonHeading {
    position: relative;
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
    text-align: right; }
    @media (max-width: 1024px) {
      .comparisonContain .comparisonHeading {
        text-align: left; } }
    .comparisonContain .comparisonHeading i.reveal {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 20px 0 0;
      -webkit-transition: all ease-in 0.2s;
      transition: all ease-in 0.2s; }
    .comparisonContain .comparisonHeading h3 {
      display: inline-block;
      margin: 0; }
      @media (max-width: 350px) {
        .comparisonContain .comparisonHeading h3 {
          font-size: 1.2em; } }
  .comparisonContain .comparisonContent {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s linear;
    transition: .5s linear; }
    .comparisonContain .comparisonContent table {
      width: 100%;
      min-width: 400px; }
      .comparisonContain .comparisonContent table tr.main.white {
        background-color: #FFFFFF; }
      .comparisonContain .comparisonContent table tr.table_info.white {
        background-color: #FFFFFF; }
      .comparisonContain .comparisonContent table tr.table_info .table_info_cell {
        padding: 0; }
        .comparisonContain .comparisonContent table tr.table_info .table_info_cell input.table_inputs {
          display: none; }
          .comparisonContain .comparisonContent table tr.table_info .table_info_cell input.table_inputs:checked + .table_info_cell_content {
            max-height: 1000px; }
        .comparisonContain .comparisonContent table tr.table_info .table_info_cell .table_info_cell_content {
          max-height: 0;
          overflow: hidden; }
          .comparisonContain .comparisonContent table tr.table_info .table_info_cell .table_info_cell_content p {
            margin: 0;
            padding: 0 0.9375em 0.9375em 0.9375em; }
      .comparisonContain .comparisonContent table tr th {
        padding: 1em 0; }
        .comparisonContain .comparisonContent table tr th a.title {
          font-weight: 600;
          color: #0061a0;
          -webkit-transition: 0.2s;
          transition: 0.2s; }
          .comparisonContain .comparisonContent table tr th a.title:hover {
            color: #2a2c2b;
            text-decoration: underline; }
      .comparisonContain .comparisonContent table tr td {
        padding: .5em 0; }
        .comparisonContain .comparisonContent table tr td label {
          cursor: pointer; }
        .comparisonContain .comparisonContent table tr td span.title {
          font-weight: 600; }
        .comparisonContain .comparisonContent table tr td .comparison_tick {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/comparison_tick.png");
          width: 20px;
          height: 15px;
          background-size: cover;
          background-repeat: no-repeat;
          margin: 0 auto; }
        .comparisonContain .comparisonContent table tr td .comparison_info {
          background-image: url("/wp-content/themes/mw-oasys/library/images/icons/comparison_info.png");
          width: 22px;
          height: 23px;
          background-size: cover;
          background-repeat: no-repeat; }
  .comparisonContain #comparison {
    display: none; }
    .comparisonContain #comparison:checked + label i.reveal {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .comparisonContain #comparison:checked ~ .comparisonContent {
      max-height: 10000px;
      padding: 0 0 4em 0; }
      @media (max-width: 480px) {
        .comparisonContain #comparison:checked ~ .comparisonContent {
          overflow-x: scroll; } }

@media (max-width: 768px) {
  .c__product__enquiry {
    margin-top: 3.5714285714em; } }

.c__product__enquiry .form__wrapper .gform_wrapper .validation_error {
  text-align: left;
  margin-top: 20px; }

.c__product__enquiry .form__wrapper .gform_wrapper .gform_body #field_6_7 {
  float: left;
  width: 100%;
  margin: 0 0 2em 0; }
  .c__product__enquiry .form__wrapper .gform_wrapper .gform_body #field_6_7 label,
  .c__product__enquiry .form__wrapper .gform_wrapper .gform_body #field_6_7 .ginput_container {
    float: left;
    width: 50%; }

.c__product__enquiry .form__wrapper .woocommerce .type-product .woocommerce-product-gallery,
.c__product__enquiry .form__wrapper .woocommerce .type-product .product_title.entry-title,
.c__product__enquiry .form__wrapper .woocommerce .type-product .woocommerce-product-details__short-description,
.c__product__enquiry .form__wrapper .woocommerce .type-product .woocommerce-tabs.wc-tabs-wrapper,
.c__product__enquiry .form__wrapper .woocommerce .type-product .price,
.c__product__enquiry .form__wrapper .woocommerce .type-product .product_meta,
.c__product__enquiry .form__wrapper .woocommerce .type-product .related {
  display: none; }

.c__product__enquiry .form__wrapper .woocommerce .type-product .reset_variations {
  display: none !important; }

.c__product__enquiry .form__wrapper .woocommerce .woocommerce-variation-price .price {
  display: block; }

.c__product__enquiry .form__wrapper .woocommerce form.cart table.variations tr {
  display: block;
  margin: 0 0 2em 0; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart table.variations tr:last-of-type {
    margin: 0; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart table.variations tr td {
    display: block;
    width: 100%; }
    .c__product__enquiry .form__wrapper .woocommerce form.cart table.variations tr td label {
      font-weight: 400; }

.c__product__enquiry .form__wrapper .woocommerce form.cart .qtya,
.c__product__enquiry .form__wrapper .woocommerce form.cart .ttl {
  float: left;
  width: 50%;
  padding: 1em 0;
  min-height: 70px; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart .qtya span,
  .c__product__enquiry .form__wrapper .woocommerce form.cart .ttl span {
    color: #243D51;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 400;
    padding-left: 0.25em; }
    .c__product__enquiry .form__wrapper .woocommerce form.cart .qtya span.ttl_prc,
    .c__product__enquiry .form__wrapper .woocommerce form.cart .ttl span.ttl_prc {
      margin-left: 2em; }

.c__product__enquiry .form__wrapper .woocommerce form.cart .form-row {
  padding: 0; }

.c__product__enquiry .form__wrapper .woocommerce form.cart .quantity,
.c__product__enquiry .form__wrapper .woocommerce form.cart .woocommerce-variation-price {
  float: left;
  width: 50%;
  padding: 1em 0;
  margin: 0;
  min-height: 70px; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart .quantity span.woocommerce-Price-amount,
  .c__product__enquiry .form__wrapper .woocommerce form.cart .woocommerce-variation-price span.woocommerce-Price-amount {
    color: #243D51;
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 400;
    padding-left: 0.25em; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart .quantity input,
  .c__product__enquiry .form__wrapper .woocommerce form.cart .woocommerce-variation-price input {
    float: none;
    width: 100%;
    text-align: left; }

.c__product__enquiry .form__wrapper .woocommerce form.cart .ttl_qty {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 0.8em;
  float: left;
  width: 100%;
  margin: 1em 0 2em 0; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart .ttl_qty span {
    display: inline-block;
    color: #243D51;
    font-size: 1.875em;
    line-height: 1.625em;
    font-weight: 600; }
    .c__product__enquiry .form__wrapper .woocommerce form.cart .ttl_qty span.woocommerce-Price-amount {
      font-size: inherit;
      line-height: inherit; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart .ttl_qty.loading {
    opacity: 0.2; }

.c__product__enquiry .form__wrapper .woocommerce form.cart .cnfm {
  width: 100%;
  float: left; }
  .c__product__enquiry .form__wrapper .woocommerce form.cart .cnfm button.single_add_to_cart_button {
    display: block;
    float: none;
    background-color: #243D51;
    border: 1px solid #243D51;
    border-radius: 2em;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1em;
    padding: 1.0555555556em 1.6666666667em;
    outline: 0;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear; }
    .c__product__enquiry .form__wrapper .woocommerce form.cart .cnfm button.single_add_to_cart_button:hover {
      background-color: white;
      color: #243D51; }

.c__product__enquiry .form__wrapper .woocommerce .entry-summary {
  width: 100%;
  float: none; }

.c__product__enquiry li#field_6_6 {
  display: none; }

.c__product__enquiry label {
  color: #243D51;
  font-size: 1.25em;
  line-height: 2.15em;
  padding-left: 0.25em;
  font-weight: 400; }
  .c__product__enquiry label#label_6_11_1 {
    line-height: 1.25em; }

.c__product__enquiry input,
.c__product__enquiry select,
.c__product__enquiry textarea {
  border: 1px solid #b7b7b7; }

.c__product__enquiry input[type="text"],
.c__product__enquiry input[type="email"],
.c__product__enquiry input[type="tel"],
.c__product__enquiry textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.c__product__requirements__title {
  display: block;
  font-weight: 600;
  margin-bottom: 1.25em; }

.c__product__requirements__support {
  margin-bottom: 0.9375em; }
  .c__product__requirements__support dt {
    clear: left;
    float: left;
    font-weight: 600; }

.c__product__requirements__note {
  font-size: 0.75em;
  line-height: 1em; }

main#c__pageContent {
  position: relative; }
  main#c__pageContent::after {
    background-color: #b7b7b7;
    content: '';
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
  main#c__pageContent.is-loading::after {
    opacity: 0.5; }

.c__m__accordion__items.content__accordion {
  margin-top: 3.125em; }

.c__m__accordion__item {
  display: block;
  border-top: 1px solid #d7d7d7;
  padding: 0.9375em 0; }
  .c__m__accordion__item:last-child {
    border-bottom: 1px solid #d7d7d7; }
  .c__m__accordion__item label,
  .c__m__accordion__item .fakelabel {
    color: #2a2c2b;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.44em;
    margin: 0;
    padding-left: 1.2em;
    position: relative; }
    .c__m__accordion__item label .i__svg,
    .c__m__accordion__item .fakelabel .i__svg {
      left: 0;
      position: absolute;
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      top: 0.44em; }
  .c__m__accordion__item .fakelabel .i__svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .c__m__accordion__item__content {
    display: none;
    padding-top: 1.25em; }
    .c__m__accordion__item__content img.size-full.aligncenter {
      float: none; }
  .c__m__accordion__item input[type="checkbox"] {
    display: none; }
    .c__m__accordion__item input[type="checkbox"]:checked ~ label .i__svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .c__m__accordion__item input[type="checkbox"]:checked ~ .c__m__accordion__item__content {
      display: block; }

.faqAnswer {
  padding-top: 2.5em;
  border-top: 1px solid #d8d8d8; }

.fakelabel {
  color: #2a2c2b;
  cursor: pointer;
  font-size: 1.5625em;
  line-height: 1.44em;
  margin: 0;
  padding-left: 1.2em;
  position: relative; }
  .fakelabel .i__svg {
    left: 0;
    position: absolute;
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    top: 0.44em;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.product-accordion .c__m__accordion__items.content__accordion {
  margin-top: 28px; }
  @media (max-width: 768px) {
    .product-accordion .c__m__accordion__items.content__accordion {
      margin-top: 1.25em; } }

.product-accordion .c__m__accordion__item {
  display: block;
  border-top: 1px solid #d7d7d7;
  padding: 0.9375em 0; }
  .product-accordion .c__m__accordion__item:last-child {
    border-bottom: 1px solid #d7d7d7; }
  .product-accordion .c__m__accordion__item label,
  .product-accordion .c__m__accordion__item .fakelabel {
    color: #2a2c2b;
    cursor: pointer;
    font-size: 1em;
    line-height: 1.44em;
    margin: 0;
    padding-left: 0;
    position: relative; }
    .product-accordion .c__m__accordion__item label .i__svg,
    .product-accordion .c__m__accordion__item .fakelabel .i__svg {
      right: 25px;
      left: auto;
      position: absolute;
      -webkit-transition: all ease-in 0.2s;
              transition: all ease-in 0.2s;
      top: 0.44em; }
      .product-accordion .c__m__accordion__item label .i__svg span,
      .product-accordion .c__m__accordion__item .fakelabel .i__svg span {
        position: relative; }
        .product-accordion .c__m__accordion__item label .i__svg span:after,
        .product-accordion .c__m__accordion__item .fakelabel .i__svg span:after {
          content: '+';
          font-size: 30px;
          font-style: normal;
          line-height: 0;
          color: #0061A0; }
    .product-accordion .c__m__accordion__item label.geotechnicalTag .i__svg span:after, .product-accordion .c__m__accordion__item label.pile-analysis-foundationsTag .i__svg span:after, .product-accordion .c__m__accordion__item label.pile-analysis-foundations-product-bundlesTag .i__svg span:after, .product-accordion .c__m__accordion__item label.retaining-walls-single-productsTag .i__svg span:after, .product-accordion .c__m__accordion__item label.retaining-wallsTag .i__svg span:after, .product-accordion .c__m__accordion__item label.soil-movement-stabilityTag .i__svg span:after, .product-accordion .c__m__accordion__item label.soil-movement-stability-product-bundlesTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.geotechnicalTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.pile-analysis-foundationsTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.pile-analysis-foundations-product-bundlesTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.retaining-walls-single-productsTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.retaining-wallsTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.soil-movement-stabilityTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.soil-movement-stability-product-bundlesTag .i__svg span:after {
      color: #649d35; }
    .product-accordion .c__m__accordion__item label.pedestrian-simulationTag .i__svg span:after,
    .product-accordion .c__m__accordion__item .fakelabel.pedestrian-simulationTag .i__svg span:after {
      color: #6d0049; }
  .product-accordion .c__m__accordion__item .fakelabel .i__svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .product-accordion .c__m__accordion__item__content {
    display: none;
    padding-top: 1.25em; }
  .product-accordion .c__m__accordion__item input[type="checkbox"] {
    display: none; }
    .product-accordion .c__m__accordion__item input[type="checkbox"]:checked ~ label .i__svg {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
      .product-accordion .c__m__accordion__item input[type="checkbox"]:checked ~ label .i__svg span:after {
        content: '-';
        font-size: 40px;
        line-height: 0; }
    .product-accordion .c__m__accordion__item input[type="checkbox"]:checked ~ .c__m__accordion__item__content {
      display: block; }

.product-accordion .faqAnswer {
  padding-top: 2.5em;
  border-top: 1px solid #d8d8d8; }

.product-accordion .fakelabel {
  color: #2a2c2b;
  cursor: pointer;
  font-size: 1.5625em;
  line-height: 1.44em;
  margin: 0;
  padding-left: 1.2em;
  position: relative; }
  .product-accordion .fakelabel .i__svg {
    left: 0;
    position: absolute;
    -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
    top: 0.44em;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.c__search__filters h2 {
  font-size: 1.125em;
  line-height: 1.7777777778em;
  margin: 0; }

.c__search__filters__items {
  border-top: 1px solid #c3c3c3;
  margin-top: 0.625em;
  padding-top: 0.9375em; }
  .c__search__filters__items li {
    position: relative; }
    .c__search__filters__items li:not(:last-child) {
      margin-bottom: 0.3125em; }
    .c__search__filters__items li label {
      color: #2a2c2b;
      cursor: pointer;
      font-size: 0.875em;
      margin: 0;
      padding: 0 0 0 1.7857142857em; }

@media (max-width: 768px) {
  .c__search__results {
    margin-top: 2.5em; } }

.c__search__results__term {
  font-weight: 600;
  margin-bottom: 2.5em; }

.c__search__results__pagination ul {
  list-style: none;
  float: left; }
  .c__search__results__pagination ul li {
    float: left;
    padding-right: 0.9375em; }
    .c__search__results__pagination ul li:not(:first-child) {
      border-left: 1px solid #2a2c2b;
      padding-left: 0.9375em; }

.c__search__results__pagination a {
  display: inline-block; }
  .c__search__results__pagination a:not(.active) {
    color: #2a2c2b; }

.c__search__results__pagination__previous {
  float: left;
  margin-right: 1.875em; }
  @media (max-width: 480px) {
    .c__search__results__pagination__previous {
      margin-right: 0.9375em; } }

.c__search__results__pagination__next {
  float: left;
  margin-left: 1.875em; }
  @media (max-width: 480px) {
    .c__search__results__pagination__next {
      margin-left: 0.9375em; } }

.c__webinar .c__share {
  max-width: 18.75em;
  float: right; }
  @media (max-width: 1024px) {
    .c__webinar .c__share {
      margin: 1.25em 0; } }
  .c__webinar .c__share span {
    vertical-align: -8px;
    margin-right: 2em;
    color: #243D51;
    font-weight: 600; }
    @media (max-width: 1024px) {
      .c__webinar .c__share span {
        float: left;
        margin-top: 0.3125em; } }
  .c__webinar .c__share ul {
    float: right; }
    @media (max-width: 1024px) {
      .c__webinar .c__share ul {
        float: left; } }
    .c__webinar .c__share ul li {
      float: left; }
      .c__webinar .c__share ul li:not(:last-child) {
        margin-right: 1.25em; }
        @media (max-width: 1024px) {
          .c__webinar .c__share ul li:not(:last-child) {
            margin-right: 0.3125em; } }
      .c__webinar .c__share ul li a {
        display: block;
        height: 2.875em;
        position: relative;
        width: 2.875em; }
        .c__webinar .c__share ul li a .i__svg {
          left: 50%;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          @media (max-width: 1024px) {
            .c__webinar .c__share ul li a .i__svg {
              -webkit-transform: translate(-50%, -50%) scale(0.8);
                  -ms-transform: translate(-50%, -50%) scale(0.8);
                      transform: translate(-50%, -50%) scale(0.8); } }
        @media (max-width: 1024px) {
          .c__webinar .c__share ul li a {
            height: 36px;
            width: 36px; } }
  @media (max-width: 1024px) {
    .c__webinar .c__share {
      float: none; } }

.c__webinar__logo {
  float: right;
  max-width: 100%;
  text-align: right;
  width: 14.625em; }
  @media (max-width: 1024px) {
    .c__webinar__logo {
      float: none;
      margin-bottom: 2.6666666667em; } }
  .c__webinar__logo a {
    display: block; }
  .c__webinar__logo img {
    display: block;
    width: 100%; }

.c__webinar__meta h1 {
  margin: 0; }

.c__webinar__meta__date {
  font-size: 1.5625em;
  line-height: 1em;
  margin-top: 0.6em;
  text-transform: uppercase; }
  .c__webinar__meta__date span {
    display: inline-block; }
    .c__webinar__meta__date span:not(:last-child) {
      border-right: 1px solid #2a2c2b;
      margin-right: 0.32em;
      padding-right: 0.32em; }

.c__webinar__summary {
  font-size: 1.5625em;
  line-height: 1.44em;
  margin-bottom: 1.6em; }

.c__webinar__host {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6em; }
  .c__webinar__host__img {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 1.5625em;
    min-width: 80px;
    overflow: hidden;
    position: relative;
    width: 20.88998763906057%; }
    .c__webinar__host__img::before {
      content: "";
      display: block;
      padding-top: 100%; }
  .c__webinar__host__summary p {
    margin: 0; }

.c__solutionFilter {
  color: #333333; }
  .c__solutionFilter h3 {
    font-weight: bold;
    color: #333333; }
  .c__solutionFilter ul.nolist li {
    margin-bottom: 0.5em;
    position: relative; }
    .c__solutionFilter ul.nolist li label {
      color: #333333;
      width: auto;
      display: inline-block;
      vertical-align: top;
      padding-left: 0.5em;
      font-size: 16px;
      line-height: 21px; }
    .c__solutionFilter ul.nolist li.active a::before {
      border-color: #0061a0;
      background: #0061a0; }
    .c__solutionFilter ul.nolist li a {
      font-size: 16px;
      line-height: 21px;
      padding-left: 2em;
      position: relative; }
      .c__solutionFilter ul.nolist li a::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border: solid 1px #979797;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .c__solutionFilter .btn {
    border-radius: 50px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    padding: 12px 40px;
    background: #0061a0;
    border: 1px solid #0061a0;
    color: #fff;
    margin-top: 1em;
    text-transform: none; }
  .c__solutionFilter input[type="checkbox"], .c__solutionFilter input[type="radio"] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #979797;
    width: 15px;
    height: 15px;
    background-color: white;
    outline: 0;
    margin: 0 0.25em 0 0;
    border-radius: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .c__solutionFilter input[type="checkbox"].error-input, .c__solutionFilter input[type="radio"].error-input {
      border-color: red; }
    .c__solutionFilter input[type="checkbox"]:checked, .c__solutionFilter input[type="radio"]:checked {
      background: #0061a0;
      border-color: #0061a0; }
      .c__solutionFilter input[type="checkbox"]:checked::before, .c__solutionFilter input[type="radio"]:checked::before {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        left: 5px;
        width: 4px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }

.l__bottom {
  margin-bottom: 2.5em; }

.c__linkBlock {
  padding-bottom: 3em;
  position: relative;
  height: 100%; }
  .c__linkBlock .btn {
    position: absolute;
    bottom: 0;
    left: 0; }
  .c__linkBlock--single {
    background: #F5F5F5;
    padding: 1em 1em 5em; }
    .c__linkBlock--single .btn {
      bottom: 1em;
      left: 1em; }
  .c__linkBlock__image {
    margin-bottom: 1em;
    background: #DFDFDF center/cover; }
    .c__linkBlock__image::before {
      content: '';
      display: block;
      padding-top: 67%; }
  .c__linkBlock h2 {
    color: #105280;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 19px; }
  .c__linkBlock p {
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 28px; }
  .c__linkBlock a.btn.btn__standard {
    border-radius: 50px;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    padding: 12px 40px;
    background: #0061A0;
    border: 1px solid #0061A0;
    color: #fff; }
    .c__linkBlock a.btn.btn__standard:hover {
      background-color: #243d51;
      border: 1px solid #243d51; }

.m__promo__banner {
  margin-bottom: 3.75em;
  margin-top: -7.1875em;
  position: relative; }
  .m__promo__banner--cro {
    margin-top: 0 !important; }
    .m__promo__banner--cro .m__promo__banner__wrap span {
      font-size: 22px;
      line-height: 30px; }
    .m__promo__banner--cro .m__promo__banner__wrap .btn {
      font-size: 16px;
      line-height: 22px;
      max-width: 210px;
      width: 100%; }
  @media (max-width: 1024px) {
    .m__promo__banner {
      margin-bottom: 1.875em;
      margin-top: -7.5em; } }
  @media (max-width: 600px) {
    .m__promo__banner {
      margin-top: -4.0625em; } }
  .m__promo__banner__wrap {
    background-color: #243D51;
    padding: 2.1875em 5%;
    text-align: center; }
    @media (max-width: 768px) {
      .m__promo__banner__wrap {
        padding: 1.25em; } }
    .m__promo__banner__wrap span {
      color: #ffffff;
      font-size: 1.5625em;
      line-height: 1.64em;
      margin: 0; }
      @media (max-width: 480px) {
        .m__promo__banner__wrap span {
          font-size: 1.125em;
          line-height: 1.5em; }
          .m__promo__banner__wrap span .btn {
            display: block;
            margin-top: 1.25em; } }
    .m__promo__banner__wrap .btn {
      font-size: 1.125em;
      margin-left: 1em; }
      @media (max-width: 1330px) {
        .m__promo__banner__wrap .btn {
          display: block;
          max-width: 15.625em;
          margin: 1em auto 0; } }
    .m__promo__banner__wrap span {
      font-weight: 500; }
      @media (max-width: 1115px) {
        .m__promo__banner__wrap span {
          font-size: 22px; } }
      @media (max-width: 480px) {
        .m__promo__banner__wrap span {
          display: block; } }

.woocommerce-page .searchBox form .searchForm input {
  border: none; }

.woocommerce-page input,
.woocommerce-page textarea,
.woocommerce-page select {
  border-color: #b7b7b7;
  outline: 0; }

.woocommerce-page .wc-item-downloads {
  list-style: none;
  padding: 0;
  margin: 1em 0 2em 0; }

.woocommerce-page .select2-container--default .select2-selection--single {
  height: auto;
  border: 1px solid #b7b7b7;
  border-radius: 2em;
  margin: 0;
  padding: 0.9375em 1.875em;
  outline: 0; }
  .woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none; }

.woocommerce-page .form-row.woocommerce-invalid-required-field input {
  border: 2px solid red; }

.woocommerce-page .form-row label {
  color: black; }
  .woocommerce-page .form-row label.woocommerce-form__label-for-checkbox {
    margin: 2em 0 0 0;
    padding: 0; }
    .woocommerce-page .form-row label.woocommerce-form__label-for-checkbox input[type='checkbox'] {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .woocommerce-page .form-row label.woocommerce-form__label-for-checkbox span {
      color: black; }

.woocommerce-page table {
  width: 100%;
  text-align: left; }
  .woocommerce-page table tr:last-of-type {
    margin: 2em 0 0 0; }
  .woocommerce-page table tr th,
  .woocommerce-page table tr td {
    padding: 15px; }

.woocommerce-page .cart-collaterals {
  padding: 2em;
  background-color: #f2f2f2; }
  .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%; }
    .woocommerce-page .cart-collaterals .cart_totals table {
      width: 100%;
      text-align: left; }
      .woocommerce-page .cart-collaterals .cart_totals table tr {
        background-color: #f2f2f2; }
        .woocommerce-page .cart-collaterals .cart_totals table tr.shipping {
          display: none; }
        .woocommerce-page .cart-collaterals .cart_totals table tr th,
        .woocommerce-page .cart-collaterals .cart_totals table tr td {
          padding: 15px 0;
          text-align: left; }
  .woocommerce-page .cart-collaterals input.btn {
    width: 100%; }

table.shop_table a,
table.woocommerce-MyAccount-downloads a,
table.woocommerce-orders-table a,
table.woocomerce-address a {
  font-weight: 700; }

table.shop_table .btn,
table.woocommerce-MyAccount-downloads .btn,
table.woocommerce-orders-table .btn,
table.woocomerce-address .btn {
  padding: 0.5em 1.6em; }

table.shop_table thead th,
table.woocommerce-MyAccount-downloads thead th,
table.woocommerce-orders-table thead th,
table.woocomerce-address thead th {
  background-color: #4a4a4a;
  color: #ffffff;
  line-height: 1em;
  padding: 0.75em 2em;
  font-weight: 400; }

table.shop_table tbody tr,
table.woocommerce-MyAccount-downloads tbody tr,
table.woocommerce-orders-table tbody tr,
table.woocomerce-address tbody tr {
  background-color: #FFFFFF; }
  table.shop_table tbody tr:nth-child(odd),
  table.woocommerce-MyAccount-downloads tbody tr:nth-child(odd),
  table.woocommerce-orders-table tbody tr:nth-child(odd),
  table.woocomerce-address tbody tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.shop_table tbody tr th,
  table.woocommerce-MyAccount-downloads tbody tr th,
  table.woocommerce-orders-table tbody tr th,
  table.woocomerce-address tbody tr th {
    font-weight: 400; }
  table.shop_table tbody tr td,
  table.woocommerce-MyAccount-downloads tbody tr td,
  table.woocommerce-orders-table tbody tr td,
  table.woocomerce-address tbody tr td {
    padding: 2em; }
    table.shop_table tbody tr td.right,
    table.woocommerce-MyAccount-downloads tbody tr td.right,
    table.woocommerce-orders-table tbody tr td.right,
    table.woocomerce-address tbody tr td.right {
      text-align: right; }
    table.shop_table tbody tr td.product-name dl,
    table.woocommerce-MyAccount-downloads tbody tr td.product-name dl,
    table.woocommerce-orders-table tbody tr td.product-name dl,
    table.woocomerce-address tbody tr td.product-name dl {
      margin-top: 0.625em; }
      table.shop_table tbody tr td.product-name dl dt,
      table.shop_table tbody tr td.product-name dl dd,
      table.woocommerce-MyAccount-downloads tbody tr td.product-name dl dt,
      table.woocommerce-MyAccount-downloads tbody tr td.product-name dl dd,
      table.woocommerce-orders-table tbody tr td.product-name dl dt,
      table.woocommerce-orders-table tbody tr td.product-name dl dd,
      table.woocomerce-address tbody tr td.product-name dl dt,
      table.woocomerce-address tbody tr td.product-name dl dd {
        width: 100%;
        float: left;
        font-weight: 400; }
        table.shop_table tbody tr td.product-name dl dt p,
        table.shop_table tbody tr td.product-name dl dd p,
        table.woocommerce-MyAccount-downloads tbody tr td.product-name dl dt p,
        table.woocommerce-MyAccount-downloads tbody tr td.product-name dl dd p,
        table.woocommerce-orders-table tbody tr td.product-name dl dt p,
        table.woocommerce-orders-table tbody tr td.product-name dl dd p,
        table.woocomerce-address tbody tr td.product-name dl dt p,
        table.woocomerce-address tbody tr td.product-name dl dd p {
          margin: 0; }
      table.shop_table tbody tr td.product-name dl dt,
      table.woocommerce-MyAccount-downloads tbody tr td.product-name dl dt,
      table.woocommerce-orders-table tbody tr td.product-name dl dt,
      table.woocomerce-address tbody tr td.product-name dl dt {
        font-weight: 600; }
    table.shop_table tbody tr td.product-quantity input,
    table.woocommerce-MyAccount-downloads tbody tr td.product-quantity input,
    table.woocommerce-orders-table tbody tr td.product-quantity input,
    table.woocomerce-address tbody tr td.product-quantity input {
      border-color: transparent;
      padding: 0.9em 0.5em 0.9em 1em; }
    table.shop_table tbody tr td.product-remove a,
    table.woocommerce-MyAccount-downloads tbody tr td.product-remove a,
    table.woocommerce-orders-table tbody tr td.product-remove a,
    table.woocomerce-address tbody tr td.product-remove a {
      font-size: 40px;
      font-weight: 400; }

table.woocommerce-orders-table tbody tr td {
  padding: 1em; }
  table.woocommerce-orders-table tbody tr td .btn {
    display: block;
    max-width: 150px;
    margin: 0.5em 0.1em;
    text-align: center; }

.coupon {
  margin: 1.25em 0; }
  .coupon label {
    color: #2a2c2b;
    font-size: 1.25em;
    line-height: 1.25em;
    padding: 0; }
  .coupon input.input-text {
    display: inline-block;
    max-width: 18.75em;
    margin-right: 3.125em; }

.woocommerce-checkout-review-order {
  background-color: #f2f2f2; }
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td,
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr.order-total th,
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr.tax-rate th {
    text-align: left;
    padding: 2em; }
  .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr.shipping {
    display: none; }

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: #f2f2f2; }
  .woocommerce-info::before,
  .woocommerce-message::before,
  .woocommerce-error::before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 1.1em;
    width: 20px;
    height: 20px; }
  .woocommerce-info a,
  .woocommerce-message a,
  .woocommerce-error a {
    text-decoration: underline; }
    .woocommerce-info a.btn,
    .woocommerce-message a.btn,
    .woocommerce-error a.btn {
      text-decoration: none; }

.woocommerce-info::before {
  background-image: url("/wp-content/themes/mw-oasys/library/images/icons/final_info.png"); }

.woocommerce-message::before {
  background-image: url("/wp-content/themes/mw-oasys/library/images/icons/final_correct.png"); }

.woocommerce-error::before {
  background-image: url("/wp-content/themes/mw-oasys/library/images/icons/final_error.png"); }

.checkout_coupon {
  margin-top: -2em;
  background-color: #f2f2f2f2;
  padding: 1em; }

.woocommerce-receipt-confirm-head {
  text-align: center;
  padding: 2em 0; }
  .woocommerce-receipt-confirm-head h2 {
    font-size: 1.5625em;
    line-height: 1.56em; }

.woocommerce-receipt-confirm {
  background-color: #f2f2f2f2;
  padding: 2em; }
  .woocommerce-receipt-confirm ul li span {
    display: inline-block;
    min-width: 200px;
    font-size: 1.25em;
    line-height: 1.75em; }
    .woocommerce-receipt-confirm ul li span span {
      min-width: auto;
      font-size: inherit;
      line-height: inherit; }
  .woocommerce-receipt-confirm p {
    display: none; }
  .woocommerce-receipt-confirm form {
    margin: 2em 0 0 0; }
    .woocommerce-receipt-confirm form input[type="submit"] {
      display: inline-block;
      background-color: #243D51;
      color: #FFFFFF;
      border-color: #243D51;
      margin: 0.5em; }
      .woocommerce-receipt-confirm form input[type="submit"]:hover {
        background-color: #FFFFFF;
        color: #243D51; }
    .woocommerce-receipt-confirm form a.cancel {
      display: inline-block;
      border-radius: 2em;
      padding: 0.9375em 1.875em;
      background-color: #FFFFFF;
      border: 1px solid #243D51;
      color: #243D51;
      margin: 0.5em; }
      .woocommerce-receipt-confirm form a.cancel:hover {
        background-color: #243D51;
        color: #FFFFFF;
        border-color: #243D51; }

section.woocommerce-order-details h2, section.woocommerce-customer-details h2 {
  margin: 2em 0 1em 0; }

.woocommerce-order ul.wc-bacs-bank-details {
  list-style: none;
  padding: 0;
  margin: 0; }

.woocommerce-order section {
  padding: 0 0 4em 0; }
  .woocommerce-order section.woocommerce-order-details h2.woocommerce-order-details__title {
    margin: 2em 0 1em 0; }
  .woocommerce-order section table.woocommerce-table--customer-details {
    margin: 0 0 4em 0; }
    .woocommerce-order section table.woocommerce-table--customer-details tr {
      background-color: #f2f2f2f2; }
      .woocommerce-order section table.woocommerce-table--customer-details tr th {
        text-align: left;
        padding: 2em; }
  .woocommerce-order section table p {
    margin: 0; }
  .woocommerce-order section table ul.wc-item-meta {
    padding: 0;
    margin: 0;
    list-style: none; }
  .woocommerce-order section table tfoot {
    background-color: #f2f2f2f2; }
    .woocommerce-order section table tfoot th,
    .woocommerce-order section table tfoot td {
      padding: 1em 2em;
      text-align: left; }

.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe {
  position: relative;
  top: auto; }

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe],
#add_payment_method #payment .payment_method_stripe label[for=payment_method_stripe] {
  display: inline;
  padding-left: 0; }

#payment {
  background-color: transparent; }
  #payment input[type="radio"] {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  #payment label {
    display: inline;
    padding-left: 0;
    color: #2a2c2b; }
  #payment ul.payment_methods {
    padding: 2em; }
  #payment div.form-row {
    padding: 2em; }

.woocommerce-checkout #payment ul.payment_methods li.payment_method_worldpay label img {
  margin: 5px 5px 0 0; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  max-width: 30px;
  margin-top: 7px; }

.woocommerce-shipping-fields h3 label {
  color: #243D51; }
  .woocommerce-shipping-fields h3 label #ship-to-different-address-checkbox {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .woocommerce-shipping-fields h3 label span.end-user-address-message {
    display: block;
    color: #2a2c2b;
    font-size: 0.8em; }

#wc-stripe-new-payment-method {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 15px !important;
  height: 15px;
  margin: 0 0.5em 0 0 !important; }

.pdf-download a {
  font-weight: bold;
  text-decoration: underline; }

.aelia_eu_vat_assistant {
  border: 0; }
  .aelia_eu_vat_assistant input[type="checkbox"] {
    position: relative;
    display: inline-block; }

.c__iconBanner {
  padding: 56px 0;
  background-color: #F1F1F1; }
  .c__iconBanner img {
    max-width: 35px; }
  .c__iconBanner h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 3px;
    margin-top: 6px; }
  .c__iconBanner p {
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0; }
    @media (max-width: 1180px) {
      .c__iconBanner p {
        margin-bottom: 24px; } }
  .c__iconBanner .l__col__span3:nth-last-of-type(-n+2) p {
    margin-bottom: 0; }
  @media (max-width: 1180px) {
    .c__iconBanner .l__col__span3 {
      width: 50%; } }
  @media (max-width: 768px) {
    .c__iconBanner .l__col__span3 {
      width: 100%; } }

.c__m__link-blocks {
  margin-bottom: 4.5em; }
  .c__m__link-blocks__item__image {
    height: 267px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 14px;
    background-color: #DFDFDF; }
  .c__m__link-blocks:not(.c__m__link-blocks--large) .l__row {
    padding: 0 12%; }
    @media (max-width: 1024px) {
      .c__m__link-blocks:not(.c__m__link-blocks--large) .l__row {
        padding: 0 0; } }
  .c__m__link-blocks h2 {
    color: #105280;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 19px; }
  .c__m__link-blocks p {
    color: #262626;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 28px; }
  .c__m__link-blocks a.btn.btn__standard {
    border-radius: 50px;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    padding: 12px 40px;
    background: #0061A0;
    border: 1px solid #0061A0;
    color: #fff; }
    .c__m__link-blocks a.btn.btn__standard:hover {
      background-color: #243d51;
      border: 1px solid #243d51; }
  .c__m__link-blocks .l__col__span6:first-of-type .l__col__evenpad {
    margin-bottom: 24px; }

.c__block {
  margin-bottom: 2em; }