/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{animation:bounceFromLeft .4s ease-out}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{animation-delay:-1s}@keyframes bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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%;
  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: "slick";
  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: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

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

/* 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: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  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 v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Global
 */
a {
  color: #525ddc;
}

/**
 * Block editor color palette utilities
 * @see https://git.io/JeyD6
 */
.has-primary-color {
  color: #525ddc;
}

.has-primary-background-color {
  background-color: #525ddc;
}

.has-yellow-color {
  color: #ffcc00;
}

.has-yellow-background-color {
  background-color: #ffcc00;
}

.has-light-blue-color {
  color: #117ec2;
}

.has-light-blue-background-color {
  background-color: #117ec2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.5;
  color: #252525;
}

.wp-block-image {
  margin-left: 0;
}

p {
  margin: 12px 0;
}

*:focus {
  outline: none;
}

.wp-block-columns {
  margin: 0;
}

a:hover,
button:hover {
  opacity: 0.8;
  transition: opacity 0.15s ease-out;
}

.text-yellow {
  color: #ffcc00;
}

.text-light-blue {
  color: #117ec2;
}

.text-white {
  color: white;
}

.text-dark-blue {
  color: #00324b;
}

.text-dark-blue-alt {
  color: #02344d;
}

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

.text-18 {
  font-size: 18px;
}

.text-27 {
  font-size: 27px;
}

.text-36 {
  font-size: 36px;
}

.text-600 {
  font-weight: 600;
}

.text-900 {
  font-weight: 900;
}

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

.lh-1-2 {
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .text-m-30 {
    font-size: 30px;
  }

  .text-m-24 {
    font-size: 24px;
  }
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

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

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 641px) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .row.start-sm {
    justify-content: flex-start;
  }

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

  .row.end-sm {
    justify-content: flex-end;
  }

  .row.top-sm {
    align-items: flex-start;
  }

  .row.middle-sm {
    align-items: center;
  }

  .row.bottom-sm {
    align-items: flex-end;
  }

  .row.around-sm {
    justify-content: space-around;
  }

  .row.between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 1101px) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .row.start-md {
    justify-content: flex-start;
  }

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

  .row.end-md {
    justify-content: flex-end;
  }

  .row.top-md {
    align-items: flex-start;
  }

  .row.middle-md {
    align-items: center;
  }

  .row.bottom-md {
    align-items: flex-end;
  }

  .row.around-md {
    justify-content: space-around;
  }

  .row.between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 1301px) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .row.start-lg {
    justify-content: flex-start;
  }

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

  .row.end-lg {
    justify-content: flex-end;
  }

  .row.top-lg {
    align-items: flex-start;
  }

  .row.middle-lg {
    align-items: center;
  }

  .row.bottom-lg {
    align-items: flex-end;
  }

  .row.around-lg {
    justify-content: space-around;
  }

  .row.between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .row.start-xl {
    justify-content: flex-start;
  }

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

  .row.end-xl {
    justify-content: flex-end;
  }

  .row.top-xl {
    align-items: flex-start;
  }

  .row.middle-xl {
    align-items: center;
  }

  .row.bottom-xl {
    align-items: flex-end;
  }

  .row.around-xl {
    justify-content: space-around;
  }

  .row.between-xl {
    justify-content: space-between;
  }

  .first-xl {
    order: -1;
  }

  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1101px) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1301px) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}
.container {
  width: 1250px;
  margin: 0 auto;
}
.container--sm {
  width: 1050px;
}
.container--xs {
  width: 1000px;
}
.container--lg {
  width: 1250px;
}
.container--md {
  width: 1200px;
}
.container--xl {
  width: 1320px;
  max-width: calc(100% - 60px);
}
.container--xl .wp-block-columns {
  gap: 100px;
}
.container--xl .wp-block-column:not(:first-child) {
  margin-left: 0;
}
.container--with-padding {
  padding: 50px 0;
}
@media screen and (max-width: 1350px) {
  .container {
    width: 1050px;
  }
  .container--xl .wp-block-columns {
    gap: 35px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
  .container--sm {
    width: 100%;
  }
  .container--xl .wp-block-columns {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

/**
 * Components
 */
/**
 * Button
 */
.btn {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #00324b;
  border: 1px solid #00324b;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.btn--xxl {
  padding: 18px 80px;
}
.btn--l {
  padding: 18px 60px;
}
.btn--m {
  padding: 15px 60px;
}
.btn--outline-white {
  border-color: white;
  color: white;
}
.btn--yellow {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn--bold {
  font-weight: 600;
}
.btn--link {
  color: #ffcc00;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
.btn--block {
  width: 100%;
  text-align: center;
}

.document-contact-button {
  display: flex;
  margin: 10px 0;
}
.document-contact-button .btn {
  flex-shrink: 0;
  flex-basis: 50%;
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .document-contact-button {
    display: block;
    margin: 10px 0;
  }
  .document-contact-button .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .document-contact-button .btn:last-of-type {
    margin-bottom: 0;
  }
}
.hero {
  width: 100%;
  height: 670px;
  background-size: cover !important;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: white;
  border-bottom: 5px solid #ffcc00;
  padding-bottom: 60px;
}
.hero--news {
  background: url("../images/news-hero.png");
  display: block;
  height: 1000px;
  padding-top: 220px;
}
.hero--news .hero__content {
  align-items: flex-start;
}
.hero--news .hero__content-left {
  width: 330px;
  flex: none;
}
.hero--news .hero__content-right {
  width: calc(100% - 330px);
  flex: none;
  padding-left: 85px;
}
.hero--about-us {
  background: url("../images/about-us-background.png");
  align-items: center;
  padding-top: 120px;
}
.hero--about-us .hero__content-left {
  flex-basis: 430px;
  flex-grow: 0;
}
.hero--about-us .hero__content-right {
  padding-left: 55px;
  border-left: 1px solid #ffcc00;
}
.hero--about-us .hero__second-line {
  font-size: 48px;
}
.hero--category {
  background: url("../images/news-hero.png");
  height: 450px;
  padding-bottom: 80px;
}
.hero--category .hero__content {
  align-items: flex-end;
}
.hero--post {
  background-color: #043b59;
  justify-content: center;
  margin-bottom: 40px;
}
.hero--post .hero__content {
  width: 1050px;
}
.hero--homepage {
  height: 100vh;
  min-height: 670px;
  align-items: center;
  padding-top: 60px;
  position: relative;
}
.hero--homepage .hero__image {
  width: 500px;
  height: 400px;
  object-fit: contain;
}
.hero--homepage .hero__first-line {
  font-size: 36px;
  margin-bottom: 10px;
}
.hero--homepage .hero__second-line {
  font-size: 48px;
}
.hero--homepage .hero__description {
  font-size: 22px;
  font-weight: 300;
}
.hero--homepage .hero__morgrip {
  right: auto;
  left: 0;
  bottom: -65px;
}
.hero--404 {
  height: 100vh;
  background: #043b59;
  align-items: center;
}
.hero--vision {
  background: url("../images/vision-background.png");
  padding-bottom: 100px;
  margin-bottom: 60px;
}
.hero--vision .hero__content {
  display: block;
}
.hero--vision .hero__first-line {
  font-size: 60px;
  color: #ffcc00;
  max-width: 750px;
  font-weight: 700;
}
.hero--partners {
  background: url("../images/partners-background.png");
  padding-bottom: 100px;
  margin-bottom: 60px;
}
.hero--partners .hero__content {
  display: block;
  width: 1000px;
}
.hero--partners .hero__first-line {
  font-size: 60px;
  color: #ffcc00;
  max-width: 750px;
  font-weight: 700;
}
.hero--partners.hero--partners--font-large .hero__second-line {
  font-size: 36px;
}
.hero--partners .hero__second-line {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 50px;
  margin-top: 30px;
}
.hero--contact {
  background: url("../images/contact-background.jpg");
  min-height: 820px;
  height: auto;
  padding-top: 80px !important;
}
.hero--contact .hero__content {
  width: 100%;
}
.hero--product {
  padding-top: 110px;
  min-height: 670px;
  height: auto;
}
.hero--leadership {
  height: 650px;
  background: url("../images/about-us-background.png");
}
.hero--leadership .hero__content {
  display: block;
  width: 1000px;
}
.hero--careers {
  background: url("../images/vision-background.png");
  padding-bottom: 100px;
}
.hero--careers .hero__content {
  display: block;
  width: 1000px;
}
.hero--careers .hero__second-line {
  font-size: 55px;
}
.hero--careers .hero__first-line {
  font-size: 33px;
  font-weight: 500;
  margin: 25px 0;
}
.hero--product-redesign {
  height: 520px;
  min-height: 520px;
  align-items: flex-start;
  padding: 110px 20px 0;
  margin-bottom: 40px;
}
.hero--product-redesign .hero__content {
  align-items: flex-start;
  width: 1250px;
  max-width: 100%;
}
.hero--product-redesign .hero__content.hero__content-title-md .hero__content-left {
  padding-top: 30px;
}
.hero--product-redesign .hero__content.hero__content-title-md .hero__product-title {
  font-size: 55px;
}
.hero--product-redesign .hero__content.hero__content-title-lg .hero__content-left {
  padding-top: 30px;
}
.hero--product-redesign .hero__content.hero__content-title-lg .hero__product-title {
  font-size: 45px;
}
.hero--product-redesign .hero__content-left {
  padding-top: 87px;
}
.hero--product-redesign .hero__content-right {
  display: flex;
  justify-content: center;
}
.hero--product-redesign .hero__content-right .hero__product-buttons {
  display: none;
}
.hero--product-redesign .hero__product-title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.hero--product-redesign .hero__image {
  width: auto;
  max-height: 450px;
  max-width: 100%;
}
.hero--product-redesign .hero__product-buttons {
  display: flex;
  margin-top: 50px;
}
.hero--product-redesign .hero-product-document {
  padding: 12px 40px;
  background: #FC0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero--product-redesign .hero-product-document--model {
  color: white;
  background-color: transparent;
  border: 1px solid #fc0;
}
.hero--product-redesign .hero-product-document img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.hero--product-redesign .hero-product-document__text {
  display: flex;
  flex-wrap: wrap;
}
.hero--product-redesign .hero-product-document-metadata {
  font-weight: 400;
  margin-left: 2px;
}
.hero--case-studies {
  height: 280px;
  padding-bottom: 37px;
  background: linear-gradient(180deg, #024063 0%, #055684 100%);
}
.hero--case-studies .hero__title {
  margin: 0;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.hero--case-study {
  padding-bottom: 70px;
  margin-bottom: 40px;
}
.hero--case-study img {
  height: auto;
}
.hero--case-study .hero__content-left {
  padding-right: 30px;
}
.hero--case-study .hero__case-study-description {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #fc0;
  margin-right: 40px;
}
.hero--case-study .hero__case-study-title {
  color: white;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 55px;
  margin-top: 50px;
}
.hero--case-study .hero-case-study-document {
  padding: 12px 35px;
  background: #FC0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero--case-study .hero-case-study-document--model {
  color: white;
  background-color: transparent;
  border: 1px solid #fc0;
}
.hero--case-study .hero-case-study-document img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.hero--case-study .hero-case-study-document__text {
  display: flex;
  flex-wrap: wrap;
}
.hero--case-study .hero-case-study-document-metadata {
  font-weight: 400;
  margin-left: 2px;
}

.hero-carousel-label {
  display: none;
}

.hero-carousel {
  background-size: cover;
}
.hero-carousel .slick-track {
  display: flex;
}
.hero-carousel .hero-wrapper {
  align-self: stretch;
  height: auto;
}
.hero-carousel .hero-wrapper .hero {
  min-height: 100%;
}
.hero-carousel .slick-dots {
  bottom: 25px;
}
.hero-carousel .slick-dots li button {
  opacity: 0.6;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
}
.hero-carousel .slick-dots li button:before {
  display: none;
}
.hero-carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.hero__content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.hero__product-title {
  font-size: 36px;
  color: #ffcc00;
  font-weight: 600;
}

.hero__capability-title {
  font-size: 36px;
  color: #ffcc00;
  font-weight: 600;
}

.hero__capability-buttons {
  margin-top: 50px;
}

.hero__post {
  width: 100%;
}

.hero__post-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero__post-excerpt {
  font-size: 18px;
}

.hero__post-footer {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #117ec2;
}

.hero__post-metadata {
  font-size: 14px;
}
.hero__post-metadata a {
  color: #ffcc00;
}

.hero__post-social-icons {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-left: auto;
}
.hero__post-social-icons a {
  text-decoration: none;
  color: #117ec2;
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
  font-size: 18px;
}
.hero__post-social-icons a:before {
  content: "";
  display: inline-block;
  height: 18px;
  border-right: 1px solid #c1cfd6;
  margin-right: 10px;
}
.hero__post-social-icons a:first-of-type {
  margin-left: 20px;
}
.hero__post-social-icons a:first-of-type:before {
  display: none;
}

.hero__post-print {
  display: flex;
  align-items: center;
  margin-left: 80px;
  font-size: 14px;
}

.hero__post-print-button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: #ffcc00;
  font-size: 18px;
  margin-left: 15px;
}

.hero__first-line {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.hero__second-line {
  font-size: 60px;
  color: #ffcc00;
  font-weight: 600;
  line-height: 1;
}

.hero__description {
  font-size: 16px;
  max-width: 550px;
  margin-top: 22px;
  margin-bottom: 0;
}

.hero__content-left,
.hero__content-right {
  flex: 1 1 0;
}

.hero__image {
  width: 550px;
  height: auto;
}

.hero__morgrip {
  width: 150px;
  height: auto;
  position: absolute;
  right: 30px;
  bottom: 60px;
}

.hero__product-group {
  color: white;
  margin-bottom: 40px;
}

.hero__product-group-link {
  font-weight: 600;
  color: #ffcc00;
}

.hero__homepage-product-image-wrapper {
  position: relative;
}

.hero__homepage-product-title {
  position: absolute;
  right: 20px;
  bottom: 35px;
  width: 200px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
}
.hero__homepage-product-title--solutions {
  font-weight: 600;
  font-size: 18px;
  color: white;
}

.hero__homepage-product-link {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 200px;
  font-size: 14px;
  color: #ffcc00;
  text-decoration: none;
}
.hero__homepage-product-link > div {
  display: inline-block;
  border-bottom: 1px solid #ffcc00;
}
.hero__homepage-product-link .fas {
  vertical-align: middle;
  padding-left: 10px;
}

.hero__delimiter {
  margin: 35px 0;
  height: 3px;
  background-color: #ffcc00;
  max-width: 550px;
}

.hero__scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.hero__scroll-indicator .fas {
  font-size: 16px;
  margin-top: 5px;
  color: #ffcc00;
  animation: pulse 4s infinite;
}

.hero__about-us-jump {
  padding-top: 50px;
  font-size: 14px;
  font-weight: 500;
}

.hero__about-us-jump-links {
  display: flex;
}
.hero__about-us-jump-links a {
  font-size: 14px;
  color: #ffcc00;
  text-decoration: none;
  position: relative;
}
.hero__about-us-jump-links a:not(:last-of-type) {
  margin-right: 42px;
}
.hero__about-us-jump-links a:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 2px;
  background: #3e7793;
  top: 2px;
  right: -21px;
}

.hero__vision-content {
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 80px;
}

.hero__vision-jump {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.hero__vision-jump div:first-of-type {
  margin-right: 30px;
}

.hero__partners-content {
  padding: 20px 0;
  border: 1px solid #ffcc00;
  border-width: 1px 0 1px 0;
}
.hero__partners-content--not-bordered {
  border-bottom: 0;
}

@keyframes pulse {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1350px) {
  .hero--homepage .hero__content {
    width: 1050px;
  }
  .hero--homepage .hero__image {
    width: 450px;
    height: auto;
  }
  .hero--homepage .hero__morgrip {
    bottom: auto;
    top: -40px;
    left: 60px;
  }

  .hero--default .hero__content {
    width: 1050px;
  }
  .hero--default .hero__image {
    width: 450px;
  }

  .hero--capability .hero__content {
    width: 1050px;
  }
  .hero--capability .hero__image {
    width: 450px;
  }

  .hero--news .hero__content {
    width: 1050px;
  }

  .hero--product .hero__content {
    width: 1050px;
  }
  .hero--product .hero__image {
    width: 450px;
  }

  .hero--category .hero__content {
    width: 1050px;
  }

  .hero--about-us .hero__content {
    width: 1050px;
  }

  .hero--vision .hero__content {
    width: 1050px;
  }

  .hero--partners .hero__content {
    width: 1050px;
  }

  .hero--contact .hero__content {
    width: 1050px;
  }

  .hero--product-redesign .hero__content {
    width: 1050px;
  }
  .hero--product-redesign .hero__content.hero__content-title-md .hero__product-title {
    font-size: 50px;
  }
  .hero--product-redesign .hero__content-left {
    padding-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .hero--homepage {
    padding: 180px 22px;
  }
  .hero--homepage .hero__content {
    width: 100%;
  }
  .hero--homepage .hero__homepage-product-image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero--homepage .hero__homepage-product-title {
    margin-top: 20px;
  }
  .hero--homepage .hero__homepage-product-title,
.hero--homepage .hero__homepage-product-link {
    position: static;
    width: 100%;
    padding-left: 40px;
  }
  .hero--homepage .hero__homepage-product-title:before, .hero--homepage .hero__homepage-product-title:after,
.hero--homepage .hero__homepage-product-link:before,
.hero--homepage .hero__homepage-product-link:after {
    display: none;
  }
  .hero--homepage .hero__second-line {
    font-size: 36px;
  }
  .hero--homepage .hero__content-right {
    flex-basis: 330px;
    flex-grow: 0;
  }
  .hero--homepage .hero__description {
    font-size: 18px;
  }
  .hero--homepage .hero__image {
    max-width: 300px;
  }
  .hero--homepage .btn {
    margin-right: 0;
    width: 230px;
    margin-bottom: 10px;
  }

  .hero__mobile-image {
    padding: 40px 0;
    border: 1px solid #ffcc00;
    border-width: 1px 0 1px 0;
    margin-top: 20px;
    text-align: center;
  }

  .hero {
    height: auto;
    min-height: unset;
    padding: 180px 22px 70px;
  }
  .hero .hero__image {
    width: 100%;
    max-width: 350px;
  }

  .hero__first-line,
.hero__second-line {
    font-size: 36px;
  }

  .hero--capability .hero__content-right {
    display: none;
  }
  .hero--capability .hero__content-left {
    flex-basis: 500px;
    flex-grow: 0;
    margin: 0 auto;
  }

  .hero--news .hero__content {
    width: 100%;
  }

  .hero--product .hero__content-right {
    display: none;
  }
  .hero--product .hero__content {
    width: 100%;
  }
  .hero--product .hero__content-left {
    flex-basis: 500px;
    flex-grow: 0;
    margin: 0 auto;
  }

  .hero--category {
    padding-bottom: 35px;
  }
  .hero--category .hero__content {
    width: 100%;
    display: block;
  }

  .hero--about-us .hero__content {
    width: 100%;
    display: block;
  }
  .hero--about-us .hero__content-left {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffcc00;
  }
  .hero--about-us .hero__content-right {
    padding-left: 0;
    border-left: 0;
  }
  .hero--about-us .hero__about-us-jump {
    display: none;
  }
  .hero--about-us .hero__second-line {
    font-size: 36px;
  }

  .hero--vision .hero__content {
    width: 100%;
  }
  .hero--vision .hero__first-line {
    font-size: 36px;
    max-width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #ffcc00;
  }
  .hero--vision .hero__vision-jump {
    display: none;
  }

  .hero--partners .hero__content {
    width: 100%;
  }
  .hero--partners .hero__first-line {
    font-size: 48px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffcc00;
  }
  .hero--partners .hero__partners-content {
    border: 0;
    padding: 0;
  }

  .hero--contact .container {
    width: 100% !important;
  }
  .hero--contact .hero__content {
    width: 100%;
  }
  .hero--contact .contact-us-footer {
    width: 100%;
  }
  .hero--contact .contact-us-footer__left .widget {
    width: 100% !important;
  }

  .hero--leadership .hero__content {
    width: 100%;
  }

  .hero--product-redesign {
    padding-bottom: 0;
    padding-top: 150px;
    margin-bottom: 180px;
  }
  .hero--product-redesign .hero__product-title {
    font-size: 36px !important;
  }
  .hero--product-redesign .hero__content {
    display: block;
  }
  .hero--product-redesign .hero__content-left {
    padding-top: 0 !important;
  }
  .hero--product-redesign .hero__content-left .hero__product-buttons {
    display: none;
  }
  .hero--product-redesign .hero__content-right {
    flex-direction: column;
    margin-bottom: -120px;
  }
  .hero--product-redesign .hero__content-right .hero__product-buttons {
    display: flex;
    margin-top: 25px;
    justify-content: center;
  }
  .hero--product-redesign .hero__content-right .hero-product-document {
    padding: 12px 30px;
  }
  .hero--product-redesign .hero__content-right .hero-product-document--model {
    color: #fc0;
  }
  .hero--product-redesign .hero__image {
    margin: 0 auto;
  }

  .hero--case-study .hero__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero--case-study .hero__content-left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .hero--homepage {
    padding: 180px 22px;
  }
  .hero--homepage .hero__second-line {
    font-size: 36px;
  }
  .hero--homepage .hero__delimiter {
    background-color: transparent;
    margin: 25px 0;
  }
  .hero--homepage .hero__description {
    font-size: 18px;
    padding-right: 50px;
  }
  .hero--homepage .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  .hero--homepage .btn:last-of-type {
    margin-top: 15px;
  }
  .hero--homepage .hero__content-right {
    display: none;
  }

  .hero--news .hero__content-left {
    width: 100%;
  }
  .hero--news .hero__content-right {
    padding-left: 0;
  }
  .hero--news .hero__content {
    display: block;
    width: 100%;
  }
  .hero--news .hero__content-right {
    width: 100%;
  }

  .hero--post {
    min-height: 670px;
    padding-bottom: 30px;
  }
  .hero--post .hero__content {
    width: 100%;
  }

  .hero__post-print {
    display: none;
  }

  .hero__post-title {
    font-size: 30px;
  }

  .hero__post-social-icons {
    width: 100%;
  }
  .hero__post-social-icons a {
    color: #ffcc00;
    font-size: 24px;
  }
  .hero__post-social-icons a:first-of-type {
    margin-left: auto;
  }

  .hero--product {
    padding-top: 120px;
  }
  .hero--product .hero__content-right {
    display: none;
  }

  .hero__product-mobile-image {
    padding: 15px 0;
    border: 1px solid #ffcc00;
    border-width: 1px 0;
    margin-top: 20px;
  }

  .hero__product-group {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .hero--capability .hero__content {
    width: 100%;
  }
  .hero--capability .hero__content-right {
    display: none;
  }

  .hero__capability-buttons .btn {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-scrolled .header {
  background-color: #043549;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  padding: 30px 0;
  background-color: transparent;
  transition: background-color 0.2s ease-out;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__logo {
  font-size: 0;
}

.header__logo-image {
  width: 215px;
  height: auto;
}

.navigation {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
.navigation--mobile {
  display: none;
  overflow: auto;
}
.navigation--mobile .navigation__link {
  padding: 10px 0;
  display: block;
}
.navigation--mobile .navigation__dropdown {
  margin-top: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
  max-height: 0;
  transform: rotate(0);
  transition: all 0.3s ease-out;
}
.navigation--mobile .navigation__dropdown-item:last-of-type {
  margin-bottom: 15px;
}
.navigation--mobile .navigation__dropdown-item--active .navigation__dropdown-link {
  background-color: transparent;
  color: #ffcc00;
}
.navigation--mobile .navigation__dropdown-link {
  color: white;
}
.navigation:not(.navigation--mobile) .navigation__item {
  position: relative;
}
.navigation:not(.navigation--mobile) .navigation__item:hover .navigation__dropdown {
  visibility: visible;
  transform: rotateZ(0);
  opacity: 1;
}

.navigation__dropdown-toggle {
  color: white;
  background: transparent;
  border: none;
  font-size: 18px;
  padding: 10px;
}

.navigation__link-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.navigation__link-wrapper .navigation__link {
  flex-grow: 1;
}

.navigation__item {
  position: relative;
}
.navigation__item:last-of-type .navigation__link {
  padding-right: 0;
}
.navigation__item--active .navigation__link {
  color: #ffcc00;
  border-color: #ffcc00;
}
.navigation__item--toggle-active .navigation__dropdown {
  visibility: visible;
  opacity: 1;
  max-height: 550px;
}

.navigation__dropdown {
  position: absolute;
  list-style: none;
  background: white;
  margin-top: 22px;
  transform: rotateX(90deg);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  padding: 0;
  min-width: 250px;
  z-index: 1;
}

.navigation__dropdown-item--active .navigation__dropdown-link {
  background-color: #ffcc00;
  color: white;
}

.navigation__dropdown-link {
  padding: 15px 20px;
  display: block;
  color: #00324b;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.15s ease-out;
}
.navigation__dropdown-link:hover {
  color: white;
  background: #ffcc00;
}

.navigation__link {
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 10px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.navigation__link:hover {
  color: #ffcc00;
  opacity: 1;
}
.navigation__link--search {
  color: #ffcc00;
  margin-left: 30px;
}
.navigation__link--search:hover {
  opacity: 0.8;
  border-color: #04689a;
}

.navigation-mobile-trigger {
  display: none;
  position: relative;
  z-index: 1;
  width: 30px;
  height: 25px;
}

.navigation-mobile-active .navigation-mobile-trigger__icon {
  background-color: transparent;
}
.navigation-mobile-active .navigation-mobile-trigger__icon:before {
  margin-top: 0;
  transform: rotate(45deg);
}
.navigation-mobile-active .navigation-mobile-trigger__icon:after {
  margin-top: 0;
  transform: rotate(-45deg);
}

.navigation-mobile-trigger__inner {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
}

.navigation-mobile-trigger__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #ffcc00;
  transition-property: background-color, transform;
  transition-duration: 300ms;
}
.navigation-mobile-trigger__icon:before, .navigation-mobile-trigger__icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #ffcc00;
  transition-property: margin, transform;
  transition-duration: 300ms;
}
.navigation-mobile-trigger__icon:before {
  margin-top: -10px;
}
.navigation-mobile-trigger__icon:after {
  margin-top: 10px;
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
  .navigation__link {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__logo-image {
    width: 190px;
  }

  .navigation__link--search {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .header__inner {
    width: 100%;
    padding: 0 22px;
  }

  .navigation--desktop {
    display: none;
  }
  .navigation--mobile {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 100px 22px 35px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateX(-100%);
  }

  .navigation__link {
    font-size: 18px;
    padding: 0;
    border: 0;
  }

  .navigation__link--search {
    margin-left: 0;
  }

  .navigation-mobile-trigger {
    display: block;
  }

  .navigation-mobile-active .navigation--mobile {
    display: block;
    transform: translateX(0);
    background-color: #00324b;
    opacity: 1;
  }
}
.footer {
  margin-top: 20px;
  padding: 50px 0 40px;
  background-color: #00324b;
  border-top: 3px solid #ffc80b;
  color: white;
}

.footer__inner {
  width: 1200px;
  margin: 0 auto;
}

.main-container:has(.contact-us-footer-wrapper) + .footer {
  margin-top: 0;
}

.about-us-leadership + .contact-us-footer-wrapper,
.vision-section-item + .contact-us-footer-wrapper,
.related-case-studies + .contact-us-footer-wrapper,
.categories.categories--related + .contact-us-footer-wrapper {
  margin-top: 0;
}

.footer-navigation {
  color: white;
  padding-right: 30px;
}

.footer-navigation__title {
  color: #ffcc00;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-navigation__list-item:first-of-type {
  border-top: 1px solid #034060;
}

.footer-navigation__link {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #034060;
  color: white;
  text-decoration: none;
  transition: all 0.15s ease-out;
}
.footer-navigation__link:hover, .footer-navigation__link:focus {
  border-bottom-color: #ffcc00;
  opacity: 1;
}

.footer__logo {
  width: 245px;
  margin-bottom: 30px;
}

.footer__morgrip {
  width: 150px;
  margin-top: 7px;
  margin-bottom: 35px;
}

.footer__social {
  margin-top: 35px;
}

.footer__social-link {
  color: white;
  font-size: 30px;
  margin-right: 5px;
  text-decoration: none;
}

.footer__copyright {
  font-size: 14px;
  color: #0e648e;
  margin-top: 10px;
  font-weight: 400;
}

@media screen and (max-width: 1350px) {
  .footer__inner {
    width: 1050px;
  }
}
@media screen and (max-width: 1100px) {
  .footer__inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .footer__morgrip {
    display: none;
  }
}
.slick-slide:focus {
  outline: none;
}

.slick-prev,
.slick-next {
  width: 27px;
  height: 42px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: #117ec2;
  font-weight: 600;
  opacity: 1;
  font-size: 42px;
}

.slick-prev {
  left: -45px;
}
.slick-prev:before {
  content: "\F053";
}

.slick-next {
  right: -45px;
}
.slick-next:before {
  content: "\F054";
}

.homepage-news {
  background: white;
  padding: 85px 0;
}
.homepage-news--related {
  background: url("../images/products-background.png");
  background-size: cover;
}
.homepage-news--related .homepage-news__header {
  border-bottom-color: white;
  color: white;
}
.homepage-news--related .homepage-news__single {
  background: white;
  border: 0;
}
.homepage-news--related .slick-arrow:before {
  color: #ffcc00;
}

.homepage-news__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #117ec2;
  font-size: 30px;
  color: #00324b;
  font-weight: 600;
  margin-bottom: 35px;
}

.homepage-news__wrapper {
  margin: 0 -12px;
}
.homepage-news__wrapper .slick-track {
  display: flex;
}

.homepage-news__single {
  border: 1px solid #d5d5d5;
  margin: 0 12px;
  height: auto !important;
  align-self: stretch;
  position: relative;
  padding-bottom: 50px;
}
.homepage-news__single:last-of-type {
  margin-right: 0;
}

.homepage-news__image-wrapper {
  position: relative;
  background-color: #00324b;
  aspect-ratio: 400/260;
}

.homepage-news__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-news__details {
  padding: 44px 32px 0;
}

.homepage-news__title {
  font-size: 24px;
  font-weight: 600;
  color: #00324b;
  padding-bottom: 15px;
  border-bottom: 1px solid #7ebfdf;
  display: block;
  text-decoration: none;
}

.homepage-news__excerpt {
  color: #454545;
  padding: 25px 0 35px;
}
.homepage-news__excerpt p {
  margin: 0;
}

.homepage-news__footer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.homepage-news__published {
  font-size: 14px;
  color: #727272;
  width: 50%;
  padding-left: 30px;
}

.homepage-news__published-date {
  color: #00324b;
  font-weight: 600;
}

.homepage-news__link {
  width: 50%;
  font-size: 14px;
}

.homepage-news__link {
  color: #00324b;
  display: block;
  height: 50px;
  text-decoration: none;
  background-color: #ffcc00;
  text-align: center;
  line-height: 50px;
  transition: background-color 0.2s ease-out;
  font-weight: 500;
}
.homepage-news__link:hover, .homepage-news__link:focus {
  background-color: #ffd633;
  outline: none;
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
  .homepage-news__wrapper {
    margin: 0 35px !important;
  }
}
@media screen and (max-width: 1100px) {
  .homepage-news {
    padding: 32px 0;
  }

  .homepage-news__header {
    font-size: 21px;
    margin-bottom: 42px;
  }

  .homepage-news__single {
    width: 280px;
  }
}
.homepage-about {
  background-color: #f9f9f9;
  padding: 115px 0;
}

.homepage-about__inner {
  display: flex;
}

.homepage-about__left,
.homepage-about__right {
  width: 280px;
  flex-shrink: 0;
}

.homepage-about__center {
  flex-grow: 1;
  border: 1px solid #117ec2;
  border-width: 0 1px 0 1px;
  padding: 0 60px;
}

.homepage-about__right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homepage-about__css {
  width: 220px;
  margin-bottom: 15px;
}

.homepage-about__morgrip {
  width: 170px;
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
  .homepage-about__center .btn {
    width: 280px;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .homepage-about {
    padding: 40px 0;
  }

  .homepage-about__inner {
    flex-direction: column;
  }

  .homepage-about__center {
    order: 1;
    padding: 0;
    border: 0;
  }

  .homepage-about__left {
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px solid #cedfe9;
  }

  .homepage-about__right {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 38px 0 35px;
  }
  .homepage-about__right .homepage-about__css {
    height: 50px;
    width: auto;
    margin: 0;
    flex-grow: 0;
    margin-right: 10px;
  }
  .homepage-about__right .homepage-about__morgrip {
    height: 35px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .homepage-about__right {
    justify-content: space-between;
  }

  .homepage-about__center .btn {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.categories {
  padding: 110px 0;
  background: url("../images/categories-background.png");
  background-size: cover;
  border-top: 3px solid #ffcc00;
  color: white;
}
.categories--related .card--active-page {
  display: none !important;
}
.categories--products {
  padding-top: 45px;
  margin-top: 140px;
  background: url("../images/products-background.png");
}
.categories--products .categories__header {
  border-bottom-color: #305b71;
}
.categories--products .categories__title {
  color: #ffcc00;
  font-size: 18px;
}
.categories--products .card__footer {
  font-weight: 600;
}

.categories__header {
  display: flex;
  border-bottom: 1px solid #ffcc00;
  align-items: center;
  padding-bottom: 15px;
}

.categories__title {
  color: white;
  font-size: 30px;
  margin: 0;
}

.categories__label {
  margin-left: 33px;
  position: relative;
}
.categories__label:before {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  background: #ffcc00;
  left: -15px;
  position: absolute;
}

.categories__content {
  margin: 0 -12px;
}
.categories__content .slick-track {
  display: flex;
}
.categories__content .card {
  height: auto;
  align-self: stretch;
  padding-bottom: 55px;
}
.categories__content .card__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.categories__content .slick-prev,
.categories__content .slick-next {
  margin-top: 80px;
}
.categories__content .slick-prev:before,
.categories__content .slick-next:before {
  color: #ffcc00;
}

@media screen and (min-width: 1100px) and (min-width: 640px) {
  .categories__content {
    margin: 0 35px;
  }
}
@media screen and (max-width: 1100px) {
  .categories__content {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .categories {
    padding: 42px 0;
  }

  .categories__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .categories__label {
    margin-left: 0;
  }
  .categories__label:before {
    display: none;
  }
}
.product-category {
  display: flex;
  align-items: flex-start;
  padding-bottom: 120px;
}

@media screen and (min-width: 1100px) {
  .product-category--new-row-products {
    display: block;
  }
  .product-category--new-row-products .product-category__content,
.product-category--new-row-products .product-category__products {
    width: 100% !important;
  }
  .product-category--new-row-products .product-category__content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  .product-category--new-row-products .product-category__blocks {
    flex-grow: 1;
    padding-right: 50px;
  }
  .product-category--new-row-products .datasheets {
    flex-basis: 400px;
    flex-shrink: 0;
  }
  .product-category--new-row-products .datasheet__title {
    margin-top: 0 !important;
  }
  .product-category--new-row-products .datasheet__form-group {
    display: block !important;
  }
  .product-category--new-row-products .datasheet__form-group .select {
    width: 100%;
  }
  .product-category--new-row-products .datasheet__form-group .datasheets__download {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .product-category--new-row-products .product-category__products {
    margin-top: 80px;
    padding-top: 50px;
    border-top: 1px solid #ffcc00;
  }
}
.product-category__content,
.product-category__products {
  flex-grow: 1;
  flex-shrink: 0;
  width: 50%;
  flex-wrap: wrap;
}

.product-category__content {
  padding-right: 48px;
  padding-top: 110px;
}

.product-category__products {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-category__products .card {
  align-self: stretch;
  height: auto;
  padding-bottom: 55px;
}
.product-category__products .card__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.product-category__carousel {
  background: #00324b;
  margin: 30px -25px;
  padding: 40px 25px;
  border-top: 5px solid #ffcc00;
}
.product-category__carousel .slick-track {
  display: flex;
}
.product-category__carousel .card--product {
  border-top-color: #ffcc00;
  border-left: 0;
  border-right: 0;
}
.product-category__carousel .card--product .card__footer {
  background-color: #ffcc00;
  color: #00324b;
}

.product-category__carousel-title {
  font-size: 26px;
  color: #ffcc00;
  font-weight: 600;
}

.product-category__carousel-subtitle {
  font-size: 18px;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffcc00;
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
  .product-category {
    flex-direction: column;
  }

  .product-category__products {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .product-category__products {
    display: none;
  }

  .product-category__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .product-category__content {
    padding: 0;
  }
}
.datasheets.datasheets--block {
  margin-bottom: 20px;
}

.datasheet__title {
  font-size: 18px;
  font-weight: 600;
  color: #00324b;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffcc00;
  margin-top: 60px;
  margin-bottom: 40px;
}

.datasheet__form-group {
  display: flex;
  align-items: center;
}
.datasheet__form-group .select {
  max-width: 400px;
}

.select {
  display: block;
  flex-grow: 1;
  height: 48px;
  padding: 0 20px;
  border-color: #d5d5d5;
  border-style: solid;
}
.select:focus {
  border-color: #363636;
  outline: none;
}

.datasheets__download {
  height: 48px;
  padding: 0 28px;
  color: #00324b;
  font-size: 14px;
  font-weight: 600;
  background: #ffcc00;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
.datasheets__download:hover {
  background: #ffd11a;
}
.datasheets__download:focus {
  outline: none;
}

.datasheets--product-page {
  margin-right: 30px;
}
.datasheets--product-page .datasheet__title {
  color: #ffcc00;
  margin-bottom: 20px;
}
.datasheets--product-page .datasheets__download {
  margin-left: 15px;
}

.datasheets.datasheets--block .datasheet__form-group,
.datasheets.datasheets--block .select,
.datasheets.datasheets--block .datasheets__download {
  display: block;
  width: 100%;
}
.datasheets.datasheets--block .datasheets__download {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .datasheet__form-group {
    display: block;
  }
  .datasheet__form-group .select {
    width: 100%;
    max-width: 100%;
  }
  .datasheet__form-group .datasheets__download {
    width: 100%;
    margin-top: 10px;
  }

  .select {
    width: 100%;
    background: white;
  }

  .datasheets--product-page {
    margin-right: 0;
  }
  .datasheets--product-page .datasheets__download {
    margin-left: 0;
  }
  .datasheets--product-page .datasheet__title {
    margin-top: 30px;
  }
}
.card {
  background: white;
  border-top: 9px solid #ffcc00;
  margin: 0 12px;
  position: relative;
  margin-top: 165px;
  padding-top: 73px;
  color: #454545;
}
.card--product {
  max-width: 275px;
  width: 100%;
  border-top-color: #e6e7e8;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding-bottom: 55px;
  position: relative;
  align-self: stretch;
  height: auto;
}
.card--product .card__description {
  min-height: 75px;
}
.card--product .card__footer {
  background-color: #08527d;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.card__image-wrapper {
  width: 240px;
  height: 190px;
  position: absolute;
  top: -135px;
  left: 50%;
  transform: translateX(-50%);
}

.card__image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  object-fit: contain;
}

.card__content {
  padding: 0 30px;
}

.card__title {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #00324b;
  text-decoration: none;
  border-bottom: 1px solid #7ebfdf;
  min-height: 68px;
  padding-bottom: 15px;
}
.card__title:focus, .card__title:active {
  outline: none;
}

.card__description p {
  margin: 12px 0 34px;
}

.card__footer {
  display: block;
  text-decoration: none;
  background: #ffcc00;
  color: #00324b;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 30px;
  line-height: 1;
  font-weight: 500;
}
.card__footer:focus, .card__footer:active {
  outline: none;
}
.card__footer strong {
  font-weight: 900;
}

.card__datasheet {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: #00324b;
  display: inline-block;
  margin: 25px 0 30px;
}

.card__product-group {
  font-size: 14px;
  color: #00324b;
  margin-top: 10px;
  font-weight: 500;
}

.card__product-group-link {
  font-size: 14px;
  color: #00324b;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .card {
    width: 280px;
  }
}
.image-left-text-right {
  display: flex;
  align-items: center;
  padding: 35px 0;
  border: 1px solid #c1d4de;
  border-width: 1px 0 1px 0;
  margin: 40px 0;
}

.image-left-text-right__image-wrapper {
  width: 150px;
  flex-shrink: 0;
}

.image-left-text-right__img {
  display: block;
  width: 100%;
  height: auto;
}

.image-left-text-right__text-wrapper {
  flex-grow: 1;
  padding-left: 55px;
  padding-right: 10px;
  color: #00324b;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .image-left-text-right {
    flex-direction: column;
  }

  .image-left-text-right__text-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
}
.image-slider .slick-track {
  display: flex;
  align-items: center;
}
.image-slider .slick-track a {
  border: 8px solid #dfdfdf;
  margin-right: 20px;
  position: relative;
}
.image-slider img {
  height: 235px;
  width: auto;
}

.image-slider__captions {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 5px;
  color: white;
  font-size: 14px;
}

#baguetteBox-overlay {
  background: rgba(0, 50, 75, 0.95) !important;
}

.baguetteBox-button,
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background: transparent;
}

.baguetteBox-button svg polyline {
  stroke: #ffcc00;
}

.baguetteBox-button#close-button svg g {
  stroke: #ffcc00;
}

.slick-loading .slick-list {
  background: white;
}

#baguetteBox-overlay .full-image figcaption {
  font-size: 18px;
  color: white;
  padding: 10px 0;
}

.css-standalone {
  margin-bottom: 17px;
}
.css-standalone .slick-track a {
  border: 0;
  margin-right: 0;
  width: 100%;
}
.css-standalone .slick-slide {
  height: 100%;
}
.css-standalone .css-carousel-standalone-slide {
  height: 365px;
  display: flex;
}
.css-standalone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.css-standalone .slick-prev {
  left: -30px;
}
.css-standalone .slick-next {
  right: -30px;
}
.css-standalone .slick-prev,
.css-standalone .slick-next {
  width: 24px;
  height: 24px;
}
.css-standalone .slick-prev:before,
.css-standalone .slick-next:before {
  font-family: "Font Awesome 5 Free";
  color: black;
  font-weight: 600;
  opacity: 1;
  font-size: 24px;
}
.css-standalone .image-slider__captions {
  color: white;
  font-size: 16px;
  text-align: center;
  height: 100%;
  background: linear-gradient(180deg, transparent 66%, #054366 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 17px;
}
@media screen and (max-width: 1350px) {
  .css-standalone .css-carousel-standalone-slide {
    height: 250px;
  }
  .css-standalone video {
    max-width: 100%;
  }
}

.css-carousel.css-list img {
  height: 110px;
  margin-right: 15px;
  object-fit: cover;
}
.css-carousel.css-list .css-list-video {
  position: relative;
}
.css-carousel.css-list .css-list-video video {
  height: 110px;
  width: auto;
}
.css-carousel.css-list .css-list-video .video-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.css-carousel.css-list .css-list-video .video-icon-wrapper img {
  width: 34px;
  height: 34px;
  margin-right: 0;
}
@media screen and (max-width: 1350px) {
  .css-carousel.css-list {
    display: none;
  }
}

.heading-main-subtitle {
  font-size: 18px;
  color: #117ec2;
  padding-bottom: 10px;
  font-weight: 600;
  margin-top: 65px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-main-title {
  font-size: 36px;
  font-weight: 600;
  color: #02344d;
  padding-bottom: 20px;
  border-bottom: 1px solid #02344d;
  margin-bottom: 30px;
  margin-top: 10px;
}

.header-subsection {
  font-size: 18px;
  color: #117ec2;
  padding-bottom: 10px;
  border-bottom: 1px solid #02344d;
  margin-bottom: 35px;
  font-weight: 600;
}

.css-heading {
  color: #044062;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 48px;
}
.css-heading--none {
  margin-bottom: 0;
}
.css-heading--sm {
  margin-bottom: 20px;
}
.css-heading--md {
  margin-bottom: 48px;
}

.css-subheading {
  color: #044062;
  font-size: 16px;
  font-weight: 900;
  line-height: 128%;
  text-transform: uppercase;
}

.specification-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.specification-list__item {
  font-size: 16px;
  border-bottom: 1px solid #dcf2ff;
  padding-left: 20px;
  position: relative;
}
.specification-list__item:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #117ec2;
  position: absolute;
  left: 0;
  top: 8px;
}

.list-with-images__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.list-with-images__item {
  display: flex;
  align-items: center;
}

.list-with-images__image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #FFCC00;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
.list-with-images__image img {
  max-width: 43px;
  max-height: 34px;
  width: auto;
  height: auto;
}

.list-with-images__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #044062;
  margin: 0;
}

.list-with-images__description {
  font-size: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #383838;
  margin-top: 8px;
}

.product-description .wp-block-column:first-of-type {
  padding-right: 20px;
}
.product-description .wp-block-column:last-of-type {
  padding-left: 20px;
}

.news {
  padding: 45px 0 0;
  color: #00324b;
}
.news .slick-arrow:before {
  color: #ffcc00;
}
.news--featured .news__single {
  border: 0;
}

.news__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #117ec2;
  font-size: 30px;
  color: #00324b;
  font-weight: 600;
  margin-bottom: 35px;
}

.news__wrapper {
  margin: 0 -12px;
}
.news__wrapper .slick-track {
  display: flex;
}

.news__single {
  margin: 0 12px;
  position: relative;
  padding-bottom: 50px;
  height: 570px;
  background: white;
  border: 1px solid #d5d5d5;
}
.news__single:last-of-type {
  margin-right: 0;
}

.news__image-wrapper {
  position: relative;
  background: #00324b;
  aspect-ratio: 400/260;
}

.news__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__details {
  padding: 44px 32px 0;
}

.news__title {
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: #00324b;
  padding-bottom: 15px;
  border-bottom: 1px solid #7ebfdf;
  line-height: 1;
}

.news__category {
  margin-top: 13px;
  color: black;
}
.news__category a {
  color: #117ec2;
  font-weight: 600;
  font-size: 14px;
}

.news__excerpt {
  color: #454545;
  padding: 25px 0 35px;
}
.news__excerpt p {
  margin: 0;
}

.news__published-date {
  background: rgba(0, 50, 75, 0.8);
  font-weight: 400;
  color: white;
  display: inline-block;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  position: absolute;
  top: 215px;
  padding: 0 30px;
}

.hero__post-published {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffcc00;
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1350px) {
  .news__single {
    width: 280px;
    min-height: 470px;
    align-self: stretch;
  }

  .news__published-date {
    top: 140px;
  }

  .news__wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .category .news__single {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .news {
    padding-top: 20px;
  }
}
.news-page__title {
  font-size: 40px;
  color: white;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffcc00;
  margin-top: 0;
  line-height: 1;
}

.news-page__featured-title {
  font-size: 24px;
  font-weight: 600;
  color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffcc00;
  margin-top: 9px;
}

.news-page__category-list {
  list-style: none;
  padding: 0;
  max-height: 500px;
  overflow: auto;
}

.news-page__category_item {
  padding: 12px 0;
  border-bottom: 1px solid #3f7c9a;
}

.news-page__category_link {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.news-page__category-count {
  font-size: 16px;
  color: #4794ba;
  margin-left: 12px;
  font-style: italic;
}

.news-page__category-title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 90px;
}

@media screen and (max-width: 640px) {
  .news-page__title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
  }

  .news-page__category-select-title {
    font-size: 18px;
    color: #ffcc00;
    border-bottom: 1px solid #ffcc00;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .news-page__featured-title {
    color: #ffcc00;
    padding-bottom: 10px;
    font-size: 18px;
    margin-top: 40px;
  }
}
.category-page-title {
  font-size: 48px;
  margin-top: 15px;
  margin-bottom: 0;
}

.category-select {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.category-select__label {
  font-size: 18px;
  margin: 0 26px 0 60px;
}

@media screen and (max-width: 640px) {
  .category-page-title {
    font-size: 36px;
  }

  .category-select {
    display: block;
  }

  .category-select__label {
    margin: 20px 0;
  }
}
.breadcrumbs {
  display: flex;
}

.breadcrumbs__item:not(:last-of-type) {
  margin-right: 5px;
}
.breadcrumbs__item:not(:last-of-type):after {
  content: ">";
  margin-left: 3px;
}

.breadcrumbs__link {
  color: #ffcc00;
  font-weight: 500;
}

.hero-breadcrumbs .breadcrumbs {
  margin-bottom: 15px;
  color: white;
  flex-wrap: wrap;
}
.hero-breadcrumbs .breadcrumbs__link {
  font-weight: 400;
  text-decoration: none;
}
.hero-breadcrumbs .breadcrumbs__item:last-of-type .breadcrumbs__link {
  color: white;
  text-decoration: none;
}
.hero-breadcrumbs .breadcrumbs__item:not(:last-of-type):after {
  content: "/";
  color: #ffcc00;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 10px 0 50px;
}
.pagination .page-numbers {
  color: #00324b;
  margin: 0 10px;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
}
.pagination .page-numbers.current {
  color: #117ec2;
  font-weight: 900;
}
.pagination .page-numbers.next {
  font-size: 0;
}
.pagination .page-numbers.next:before {
  content: "\F101";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
}
.pagination .page-numbers.prev {
  font-size: 0;
}
.pagination .page-numbers.prev:before {
  content: "\F100";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
}

.post-wrapper .entry-content {
  font-size: 18px;
  line-height: 1.5;
}
.post-wrapper .entry-content p {
  margin: 16px 0;
}
.post-wrapper .entry-content a {
  text-decoration: none;
  color: #048acb;
}

.contact-info {
  margin: 20px 0;
}
.contact-info .far,
.contact-info .fas {
  color: #117ec2;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.contact-info__item {
  display: flex;
  align-items: center;
}
.contact-info__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.contact-info__link {
  text-decoration: none;
  color: inherit;
}

.contact-info__emails {
  margin-top: -3px;
}

.footer .contact-info .far,
.footer .contact-info .fas {
  color: #ffcc00;
}

.social-links-widget {
  margin-top: -10px;
}

.social-links-widget-link {
  color: white;
  font-size: 30px;
  margin-right: 5px;
  text-decoration: none;
}

.search-form {
  display: flex;
  margin-top: 20px;
}

.search-field {
  display: block;
  flex-grow: 1;
  height: 48px;
  padding: 0 20px;
  border: 0;
  background: white;
  font-family: inherit;
  width: 300px;
  border: 1px solid white;
  transition: all 0.1s ease-out;
}
.search-field:focus {
  border-color: #ffcc00;
}

.search-submit-button {
  height: 48px;
  background: #ffcc00;
  color: white;
  border: 0;
  cursor: pointer;
  width: 40px;
  border-left: 1px solid #d3d3d3;
}

.search-dropdown {
  position: absolute;
  width: 445px;
  height: 115px;
  background: white;
  top: 0;
  right: 0;
  z-index: 1000;
  top: -30px;
  transition: all 0.3s ease-out;
  transform: translateY(-100%);
  border-top: 1px solid #ffcc00;
  right: 50px;
}
.search-dropdown--active {
  transform: translateY(0);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.search-dropdown .search-field {
  width: 100%;
  border-bottom: 1px solid black;
  font-size: 18px;
  padding: 0;
  border-width: 0 0 1px 0;
}
.search-dropdown .search-field:focus {
  border-color: #ffcc00;
}
.search-dropdown .search-field:focus + .search-submit-button {
  border-bottom-color: #ffcc00;
}
.search-dropdown .search-field:-ms-input-placeholder {
  color: black;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
}
.search-dropdown .search-field::placeholder {
  color: black;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: 400;
}
.search-dropdown .search-form {
  padding: 0 35px;
  margin-top: 10px;
}
.search-dropdown .search-submit-button {
  background: transparent;
  color: #117ec2;
  border-bottom: 1px solid black;
  border-left: 0;
  transition: all 0.1s ease-out;
}

.search-dropdown__close-wrapper {
  text-align: right;
}

.search-dropdown__close-buton {
  padding: 5px 8px;
  color: black;
  background: #ffcc00;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .search-dropdown {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .search-field {
    flex-grow: 1;
    width: auto;
  }
}
.about-us-vision {
  padding: 65px 0 100px;
  position: relative;
}

.scroll-anchor {
  position: absolute;
  top: -200px;
}

.vision-row {
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #d7d7d7;
}

.vision-row__icon {
  width: 145px;
  flex-shrink: 0;
}
.vision-row__icon img {
  display: block;
  width: 70px;
}

.vision-row__title {
  width: 300px;
  flex-shrink: 0;
  font-size: 30px;
  color: #02344d;
  font-weight: 900;
}

.vision-row__description {
  font-size: 18px;
}

.vision-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.about-us-partners,
.about-us-leadership {
  position: relative;
  padding: 65px 0 100px;
  color: white;
  border-top: 3px solid #ffcc00;
}

.about-us-partners {
  background: url("../images/products-background.png");
}

.about-us-leadership {
  background: #f8f8f8;
  color: black;
}
.about-us-leadership .about-us-partners__partners {
  color: #02344d;
  width: 300px;
}

.about-us-partners__inner {
  display: flex;
}

.about-us-partners__our,
.about-us-partners__partners {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.about-us-partners__left {
  flex-basis: 460px;
  flex-shrink: 0;
  padding-right: 55px;
}

.about-us-partners__partners {
  color: #ffcc00;
  font-weight: 600;
  margin-bottom: 50px;
}

.about-us-partners .about-us-partners__right .specification-list__item {
  border-bottom-color: #2a6c90;
}
.about-us-partners .about-us-partners__right .specification-list__item:before {
  background-color: #ffcc00;
}

.vision-section-item {
  position: relative;
  padding: 50px 0;
}
.vision-section-item--gray {
  background-color: #f7f7f7;
}

.vision-section-item__inner {
  width: 940px;
  margin: 0 auto;
  display: flex;
}

.vision-section-item__left {
  flex-basis: 165px;
  flex-shrink: 0;
}

.vision-section-item__icon-wrapper {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #ffcc00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-section-item__icon-wrapper img {
  display: block;
  width: 50px;
  height: auto;
}

.vision-section-item__right {
  padding-left: 55px;
  border-left: 1px solid #ffcc00;
}

.vision-section-item__title {
  font-size: 30px;
  font-weight: 700;
  color: #02344d;
}

.partner-row {
  padding: 35px 0;
  border-bottom: 1px solid #117ec2;
  display: flex;
}

.partner-row__left {
  flex-basis: 595px;
  flex-shrink: 0;
}

.partner-row__right {
  flex-grow: 1;
  text-align: right;
}

.partner-row__title {
  font-size: 20px;
  font-weight: 600;
  color: #02344d;
  margin-bottom: 25px;
}

.partner-row__link {
  font-size: 18px;
  color: #117ec2;
}

.partner-row__description {
  font-size: 18px;
  margin-bottom: 35px;
}

.partner-row__image {
  max-width: 270px;
}

@media screen and (max-width: 1100px) {
  .vision-row {
    flex-wrap: wrap;
  }

  .vision-row__icon {
    width: 75px;
    height: 55px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00324b;
    margin-bottom: 20px;
  }
  .vision-row__icon img {
    width: auto;
    height: 45px;
  }

  .vision-row__title {
    height: 55px;
    padding-bottom: 10px;
    width: calc(100% - 75px);
    border-bottom: 1px solid #00324b;
    margin-bottom: 20px;
  }

  .vision-row__description {
    width: 100%;
  }

  .vision-buttons {
    flex-direction: column;
    align-items: center;
  }
  .vision-buttons .btn {
    width: 100%;
    max-width: 540px;
    text-align: center;
  }
  .vision-buttons .btn:first-of-type {
    margin-bottom: 20px;
  }

  .about-us-partners__inner {
    display: block;
  }

  .about-us-partners__left {
    padding-right: 0;
  }

  .about-us-leadership .about-us-partners__partners {
    width: 100%;
  }

  .vision-section-item {
    padding: 40px 0;
  }

  .vision-section-item__inner {
    width: 100%;
    display: block;
    padding: 0 20px;
  }

  .vision-section-item--gray .vision-section-item__left:after {
    background: #f7f7f7;
  }

  .vision-section-item__left {
    position: relative;
  }
  .vision-section-item__left:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #02344d;
    position: absolute;
    bottom: 15px;
  }
  .vision-section-item__left:after {
    content: "";
    display: block;
    width: 100px;
    height: 75px;
    background: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .vision-section-item__icon-wrapper {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .vision-section-item__icon-wrapper img {
    width: 35px;
  }

  .vision-section-item__right {
    padding-left: 0;
    border-left: 0;
  }

  .vision-section-item__title {
    text-align: center;
    padding: 10px 0 25px;
    border-bottom: 1px solid #02344d;
    margin-bottom: 30px;
  }

  .partner-row {
    flex-direction: column;
  }

  .partner-row__left {
    order: 1;
    flex-basis: 0;
  }

  .partner-row__description {
    max-width: 650px;
  }

  .partner-row__right {
    text-align: left;
    margin-bottom: 25px;
  }
}
.contact-info-block {
  margin: 110px 0;
  font-size: 18px;
}

.contact-info-block__inner {
  display: flex;
  width: 950px;
  margin: 0 auto;
}

.contact-info-block__left,
.contact-info-block__right {
  flex: 1 1 0;
}

.contact-info-block__left {
  padding-right: 10px;
}

.contact-info-block__right {
  padding-left: 10px;
}

.contact-info-block__header {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #02344d;
  padding-bottom: 12px;
  margin-bottom: 35px;
}

.contact-info-block__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffcc00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info-block__title {
  font-size: 30px;
  font-weight: 700;
  color: #02344d;
  margin-left: 25px;
  margin-bottom: 10px;
}

.contact-map {
  padding-bottom: 40%;
  background: url("../images/map.png");
  background-size: cover;
  border-top: 3px solid #ffcc00;
  margin-bottom: -20px;
}

.contact-map__inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
}

.contact-map__header {
  width: 350px;
  position: absolute;
  padding: 45px 45px 35px 35px;
  top: 0;
  left: 0;
  background: #00324b;
}

.contact-map__icon {
  margin-right: 20px;
  position: relative;
}

.contact-map__title {
  font-size: 25px;
  font-weight: 700;
  color: white;
  position: relative;
  border-bottom: 1px solid #ffcc00;
  padding-bottom: 20px;
  margin-bottom: 5px;
}

.contact-map__subtitle {
  color: white;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #215e7a;
}

.contact-map__link {
  padding: 18px 0;
  margin-top: 20px;
}

.contact-map__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
}
.contact-map__icon--yellow {
  background-color: #ffcc00;
  color: #00324b;
}
.contact-map__icon--blue {
  background-color: #127ebe;
  color: white;
}

@media screen and (max-width: 1100px) {
  .contact-info-block__inner {
    display: block;
  }

  .contact-info-block__inner {
    width: 100%;
    padding: 0 20px;
  }

  .contact-map {
    height: 450px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-top: 360px;
    background-position: top center;
    background-size: 2000px;
  }

  .contact-map__inner {
    width: 100%;
  }

  .contact-map__header {
    height: 340px;
    top: -340px;
    left: 0;
    width: 100%;
    background: #00324b;
    display: block;
  }
  .contact-map__header:before {
    display: none;
  }
}
.image-attachment {
  display: block;
  max-width: 400px;
  width: 100%;
  margin-bottom: 20px;
}

.image-attachment__label {
  font-weight: 600;
  margin-bottom: 5px;
}

.image-attachment__image {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.leadership-row--highlighted {
  margin-top: -60px;
  background-color: #fafafa;
}
.leadership-row--highlighted .leadership-row__inner {
  border-bottom: 0;
}
.leadership-row--highlighted .leadership-row__img-wrapper {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.leadership-row__inner {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #d7d7d7;
}

.leadership-row__left {
  flex-basis: 290px;
  flex-shrink: 0;
}

.leadership-row__right {
  flex-grow: 1;
}

.leadership-row__img-wrapper {
  width: 240px;
  height: 240px;
  border: 8px solid white;
  border-radius: 50%;
  overflow: hidden;
}

.leadership-row__img {
  width: 100%;
  height: auto;
}

.leadership-row__name {
  font-size: 30px;
  font-weight: 900;
  color: #00324b;
  margin-bottom: 15px;
}

.leadership-row__title {
  font-weight: 500;
  margin-bottom: 10px;
}

.leadership-row__location {
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  color: #252525;
  display: inline-block;
}

.leadership-row__actions {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .leadership-row__inner {
    display: block;
    text-align: center;
  }

  .leadership-row__img-wrapper {
    margin: 0 auto;
    width: 170px;
    height: 170px;
    border-width: 7px;
  }

  .leadership-row__right {
    max-width: 315px;
    margin: 20px auto 0;
  }

  .leadership-row__actions {
    align-items: center;
  }

  .leadership-row__linkedin {
    height: 52px;
    width: 52px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border: 1px solid #00324b;
  }
  .leadership-row__linkedin i {
    font-size: 22px;
  }
}
.leadership-hero {
  display: flex;
  margin-left: -50px;
  margin-bottom: -110px;
}

.leadership-hero__left {
  flex-basis: 390px;
  flex-shrink: 0;
}

.leadership-hero__right {
  flex-grow: 1;
}

.leadership-hero__img-wrapper {
  width: 330px;
  height: 330px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

.leadership-hero__img {
  width: 100%;
  height: auto;
}

.leadership-hero__name {
  font-size: 45px;
  margin-bottom: 10px;
  color: #ffcc00;
}

.leadership-hero__title {
  font-size: 22px;
  font-weight: 600;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffcc00;
  margin-bottom: 20px;
}

.leadership-hero__description {
  color: white;
}

.leadership-content {
  background: #fafafa;
  padding: 80px 0;
}

.leadership-content__inner {
  display: flex;
}

.leadership-content__left {
  flex-basis: 340px;
  flex-shrink: 0;
}

.leadership-content__right {
  flex-grow: 1;
}

.leadership__link {
  display: block;
  width: 250px;
  padding: 10px 0;
  border-bottom: 1px solid #117ec2;
  font-weight: 600;
  text-decoration: none;
  color: #003046;
  letter-spacing: 1px;
  font-size: 14px;
}
.leadership__link:last-of-type {
  border-bottom-width: 0;
}
.leadership__link i {
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .leadership-hero {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-bottom: 0;
  }

  .leadership-hero__left {
    flex-basis: 0;
  }

  .leadership-hero__right {
    text-align: center;
    max-width: 300px;
    width: 100%;
  }

  .leadership-hero__img-wrapper {
    width: 240px;
    height: 240px;
    border-width: 8px;
  }

  .leadership-hero__name {
    font-size: 36px;
  }

  .leadership-hero__title {
    font-size: 20px;
  }

  .leadership-content {
    padding-top: 20px;
  }

  .leadership-content__inner {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  .leadership__link {
    width: 100%;
  }
  .leadership__link:last-of-type {
    border-bottom-width: 1px;
  }

  .leadership-content__right {
    margin-top: 30px;
  }
}
.careers-current-label {
  margin-top: 80px;
  color: #00324b;
  font-weight: 800;
  font-size: 16px;
  border-bottom: 1px solid #ffcc00;
  line-height: 2;
}

.career-no-postings-header {
  color: #00324b;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 100px;
}

.career-no-postings-content {
  margin-bottom: 100px;
}

.career-posting {
  padding: 40px 0;
  border-bottom: 1px solid #d5d5d5;
}

.career-posting__location {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.career-posting__location-icon {
  color: #117ec2;
  margin-right: 3px;
}

.career-posting__title {
  color: #00324b;
  font-size: 36px;
  margin: 10px 0;
  font-weight: 700;
}

.career-posting__content {
  margin-bottom: 30px;
}

.career-footer {
  margin-top: 50px;
  background: #f2f2f2;
  padding: 200px 0;
}

.career-footer__inner {
  display: flex;
}

.career-footer__left {
  width: calc(50% - 65px);
  flex-shrink: 0;
}
.career-footer__left .widget {
  width: 350px;
  margin-left: 160px;
}

.career-footer__right {
  flex-grow: 1;
  padding-left: 65px;
}
.career-footer__right .widget {
  width: 490px;
}
.career-footer__right .wpforms-field-container {
  position: relative !important;
  z-index: 2;
}
.career-footer__right div.wpforms-container-full .wpforms-form input:not([type=checkbox]) {
  height: 48px !important;
}
.career-footer__right div.wpforms-container-full .wpforms-form input:not([type=checkbox]),
.career-footer__right div.wpforms-container-full .wpforms-form textarea,
.career-footer__right div.wpforms-container-full .wpforms-form .choices {
  border: 2px solid #117ec2 !important;
  border-width: 0 0 2px 0 !important;
  transition: all 0.1s ease-out;
  box-shadow: none !important;
}
.career-footer__right div.wpforms-container-full .wpforms-form input:not([type=checkbox]):focus,
.career-footer__right div.wpforms-container-full .wpforms-form textarea:focus,
.career-footer__right div.wpforms-container-full .wpforms-form .choices:focus {
  border-color: #ffcc00 !important;
}
.career-footer__right div.wpforms-container-full .wpforms-form .choices .choices__inner {
  border: 0 !important;
}
.career-footer__right .wpforms-field-checkbox {
  position: relative;
  z-index: 2;
  margin-top: 15px !important;
}
.career-footer__right .wpforms-field-checkbox input {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
}
.career-footer__right .wpforms-field-checkbox input:checked + .wpforms-field-label-inline:before {
  background-color: #117ec2;
}
.career-footer__right .wpforms-field-checkbox input:checked + .wpforms-field-label-inline:after {
  content: "\F00C";
}
.career-footer__right .wpforms-field-checkbox .wpforms-field-label-inline {
  position: relative !important;
  padding-left: 37px !important;
  display: block !important;
  font-style: italic;
  font-size: 14px !important;
  cursor: pointer !important;
}
.career-footer__right .wpforms-field-checkbox .wpforms-field-label-inline:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  top: 2px;
}
.career-footer__right .wpforms-field-checkbox .wpforms-field-label-inline:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 900;
  font-style: normal;
  color: white;
  font-size: 9px;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}
.career-footer__right .wpforms-submit-container {
  text-align: right;
}
.career-footer__right .wpforms-submit {
  position: relative !important;
  z-index: 3;
  width: 194px !important;
  height: 50px !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-style: 14px !important;
  color: white !important;
  font-weight: 600;
  background-color: #117ec2 !important;
  border-color: #117ec2 !important;
}
.career-footer__right .wpforms-confirmation-container-full {
  background-color: #117ec2 !important;
  color: white !important;
  margin-top: 50px !important;
}
.career-footer__right div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload {
  display: flex;
  position: relative;
  align-items: center;
}
.career-footer__right div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 14px;
  color: #252525;
  padding-bottom: 20px;
  padding-top: 10px;
  flex-grow: 1;
}
.career-footer__right div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #252525;
}
.career-footer__right div.wpforms-container div.wpforms-uploader {
  width: 194px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 1 !important;
  font-style: 14px !important;
  font-weight: 600;
  background-color: transparent;
  border-color: #252525;
  border-style: solid;
  padding: 0 10px;
}
.career-footer__right div.wpforms-container div.wpforms-uploader.dz-started .dz-message.hide + .dz-preview {
  padding: 0;
}
.career-footer__right div.wpforms-container div.wpforms-uploader.dz-started .dz-image {
  display: none;
}
.career-footer__right div.wpforms-container div.wpforms-uploader.dz-started .dz-details {
  overflow: hidden;
}
.career-footer__right div.wpforms-container div.wpforms-uploader.dz-started .dz-size {
  display: none;
}
.career-footer__right div.wpforms-container div.wpforms-uploader.dz-started .dz-filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.career-footer__right div.wpforms-container div.wpforms-uploader.dz-started:after {
  display: none;
}
.career-footer__right div.wpforms-container div.wpforms-uploader:after {
  content: "ATTACH CV";
}
.career-footer__right div.wpforms-container-full .wpforms-form .wpforms-field-file-upload .wpforms-field-description {
  position: absolute;
  top: 30px;
}
.career-footer__right div.wpforms-container-full .wpforms-form .wpforms-field-file-upload label.wpforms-error {
  position: absolute;
  bottom: -7px;
  width: 100%;
  text-align: right;
  margin-top: 5px;
}
.career-footer__right div.wpforms-container div.wpforms-uploader .dz-message {
  display: none;
}

.bamboo-careers {
  margin-bottom: 100px;
}
.bamboo-careers .BambooHR-ATS-board {
  font-family: inherit;
}
.bamboo-careers .BambooHR-ATS-board ul {
  font-size: inherit;
}
.bamboo-careers .BambooHR-ATS-board li {
  color: inherit;
}
.bamboo-careers h2 {
  display: none !important;
}
.bamboo-careers .BambooHR-ATS-Department-List {
  padding: 20px 0 !important;
}
.bamboo-careers .BambooHR-ATS-Department-Header {
  display: none;
}
.bamboo-careers .BambooHR-ATS-Jobs-List {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.bamboo-careers.bamboo-careers--solo .careers-current-label {
  font-size: 24px;
}
.bamboo-careers.bamboo-careers--solo .BambooHR-ATS-Jobs-Item a {
  font-size: 26px !important;
}
.bamboo-careers .BambooHR-ATS-Jobs-Item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #d5d5d5;
}
.bamboo-careers .BambooHR-ATS-Jobs-Item a {
  font-size: 34px !important;
  color: #117ec2;
  font-weight: 700;
  text-decoration: none;
  order: 1;
}
.bamboo-careers .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
  margin-left: 0;
  padding-top: 0 !important;
  order: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.bamboo-careers .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location:before {
  color: #117ec2;
  margin-right: 3px;
  content: "\F3C5";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
  .career-footer__left {
    width: 50%;
  }

  .career-footer__right {
    padding-left: 45px;
  }
  .career-footer__right .widget {
    width: 405px;
  }
}
@media screen and (max-width: 1100px) {
  .career-footer {
    padding: 70px 0;
  }

  .career-footer__inner {
    flex-direction: column;
  }

  .career-footer__left {
    width: 100%;
    border: 0;
  }
  .career-footer__left .widget {
    width: 100%;
    margin: 0;
  }

  .career-footer__right {
    padding: 0;
  }
  .career-footer__right .widget {
    width: 100%;
  }

  .bamboo-careers .BambooHR-ATS-Jobs-Item {
    display: block;
  }
  .bamboo-careers .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    float: none !important;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .career-footer__right .wpforms-submit-container {
    margin-top: 10px !important;
  }
  .career-footer__right .wpforms-submit {
    width: 100% !important;
    text-align: center;
    top: 0;
  }
  .career-footer__right .wpforms-field-checkbox {
    width: 100% !important;
  }
  .career-footer__right div.wpforms-container div.wpforms-uploader {
    width: 100%;
  }
  .career-footer__right div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload {
    display: block;
  }
}
.css-form .wpforms-field-container {
  position: relative !important;
  z-index: 2;
}
.css-form.wpforms-container-full .wpforms-form input:not([type=checkbox]) {
  height: 48px !important;
}
.css-form.wpforms-container-full .wpforms-form input:not([type=checkbox]), .css-form.wpforms-container-full .wpforms-form textarea, .css-form.wpforms-container-full .wpforms-form .choices {
  border: 2px solid #117ec2 !important;
  border-width: 0 0 2px 0 !important;
  transition: all 0.1s ease-out;
  box-shadow: none !important;
}
.css-form.wpforms-container-full .wpforms-form input:not([type=checkbox]):focus, .css-form.wpforms-container-full .wpforms-form textarea:focus, .css-form.wpforms-container-full .wpforms-form .choices:focus {
  border-color: #ffcc00 !important;
}
.css-form.wpforms-container-full .wpforms-form .choices .choices__inner {
  border: 0 !important;
}
.css-form .wpforms-field-checkbox {
  position: relative;
  z-index: 2;
  margin-top: 15px !important;
}
.css-form .wpforms-field-checkbox input {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
}
.css-form .wpforms-field-checkbox input:checked + .wpforms-field-label-inline:before {
  background-color: #117ec2;
}
.css-form .wpforms-field-checkbox input:checked + .wpforms-field-label-inline:after {
  content: "\F00C";
}
.css-form .wpforms-field-checkbox .wpforms-field-label-inline {
  position: relative !important;
  padding-left: 37px !important;
  display: block !important;
  font-style: italic;
  font-size: 14px !important;
  cursor: pointer !important;
}
.css-form .wpforms-field-checkbox .wpforms-field-label-inline:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: #dfdfdf;
  position: absolute;
  left: 0;
  top: 2px;
}
.css-form .wpforms-field-checkbox .wpforms-field-label-inline:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 900;
  font-style: normal;
  color: white;
  font-size: 9px;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
}
.css-form .wpforms-submit {
  position: relative !important;
  z-index: 3;
  width: 194px !important;
  height: 50px !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-style: 14px !important;
  color: white !important;
  font-weight: 600;
  background-color: #117ec2 !important;
  border-color: #117ec2 !important;
}
.css-form .wpforms-confirmation-container-full {
  background-color: #117ec2 !important;
  color: white !important;
  margin-top: 50px !important;
}
.css-form.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 14px;
  color: #252525;
  padding-bottom: 20px;
  padding-top: 10px;
  flex-grow: 1;
}
.css-form.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: #252525;
}

@media screen and (max-width: 640px) {
  .css-form .wpforms-submit-container {
    margin-top: 10px !important;
  }
  .css-form .wpforms-submit {
    width: 100% !important;
    text-align: center;
    top: 0;
  }
  .css-form .wpforms-field-checkbox {
    width: 100% !important;
  }
  .css-form.wpforms-container div.wpforms-uploader {
    width: 100%;
  }
  .css-form.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-file-upload {
    display: block;
  }
}
.template-service-hero {
  min-height: 305px;
  padding: 120px 40px 37px;
  display: flex;
  align-items: flex-end;
  border-bottom: 5px solid #FC0;
  background: linear-gradient(180deg, #024063 0%, #055684 100%);
  margin-bottom: 50px;
}

.template-service-hero-inner {
  width: 1250px;
  margin: 0 auto;
}

.template-service-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  color: white;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .template-service-title {
    font-size: 36px;
  }
}

.highlight-box {
  border-radius: 8px;
  border-bottom: 3px solid #FC0;
  background: #EEE;
  padding: 25px 30px;
  margin: 30px 0;
}
.highlight-box .css-heading {
  margin-bottom: 10px;
}

.case-studies {
  margin-top: 70px;
  margin-bottom: 200px;
}

.case-studies__header {
  color: #044062;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.case-studies__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 35px;
  row-gap: 55px;
}
@media screen and (max-width: 1100px) {
  .case-studies__wrapper {
    grid-template-columns: 1fr;
  }
}

.case-study {
  text-decoration: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
}

.case-study__image-wrapper {
  height: 250px;
}

.case-study__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study__details {
  border-bottom: 3px solid #FC0;
  background: #EFEFEF;
  padding: 36px 27px;
  color: #044062;
  font-size: 16px;
  flex-grow: 1;
}

.case-study__title {
  color: #044062;
  font-weight: 900;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.related-case-studies {
  margin-top: 100px;
  background: #EEE;
  padding: 95px 0 157px;
}
.related-case-studies .case-study__details {
  background-color: white;
}

.related-case-studies-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .related-case-studies-header {
    display: block;
  }
}

.related-case-studies__title {
  color: #044062;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  margin: 0;
}

.related-case-studies__link {
  margin-left: auto;
  color: #044062;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.related-products {
  background: #EEE;
  padding: 86px 0 90px;
  margin-top: 140px;
}

.related-products__wrapper {
  display: flex;
}

.related-products__title {
  color: #044062;
  font-size: 32px;
  font-weight: 900;
  line-height: 128%;
  width: 235px;
  margin-right: 60px;
  line-height: 128%;
  margin-top: 30px;
  margin-bottom: 35px;
}

.related-products__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin: 0 auto;
}

.related-products__card {
  width: 212px;
  border-bottom: 3px solid #FC0;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 25px 30px;
  text-decoration: none;
}

.related-products__card__image-wrapper {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-products__card__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.related-products__card__title {
  color: #044062;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  margin-top: 25px;
}

.related-products__card__category {
  color: #044062;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 1350px) {
  .related-products__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1100px) {
  .related-products__wrapper {
    display: block;
  }

  .related-products__title {
    margin-top: 0;
  }

  .related-products__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product-subpages-separator {
  max-width: 1250px;
  margin: -25px auto 0;
  border-bottom: 1px solid #fc0;
}

.product-subpages__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 37px;
}

.product-subpages__title {
  color: #044062;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 30px;
}

.product-subpage {
  text-decoration: none;
  padding: 16px 25px 25px;
  display: block;
  border-bottom: 3px solid #FC0;
  background: #EFEFEF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.product-subpage__image-wrapper {
  height: 195px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-subpage__image {
  max-width: 100%;
  max-height: 100%;
}

.product-subpage__title {
  color: #044062;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
}

.product-subpage__description {
  color: #044062;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}

.template-product-group .product-subpages__container {
  display: block;
}
.template-product-group .product-subpage {
  display: flex;
  height: 210px;
  margin-bottom: 30px;
  padding-top: 58px;
  padding-bottom: 20px;
  margin-top: 80px;
}
.template-product-group .product-subpage__data {
  margin-left: 50px;
}
.template-product-group .product-subpage__image-wrapper {
  width: 320px;
  height: 270px;
  flex-shrink: 0;
  margin-top: -125px;
  display: flex;
  align-items: center;
}

.product-subpage__data {
  margin-top: 10px;
}

.product-description-block {
  display: block;
  margin: 35px 0;
}

.product-description-block-content {
  flex: 1;
}

.product-subpage--inline {
  width: 250px;
  text-align: center;
}
.product-subpage--inline .product-subpage__image-wrapper {
  height: 100px;
}
.product-subpage--inline .product-subpage__title {
  font-size: 16px;
}
.product-subpage--inline.product-subpage--no-thumbnail {
  padding: 25px 25px 35px;
  width: 100%;
  max-width: 400px;
}
.product-subpage--inline.product-subpage--no-thumbnail .product-subpage__data {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .product-subpage--inline.product-subpage--no-thumbnail .product-subpage__data {
    flex-direction: column;
  }
  .product-subpage--inline.product-subpage--no-thumbnail .product-subpage__data .product-subpage__button {
    margin-left: 0;
  }
}
.product-subpage--inline.product-subpage--no-thumbnail .product-subpage__title {
  text-align: left;
}
.product-subpage--inline.product-subpage--no-thumbnail .product-subpage__button {
  margin-left: auto;
  height: 40px;
  border-radius: 8px;
  background-color: #FFCC00;
  border: none;
  padding: 0 20px;
  flex-shrink: 0;
}

.product-subpages__container.product-subpages__container--3-columns {
  grid-template-columns: repeat(3, 1fr);
}

.product-subpage--no-image .product-subpage__data {
  margin-top: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-subpage--no-image .product-subpage__number {
  font-weight: 700;
  font-size: 28px;
  line-height: 128%;
  color: #B8B8B8;
  padding-bottom: 12px;
  border-bottom: 1px solid #B8B8B8;
  margin-bottom: 24px;
}
.product-subpage--no-image .product-subpage__title {
  font-size: 28px;
}
.product-subpage--no-image .product-subpage__description {
  font-size: 18px;
}
.product-subpage--no-image .product-subpage__description p {
  margin-bottom: 0;
}
.product-subpage--no-image .product-subpage__product-count {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 128%;
  letter-spacing: 0%;
  color: #808080;
  margin-bottom: 25px;
  margin-top: 12px;
}
.product-subpage--no-image .product-subpage__button {
  margin-top: auto;
  height: 51px;
  border-radius: 8px;
  background-color: #FFCC00;
  border: none;
}
.product-subpage--no-image.product-subpage--groups {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 40px;
}
.product-subpage--no-image.product-subpage--groups .product-subpage__data {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-left: 30px;
}
.product-subpage--no-image.product-subpage--groups .product-subpage__number {
  height: 105px;
  font-size: 48px;
  padding-right: 37px;
  margin-right: 46px;
  margin-bottom: 0;
  border-bottom: 0;
  border-right: 1px solid #B8B8B8;
  display: flex;
  align-items: center;
}
.product-subpage--no-image.product-subpage--groups .product-subpage__button {
  margin-top: 0;
  margin-left: auto;
  width: 220px;
}
.product-subpage--no-image.product-subpage--groups .product-subpage__description {
  margin-top: 10px;
}

.subpages-block {
  margin-bottom: 120px;
}

@media screen and (max-width: 1100px) {
  .product-subpages__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-subpage {
    width: 250px;
  }

  .product-subpage__data {
    margin-left: 0;
  }

  .template-product-group .product-subpage {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .product-description-block {
    display: block;
  }

  .product-subpage--inline .product-subpage__title {
    margin-left: 0;
  }
}
.css-quote {
  width: 100%;
  height: 515px;
  padding: 10px 85px;
  background: url("../images/quote-background.png");
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.css-quote__quote {
  color: #FC0;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.css-quote__text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.salesperson {
  background: linear-gradient(180deg, #044062 0%, #055583 100%);
  margin-top: 85px;
}

.salesperson__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 30px;
}

.salesperson__img-container {
  width: 120px;
  height: 145px;
  margin-top: -60px;
  border-radius: 4px;
  border: 4px solid #044062;
  overflow: hidden;
  flex-shrink: 0;
}

.salesperson__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.salesperson__enquire {
  color: #FC0;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 128%;
  margin-right: 80px;
}

.salesperson__info {
  margin-left: 40px;
  margin-right: 40px;
}

.salesperson__name {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  margin-bottom: 10px;
}

.salesperson__position {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}

.salesperson__button {
  border: 0;
  padding: 18px 25px;
  border-radius: 8px;
  border: 1px solid #FC0;
  margin: 0 10px;
  line-height: 1;
  color: #FC0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}
.salesperson__button:first-of-type {
  margin-left: auto;
}
.salesperson__button--full {
  background: #FC0;
  color: #044062;
}
.salesperson__button img {
  width: 24px;
  margin-right: 10px;
}

.salesperson + .related-products {
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  .salesperson__inner {
    flex-direction: column;
    justify-content: center;
  }

  .salesperson__enquire {
    margin: 0;
  }

  .salesperson__img-container {
    margin: 20px 0 0;
  }

  .salesperson__button {
    margin: 10px 0;
    width: 200px;
    justify-content: center;
  }
  .salesperson__button:first-of-type {
    margin-left: 0;
    margin-top: 30px;
  }
}
.contact-us-footer {
  width: calc(100% - 30px);
  max-width: 1210px;
  margin: 0 auto;
  color: white;
  min-height: 680px;
}

.hero .contact-us-footer .contect-us__foter-right {
  border: 0;
}

.hero .contact-us-footer-wrapper {
  padding: 0;
  background: none;
}

.contact-us-footer-wrapper--no-margins .contact-us-footer-wrapper {
  margin-top: 0;
}

.contact-us-footer-wrapper {
  padding: 50px 0;
  background: url("../images/contact-us-background.png") no-repeat;
  background-size: cover;
  width: 100%;
  flex-grow: 1;
  margin: 30px auto 0;
}

.contact-us-footer__inner {
  display: flex;
  margin: 0 auto;
}

.contact-us-footer__left {
  height: 450px;
  width: 387px;
  border: 1px solid #2584B9;
  border-radius: 20px 0 0 20px;
  background: #044062;
  padding: 40px 40px 57px 40px;
  margin-top: 30px;
}
.contact-us-footer__left .contact-us-footer-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 1.28;
  margin-bottom: 14px;
  color: #FFCC00;
  width: 235px;
}
.contact-us-footer__left .contact-us-footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28;
  width: 250px;
}
.contact-us-footer__left .contact-us-footer-divider {
  max-width: 280px;
  border-bottom: 1px solid #117EC2;
  margin: 21px 0 13px;
}
.contact-us-footer__left .contact-us-footer-info {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 1.28;
}
.contact-us-footer__left .social-links-widget-link {
  font-size: 24px;
}
.contact-us-footer__left .contact-us-form-notice {
  display: block;
}

.contact-us-footer__right {
  min-height: 650px;
  max-width: 880px;
  flex-basis: 880px;
  flex-grow: 1;
  background: white;
  border-radius: 25px;
  margin-left: -25px;
  padding: 50px 50px 20px 50px;
  color: #292929;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #d5d5d5;
}
.contact-us-footer__right .wpforms-container-full {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.contact-us-footer__right .wpforms-page-indicator {
  display: none !important;
}
.contact-us-footer__right .wpforms-field-label {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 10px !important;
}
.contact-us-footer__right .wpforms-field-large:not(.choices),
.contact-us-footer__right .choices__inner {
  background: #F3F3F3 !important;
  height: 56px !important;
  border-radius: 5px !important;
  box-shadow: 0px 1px 1px 0px #00000040 !important;
  padding-left: 17px !important;
  border: 2px solid transparent !important;
  font-size: 14px !important;
}
.contact-us-footer__right div.wpforms-container-full .wpforms-form textarea {
  font-size: 14px !important;
}
.contact-us-footer__right .choices__inner:has(.wpforms-error),
.contact-us-footer__right .wpforms-field-large:not(.choices).wpforms-error,
.contact-us-footer__right .wpforms-form textarea.wpforms-error {
  border-color: #ED0E0E !important;
  box-shadow: none !important;
}
.contact-us-footer__right div.wpforms-container-full .wpforms-form .wpforms-field {
  padding: 16px 0 !important;
}
.contact-us-footer__right div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-pagebreak {
  padding: 0 !important;
}
.contact-us-footer__right label.wpforms-error {
  color: #ED0E0E !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}
.contact-us-footer__right .contact-us-form-steps-wrapper {
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 2px solid #FC0;
}
.contact-us-footer__right .contact-us-form-steps {
  padding-bottom: 9px;
  display: flex;
}
.contact-us-footer__right .contact-us-form-step {
  flex-grow: 1;
  padding-right: 15px;
}
.contact-us-footer__right .contact-us-form-step__number {
  font-weight: 400;
  font-size: 14px;
  color: #B8B8B8;
}
.contact-us-footer__right .contact-us-form-step__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #B8B8B8;
}
.contact-us-footer__right .contact-us-form-notice {
  font-style: italic;
  font-size: 14px;
}
.contact-us-footer__right .wpforms-form textarea {
  height: 190px !important;
  background-color: #F3F3F3 !important;
  box-shadow: 0px 1px 1px 0px #00000040 !important;
  border-radius: 5px !important;
  padding: 20px 17px !important;
  border: 2px solid transparent !important;
  resize: none;
}
.contact-us-footer__right .wpforms-page-next,
.contact-us-footer__right .wpforms-page-prev,
.contact-us-footer__right .wpforms-submit {
  background: #FFCC00 !important;
  color: #044062 !important;
  border: 1px solid #FFCC00 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
  width: 220px !important;
  height: 50px !important;
  text-align: center;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.contact-us-footer__right .wpforms-page-next:after,
.contact-us-footer__right .wpforms-page-prev:after,
.contact-us-footer__right .wpforms-submit:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 34px;
  height: 16px;
  background: url("../images/arrow-right.svg");
}
.contact-us-footer__right .wpforms-page-prev {
  background-color: transparent !important;
  border-color: #044062 !important;
}
.contact-us-footer__right .wpforms-page-prev:after {
  display: none;
}
.contact-us-footer__right .wpforms-page-prev:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 34px;
  height: 16px;
  background: url("../images/arrow-right.svg");
  transform: scaleX(-1);
}
.contact-us-footer__right .wpforms-field {
  position: relative !important;
}
.contact-us-footer__right .wpforms-field:has(.wpforms-valid):not(.wpforms-field-checkbox):after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  top: 56px;
  right: -35px;
  background-image: url("../images/check.svg");
}
.contact-us-footer__right .wpforms-one-half {
  width: calc(48% - 35px) !important;
  margin-right: 33px !important;
}
.contact-us-footer__right .wpforms-one-half .wpforms-smart-phone-field {
  padding-left: 55px !important;
}
.contact-us-footer__right .wpforms-one-half .iti__selected-flag {
  padding: 0 10px !important;
}
.contact-us-footer__right .choice-1 input {
  position: absolute !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.contact-us-footer__right .choice-1 .wpforms-field-label-inline {
  display: flex !important;
  position: relative !important;
}
.contact-us-footer__right .choice-1 .wpforms-field-label-inline:before {
  content: "";
  display: block;
  margin-right: 15px;
  width: 21px;
  height: 21px;
  background: #F3F3F3;
  box-shadow: 0px 4px 4px 0px #00000040;
  flex-shrink: 0;
  border-radius: 4px;
}
.contact-us-footer__right .choice-1 .wpforms-field-label-inline:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-us-footer__right .choice-1.wpforms-selected .wpforms-field-label-inline:after {
  background: url("../images/check.png") no-repeat;
  background-position: 3px -1px;
  background-size: 19px 19px;
}
.contact-us-footer__right .wpforms-confirmation-container-full {
  background-color: transparent !important;
  border: 0 !important;
  max-width: 440px;
  color: #292929;
}
.contact-us-footer__right .contact-us-form-confirmation-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #044062;
  text-align: center;
}
.contact-us-footer__right .contact-us-form-confirmation-title:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin: 15px auto 21px;
  background: url("../images/check-light.svg");
  border-radius: 50%;
}
.contact-us-footer__right .contact-us-form-confirmation-subtitle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 20px;
}
.contact-us-footer__right .contact-us-form-confirmation-text {
  text-align: center;
}

.contact-form-step-1 .contact-us-footer .contact-us-form-step--1 .contact-us-form-step__number {
  color: #044062;
}
.contact-form-step-1 .contact-us-footer .contact-us-form-step--1 .contact-us-form-step__text {
  color: #292929;
}

.contact-form-step-2 .contact-us-footer .contact-us-form-step--2 .contact-us-form-step__number {
  color: #044062;
}
.contact-form-step-2 .contact-us-footer .contact-us-form-step--2 .contact-us-form-step__text {
  color: #292929;
}
.contact-form-step-2 .contact-us-footer .wpforms-form {
  position: relative;
}
.contact-form-step-2 .contact-us-footer .wpforms-submit-container {
  position: absolute !important;
  bottom: 30px !important;
  left: 250px;
  display: flex;
}
.contact-form-step-2 .contact-us-footer .contact-us-form-notice {
  display: block;
}

@media screen and (max-width: 970px) {
  .contact-us-footer {
    max-width: 700px;
    margin: 0 auto;
  }

  .contact-us-footer__inner {
    flex-direction: column;
    align-items: center;
  }

  .contact-us-footer__left {
    width: 100%;
    border-radius: 20px 20px 0 0;
    margin-top: 0;
    height: auto;
  }

  .contact-us-footer__right {
    margin-left: 0;
    border-radius: 0 0 20px 20px;
    flex-basis: auto;
    width: 100%;
  }
}
@media screen and (max-width: 646px) {
  .contact-us-footer__right .wpforms-one-half {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0 !important;
    overflow: visible !important;
  }
  .contact-us-footer__right .wpforms-page-next,
.contact-us-footer__right .wpforms-page-prev,
.contact-us-footer__right .wpforms-submit {
    width: 130px !important;
  }
  .contact-us-footer__right .wpforms-submit-container {
    left: 145px !important;
  }
}
.mod-margin-top-35 {
  margin-top: 35px;
}

.mod-margin-top-20 {
  margin-top: 20px;
}

.mod-margin-bottom-55 {
  margin-bottom: 55px;
}

.mod-margin-right-5 {
  margin-right: 5px;
}

.mod-margin-right-10 {
  margin-right: 10px;
}

.mod-margin-right-18 {
  margin-right: 18px;
}

.mod-margin-bottom-10 {
  margin-bottom: 10px;
}

.mod-margin-bottom-15 {
  margin-bottom: 15px;
}

.mod-margin-top-none {
  margin-top: 0 !important;
}

.mod-display-block {
  display: block;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mod-background-light-gray {
  background-color: #f6f6f6;
}
/*# sourceMappingURL=app.css.map*/