/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*
	javascript:javascript:jQuery(document).find('.cbm-dev').css('display', 'block');jQuery(document).find('.cbm-kill').css('display', 'none');
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Raleway:wght@100;400;500;600&display=swap");
.cbm-dev {
  display: none; }
.page-template-01_Homepage section.quality .card-col {
	display: flex;
}
/*
Fun mixins
*/
/*
Margin Mixins - specify the original values in px's for small screens.
*/
/*
Collection of one-off helper classes
*/
.z1 {
  position: relative;
  z-index: 1; }

.z2 {
  position: relative;
  z-index: 2; }

.z3 {
  position: relative;
  z-index: 3; }

.block-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.justify {
  text-align: justify; }

.text-bottom-holder {
  position: relative;
  width: 100%;
  height: 100%; }
  .text-bottom-holder > div.text-bottom {
    position: absolute;
    bottom: 0; }

.relative {
  position: relative; }

.display-flex {
  display: -webkit-flex;
  display: flex; }
  .display-flex > * {
    display: block; }

.flex-wrap-container {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-wrap-container > * {
    width: 100%; }

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

[data-whatinput='mouse'] img.slick-slide:focus {
  outline: 0px !important; }

.image-center {
  position: relative; }
  .image-center img {
    position: absolute; }
  .image-center.center-vertical {
    overflow-x: hidden; }
    .image-center.center-vertical img {
      top: 0;
      bottom: 0;
      height: 100%;
      max-height: 100%;
      width: auto;
      max-width: none;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .image-center.center-horizontal {
    overflow-y: hidden; }
    .image-center.center-horizontal img {
      left: 0;
      right: 0;
      height: auto;
      max-height: none;
      width: 100%;
      max-width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #1779ba;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #231F20; }
  h1.white,
  h2.white,
  h3.white,
  h4.white,
  h5.white,
  h6.white {
    color: white; }

h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: black; }

.subheader {
  margin: 0; }

.subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: black; }

.copy {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em; }
  .copy p {
    line-height: inherit; }
    .copy p:last-child {
      margin-bottom: 0; }
  .copy.white {
    color: white; }
    .copy.white p {
      color: white; }

mark {
  background-color: #C61D23;
  color: #fff; }

blockquote {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  padding: 12px;
  font-style: italic; }

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

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

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

.super {
  font-weight: 700;
  font-size: 3.25rem;
  letter-spacing: -1px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #F8485E;
  margin: 0.5rem 0; }
  @media (min-width: 900px) {
    .super {
      font-size: 7rem; } }
  @media (min-width: 1200px) {
    .super {
      font-size: 9rem;
      line-height: 9rem; } }

.header-link {
  position: relative; }
  .header-link span {
    background-image: linear-gradient(to right, #231F20 0%, #231F20 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-repeat: no-repeat;
    transition: background-size 0.8s cubic-bezier(0.19, 1, 0.155, 1.01) 0s;
    will-change: background-size; }
  .header-link:hover span, .header-link:focus span {
    background-size: 100% 2px; }

footer.footer {
  padding: 48px 0 24px;
  background: #E5E5E5; }
  @media print, screen and (min-width: 40em) {
    footer.footer {
      padding: 124px 0 24px; } }
  footer.footer #inner-footer > .row {
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    @media print, screen and (min-width: 40em) {
      footer.footer #inner-footer > .row {
        -webkit-justify-content: initial;
        justify-content: initial; } }
  footer.footer .logo-col {
    text-align: center;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 40em) {
      footer.footer .logo-col {
        text-align: left; } }
  footer.footer .footer-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #231F20;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 24px; }
    @media print, screen and (min-width: 40em) {
      footer.footer .footer-title {
        margin-top: 0; } }
  footer.footer .footer-link {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #231F20; }
    footer.footer .footer-link:hover, footer.footer .footer-link:focus {
      color: #C61D23; }
  @media print, screen and (min-width: 40em) {
    footer.footer .social {
      text-align: center; } }
  footer.footer .copyright {
    font-size: 14px;
    line-height: 1.1;
    color: #231F20; }
    footer.footer .copyright a {
      color: #231F20; }
      footer.footer .copyright a:hover, footer.footer .copyright a:focus {
        color: #C61D23;
        text-decoration: underline; }
  footer.footer .copy-row {
    margin-top: 24px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      footer.footer .copy-row {
        margin-top: 54px;
        text-align: left; } }
  footer.footer .candybox-link {
    font-size: 14px;
    line-height: 1.1;
    margin-top: 24px; }
    @media print, screen and (min-width: 64em) {
      footer.footer .candybox-link {
        margin-top: 0;
        margin-left: auto; } }
    footer.footer .candybox-link a {
      color: #231F20;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      gap: 10px; }
    footer.footer .candybox-link:hover a, footer.footer .candybox-link:focus a {
      color: #C61D23 !important; }

header.hero-header {
  position: relative;
  z-index: 999;
  background: transparent; }
  header.hero-header .sticky {
    z-index: 9999;
    background: transparent; }
    @media screen and (max-width: 39.9375em) {
      header.hero-header .sticky {
        top: 0 !important; } }
    header.hero-header .sticky .sticky {
      position: fixed; }
    header.hero-header .sticky.is-stuck .top-bar {
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
      -webkit-backdrop-filter: blur(65px);
      backdrop-filter: blur(65px); }

.home .top-bar-title > a {
  opacity: 0;
  visibility: hidden; }

.top-bar {
  height: 87px;
  padding: 0;
  background: rgba(255, 255, 255, 0.2); }
  .top-bar > .row {
    width: 100%; }
  .top-bar > .row > .column {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
  .top-bar .top-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
  .top-bar .top-bar-title {
    margin: 0;
    -webkit-flex: initial;
    flex: initial; }
  .top-bar .top-bar-left {
    margin-left: auto;
    margin-right: 0;
    -webkit-flex: initial;
    flex: initial; }
    .top-bar .top-bar-left > ul.menu {
      gap: 60px; }
    .top-bar .top-bar-left li.menu-item {
      position: relative;
      display: inline-block;
      list-style: outside none none; }
      .top-bar .top-bar-left li.menu-item > a {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.025em;
        color: #231F20;
        background: transparent !important;
        padding: 0;
        height: 87px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        position: relative; }
  .top-bar ul {
    background-color: transparent; }
  .top-bar .hamburger {
    margin-left: auto;
    padding: 0; }
  .top-bar .top-bar-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: none;
    flex: none; }
    .top-bar .top-bar-right a.button {
      padding: 15px 40px;
      font-size: 16px;
      margin-left: 96px; }
  .top-bar .top-bar-burger {
    margin-left: 32px; }
  .top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none; }

.mega-menu-top-menu {
  position: unset; }
  .mega-menu-top-menu > .menu-item {
    position: unset !important; }
  .mega-menu-top-menu .dropdown-pane {
    width: 100vw;
    max-width: none;
    left: 0% !important;
    right: 0% !important;
    top: 87px !important;
    background-color: white;
    border: none;
    margin: 0;
    padding-top: 42px;
    padding-bottom: 42px;
    opacity: 0;
    max-height: 0;
    transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .mega-menu-top-menu .dropdown-pane .row {
      max-width: 1280px;
      margin-right: auto;
      margin-left: auto; }
    .mega-menu-top-menu .dropdown-pane .menu-wrapper {
      display: -ms-grid;
      display: grid;
      gap: 47px;
      grid-template-columns: repeat(auto-fit, minmax(196px, 1fr)); }
      .mega-menu-top-menu .dropdown-pane .menu-wrapper .inner {
        opacity: 0;
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        transition: all 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s; }
    .mega-menu-top-menu .dropdown-pane .inner > .menu-item {
      font-weight: 700;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.005em;
      color: #000000;
      border-bottom: 1px solid transparent;
      margin-bottom: 20px;
      padding-bottom: 4px; }
    .mega-menu-top-menu .dropdown-pane .sub-sub-menu {
      -webkit-align-items: flex-start;
      align-items: flex-start; }
    .mega-menu-top-menu .dropdown-pane .sub-sub-menu .menu-item {
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.005em;
      color: #4D4D4F;
      border-bottom: 1px solid transparent;
      margin-bottom: 18px;
      padding-bottom: 4px; }
    .mega-menu-top-menu .dropdown-pane .inner .menu-item {
      padding: 0;
      display: inline-block; }
      .mega-menu-top-menu .dropdown-pane .inner .menu-item:hover, .mega-menu-top-menu .dropdown-pane .inner .menu-item:focus {
        color: #C61D23;
        border-color: #C61D23; }
    .mega-menu-top-menu .dropdown-pane.is-open {
      max-height: 550px;
      opacity: 1; }
      .mega-menu-top-menu .dropdown-pane.is-open .inner {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); }

.hero h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em; }
  @media print, screen and (min-width: 40em) {
    .hero h1 {
      font-size: 64px;
      line-height: 70px; } }

.hero.home {
  min-height: 807px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #6D6068; }
  .hero.home img {
    margin-bottom: 34px; }
  .hero.home .est,
  .hero.home h1 {
    color: white; }
  .hero.home .est {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    margin-bottom: 20px; }

.hero.segment {
  padding-top: 132px; }
  @media print, screen and (min-width: 40em) {
    .hero.segment {
      padding-top: 230px; } }
  .hero.segment h1 {
    margin-bottom: 40px; }
  .hero.segment .subheader {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #231F20; }
  .hero.segment h1,
  .hero.segment .subheader {
    text-align: center; }
  .hero.segment img {
    margin-top: 48px;
    border-radius: 8px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 561px; }
    @media print, screen and (min-width: 40em) {
      .hero.segment img {
        margin-top: 90px; } }

.hero.applications {
  padding-top: 130px;
  padding-bottom: 48px;
  /* the slides */
  /* the parent */ }
  @media print, screen and (min-width: 64em) {
    .hero.applications {
      padding-top: 231px; } }
  .hero.applications h1 {
    margin-bottom: 40px; }
  .hero.applications .subheader {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #F2F2F2; }
  .hero.applications .applications-slider {
    margin-top: 43px; }
    @media print, screen and (min-width: 64em) {
      .hero.applications .applications-slider {
        margin-top: 182px; } }
  .hero.applications .slick-slide {
    margin: 0 13px; }
  .hero.applications .slick-list {
    margin: 0 -13px; }
  .hero.applications .slick-arrows {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 34px; }
    .hero.applications .slick-arrows .slick-arrow {
      height: 38px;
      width: 38px;
      background: rgba(220, 220, 220, 0.5);
      border: none; }
      .hero.applications .slick-arrows .slick-arrow:hover, .hero.applications .slick-arrows .slick-arrow:focus {
        background: #DCDCDC; }
  @media print, screen and (min-width: 40em) {
    .hero.applications {
      /*Edit, forgot this important bit.  This keeps the other slides visible*/ }
      .hero.applications .slick-list {
        overflow: visible; } }

.hero.application {
  padding-top: 130px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 64em) {
    .hero.application {
      padding-top: 170px;
      padding-bottom: 126px; } }
  .hero.application .segment {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.01em;
    /* Grey 2 */
    color: #F2F2F2;
    margin-bottom: 15px; }
  .hero.application h1 {
    margin-bottom: 40px; }
  .hero.application .subheader {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #FFFFFF; }
  .hero.application a.button {
    margin-top: 40px; }
  .hero.application .img-wrapper {
    margin-top: 48px; }
    .hero.application .img-wrapper img {
      border-radius: 8px; }
    .hero.application .img-wrapper img:nth-of-type(2),
    .hero.application .img-wrapper img:nth-of-type(3) {
      display: none; }
    @media print, screen and (min-width: 40em) {
      .hero.application .img-wrapper {
        display: -ms-grid;
        display: grid;
        gap: 26px;
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr)); }
        .hero.application .img-wrapper img:nth-of-type(2),
        .hero.application .img-wrapper img:nth-of-type(3) {
          display: block; } }
    @media print, screen and (min-width: 64em) {
      .hero.application .img-wrapper {
        margin-top: 128px; } }

.hero.distributor {
  padding-top: 132px; }
  @media print, screen and (min-width: 40em) {
    .hero.distributor {
      padding-top: 231px; } }
  .hero.distributor h1 {
    margin-bottom: 40px; }
  .hero.distributor .subheader {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #231F20; }

.hero.history {
  padding-top: 132px;
  padding-bottom: 48px;
  background: #231F20; }
  @media print, screen and (min-width: 40em) {
    .hero.history {
      padding-top: 231px;
      padding-bottom: 202px; } }
  .hero.history h1 {
    margin-bottom: 44px; }
  .hero.history .subheader {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #FFFFFF; }
    @media print, screen and (min-width: 40em) {
      .hero.history .subheader {
        padding: 0 45px; } }

.hero.resources {
  padding-top: 132px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 40em) {
    .hero.resources {
      padding-top: 231px;
      padding-bottom: 126px; } }
  .hero.resources h1 {
    margin-bottom: 44px; }
  .hero.resources .subheader {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 32px; }
    @media print, screen and (min-width: 40em) {
      .hero.resources .subheader {
        margin-bottom: 90px; } }
  .hero.resources img {
    border-radius: 8px; }

.hero.error {
  padding-top: 130px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 64em) {
    .hero.error {
      padding-top: 170px;
      padding-bottom: 222px; } }
  .hero.error .button {
    margin-top: 32px; }

.off-canvas {
  background: #ffffff;
  transition: all 0.3s ease-in;
  top: 87px;
  height: calc(100% - 87px);
  width: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .off-canvas.is-open {
    -webkit-transform: translate(0);
    transform: translate(0);
    box-shadow: none !important; }
  .off-canvas .drilldown .js-drilldown-back {
    margin-bottom: 12px; }
    .off-canvas .drilldown .js-drilldown-back > a {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      color: #231F20; }
      .off-canvas .drilldown .js-drilldown-back > a:before {
        background: url("../images/continue-shop-arrow.svg") no-repeat center center;
        background-size: contain;
        width: 9px;
        height: 13px;
        border: none; }
  .off-canvas .drilldown .is-drilldown-submenu-parent > a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .off-canvas .drilldown .is-drilldown-submenu-parent > a:after {
      background: url("../images/continue-shop-arrow.svg") no-repeat center center;
      background-size: contain;
      width: 9px;
      height: 13px;
      border: none;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .off-canvas .menu-wrapper {
    margin-top: 1em;
    padding: 0px 48px 0; }
  .off-canvas #menu-top-menu > li {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .off-canvas #menu-top-menu > li:nth-child(1) {
      transition-delay: 0.49s; }
    .off-canvas #menu-top-menu > li:nth-child(2) {
      transition-delay: 0.42s; }
    .off-canvas #menu-top-menu > li:nth-child(3) {
      transition-delay: 0.35s; }
    .off-canvas #menu-top-menu > li:nth-child(4) {
      transition-delay: 0.28s; }
    .off-canvas #menu-top-menu > li:nth-child(5) {
      transition-delay: 0.21s; }
    .off-canvas #menu-top-menu > li:nth-child(6) {
      transition-delay: 0.14s; }
    .off-canvas #menu-top-menu > li:nth-child(7) {
      transition-delay: 0.07s; }
  .off-canvas ul.menu li.menu-item {
    margin-top: 5px; }
    .off-canvas ul.menu li.menu-item a {
      display: block;
      color: #231F20;
      line-height: 18px;
      font-size: 16px;
      letter-spacing: normal;
      text-transform: uppercase;
      padding-left: 0;
      padding-right: 0; }
      .off-canvas ul.menu li.menu-item a:hover, .off-canvas ul.menu li.menu-item a:focus {
        color: #C61D23; }
    .off-canvas ul.menu li.menu-item.is-active a {
      background: transparent;
      color: #C61D23; }
  .off-canvas .social-icons-wrapper {
    margin-top: 32px;
    -webkit-justify-content: center;
    justify-content: center; }
    .off-canvas .social-icons-wrapper .social-icon {
      -webkit-transform: scale(1.15) translateY(-30px);
      transform: scale(1.15) translateY(-30px);
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
      .off-canvas .social-icons-wrapper .social-icon svg path {
        fill: #C61D23; }
  .off-canvas .card-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 24px;
    padding: 0 48px;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
    .off-canvas .card-wrapper .card.flat {
      padding: 12px;
      margin-top: 0; }
      .off-canvas .card-wrapper .card.flat .desc {
        margin-bottom: 0; }

body.menu-opened #menu-top-menu > li {
  opacity: 1; }
  body.menu-opened #menu-top-menu > li:nth-child(1) {
    transition-delay: 0.27s; }
  body.menu-opened #menu-top-menu > li:nth-child(2) {
    transition-delay: 0.34s; }
  body.menu-opened #menu-top-menu > li:nth-child(3) {
    transition-delay: 0.41s; }
  body.menu-opened #menu-top-menu > li:nth-child(4) {
    transition-delay: 0.48s; }
  body.menu-opened #menu-top-menu > li:nth-child(5) {
    transition-delay: 0.55s; }
  body.menu-opened #menu-top-menu > li:nth-child(6) {
    transition-delay: 0.62s; }
  body.menu-opened #menu-top-menu > li:nth-child(7) {
    transition-delay: 0.69s; }

body.menu-opened .off-canvas .social-icons-wrapper .social-icon {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1; }
  body.menu-opened .off-canvas .social-icons-wrapper .social-icon:nth-child(1) {
    transition-delay: 1.1s; }
  body.menu-opened .off-canvas .social-icons-wrapper .social-icon:nth-child(2) {
    transition-delay: 1.2s; }
  body.menu-opened .off-canvas .social-icons-wrapper .social-icon:nth-child(3) {
    transition-delay: 1.3s; }
  body.menu-opened .off-canvas .social-icons-wrapper .social-icon:nth-child(4) {
    transition-delay: 1.4s; }
  body.menu-opened .off-canvas .social-icons-wrapper .social-icon:nth-child(5) {
    transition-delay: 1.5s; }
  body.menu-opened .off-canvas .social-icons-wrapper .social-icon:nth-child(6) {
    transition-delay: 1.6s; }
  body.menu-opened .off-canvas .social-icons-wrapper .social-icon:nth-child(7) {
    transition-delay: 1.7s; }

body.menu-opened .card-wrapper {
  -webkit-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
  transition-delay: 0.7s; }

.gform_wrapper {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  padding: 32px; }
  @media print, screen and (min-width: 40em) {
    .gform_wrapper {
      padding: 60px; } }
  .gform_wrapper .validation_error,
  .gform_wrapper .validation_message {
    color: #c60000; }
  .gform_wrapper .validation_error {
    margin-bottom: 24px; }
  .gform_wrapper .validation_message {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 12px; }
  .gform_wrapper ul {
    list-style-type: none;
    margin-left: 0px; }
  .gform_wrapper .gfield_label {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 4px; }
  .gform_wrapper .gfield_label_before_complex {
    margin-bottom: 12px; }
  .gform_wrapper .gfield {
    margin-bottom: 20px; }
  .gform_wrapper .gchoice label {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 6px; }
    .gform_wrapper .gchoice label:before {
      content: '';
      display: block;
      width: 19px;
      height: 19px;
      border: 1px solid #CDC8CB;
      border-radius: 2px;
      transition: all 300ms ease-in-out; }
  .gform_wrapper .gfield_checkbox {
    display: -ms-grid;
    display: grid;
    gap: 18px 25px; }
    .gform_wrapper .gfield_checkbox .gchoice {
      position: relative; }
    .gform_wrapper .gfield_checkbox input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      top: 1px;
      width: 19px;
      height: 19px; }
    .gform_wrapper .gfield_checkbox input[type="checkbox"]:focus + label:before {
      background: #C61D23; }
    .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
      background: #CDC8CB; }
    @media print, screen and (min-width: 40em) {
      .gform_wrapper .gfield_checkbox {
        -ms-grid-columns: (-webkit-max-content)[2];
        -ms-grid-columns: (max-content)[2];
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content); } }
    @media print, screen and (min-width: 64em) {
      .gform_wrapper .gfield_checkbox {
        -ms-grid-columns: (-webkit-max-content)[3];
        -ms-grid-columns: (max-content)[3];
        grid-template-columns: repeat(3, -webkit-max-content);
        grid-template-columns: repeat(3, max-content); } }
    .gform_wrapper .gfield_checkbox button {
      font-weight: 500;
      font-size: 16px;
      line-height: 21px;
      color: #231F20;
      text-align: left;
      background: white;
      padding: 8px 15px;
      border-radius: 15px;
      max-width: 124px;
      text-align: center;
      transition: all 300ms ease-in-out; }
      .gform_wrapper .gfield_checkbox button:hover, .gform_wrapper .gfield_checkbox button:focus {
        cursor: pointer;
        background: #231F20;
        color: white; }
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="file"],
  .gform_wrapper textarea {
    border: 0.75px solid #CDC8CB;
    border-radius: 8px;
    background-color: transparent;
    box-shadow: unset;
    padding: 9px 16px;
    margin: 0px;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; }
    .gform_wrapper input[type="text"][rows],
    .gform_wrapper input[type="file"][rows],
    .gform_wrapper textarea[rows] {
      height: 150px; }
  .gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:focus {
    background: transparent;
    color: white;
    border-color: white; }
  @media screen and (max-width: 39.9375em) {
    .gform_wrapper input[type="submit"] {
      width: 100%;
      text-align: center; } }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s; }

.placeholder, ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  opacity: 1; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

:-ms-input-placeholder {
  /* IE 10+ */ }

:-moz-placeholder {
  /* Firefox 18- */ }

a,
.button,
.cta,
svg path {
  transition: all 300ms ease-in-out; }

a {
  color: #C61D23; }
  a:hover, a:focus {
    color: #C61D23; }

a.inline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.025em;
  color: #FFFFFF; }
  a.inline:hover, a.inline:focus {
    text-decoration: underline; }
    a.inline:hover svg path, a.inline:focus svg path {
      stroke: white;
      fill: transparent; }

.row {
  max-width: 1280px !important;
  width: 100%; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important; } }

/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important; } } }

::selection {
  color: #ffffff;
  background: #C61D23; }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #C61D23; }

.blur {
  opacity: 0.6; }

main {
  margin-top: -87px; }

body {
  will-change: background-color;
  background-color: white;
  transition: all 0.3s ease-out; }

@media screen and (max-width: 39.9375em) {
  .small-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.page-template-default section.default {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 40em) {
    .page-template-default section.default {
      padding-top: 145px;
      padding-bottom: 145px; } }

.skip-links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  .skip-links a {
    background-color: #C61D23;
    color: white;
    display: block;
    padding: 20px 30px;
    margin: 0;
    border: none;
    border-radius: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 1.5px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 99999;
    -webkit-transform: translate(-50%, -110%);
    transform: translate(-50%, -110%);
    will-change: transform; }
    .skip-links a:focus {
      -webkit-transform: translate(-50%, 25px);
      transform: translate(-50%, 25px); }

[tabindex="-1"]:focus {
  outline: none; }

body.error404 section.error-404 {
  margin-top: 32px; }
  body.error404 section.error-404 .copy.error {
    font-size: 26px;
    line-height: 32px; }
  body.error404 section.error-404 .button {
    margin-top: 24px; }

.page-template-00_Thanks section.thanks {
  padding-top: 132px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 64em) {
    .page-template-00_Thanks section.thanks {
      padding-top: 231px;
      padding-bottom: 87px; } }
  .page-template-00_Thanks section.thanks h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -0.02em;
    color: #231F20;
    margin-bottom: 40px; }
  .page-template-00_Thanks section.thanks .copy.thank-you {
    font-size: 26px;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: #231F20; }
  .page-template-00_Thanks section.thanks .img-wrapper {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px; }
    .page-template-00_Thanks section.thanks .img-wrapper img {
      border-radius: 8px; }
  .page-template-00_Thanks section.thanks h2 {
    margin-top: 32px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000; }
    @media print, screen and (min-width: 64em) {
      .page-template-00_Thanks section.thanks h2 {
        margin-top: 130px; } }
  .page-template-00_Thanks section.thanks .card-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      .page-template-00_Thanks section.thanks .card-wrapper {
        -webkit-flex-direction: row;
        flex-direction: row;
        gap: 26px; }
        .page-template-00_Thanks section.thanks .card-wrapper .card.flat {
          margin-top: 42px; } }

body.single-post .progress-indicator-2 {
  position: fixed;
  top: 100px;
  left: 0;
  height: 5px;
  background-color: #F8485E;
  z-index: 5; }

body.single-post .progress-indicator {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 100px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  z-index: -1; }
  body.single-post .progress-indicator svg {
    position: absolute; }
  body.single-post .progress-indicator circle {
    fill: rgba(255, 255, 255, 0.5); }
  body.single-post .progress-indicator svg .animated-circle {
    fill: transparent;
    stroke-width: 40px;
    stroke: rgba(248, 72, 94, 0.2);
    stroke-dasharray: 126;
    stroke-dashoffset: 126; }

body.single-post .progress-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  color: #F8485E; }

body.single-post article.post {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  gap: 20px 50px;
  -ms-grid-columns: 100px 1fr 100px;
  grid-template-columns: 100px 1fr 100px; }
  body.single-post article.post > * {
    grid-column: 2 / -2; }
  body.single-post article.post img,
  body.single-post article.post .article-footer,
  body.single-post article.post blockquote,
  body.single-post article.post h2,
  body.single-post article.post h3,
  body.single-post article.post h4,
  body.single-post article.post h5,
  body.single-post article.post h6 {
    grid-column: 1 / -1;
    text-align: center; }
  body.single-post article.post img {
    margin: 0; }

body.single-post .post-social-wrapper {
  margin-top: 40px;
  margin-bottom: 50px; }
  @media print, screen and (min-width: 64em) {
    body.single-post .post-social-wrapper {
      margin-top: 100px;
      margin-bottom: 150px; } }

body.single-post .social-links {
  margin-top: 32px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: flex-end;
  align-self: flex-end; }
  @media print, screen and (min-width: 64em) {
    body.single-post .social-links {
      -webkit-justify-content: space-around;
      justify-content: space-around;
      margin-top: 0; } }
  body.single-post .social-links a {
    border: 1px solid #C61D23;
    padding: 8px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 12px;
    width: 100%; }
    body.single-post .social-links a:last-of-type {
      margin-right: 0; }
    @media print, screen and (min-width: 40em) {
      body.single-post .social-links a {
        margin-right: 12px;
        margin-bottom: 0;
        width: auto; } }
    body.single-post .social-links a svg {
      height: 20px;
      margin-right: 10px; }
      body.single-post .social-links a svg path {
        fill: #C61D23; }
    body.single-post .social-links a:hover, body.single-post .social-links a:focus {
      border-color: #F8485E;
      background: #F8485E;
      color: #ffffff; }
      body.single-post .social-links a:hover svg path, body.single-post .social-links a:focus svg path {
        fill: #ffffff; }
  @media print, screen and (min-width: 40em) {
    body.single-post .social-links {
      -webkit-flex-direction: row;
      flex-direction: row; }
      body.single-post .social-links .copy {
        margin-right: 50px;
        margin-bottom: 0; } }

body.single-post .news-wrapper {
  margin-top: 44px;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px; }
  @media print, screen and (min-width: 40em) {
    body.single-post .news-wrapper {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr; } }
  @media print, screen and (min-width: 64em) {
    body.single-post .news-wrapper {
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr; } }

.single-application section.specs {
  padding-top: 48px; }
  @media print, screen and (min-width: 40em) {
    .single-application section.specs {
      padding-top: 96px; } }
  .single-application section.specs h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #231F20;
    margin-bottom: 26px; }
  .single-application section.specs .industry-col {
    margin-top: 48px; }
    @media print, screen and (min-width: 64em) {
      .single-application section.specs .industry-col {
        margin-top: 222px; } }
  .single-application section.specs .grid-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 26px; }
    @media print, screen and (min-width: 40em) {
      .single-application section.specs .grid-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media print, screen and (min-width: 64em) {
      .single-application section.specs .grid-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    .single-application section.specs .grid-wrapper .grid-item {
      background: #F2F2F2;
      border-radius: 8px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      padding: 15px;
      gap: 20px; }
      .single-application section.specs .grid-wrapper .grid-item img {
        border-radius: 8px;
        min-width: 89px;
        height: 89px;
        -o-object-fit: cover;
        object-fit: cover; }
      .single-application section.specs .grid-wrapper .grid-item .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        color: #231F20; }

.single-application section.engineering {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 64em) {
    .single-application section.engineering {
      padding-top: 222px;
      padding-bottom: 129px; } }
  .single-application section.engineering img.banner {
    border-radius: 8px;
    margin-bottom: 32px; }
    @media print, screen and (min-width: 64em) {
      .single-application section.engineering img.banner {
        margin-bottom: 147px; } }
  .single-application section.engineering .values {
    margin-top: 48px; }
  .single-application section.engineering .value {
    margin-top: 36px;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    -webkit-align-items: center;
    align-items: center; }
  .single-application section.engineering a.button {
    margin-top: 36px; }
    @media print, screen and (min-width: 64em) {
      .single-application section.engineering a.button {
        margin-top: 80px; } }

.single-application section.related {
  padding-top: 48px; }
  @media print, screen and (min-width: 64em) {
    .single-application section.related {
      padding-top: 96px; } }
  .single-application section.related h2 {
    margin-bottom: 24px; }
  .single-application section.related .related-apps {
    margin-top: 66px;
    display: -ms-grid;
    display: grid;
    gap: 26px; }
    @media print, screen and (min-width: 40em) {
      .single-application section.related .related-apps {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    .single-application section.related .related-apps .card.app {
      width: 100%; }
  .single-application section.related a.button {
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .single-application section.related a.button {
        margin-top: 60px; } }

.single-application section.contact {
  padding-top: 48px;
  padding-bottom: 28px; }
  @media print, screen and (min-width: 64em) {
    .single-application section.contact {
      padding-top: 225px;
      padding-bottom: 222px; } }
  .single-application section.contact h2 {
    margin-bottom: 24px; }
  .single-application section.contact .subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF; }
  .single-application section.contact .form-wrapper {
    margin-top: 48px; }
    @media print, screen and (min-width: 64em) {
      .single-application section.contact .form-wrapper {
        margin-top: 70px; } }

.page-template-01_Homepage .off-canvas-wrapper {
  overflow: unset; }

.page-template-01_Homepage h2 {
  font-size: 36px;
  line-height: 44px; }

.page-template-01_Homepage section.intro {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 40em) {
    .page-template-01_Homepage section.intro {
      padding-top: 120px;
      padding-bottom: 120px;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      width: 100%; } }
  .page-template-01_Homepage section.intro h2 {
    font-weight: 600;
    letter-spacing: -0.01em;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 40em) {
      .page-template-01_Homepage section.intro h2 {
        margin-bottom: 48px;
        font-size: 46px;
        line-height: 64px; } }
    .page-template-01_Homepage section.intro h2:last-of-type {
      margin-bottom: 0; }

.page-template-01_Homepage section.folderflip {
  margin-top: 0 !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: border-radius .4s !important;
  transition: border-radius .4s !important;
  background: white;
  z-index: 1;
  position: relative; }
  .page-template-01_Homepage section.folderflip a.folderflip_tag {
    height: 78px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-left: -1px;
    margin-right: -1px;
    -webkit-transition: background .2s, color .2s !important;
    transition: background .2s, color .2s !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 4.1666666667%;
    border-color: rgba(16, 16, 24, 0.12); }
    @media only screen and (min-width: 64em) and (min-height: 1080px) {
      .page-template-01_Homepage section.folderflip a.folderflip_tag {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1; }
        .page-template-01_Homepage section.folderflip a.folderflip_tag:nth-of-type(1) {
          top: 87px;
          bottom: 156px;
          margin-top: 0px; }
        .page-template-01_Homepage section.folderflip a.folderflip_tag:nth-of-type(2) {
          top: 165px;
          bottom: 78px;
          margin-top: 78px; }
        .page-template-01_Homepage section.folderflip a.folderflip_tag:nth-of-type(3) {
          top: 243px;
          bottom: 0px;
          margin-top: 156px; } }
    .page-template-01_Homepage section.folderflip a.folderflip_tag h2 {
      font-family: 'Raleway';
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
      letter-spacing: 0.025em;
      margin-bottom: 0; }
    .page-template-01_Homepage section.folderflip a.folderflip_tag .folderflip_index {
      width: 46px;
      height: 46px;
      margin-right: 14px;
      text-align: center;
      background: url("../images/hex.png") no-repeat center center;
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 100;
      font-size: 36px;
      line-height: 42px;
      color: #000; }
  .page-template-01_Homepage section.folderflip .folderflip_folder {
    background: white;
    padding-bottom: 24px; }
    @media only screen and (min-width: 64em) and (min-height: 1080px) {
      .page-template-01_Homepage section.folderflip .folderflip_folder {
        position: -webkit-sticky;
        position: sticky;
        padding-bottom: 0; }
        .page-template-01_Homepage section.folderflip .folderflip_folder:nth-of-type(1) {
          min-height: calc(100vh - 234px - 87px);
          top: 165px;
          margin-bottom: -78px; }
        .page-template-01_Homepage section.folderflip .folderflip_folder:nth-of-type(2) {
          min-height: calc(100vh - 234px - 87px);
          top: 243px;
          margin-bottom: -156px; }
        .page-template-01_Homepage section.folderflip .folderflip_folder:nth-of-type(3) {
          min-height: calc(100vh - 234px - 87px);
          top: 321px;
          margin-bottom: -234px; }
        .page-template-01_Homepage section.folderflip .folderflip_folder .inner {
          padding-top: 57.5px; }
        .page-template-01_Homepage section.folderflip .folderflip_folder .column {
          display: -webkit-flex;
          display: flex;
          gap: 115px; } }
    .page-template-01_Homepage section.folderflip .folderflip_folder img {
      background: #C4C4C4;
      border-radius: 8px;
      width: 100%;
      height: 430px;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: 100%;
      margin-bottom: 24px; }
      @media print, screen and (min-width: 64em) {
        .page-template-01_Homepage section.folderflip .folderflip_folder img {
          margin-bottom: 0;
          width: 430px; } }
    .page-template-01_Homepage section.folderflip .folderflip_folder h3 {
      font-family: 'Raleway';
      font-weight: 600;
      font-size: 32px;
      line-height: 42px;
      color: black;
      margin-bottom: 36px; }
    .page-template-01_Homepage section.folderflip .folderflip_folder a.button {
      margin-top: 36px; }

.page-template-01_Homepage section.distributors {
  background: white;
  padding-bottom: 130px; }

.page-template-01_Homepage section.quality {
  padding-top: 100px;
  padding-bottom: 132px; }
  .page-template-01_Homepage section.quality h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.01em;
    margin-bottom: 46px; }
  .page-template-01_Homepage section.quality .subheader {
    margin-bottom: 65px; }
    .page-template-01_Homepage section.quality .subheader p {
      font-family: 'Montserrat';
      font-weight: 400;
      font-size: 28px;
      line-height: 42px;
      letter-spacing: 0.015em;
      color: white; }
  .page-template-01_Homepage section.quality .glass {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(65px);
    backdrop-filter: blur(65px);
    border-radius: 8px;
    padding: 32px; }
    .page-template-01_Homepage section.quality .glass h3 {
      font-family: 'Raleway';
      font-weight: 500;
      font-size: 48px;
      line-height: 56px;
      letter-spacing: 0.01em;
      color: white;
      margin-bottom: 32px; }
    .page-template-01_Homepage section.quality .glass .desc {
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0.025em;
      color: white;
      margin-bottom: 0; }
  .page-template-01_Homepage section.quality .card-col {
    margin-top: 24px; }
    @media print, screen and (min-width: 40em) {
      .page-template-01_Homepage section.quality .card-col {
        margin-top: 78px; }
        .page-template-01_Homepage section.quality .card-col:nth-of-type(1), .page-template-01_Homepage section.quality .card-col:nth-of-type(2) {
          margin-top: 0; } }

.page-template-02_Segment section.applications {
  padding-top: 107px;
  padding-bottom: 124px;
  position: relative; }
  .page-template-02_Segment section.applications h2 {
    margin-bottom: 34px; }
  .page-template-02_Segment section.applications .subtitle {
    color: white; }
  .page-template-02_Segment section.applications .card.app {
    background: transparent;
    border-color: transparent; }
  .page-template-02_Segment section.applications .slick-center .card.app {
    background: #FFFFFF;
    border-color: #F2F2F2; }
  .page-template-02_Segment section.applications .application-slider {
    margin-top: 90px; }
  @media print, screen and (min-width: 64em) {
    .page-template-02_Segment section.applications .slick-arrows .slick-arrow {
      position: absolute;
      bottom: 400px; }
    .page-template-02_Segment section.applications .slick-arrows .slick-prev {
      left: 23.5%; }
    .page-template-02_Segment section.applications .slick-arrows .slick-next {
      right: 23.5%; } }

.page-template-04_Distributors section.distributors,
.page-template-04_Distributors section.affiliates {
  padding-top: 32px; }
  @media print, screen and (min-width: 40em) {
    .page-template-04_Distributors section.distributors,
    .page-template-04_Distributors section.affiliates {
      padding-top: 132px; } }
  .page-template-04_Distributors section.distributors h2,
  .page-template-04_Distributors section.affiliates h2 {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #231F20;
    margin-bottom: 26px; }
  .page-template-04_Distributors section.distributors .card-wrapper,
  .page-template-04_Distributors section.affiliates .card-wrapper {
    display: -ms-grid;
    display: grid;
    gap: 26px; }
    @media print, screen and (min-width: 40em) {
      .page-template-04_Distributors section.distributors .card-wrapper,
      .page-template-04_Distributors section.affiliates .card-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    @media print, screen and (min-width: 64em) {
      .page-template-04_Distributors section.distributors .card-wrapper,
      .page-template-04_Distributors section.affiliates .card-wrapper {
        -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  .page-template-04_Distributors section.distributors .card.flat,
  .page-template-04_Distributors section.affiliates .card.flat {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 131px;
    margin-top: 0; }

.page-template-04_Distributors section.affiliates {
  padding-bottom: 32px; }
  @media print, screen and (min-width: 64em) {
    .page-template-04_Distributors section.affiliates {
      padding-bottom: 222px; } }

.page-template-04_Distributors section.contact {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 64em) {
    .page-template-04_Distributors section.contact {
      padding-top: 122px;
      padding-bottom: 222px; } }
  .page-template-04_Distributors section.contact .join {
    margin-bottom: 48px; }
    @media print, screen and (min-width: 64em) {
      .page-template-04_Distributors section.contact .join {
        margin-bottom: 200px; } }
  .page-template-04_Distributors section.contact .subtitle {
    color: white; }
  .page-template-04_Distributors section.contact img {
    margin-top: 12px;
    border-radius: 8px;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .page-template-04_Distributors section.contact img {
        margin-top: 0; } }
  .page-template-04_Distributors section.contact .form-wrapper {
    margin-top: 32px; }
    @media print, screen and (min-width: 64em) {
      .page-template-04_Distributors section.contact .form-wrapper {
        margin-top: 70px; } }

.page-template-05_Contact {
  background-color: #6D6068; }
  .page-template-05_Contact section.contact {
    padding-top: 135px;
    padding-bottom: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-05_Contact section.contact {
        padding-top: 232px;
        padding-bottom: 127px; } }
    .page-template-05_Contact section.contact h1 {
      font-weight: 700;
      font-size: 64px;
      line-height: 70px;
      letter-spacing: -0.02em;
      margin-bottom: 40px; }
    .page-template-05_Contact section.contact h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 26px; }
    .page-template-05_Contact section.contact .subtitle {
      color: white;
      margin-bottom: 32px; }
      @media print, screen and (min-width: 40em) {
        .page-template-05_Contact section.contact .subtitle {
          margin-bottom: 120px; } }
    .page-template-05_Contact section.contact .card-wrapper {
      display: -ms-grid;
      display: grid;
      gap: 26px;
      margin-bottom: 36px; }
      @media print, screen and (min-width: 64em) {
        .page-template-05_Contact section.contact .card-wrapper {
          -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr));
          margin-bottom: 136px; } }
      .page-template-05_Contact section.contact .card-wrapper .card.flat {
        text-align: left;
        margin-top: 0;
        min-width: unset; }
        .page-template-05_Contact section.contact .card-wrapper .card.flat .desc {
          margin-bottom: 0;
          font-weight: 400;
          font-size: 20px;
          line-height: 28px;
          color: black;
          display: inline-block;
          position: relative; }
          .page-template-05_Contact section.contact .card-wrapper .card.flat .desc:after {
            content: '';
            display: block;
            height: 2px;
            width: 0%;
            background: #231F20;
            position: absolute;
            left: 0;
            bottom: -2px;
            transition: all 300ms ease-in-out; }
        .page-template-05_Contact section.contact .card-wrapper .card.flat:hover .desc:after, .page-template-05_Contact section.contact .card-wrapper .card.flat:focus .desc:after {
          width: 100%; }
  .page-template-05_Contact section.locations {
    padding-top: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-05_Contact section.locations {
        padding-top: 96px; } }
    .page-template-05_Contact section.locations h2 {
      text-align: center;
      margin-bottom: 24px; }
    .page-template-05_Contact section.locations .location-wrapper {
      display: -ms-grid;
      display: grid;
      gap: 26px; }
      @media print, screen and (min-width: 64em) {
        .page-template-05_Contact section.locations .location-wrapper {
          -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: 0; } }
      .page-template-05_Contact section.locations .location-wrapper .local {
        padding: 22px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column; }
        .page-template-05_Contact section.locations .location-wrapper .local iframe {
          width: 100%;
          max-height: 157.50px;
          margin-bottom: 20px; }
        .page-template-05_Contact section.locations .location-wrapper .local h3 {
          font-weight: 500;
          font-size: 24px;
          line-height: 26px;
          color: #000000;
          margin-bottom: 18px; }
        .page-template-05_Contact section.locations .location-wrapper .local .address {
          font-weight: 400;
          font-size: 16px;
          line-height: 22px;
          letter-spacing: 0.02em;
          color: #000000; }
        @media print, screen and (min-width: 40em) {
          .page-template-05_Contact section.locations .location-wrapper .local .inner {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-flex-grow: 1;
            flex-grow: 1; } }
  .page-template-05_Contact section.associates {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-05_Contact section.associates {
        padding-top: 222px;
        padding-bottom: 98px; } }
    .page-template-05_Contact section.associates .card-wrapper {
      display: -ms-grid;
      display: grid;
      gap: 26px;
      margin-top: 42px; }
      @media print, screen and (min-width: 40em) {
        .page-template-05_Contact section.associates .card-wrapper {
          -ms-grid-columns: (minmax(0, 1fr))[2];
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 145px; } }
    .page-template-05_Contact section.associates .card.flat {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 131px;
      margin-top: 0; }

.page-template-06_Products {
  background-color: #F2F2F2; }
  .page-template-06_Products section.specs {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-06_Products section.specs {
        padding-top: 286px;
        padding-bottom: 102px; } }
    .page-template-06_Products section.specs h2 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 600;
      font-size: 32px;
      line-height: 42px;
      color: #231F20;
      margin-bottom: 24px; }
    .page-template-06_Products section.specs img {
      margin-top: 32px;
      max-height: 561px;
      -o-object-fit: contain;
      object-fit: contain; }
      @media print, screen and (min-width: 40em) {
        .page-template-06_Products section.specs img {
          margin-top: 111px; } }
  .page-template-06_Products section.drives {
    padding-top: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-06_Products section.drives {
        padding-top: 120px; } }
    .page-template-06_Products section.drives h3 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
      color: #231F20;
      margin-bottom: 26px; }
      .page-template-06_Products section.drives h3 b {
        font-weight: 700; }
    .page-template-06_Products section.drives .drives-wrapper {
      display: -ms-grid;
      display: grid;
      gap: 26px; }
      @media print, screen and (min-width: 40em) {
        .page-template-06_Products section.drives .drives-wrapper {
          -ms-grid-columns: (minmax(0, 1fr))[2];
          grid-template-columns: repeat(2, minmax(0, 1fr)); } }
      @media print, screen and (min-width: 64em) {
        .page-template-06_Products section.drives .drives-wrapper {
          -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  .page-template-06_Products section.fasteners {
    padding-top: 48px;
    /* the slides */
    /* the parent */ }
    @media print, screen and (min-width: 40em) {
      .page-template-06_Products section.fasteners {
        padding-top: 222px; } }
    .page-template-06_Products section.fasteners h3 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
      color: #231F20;
      margin-bottom: 26px; }
      .page-template-06_Products section.fasteners h3 b {
        font-weight: 700; }
    .page-template-06_Products section.fasteners .slick-slide {
      margin: 0 13px; }
    .page-template-06_Products section.fasteners .slick-list {
      margin: 0 -13px; }
    @media print, screen and (min-width: 40em) {
      .page-template-06_Products section.fasteners {
        /*Edit, forgot this important bit.  This keeps the other slides visible*/ }
        .page-template-06_Products section.fasteners .slick-list {
          overflow: visible; } }
  .page-template-06_Products section.fasteners .slick-arrows,
  .page-template-06_Products section.threads .slick-arrows {
    display: -webkit-flex;
    display: flex;
    gap: 26px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 34px; }
    .page-template-06_Products section.fasteners .slick-arrows .slick-arrow,
    .page-template-06_Products section.threads .slick-arrows .slick-arrow {
      border: 1px solid #A698A0; }
      .page-template-06_Products section.fasteners .slick-arrows .slick-arrow:hover, .page-template-06_Products section.fasteners .slick-arrows .slick-arrow:focus,
      .page-template-06_Products section.threads .slick-arrows .slick-arrow:hover,
      .page-template-06_Products section.threads .slick-arrows .slick-arrow:focus {
        border-color: #231F20; }
      .page-template-06_Products section.fasteners .slick-arrows .slick-arrow.slick-disabled,
      .page-template-06_Products section.threads .slick-arrows .slick-arrow.slick-disabled {
        opacity: 50%;
        cursor: inherit; }
  .page-template-06_Products section.threads {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-06_Products section.threads {
        padding-top: 222px;
        padding-bottom: 72px; } }
    .page-template-06_Products section.threads h3 {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
      color: #231F20;
      margin-bottom: 26px; }
      .page-template-06_Products section.threads h3 b {
        font-weight: 700; }
    .page-template-06_Products section.threads .row .row {
      margin: 0; }
    .page-template-06_Products section.threads .threads-wrapper {
      position: relative; }
      .page-template-06_Products section.threads .threads-wrapper .hex-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 500ms ease-in-out; }
    .page-template-06_Products section.threads .threads-slider {
      width: 100%; }
    .page-template-06_Products section.threads .thread {
      width: 100%;
      background: #F2F2F2;
      border-radius: 8px;
      padding: 36px;
      display: -ms-grid !important;
      display: grid !important;
      gap: 30px;
      -webkit-align-items: center;
      align-items: center; }
      @media print, screen and (min-width: 40em) {
        .page-template-06_Products section.threads .thread {
          -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      .page-template-06_Products section.threads .thread .title {
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        color: #231F20;
        margin-bottom: 40px; }
      .page-template-06_Products section.threads .thread .desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.02em;
        color: #000000; }
      .page-template-06_Products section.threads .thread hr {
        margin: 0;
        border-bottom: 1px solid #231F20;
        width: 86px; }
      .page-template-06_Products section.threads .thread .title,
      .page-template-06_Products section.threads .thread .desc,
      .page-template-06_Products section.threads .thread .caption {
        transition: all 500ms ease-in-out 750ms;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); }
      .page-template-06_Products section.threads .thread .hex-bg {
        position: absolute; }
      .page-template-06_Products section.threads .thread .hex .photo,
      .page-template-06_Products section.threads .thread .illustration img {
        transition: all 500ms ease-in-out 150ms;
        opacity: 0;
        z-index: 1;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0); }
      .page-template-06_Products section.threads .thread .caption {
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.01em;
        color: #000000; }
    .page-template-06_Products section.threads .hex {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      position: relative; }
    .page-template-06_Products section.threads .illustration {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      flex-direction: column;
      gap: 30px;
      text-align: center; }
      @media print, screen and (min-width: 64em) {
        .page-template-06_Products section.threads .illustration {
          -webkit-flex-direction: row;
          flex-direction: row;
          text-align: left; } }
    .page-template-06_Products section.threads .slick-active .title,
    .page-template-06_Products section.threads .slick-active .desc,
    .page-template-06_Products section.threads .slick-active .caption {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .page-template-06_Products section.threads .slick-active .hex .photo,
    .page-template-06_Products section.threads .slick-active .illustration img {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
  .page-template-06_Products section.applications {
    padding-top: 48px; }
    @media print, screen and (min-width: 64em) {
      .page-template-06_Products section.applications {
        padding-top: 96px; } }
    .page-template-06_Products section.applications h2 {
      margin-bottom: 24px; }
    .page-template-06_Products section.applications .copy {
      font-size: 20px;
      line-height: 28px; }
    .page-template-06_Products section.applications .related-apps {
      margin-top: 66px;
      display: -ms-grid;
      display: grid;
      gap: 26px; }
      @media print, screen and (min-width: 40em) {
        .page-template-06_Products section.applications .related-apps {
          -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      .page-template-06_Products section.applications .related-apps .card.app {
        width: 100%; }
    .page-template-06_Products section.applications a.button {
      margin-top: 32px; }
      @media print, screen and (min-width: 64em) {
        .page-template-06_Products section.applications a.button {
          margin-top: 60px; } }
  .page-template-06_Products section.contact {
    padding-top: 48px;
    padding-bottom: 28px; }
    @media print, screen and (min-width: 64em) {
      .page-template-06_Products section.contact {
        padding-top: 225px;
        padding-bottom: 222px; } }
    .page-template-06_Products section.contact h2 {
      margin-bottom: 24px; }
    .page-template-06_Products section.contact .subtitle {
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.02em;
      color: #FFFFFF; }
    .page-template-06_Products section.contact .form-wrapper {
      margin-top: 48px; }
      @media print, screen and (min-width: 64em) {
        .page-template-06_Products section.contact .form-wrapper {
          margin-top: 70px; } }

.page-template-07_History section.timeline {
  padding-bottom: 48px; }
  @media print, screen and (min-width: 40em) {
    .page-template-07_History section.timeline {
      padding-bottom: 165px;
      position: relative; }
      .page-template-07_History section.timeline .line {
        display: block;
        width: 2px;
        height: 130px;
        background: #D1C5C5;
        position: absolute;
        top: 0;
        left: calc(50% - 1px); }
      .page-template-07_History section.timeline:after {
        content: '';
        display: block;
        width: 16px;
        height: 19px;
        position: absolute;
        top: 130px;
        left: 50%;
        -webkit-transform: translateX(-49%);
        transform: translateX(-49%);
        background: url(../images/timeline-hex.png) no-repeat center center;
        z-index: 1; } }
  .page-template-07_History section.timeline .entry {
    padding-top: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-07_History section.timeline .entry {
        padding-top: 172px; } }
    .page-template-07_History section.timeline .entry > .row {
      -webkit-align-items: center;
      align-items: center; }
    .page-template-07_History section.timeline .entry h2 {
      font-weight: 800;
      font-size: 96px;
      line-height: 70px;
      letter-spacing: -0.01em;
      color: #C61D23;
      margin-bottom: 48px; }
    .page-template-07_History section.timeline .entry img {
      border-radius: 8px; }
    .page-template-07_History section.timeline .entry h3 {
      font-family: 'Raleway';
      font-weight: 600;
      font-size: 28px;
      line-height: 38px;
      letter-spacing: 0.01em;
      color: #231F20;
      text-transform: uppercase;
      margin-bottom: 28px; }
    @media print, screen and (min-width: 40em) {
      .page-template-07_History section.timeline .entry.odd .img-col {
        -webkit-order: -1;
        order: -1; } }
  .page-template-07_History section.timeline .entry.first img.wide {
    max-height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 30px; }
  .page-template-07_History section.timeline .entry.even,
  .page-template-07_History section.timeline .entry.odd {
    position: relative; }
    .page-template-07_History section.timeline .entry.even .img-wrapper,
    .page-template-07_History section.timeline .entry.odd .img-wrapper {
      width: 100%;
      height: 0;
      padding-top: 100%;
      position: relative;
      margin-bottom: 30px; }
    .page-template-07_History section.timeline .entry.even img,
    .page-template-07_History section.timeline .entry.odd img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -o-object-fit: cover;
      object-fit: cover;
      margin: 0; }
    @media screen and (max-width: 39.9375em) {
      .page-template-07_History section.timeline .entry.even .img-col,
      .page-template-07_History section.timeline .entry.odd .img-col {
        -webkit-order: -1;
        order: -1; } }
    @media print, screen and (min-width: 40em) {
      .page-template-07_History section.timeline .entry.even .line,
      .page-template-07_History section.timeline .entry.odd .line {
        display: block;
        width: 2px;
        height: 100%;
        background: #D1C5C5;
        position: absolute;
        top: 122px;
        left: calc(50% - 1px); }
      .page-template-07_History section.timeline .entry.even:last-of-type .line,
      .page-template-07_History section.timeline .entry.odd:last-of-type .line {
        height: calc(100% + 51px); }
      .page-template-07_History section.timeline .entry.even:after,
      .page-template-07_History section.timeline .entry.odd:after {
        content: '';
        display: block;
        width: 16px;
        height: 19px;
        position: absolute;
        top: calc(50% + 172px);
        left: 50%;
        -webkit-transform: translateX(-49%) translateY(calc(-50% + 172px));
        transform: translateX(-49%) translateY(calc(-50% + 172px));
        background: url(../images/timeline-hex.png) no-repeat center center;
        z-index: 1; } }
  .page-template-07_History section.timeline.even h2,
  .page-template-07_History section.timeline.even h3,
  .page-template-07_History section.timeline.even .copy, .page-template-07_History section.timeline.last h2,
  .page-template-07_History section.timeline.last h3,
  .page-template-07_History section.timeline.last .copy {
    color: white; }

.page-template-08_Resources {
  background-color: #6D6068; }
  .page-template-08_Resources section.resource {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media print, screen and (min-width: 40em) {
      .page-template-08_Resources section.resource {
        padding-top: 96px;
        padding-bottom: 106px; } }
    .page-template-08_Resources section.resource h2 {
      margin-bottom: 66px; }
    .page-template-08_Resources section.resource .wpgb-area-top-1 {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .page-template-08_Resources section.resource .wp-grid-builder .wpgb-area-top-1 > div,
    .page-template-08_Resources section.resource .wp-grid-builder .wpgb-area-top-2 > div {
      -webkit-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .page-template-08_Resources section.resource .wpgb-facet .wpgb-facet-title {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 27px;
      color: #231F20;
      margin-bottom: 16px; }
    .page-template-08_Resources section.resource .wpgb-facet .wpgb-hierarchical-list li {
      display: inline-block;
      margin-right: 25px; }
    .page-template-08_Resources section.resource .wpgb-input {
      border: 0.75px solid #CDC8CB !important;
      border-radius: 8px !important;
      width: auto !important; }
      @media print, screen and (min-width: 40em) {
        .page-template-08_Resources section.resource .wpgb-input {
          min-width: 390px; } }
    .page-template-08_Resources section.resource .wpgb-result-count {
      font-family: 'Raleway';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      color: #231F20; }
    .page-template-08_Resources section.resource .wpgb-facet .wpgb-reset {
      background-color: #C61D23;
      border-radius: 15px; }
    .page-template-08_Resources section.resource .wpgb-facet button.wpgb-button {
      border-radius: 15px;
      margin-top: 48px;
      transition: all 0.5s ease !important; }
      .page-template-08_Resources section.resource .wpgb-facet button.wpgb-button:hover, .page-template-08_Resources section.resource .wpgb-facet button.wpgb-button:focus {
        background: white;
        color: #C61D23;
        cursor: pointer; }
    .page-template-08_Resources section.resource .wp-grid-builder .wpgb-layout {
      margin-top: 24px; }
    .page-template-08_Resources section.resource .wp-grid-builder .wpgb-facet .wpgb-pagination {
      margin-top: 48px; }
    .page-template-08_Resources section.resource .wpgb-facet .wpgb-pagination li a {
      color: #C61D23;
      border: 1px solid #C61D23;
      border-radius: 8px; }
    .page-template-08_Resources section.resource .wpgb-facet .wpgb-pagination li a:hover,
    .page-template-08_Resources section.resource .wpgb-facet .wpgb-pagination li a:focus,
    .page-template-08_Resources section.resource .wpgb-facet .wpgb-pagination li a[aria-current] {
      background: #C61D23;
      color: white; }
    .page-template-08_Resources section.resource .wp-grid-builder .wpgb-card .grid-button a {
      border: 1px solid #C61D23; }
  .page-template-08_Resources section.contact {
    padding-top: 48px;
    padding-bottom: 28px; }
    @media print, screen and (min-width: 64em) {
      .page-template-08_Resources section.contact {
        padding-top: 225px;
        padding-bottom: 211px; } }
    .page-template-08_Resources section.contact h2 {
      margin-bottom: 24px; }
    .page-template-08_Resources section.contact .subtitle {
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.02em;
      color: #FFFFFF; }
    .page-template-08_Resources section.contact .form-wrapper {
      margin-top: 48px; }
      @media print, screen and (min-width: 64em) {
        .page-template-08_Resources section.contact .form-wrapper {
          margin-top: 70px; } }

.social-icons-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px; }
  @media print, screen and (min-width: 40em) {
    .social-icons-wrapper {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; } }
  .social-icons-wrapper .social-icon {
    position: relative;
    width: 35px;
    height: 35px; }
    .social-icons-wrapper .social-icon svg path {
      fill: #231F20; }
    .social-icons-wrapper .social-icon:hover svg path {
      fill: #C61D23; }
    .social-icons-wrapper .social-icon svg {
      width: 35px;
      height: 35px; }

.page-navigation {
  margin-top: 50px; }
  .page-navigation ul.pagination {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0; }
    .page-navigation ul.pagination li {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      margin: 0;
      font-size: 17px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      transition: all 300ms ease-in-out;
      margin-right: 2px; }
      .page-navigation ul.pagination li:last-of-type {
        margin-right: 0; }
      .page-navigation ul.pagination li.current {
        background: #C61D23; }
      .page-navigation ul.pagination li:not(.current) {
        background-color: rgba(35, 31, 32, 0.1);
        color: #231F20; }
        .page-navigation ul.pagination li:not(.current) a {
          color: #231F20; }
        .page-navigation ul.pagination li:not(.current):hover {
          background-color: #C61D23; }
          .page-navigation ul.pagination li:not(.current):hover a {
            color: #ffffff; }
      .page-navigation ul.pagination li a {
        font-size: 17px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff; }
        .page-navigation ul.pagination li a:hover {
          background-color: rgba(255, 255, 255, 0); }

.button,
.gform_button,
.wp-grid-builder .wpgb-card .grid-button a {
  position: relative;
  padding: 20px 30px;
  margin: 0;
  border-radius: 15px;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 16px !important;
  letter-spacing: 1.5px;
  color: white;
  background: #C61D23;
  border: 1px solid #C61D23;
  transition: all 0.5s ease !important;
  display: inline-block !important; }
  .button:hover, .button:focus,
  .gform_button:hover,
  .gform_button:focus,
  .wp-grid-builder .wpgb-card .grid-button a:hover,
  .wp-grid-builder .wpgb-card .grid-button a:focus {
    background: white;
    color: #C61D23;
    cursor: pointer; }
  .button.black,
  .gform_button.black,
  .wp-grid-builder .wpgb-card .grid-button a.black {
    color: white;
    background: #C61D23; }
    .button.black:hover, .button.black:focus,
    .gform_button.black:hover,
    .gform_button.black:focus,
    .wp-grid-builder .wpgb-card .grid-button a.black:hover,
    .wp-grid-builder .wpgb-card .grid-button a.black:focus {
      background: white;
      color: #C61D23; }
  .button.white,
  .gform_button.white,
  .wp-grid-builder .wpgb-card .grid-button a.white {
    background: white;
    color: #231F20;
    border-color: white; }
    .button.white:hover, .button.white:focus,
    .gform_button.white:hover,
    .gform_button.white:focus,
    .wp-grid-builder .wpgb-card .grid-button a.white:hover,
    .wp-grid-builder .wpgb-card .grid-button a.white:focus {
      color: white;
      background: #231F20;
      border-color: #231F20; }

.card.flat {
  padding: 22px;
  border: 1px solid #E8E5E5;
  background: white;
  border-radius: 8px;
  margin-top: 26px; }
  @media print, screen and (min-width: 40em) {
    .card.flat {
      margin-top: 62px; } }
  @media print, screen and (min-width: 64em) {
    .card.flat {
      min-width: 316px;
      max-width: 100%; } }
  .card.flat h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: black;
    margin-bottom: 20px; }
  .card.flat .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #6D6068;
    margin-bottom: 24px; }
    .card.flat .desc b {
      font-weight: 600;
      color: black; }
  .card.flat .learn-more {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #6D6068;
    transition: all 300ms ease-in-out; }
  .card.flat:hover, .card.flat:focus {
    border-color: #231F20; }
    .card.flat:hover .learn-more, .card.flat:focus .learn-more {
      font-weight: 600;
      color: #231F20;
      text-decoration: underline; }

.card.app {
  padding: 38px 15px 28px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-align: center;
  max-width: 316px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF;
  border-color: #F2F2F2;
  transition: all 300ms ease-in-out; }
  .card.app .segment {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #231F20;
    margin-bottom: 26px;
    text-transform: uppercase;
    transition: all 300ms ease-in-out; }
  .card.app .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out; }
  .card.app img {
    border-radius: 8px;
    transition: all 300ms ease-in-out; }
  .card.app .learn-more {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6D6068;
    margin-top: 30px;
    transition: all 300ms ease-in-out; }
  .card.app:hover .segment,
  .card.app:hover .title, .card.app:focus .segment,
  .card.app:focus .title {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  .card.app:hover img, .card.app:focus img {
    -webkit-transform: scale(1.115);
    transform: scale(1.115); }
  .card.app:hover .learn-more, .card.app:focus .learn-more {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    font-weight: 700; }

.card.spec {
  background: #F2F2F2;
  border-radius: 8px;
  padding: 26px;
  height: 100%;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .card.spec img {
    margin-bottom: 46px; }
  .card.spec .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #C61D23;
    margin-bottom: 30px; }
  .card.spec .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #000000; }
  .card.spec .tag {
    margin-top: 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #6D6068;
    text-transform: uppercase; }

.wp-grid-builder .wpgb-card.wpgb-card-1 {
  background: #FFFFFF;
  border: 1px solid #E8E5E5;
  border-radius: 8px;
  padding: 24px; }
  .wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-card-media-thumbnail {
    border-radius: 8px; }
    .wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-card-media-thumbnail div {
      background-size: contain; }
  .wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-card-inner {
    gap: 44px; }
  .wp-grid-builder .wpgb-card.wpgb-card-1 .resource-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000; }
  .wp-grid-builder .wpgb-card.wpgb-card-1 .field-label {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #000000; }
  .wp-grid-builder .wpgb-card.wpgb-card-1 .title,
  .wp-grid-builder .wpgb-card.wpgb-card-1 .holder,
  .wp-grid-builder .wpgb-card.wpgb-card-1 .products {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #4B4B4B; }

.burger-container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block; }
    .burger-container #burger .bar {
      width: 100%;
      height: 2px;
      display: block;
      position: relative;
      background-color: #231F20;
      transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
      transition-delay: 0s; }
      .burger-container #burger .bar.topBar {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg); }
      .burger-container #burger .bar.btmBar {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg); }

body.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
  body.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s; }
    body.menu-opened .burger-container #burger .bar.topBar {
      -webkit-transform: translateY(4px) rotate(45deg);
      transform: translateY(4px) rotate(45deg); }
    body.menu-opened .burger-container #burger .bar.btmBar {
      -webkit-transform: translateY(2px) rotate(-45deg);
      transform: translateY(2px) rotate(-45deg); }

.tabs {
  border: none;
  border-bottom: 1px solid #CDCDCD;
  background: transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .tabs:before, .tabs:after {
    content: unset; }
  .tabs .tabs-title {
    position: relative; }
    .tabs .tabs-title:after {
      display: block;
      content: '';
      width: 100%;
      height: 3px;
      background: transparent;
      position: absolute;
      left: 0;
      bottom: -2px;
      transition: all 300ms ease-in-out; }
    .tabs .tabs-title a {
      background: transparent;
      border: none;
      padding: 0;
      color: #6D6068;
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.02em;
      transition: all 300ms ease-in-out; }
    .tabs .tabs-title.is-active a, .tabs .tabs-title:hover a, .tabs .tabs-title:focus a {
      color: black; }
    .tabs .tabs-title.is-active:after, .tabs .tabs-title:hover:after, .tabs .tabs-title:focus:after {
      background: #C61D23; }

.tabs-content {
  margin-top: 32px;
  border: none;
  background-color: transparent; }
  .tabs-content .tabs-panel {
    padding: 0; }

section.distributors {
  padding-top: 48px;
  position: relative;
  z-index: 2; }
  @media print, screen and (min-width: 40em) {
    section.distributors {
      padding-top: 130px; } }
  section.distributors .sketch {
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 10px;
    background: white; }
  section.distributors h2 {
    margin-bottom: 30px; }
  section.distributors .button {
    margin-top: 30px; }
  section.distributors .logos-wrapper {
    margin-top: 50px;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 67px; }
    @media print, screen and (min-width: 40em) {
      section.distributors .logos-wrapper.backward {
        margin-top: 134px; } }
  section.distributors .logo-wrapper {
    width: 50%;
    position: absolute;
    visibility: hidden;
    top: 0; }
    @media print, screen and (min-width: 40em) {
      section.distributors .logo-wrapper {
        width: 25%; } }
    section.distributors .logo-wrapper .logo {
      display: -ms-grid;
      display: grid;
      place-content: center;
      width: 80%; }
      @media print, screen and (min-width: 40em) {
        section.distributors .logo-wrapper .logo {
          width: 100%; } }
      section.distributors .logo-wrapper .logo img {
        height: 67px;
        -o-object-fit: contain;
        object-fit: contain;
        background: white;
        border-radius: 8px;
        padding: 10px; }

section.products {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 40em) {
    section.products {
      padding-top: 222px;
      padding-bottom: 222px; } }
  section.products h2 {
    margin-bottom: 40px; }
    @media print, screen and (min-width: 64em) {
      section.products h2 {
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: -0.02em; } }
  section.products .subheader {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.01em;
    color: white;
    margin-bottom: 36px; }
    @media print, screen and (min-width: 64em) {
      section.products .subheader {
        margin-bottom: 142px; } }
  section.products .images-row {
    margin-top: 36px;
    margin-bottom: 36px; }
    @media print, screen and (min-width: 64em) {
      section.products .images-row {
        margin-top: 95px;
        margin-bottom: 100px; } }
    @media print, screen and (min-width: 64em) {
      section.products .images-row .column:first-of-type {
        -webkit-transform: translateY(115px);
        transform: translateY(115px); }
      section.products .images-row .column:last-of-type {
        -webkit-transform: translateY(-115px);
        transform: translateY(-115px); } }
  section.products img {
    background: #C4C4C4;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 24px; }
    @media print, screen and (min-width: 40em) {
      section.products img {
        margin-bottom: 0; } }
  section.products h3 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 24px; }

section.commit-quality {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media print, screen and (min-width: 64em) {
    section.commit-quality {
      padding-top: 130px;
      padding-bottom: 74px; } }
  section.commit-quality h2 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 44px; }
  section.commit-quality a.button {
    margin-top: 44px; }
  section.commit-quality .content-col {
    -webkit-align-self: center;
    -ms-grid-row-align: center;
    align-self: center; }
  section.commit-quality .img-col {
    position: relative;
    z-index: 1;
    margin-top: 38px; }
  section.commit-quality .commitment-wrapper {
    margin-top: 48px; }
    @media print, screen and (min-width: 64em) {
      section.commit-quality .commitment-wrapper {
        margin-top: 0; } }
  section.commit-quality .commit {
    margin-bottom: 32px;
    display: -ms-grid;
    display: grid;
    gap: 26px;
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr; }
    section.commit-quality .commit:last-of-type {
      margin-bottom: 0; }
    section.commit-quality .commit .title {
      font-weight: 600;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.04em;
      margin-bottom: 9px; }
    section.commit-quality .commit .desc {
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0.015em;
      color: #6D6068; }
    @media print, screen and (min-width: 64em) {
      section.commit-quality .commit {
        margin-left: 30px;
        margin-bottom: 70px;
        position: relative; }
        section.commit-quality .commit:nth-of-type(1):after {
          content: '';
          display: block;
          width: 172px;
          height: 23px;
          background: url(../images/quality-top-line.png) no-repeat center center;
          position: absolute;
          left: -184px;
          top: 24px; }
        section.commit-quality .commit:nth-of-type(2):after {
          content: '';
          display: block;
          width: 64px;
          height: 1px;
          background: url(../images/quality-middle-line.png) no-repeat center center;
          position: absolute;
          left: -78px;
          top: 24px; }
        section.commit-quality .commit:nth-of-type(3):after {
          content: '';
          display: block;
          width: 167px;
          height: 23px;
          background: url(../images/quality-bottom-line.png) no-repeat center center;
          position: absolute;
          left: -189px;
          top: 1px; } }

section.business {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media print, screen and (min-width: 40em) {
    section.business {
      padding-top: 100px;
      padding-bottom: 92px; } }
  section.business h2 {
    margin-bottom: 34px; }
  section.business .card-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      section.business .card-wrapper {
        -webkit-flex-direction: row;
        flex-direction: row;
        gap: 26px; } }
  section.business a.button {
    margin-top: 62px; }

.slick-track {
  display: -webkit-flex !important;
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

.slick-slide > div {
  height: 100%; }

.slick-dots {
  list-style: none;
  margin: 32px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 8px; }
  .slick-dots button {
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background: transparent;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    transition: all 300ms ease-in-out; }
    .slick-dots button:hover, .slick-dots button:focus {
      cursor: pointer;
      background: #ffffff; }
  .slick-dots li.slick-active button {
    background: #FFFFFF; }

@media screen and (max-width: 63.9375em) {
  .slick-arrows {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 24px;
    margin-top: 24px; } }

.slick-arrow {
  border: 1px solid #FFFFFF;
  background: transparent;
  border-radius: 8px;
  width: 61px;
  height: 61px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 300ms ease-in-out; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: white;
    cursor: pointer; }
    .slick-arrow:hover svg path, .slick-arrow:focus svg path {
      fill: #231F20; }
      
.gform_required_legend, .gfield_description {
  color: #ffffff;
}

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