html {
  position: relative;
  min-height: 100%; }

body {
  font-size: 16px;
  color: #000; }

p a {
  color: #000;
  text-decoration: underline; }
  p a:hover {
    text-decoration-color: #ED1C24; }

.-av-article-boxed .container {
  width: calc(100% - 2rem) !important;
  padding: 0;
  margin-left: 1rem;
  margin-right: 1rem; }

.-av-mb {
  margin-bottom: 1rem; }

.av-cta {
  font-family: 'CorporateS-Demi';
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  background: #fff;
  color: #000;
  margin-right: 1rem;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  border: 1px solid #707070; }
  .av-cta:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
    text-decoration: none; }
  .av-cta:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 21px;
    right: 1.25rem;
    top: 50%;
    margin-top: -12px;
    color: #ED1C24; }

.-av-light-text .av-cta {
  background: transparent;
  color: #fff;
  border-color: #fff; }
  .-av-light-text .av-cta:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
    text-decoration: none; }

.-av-content-compact .av-cta {
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 0rem;
  margin-right: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  border-width: 0; }
  .-av-content-compact .av-cta:hover {
    color: #fff;
    background-color: transparent;
    text-decoration: underline; }
    .-av-content-compact .av-cta:hover:after {
      color: #ED1C24; }
  .-av-content-compact .av-cta:after {
    color: #fff; }

.-av-content-compact.-av-light-text .av-cta {
  background: transparent;
  padding: 0 3rem 0 0; }
  .-av-content-compact.-av-light-text .av-cta:hover {
    color: #fff; }

.-av-cmp-bg-img {
  overflow: hidden;
  position: relative; }
  .-av-cmp-bg-img.-av-content-wide .-av-bg-img-inner {
    position: relative; }
    .-av-cmp-bg-img.-av-content-wide .-av-bg-img-inner > .-av-cmp-bg-overlay {
      position: absolute;
      z-index: 12;
      left: 10%;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 35%;
      padding: 0 1rem; }
      @media (max-width: 1200px) {
        .-av-cmp-bg-img.-av-content-wide .-av-bg-img-inner > .-av-cmp-bg-overlay {
          bottom: 5%;
          left: 5%;
          width: 90%; } }
      .-av-cmp-bg-img.-av-content-wide .-av-bg-img-inner > .-av-cmp-bg-overlay p {
        font-size: 18px; }
  .-av-cmp-bg-img.-av-content-wide.-av-hero-right .-av-bg-img-inner > .-av-cmp-bg-overlay {
    left: auto;
    right: 10%; }
    @media (max-width: 768px) {
      .-av-cmp-bg-img.-av-content-wide.-av-hero-right .-av-bg-img-inner > .-av-cmp-bg-overlay {
        left: 5%; } }
  @media (max-width: 375px) {
    .-av-cmp-bg-img.-av-content-wide .-av-bg-img-inner > .-av-cmp-bg-overlay {
      width: 90%; } }
  .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner .-av-cmp-bg-overlay {
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 40%;
    max-width: 460px;
    padding: 0 1rem;
    z-index: 12; }
    .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner .-av-cmp-bg-overlay p {
      font-family: 'CorporateS-Light';
      font-size: 21px;
      line-height: 25px;
      margin: 0; }
    @media (max-width: 768px) {
      .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner .-av-cmp-bg-overlay {
        bottom: 10%;
        left: 10%;
        width: 80%; } }
  .-av-cmp-bg-img.-av-content-compact.-av-shrink .-av-bg-img-inner > .-av-cmp-bg-overlay {
    bottom: 15%;
    left: 10%;
    width: 45%; }
    @media (max-width: 1200px) {
      .-av-cmp-bg-img.-av-content-compact.-av-shrink .-av-bg-img-inner > .-av-cmp-bg-overlay {
        bottom: 10%;
        left: 10%;
        width: 80%; } }
  .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom-width: 0;
    border-right-width: 0;
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    opacity: 0; }
  .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    opacity: 0; }
  .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay > .-bg-overlay-btm::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-width: 0;
    border-right-width: 0;
    position: absolute;
    bottom: -1.5rem;
    left: -1.5rem;
    opacity: 0; }
  .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay > .-bg-overlay-btm::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-width: 0;
    border-left-width: 0;
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    opacity: 0; }
  .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay:hover::after, .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay:hover::before, .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay:hover > .-bg-overlay-btm::after, .-av-cmp-bg-img.-av-content-compact .-av-bg-img-inner > .-av-cmp-bg-overlay:hover > .-bg-overlay-btm::before {
    opacity: 1; }
  .-av-cmp-bg-img h1, .-av-cmp-bg-img h2, .-av-cmp-bg-img h3, .-av-cmp-bg-img h4, .-av-cmp-bg-img h5, .-av-cmp-bg-img h6, .-av-cmp-bg-img .h1, .-av-cmp-bg-img .h2, .-av-cmp-bg-img .h3, .-av-cmp-bg-img .h4, .-av-cmp-bg-img .h5, .-av-cmp-bg-img .h6 {
    color: inherit; }
  .-av-cmp-bg-img.-av-light-text {
    color: #fff; }
    .-av-cmp-bg-img.-av-light-text a {
      color: #fff; }
    .-av-cmp-bg-img.-av-light-text .-av-bg-img-inner::after {
      background: none !important; }
  .-av-cmp-bg-img.-av-full-width {
    width: 100%; }
    .-av-cmp-bg-img.-av-full-width .-av-bg-img-inner > .-av-cmp-bg-img-img {
      width: 100%; }
  .-av-cmp-bg-img .-av-bg-img-inner > .-av-cmp-bg-img-img {
    width: 100%; }
    @media (max-width: 768px) {
      .-av-cmp-bg-img .-av-bg-img-inner > .-av-cmp-bg-img-img {
        width: auto;
        max-width: initial;
        height: 100%; } }
  .-av-cmp-bg-img.-av-zoom:hover .-av-bg-img-inner > .-av-cmp-bg-img-img {
    transform: scale(1.1); }
  .-av-cmp-bg-img .-av-bg-img-inner > .-av-cmp-bg-img-img {
    transform: scale(1);
    transition: opacity .5s ease, transform .5s ease; }
  .-av-cmp-bg-img .-av-bg-img-inner > .-av-hoverimg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .-av-cmp-bg-img:hover .-av-bg-img-inner > .-av-hoverimg {
    opacity: 1; }

.-av-cmp-img {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .-av-cmp-img > .-av-img-inner {
    position: relative;
    display: inline-block; }
  .-av-cmp-img.-av-full-width {
    width: 100%; }
    .-av-cmp-img.-av-full-width > .-av-img-inner > .-av-cmp-img-img {
      width: 100%; }
  .-av-cmp-img.-av-zoom:hover > .-av-img-inner > .-av-cmp-img-img {
    transform: scale(1.1); }
  .-av-cmp-img > .-av-img-inner > .-av-cmp-img-img {
    transform: scale(1);
    transition: opacity .5s ease, transform .5s ease; }
  .-av-cmp-img > .-av-img-inner > .-av-hoverimg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  .-av-cmp-img:hover > .-av-img-inner > .-av-hoverimg {
    opacity: 1; }

.-av-bg-clickable:hover {
  cursor: pointer; }

@media only screen and (min-width: 992px) {
  .-av-two-column {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .-av-two-column > .-av-column-left {
      position: relative;
      margin-right: 0.5rem;
      width: calc(50% - 0.5rem);
      flex: 1 0 calc(50% - 0.5rem); }
    .-av-two-column > .-av-column-right {
      position: relative;
      margin-left: 0.5rem;
      width: calc(50% - 0.5rem);
      flex: 1 0 calc(50% - 0.5rem); }
    .-av-two-column.-av-col-gap-0 > .-av-column-left {
      position: relative;
      margin-right: 0rem;
      width: 50%;
      flex: 1 0 50%; }
    .-av-two-column.-av-col-gap-0 > .-av-column-right {
      position: relative;
      margin-left: 0rem;
      width: 50%;
      flex: 1 0 50%; } }
.-av-column-left .-av-product-slider .prod-highlights,
.-av-column-right .-av-product-slider .prod-highlights {
  margin: 1rem 2rem; }
.-av-column-left > .-av-cmp-text,
.-av-column-right > .-av-cmp-text {
  padding: 0 3rem; }
  @media (max-width: 768px) {
    .-av-column-left > .-av-cmp-text,
    .-av-column-right > .-av-cmp-text {
      padding: 1rem; } }
  .-av-column-left > .-av-cmp-text p,
  .-av-column-right > .-av-cmp-text p {
    font-family: 'CorporateS-Light';
    font-size: 18px; }
.-av-column-left > .-av-cmp-camera-stats,
.-av-column-right > .-av-cmp-camera-stats {
  padding: 0 4rem; }
  @media (max-width: 768px) {
    .-av-column-left > .-av-cmp-camera-stats,
    .-av-column-right > .-av-cmp-camera-stats {
      padding: 1rem; } }

.-av-product-slider {
  max-width: 100%;
  overflow: hidden;
  width: 100%; }
  .-av-product-slider .panel {
    margin-bottom: 0; }

.-av-prod-carousel-mini {
  width: 100%; }

/* Product highlight styles */
.-av-product-slider {
  /* making buttons into sqaure*/ }
  .-av-product-slider .prod-highlights {
    padding: 0; }
  .-av-product-slider .panel:hover {
    background-color: #fff; }
  @media (max-width: 576px) {
    .-av-product-slider .add-to-cart {
      width: 100%;
      margin-top: 18px; } }
  @media (max-width: 576px) {
    .-av-product-slider .product-price-addtocart-wrapper {
      margin-top: 18px;
      flex-wrap: wrap; } }
  @media (max-width: 576px) {
    .-av-product-slider .av-list-item-details {
      padding: 16px 45px; } }
  .-av-product-slider .slick-prev, .-av-product-slider .slick-next {
    height: 70px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.09); }
  .-av-product-slider .slick-prev:before, .-av-product-slider .slick-next:before {
    color: #FFFFFF; }
  .-av-product-slider .slick-prev:hover, .-av-product-slider .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  .-av-product-slider .slick-prev {
    left: 16px; }
    @media (max-width: 768px) {
      .-av-product-slider .slick-prev {
        left: 7px; } }
  .-av-product-slider .slick-next {
    right: 0px; }
    @media (max-width: 992px) {
      .-av-product-slider .slick-next {
        right: 15px; } }
    @media (max-width: 768px) {
      .-av-product-slider .slick-next {
        right: 7px; } }
  .-av-product-slider .slick-prev:hover::before, .-av-product-slider .slick-next:hover::before {
    color: #EA3B33; }
  .-av-product-slider button.add-to-cart {
    background-color: #fff; }
  .-av-product-slider .add-to-cart:hover {
    background-color: #000000 !important;
    color: #FFFFFF; }
  @media (max-width: 576px) {
    .-av-product-slider .av-list-item-card .av-list-item-details .product-title {
      max-width: 170px; } }
  .-av-product-slider .av-list-item-card .av-list-item-details .product-title a {
    color: #000; }
  @media (max-width: 768px) {
    .-av-product-slider .slick-track {
      padding: 0px; } }

.-av-section {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  @media (max-width: 576px) {
    .-av-section {
      padding-left: 1rem;
      padding-right: 1rem; } }
  .-av-section h1, .-av-section h2, .-av-section h3, .-av-section h4, .-av-section h5, .-av-section h6, .-av-section .h1, .-av-section .h2, .-av-section .h3, .-av-section .h4, .-av-section .h5, .-av-section .h6 {
    font-family: 'CorporateS-Bold';
    color: inherit; }

.-av-section::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-width: 0;
  border-right-width: 0;
  position: absolute;
  top: 4rem;
  left: 1rem; }
.-av-section::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom-width: 0;
  border-left-width: 0;
  position: absolute;
  top: 4rem;
  right: 1rem; }
.-av-section > .-av-section-wrap {
  position: relative; }
  @media (min-width: 992px) {
    .-av-section > .-av-section-wrap .-av-cmp-text h3 {
      font-size: 36px; } }
  .-av-section > .-av-section-wrap::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top-width: 0;
    border-right-width: 0;
    position: absolute;
    bottom: -2rem;
    left: -2rem; }
    @media (max-width: 576px) {
      .-av-section > .-av-section-wrap::after {
        left: 0; } }
  .-av-section > .-av-section-wrap::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top-width: 0;
    border-left-width: 0;
    position: absolute;
    bottom: -2rem;
    right: -2rem; }
    @media (max-width: 576px) {
      .-av-section > .-av-section-wrap::before {
        right: 0; } }

.-av-section.-av-section-primary {
  background: #fff;
  color: #000; }
  .-av-section.-av-section-primary p {
    font-size: 18px; }
    .-av-section.-av-section-primary p:last-child {
      margin-bottom: 2rem; }
  .-av-section.-av-section-primary .-av-carousel {
    overflow: auto; }
  .-av-section.-av-section-primary .-av-section-wrap {
    margin-top: 2rem; }
    .-av-section.-av-section-primary .-av-section-wrap .-av-cmp-text h3 {
      margin-top: 0; }
  .-av-section.-av-section-primary .-av-product-slider .slick-list {
    margin-bottom: 2rem; }

.-av-section.-av-section-secondary {
  background: #000;
  color: #fff; }
  .-av-section.-av-section-secondary::before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom-width: 0;
    border-left-width: 0; }
  .-av-section.-av-section-secondary::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom-width: 0;
    border-right-width: 0; }
  .-av-section.-av-section-secondary > .-av-section-wrap::before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-width: 0;
    border-left-width: 0; }
  .-av-section.-av-section-secondary > .-av-section-wrap::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-width: 0;
    border-right-width: 0; }

.-av-cmp-video {
  position: relative; }

.-av-cmp-vid-wrap {
  position: relative; }

.-av-cmp-vid-content {
  width: 100%;
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  transition: opacity .25s ease;
  opacity: 1; }
  .-av-cmp-vid-content h1, .-av-cmp-vid-content h2, .-av-cmp-vid-content h3, .-av-cmp-vid-content h4, .-av-cmp-vid-content h5, .-av-cmp-vid-content h6, .-av-cmp-vid-content .h1, .-av-cmp-vid-content .h2, .-av-cmp-vid-content .h3, .-av-cmp-vid-content .h4, .-av-cmp-vid-content .h5, .-av-cmp-vid-content .h6 {
    color: inherit; }

.plyr--playing + .-av-cmp-vid-content {
  opacity: 0; }

.-av-light-text > .-av-cmp-vid-container > .-av-cmp-vid-wrap > .-av-cmp-vid-content {
  color: #fff; }

.plyr__control[data-plyr="play"] {
  background: transparent;
  border: 2px solid #fff;
  opacity: 1; }
  .plyr__control[data-plyr="play"]:hover {
    background: transparent !important;
    opacity: 0.6 !important; }
  .plyr__control[data-plyr="play"] > svg {
    fill: transparent;
    stroke: #fff; }

.-av-cmp-camera-stats {
  font-family: 'CorporateS-Demi';
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem; }
  .-av-cmp-camera-stats .-av-cmp-camera-stat {
    flex-grow: 1; }
  .-av-cmp-camera-stats .-av-cmp-camera-stat-value {
    font-size: 36px;
    line-height: 42px; }
    @media (min-width: 1200px) {
      .-av-cmp-camera-stats .-av-cmp-camera-stat-value {
        font-size: 72px;
        line-height: 86px; } }
  .-av-cmp-camera-stats .-av-cmp-camera-stat-unit {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1200px) {
      .-av-cmp-camera-stats .-av-cmp-camera-stat-unit {
        font-size: 23px;
        line-height: 28px; } }
  .-av-cmp-camera-stats .-av-cmp-camera-stat-desc {
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1200px) {
      .-av-cmp-camera-stats .-av-cmp-camera-stat-desc {
        font-size: 23px;
        line-height: 28px; } }

.-av-carousel-wrap-mini .slick-slide {
  transition: opacity 0.5s ease; }
.-av-carousel-wrap-mini .-av-mini-slide {
  max-width: 1000px !important; }
  @media (min-width: 768px) and (max-width: 992px) {
    .-av-carousel-wrap-mini .-av-mini-slide {
      max-width: 670px !important; } }
  @media (min-width: 992px) {
    .-av-carousel-wrap-mini .-av-mini-slide {
      max-width: 1000px !important; } }
  @media (max-width: 576px) {
    .-av-carousel-wrap-mini .-av-mini-slide .-av-cmp-bg-overlay {
      max-width: 300px !important;
      left: calc(50% - 150px) !important; } }
.-av-carousel-wrap-mini .slick-prev, .-av-carousel-wrap-mini .slick-next {
  height: 70px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.09); }
.-av-carousel-wrap-mini .slick-prev:before, .-av-carousel-wrap-mini .slick-next:before {
  color: #FFFFFF; }
.-av-carousel-wrap-mini .slick-prev {
  left: 0px; }
.-av-carousel-wrap-mini .slick-next {
  right: 0px; }
.-av-carousel-wrap-mini .slick-prev:hover, .-av-carousel-wrap-mini .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.2); }
.-av-carousel-wrap-mini .slick-prev:hover::before, .-av-carousel-wrap-mini .slick-next:hover::before {
  color: #EA3B33; }
@media (max-width: 768px) {
  .-av-carousel-wrap-mini .slick-dots li {
    margin: 0; } }
.-av-carousel-wrap-mini .slick-dots li button {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  opacity: 0.18;
  margin-top: 10px; }
.-av-carousel-wrap-mini li.slick-active button {
  background-color: #EC494D;
  border: 1px solid #EC494D;
  opacity: 1; }
.-av-carousel-wrap-mini .slick-dots li button:before {
  content: '' !important; }

@media (min-width: 1200px) {
  .-av-prod-carousel .slick-list {
    padding: 0 10% 0 0 !important; } }

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in; }

@media (max-width: 768px) {
  .slick-list .-av-bg-img-inner > .-av-cmp-bg-img-img {
    width: 100%;
    height: auto; }
  .slick-list .home-feature-product {
    width: 100%; }
  .slick-list .panel {
    margin: 0;
    height: 100%; } }

.slick-track {
  padding: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'CorporateS-Bold';
  color: #000;
  margin: 12.5px 0; }

.-av-cmp-text.-av-shrink h2 {
  font-size: 45px; }
  @media (max-width: 1200px) {
    .-av-cmp-text.-av-shrink h2 {
      font-size: 36px; } }
.-av-cmp-text.-av-shrink h3 {
  font-size: 36px; }
.-av-cmp-text.-av-shrink h4 {
  font-size: 27px; }
.-av-cmp-text.-av-shrink h2::after, .-av-cmp-text.-av-shrink h3::after, .-av-cmp-text.-av-shrink h4::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.25rem;
  background: #E50019;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.-av-content-compact h2::after, .-av-content-compact h3::after, .-av-content-compact h4::after,
.-av-cmp-video h2::after,
.-av-cmp-video h3::after,
.-av-cmp-video h4::after {
  display: none !important; }

.-av-cmp-quote {
  display: flex;
  flex-direction: row; }

.-av-cmp-quote:not(.-av-shrink) {
  margin-bottom: 2rem; }

.-av-cmp-quote-left::before {
  content: "\f10d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  width: 6rem;
  text-align: center;
  opacity: 0.3; }

.-av-cmp-quote-right::before {
  content: "\f10e";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  width: 6rem;
  text-align: center;
  opacity: 0.3; }

.-av-cmp-quote-text {
  flex-grow: 1; }

.-av-cmp-quote h2, .-av-cmp-quote h3, .-av-cmp-quote h4 {
  border-bottom-width: 0; }

.-av-cmp-quote-text {
  font-size: 150%; }

.-av-cmp-text li {
  padding-left: 1.5rem;
  position: relative; }
  .-av-cmp-text li::before {
    content: "\f105";
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 0;
    font: normal normal normal 20px/1 FontAwesome;
    color: #ED1C24; }
  .-av-cmp-text li > p {
    margin-bottom: 0.25rem; }

.-av-featured-product.container {
  padding: 3rem 2rem; }
  @media (min-width: 992px) {
    .-av-featured-product.container {
      width: 80% !important;
      padding: 1rem;
      margin-left: auto;
      margin-right: auto; } }
  .-av-featured-product.container .multiple-images {
    margin-top: 3rem; }
.-av-featured-product .section-title {
  color: #000; }
  @media (min-width: 992px) {
    .-av-featured-product .section-title {
      font-size: 72px;
      line-height: 82px; } }
.-av-featured-product .multiple-images .indiv-small-img {
  border: 1px solid rgba(112, 112, 112, 0.27);
  margin: 5px; }
.-av-featured-product .featured-product-info {
  position: relative; }
  .-av-featured-product .featured-product-info::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-width: 0;
    border-right-width: 0;
    position: absolute;
    top: -1.5rem;
    left: -1.5rem; }
  .-av-featured-product .featured-product-info::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    top: -1.5rem;
    right: -1.5rem; }
  .-av-featured-product .featured-product-info > .-bg-overlay-btm::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top-width: 0;
    border-right-width: 0;
    position: absolute;
    bottom: -1.5rem;
    left: -1.5rem; }
  .-av-featured-product .featured-product-info > .-bg-overlay-btm::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top-width: 0;
    border-left-width: 0;
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem; }
