@charset "UTF-8";
/* =======================================
   VARIABLES
   ======================================= */
/* =======================================
   IMPORTS
   ======================================= */
/* =======================================
   SIZES
   ======================================= */
/* =======================================
   FONTS
======================================= */
@font-face {
  font-family: "Font Name Here";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Font.ttf) format("ttf"), url(../fonts/Font.woff) format("woff"), url(../fonts/Font.woff2) format("woff2");
}
header#header {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0;
}
header#header .top {
  background: #DEDEDE;
}
header#header .top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(16px / 2) 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header .top .container {
    padding: 0 16px;
  }
}
header#header .top .container .menu-utility-menu-container {
  margin-left: auto;
}
header#header .top .container .menu-utility-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#header .top .container .menu-utility-menu-container .menu li {
  display: inline-block;
  padding: calc(16px / 2);
  line-height: 14px;
}
header#header .top .container .menu-utility-menu-container .menu li:first-of-type {
  padding-left: 0;
}
header#header .top .container .menu-utility-menu-container .menu li:last-of-type {
  padding-right: 0;
}
header#header .top .container a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
}
header#header .top .container a:hover {
  color: #131515;
}
@media (max-width: 1120px) {
  header#header .top {
    display: none;
  }
}
header#header .main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header .main .container {
    padding: 0 16px;
  }
}
header#header .main .container .logo {
  padding: 16px 0;
}
header#header .main .container .logo img {
  display: block;
}
header#header .main .container #main-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header .main .container #main-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
header#header .main .container #main-menu .menu li {
  display: inline-block;
  padding: 16px;
  position: relative;
}
header#header .main .container #main-menu .menu li:first-of-type {
  padding-left: 0;
}
header#header .main .container #main-menu .menu li:last-of-type {
  padding-right: 0;
}
header#header .main .container #main-menu .menu li a {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
}
header#header .main .container #main-menu .menu li a:hover {
  color: #131515;
}
header#header .main .container #main-menu .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #EDEFF0;
  padding: calc(16px / 2) 16px;
  width: 100vw;
  max-width: 250px;
  margin-left: calc(0px - 16px);
}
header#header .main .container #main-menu .menu li .sub-menu li {
  padding: calc(16px / 2);
  display: block;
}
header#header .main .container #main-menu .menu li .sub-menu li a {
  text-transform: none;
  font-size: 18px;
  line-height: 26px;
  display: block;
}
header#header .main .container #main-menu .menu li:hover .sub-menu {
  display: block;
}
header#header .main .container #main-menu .search {
  position: relative;
}
@media (max-width: 1120px) {
  header#header .main .container #main-menu .search {
    display: none;
  }
}
header#header .main .container #main-menu .search #searchButton {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px * 2);
}
header#header .main .container #main-menu .search #searchform {
  background: #131515;
  position: absolute;
  width: 400px;
  right: 0;
  top: calc(100% + 16px);
  padding: 16px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header .main .container #main-menu .search #searchform div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1120px) {
  header#header .main .container #main-menu .search #searchform div {
    padding: 0 16px;
  }
}
header#header .main .container #main-menu .search #searchform div input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat 20px 12px;
  border: none;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
header#header .main .container #main-menu .search #searchform div input[type=submit] {
  background: #FFFFFF;
  border: none;
  margin-left: calc(16px / 2);
  padding: calc(16px / 2) 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
header#header .main .container #main-menu .search #searchform.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1120px) {
  header#header .main .container #main-menu {
    display: none;
  }
}
header#header #mobile-toggle {
  display: none;
  z-index: 999;
  margin-left: auto;
}
header#header #mobile-toggle a {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
}
header#header #mobile-toggle a span {
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
}
header#header #mobile-toggle a span.active {
  visibility: visible;
  opacity: 1;
}
header#header #mobile-toggle a span img {
  display: inline-block;
}
@media (max-width: 1120px) {
  header#header #mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header#header #mobile-menu {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  width: calc(340px - calc(16px * 2));
  background: #FFFFFF;
  padding: 16px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: calc(100vh - 100% - calc(16px * 2));
  top: 100%;
  overflow-y: auto;
}
header#header #mobile-menu .searchform input[type=submit] {
  display: none;
}
header#header #mobile-menu .searchform input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat;
  background-position: 20px 10px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
header#header #mobile-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
header#header #mobile-menu ul {
  padding: 0;
  margin: 16px 0 0;
}
header#header #mobile-menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header #mobile-menu ul li .sub-menu {
  display: none;
}
header#header #mobile-menu ul li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: auto;
}
header#header #mobile-menu ul li a {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 16px 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  letter-spacing: 0.4px;
}
header#header #mobile-menu ul li.hidden {
  display: none;
}
header#header #mobile-menu ul li.expanded {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
header#header #mobile-menu ul li.expanded::after {
  display: none;
}
header#header #mobile-menu ul li.expanded a {
  padding: 16px;
  margin: 0 calc(0px - 16px) calc(0px - 16px);
}
header#header #mobile-menu ul li.expanded a::after {
  display: none;
}
header#header #mobile-menu ul li.expanded a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#header #mobile-menu ul li.expanded .sub-menu {
  display: block;
  width: 100%;
}
header#header #mobile-menu ul li.expanded .sub-menu li {
  border-top: none;
}
header#header #mobile-menu ul li.expanded .sub-menu li::after {
  display: none;
}
header#header #mobile-menu ul li.expanded .sub-menu li a {
  text-transform: none !important;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  background: transparent;
  margin: 0;
  border-bottom: none;
}
header#header #mobile-menu ul li.expanded .sub-menu li a::before {
  display: none;
}

#alert {
  display: none;
}
#alert.visible {
  display: block;
  background: #131515;
  color: #FFFFFF;
  z-index: 1;
}
#alert .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
  position: relative;
  max-width: calc(1200px - calc(16px * 2));
}
@media (max-width: 1120px) {
  #alert .container {
    padding: 0 16px;
  }
}
#alert .container .copy {
  margin: 0 16px;
}
#alert .container .copy p {
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
}
#alert .container .copy p a {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 600;
}
#alert .container #noticeClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 16px;
}

footer#footer {
  background: #FFFFFF;
}
footer#footer a {
  color: #000000;
  text-decoration: none;
}
footer#footer a:hover {
  text-decoration: underline;
  color: #131515;
}
footer#footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  footer#footer .container {
    padding: 0 16px;
  }
}
footer#footer .container h3 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 calc(16px / 2);
}
footer#footer .container .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: calc(16px * 4) 0;
  gap: calc(calc(16px * 4));
}
@media (max-width: 1120px) {
  footer#footer .container .top {
    gap: calc(16px * 4);
  }
}
footer#footer .container .top .column {
  width: calc(25% - calc(16px * 3));
}
@media (max-width: 1120px) {
  footer#footer .container .top .column {
    width: 100%;
  }
}
footer#footer .container .top p {
  margin: 0;
  line-height: 28px;
}
footer#footer .container .top .menu {
  padding: 0;
  margin: 16px 0;
  list-style: none;
}
footer#footer .container .top .menu li {
  margin: calc(16px / 2) 0;
}
footer#footer .container .top .menu a {
  line-height: 28px;
  color: #000000;
}
footer#footer .container .top .menu a:hover {
  color: #131515;
}
footer#footer .container .top .social a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
footer#footer .container .top .social a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
footer#footer .container .top .social a svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1120px) {
  footer#footer .container .top .social {
    text-align: center;
  }
  footer#footer .container .top .social a img {
    width: 30px;
    height: 30px;
  }
}
footer#footer .bottom {
  background: #EDEFF0;
}
footer#footer .bottom .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  footer#footer .bottom .container {
    padding: 0 16px;
  }
}
footer#footer .bottom .container .menu-policy-menu-container {
  margin-left: auto;
}
footer#footer .bottom .container .menu-policy-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  footer#footer .bottom .container .menu-policy-menu-container .menu {
    gap: calc(16px * 2);
    margin: calc(16px * 2) 0;
  }
}
footer#footer .bottom .container .menu-policy-menu-container .menu li {
  display: inline-block;
}
footer#footer .bottom .container .menu-policy-menu-container .menu li a {
  color: #000000;
}
footer#footer .bottom .container .menu-policy-menu-container .menu li a:hover {
  color: #131515;
}
footer#footer .bottom .container .copy-disclaimer {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
}
@media (max-width: 1120px) {
  footer#footer .bottom .container .copy-disclaimer {
    margin-bottom: calc(16px * 2);
  }
}

header#header {
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  background: #EDEFF0;
}
header#header .top {
  background: #DEDEDE;
}
header#header .top .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(16px / 2) 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header .top .container {
    padding: 0 16px;
  }
}
header#header .top .container .menu-utility-menu-container {
  margin-left: auto;
}
header#header .top .container .menu-utility-menu-container .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
header#header .top .container .menu-utility-menu-container .menu li {
  display: inline-block;
  padding: calc(16px / 2);
  line-height: 14px;
}
header#header .top .container .menu-utility-menu-container .menu li:first-of-type {
  padding-left: 0;
}
header#header .top .container .menu-utility-menu-container .menu li:last-of-type {
  padding-right: 0;
}
header#header .top .container a {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
}
header#header .top .container a:hover {
  color: #131515;
}
@media (max-width: 1120px) {
  header#header .top {
    display: none;
  }
}
header#header .main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  header#header .main .container {
    padding: 0 16px;
  }
}
header#header .main .container .logo {
  padding: 16px 0;
}
header#header .main .container .logo img {
  display: block;
}
header#header .main .container #main-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header .main .container #main-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
header#header .main .container #main-menu .menu li {
  display: inline-block;
  padding: 16px;
  position: relative;
}
header#header .main .container #main-menu .menu li:first-of-type {
  padding-left: 0;
}
header#header .main .container #main-menu .menu li:last-of-type {
  padding-right: 0;
}
header#header .main .container #main-menu .menu li a {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: bold;
}
header#header .main .container #main-menu .menu li a:hover {
  color: #131515;
}
header#header .main .container #main-menu .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background: #EDEFF0;
  padding: calc(16px / 2) 16px;
  width: 100vw;
  max-width: 250px;
  margin-left: calc(0px - 16px);
}
header#header .main .container #main-menu .menu li .sub-menu li {
  padding: calc(16px / 2);
  display: block;
}
header#header .main .container #main-menu .menu li .sub-menu li a {
  text-transform: none;
  font-size: 18px;
  line-height: 26px;
  display: block;
}
header#header .main .container #main-menu .menu li:hover .sub-menu {
  display: block;
}
header#header .main .container #main-menu .search {
  position: relative;
}
@media (max-width: 1120px) {
  header#header .main .container #main-menu .search {
    display: none;
  }
}
header#header .main .container #main-menu .search #searchButton {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px * 2);
}
header#header .main .container #main-menu .search #searchform {
  background: #131515;
  position: absolute;
  width: 400px;
  right: 0;
  top: calc(100% + 16px);
  padding: 16px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header#header .main .container #main-menu .search #searchform div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1120px) {
  header#header .main .container #main-menu .search #searchform div {
    padding: 0 16px;
  }
}
header#header .main .container #main-menu .search #searchform div input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat 20px 12px;
  border: none;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
header#header .main .container #main-menu .search #searchform div input[type=submit] {
  background: #FFFFFF;
  border: none;
  margin-left: calc(16px / 2);
  padding: calc(16px / 2) 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
header#header .main .container #main-menu .search #searchform.active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1120px) {
  header#header .main .container #main-menu {
    display: none;
  }
}
header#header #mobile-toggle {
  display: none;
  z-index: 999;
  margin-left: auto;
}
header#header #mobile-toggle a {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
}
header#header #mobile-toggle a span {
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 26px;
}
header#header #mobile-toggle a span.active {
  visibility: visible;
  opacity: 1;
}
header#header #mobile-toggle a span img {
  display: inline-block;
}
@media (max-width: 1120px) {
  header#header #mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header#header #mobile-menu {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  width: calc(340px - calc(16px * 2));
  background: #FFFFFF;
  padding: 16px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: calc(100vh - 100% - calc(16px * 2));
  top: 100%;
  overflow-y: auto;
}
header#header #mobile-menu .searchform input[type=submit] {
  display: none;
}
header#header #mobile-menu .searchform input[type=search] {
  width: 100%;
  background: #FFFFFF url(../img/search.svg) no-repeat;
  background-position: 20px 10px;
  padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
header#header #mobile-menu.active {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}
header#header #mobile-menu ul {
  padding: 0;
  margin: 16px 0 0;
}
header#header #mobile-menu ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header#header #mobile-menu ul li .sub-menu {
  display: none;
}
header#header #mobile-menu ul li.menu-item-has-children::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: auto;
}
header#header #mobile-menu ul li a {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  padding: 16px 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-decoration: none;
  letter-spacing: 0.4px;
}
header#header #mobile-menu ul li.hidden {
  display: none;
}
header#header #mobile-menu ul li.expanded {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}
header#header #mobile-menu ul li.expanded::after {
  display: none;
}
header#header #mobile-menu ul li.expanded a {
  padding: 16px;
  margin: 0 calc(0px - 16px) calc(0px - 16px);
}
header#header #mobile-menu ul li.expanded a::after {
  display: none;
}
header#header #mobile-menu ul li.expanded a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header#header #mobile-menu ul li.expanded .sub-menu {
  display: block;
  width: 100%;
}
header#header #mobile-menu ul li.expanded .sub-menu li {
  border-top: none;
}
header#header #mobile-menu ul li.expanded .sub-menu li::after {
  display: none;
}
header#header #mobile-menu ul li.expanded .sub-menu li a {
  text-transform: none !important;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  background: transparent;
  margin: 0;
  border-bottom: none;
}
header#header #mobile-menu ul li.expanded .sub-menu li a::before {
  display: none;
}

#alert {
  display: none;
}
#alert.visible {
  display: block;
  background: #131515;
  color: #FFFFFF;
  z-index: 1;
}
#alert .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(16px / 2) calc(16px * 3) calc(16px / 2) 16px;
  position: relative;
  max-width: calc(1200px - calc(16px * 2));
}
@media (max-width: 1120px) {
  #alert .container {
    padding: 0 16px;
  }
}
#alert .container .copy {
  margin: 0 16px;
}
#alert .container .copy p {
  margin: 0;
  line-height: 28px;
  text-transform: uppercase;
}
#alert .container .copy p a {
  color: #FFFFFF;
  text-transform: none;
  font-weight: 600;
}
#alert .container #noticeClose {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-right: 16px;
}

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

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

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

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

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

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

.hero {
  padding: calc(16px * 4) 0;
}
.hero .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 4);
}
@media (max-width: 1120px) {
  .hero .container {
    padding: 0 16px;
  }
}
@media (max-width: 1120px) {
  .hero .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(16px * 2);
  }
  .hero .container .left, .hero .container .right {
    width: 100%;
    text-align: center;
  }
}

.general {
  padding: calc(16px * 4) 0;
}
.general .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16px * 2);
}
@media (max-width: 1120px) {
  .general .container {
    padding: 0 16px;
  }
}
.general .container .column {
  width: 100%;
}
.general .container .column .module:not(:last-of-type) {
  margin-bottom: 16px;
}
.general .container .column img, .general .container .column iframe {
  max-width: 100%;
}
.general .container.halves .column {
  width: calc(50% - 16px);
}
@media (max-width: 600px) {
  .general .container.halves .column {
    width: 100% !important;
  }
}
.general .container.smallleft .column:first-of-type {
  width: calc(40% - 16px);
}
.general .container.smallleft .column:last-of-type {
  width: calc(60% - 16px);
}
@media (max-width: 600px) {
  .general .container.smallleft .column {
    width: 100% !important;
  }
}
.general .container.smallright .column:first-of-type {
  width: calc(60% - 16px);
}
.general .container.smallright .column:last-of-type {
  width: calc(40% - 16px);
}
@media (max-width: 600px) {
  .general .container.smallright .column {
    width: 100% !important;
  }
}
.general .container.thirds .column {
  width: calc(33.3333% - 16px * 1.3333);
}
@media (max-width: 600px) {
  .general .container.thirds .column {
    width: 100%;
  }
}
.general .container.fourths .column {
  width: calc(25% - 16px - calc(16px / 2));
}
@media (max-width: 1120px) {
  .general .container.fourths .column {
    width: calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .general .container.fourths .column {
    width: 100%;
  }
}
.general.small .container {
  max-width: 1050px;
}

.posts {
  padding: calc(16px * 4) 0;
}
.posts .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .posts .container {
    padding: 0 16px;
  }
}
.posts .container h2 {
  margin: 0;
  max-width: 650px;
}
.posts .container .viewall {
  color: #131515;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1.28px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  margin-left: auto;
  display: inline-block;
  margin-top: calc(16px * 1.5);
}
.posts .container .viewall:hover {
  text-decoration: underline;
}
.posts .container .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px * 3);
  margin-top: calc(16px * 1.5);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts .container .columns .post {
  width: calc(33.3333% - calc(16px * 2));
  max-width: 320px;
  background: #FFFFFF;
  text-decoration: none;
  color: #000000;
}
.posts .container .columns .post .thumbnail {
  max-width: 320px;
  height: 160px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.posts .container .columns .post .thumbnail img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.posts .container .columns .post .content {
  padding: calc(16px * 2);
}
.posts .container .columns .post .content h4 {
  margin: 0 0 16px;
}
.posts .container .columns .post .content .date {
  margin-bottom: 16px;
  font-weight: 500;
}
.posts .container .columns .post:hover .thumbnail {
  border-color: #131515;
}
.posts .container .columns .post:hover .thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1120px) {
  .posts .container .columns .post {
    width: calc(50% - calc(16px * 2)) !important;
    max-width: 100%;
  }
  .posts .container .columns .post .thumbnail {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .posts .container .columns .post {
    width: 100% !important;
  }
}
.posts.notop {
  padding-top: 0;
}
.posts.nobottom {
  padding-bottom: 0;
}
.posts.noposts {
  margin-bottom: calc(16px * 4) !important;
}

.accordion {
  padding: calc(16px * 4) 0;
}
.accordion .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .accordion .container {
    padding: 0 16px;
  }
}
.accordion .container .accordionItems .accordionItem {
  background: #FFFFFF;
  margin-bottom: calc(16px * 1.5);
}
.accordion .container .accordionItems .accordionItem .accordionTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .container .accordionItems .accordionItem .accordionTitle:hover {
  color: #131515;
}
.accordion .container .accordionItems .accordionItem .accordionTitle::before {
  content: "";
  display: inline-block;
  background: url(../img/plus.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion .container .accordionItems .accordionItem .accordionTitle.active::before {
  background: url(../img/minus.svg) no-repeat center/contain;
}
.accordion .container .accordionItems .accordionItem .accordionCopy {
  display: none;
  padding: 16px 16px 16px calc(calc(16px * 2) + 25px);
}
.accordion .container .accordionItems .accordionItem .accordionCopy p:first-of-type {
  margin-top: 0;
}
.accordion .container .accordionItems .accordionItem .accordionCopy ::marker {
  color: #131515;
}

.testimonial {
  max-width: 100% !important;
  overflow: hidden;
  padding: calc(16px * 4) 0;
}
.testimonial .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .testimonial .container {
    padding: 0 16px;
  }
}
.testimonial.single .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  gap: calc(16px * 3);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial.single .container .image {
  width: 33%;
}
.testimonial.single .container .image img {
  display: block;
}
.testimonial.single .container .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.single .container .content blockquote {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #000000;
  letter-spacing: 0.48px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.single .container .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.single .container .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.single .container .content .author p {
  margin: 4px 0;
}
.testimonial.single .container .content .author a {
  color: #131515;
  text-decoration: none;
}
.testimonial.single .container .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  .testimonial.single .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .testimonial.single .container .image {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
  .testimonial.single .container .content {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.testimonial.multi .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 900px;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.testimonial.multi .slide .image {
  width: 33%;
}
.testimonial.multi .slide .image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.testimonial.multi .slide .content {
  padding: calc(16px * 3) 0;
  width: 66%;
}
.testimonial.multi .slide .content blockquote {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #000000;
  letter-spacing: 0.48px;
  line-height: 38px;
  padding: 0;
  margin: 0;
  display: block;
}
.testimonial.multi .slide .content blockquote::before {
  content: "";
  display: block;
  background: url(../img/quote.svg) no-repeat center/contain;
  width: 50px;
  height: 36px;
  margin-bottom: 16px;
}
.testimonial.multi .slide .content .author {
  display: inline-block;
  margin-top: 16px;
}
.testimonial.multi .slide .content .author p {
  margin: 4px 0;
}
.testimonial.multi .slide .content .author a {
  color: #131515;
  text-decoration: none;
}
.testimonial.multi .slide .content .author a:hover {
  text-decoration: underline;
}
@media (max-width: 1120px) {
  .testimonial.multi .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .testimonial.multi .slide .image {
    width: 100%;
  }
  .testimonial.multi .slide .image img {
    margin: 0 auto;
  }
  .testimonial.multi .slide .content {
    width: 100%;
  }
}
.testimonial.multi .testimonialSlider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial.multi .testimonialSlider .slick-list {
  max-width: calc(100% - 92px);
}
.testimonial.multi .testimonialSlider .slick-slide {
  z-index: 900 !important;
}

.cards {
  padding: calc(16px * 4) 0;
}
.cards .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  gap: calc(16px * 3);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1120px) {
  .cards .container {
    padding: 0 16px;
  }
}
.cards .container .intro {
  width: 100%;
}
.cards .container h2 {
  width: 100%;
  margin: 0;
}
.cards .container .card,
.cards .container .inline-icon-card {
  background: #FFFFFF;
  width: calc(33.33333% - calc(16px * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #000000;
  position: relative;
}
.cards .container .card.first,
.cards .container .inline-icon-card.first {
  background: #131515;
  color: #FFFFFF;
  padding: calc(16px * 2) 0 calc(16px * 3);
}
.cards .container .card.first *:not(a.button):not(a.button span),
.cards .container .inline-icon-card.first *:not(a.button):not(a.button span) {
  margin: 0 0 16px 0;
  padding: 0 calc(16px * 2);
}
.cards .container .card.last,
.cards .container .inline-icon-card.last {
  background: #EDEFF0;
  padding: calc(16px * 2) 0 calc(16px * 3);
}
.cards .container .card.last *:not(a.button):not(a.button span),
.cards .container .inline-icon-card.last *:not(a.button):not(a.button span) {
  margin: 0 0 16px 0;
  padding: 0 calc(16px * 2);
}
.cards .container .card .featured,
.cards .container .inline-icon-card .featured {
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #131515;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0 16px 0 calc(16px * 1.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards .container .card .featured::before,
.cards .container .inline-icon-card .featured::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../img/star.svg) no-repeat center/contain;
  margin-right: calc(16px / 2);
}
.cards .container .card .image,
.cards .container .inline-icon-card .image {
  min-height: 80px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.cards .container .card .image img,
.cards .container .inline-icon-card .image img {
  min-height: 100%;
  width: auto;
}
.cards .container .card .content,
.cards .container .inline-icon-card .content {
  padding: calc(16px * 2) calc(16px * 2) calc(16px * 3);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cards .container .card .content h4,
.cards .container .inline-icon-card .content h4 {
  margin: 0;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cards .container .card .content p,
.cards .container .inline-icon-card .content p {
  margin-bottom: 0;
}
.cards .container .card .content span,
.cards .container .inline-icon-card .content span {
  display: inline-block;
  margin-top: auto;
  padding-top: calc(16px * 2);
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.cards .container .card .content span::after,
.cards .container .inline-icon-card .content span::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
@media (max-width: 1120px) {
  .cards .container .card,
  .cards .container .inline-icon-card {
    width: calc(50% - calc(16px * 1.5));
    min-width: calc(50% - calc(16px * 1.5));
  }
}
@media (max-width: 600px) {
  .cards .container .card,
  .cards .container .inline-icon-card {
    width: 100%;
  }
}
.cards .container a:hover h4 {
  color: #131515 !important;
}
.cards .container a:hover span::after {
  width: 31px !important;
}
.cards.stretch .card {
  width: calc(50% - calc(16px * 1.5));
}
.cards.stretch .card .image {
  min-height: 117px;
}
.cards.stretch .card.last {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards.stretch .card.last * {
  width: 100%;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cards.stretch .card.last .button {
  margin: calc(16px * 2) 0 0 !important;
  width: auto !important;
}
.cards.stretch .card.last ul, .cards.stretch .card.last ol {
  padding-left: 20px;
}
.cards.stretch .card.last *:not(.button) {
  max-width: calc(100% - calc(16px * 4));
  padding: 0;
}
@media (max-width: 600px) {
  .cards.stretch .card {
    width: calc(100% - calc(16px * 1.5));
  }
}
.cards .image.noimage {
  min-height: 0px !important;
}
.cards.bg .container {
  gap: calc(16px * 3) 0;
}
.cards.bg .container h2 {
  margin-bottom: calc(16px * 2);
}
.cards.bg .container .card {
  background-size: cover;
  background-position: center;
  width: 33.3333%;
}
.cards.bg .container .card .content {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  min-height: calc(270px - calc(16px * 4));
  padding: calc(16px * 2);
}
.cards.bg .container .card .content h4 {
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: 16px;
}
.cards.bg .container .card .content h4::after {
  opacity: 0;
  content: "";
  display: inline-block;
  background: url(../img/arrow-right.svg) no-repeat right/cover;
  width: 20px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
.cards.bg .container .card .image {
  display: none;
}
@media (max-width: 1120px) {
  .cards.bg .container .card {
    width: 100%;
  }
}
.cards.bg .container a:hover .content h4::after {
  margin-left: 16px;
  opacity: 1;
}

.form {
  padding: calc(16px * 4) 0;
}
.form .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 600px;
}
@media (max-width: 1120px) {
  .form .container {
    padding: 0 16px;
  }
}
.form .container .intro {
  width: 100%;
  margin-bottom: calc(16px * 3);
}
.form.withside .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1050px;
  gap: calc(16px * 2) 180px;
}
.form.withside .container .gForm {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.form.withside .container .sidebar {
  width: 350px;
  margin-left: auto;
}
.form.withside .container .sidebar .block {
  background: #131515;
  color: #FFFFFF;
  padding: 16px calc(16px * 3);
  margin-bottom: calc(16px * 2);
}
.form.withside .container .sidebar .block h1, .form.withside .container .sidebar .block h2, .form.withside .container .sidebar .block h3, .form.withside .container .sidebar .block h4, .form.withside .container .sidebar .block h5, .form.withside .container .sidebar .block h6 {
  margin: 16px 0;
}
@media (max-width: 1120px) {
  .form.withside .container {
    gap: calc(16px * 4);
  }
}
@media (max-width: 800px) {
  .form.withside .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form.withside .container .sidebar {
    width: 100%;
  }
}

.gform_wrapper.gravity-theme input[type=radio], .gform_wrapper.gravity-theme input[type=checkbox] {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  margin-right: calc(16px / 2);
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=radio]:checked + label::before, .gform_wrapper.gravity-theme .gfield_radio .gchoice input[type=checkbox]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=radio]:checked + label::before, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked + label::before {
  background: #131515;
}
.gform_wrapper.gravity-theme .gfield_radio .gchoice label::before {
  border-radius: 100%;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #000000;
  font-size: 18px !important;
  line-height: 26px;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: #000000;
  font-size: 18px !important;
  padding-left: 0px;
}
.gform_wrapper.gravity-theme .gfield:not(:last-child), .gform_wrapper.gravity-theme fieldset:not(:last-child) {
  margin-bottom: 16px;
}
.gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gform_wrapper.gravity-theme .button {
  background: #DEDEDE;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.48px;
  border-color: #131515;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/chevron.svg) no-repeat center/contain;
  margin-left: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gform_wrapper.gravity-theme .button:hover {
  border-color: #131515;
  color: #131515;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border-color: #E3405F;
  background-color: #FFFFFF;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #E3405F;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  font-size: 16px;
}
.gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error .gfield_required, .gform_wrapper.gravity-theme .gfield_error .validation_message {
  color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error input, .gform_wrapper.gravity-theme .gfield_error textarea {
  border-color: #E3405F;
}
.gform_wrapper.gravity-theme .gfield_error .validation_message {
  border: none;
  padding: 0;
  background: transparent;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  border: #707070 1px solid;
  padding: calc(16px - 5px) calc(16px * 1.5) !important;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
input[type=text]:focus, input[type=text]:focus-visible, input[type=email]:focus, input[type=email]:focus-visible, input[type=tel]:focus, input[type=tel]:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
  border-color: #000000;
  outline: none;
}

.newsletter {
  padding: calc(16px * 4) 0;
}
.newsletter .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1120px) {
  .newsletter .container {
    padding: 0 16px;
  }
}
.newsletter .container .left, .newsletter .container .right {
  width: 50%;
}
@media (max-width: 1120px) {
  .newsletter .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16px * 2);
  }
  .newsletter .container .left, .newsletter .container .right {
    width: 100%;
  }
}

form#gform_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
form#gform_1 .gform_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
form#gform_1 .gform_footer {
  padding: 0;
}
form#gform_1 .gfield_required {
  display: none;
}
form#gform_1 .button {
  margin-bottom: 0;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  padding: 0;
  background: #FFFFFF url(../img/arrow-right-large.svg) no-repeat center/19px;
  margin-left: 16px;
  border: #707070 1px solid;
}

section.cta:not(.hero) {
  padding: calc(16px * 4) 0;
}
section.cta:not(.hero) .container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(calc(16px * 4) * 2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1120px) {
  section.cta:not(.hero) .container {
    padding: 0 16px;
  }
}
section.cta:not(.hero) .container .left, section.cta:not(.hero) .container .right {
  width: 50%;
}
section.cta:not(.hero) .container .left {
  max-width: 470px;
}
section.cta:not(.hero) .container .left h2 {
  margin-top: 0;
}
section.cta:not(.hero) .container .left p {
  line-height: 26px;
}
section.cta:not(.hero) .container .left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(16px * 2);
  gap: calc(16px * 1.5);
}
section.cta:not(.hero) .container .left.noimage {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
section.cta:not(.hero) .container .left.noimage .buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.cta:not(.hero) .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 50%;
  margin-left: auto;
}
section.cta:not(.hero) .container .right img {
  width: 100%;
  height: auto;
}
@media (max-width: 1120px) {
  section.cta:not(.hero) .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  section.cta:not(.hero) .container .left {
    width: 100%;
    max-width: 100%;
  }
  section.cta:not(.hero) .container .right {
    max-width: calc(100% + calc(16px * 2));
    width: calc(100% + calc(16px * 2));
    margin-left: 0;
    padding-bottom: calc(16px * 4);
  }
  section.cta:not(.hero) .container .right::before {
    display: none;
  }
}
section.cta:not(.hero).notop .left {
  padding-top: 0;
}
section.cta:not(.hero).nobottom .left {
  padding-bottom: 0;
}

.comparison {
  padding: calc(16px * 4) 0;
}
.comparison .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  .comparison .container {
    padding: 0 16px;
  }
}
.comparison .container .intro {
  max-width: 600px;
  padding-bottom: calc(16px * 2);
}
.comparison .container .comparisonTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(16px * 3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1120px) {
  .comparison .container .comparisonTable {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.comparison .container .comparisonTable .tableItem {
  width: 33.3333%;
  background: #EDEFF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1120px) {
  .comparison .container .comparisonTable .tableItem {
    width: calc(50% - calc(16px * 4));
  }
}
@media (max-width: 600px) {
  .comparison .container .comparisonTable .tableItem {
    width: 100%;
  }
}
.comparison .container .comparisonTable .tableItem .heading {
  background: #DEDEDE;
  padding: 16px calc(16px * 2);
  min-height: calc(100px - calc(16px * 2));
}
.comparison .container .comparisonTable .tableItem .heading h3 {
  margin: 0;
  max-width: 80%;
}
.comparison .container .comparisonTable .tableItem.flagged .heading {
  position: relative;
}
.comparison .container .comparisonTable .tableItem.flagged .heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 46px;
  background: #131515;
  mask-image: url(../img/banner.svg);
  -webkit-mask-image: url(../img/banner.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  top: 0;
  right: 16px;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading {
  border-color: #131515;
}
.comparison .container .comparisonTable .tableItem:first-of-type .heading::after {
  background: #131515;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading {
  border-color: #131515;
}
.comparison .container .comparisonTable .tableItem:nth-child(3) .heading::after {
  background: #131515;
}
.comparison .container .comparisonTable .tableItem .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comparison .container .comparisonTable .tableItem .content .tableItems {
  padding: 16px calc(16px * 2);
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item {
  padding: 16px 0;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item.small {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  letter-spacing: 0.32px;
}
.comparison .container .comparisonTable .tableItem .content .tableItems .item span {
  display: block;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
  color: #000000;
  font-weight: 500;
}
.comparison .container .comparisonTable .tableItem .content .cta {
  margin-top: auto;
  padding: 16px calc(16px * 2) calc(16px * 2);
}
.comparison .disclaimer {
  margin-top: -100px;
  padding: calc(100px + calc(16px * 2)) 0 calc(16px * 2);
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.32px;
  font-style: italic;
}
.comparison .disclaimer p {
  max-width: 700px;
  margin: 16px auto;
}

.slider {
  padding: calc(16px * 4) 0;
}
.slider .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .slider .container {
    padding: 0 16px;
  }
}
.slider .container img {
  max-width: 100%;
}
.slider .container .slider-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .container .slider-single .slick-list {
  width: calc(100% - 100px);
}
.slider .container .slider-single .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
}
.slider .container .slider-single .slide .button {
  margin-top: calc(16px * 2);
}
.slider .container .slider-single .slide img {
  width: 33.333%;
}
@media (max-width: 1120px) {
  .slider .container .slider-single .slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slider .container .slider-single .slide img {
    margin-right: 0;
    width: 100%;
  }
  .slider .container .slider-single .slide .content {
    margin-top: 16px;
    text-align: center;
  }
}
@media (max-width: 1120px) {
  .slider .container .slider-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider .container .slider-single .slick-list {
    max-width: calc(100% - 92px);
  }
}
.slider .container .slider-multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .container .slider-multi .slick-list {
  max-width: calc(100% - 92px);
}
.slider .container .slider-multi a {
  text-decoration: none !important;
}
.slider .container .slider-multi .slide {
  padding: 0 calc(16px / 2);
  width: calc(100% - 16px) !important;
}
.slider .container .slider-multi .slide .content {
  margin-top: 16px;
}
.slider .container .slider-multi .slide .content p {
  font-size: 16px;
}

.slick-arrow {
  background: url(../img/chevron.svg) no-repeat center/cover;
  border: none;
  font-size: 0;
  width: 28px;
  min-width: 28px;
  height: 47px;
  cursor: pointer;
}

.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 16px;
}

.slick-next {
  margin-left: 16px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(16px * 2);
  padding: 0;
  width: 100%;
}
.slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.slick-dots li button {
  font-size: 0;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 100%;
  border: none;
  background-color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slick-dots li.slick-active button {
  background-color: #131515;
}

.videoCarousel {
  position: inherit !important;
  padding: calc(16px * 4) 0;
}
.videoCarousel .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .videoCarousel .container {
    padding: 0 16px;
  }
}
.videoCarousel .container .buttons {
  text-align: center;
}
.videoCarousel .container .buttons.left {
  text-align: left;
}
.videoCarousel .container .slide .thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoCarousel .container .slide .thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.videoCarousel .container .slide .thumbnail svg {
  position: absolute;
  max-width: 50px;
  max-height: 50px;
}
.videoCarousel .video-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoCarousel .video-slider .slick-list {
  max-width: calc(100% - 92px);
  margin: 0 -20px;
}
.videoCarousel .video-slider .slick-list .slick-slide {
  margin: 0 20px;
}
.videoCarousel .popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  z-index: 2;
}
.videoCarousel .popup .loading {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}
.videoCarousel .popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.videoCarousel .popup .close {
  margin-left: auto;
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
}
.videoCarousel .popup .content {
  z-index: 2;
  max-width: 90%;
}
.videoCarousel .popup .content iframe {
  max-width: 100%;
}
.videoCarousel .st0 {
  fill: none;
}
.videoCarousel .st1 {
  fill: #FFFFFF;
}
.videoCarousel .st2 {
  fill: #131515;
}

.tabs {
  padding: calc(16px * 4) 0;
}
.tabs .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .tabs .container {
    padding: 0 16px;
  }
}
.tabs .container .tabItems .topTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .topTabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tabs .container .tabItems .topTabs .tabTitle {
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(16px / 2);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs .container .tabItems .topTabs .tabTitle:hover {
  color: #000000;
  font-weight: bold;
}
.tabs .container .tabItems .topTabs .tabTitle.active {
  color: #131515;
  font-weight: bold;
}
.tabs .container .tabItems.side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs .container .tabItems.side .sideTabs {
  width: 50%;
  margin-right: calc(16px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .sideTabs {
    width: 100%;
    margin: 0;
  }
}
.tabs .container .tabItems.side .sideTabs .tabTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.tabs .container .tabItems.side .sideTabs .tabTitle:not(:last-of-type) {
  margin-bottom: 16px;
}
.tabs .container .tabItems.side .sideTabs .tabTitle a {
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs .container .tabItems.side .sideTabs .tabTitle .icon {
  background: #FFFFFF;
  overflow: hidden;
  width: calc(16px * 2);
  height: calc(16px * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: calc(16px / 2);
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .sideTabs .tabTitle .icon {
    width: calc(calc(16px * 2) + calc(16px / 2));
    height: calc(calc(16px * 2) + calc(16px / 2));
  }
}
.tabs .container .tabItems.side .sideTabs .tabTitle .icon img {
  max-width: 100%;
  max-height: 100%;
}
.tabs .container .tabItems.side .sideTabs .tabTitle .tabTitleContent {
  width: calc(100% - calc(16px * 3));
}
.tabs .container .tabItems.side .sideTabs .tabTitle span {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: calc(16px / 2);
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs .container .tabItems.side .tabContent {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .tabs .container .tabItems.side .tabContent {
    display: none;
  }
}
.tabs .container .tabItems.side .tabContent .tabCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabs .container .tabItems.side .tabContent .tabCopy img {
  max-width: 100%;
}
.tabs .container .tabItems.right .sideTabs {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: calc(16px * 2);
}
@media (max-width: 600px) {
  .tabs .container .tabItems.right .sideTabs {
    margin-left: 0;
    margin-top: 16px;
  }
}
.tabs .container .tabItems.right .tabContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabs .container .tabItems .tabContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.tabs .container .tabItems .tabContent .tabCopy {
  width: 100%;
  margin-top: 16px;
  padding-bottom: 16px;
  margin-right: -100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tabs .container .tabItems .tabContent .tabCopy.active {
  opacity: 1;
  visibility: visible;
}
.tabs .container .tabItems .tabContent.top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(16px * 3);
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tabs .container .tabItems .tabContent.top .flex .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex .content {
    width: 100%;
  }
}
.tabs .container .tabItems .tabContent.top .flex img.right {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 16px;
}
.tabs .container .tabItems .tabContent.top .flex img {
  width: 50%;
}
@media (max-width: 1120px) {
  .tabs .container .tabItems .tabContent.top .flex img {
    width: 100%;
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
    margin: 16px 0 0;
  }
}
.tabs .container .tabItems .tabContent.top .tabCopy.full .content {
  width: 100% !important;
}

.gallery {
  padding: calc(16px * 4) 0;
}
.gallery .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .gallery .container {
    padding: 0 16px;
  }
}
.gallery .container .images {
  margin-top: calc(16px * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16px * 2);
}
.gallery .container .images .image {
  width: calc(33.3333% - 16px * 1.3333);
}
.gallery .container .images .image img {
  max-width: 100%;
  min-width: 50%;
  height: auto;
  margin: 0 auto;
}
.gallery .container .images .image figcaption {
  margin-top: 16px;
  font-size: 16px;
  font-style: italic;
}
.gallery .container .images.four .image {
  width: calc(25% - calc(16px * 1.5));
}
.gallery .container .images.five .image {
  width: calc(20% - 16px * 1.6);
}
@media (max-width: 1120px) {
  .gallery .container .images.four .image, .gallery .container .images.five .image {
    width: calc(33.3333% - 16px * 1.3333);
  }
}
@media (max-width: 600px) {
  .gallery .container .images .image {
    width: 100% !important;
  }
}

section.team {
  padding: calc(16px * 3) 0 calc(16px * 4);
}
section.team .container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1050px;
}
@media (max-width: 1120px) {
  section.team .container {
    padding: 0 16px;
  }
}
section.team .container .search {
  margin-bottom: calc(16px * 4);
}
section.team .container .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(16px * 4);
}
section.team .container .search form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.team .container .search form div strong {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: calc(16px / 2);
}
section.team .container .search form div select {
  background: #FFFFFF url(../img/down.svg) no-repeat calc(100% - calc(16px * 1.5)) center;
  border: #000000 1px solid;
  padding: calc(16px - 2px) calc(calc(16px * 1.5) - 2px);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 600px) {
  section.team .container .search form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(16px * 2);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.team .container .search form div {
    width: 100%;
  }
}
section.team .container .teamMembers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(16px * 3);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section.team .container .teamMembers .member {
  max-width: 318px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 400px;
  overflow: hidden;
  position: relative;
}
section.team .container .teamMembers .member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
section.team .container .teamMembers .member img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.team .container .teamMembers .member .content {
  position: absolute;
  bottom: 0;
  padding: 16px 16px calc(16px * 2) 16px;
  text-align: center;
  width: calc(100% - calc(16px * 2));
  color: #FFFFFF;
  z-index: 2;
}
section.team .container .teamMembers .member .content h3 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.44px;
  font-weight: 800;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #FFFFFF;
  margin: 0 0 calc(16px / 2);
}
section.team .container .teamMembers .member .content span {
  display: block;
}
section.team .container .teamMembers .member .content a {
  display: block;
  margin-top: 0;
  color: #FFFFFF;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.team .container .teamMembers .member:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.team .container .teamMembers .member:hover .content a {
  margin-top: 16px;
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1120px) {
  section.team .container .teamMembers .member .content a {
    margin-top: 16px;
    max-height: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1120px) {
  section.team .container .teamMembers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .single .container {
    padding: 0 16px;
  }
}
.single .container .mainContent {
  max-width: 1050px;
  margin: calc(16px * 3) auto calc(calc(16px * 3) * 2);
}
.single .container .mainContent .returnLink {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .returnLink a {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.single .container .mainContent .returnLink a::before {
  content: "";
  display: inline-block;
  background: url(../img/arrow-white.svg) no-repeat center/contain;
  width: 16px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single .container .mainContent .returnLink a:hover::before {
  margin-right: calc(16px * 1.5);
}
.single .container .mainContent .image {
  margin-bottom: calc(16px * 2);
}
.single .container .mainContent .image img {
  max-width: 100%;
  height: auto;
}
.single .container .mainContent .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single .container .mainContent .flex .addthis_inline_share_toolbox {
  max-width: 46px;
  margin-right: calc(16px * 2);
}
.single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, .single .container .mainContent .flex .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.single .container .mainContent .flex .content .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .container .mainContent .flex .content .data h1 {
  width: 100%;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
}

.single-post .container .mainContent .flex .content .data {
  margin-bottom: calc(16px * 2);
}
.single-post .container .mainContent .flex .content .data h1 {
  margin: 0;
}

.post-type-archive-event .date, .search .posts .date {
  font-weight: 500;
  margin-bottom: 16px;
}

.blog .container, .archive .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .blog .container, .archive .container {
    padding: 0 16px;
  }
}
.blog .container .header, .archive .container .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: calc(16px * 2) 0 calc(calc(16px * 3) * 2) 0;
}
.blog .container .header h1, .archive .container .header h1 {
  margin: 0 calc(16px * 2) 0 0;
  width: 100%;
}
.blog .container .header form, .archive .container .header form {
  margin-left: auto;
  width: 100%;
}
.blog .container .header form div, .archive .container .header form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blog .container .header form div input[type=search], .archive .container .header form div input[type=search] {
  background: #FFFFFF;
  background-position: 20px 10px;
  border: #000000 1px solid;
  padding: calc(16px - 4px) calc(16px * 1.5);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.34px;
  color: #000000;
  font-family: "Gotham Narrow", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 350px;
}
.blog .container .header form div input[type=submit], .archive .container .header form div input[type=submit] {
  background: #131515 url(../img/arrow-white.svg) no-repeat center/19px;
  width: 48px;
  height: 48px;
  color: transparent;
  border: none;
  margin-left: 16px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0;
}
.blog .container .header form div input[type=submit]:hover, .archive .container .header form div input[type=submit]:hover {
  background-color: #131515;
}
@media (max-width: 600px) {
  .blog .container .header, .archive .container .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
  .blog .container .header form div, .archive .container .header form div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.blog .container .navigation, .archive .container .navigation {
  text-align: center;
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .navigation .nav-links, .archive .container .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog .container .navigation .nav-links .page-numbers, .archive .container .navigation .nav-links .page-numbers {
  color: #000000;
  text-decoration: none;
  margin: 0 calc(16px / 2);
}
.blog .container .navigation .nav-links .page-numbers.current, .archive .container .navigation .nav-links .page-numbers.current {
  color: #131515;
  font-weight: 600;
}
.blog .container .navigation .nav-links .page-numbers.next, .blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.prev {
  background: #131515 url(../img/arrow-black.svg) no-repeat center/13px;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 100%;
}
.blog .container .navigation .nav-links .page-numbers.next, .archive .container .navigation .nav-links .page-numbers.next {
  margin-left: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.prev, .archive .container .navigation .nav-links .page-numbers.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: calc(16px * 3);
}
.blog .container .navigation .nav-links .page-numbers.inactive, .archive .container .navigation .nav-links .page-numbers.inactive {
  background: #FFFFFF url(../img/arrow-black.svg) no-repeat center/13px;
}
.blog .container .posts, .archive .container .posts {
  margin-bottom: calc(calc(16px * 3) * 2);
}
.blog .container .posts .post, .archive .container .posts .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  text-decoration: none;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .container .posts .post:not(:last-child), .archive .container .posts .post:not(:last-child) {
  margin-bottom: calc(16px * 4);
}
.blog .container .posts .post .thumbnail, .archive .container .posts .post .thumbnail {
  min-width: 240px;
  width: 240px;
  height: 240px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: calc(16px * 4);
}
.blog .container .posts .post .thumbnail img, .archive .container .posts .post .thumbnail img {
  max-height: 100%;
  height: 100%;
  width: auto;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog .container .posts .post .content, .archive .container .posts .post .content {
  width: 100%;
}
.blog .container .posts .post .content h3, .archive .container .posts .post .content h3 {
  margin: 0 0 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog .container .posts .post .content p, .archive .container .posts .post .content p {
  margin: 0 0 calc(16px * 2);
}
.blog .container .posts .post .content .readMore, .archive .container .posts .post .content .readMore {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.12px;
  font-weight: 500;
  text-transform: uppercase;
}
.blog .container .posts .post .content .readMore::after, .archive .container .posts .post .content .readMore::after {
  content: "";
  display: inline-block;
  background: url(../img/long-arrow.svg) no-repeat right/cover;
  width: 15px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: calc(16px / 2);
}
.blog .container .posts .post:not(.hasthumb) p, .archive .container .posts .post:not(.hasthumb) p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.4px;
}
.blog .container .posts .post:hover .thumbnail img, .archive .container .posts .post:hover .thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.blog .container .posts .post:hover h3, .archive .container .posts .post:hover h3 {
  color: #131515;
}
.blog .container .posts .post:hover .readMore::after, .archive .container .posts .post:hover .readMore::after {
  width: 24px;
}
@media (max-width: 1120px) {
  .blog .container .posts .post, .archive .container .posts .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(16px * 1.5);
  }
}

/* =======================================
   GLOBAL STYLES
   ======================================= */
body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  /* --------- GLOBAL TEXT STYLES --------- */
  /* --------- LINKS --------- */
  /* --------- GLOBAL SECTION STYLES --------- */
  /* --------- LIST STYLES --------- */
  /* --------- BREADCRUMBS --------- */
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.active {
  overflow-y: hidden;
}
body h1, body h2, body h3 {
  font-family: "roc-grotesk-variable", sans-serif;
  color: #1D1D1F;
}
body h1 {
  font-size: 50px;
  text-transform: uppercase;
  text-transform: none;
  font-size: 56px;
  line-height: 1;
  font-variation-settings: "wdth" 100, "wght" 500;
}
body h2 {
  font-size: 34px;
  font-variation-settings: "wdth" 100, "wght" 500;
}
body h3 {
  font-size: 20px;
  font-variation-settings: "wdth" 100, "wght" 500;
}
body p, body h1, body h2, body h3, body h4, body h6, body ul, body ol, body blockquote, body address {
  margin-top: 0;
}
body a {
  color: #131515;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body hr.anchor {
  border: none;
  margin: 0;
}
body section {
  padding: 0 16px;
}
body section *:first-child {
  margin-top: 0;
}
body section .text-module ul ul{
  margin-top: 10px !important;
}
body section *:last-child {
  margin-bottom: 0;
}
body section.gray {
  background: #EDEFF0;
}
body section.notop {
  padding-top: 0;
}
body section.nobottom {
  padding-bottom: 0;
}
body section img {
  display: block;
}
body .checklist {
  padding: 0;
  list-style: none;
}
body .checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: calc(16px * 1.5);
  font-weight: 500;
}
body .checklist li::before {
  content: "";
  display: inline-block;
  background: url(../img/check.svg);
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  margin-right: calc(16px / 2);
  margin-top: -2px;
}
body ol, body ul {
  padding-left: 20px;
}
body ol.two, body ul.two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
body ol.three, body ul.three {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
body .breadcrumbWrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  body .breadcrumbWrapper {
    padding: 0 16px;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.header .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  width: 125px;
}

.logo img {
  width: 100%;
  height: auto;
}

header#header {
  background-color: #fff;
}

section.search {
  overflow-x: hidden;
}

#search-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  padding-right: 20px;
}

.search {
  position: relative;
  display: none;
}

.search #searchButton {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 32px;
}

.search #searchsubmit {
  display: none;
}

.search #searchform {
  width: 100%;
  padding: 16px 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  width: 100%;
}

.search #searchform div {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search #searchform div input[type=search] {
  width: 100%;
  background: #F4F5F8 url(../img/search.svg) no-repeat 12px 12px;
  border: none;
  padding: 14px 30px 14px 40px;
  font-size: 16px;
  border-radius: 50px;
  color: #212529;
}

.search #searchform div input[type=search]::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.search #searchform div input[type=submit] {
  background: #FFFFFF;
  border: none;
  margin-left: 8px;
  padding: 8px 16px;
  font-weight: bold;
  cursor: pointer;
}

.search #searchform.active {
  visibility: visible;
  opacity: 1;
}

section.search.active {
  display: block;
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}

.search-clear {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 19px;
  right: 28px;
  text-indent: -99999px;
  background: url(../img/search-close.svg) no-repeat 50% 50%;
  display: block;
}

body .search #searchform div {
  padding: 0;
}

.close-search {
  position: absolute;
  top: 19px;
  left: 15px;
  display: block;
  height: 20px;
  width: 20px;
}

.search #searchform {
  padding: 8px 16px 8px 50px;
}

header#header #mobile-menu {
  width: 100%;
}

header#header #mobile-menu ul li a {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

header#header #mobile-menu ul li a::before {
  right: 5px;
}

header#header #mobile-menu ul li.expanded a::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: -20px;
}

header#header #mobile-menu ul li.menu-item-has-children a {
  position: relative;
  z-index: 10000;
}

header#header #mobile-menu ul li.menu-item-has-children::after {
  position: relative;
  right: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
}

#mobile-menu-links > li:before {
  content: " ";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-position: 50% 0%;
  background-repeat: none;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transition: all 0 linear;
  transition: all 0 linear;
}

#mobile-menu-links > li#menu-item-1652:before {
  background-image: url(../img/innovation-icon.svg);
}

#mobile-menu-links > li#menu-item-1055:before {
  background-image: url(../img/parts-icon.svg);
}

#mobile-menu-links > li#menu-item-1047:before {
  background-image: url(../img/dough-icon.svg);
}

#mobile-menu-links > li#menu-item-1040:before {
  background-image: url(../img/donuts-icon.svg);
}

header#header #mobile-menu > ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: auto;
}

header#header #mobile-menu > ul > li#menu-item-1652,
header#header #mobile-menu > ul > li#menu-item-1055,
header#header #mobile-menu > ul > li#menu-item-1047,
header#header #mobile-menu > ul > li#menu-item-1040 {
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}

header#header #mobile-menu > ul > li > a {
  font-weight: 400;
  padding: 5px 0;
  font-size: 14px;
}

header#header #mobile-menu > ul > li#menu-item-1652 > a,
header#header #mobile-menu > ul > li#menu-item-1055 > a,
header#header #mobile-menu > ul > li#menu-item-1047 > a,
header#header #mobile-menu > ul > li#menu-item-1040 > a {
  font-size: 16px;
  padding: 10px 0;
  margin: auto;
}

header#header #mobile-menu > ul > li.mobile-hero-tel > a {
  font-weight: 600;
}

.mobile-hero-tel {
  text-align: left;
}

.hero .buttons .btn {
  margin-right: 7px;
}

.hero .buttons .btn:last-child {
  margin-right: 0;
}

.hero {
  position: relative;
}

.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-slide {
  padding-top: 34.8%;
  background: no-repeat 50% 50%/cover;
}

.hero .content {
  position: relative;
  z-index: 1;
}

.slick-pause {
  height: 40px;
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  background: url(../img/pause-icon.svg) no-repeat 50% 50%/cover;
  position: absolute;
  bottom: 15px;
  right: 10px;
  display: inline-block;
  margin-right: 8px;
  text-indent: -99999px;
  text-align: left;
  z-index: 1;
}

.slick-pause.paused {
  background: url(../img/play-icon.svg) no-repeat 50% 50%/cover;
}

.slick-pause:hover {
  cursor: pointer;
}

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

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

.down-arrow img {
  margin: auto;
}

.hero-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.hero-type-full {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-slider-container .slick-slide > div {
  position: relative;
  height: 100%;
}

.hero-slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-track {
  height: 100%;
}

.hero-type-full h1 {
  color: #fff;
  margin-bottom: 26px;
}

.hero p {
  font-size: 34px;
  color: #fff;
}

.hero .btn {
  margin-bottom: 20px;
}

.btn,
.general .button {
  color: #fff;
  background-color: #E1272F;
  border-radius: 50px;
  display: inline-block;
  padding: 11px 28px 15px;
  text-decoration: none;
  border: 1px solid #E1272F;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  font-weight: 400;
  max-width: 350px;
}

.general .button,
.general .btn {
  padding-top: 13px;
  padding-bottom: 17px;
}

.btn:hover,
.general .button:hover,
.secondary {
  background-color: #fff;
  color: #E1272F;
}

.btn:after,
.general .button:after {
  content: " ";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/btn-arrow.webp) no-repeat 50% 50%;
  position: relative;
  top: 4px;
  margin-left: 7px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn:hover:after,
.general .button:hover:after,
.secondary:after {
  background-image: url(../img/btn-arrow-hover.webp);
}

.secondary:hover {
  background-color: #E1272F;
  color: #fff;
}

.secondary:hover:after {
  background-image: url(../img/btn-arrow.webp);
}

.request-quote-mobile .btn {
  width: 100%;
}

.request-quote-mobile {
  padding-top: 32px;
  padding-bottom: 25px;
}

.text-module {
  font-size: 22px;
  line-height: 32px;
  color: #1D1D1F;
}

.general {
  padding-top: 37px;
  padding-bottom: 37px;
  font-weight: 300;
}

#search-btn {
  height: 20px;
  width: 20px;
}

.cards {
  padding: 35px 0;
}

.cards:not(.card-type-5) .container .card,
.inline-icon-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
}

.cards.card-type-4 .container .card {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.card-image {
  padding-bottom: 70%;
  width: 100%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 20px;
}

.cards p {
  margin-bottom: 20px;
}

.card-btn {
  margin-top: 10px;
}

.card-content {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 28px;
  text-align: left;
}

.card-content .btn {
  width: 100%;
  text-align: center;
}

.cards .container,
.product-feature .icon-card-module .inline-icon-card {
  gap: 20px;
}

.card-type-2 .overlap-scroll-cards,
.card-type-3 .overlap-scroll-cards {
  overflow: hidden;
}

.card-type-2 .overlap-scroll-cards .slick-list,
.card-type-3 .overlap-scroll-cards .slick-list {
  padding: 0 100px 0 0 !important;
}

.card-type-2 .overlap-scroll-cards .arrow-card-link:before,
.card-type-3 .overlap-scroll-cards .arrow-card-link:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.card-type-2 .overlap-scroll-cards .arrow-card-link,
.card-type-3 .overlap-scroll-cards .arrow-card-link {
  display: block;
  min-height: 350px;
  background-size: cover;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.card-type-2 .overlap-scroll-cards .arrow-card,
.card-type-2 .overlap-scroll-cards .arrow-card-link,
.card-type-2 .overlap-scroll-cards .slick-slide > div,
.card-type-2 .overlap-scroll-cards .slick-slide,
.card-type-3 .overlap-scroll-cards .arrow-card-link,
.card-type-3 .overlap-scroll-cards .slick-slide > div,
.card-type-3 .overlap-scroll-cards .slick-slide {
  padding-bottom: 0;
  min-height: 350px;
  max-width: 270px;
}

.card-type-2 .overlap-scroll-cards .slick-slide,
.card-type-3 .overlap-scroll-cards .slick-slide {
  padding-top: 10px;
  padding-bottom: 10px;
}

.card-type-2 .overlap-scroll-cards .slick-slide > div,
.card-type-3 .overlap-scroll-cards .slick-slide > div {
  padding-right: 20px;
}

.card-type-2 .overlap-scroll-cards h3,
.card-type-3 .overlap-scroll-cards h3 {
  font-size: 26px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
}

.cards {
  position: relative;
}

.cards h2.card-heading {
  margin-bottom: 15px;
}

.card-type-2 .slick-prev,
.card-type-2 .slick-next {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 350px;
  z-index: 1000;
}

.card-type-2 .slick-prev {
  right: auto;
  left: 0;
}

.arrow-card-link .card-arrow {
  width: 20px;
  height: 16px;
  background: #E1272F url(../img/btn-arrow-large.svg) no-repeat 50% 50%;
  border-radius: 30px;
  padding: 15px 28px;
  width: 72px;
  height: 41px;
  text-align: center;
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.card-type-2 .overlap-scroll-cards:hover .arrow-card-link,
.card-type-3 .overlap-scroll-cards:hover .arrow-card-link {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.card-type-2 .overlap-scroll-cards:hover .arrow-card-link:hover,
.card-type-2 .overlap-scroll-cards .arrow-card-link:hover .card-type-3 .overlap-scroll-cards:hover .arrow-card-link:hover,
.card-type-3 .overlap-scroll-cards .arrow-card-link:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transform-origin: left 50%;
          transform-origin: left 50%;
}

.hero-type-inside {
  min-height: 250px;
  background-size: cover;
  background-position: 50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-type-inside:before {
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-type-inside .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-type-inside h1 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 500;
}

.general .container .column .module:not(:last-of-type).text-module {
  margin-bottom: 40px;
}

.full-width-content .text-module {
  text-align: left;
}

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

.full-width-content .text-module.large-text {
  text-align: center;
}

.text-module.large-text p {
  font-size: 22px;
}

body section .text-module h2 {
  margin-bottom: 30px;
}

.text-module .button {
  margin-top: 15px;
}

.img-module.rounded-corners,
.img-module.rounded-corners img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

.card-type-3 .cards .container {
  display: block;
}

.card-type-3 .card {
  height: 375px;
  max-width: 358px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  padding: 30px;
}

.card-type-3 .card * {
  color: #fff;
  font-size: 20px;
  text-align: left;
  line-height: 26px;
  font-weight: 300;
}

.card-type-3 .card h3 {
  font-size: 26px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 32px;
}

.cards.card-type-3 .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cards.card-type-3 .container .card {
  margin-bottom: 10px;
  background-size: cover;
}

.card-type-4.cards .container .card,
.product-feature .icon-card-module .inline-icon-card {
  background-color: #F5F5F7;
  padding: 30px 27px;
  text-align: left;
}

.cards.card-type-3 .slick-slide .card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.card-type-4.cards .card-icon,
.product-feature .icon-card-module .icon {
  background-position: top left;
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}

.cards.card-type-3.card-layout-3 .container,
.cards.card-type-3.card-layout-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-layout-1 .card {
  width: calc(50% - 12px);
}

.card-layout-2 .card {
  width: calc(33.33333% - 12px);
}

.card-layout-3 .card {
  width: calc(25% - 12px);
}

.card-layout-4 .card {
  width: calc(20% - 12px);
}

.img-module img {
  margin: 0 auto 15px;
}

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

.text-module {
  text-align: left;
}

.text-module h3 {
  font-size: 26px;
  margin-bottom: 11px;
}

.text-module li,
.text-module li * {
  font-size: 18px;
}

.cta-module {
  text-align: left;
}

.cta-module p {
  line-height: 23px;
}

.cta-module * {
  text-align: left;
}

.cta-module h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.img-module-cta img {
  width: 150px;
  height: auto;
}

.cta-module-w-img {
  text-align: center;
}

.cta-module-w-img h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 14px;
}

.cta-module-w-img .btn {
  margin-top: 10px;
}

.cta-module-w-img * {
  font-size: 18px;
  text-align: center;
}

.cta-tel {
  display: inline-block;
  color: #E1272F;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  top: -2px;
  margin-bottom: 25px;
}

.cta-tel:before {
  content: " ";
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  background: url(../img/phone-icon.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
}

.product-feature-nav .container {
  padding: 0;
  text-align: center;
}

.product-feature-nav {
  background-color: #E1272F;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0;
  margin-bottom: 45px;
}

.product-feature-nav a {
  color: #fff;
  text-decoration: none;
  background-color: #E1272F;
  display: block;
  margin: 0 auto;
  padding: 15px 20px;
  border-bottom: 1px solid #E1272F;
  display: none;
}

.product-feature-nav a:hover,
.product-feature-nav a.active-product-nav {
  color: #E1272F;
  background-color: #fff;
  text-decoration: none;
}

.product-feature-nav a.selected-section-nav-item:after {
  content: " ";
  display: inline-block;
  background: url(../img/dropdown.svg) no-repeat 50% 50%;
  height: 12px;
  width: 12px;
  margin-left: 7px;
  position: relative;
  top: 1px;
}

.product-feature-nav a.selected-section-nav-item {
  display: inline-block;
  margin: 5px auto;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 11px 30px;
}

.product-feature-nav a.selected-section-nav-item:hover {
  background-color: #E1272F;
  color: #fff;
}

.product-feature-nav.show-product-nav a {
  display: block;
}

.product-feature-nav.show-product-nav a.selected-section-nav-item {
  display: inline-block;
}

.product-feature-focused .product-feature-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 40px);
  z-index: 100001;
}

.product-feature.notop {
  padding-top: 0;
}

.product-feature {
  padding-top: 50px;
  text-align: left;
}

.product-feature p {
  font-size: 18px;
  line-height: 24px;
}

.product-feature h2 {
  margin-bottom: 15px;
}

.product-feature h2.section-link-heading {
  margin-bottom: 30px;
}

.feature-video .inline-video-thumb.show-play-icon:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: url(../img/play-icon-prod-slider.svg) no-repeat 50% 50%/cover;
}

.inline-video-thumb.show-play-icon:hover:before {
  opacity: 0.7;
}

.inline-video-thumb {
  display: inline-block;
  background-size: cover;
  border-radius: 8px;
  min-height: 62px;
  padding-bottom: 10%;
  width: 58px;
  margin-right: 15px;
  position: relative;
}

.inline-video-thumb:last-child {
  margin-right: 0;
}

.feature-video {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.feature-video .inline-video-thumb {
  padding-bottom: 54.6%;
  border-radius: 16px;
  width: 100%;
  margin-right: 0;
}

.video-slider-module {
  margin-bottom: 27px;
}

.video-slider-module .youtube-module {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.feature-video .inline-video-thumb.hide-thumb {
  display: none;
}

.product-sections {
  background-color: #fff;
}

.product-sections .text-module p {
  margin-bottom: 25px;
}

.datasheet-module a:hover {
  color: #000;
}

.datasheet-module a {
  display: inline-block;
  color: #E1272F;
}

.datasheet-module {
  margin-bottom: 30px !important;
  display: block;
}

.datasheet-toggle {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  border-top: 1px solid #E5E5E5;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
}

.datasheet-module .datasheet-toggle {
  color: #000;
}

.datasheet-toggle:hover:after {
  color: #E1272F;
}

.datasheet-toggle:after {
  content: "+";
  display: inline-block;
  height: 15px;
  width: 15px;
  color: #E1272F;
  margin-left: 4px;
  position: relative;
  top: -2px;
}

.datasheet-module.datasheets-active .datasheet-toggle:after {
  content: "-";
}

.datasheet-module ul {
  padding: 0;
  margin: 0;
  display: none;
  display: none;
}

.datasheet-module.datasheets-active ul {
  display: block;
}

.datasheet-module li a {
  text-decoration: none;
}

.datasheet-module li {
  padding: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.inline-icon-card {
  background: #F5F5F7;
  padding: 28px;
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 235px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.product-sections .icon-card-module {
  max-width: 1200px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  gap: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-feature .icon-card-module h2 {
  margin-bottom: 30px;
}

.pre-footer.background-type-2 {
  background-color: #1D1D1F;
}

.pre-footer.background-type-2 *:not(.btn) {
  color: #fff;
}

.pre-footer-sections .column h3 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.pre-footer-sections .column:last-child {
  border-bottom-width: 0;
}

.pre-footer-sections .column {
  border-bottom: 1px solid #86868B;
}

.prefooter-cta-module {
  padding: 40px 0px;
}

.quote-text {
  font-size: 20px;
  font-weight: 500;
  color: #1D1D1F;
  margin-bottom: 20px;
  font-family: "roc-grotesk-variable", sans-serif;
  max-width: 600px;
}

.pre-footer.background-type-2 .quote-text {
  color: #fff;
}

.prefooter-quote {
  padding: 40px 0;
}

.quote-name,
.quote-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #86868B;
  margin-bottom: 0;
}

footer#footer * {
  color: #86868B;
}

footer#footer {
  border-top: 1px solid #E1272F;
  background-color: #1D1D1F;
  color: #86868B;
}

.team-member {
  width: 215px;
  margin: auto;
  margin-bottom: 30px;
  text-align: left;
}

.team-headshot {
  height: 215px;
  width: 215px;
  border-radius: 16px;
  background-color: #86868B;
  background-size: cover;
  margin: 0 auto 20px;
}

.team-member h3 {
  margin-bottom: 7px;
}

.team-member .team-email a {
  text-decoration: none;
  font-size: 18px;
}

.team-member .team-email a:hover {
  text-decoration: underline;
}

.smallright .column:nth-child(even) .module {
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 20px;
}

.smallright .column:nth-child(even) .module:first-child {
  margin-top: 0;
}

.smallright .column:nth-child(even) .module:last-child {
  margin-bottom: 0;
  border-width: 0;
}

.smallright .column:nth-child(even) {
  background-color: #F5F5F7;
  padding: 28px 24px 10px;
  border-radius: 20px;
}

.general .cta-module a:not(.btn):hover {
  color: #000;
  text-decoration: underline;
}

.general .cta-module a:not(.btn) {
  color: #E1272F;
  text-decoration: none;
}

.image-slider-module h2 {
  text-align: left;
}

.image-slider-module h3 {
  margin-bottom: 35px;
  text-align: left;
}

.image-slider-module {
  text-align: left;
}

.inline-img-slider-slide {
  padding-bottom: 54.6%;
  background-size: cover;
  border-radius: 16px;
}

.inline-img-slider {
  text-align: center;
}

.slick-dots-container .slick-dots {
  margin-top: 0;
}

.image-slider-module .slick-dots li {
  display: inline-block;
  position: relative;
  top: -4px;
  line-height: 1;
}

.slick-dots-container {
  background-color: #F5F5F7;
  border-radius: 68px;
  padding: 11px 40px;
  width: auto;
  margin-top: 11px;
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.slick-dots-container .slick-prev {
  position: absolute;
  bottom: 11px;
  left: 20px;
}

.slick-dots-container .slick-next {
  position: absolute;
  bottom: 11px;
  right: 20px;
}

.slick-dots-container .slick-arrow {
  background-color: transparent;
  border-radius: 0;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-color: transparent;
}

.image-slider-module {
  text-align: center;
}

.image-slider-module .slick-dots-container li button {
  background-color: #CCCCD1;
}

.image-slider-module .slick-dots-container li button:hover,
.image-slider-module .slick-dots-container li button:focus,
.image-slider-module .slick-dots-container li.slick-active button {
  background-color: #1D1D1F;
}

.smallright .column:nth-child(even) .text-module h3 {
  font-size: 20px;
}

.text-module .button {
  margin-top: 10px;
}

body section .video-module:first-child {
  margin-top: 20px;
}

.card-type-3.card-layout-2 .card {
  height: 300px;
}

.cards.card-type-3.card-layout-2 .container .card {
  margin-bottom: 0;
}

.timeline .text-module *,
.timeline .text-module p {
  font-weight: 300;
  line-height: 25px;
}

.timeline .text-module h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 11px;
}

.team-type-full .team-headshot {
  width: 100%;
  height: 300px;
}

.team-type-full .team-member {
  width: 100%;
  max-width: 354px;
  margin-bottom: 25px;
}

.team-type-full .team-title {
  color: #86868B;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-type-full .team-member h3 {
  margin-bottom: 17px;
}

.team-type-full .team-member p {
  line-height: 23px;
}

.card-type-5 .card {
  text-align: left;
}

.card-type-5 .card-icon {
  height: 90px;
  width: 104px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 28px;
  font-family: "roc-grotesk-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 600;
  margin-bottom: 30px;
}

.cards.card-type-5 p {
  line-height: 25px;
  font-size: 18px;
}

.cards.card-type-5 h3 {
  font-size: 26px;
}

.background-type-1 h2 {
  margin-bottom: 40px;
}

.background-type-1 p {
  font-size: 18px;
  line-height: 25px;
}

.background-type-1 {
  background-color: #F5F5F7;
  padding: 50px 20px;
}

.pre-footer.background-type-1 .prefooter-cta-module {
  padding-top: 0;
}

.pre-footer.background-type-1 h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pre-footer.background-type-1 .pre-footer-sections .column {
  border-bottom-width: 0;
}

.pre-footer-modules .files-links li {
  margin-bottom: 8px;
}

.pre-footer-modules .files-links .file-link,
.files-links-module a {
  font-size: 18px;
  color: #E1272F;
  text-decoration: none;
  display: inline-block;
}

.pre-footer-modules .files-links .file-link:hover,
.files-links-module a:hover {
  color: #000;
  text-decoration: underline;
}

body section .files-links-module {
  margin-bottom: 40px;
}

.files-links-module li {
  list-style-type: none;
}

.files-links-module.fl-alignment-Left li,
.files-links-module.fl-alignment-left li {
  margin-bottom: 8px;
}

.files-links-module.fl-alignment-Left ul,
.files-links-module.fl-alignment-left ul {
  padding: 0;
}

.files-links-module.fl-alignment-Left p,
.files-links-module.fl-alignment-Left h3,
.files-links-module.fl-alignment-Left li,
.files-links-module.fl-alignment-left p,
.files-links-module.fl-alignment-left h3,
.files-links-module.fl-alignment-left li {
  text-align: left;
}

.files-links-module.fl-alignment-Left .files-links li,
.files-links-module.fl-alignment-left .files-links li {
  text-align: left;
}

.container.smallright .column:nth-child(even) .text-module {
  font-size: 16px;
}

.general .container .text-module li {
  line-height: 1.2;
  margin-bottom: 10px;
}

.container.smallright .column:nth-child(even) .text-module li,
.container.smallright .column:nth-child(even) .text-module p {
  font-size: 16px;
}

.container.smallright .column:nth-child(even) .text-module h3 {
  font-size: 20px;
}

.general .container.smallright .column .module:not(:last-of-type).text-module {
  margin-bottom: 0;
}

.text-module a {
  color: #E1272F;
  text-decoration: none;
}

.text-module a:not(.button, .btn):hover {
  color: #000;
  text-decoration: underline;
}

.general .container .column .module.fl-alignment-left {
  margin-bottom: 30px;
}

.general .container .column .module.fl-alignment-left:last-child {
  margin-bottom: 0;
}

.form-module {
  text-align: left;
}

body section .gform_required_legend sup {
  position: relative;
  top: 5px;
  font-size: 17px;
}

body section .gform_required_legend {
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  color: #86868B;
  margin-bottom: 20px;
}

body .form-module .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px !important;
  color: #1D1D1F;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
}

.form-module h2 {
  font-size: 44px;
  line-height: 50px;
}

body .gform_wrapper.gravity-theme .gfield_required {
  color: #1D1D1F;
}

body .form-module .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

body .gform_wrapper.gravity-theme .gfield:not(:last-child) {
  margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .gform_footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer-flag {
  width: 100%;
  height: auto;
  max-width: 270px;
}

footer#footer {
  text-align: center;
}

footer#footer .container h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
}

footer#footer *,
footer#footer a {
  color: #86868B;
}

footer#footer a {
  display: inline-block;
}

.mobile-hero-tel {
  text-align: center;
  margin-bottom: 15px;
}

footer#footer .container .top {
  padding-top: 45px;
}

footer#footer .container a:hover,
footer#footer .container .mobile-hero-tel a:hover {
  color: #fff;
  text-decoration: underline;
}

footer#footer address {
  margin-bottom: 35px;
  font-style: normal;
}

footer#footer .container .top {
  gap: 40px;
}

footer#footer .cta-block .btn {
  margin-top: 23px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #86868B;
}

footer#footer .cta-block .btn:hover {
  border-color: #E1272F;
  color: #E1272F;
  background-color: #fff;
  text-decoration: none;
}

footer#footer .container .top .menu a {
  color: #86868B;
}

footer#footer .container .top .menu a:hover {
  color: #fff;
  text-decoration: underline;
}

footer#footer .container .top .menu {
  margin-bottom: 0;
}

.card-type-3.card-layout-4 .overlap-scroll-cards .slick-slide,
.card-type-3.card-layout-4 .overlap-scroll-cards .slick-slide > div,
.card-type-3.card-layout-4 .overlap-scroll-cards .arrow-card-link,
.card-type-3.card-layout-4 .card {
  min-height: 300px;
  height: 300px;
}

.card-type-3.card-layout-4 .overlap-scroll-cards .slick-slide {
  min-height: 320px;
  height: 320px;
}

.vid-active .feature-video .inline-video-thumb {
  display: none;
}

.feature-video .youtube-module {
  width: 100%;
  padding-bottom: 54.6%;
  position: relative;
}

.feature-video .youtube-module iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.general .container.halves .column {
  width: 100%;
}

.close-search {
  display: none;
}

#breadcrumbs {
  text-align: left;
  display: none;
}

.cards.card-type-2 .container,
.cards.card-type-3 .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body .product-feature .icon-card-module h2,
body .icon-card-module h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #E5E5E5;
  margin: 55px 0;
  padding: 0;
}

.general .container .column iframe {
  border-radius: 16px;
}

header#header .main .container #main-menu .menu li a {
  color: #1D1D1F;
}

.hero.hero-type-inside {
  background-size: cover;
  background-position: 50% 50%;
}

.hero-type-inside {
  position: relative;
}

.hero-type-inside .breadcrumbWrapper {
  position: absolute;
  top: 10px;
  width: 100%;
  display: none;
}

.cards.card-type-3 .container .card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.cards.card-type-3 .card * {
  position: relative;
  z-index: 2;
}

.cards.card-type-3 .card {
  position: relative;
}

.cards.card-type-3 .card:before {
  content: " ";
  border-radius: 20px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card-type-1 .card-content {
  position: relative;
  padding-bottom: 80px;
}

.card-type-1 .card-content .btn {
  position: absolute;
  left: 24px;
  bottom: 25px;
  width: calc(100% - 48px);
}

body h1 {
  font-variation-settings: "wdth" 100, "wght" 525;
}

.hero p {
  font-family: "roc-grotesk-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 400;
}

.inline-video-thumb,
.feature-video .inline-video-thumb {
  background-size: cover;
  background-position: 50% 50%;
}

.feature-video .inline-video-thumb {
  display: block;
}

body.search {
  display: block;
}

.pre-footer .container {
  margin-left: auto;
  margin-right: auto;
}

body section.nobottom.cards {
  padding-bottom: 10px;
}

body section.notop.cards {
  padding-top: 10px;
}

section.moretop {
  padding-top: 70px;
}

section.morebottom {
  padding-bottom: 100px;
}

.product-feature > .container {
  max-width: 1120px;
}

.pre-footer.background-type-1 .pre-footer-sections.row-count-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pre-footer.background-type-1 .pre-footer-sections.row-count-1 .column {
  width: 100%;
  max-width: 880px;
}

.smallright .files-links-module li a {
  font-size: 16px;
}

.smallright .files-links-module h3 {
  text-align: left;
}

.smallright .files-links-module ul {
  padding-left: 0;
}

.smallright .files-links-module li {
  margin-bottom: 5px;
  text-align: left;
}

.search-results .wrapper .container {
  max-width: 880px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.search-results .post {
  margin-bottom: 30px;
  display: block;
}

.search-results .posts {
  text-align: left;
}

form#gform_1 .gfield_required {
  display: inline-block;
}

.form-module form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-module form .gform_footer {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

form#gform_1 .gform_footer,
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

#circle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timeline-module .container {
  display: block;
}

#timeline {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 0px;
  background: url(../img/timeline-scale.png) repeat-y center center;
  max-width: 1050px;
  width: 100%;
}

#timeline-bottom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 30px;
  background: url(../img/timeline-bottom.png) repeat-y center center;
  max-width: 1050px;
  height: 193px;
}

#circle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#timeline .timeline-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#timeline .timeline-circle > div {
  font-weight: 800;
  width: 145px;
  height: 145px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  line-height: normal;
}

#circle-text {
  font-weight: 800;
  width: 200px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  font-size: 25px;
  overflow: hidden;
  line-height: normal;
}

#circle-text img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

#circle-text span {
  font-size: 35px;
  font-weight: 800;
  line-height: normal;
}

#timeline .timeline-text {
  background: none !important;
}

#timeline .timeline-text h2 {
  margin: 0;
  color: #ebeae6;
  text-transform: uppercase;
  font-size: 40px;
  background: #fff;
  padding: 25px 20px 0 20px;
  line-height: 85%;
  vertical-align: baseline;
  text-align: right;
}

#timeline .timeline-text.right h2 {
  text-align: left;
}

#timeline .timeline-box {
  max-width: 374px;
  padding: 14px 24px 25px 24px;
  background: #FAFAFA;
  border-radius: 10px;
}

#timeline .timeline-photo .img-container,
#timeline .timeline-video .img-container {
  margin-bottom: 25px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#timeline .timeline-photo img,
#timeline .timeline-video img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#timeline .timeline-video .img-container a {
  display: block;
  position: relative;
}

#timeline .timeline-video .img-container a:hover::before {
  background: #e20020;
  border-color: #fff;
}

#timeline .timeline-video .img-container a::before {
  width: 80px;
  height: 50px;
  line-height: 53px;
  font-size: 25px;
  margin-left: -30px;
  margin-top: -20px;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#timeline .timeline-year {
  font-weight: 800;
  color: #E1272F;
  font-size: 30px;
  margin-bottom: 15px;
}

#timeline .timeline-crosslink a.btn {
  margin-top: 1em;
}

#timeline .crosslink-circle {
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 9999px;
  overflow: hidden;
  background-size: cover;
}

#timeline .timeline-zoom {
  display: inline-block;
  position: relative;
}

#timeline .text-module {
  text-align: center;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #b7312c;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: #b7312c;
  text-decoration: none;
  cursor: pointer;
}

#modal-body img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#modal-body iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 10px;
}

.timeline-container {
  margin-bottom: 10px;
}

.halves .video-slider-module {
  width: 100%;
}

.video-count-1 > .inline-video-thumb {
  display: none !important;
}

#menu-utility-menu .sub-menu {
  display: none;
}

header#header #mobile-menu ul li.expanded:not(#menu-item-1040, #menu-item-1041, #menu-item-1047, #menu-item-1055, #menu-item-1652) > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

header#header #mobile-menu ul li:not(#menu-item-1040, #menu-item-1041, #menu-item-1047, #menu-item-1055, #menu-item-1652) .sub-menu a {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
}

header#header #mobile-menu ul li:not(#menu-item-1040, #menu-item-1041, #menu-item-1047, #menu-item-1055, #menu-item-1652) .sub-menu {
  margin-top: 16px;
}

header#header #mobile-menu ul li:not(#menu-item-1040, #menu-item-1041, #menu-item-1047, #menu-item-1055, #menu-item-1652) > a:before {
  right: -2px;
}

header#header #mobile-menu ul li:not(#menu-item-1040, #menu-item-1041, #menu-item-1047, #menu-item-1055, #menu-item-1652) > a:after {
  right: 12px;
}

header#header #mobile-menu ul ul.sub-menu {
  margin-top: 0;
  margin-bottom: 16px;
}

body .gform_wrapper.gravity-theme input[type=radio],
body .gform_wrapper.gravity-theme input[type=checkbox] {
  display: inline-block;
}

body .gform_wrapper.gravity-theme .gfield_radio .gchoice label::before,
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label::before {
  display: none;
}

body .ginput_container_checkbox {
  margin-top: 15px;
  margin-bottom: 15px;
}

body .ginput_container_checkbox .gchoice {
  margin-bottom: 8px;
}

.product-sections li {
  line-height: 1.2;
  margin-bottom: 16px;
}

.footer-address-link:focus,
.footer-address-link:hover,
.footer-address-link {
  color: #86868B;
  text-decoration: none;
}

.embed-module video {
  max-width: 100%;
  border-radius: 16px;
}

.embed-module {
  position: relative;
  max-width: 100%;
}

.embed-module.video-playing .video-play-btn {
  top: auto;
  bottom: 20px;
  left: 20px;
  height: 16px;
  width: 17px;
  background-image: url(../img/pause-icon.svg);
}

.embed-module.video-paused .video-play-btn {
  background-image: url(../img/play-icon.svg);
}

.video-play-btn {
  height: 40px;
  width: 51px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 25px);
  display: inline-block;
  background: url(../img/play-icon-red.webp) no-repeat 50% 50%;
  z-index: 1;
}

.hero .buttons .btn:hover,
.hero .buttons .btn:focus {
  background-color: #E1272F;
  color: #fff;
}

.hero .buttons .btn {
  background-color: #fff;
  color: #E1272F;
  min-width: 200px;
  padding: 13px 28px 13px;
}

.hero .buttons .btn:after {
  display: none;
}

.hero .video-slide {
  position: relative;
  overflow: hidden;
}

.hero .video-slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  min-width: 100% !important;
}

.hero .video-slide:before {
  background: url(../img/8x8_Pattern.png) repeat 0 0;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 1279px) {
  #timeline-bottom {
    display: none;
  }
  #timeline .timeline-container {
    margin: 4em 0 !important;
  }
  #timeline .timeline-container .timeline-box {
    margin-left: auto;
    margin-right: auto;
  }
  #timeline .timeline-crosslink {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  #timeline .timeline-photo,
  #timeline .timeline-caption,
  #timeline .timeline-text,
  #timeline .timeline-video {
    max-width: 428px;
    width: auto;
  }
  #modal-body iframe {
    height: 315px;
  }
}
@media only screen and (max-width: 520px) {
  #timeline .timeline-photo,
  #timeline .timeline-caption,
  #timeline .timeline-text,
  #timeline .timeline-video {
    max-width: 320px;
  }
  #timeline .timeline-text h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 600px) {
  .general .container.halves .column {
    width: calc(50% - 16px);
    text-align: left;
  }
  .inline-icon-card {
    width: 50%;
  }
  .card-type-4.cards .container .card,
  .product-feature .icon-card-module .inline-icon-card {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
  .product-sections .icon-card-module {
    gap: 20px;
  }
  .img-module-cta {
    text-align: right;
  }
  .img-module-cta img {
    width: 215px;
    margin-right: 0;
  }
  .cta-module-w-img,
  .cta-module-w-img * {
    text-align: left;
  }
  .general .container.smallright .column:last-of-type {
    width: 238px;
  }
  .general .container.smallright .column:first-of-type {
    width: calc(100% - 270px);
    padding-right: 60px;
  }
  .general .container.smallleft .column:last-of-type {
    width: calc(100% - 270px);
    padding-left: 60px;
  }
  .general .container.smallleft .column:first-of-type {
    width: 238px;
  }
  .general .container.smallright {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1120px;
  }
  .general .container.smallleft {
    max-width: 880px;
    gap: 20px;
  }
  .container {
    max-width: 1440px;
  }
  .team-group,
  .pre-footer-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .team-group .team-member {
    width: calc(50% - 10px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .pre-footer-sections .column {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .general .container.smallright .column:last-of-type {
    width: 338px;
  }
  .general .container.smallright .column:first-of-type {
    width: calc(100% - 370px);
  }
  .general .container.smallleft .column:last-of-type {
    width: calc(100% - 370px);
    padding-left: 0;
  }
  .general .container.smallleft .column:first-of-type {
    width: 310px;
  }
  footer#footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#footer .container .top .column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 30px);
            flex: 1 1 calc(25% - 30px);
    text-align: left;
  }
  .mobile-hero-tel {
    text-align: left;
  }
  footer#footer .container .top .social {
    text-align: left;
  }
  .hero-type-inside {
    min-height: 300px;
  }
  .general .container.timeline .column {
    width: calc(50% - 16px);
  }
  .general .container.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .general .container.timeline .column:nth-child(2n+2) {
    padding-left: 30px;
  }
  .cards.card-type-3.card-layout-1 .container .card {
    max-width: calc(50% - 10px);
  }
  .cards.card-type-3.card-layout-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero-type-inside .breadcrumbWrapper *,
  .hero-type-inside .breadcrumbWrapper a {
    color: #fff;
    font-size: 12px;
  }
  .hero-type-inside .breadcrumbWrapper {
    display: block;
  }
  #breadcrumbs > span > span {
    margin-right: 5px;
    display: inline-block;
  }
  .breadcrumb_last {
    padding-left: 5px;
  }
  .team-module h2 {
    text-align: left;
  }
  .product-sections > .columns > .column {
    padding-bottom: 30px;
  }
  .product-sections hr {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .product-feature .icon-card-module .inline-icon-card {
    width: calc(50% - 24px);
    min-width: calc(50% - 24px);
  }
  .pre-footer-sections {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .pre-footer-sections .column {
    width: calc(33.3333% - 14px);
    border-right: 1px solid #C5C5C9;
    border-bottom-width: 0;
    padding-right: 30px;
    padding-left: 30px;
  }
  .pre-footer-sections .column:last-child {
    border-right-width: 0;
    padding-right: 0px;
  }
  .prefooter-cta-module,
  .prefooter-quote {
    padding-top: 0;
    padding-bottom: 0;
  }
  .background-type-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #breadcrumbs {
    display: block;
  }
  .cards .container .card,
  .cards .container .inline-icon-card {
    width: calc(33.3333333% - 14px);
  }
  .cards .container {
    max-width: 1100px;
  }
  .cards.card-type-4 .container {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cards.card-layout-4 .container .card {
    max-width: 250px;
    margin-bottom: 20px;
  }
  body.page-id-2 {
    background: url(../img/home-bg-texture.webp) no-repeat 50% 520px/contain;
  }
  .general .container.halves {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .general .container.halves .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cards.card-layout-1 .container .card {
    width: 50%;
  }
  .cards.card-layout-2 .container .card {
    width: calc(33.3333333% - 16px);
  }
  .cards.card-layout-3 .container .card {
    width: calc(25% - 12px);
  }
  .cards.card-layout-4 .container .card {
    width: calc(20% - 16px);
  }
  .cards.card-type-2 .container .overlap-scroll-cards,
  .cards.card-type-3 .container .overlap-scroll-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-feature .columns .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-feature .video-slider-module {
    width: 50%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 0;
    margin-bottom: 0;
  }
  .product-feature .module.text-module,
  .product-feature .module.datasheet-module {
    width: 50%;
    padding-left: 55px;
    margin-left: auto;
  }
  .product-feature .module.datasheet-module.data-sheet-inline {
    width: 100%;
    padding-left: 0;
  }
  .inline-video-thumb,
  body section .inline-video-thumb {
    width: calc(20% - 12px);
    margin-bottom: 10px;
  }
  body section .inline-video-thumb[data-slide-num="4"],
  body section .inline-video-thumb[data-slide-num="9"],
  body section .inline-video-thumb[data-slide-num="14"],
  body section .inline-video-thumb.no-margin-right {
    margin-right: 0;
  }
  .cards.card-type-4 .container {
    max-width: 1220px;
  }
  .wrapper > section.product-feature {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1121px) {
  header#header .top {
    background-color: #fff;
  }
  header#header .top .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  header#header .top .container a {
    color: #1D1D1F;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
  }
  header#header .top .container .menu-utility-menu-container .menu:after {
    content: " ";
    display: block;
    width: 2px;
    height: 15px;
    background-color: #C2C2C5;
    position: absolute;
    top: 0;
    right: 0;
  }
  header#header .top .container .menu-utility-menu-container .menu {
    margin: 7px 14px;
    padding-right: 14px;
    line-height: 1;
  }
  header#header .top .container .menu-utility-menu-container .menu li {
    padding-top: 0;
    padding-bottom: 0;
  }
  header#header .top .container a.hero-tel {
    font-weight: 700;
  }
  header#header .main .container {
    position: relative;
  }
  header#header .main .container #main-menu {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header#header .main .container #main-menu .menu li a {
    font-size: 16px;
    font-weight: 400;
  }
  header#header .main .container #main-menu .menu li:hover a,
  header#header .main .container #main-menu .menu li.current-menu-item a {
    color: #E1272F;
  }
  header#header .top {
    border-bottom: 1px solid #E5E5E5;
  }
  header#header .main .container #main-menu .menu li .sub-menu li {
    text-align: left;
  }
  header#header .main .container #main-menu .menu li .sub-menu li a {
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 400;
  }
  header#header .main .container #main-menu .menu li .sub-menu {
    background-color: #fff;
  }
  #menu-utility-menu > li {
    position: relative;
  }
  header#header .top .container .menu-utility-menu-container .menu {
    height: 15px;
    z-index: 9;
    position: relative;
  }
  header#header .top .container .menu-utility-menu-container .menu li {
    padding-bottom: 18px;
  }
  header#header .top .container #menu-utility-menu > li > .sub-menu a {
    font-size: 14px;
    color: #fff;
  }
  header#header .top .container #menu-utility-menu > li > .sub-menu a:hover,
  header#header .top .container #menu-utility-menu > li > .sub-menu .current_page_item a {
    color: #E1272F;
    text-decoration: none;
  }
  #menu-utility-menu > li:hover > .sub-menu {
    display: block;
    width: 260px;
    position: absolute;
    top: 25px;
    left: -15px;
    background-color: #1D1D1E;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    z-index: 10;
    padding-left: 16px;
  }
  header#header .top .container .menu-utility-menu-container .menu#menu-utility-menu > li:hover > .sub-menu li {
    display: block;
    padding-left: 0;
  }
  header#header .main .container .logo {
    width: 148px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 148px;
            flex: 0 0 148px;
  }
  .menu-main-menu-1-container {
    margin-left: auto;
    margin-right: auto;
  }
  header .request-quote .btn:after {
    display: none;
  }
  header .request-quote .btn {
    background-color: #fff;
    color: #E1272F;
    line-height: 1;
    padding: 15px 28px 15px;
  }
  header .request-quote .btn:hover {
    color: #fff;
    background-color: #E1272F;
  }
  header #search-btn {
    position: absolute;
    right: 223px;
    top: 42px;
  }
  section.search.active {
    top: 128px;
  }
  #searchform {
    text-align: center;
  }
  #searchform form {
    width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .search.active #searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 660px;
    margin: auto;
  }
  .close-search {
    position: static;
    display: none;
  }
  .search-clear {
    position: relative;
    bottom: 0;
    top: auto;
    display: block;
    right: 42px;
  }
  .close-search-text {
    display: inline-block;
    text-decoration: none;
  }
  .close-search-text:hover {
    color: #E1272F;
    text-decoration: underline;
  }
  #menu-main-menu-2 > li:before,
  #menu-main-menu-1 > li:before {
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
  }
  #menu-main-menu-2 > li.menu-item-1652:before,
  #menu-main-menu-1 > li.menu-item-1652:before {
    background-image: url(../img/innovation-icon.svg);
  }
  #menu-main-menu-2 > li.menu-item-1055:before,
  #menu-main-menu-1 > li.menu-item-1055:before {
    background-image: url(../img/parts-icon.svg);
  }
  #menu-main-menu-2 > li.menu-item-1047:before,
  #menu-main-menu-1 > li.menu-item-1047:before {
    background-image: url(../img/dough-icon.svg);
  }
  #menu-main-menu-2 > li.menu-item-1040:before,
  #menu-main-menu-1 > li.menu-item-1040:before {
    background-image: url(../img/donuts-icon.svg);
  }
  #menu-main-menu-2 > li.menu-item-1652.current_page_ancestor:before,
  #menu-main-menu-1 > li.menu-item-1652.current_page_ancestor:before,
  #menu-main-menu-2 > li.menu-item-1652.current-menu-item:before,
  #menu-main-menu-1 > li#menu-item-1652.current-menu-item:before,
  #menu-main-menu-2 > li.menu-item-1652:hover:before,
  #menu-main-menu-1 > li#menu-item-1652:hover:before {
    background-image: url(../img/innovation-icon-hover.webp);
  }
  #menu-main-menu-2 > li.menu-item-1055.current_page_ancestor:before,
  #menu-main-menu-1 > li.menu-item-1055.current_page_ancestor:before,
  #menu-main-menu-2 > li.menu-item-1055.current-menu-item:before,
  #menu-main-menu-1 > li#menu-item-1055.current-menu-item:before,
  #menu-main-menu-2 > li.menu-item-1055:hover:before,
  #menu-main-menu-1 > li#menu-item-1055:hover:before {
    background-image: url(../img/parts-icon-hover.webp);
  }
  #menu-main-menu-2 > li.menu-item-1047.current_page_ancestor:before,
  #menu-main-menu-1 > li.menu-item-1047.current_page_ancestor:before,
  #menu-main-menu-2 > li.menu-item-1047.current-menu-item:before,
  #menu-main-menu-1 > li#menu-item-1047.current-menu-item:before,
  #menu-main-menu-2 > li.menu-item-1047:hover:before,
  #menu-main-menu-1 > li#menu-item-1047:hover:before {
    background-image: url(../img/dough-icon-hover.webp);
  }
  #menu-main-menu-2 > li.menu-item-1040.current_page_ancestor:before,
  #menu-main-menu-1 > li.menu-item-1040.current_page_ancestor:before,
  #menu-main-menu-2 > li.menu-item-1040.current-menu-item:before,
  #menu-main-menu-1 > li#menu-item-1040.current-menu-item:before,
  #menu-main-menu-2 > li.menu-item-1040:hover:before,
  #menu-main-menu-1 > li#menu-item-1040:hover:before {
    background-image: url(../img/donuts-icon-hover.webp);
  }
  header#header .main .container #main-menu .menu li:hover {
    cursor: pointer;
  }
  header#header .main .container #main-menu .menu li {
    padding-top: 35px;
  }
  header#header .main .container #main-menu .menu li:first-of-type {
    padding-left: 15px;
  }
  .menu-main-menu-1-container {
    padding-top: 20px;
  }
  header#header .top .container .menu li .sub-menu > .current_page_item a,
  header#header .top .container .current_page_ancestor > a,
  header#header .top .container a:hover {
    text-decoration: underline;
  }
  header#header .main .container #main-menu .menu li .sub-menu {
    max-width: 300px;
  }
  header#header .main .container #main-menu .menu li .sub-menu a:hover {
    text-decoration: underline;
  }
  header#header .main .container #main-menu > div > .menu > li.current_page_ancestor > a,
  header#header .main .container #main-menu .menu li .sub-menu li.current-menu-item a,
  header#header .main .container #main-menu .menu li .sub-menu li a:hover {
    color: #E1272F;
    text-decoration: none;
  }
  header#header .main .container #main-menu #menu-main-menu-2 > li,
  header#header .main .container #main-menu #menu-main-menu-1 > li {
    border-bottom: 4px solid #fff;
  }
  header#header .main .container #main-menu #menu-main-menu-2 > li.current_page_ancestor,
  header#header .main .container #main-menu #menu-main-menu-1 > li.current_page_ancestor,
  header#header .main .container #main-menu #menu-main-menu-2 > li.current-menu-item,
  header#header .main .container #main-menu #menu-main-menu-1 > li.current-menu-item,
  header#header .main .container #main-menu #menu-main-menu-2 > li:hover,
  header#header .main .container #main-menu #menu-main-menu-1 > li:hover {
    border-bottom: 4px solid #E1272F;
  }
  header#header .main .container #main-menu #menu-main-menu-2 > li > a{
    padding: 35px 16px 16px;
    z-index:2;
    position: relative;
  }
  header#header .main .container #main-menu .menu li .sub-menu {
    top: 81px;
  }
  .cards.card-type-2 .container .overlap-scroll-cards,
  .cards.card-type-3 .container .overlap-scroll-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cards.card-type-2 .container,
  .cards.card-type-3 .container {
    display: block;
    max-width: 1370px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-feature .icon-card-module .inline-icon-card {
    width: calc(25% - 15px);
    min-width: 100px;
  }
  body .product-feature .icon-card-module {
    padding-bottom: 20px;
  }
  body .product-feature .icon-card-module h2,
  body .icon-card-module h2 {
    width: 100%;
  }
  .card-type-2.card-layout-2 .container {
    max-width: 900px;
  }
  .card-type-2.card-layout-2 .overlap-scroll-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pre-footer-sections {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .pre-footer-sections .column {
    width: auto;
  }
  .background-type-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pre-footer-sections .column {
    padding-left: 60px;
    padding-right: 60px;
  }
  .team-group .team-member .team-headshot {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
  .team-group .team-member {
    width: calc(33.3333% - 14px);
    margin-bottom: 30px;
  }
  .text-module * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  body section.gray {
    padding-top: 47px;
  }
  .image-slider-module h3 {
    font-size: 26px;
  }
  .general .container.smallright .column:first-of-type {
    padding-right: 40px;
  }
  .cards.card-type-3.card-layout-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  .cards.card-type-3.card-layout-2 .container .card {
    margin-bottom: 0;
  }
  .cards.card-type-5.card-layout-2 {
    padding-bottom: 65px;
  }
  .pre-footer.background-type-1 .pre-footer-sections .column {
    width: 33.3333%;
  }
  header#header .main .container #main-menu > div > .menu > li:last-of-type {
    padding-right: 20px;
  }
  .form-module {
    padding-right: 100px;
  }
  #menu-main-menu-2 > li:before,
  #menu-main-menu-1 > li:before {
    top: 0;
    z-index: 1;
  }
  header#header .main .container #main-menu #menu-main-menu-1 > li {
    padding-top: 0;
  }
  header#header .main .container #main-menu #menu-main-menu-1 > li > a {
    padding-top: 35px;
    display: block;
    z-index: 2;
    position: relative;
  }
  #timeline .timeline-container {
    overflow: hidden;
  }
  #timeline .timeline-photo,
  #timeline .timeline-caption,
  #timeline .timeline-text,
  #timeline .timeline-video {
    display: block;
    float: left;
    position: relative;
    width: 428px;
  }
  #timeline .timeline-text {
    text-align: left;
  }
  #timeline .timeline-text h2 {
    font-size: 40px;
  }
  #timeline .timeline-caption.right,
  #timeline .timeline-photo.right,
  #timeline .timeline-text.right,
  #timeline .timeline-video.right {
    float: right;
  }
  #timeline .timeline-photo-crosslink {
    position: relative;
  }
  #timeline .timeline-photo-crosslink:after,
  #timeline .timeline-photo-crosslink:before {
    content: "â—†";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    font-size: 15px;
    width: 10px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #e20020;
  }
  #timeline .timeline-photo-crosslink:before {
    margin-left: -50px;
  }
  #timeline .timeline-photo-crosslink:after {
    margin-left: 40px;
  }
  #timeline .timeline-crosslink {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .product-feature-nav a,
  .product-feature-nav a.active-product-nav {
    display: inline-block;
  }
  .product-feature-nav a.selected-section-nav-item,
  body .product-feature-nav.show-product-nav a.selected-section-nav-item {
    display: none;
  }
  body .product-feature-nav .container {
    max-width: 100%;
  }
  .product-feature-nav a {
    border-bottom-width: 0;
  }
}
@media screen and (min-width: 1400px) {
  .hero-type-full > .container {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}