:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.product--field-downloads {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
.product--field-downloads .row {
  margin-left: -10px;
  margin-right: -10px;
}
.product--field-downloads .inner {
  background: #fff;
}
@media (min-width: 992px) {
  .product--field-downloads {
    background: #333333;
  }
  .product--field-downloads .inner {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .product--field-downloads {
    background: #fff;
    padding-bottom: 0;
    padding-top: 0;
  }
  .product--field-downloads .inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .product--field-downloads .inner {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 35px;
    padding-top: 2.1875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.product--field-downloads .row {
  margin-left: -15px;
  margin-right: -15px;
}
.product--field-downloads .inner {
  padding: 50px 30px 39px;
  padding: 3.125rem 1.875rem 2.4375rem;
}
.product--field-downloads .file {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  display: block;
  min-height: 18px;
  padding-left: 0;
  position: relative;
}
.product--field-downloads .file:before, .product--field-downloads .file:after {
  height: 18px;
  height: 1.125rem;
  width: 18px;
  width: 1.125rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 3px;
}
.product--field-downloads .file:before {
  background: url("../../images/icons/download.png") no-repeat top 3px left;
  background-size: 18px auto;
}
.product--field-downloads .file:after {
  background: url("../../images/icons/download-active.png") no-repeat top 3px left;
  background-size: 18px auto;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 1;
}
.product--field-downloads .file:hover a {
  color: #E25303;
}
.product--field-downloads .file:hover:after {
  opacity: 1;
}
.product--field-downloads .file a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7692407692;
  padding-left: 30px;
  padding-left: 1.875rem;
  color: #333333;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.product--field-downloads .all a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 7px 15px 5px;
  padding: 0.4375rem 0.9375rem 0.3125rem;
  background: #777777;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.product--field-downloads .all a:hover {
  background: #333333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.product--field-downloads .node-title {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.product--field-downloads .node-title a {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.product--field-downloads .left-side > .row {
  height: 100%;
}
.product--field-downloads .left-side h3 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #333333;
  font-weight: 500;
}
.product--field-downloads .left-side .last,
.product--field-downloads .left-side .first {
  padding-right: 35px;
  padding-right: 2.1875rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product--field-downloads .left-side .last .all,
.product--field-downloads .left-side .first .all {
  margin-top: auto;
}
.product--field-downloads .left-side .last a {
  text-transform: uppercase;
}
.product--field-downloads .right-side {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.product--field-downloads .right-side .downloads-slider {
  width: 100%;
}
.product--field-downloads .right-side .downloads-note {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
.product--field-downloads .downloads-slider {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 60px;
  padding-left: 3.75rem;
  padding-right: 60px;
  padding-right: 3.75rem;
}
.product--field-downloads .downloads-slider .media {
  display: block;
}
.product--field-downloads .downloads-slider img {
  margin-left: auto;
  margin-right: auto;
}
.product--field-downloads .swiper-button {
  margin-top: -26px;
  margin-top: -1.625rem;
}
.product--field-downloads .swiper-button-prev {
  left: 19px;
  left: 1.1875rem;
}
.product--field-downloads .swiper-button-next {
  right: 20px;
  right: 1.25rem;
}
.product--field-downloads .swiper-pagination {
  margin-top: -16px;
  margin-top: -1rem;
  bottom: auto;
  line-height: 1;
  top: 100%;
}
.product--field-downloads .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  background: none;
  border: 1px solid #E25303;
  margin-left: 2.5px;
  margin-right: 2.5px;
  opacity: 1;
}
.product--field-downloads .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 10px;
  border-radius: 0.625rem;
  width: 25px;
  width: 1.5625rem;
  background: #E25303;
}
@media (min-width: 992px) {
  .product--field-downloads .inner {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .product--field-downloads .inner.show {
    display: block;
  }
  .product--field-downloads .left-side .first,
  .product--field-downloads .left-side .last {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product--field-downloads .left-side .first .all,
  .product--field-downloads .left-side .last .all {
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .product--field-downloads .right-side {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .product--field-downloads .inner {
    padding: 20px 0 15px;
  }
  .product--field-downloads .right-side {
    display: none;
  }
  .product--field-downloads .first {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  .product--field-downloads .left-side .row {
    height: auto;
  }
  .product--field-downloads .left-side .first .all,
  .product--field-downloads .left-side .last .all {
    padding-top: 8px;
    padding-top: 0.5rem;
  }
}

/*# sourceMappingURL=field--name-downloads.css.map */
