/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./dev/nexustheme.scss ***!
  \**************************************************************************************************************************************/
.text-white {
  color: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-large {
  font-size: 1.125em;
}

.text-larger {
  font-size: 1.5em;
}

.text-small {
  font-size: 0.9em;
}

.text-smaller {
  font-size: 0.8em;
}

.bg-black {
  background: #000;
}

.p-default {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: calc(60px / 2);
    padding-bottom: calc(60px / 2);
  }
}

.p-top-default {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .p-top-default {
    padding-top: calc(60px / 2);
  }
}

.p-bot-default {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-bot-default {
    padding-bottom: calc(60px / 2);
  }
}

.m-default {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .m-default {
    margin-top: calc(60px / 2);
    margin-bottom: calc(60px / 2);
  }
}

.m-top-default {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .m-top-default {
    margin-top: calc(60px / 2);
  }
}

.m-bot-default {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .m-bot-default {
    margin-bottom: calc(60px / 2);
  }
}

.p-half {
  padding-top: calc(60px / 2);
  padding-bottom: calc(60px / 2);
}
@media (max-width: 768px) {
  .p-half {
    padding-top: calc(calc(60px / 2) / 2);
    padding-bottom: calc(calc(60px / 2) / 2);
  }
}

.p-top-half {
  padding-top: calc(60px / 2);
}
@media (max-width: 768px) {
  .p-top-half {
    padding-top: calc(calc(60px / 2) / 2);
  }
}

.p-bot-half {
  padding-bottom: calc(60px / 2);
}
@media (max-width: 768px) {
  .p-bot-half {
    padding-bottom: calc(calc(60px / 2) / 2);
  }
}

.m-half {
  margin-top: calc(60px / 2);
  margin-bottom: calc(60px / 2);
}
@media (max-width: 768px) {
  .m-half {
    margin-top: calc(calc(60px / 2) / 2);
    margin-bottom: calc(calc(60px / 2) / 2);
  }
}

.m-top-half {
  margin-top: calc(60px / 2);
}
@media (max-width: 768px) {
  .m-top-half {
    margin-top: calc(calc(60px / 2) / 2);
  }
}

.m-bot-half {
  margin-bottom: calc(60px / 2);
}
@media (max-width: 768px) {
  .m-bot-half {
    margin-bottom: calc(calc(60px / 2) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .p-top-default {
    padding-top: calc(60px / 2);
  }
  .p-bot-default {
    padding-bottom: calc(60px / 2);
  }
  .m-top-default {
    margin-top: calc(60px / 2);
  }
  .m-bot-default {
    margin-bottom: calc(60px / 2);
  }
}
.bg-lightblue {
  background-color: #ecf8ff;
}

.bg-lightgrey {
  background-color: #f7f7f7;
}

.bg-blurred {
  overflow: hidden;
}
.bg-blurred::before {
  filter: blur(10px);
  transform: scale(1.1);
}

.bg-parallax::before {
  background-attachment: fixed;
}

.bg-img1 {
  position: relative;
  isolation: isolate;
}
.bg-img1::before {
  content: "";
  background-image: url("https://us.evocdn.io/dealer/1232/content/media/My_Theme/welding-process-with-sparks-2021-08-29-12-11-48-utc.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.button-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}

.splide .splide__pagination__page {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  background: #f7f7f7;
  border-radius: 50%;
  opacity: 1;
}
.splide .splide__pagination__page.is-active {
  background: #000;
  transform: none;
}

html {
  scroll-behavior: smooth;
}
@media only screen and (min-width: 769px) {
  html {
    scroll-padding-top: 100px;
  }
}
html body {
  overflow-x: clip;
}

.btn-custom.primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  height: 40px;
  min-width: 175px;
  border: 0;
  border-radius: 5px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 20px;
  font-size: 0.75rem;
  overflow: hidden;
  isolation: isolate;
  transition: 0.35s ease;
}
.btn-custom.primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f03;
  z-index: -2;
}
.btn-custom.primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 0;
  height: 100%;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  background: #000;
  z-index: -1;
  transition: 0.35s ease;
}
.btn-custom.primary:hover::before, .btn-custom.primary:focus-visible::before {
  width: 150%;
  left: auto;
}
.btn-custom.secondary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #000;
  height: 40px;
  min-width: 175px;
  border: 0;
  border-radius: 5px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  padding: 0 20px;
  font-size: 0.75rem;
  overflow: hidden;
  isolation: isolate;
  transition: 0.35s ease;
  cursor: pointer;
}
.btn-custom.secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9eaeb;
  z-index: -2;
}
.btn-custom.secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 0;
  height: 100%;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  background: #000;
  z-index: -1;
  transition: 0.35s ease;
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: #fff;
}
.btn-custom.secondary:hover::before, .btn-custom.secondary:focus-visible::before {
  width: 150%;
  left: auto;
}

.location-custom .locBox {
  width: 400px;
}
.location-custom .locBox .lbIcon {
  color: #e4002b;
}
.location-custom .btn-custom {
  width: fit-content;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.careers-form h1 {
  text-align: left;
  margin-top: 0;
}
.careers-form .checkbox {
  user-select: none;
}
.careers-form .row {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.careers-form .row::before, .careers-form .row::after {
  display: none;
}
.careers-form .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.careers-form .col label {
  margin-bottom: auto;
}
.careers-form .col label span {
  color: red;
}
.careers-form .col input {
  margin-top: auto;
}

.clone-section {
  display: flex;
  flex-direction: column;
}
.clone-section .clone-section-inner > * {
  position: relative;
  margin-bottom: 15px;
}
.clone-section-add {
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
  font-size: 0.875em;
}

.clone-section-remove {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

@media only screen and (max-width: 1400px) {
  .clone-section .clone-section-remove {
    right: 20px;
  }
}

.disabled-area {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.sds-widget {
  padding: 70px 0;
}
.sds-widget .slick-list {
  padding: 5px 0;
}
.sds-widget .sds-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sds-widget .sds-cat[data-featured*=true] .nTitle {
  color: #e4002b;
}
.sds-widget .sds-cat[data-featured*=true] .nTitle::after {
  opacity: 1;
}
.sds-widget .sds-cat[data-box*=true] .sds-box-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.sds-widget .sds-cat[data-box*=false] .sds-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px 20px;
}
.sds-widget .nTitle {
  transition: color 0.35s ease;
}
.sds-widget .nTitle::after {
  content: "\f005";
  font-family: FontAwesome;
  margin-left: 20px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.sds-widget .top-nav {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.sds-widget .nav-button {
  display: flex !important;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #000;
  min-height: 63px;
}
.sds-widget .nav-button:hover button::after, .sds-widget .nav-button:focus-visible button::after {
  opacity: 1;
}
.sds-widget .nav-button button {
  background: none;
  border: 0;
  width: 100%;
  box-shadow: none;
  font-weight: 800;
  font-size: 0.9em;
  color: #999;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.35s ease;
}
.sds-widget .nav-button button::after {
  content: "";
  height: 6px;
  width: calc(100% - 40px);
  background-color: #e4002b;
  position: absolute;
  bottom: -3px;
  left: 20px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.sds-widget .nav-button button.active {
  color: #000;
}
.sds-widget .nav-button button.active::after {
  opacity: 1;
}
.sds-widget .slick-arrow {
  z-index: 10;
}
.sds-widget .slick-arrow::before {
  color: #e4002b;
}
.sds-widget .slick-arrow.slick-prev {
  left: 0;
}
.sds-widget .slick-arrow.slick-next {
  right: 0;
}
.sds-widget .sds-link {
  padding-left: 30px;
  position: relative;
}
.sds-widget .sds-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 10px;
  background-image: url("https://us.evocdn.io/dealer/1232/content/media/My_Theme/oe-title-img-small.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sds-widget .sds-link p {
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-size: 1.125em;
}
.sds-widget .sds-link p:hover, .sds-widget .sds-link p:focus-visible {
  color: #1b365d;
}
.sds-widget .sds-link p:hover::before, .sds-widget .sds-link p:focus-visible::before {
  opacity: 1;
}
.sds-widget .sds-link p:hover::after, .sds-widget .sds-link p:focus-visible::after {
  opacity: 1;
}
.sds-widget .sds-link p::before {
  content: "";
  height: 20px;
  width: 2px;
  margin: 0 10px;
  margin-top: 5px;
  display: block;
  order: 2;
  background-color: #1b365d;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.sds-widget .sds-link p::after {
  content: "View PDF >";
  color: #e4002b;
  font-weight: 500;
  order: 2;
  opacity: 0;
  font-size: 0.8em;
  margin-top: 5px;
  white-space: nowrap;
  transition: opacity 0.35s ease;
}
.sds-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  min-height: 340px;
  transition: all 0.35s ease;
}
.sds-box:hover, .sds-box:focus-visible {
  transform: scale(1.05);
  background-color: #e4002b;
  color: #fff;
}
.sds-box:hover p::before, .sds-box:focus-visible p::before {
  margin-bottom: 10px;
  opacity: 1;
  height: 10px;
}
.sds-box:hover p::after, .sds-box:focus-visible p::after {
  opacity: 1;
  height: 21px;
}
.sds-box .formula {
  width: 120px;
  height: 120px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e4002b;
  color: #e4002b;
  font-weight: 800;
  font-size: 1.875em;
}
.sds-box p {
  color: inherit;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0;
  font-weight: 700;
  width: 100%;
  font-size: 1.25em;
}
.sds-box p::before {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 4px solid #d79d22;
  border-radius: 20px;
  order: 2;
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.35s ease;
}
.sds-box p::after {
  content: "Download PDF >";
  font-size: 14px;
  font-weight: 800;
  order: 3;
  opacity: 0;
  height: 0;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 768px) {
  .sds-box {
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .sds-widget .sds-cat[data-box*=true] .sds-box-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .sds-widget .sds-box p::before {
    margin-bottom: 10px;
    opacity: 1;
    height: 10px;
  }
  .sds-widget .sds-box p::after {
    opacity: 1;
    height: 21px;
  }
  .sds-widget .sds-link p::before, .sds-widget .sds-link p::after {
    display: none;
  }
  .sds-widget .sds-cat[data-box*=true] .sds-box-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .sds-widget .sds-cat[data-box*=false] .sds-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .sds-widget .sds-cat[data-box*=true] .sds-box-wrapper {
    grid-gap: 10px;
  }
}

.sds-updated__filter {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .sds-updated__filter {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .sds-updated__filter {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .sds-updated__filter {
    width: 1450px;
  }
}
.sds-updated__filter {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sds-updated__filter {
    margin-bottom: calc(60px / 2);
  }
}
.sds-updated__filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px clamp(10px, 4vw, 40px);
}
.sds-updated__search {
  position: relative;
  flex: 1;
}
@media (max-width: 768px) {
  .sds-updated__search {
    flex: 1 0 100%;
  }
}
.sds-updated__search-input {
  height: 40px;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 40px;
  transition: border-color 0.3s ease;
}
.sds-updated__search-input:focus {
  outline: none;
  border-color: #e4002b;
}
@media (max-width: 768px) {
  .sds-updated__search-input {
    width: 100%;
    min-width: 0;
  }
}
.sds-updated__search-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e9eaeb;
  color: #000;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.sds-updated__search-clear:hover, .sds-updated__search-clear:focus-visible {
  background: #e4002b;
  color: #fff;
}
.sds-updated__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sds-updated__tab {
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #e9eaeb;
  color: #000;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.sds-updated__tab:hover, .sds-updated__tab:focus-visible {
  background: #d8d9da;
}
.sds-updated__tab.is-active {
  background: #e4002b;
  color: #fff;
}
.sds-updated__cats {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .sds-updated__cats {
    gap: 30px;
  }
}
.sds-updated__header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .sds-updated__header {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .sds-updated__header {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .sds-updated__header {
    width: 1450px;
  }
}
.sds-updated__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.sds-updated__title {
  margin: 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.sds-updated__desc {
  margin: 0;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.sds-updated__grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .sds-updated__grid {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .sds-updated__grid {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .sds-updated__grid {
    width: 1450px;
  }
}
.sds-updated__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1200px) {
  .sds-updated__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .sds-updated__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sds-updated__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 205px;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: box-shadow 0.35s ease;
}
.sds-updated__card:hover, .sds-updated__card:focus-visible {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.sds-updated__card:hover .sds-updated__card-sub, .sds-updated__card:focus-visible .sds-updated__card-sub {
  opacity: 0;
}
.sds-updated__card:hover .sds-updated__card-btn, .sds-updated__card:focus-visible .sds-updated__card-btn {
  opacity: 1;
}
@media (max-width: 768px) {
  .sds-updated__card {
    padding: 20px 10px;
    gap: 20px;
  }
}
.sds-updated__chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  color: #e4002b;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
}
.sds-updated__chip sub,
.sds-updated__chip sup {
  font-size: 0.65em;
}
.sds-updated__card-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.sds-updated__card-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sds-updated__card-title {
    font-size: 1rem;
  }
}
.sds-updated__card-swap {
  display: grid;
  width: 100%;
  min-height: 40px;
  align-items: center;
}
.sds-updated__card-swap > * {
  grid-area: 1/1;
}
.sds-updated__card-sub {
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  transition: opacity 0.35s ease;
}
.sds-updated__card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: #f03;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.sds-updated__banner {
  position: relative;
}
.sds-updated__banner + .sds-updated__list {
  position: relative;
  margin-top: -50px;
}
.sds-updated__banner-bg {
  position: absolute;
  inset: 0;
  background: #1a1a1a;
}
.sds-updated__banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.sds-updated__banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sds-updated__banner-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .sds-updated__banner-inner {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .sds-updated__banner-inner {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .sds-updated__banner-inner {
    width: 1450px;
  }
}
.sds-updated__banner-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .sds-updated__banner-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sds-updated__banner-title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.sds-updated__banner-desc {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.sds-updated__list {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .sds-updated__list {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .sds-updated__list {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .sds-updated__list {
    width: 1450px;
  }
}
.sds-updated__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .sds-updated__list {
    grid-template-columns: 1fr;
  }
}
.sds-updated__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
}
.sds-updated__row:hover, .sds-updated__row:focus-visible {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.sds-updated__row:hover .sds-updated__row-cta, .sds-updated__row:focus-visible .sds-updated__row-cta {
  color: #e4002b;
}
.sds-updated__row-title {
  color: #000;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}
.sds-updated__row-cta {
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  transition: color 0.35s ease;
}
.sds-updated__empty {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .sds-updated__empty {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .sds-updated__empty {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .sds-updated__empty {
    width: 1450px;
  }
}
.sds-updated__empty {
  padding: 40px 0;
  color: #5d5d5d;
  font-weight: 700;
  text-align: center;
}

.hero-static {
  position: relative;
}
.hero-static .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-static .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.hero-static .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-static .content-wrapper {
  position: relative;
  max-width: 750px;
  margin-inline: auto;
  padding: 120px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .hero-static .content-wrapper {
    padding: 50px 15px;
  }
}
.hero-static .content-wrapper > * {
  margin: 0;
  text-align: center;
}
.hero-static .content-wrapper .kicker {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
}
.hero-static .content-wrapper .title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 3.125rem;
  text-transform: uppercase;
}
.hero-static .content-wrapper .description {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.hero-static .content-wrapper .button-wrapper {
  justify-content: center;
}
.hero-static--home .content-wrapper {
  max-width: 1450px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .hero-static--home .content-wrapper {
    align-items: center;
  }
}
.hero-static--home .content-wrapper > * {
  max-width: 745px;
  text-align: left;
}
@media (max-width: 768px) {
  .hero-static--home .content-wrapper > * {
    max-width: 100%;
    text-align: center;
  }
}

.hero-splide .splide__slide[data-type=hero] {
  position: relative;
}
.hero-splide .splide__slide[data-type=hero] .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-splide .splide__slide[data-type=hero] .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.hero-splide .splide__slide[data-type=hero] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper {
  position: relative;
  max-width: 750px;
  height: 100%;
  margin-inline: auto;
  padding: 120px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .hero-splide .splide__slide[data-type=hero] .content-wrapper {
    padding: 50px 15px;
  }
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper > * {
  margin: 0;
  text-align: center;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper .kicker {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 15px;
  text-transform: uppercase;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper .title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 3.125rem;
  text-transform: uppercase;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper .title .small-print {
  font-size: 0.875rem;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper .description {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
.hero-splide .splide__slide[data-type=hero] .content-wrapper .button-wrapper {
  justify-content: center;
}
.hero-splide .splide__slide[data-type="banner left"] {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
.hero-splide .splide__slide[data-type="banner right"] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .hero-splide .splide__slide[data-type="banner left"], .hero-splide .splide__slide[data-type="banner right"] {
    flex-direction: column;
  }
}
.hero-splide .splide__slide[data-type="banner left"] .image-wrapper, .hero-splide .splide__slide[data-type="banner right"] .image-wrapper {
  width: 700px;
  height: 100%;
  flex-shrink: 0;
}
@media only screen and (max-width: 1366px) {
  .hero-splide .splide__slide[data-type="banner left"] .image-wrapper, .hero-splide .splide__slide[data-type="banner right"] .image-wrapper {
    width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-splide .splide__slide[data-type="banner left"] .image-wrapper, .hero-splide .splide__slide[data-type="banner right"] .image-wrapper {
    width: 100%;
    height: 200px;
  }
}
.hero-splide .splide__slide[data-type="banner left"] .image-wrapper img, .hero-splide .splide__slide[data-type="banner right"] .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper {
  flex: 1;
  padding: 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hero-splide .splide__slide[data-type="banner left"] .content-wrapper, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper {
    flex-direction: column;
  }
}
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper > *, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper > * {
  flex: 1;
}
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper > *:empty, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper > *:empty {
  display: none;
}
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper h2, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper h2 {
  font-size: 3.75em;
}
@media only screen and (max-width: 768px) {
  .hero-splide .splide__slide[data-type="banner left"] .content-wrapper h2, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper h2 {
    font-size: 2.5em;
  }
}
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper h2 .small-print, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper h2 .small-print {
  font-size: 0.75rem;
}
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper .description-section, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper .description-section {
  max-width: 475px;
}
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper ul,
.hero-splide .splide__slide[data-type="banner left"] .content-wrapper p, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper ul,
.hero-splide .splide__slide[data-type="banner right"] .content-wrapper p {
  font-size: 1.5625em;
}
@media only screen and (max-width: 768px) {
  .hero-splide .splide__slide[data-type="banner left"] .content-wrapper ul,
  .hero-splide .splide__slide[data-type="banner left"] .content-wrapper p, .hero-splide .splide__slide[data-type="banner right"] .content-wrapper ul,
  .hero-splide .splide__slide[data-type="banner right"] .content-wrapper p {
    font-size: 1.25em;
  }
}

.m-top-n60 {
  margin-top: -60px;
}
@media only screen and (max-width: 991px) {
  .m-top-n60 {
    margin-top: 0;
  }
  .m-top-n60 .cat-cards .splide__track {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 768px) {
  .m-top-n60 .cat-cards .splide__track {
    padding-bottom: 50px;
  }
}

.cat-cards {
  min-height: 300px;
}
.cat-cards .splide {
  overflow-x: clip;
}
.cat-cards .splide__pagination {
  bottom: -30px;
}
@media only screen and (max-width: 768px) {
  .cat-cards .splide__pagination {
    bottom: 0;
  }
}
.cat-cards .splide__track {
  overflow: visible;
  clip-path: inset(-10px -10px -10px -10px);
}
.cat-cards .splide__slide {
  user-select: none;
  position: relative;
  top: 150px;
  opacity: 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.cat-cards .splide__slide:hover .cat-card, .cat-cards .splide__slide:focus-visible .cat-card {
  padding: 20px 30px 30px;
}
.cat-cards .splide__slide:hover .cat-card .image-wrapper, .cat-cards .splide__slide:focus-visible .cat-card .image-wrapper {
  scale: 2;
}
.cat-cards .cat-card {
  height: 100%;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  transition: 0.35s ease;
}
.cat-cards .cat-card > * {
  margin: 0;
}
.cat-cards .cat-card .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}
.cat-cards .cat-card .image-wrapper img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.cat-cards .cat-card .title {
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  text-transform: uppercase;
}
.cat-cards .cat-card .description {
  margin-block: auto;
  color: #5d5d5d;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.cat-cards .cat-card .btn-custom {
  width: 100%;
}
.cat-cards.grid .splide {
  visibility: visible;
  overflow-x: visible;
}
.cat-cards.grid .splide__track {
  clip-path: none;
}
.cat-cards.grid .splide__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .cat-cards.grid .splide__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.cat-cards.grid .cat-card {
  border-radius: 15px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.page-loaded .cat-cards .splide__slide {
  top: 0;
  opacity: 1;
}
.page-loaded .cat-cards .splide__slide:nth-child(1) {
  transition: opacity 0.35s ease 0s, top 0.35s ease 0s;
}
.page-loaded .cat-cards .splide__slide:nth-child(2) {
  transition: opacity 0.35s ease 0.35s, top 0.35s ease 0.35s;
}
.page-loaded .cat-cards .splide__slide:nth-child(3) {
  transition: opacity 0.35s ease 0.7s, top 0.35s ease 0.7s;
}
.page-loaded .cat-cards .splide__slide:nth-child(4) {
  transition: opacity 0.35s ease 1.05s, top 0.35s ease 1.05s;
}
.page-loaded .cat-cards .splide__slide:nth-child(5) {
  transition: opacity 0.35s ease 1.4s, top 0.35s ease 1.4s;
}
.page-loaded .cat-cards .splide__slide:nth-child(6) {
  transition: opacity 0.35s ease 1.75s, top 0.35s ease 1.75s;
}
.page-loaded .cat-cards .splide__slide:nth-child(7) {
  transition: opacity 0.35s ease 2.1s, top 0.35s ease 2.1s;
}
.page-loaded .cat-cards .splide__slide:nth-child(8) {
  transition: opacity 0.35s ease 2.45s, top 0.35s ease 2.45s;
}
.page-loaded .cat-cards .splide__slide:nth-child(9) {
  transition: opacity 0.35s ease 2.8s, top 0.35s ease 2.8s;
}
.page-loaded .cat-cards .splide__slide:nth-child(10) {
  transition: opacity 0.35s ease 3.15s, top 0.35s ease 3.15s;
}
.page-loaded .cat-cards .splide__slide:nth-child(11) {
  transition: opacity 0.35s ease 3.5s, top 0.35s ease 3.5s;
}
.page-loaded .cat-cards .splide__slide:nth-child(12) {
  transition: opacity 0.35s ease 3.85s, top 0.35s ease 3.85s;
}
.page-loaded .cat-cards .splide__slide:nth-child(13) {
  transition: opacity 0.35s ease 4.2s, top 0.35s ease 4.2s;
}
.page-loaded .cat-cards .splide__slide:nth-child(14) {
  transition: opacity 0.35s ease 4.55s, top 0.35s ease 4.55s;
}
.page-loaded .cat-cards .splide__slide:nth-child(15) {
  transition: opacity 0.35s ease 4.9s, top 0.35s ease 4.9s;
}
.page-loaded .cat-cards .splide__slide:nth-child(16) {
  transition: opacity 0.35s ease 5.25s, top 0.35s ease 5.25s;
}
.page-loaded .cat-cards .splide__slide:nth-child(17) {
  transition: opacity 0.35s ease 5.6s, top 0.35s ease 5.6s;
}
.page-loaded .cat-cards .splide__slide:nth-child(18) {
  transition: opacity 0.35s ease 5.95s, top 0.35s ease 5.95s;
}
.page-loaded .cat-cards .splide__slide:nth-child(19) {
  transition: opacity 0.35s ease 6.3s, top 0.35s ease 6.3s;
}
.page-loaded .cat-cards .splide__slide:nth-child(20) {
  transition: opacity 0.35s ease 6.65s, top 0.35s ease 6.65s;
}

.custom-content .kicker {
  margin: 0 0 20px;
  color: #5d5d5d;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}
.custom-content .title {
  margin: 0 0 20px;
  color: #000;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}
.custom-content .subtitle {
  margin: 0 0 10px;
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}
.custom-content p:not(.kicker) {
  max-width: 850px;
  margin: 0 auto 20px;
  color: #5d5d5d;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.custom-content ul {
  padding-left: 15px;
}
.custom-content ul li {
  color: #5d5d5d;
  margin: 0;
  font-weight: 600;
  line-height: 1.25;
}
.custom-content .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-content.left-align .title,
.custom-content.left-align p:not(.kicker) {
  text-align: left;
  margin: 0 0 20px;
}
.custom-content.left-align .button-wrapper {
  justify-content: flex-start;
}
.custom-content--full-width .title,
.custom-content--full-width p:not(.kicker) {
  max-width: 100%;
}

.service-cards {
  min-height: 360px;
}
.service-cards .splide {
  overflow-x: clip;
}
.service-cards .splide__pagination {
  bottom: -30px;
}
@media only screen and (max-width: 768px) {
  .service-cards .splide__pagination {
    bottom: 0;
  }
}
.service-cards .splide__track {
  overflow: visible;
  clip-path: inset(-10px -10px -10px -10px);
}
@media only screen and (max-width: 768px) {
  .service-cards .splide__track {
    padding-bottom: 50px;
  }
}
.service-cards .splide__slide {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.service-cards .splide a.splide__slide:hover .service-card .image-wrapper, .service-cards .splide a.splide__slide:focus-visible .service-card .image-wrapper {
  height: 0;
}
.service-cards .splide a.splide__slide:hover .service-card .content-wrapper .btn-custom, .service-cards .splide a.splide__slide:focus-visible .service-card .content-wrapper .btn-custom {
  bottom: 40px;
}
.service-cards .service-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-cards .service-card .image-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}
.service-cards .service-card .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.service-cards .service-card .content-wrapper {
  flex: 1;
  position: relative;
  height: 100%;
  width: 100%;
  background: #fff;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: 0.35s ease;
}
.service-cards .service-card .content-wrapper > * {
  margin: 0;
}
.service-cards .service-card .content-wrapper .title {
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 900;
  line-height: 30px; /* 150% */
  text-transform: uppercase;
}
.service-cards .service-card .content-wrapper .description {
  margin-block: auto;
  color: #5d5d5d;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.service-cards .service-card .content-wrapper .btn-custom {
  width: calc(100% - 60px);
  position: absolute;
  bottom: -40px;
}

.custom-banner {
  position: relative;
}
.custom-banner .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-banner .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.custom-banner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-banner .container {
  position: relative;
}
.custom-banner .nFlex {
  gap: 125px;
}
@media only screen and (max-width: 991px) {
  .custom-banner .nFlex {
    gap: 50px;
  }
}
.custom-banner .nFlex .custom-content {
  flex: 1;
}
.custom-banner .nFlex .logo-wrapper {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .custom-banner .nFlex .logo-wrapper {
    width: 100%;
    max-width: 300px;
  }
}
.custom-banner[data-direction=left] .nFlex {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .custom-banner[data-direction=left] .nFlex {
    flex-direction: column-reverse;
  }
  .custom-banner[data-direction=left] .nFlex .logo-wrapper:has(img[src=""]) {
    display: none;
  }
}
.custom-banner[data-direction=left] .nFlex .custom-content {
  left: -100%;
}
.custom-banner[data-direction=left] .nFlex .custom-content > * {
  text-align: left;
}
.custom-banner[data-direction=left] .nFlex .buttons-wrapper {
  justify-content: flex-start;
}
.custom-banner[data-direction=left] custom-html p {
  text-align: left;
}
.custom-banner[data-direction=right] .nFlex {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .custom-banner[data-direction=right] .nFlex {
    flex-direction: column-reverse;
  }
  .custom-banner[data-direction=right] .nFlex .logo-wrapper:has(img[src=""]) {
    display: none;
  }
}
.custom-banner[data-direction=right] .nFlex .custom-content {
  right: -100%;
}
.custom-banner[data-direction=right] .nFlex .custom-content > * {
  text-align: right;
}
.custom-banner[data-direction=right] .nFlex .buttons-wrapper {
  justify-content: flex-end;
}
.custom-banner[data-direction=center] .nFlex {
  flex-direction: column-reverse;
  align-items: center;
}
.custom-banner[data-direction=center] .nFlex .custom-content {
  left: -100%;
  max-width: 750px;
}
.custom-banner[data-direction=center] .nFlex .buttons-wrapper {
  justify-content: center;
}
.custom-banner[data-direction=center] .nFlex .logo-wrapper:has(img[src=""]) {
  display: none;
}
.custom-banner .custom-content {
  position: relative;
  transition: 0.5s ease;
}
.custom-banner .custom-content .kicker {
  color: #fff;
}
.custom-banner .custom-content .title {
  color: #fff;
}
.custom-banner .custom-content p:not(.kicker) {
  margin: 0 0 20px;
  max-width: none;
  color: #fff;
}
.custom-banner .custom-content a:not(.btn-custom) {
  color: #fff;
}
.custom-banner .custom-content a:not(.btn-custom):hover, .custom-banner .custom-content a:not(.btn-custom):focus-visible {
  color: #f03;
}
.custom-banner .custom-content .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-banner .custom-content ul li {
  color: #fff;
}
.custom-banner .logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.custom-banner .logo-wrapper img[src=""] {
  display: none;
}
.custom-banner.section-active[data-direction=left] .custom-content {
  left: 0;
}
.custom-banner.section-active[data-direction=right] .custom-content {
  right: 0;
}
.custom-banner.section-active[data-direction=center] .custom-content {
  left: 0;
}

.advantages-cards {
  min-height: 404px;
}
.advantages-cards .advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .advantages-cards .advantages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .advantages-cards .advantages-grid {
    grid-template-columns: 1fr;
  }
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(1) .image-wrapper {
  animation: active-grow 1s ease 0s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(2) .image-wrapper {
  animation: active-grow 1s ease 0.25s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(3) .image-wrapper {
  animation: active-grow 1s ease 0.5s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(4) .image-wrapper {
  animation: active-grow 1s ease 0.75s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(5) .image-wrapper {
  animation: active-grow 1s ease 1s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(6) .image-wrapper {
  animation: active-grow 1s ease 1.25s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(7) .image-wrapper {
  animation: active-grow 1s ease 1.5s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(8) .image-wrapper {
  animation: active-grow 1s ease 1.75s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(9) .image-wrapper {
  animation: active-grow 1s ease 2s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(10) .image-wrapper {
  animation: active-grow 1s ease 2.25s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(11) .image-wrapper {
  animation: active-grow 1s ease 2.5s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(12) .image-wrapper {
  animation: active-grow 1s ease 2.75s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(13) .image-wrapper {
  animation: active-grow 1s ease 3s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(14) .image-wrapper {
  animation: active-grow 1s ease 3.25s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(15) .image-wrapper {
  animation: active-grow 1s ease 3.5s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(16) .image-wrapper {
  animation: active-grow 1s ease 3.75s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(17) .image-wrapper {
  animation: active-grow 1s ease 4s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(18) .image-wrapper {
  animation: active-grow 1s ease 4.25s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(19) .image-wrapper {
  animation: active-grow 1s ease 4.5s;
}
.advantages-cards .advantages-grid.section-active .advantages-card:nth-child(20) .image-wrapper {
  animation: active-grow 1s ease 4.75s;
}
@keyframes active-grow {
  50% {
    scale: 2;
  }
}
.advantages-cards .advantages-card {
  user-select: none;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.35s ease;
}
.advantages-cards .advantages-card[href]:hover, .advantages-cards .advantages-card[href]:focus-visible {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.advantages-cards .advantages-card .nFlex {
  height: 100%;
  gap: 30px;
}
.advantages-cards .advantages-card .nFlex .image-wrapper {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.advantages-cards .advantages-card .nFlex .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6933%) hue-rotate(345deg) brightness(101%) contrast(104%);
}
.advantages-cards .advantages-card .nFlex .content-wrapper {
  flex: 1;
}
.advantages-cards .advantages-card .nFlex .content-wrapper .card-title {
  margin: 0 0 20px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}
.advantages-cards .advantages-card .nFlex .content-wrapper .card-text {
  margin: 0;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.career-opportunities__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(1) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 0s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(2) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 0.25s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(3) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 0.5s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(4) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 0.75s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(5) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 1s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(6) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 1.25s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(7) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 1.5s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(8) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 1.75s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(9) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 2s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(10) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 2.25s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(11) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 2.5s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(12) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 2.75s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(13) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 3s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(14) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 3.25s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(15) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 3.5s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(16) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 3.75s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(17) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 4s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(18) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 4.25s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(19) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 4.5s;
}
.career-opportunities__grid--active .career-opportunities__card:nth-child(20) .career-opportunities__icon {
  animation: career-opportunities-active-grow 1s ease 4.75s;
}
@keyframes career-opportunities-active-grow {
  50% {
    scale: 2;
  }
}
.career-opportunities__card {
  flex: 1 1 calc(25% - 15px);
  max-width: calc(25% - 15px);
  user-select: none;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: 0.35s ease;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1200px) {
  .career-opportunities__card {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .career-opportunities__card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.career-opportunities__card[href]:hover, .career-opportunities__card[href]:focus-visible {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}
.career-opportunities__card-inner {
  display: flex;
  height: 100%;
  gap: 30px;
  align-items: center;
}
.career-opportunities__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.career-opportunities__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(6933%) hue-rotate(345deg) brightness(101%) contrast(104%);
}
.career-opportunities__content {
  flex: 1;
}
.career-opportunities__title {
  margin: 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
  text-transform: uppercase;
}
.career-opportunities__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.career-opportunities__footer-text {
  margin: 0;
  color: #5d5d5d;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.careers-application-updated__title {
  margin: 0 0 10px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}
.careers-application-updated__title .careers-application-updated__required {
  font-size: 1.45rem;
  line-height: 50px;
  vertical-align: top;
}
.careers-application-updated__subtitle, .careers-application-updated__intro {
  margin: 0 0 20px;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.careers-application-updated__heading {
  margin: 30px 0 15px;
  color: #e4002b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.careers-application-updated__heading:first-of-type {
  margin-top: 0;
}
.careers-application-updated__legal {
  margin: 0 0 15px;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.careers-application-updated__legal ul {
  margin: 10px 0;
  padding-left: 20px;
}
.careers-application-updated__required {
  display: inline;
  color: #e4002b;
}
.careers-application-updated__row {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.careers-application-updated__row--3 {
  grid-template-columns: repeat(3, 1fr);
}
.careers-application-updated__row--2-1 {
  grid-template-columns: 2fr 1fr;
}
.careers-application-updated__row--5 {
  grid-template-columns: 466fr 248fr 248fr 248fr 150fr;
}
.careers-application-updated__row--4-equal {
  grid-template-columns: repeat(4, 1fr);
}
.careers-application-updated__row--4-exp {
  grid-template-columns: 466fr 466fr 223fr 223fr;
}
.careers-application-updated__row--5-equal {
  grid-template-columns: repeat(5, 1fr);
}
.careers-application-updated__row--5-cdl {
  grid-template-columns: repeat(5, 272fr);
}
.careers-application-updated__row--4-thirds {
  grid-template-columns: repeat(4, 1fr);
}
.careers-application-updated__row--inline {
  align-items: center;
  grid-template-columns: 1fr auto;
}
.careers-application-updated__row--inline > .careers-application-updated__choices {
  min-height: 25px;
  flex-wrap: nowrap;
  justify-self: end;
}
.careers-application-updated__row--inline > .careers-application-updated__label {
  margin-bottom: 0;
  min-width: 0;
}
@media (max-width: 768px) {
  .careers-application-updated__row {
    grid-template-columns: 1fr !important;
  }
}
.careers-application-updated__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  margin-bottom: 20px;
}
.careers-application-updated__field--wide {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .careers-application-updated__field--wide {
    grid-column: span 1;
  }
}
.careers-application-updated__field--full {
  grid-column: 1/-1;
}
.careers-application-updated__row .careers-application-updated__field {
  margin-bottom: 0;
}
.careers-application-updated__group {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.careers-application-updated__field.careers-application-updated__group {
  margin-bottom: 0;
}
.careers-application-updated__group.careers-application-updated__row--inline {
  width: 100%;
  margin-bottom: 20px;
}
.careers-application-updated__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.careers-application-updated__label[for] {
  display: block;
}
.careers-application-updated__label[for] .careers-application-updated__required {
  display: inline;
}
.careers-application-updated__label > .careers-application-updated__input,
.careers-application-updated__label > .careers-application-updated__select {
  display: block;
  flex-basis: 100%;
  width: 100%;
  margin-top: 0;
}
.careers-application-updated__group > .careers-application-updated__label, .careers-application-updated__group > legend.careers-application-updated__label {
  margin-bottom: 5px;
}
.careers-application-updated legend.careers-application-updated__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  border: 0;
  border-bottom: 0;
  float: none;
}
.careers-application-updated__input, .careers-application-updated__select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.careers-application-updated__input::placeholder, .careers-application-updated__select::placeholder {
  color: #5d5d5d;
  font-weight: 400;
}
.careers-application-updated__input:focus, .careers-application-updated__select:focus {
  outline: none;
  border-color: #e4002b;
}
.careers-application-updated__input--initials {
  width: 150px;
  flex-shrink: 0;
}
.careers-application-updated__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  min-height: 40px;
  align-items: center;
}
.careers-application-updated__choice {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}
.careers-application-updated__choice input[type=radio],
.careers-application-updated__choice input[type=checkbox] {
  appearance: none;
  width: 25px;
  height: 25px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
  cursor: pointer;
}
.careers-application-updated__choice input[type=radio]:checked,
.careers-application-updated__choice input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5.5L4.5 9L13 1' stroke='%23e4002b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.careers-application-updated__choice input[type=radio]:focus-visible,
.careers-application-updated__choice input[type=checkbox]:focus-visible {
  outline: 2px solid #e4002b;
  outline-offset: 2px;
}
.careers-application-updated__statement {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .careers-application-updated__statement {
    flex-direction: column;
    align-items: stretch;
  }
}
.careers-application-updated__statement-text {
  flex: 1;
  align-self: center;
  margin: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.careers-application-updated__clone {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.careers-application-updated__clone-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.careers-application-updated__clone-inner > * {
  position: relative;
}
.careers-application-updated__clone-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9eaeb;
}
.careers-application-updated__clone-add {
  align-self: center;
  min-width: 175px;
  height: 40px;
  margin-top: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  background: #f03;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.careers-application-updated__clone-remove {
  position: absolute;
  right: -30px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.careers-application-updated__clone-remove svg {
  display: block;
  width: 25px;
  height: 25px;
}
@media (max-width: 1400px) {
  .careers-application-updated__clone-remove {
    right: 0;
    top: auto;
    bottom: -30px;
    transform: none;
  }
}
.careers-application-updated__submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.careers-application-updated .disabled-area {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.custom-testimonials .splide {
  min-height: 250px;
  overflow-x: clip;
  padding: 10px;
}
.custom-testimonials .splide__pagination {
  bottom: -30px;
}
.custom-testimonials .splide__track {
  overflow: visible;
  clip-path: inset(-10px -10px -10px -10px);
}
.custom-testimonials .splide__slide {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.35s ease;
}
.custom-testimonials .splide__slide:hover, .custom-testimonials .splide__slide:focus-visible {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}
.custom-testimonials .nFlex {
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.custom-testimonials .nFlex .testimonial-text {
  margin: auto 0;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.custom-testimonials .nFlex .details-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.custom-testimonials .nFlex .details-wrapper .image-wrapper {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.custom-testimonials .nFlex .details-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-testimonials .nFlex .details-wrapper .name-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.custom-testimonials .nFlex .details-wrapper .name-wrapper .name {
  margin: 0;
  color: #000;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 1.875;
}
.custom-testimonials .nFlex .details-wrapper .name-wrapper .stars {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-testimonials .nFlex .details-wrapper .name-wrapper .stars svg {
  height: 20px;
  width: 20px;
}

.section-title .title {
  margin: 0 0 10px;
  color: #000;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-title .details {
  margin: 0 0 20px;
  color: #5d5d5d;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.industry-boxes-wrapper {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .industry-boxes-wrapper {
    margin-top: 20px;
  }
}

.industry-boxes {
  max-width: 90vw;
  margin: 0 auto;
  scroll-margin-top: 200px;
}
@media (max-width: 768px) {
  .industry-boxes .splide__arrow--next {
    right: 0;
  }
  .industry-boxes .splide__arrow--prev {
    left: 0;
  }
}
.industry-boxes .splide__track {
  padding: 10px !important;
}
.industry-boxes__card {
  position: relative;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
}
.industry-boxes__media {
  position: absolute;
  inset: 0;
}
.industry-boxes__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.industry-boxes__title-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px;
  background: rgba(0, 0, 0, 0.5);
  transition: bottom 0.35s ease;
}
.industry-boxes__title-bar > * {
  margin: 0;
  text-align: center;
}
.industry-boxes__title-bar .industry-boxes__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}
.industry-boxes__kicker {
  margin: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}
.industry-boxes__overlay {
  position: absolute;
  inset: 0;
  width: calc(100% + 1px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  background: #fff;
  transform: translateY(100%);
  transition: transform 0.35s ease;
  border-radius: 5px;
}
.industry-boxes__overlay > * {
  margin: 0;
}
.industry-boxes__overlay .industry-boxes__title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.industry-boxes__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-boxes__icon-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.industry-boxes__text {
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.industry-boxes__button {
  width: 100%;
  max-width: 212px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .industry-boxes__title-bar {
    display: none;
  }
  .industry-boxes__overlay {
    transform: translateY(0);
    transition: none;
  }
}
@media (min-width: 769px) {
  .industry-boxes .splide__slide:hover .industry-boxes__card,
  .industry-boxes .splide__slide:focus-within .industry-boxes__card {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .industry-boxes .splide__slide:hover .industry-boxes__title-bar,
  .industry-boxes .splide__slide:focus-within .industry-boxes__title-bar {
    bottom: 100%;
  }
  .industry-boxes .splide__slide:hover .industry-boxes__overlay,
  .industry-boxes .splide__slide:focus-within .industry-boxes__overlay {
    transform: translateY(0);
  }
}

.banner-grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .banner-grid {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-grid {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .banner-grid {
    width: 1450px;
  }
}
.banner-grid__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 10px;
}
.banner-grid__item {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.banner-grid__item--small {
  grid-column: span 1;
  min-height: 255px;
}
.banner-grid__item--large {
  grid-column: span 2;
  min-height: 235px;
}
@media only screen and (max-width: 768px) {
  .banner-grid__item {
    grid-column: 1/-1;
    min-height: 235px;
  }
}
.banner-grid__media {
  position: absolute;
  inset: 0;
}
.banner-grid__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.banner-grid__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.banner-grid__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  height: 100%;
  min-height: inherit;
  padding: 40px;
}
.banner-grid__kicker {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.banner-grid__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}
.banner-grid__text {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.banner-grid__button {
  flex-shrink: 0;
  width: 175px;
}

.top-brands__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .top-brands__inner {
    flex-direction: column;
  }
}
.top-brands__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 486px;
  max-width: 486px;
}
@media (max-width: 991px) {
  .top-brands__content {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
}
.top-brands__kicker {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0;
  color: #5d5d5d;
}
.top-brands__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
.top-brands__text {
  margin: 0;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.top-brands__cta {
  width: 175px;
}
.top-brands__panel {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 991px) {
  .top-brands__panel {
    width: 100%;
    align-items: stretch;
  }
}
.top-brands__sliders {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .top-brands__sliders {
    padding-top: 0;
  }
}
.top-brands__slider {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  .top-brands__slider {
    top: 0;
  }
}
.top-brands__slider--active {
  position: relative;
  top: auto;
  opacity: 1;
  pointer-events: auto;
}
.top-brands__slider--loading .splide {
  opacity: 0.5;
  pointer-events: none;
}
.top-brands__tabs {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .top-brands__tabs {
    position: static;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
  }
}
.top-brands__tab {
  flex-shrink: 0;
}
.top-brands .splide {
  width: 100%;
}
.top-brands .splide__list {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.top-brands .splide__track {
  overflow: hidden;
}
.top-brands .splide__pagination {
  position: static;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  padding: 0;
}
.top-brands .splide__pagination__page {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  background: #c8c8c8;
  opacity: 1;
  transform: none;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.top-brands .splide__pagination__page.is-active {
  width: 40px;
  background: #f03;
  transform: none;
}
.top-brands__card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.top-brands__card:hover, .top-brands__card:focus-visible {
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.15);
  outline: none;
}
.top-brands__card:hover img, .top-brands__card:focus-visible img {
  scale: 1.1;
}
.top-brands__card img {
  transition: scale 0.2s ease;
}
.top-brands__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gas-cards {
  max-width: 90vw;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .gas-cards .splide__arrow--next {
    right: 0;
  }
  .gas-cards .splide__arrow--prev {
    left: 0;
  }
}
.gas-cards .splide__track {
  padding: 10px !important;
}
.gas-cards__header {
  margin-bottom: 10px;
}
.gas-cards__kicker {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  color: #5d5d5d;
  margin: 0 0 20px;
}
.gas-cards__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.gas-cards__card {
  display: flex;
  flex-direction: column;
  height: 365px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
}
.gas-cards__image-wrapper {
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  transition: flex 0.35s ease;
}
.gas-cards__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gas-cards__content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  text-align: left;
}
.gas-cards__card-title {
  margin: 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
.gas-cards__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gas-cards__link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  padding-left: 0;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.gas-cards__link:hover, .gas-cards__link:focus-visible {
  color: #f03;
  padding-left: 5px;
}
.gas-cards__link-name {
  flex: 1;
}
.gas-cards__link-arrow {
  flex-shrink: 0;
}
.gas-cards__button {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -20px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin 0.35s ease, padding 0.35s ease;
}
@media (min-width: 769px) {
  .gas-cards .splide__slide:hover .gas-cards__card,
  .gas-cards .splide__slide:focus-within .gas-cards__card {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .gas-cards .splide__slide:hover .gas-cards__button,
  .gas-cards .splide__slide:focus-within .gas-cards__button {
    max-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .gas-cards__card {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .gas-cards__button {
    max-height: 40px;
    margin-top: 0;
    opacity: 1;
  }
}

.small-doublebanner-wrapper {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .small-doublebanner-wrapper {
    margin-top: -30px;
  }
}

.small-doublebanner {
  padding-top: 10px;
  padding-bottom: 10px;
}
.small-doublebanner__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .small-doublebanner__grid {
    grid-template-columns: 1fr;
  }
}
.small-doublebanner__banner {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
}
.small-doublebanner__banner:hover, .small-doublebanner__banner:focus-within {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
  .small-doublebanner__banner {
    flex-direction: column;
  }
}
.small-doublebanner__image {
  flex-shrink: 0;
  width: 290px;
}
@media (max-width: 1300px) {
  .small-doublebanner__image {
    width: 200px;
  }
}
@media (max-width: 550px) {
  .small-doublebanner__image {
    width: 100%;
    height: 150px;
  }
}
.small-doublebanner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-doublebanner__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 40px;
  min-width: 0;
}
@media (max-width: 991px) {
  .small-doublebanner__content {
    padding: 25px;
  }
}
.small-doublebanner__title {
  margin: 0;
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.small-doublebanner__text {
  margin: 0;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.small-doublebanner__button {
  align-self: flex-start;
}

.video-banner {
  position: relative;
  overflow: hidden;
}
.video-banner__bg {
  position: absolute;
  inset: 0;
}
.video-banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.video-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-banner__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .video-banner__inner {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-banner__inner {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .video-banner__inner {
    width: 1450px;
  }
}
.video-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .video-banner__inner {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .video-banner__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.video-banner__play {
  flex-shrink: 0;
  width: 85px;
  height: 85px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: transform 0.3s ease;
  margin-left: 10vw;
}
@media (max-width: 991px) {
  .video-banner__play {
    margin-left: 0;
  }
}
.video-banner__play svg {
  width: 100%;
  height: 100%;
}
.video-banner__play:hover, .video-banner__play:focus-visible {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .video-banner__play {
    width: 70px;
    height: 70px;
  }
}
.video-banner__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  text-align: right;
  flex: 1;
}
@media (max-width: 991px) {
  .video-banner__content {
    align-items: center;
    text-align: center;
  }
}
.video-banner__kicker {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.video-banner__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.video-banner__text {
  max-width: 776px;
}
.video-banner__text p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}

.video-banner-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.video-banner-modal--active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-banner-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}
.video-banner-modal__content {
  position: relative;
  width: 90%;
  max-width: 900px;
  aspect-ratio: 16/9;
}
.video-banner-modal__content iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
}
.video-banner-modal__close {
  position: absolute;
  top: -60px;
  right: 0;
  background: none;
  border: 0;
  color: #fff;
  font-size: 64px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.video-banner-modal__close:hover {
  opacity: 0.7;
}

.services-grid {
  padding: 10px;
}
.services-grid__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.services-grid__box {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding: 40px 25px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
  text-align: center;
}
.services-grid__box:hover, .services-grid__box:focus-within {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  .services-grid__box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .services-grid__box {
    width: 100%;
  }
}
.services-grid__box--title {
  position: relative;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px;
  text-align: left;
  border: 0;
  box-shadow: none;
  order: 0;
}
@media (max-width: 768px) {
  .services-grid__box--title {
    order: -1;
  }
}
.services-grid__box--title:hover, .services-grid__box--title:focus-within {
  box-shadow: none;
}
.services-grid__bg {
  position: absolute;
  inset: 0;
  border-radius: 5px;
}
.services-grid__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.services-grid__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.services-grid__box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.services-grid__icon {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.services-grid__heading {
  margin: 0;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}
.services-grid__name {
  margin: 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}
.services-grid__text {
  margin: 0;
  font-size: 1rem;
  line-height: 20px;
}
.services-grid__box--title .services-grid__text {
  color: #fff;
  font-weight: 600;
}
.services-grid__box:not(.services-grid__box--title) .services-grid__text {
  color: #5d5d5d;
  font-weight: 400;
}
.services-grid__button {
  margin-top: 15px;
}
.services-grid__box--title .services-grid__button {
  align-self: flex-start;
}
.services-grid__box:not(.services-grid__box--title) .services-grid__button {
  align-self: center;
}

.locations-map {
  position: relative;
  overflow: hidden;
}
.locations-map__bg {
  position: absolute;
  inset: 0;
}
.locations-map__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.locations-map__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-map__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .locations-map__inner {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .locations-map__inner {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .locations-map__inner {
    width: 1450px;
  }
}
.locations-map__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .locations-map__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .locations-map__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.locations-map__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.locations-map__kicker {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.locations-map__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.locations-map__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 5px 0;
}
.locations-map__box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  cursor: default;
}
.locations-map__box-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  transition: color 0.35s ease;
  margin-top: 1px;
}
.locations-map__box:hover .locations-map__box-icon, .locations-map__box--active .locations-map__box-icon {
  color: #f03;
}
.locations-map__box-text {
  display: flex;
  flex-direction: column;
}
.locations-map__name {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}
.locations-map__phone, .locations-map__email {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.locations-map__phone:hover, .locations-map__phone:focus-visible, .locations-map__email:hover, .locations-map__email:focus-visible {
  color: #f03;
}
.locations-map__cta {
  align-self: flex-start;
}
.locations-map__map {
  position: relative;
  flex-shrink: 0;
  width: 331px;
  height: 358px;
}
@media (max-width: 768px) {
  .locations-map__map {
    display: none;
  }
}
.locations-map__map-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.locations-map__pin {
  position: absolute;
  width: 20px;
  height: 25px;
  cursor: pointer;
}
.locations-map__pin-icon {
  width: 100%;
  height: 100%;
  color: #fff;
  transition: color 0.35s ease;
}
.locations-map__pin:hover .locations-map__pin-icon, .locations-map__pin--active .locations-map__pin-icon {
  color: #f03;
}

.image-text__inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .image-text__inner {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .image-text__inner {
    flex-direction: column;
  }
}
.image-text__media {
  flex-shrink: 0;
  width: 360px;
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .image-text__media {
    width: 280px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .image-text__media {
    width: 100%;
    height: 300px;
  }
}
.image-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.image-text__kicker {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  color: #5d5d5d;
  margin: 0;
}
.image-text__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.image-text__text p {
  margin: 0 0 14px;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.image-text__text p:last-child {
  margin-bottom: 0;
}
.image-text__text p strong,
.image-text__text p b {
  font-weight: 800;
}
.image-text__button {
  align-self: flex-start;
}

.timeline__hero {
  position: relative;
  overflow: hidden;
}
.timeline__bg {
  position: absolute;
  inset: 0;
}
.timeline__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.timeline__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.timeline__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .timeline__inner {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline__inner {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .timeline__inner {
    width: 1450px;
  }
}
.timeline__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .timeline__inner {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.timeline__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.timeline__kicker {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.timeline__title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.timeline__intro {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.timeline__nav .splide__arrow {
  background: #f03;
  border-radius: 5px;
  width: 30px;
  height: 40px;
  opacity: 1;
}
.timeline__nav .splide__arrow svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
.timeline__nav .splide__arrow:hover {
  background: #000;
}
.timeline__nav .splide__arrow--prev {
  left: 0;
}
.timeline__nav .splide__arrow--next {
  right: 0;
}
.timeline__nav .splide__track {
  margin: 0 50px;
}
@media (max-width: 768px) {
  .timeline__nav .splide__track {
    margin: 0 40px;
  }
}
.timeline__nav .splide__slide {
  border: 0 !important;
}
.timeline__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
}
.timeline__col:nth-child(odd) .timeline__card-area {
  flex-direction: column-reverse;
}
.timeline__col:nth-child(odd):hover .timeline__card {
  transform: translateY(-10px);
}
.timeline__col:nth-child(even) .timeline__card-area {
  flex-direction: column;
}
.timeline__col:nth-child(even):hover .timeline__card {
  transform: translateY(10px);
}
.timeline__card-area {
  display: flex;
  align-items: center;
  width: 100%;
}
.timeline__marker {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.timeline__line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff;
  transform: translateY(-50%);
  z-index: 0;
}
.timeline__year {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 25px;
  padding: 0 8px;
  background: #e4002b;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.3s ease;
}
.splide__slide.is-active .timeline__year {
  background: #000;
}
.timeline__connector {
  width: 3px;
  height: 30px;
  background: #fff;
  flex-shrink: 0;
}
.timeline__card {
  width: 100%;
  padding: 10px 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.35s ease;
}
.splide__slide.is-active .timeline__card {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.timeline__card-title {
  color: #f03;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
}
.timeline__details {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .timeline__details {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .timeline__details {
    width: 1180px;
  }
}
@media only screen and (min-width: 1470px) {
  .timeline__details {
    width: 1450px;
  }
}
.timeline__details {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .timeline__details {
    margin-top: -30px;
  }
}
.timeline__main .splide__track {
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.timeline__main .splide__arrow {
  background: #f03;
  border-radius: 5px;
  width: 30px;
  height: 40px;
  opacity: 1;
}
.timeline__main .splide__arrow svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
.timeline__main .splide__arrow:hover {
  background: #000;
}
.timeline__main .splide__arrow--prev {
  left: 25px;
}
@media (max-width: 768px) {
  .timeline__main .splide__arrow--prev {
    left: 15px;
  }
}
.timeline__main .splide__arrow--next {
  right: 25px;
}
@media (max-width: 768px) {
  .timeline__main .splide__arrow--next {
    right: 15px;
  }
}
.timeline__detail {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px clamp(20px, 5vw, 80px);
}
@media (max-width: 991px) {
  .timeline__detail {
    gap: 30px;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .timeline__detail {
    flex-direction: column;
    padding: 20px 50px;
  }
}
.timeline__detail-media {
  flex-shrink: 0;
  width: 565px;
  height: 380px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .timeline__detail-media {
    width: 400px;
    height: 250px;
  }
}
@media (max-width: 991px) {
  .timeline__detail-media {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .timeline__detail-media {
    width: 100%;
    height: 200px;
  }
}
.timeline__detail-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.timeline__detail-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.timeline__detail-date {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  color: #5d5d5d;
  margin: 0;
}
.timeline__detail-title {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.timeline__detail-desc {
  margin: 0;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.contact-form .contact-us-form__title {
  margin: 0 0 10px;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
}
.contact-form .contact-us-form__intro {
  margin: 0 0 20px;
  color: #5d5d5d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.contact-form .contact-us-form__required {
  display: inline;
  color: #e4002b;
}
.contact-form .contact-us-form__row {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-form .contact-us-form__row--4 {
  grid-template-columns: repeat(4, 1fr);
}
.contact-form .contact-us-form__row--3-wide {
  grid-template-columns: 1fr 1fr 1.35fr;
}
@media (max-width: 768px) {
  .contact-form .contact-us-form__row {
    grid-template-columns: 1fr !important;
  }
}
.contact-form .contact-us-form__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.contact-form .contact-us-form__field--full {
  grid-column: 1/-1;
}
.contact-form .contact-us-form__row .contact-form .contact-us-form__field {
  margin-bottom: 0;
}
.contact-form .contact-us-form__label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.contact-form .contact-us-form__control {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.contact-form .contact-us-form__control::placeholder {
  color: #5d5d5d;
  font-weight: 400;
}
.contact-form .contact-us-form__control:focus {
  outline: none;
  border-color: #e4002b;
}
.contact-form .contact-us-form__textarea {
  height: auto;
  min-height: 100px;
  padding: 10px;
  resize: vertical;
}
.contact-form .contact-us-form__error {
  color: #c0392b;
  font-size: 0.75rem;
  line-height: 1.4;
}
.contact-form .contact-us-form__error[hidden] {
  display: none;
}
.contact-form .contact-us-form__sms {
  margin-bottom: 20px;
}
.contact-form .contact-us-form__sms-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.contact-form .contact-us-form__checkbox {
  appearance: none;
  width: 25px;
  height: 25px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 10px;
  cursor: pointer;
}
.contact-form .contact-us-form__checkbox:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M1 5.5L4.5 9L13 1' stroke='%23e4002b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.contact-form .contact-us-form__checkbox:focus-visible {
  outline: 2px solid #e4002b;
  outline-offset: 2px;
}
.contact-form .contact-us-form__sms-text {
  flex: 1;
  min-width: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.contact-form .contact-us-form__terms-toggle {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #e4002b;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.contact-form .contact-us-form__terms-toggle:hover, .contact-form .contact-us-form__terms-toggle:focus-visible {
  color: #c40026;
}
.contact-form .contact-us-form__terms {
  margin-top: 6px;
  padding-left: 35px;
  color: #5d5d5d;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
}
.contact-form .contact-us-form__terms[hidden] {
  display: none;
}
.contact-form .contact-us-form__terms a {
  color: #e4002b;
  text-decoration: underline;
}
.contact-form .contact-us-form__submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.contact-form .contact-us-form__submit {
  flex-shrink: 0;
  margin: 0;
}
.contact-form.extra-padding {
  padding-bottom: 60px;
}

.opening-hours-banner-wrapper {
  margin-top: -60px;
}

.opening-hours-banner__card {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.opening-hours-banner__image {
  width: 450px;
}
@media (max-width: 1200px) {
  .opening-hours-banner__image {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .opening-hours-banner__image {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .opening-hours-banner__image {
    width: 100%;
  }
}
.opening-hours-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opening-hours-banner__content {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 40px;
  min-width: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .opening-hours-banner__content {
    padding: 25px;
  }
}
.opening-hours-banner__details {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .opening-hours-banner__details {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.opening-hours-banner__title {
  margin: 0;
  flex-shrink: 0;
  color: #f03;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.opening-hours-banner__location {
  flex: 1;
  min-width: 150px;
}
.opening-hours-banner__schedule {
  flex-shrink: 0;
}
.opening-hours-banner__label {
  margin: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}
.opening-hours-banner__value {
  margin: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768px) {
  .opening-hours-banner__card {
    flex-direction: column;
  }
}

/*# sourceMappingURL=nexustheme.css.map*/