@font-face {
  font-family: "basefont";
  font-style: normal;
  font-display: auto;
  src: url("https://cdn2.hubspot.net/hubfs/5002803/fonts/Nunito-Regular.woff");
}
@font-face {
  font-family: "headfont";
  font-style: normal;
  font-display: auto;
  src: url("https://cdn2.hubspot.net/hubfs/5002803/fonts/LeagueGothic-Regular.woff");
}
.wysiwig img {
  width: 100%;
  height: auto;
}
.wysiwig li {
  font-family: basefont, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #505050;
  color: #505050;
  margin-bottom: 0.5em;
}
.module--theme-light .wysiwig li, .module--theme-dark .wysiwig li {
  color: inherit;
}
@media (min-width: 768px) and (min-width: 768px) {
  .module--align-left .wysiwig li {
    text-align: left;
  }
  .module--align-right .wysiwig li {
    text-align: right;
  }
  .module--align-center .wysiwig li {
    text-align: center;
  }
}
@media (min-width: 1320px) {
  .wysiwig li {
    font-family: basefont, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: none;
    color: #505050;
  }
}
.wysiwig p {
  font-family: basefont, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #505050;
  color: #505050;
  margin: 1em 0;
  text-align: left;
  word-break: break-word;
}
.module--theme-light .wysiwig p, .module--theme-dark .wysiwig p {
  color: inherit;
}
@media (min-width: 768px) and (min-width: 768px) {
  .module--align-left .wysiwig p {
    text-align: left;
  }
  .module--align-right .wysiwig p {
    text-align: right;
  }
  .module--align-center .wysiwig p {
    text-align: center;
  }
}
@media (min-width: 1320px) {
  .wysiwig p {
    font-family: basefont, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: none;
    color: #505050;
  }
}
.wysiwig p:first-child {
  margin-top: 0;
}
.wysiwig p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wysiwig p {
    text-align: left;
    word-break: normal;
  }
}
.wysiwig h1,
.wysiwig h2,
.wysiwig h3 {
  margin: 24px 0;
  color: #d0021b;
}
.wysiwig h4,
.wysiwig h5,
.wysiwig h6 {
  margin: 16px 0;
  color: #d0021b;
}

.carousel-press {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-press--padded {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .carousel-press--padded {
    padding: 120px 0;
  }
}
.carousel-press--repeats {
  background-repeat: repeat;
  background-size: auto;
}
.carousel-press .slick-dots:focus,
.carousel-press .slick-dots button:focus,
.carousel-press .slick-arrow:focus,
.carousel-press .nav-arrow:focus {
  outline: 0;
}
.carousel-press .slick-slide {
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0s;
  opacity: 0;
}
.carousel-press .slick-center {
  transition-delay: 0.35s;
  opacity: 1;
}
.carousel-press .slick-slider {
  max-width: 320px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .carousel-press .slick-slider {
    max-width: 748px;
  }
}
@media (min-width: 768px) {
  .carousel-press .slick-slider {
    max-width: 984px;
  }
}
@media (min-width: 1320px) {
  .carousel-press .slick-slider {
    max-width: 1280px;
  }
}
.carousel-press .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  border: 0;
  cursor: pointer;
  pointer-events: all;
  border: 0;
  border-radius: 19px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.16);
  background-color: #d0021b;
  width: 38px;
  height: 38px;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(#d0021bdeg);
  z-index: 2;
  background-color: #d0021b;
  fill: #d0021b;
  color: #d0021b;
}
.carousel-press .slick-arrow svg {
  margin-top: 3px;
  margin-left: -2px;
  width: 60%;
  height: 60%;
  color: #fff;
  fill: #fff;
}
.carousel-press .slick-arrow::before {
  content: "";
}
.carousel-press .slick-arrow:focus {
  outline: 0;
}
@media (max-width: 1319.98px) {
  .carousel-press .slick-arrow {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel-press .slick-arrow {
    display: inline-block !important;
  }
}
.carousel-press .slick-arrow .icon {
  width: 100%;
  height: 100%;
  width: 20px;
  height: 20px;
}
.carousel-press .slick-next {
  right: 0;
  right: 16px;
}
.carousel-press .slick-prev {
  left: 0;
  left: 16px;
}
.carousel-press .slick-prev svg {
  transform: rotate(180deg);
}
.carousel-press .slick-dots {
  display: flex !important;
  justify-content: center;
  margin: 24px auto;
  padding: 0;
  list-style: none;
}
.carousel-press .slick-dots li {
  list-style: none;
}
.carousel-press .slick-dots li.slick-active button {
  background: #505050;
}
.carousel-press .slick-dots button {
  appearance: none;
  display: inline-block;
  margin: 0 7px;
  outline: 0;
  border: 1px solid #505050;
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}
@media (min-width: 1320px) {
  .carousel-press .slick-dots {
    display: none;
  }
}
.carousel-press .slick-dots li {
  max-width: 188.3333333333px;
}
.carousel-press__container {
  position: relative;
}

.carousel-press__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: 0;
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.carousel-press__content {
  position: relative;
  max-width: 100%;
}

.carousel-press__title,
.carousel-press__item {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .carousel-press__title,
.carousel-press__item {
    padding: 0 60px;
  }
}

.carousel-press__copy,
.carousel-press__name {
  font-family: basefont, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: none;
  color: #505050;
  text-align: center;
  text-transform: inherit;
  color: #fff;
}
@media (min-width: 768px) {
  .carousel-press__copy,
.carousel-press__name {
    margin: 0 auto;
    max-width: 600px;
  }
}

.carousel-press__name {
  margin-top: 16px;
  color: #d0021b;
}
@media (min-width: 768px) {
  .carousel-press__name {
    margin-top: 30px;
  }
}

.carousel-press__title {
  font-family: headfont, arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 16px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .carousel-press__title {
    font-family: headfont, arial, sans-serif;
    font-size: 60px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
  }
}

.carousel-press__list .slick-track {
  display: flex;
  align-items: center;
}

.carousel-press__logo,
.carousel-press__logo--top {
  position: relative;
  margin-top: 24px;
  text-align: center;
}
.carousel-press__logo img,
.carousel-press__logo--top img {
  display: inline-block !important;
  max-width: 200px;
}

@media (min-width: 768px) {
  .carousel-press__logo {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .carousel-press__logo--top {
    margin: 0 0 30px;
  }
}

.carousel-press__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  min-width: 137px;
  text-align: center;
}
@media (min-width: 768px) {
  .module--align-left .carousel-press__actions {
    text-align: left;
  }
  .module--align-right .carousel-press__actions {
    text-align: right;
  }
  .module--align-center .carousel-press__actions {
    text-align: center;
  }
}
.carousel-press__actions.content-block__actions--align-left {
  text-align: left;
}
.carousel-press__actions.content-block__actions--align-right {
  text-align: right;
}
.carousel-press__actions > * {
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
}
.carousel-press__actions > *:first-child {
  margin-left: 0;
}
.carousel-press__actions > *:last-child {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .carousel-press__actions > * {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  .carousel-press__actions[data-count="1"] > * {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .carousel-press__actions[data-count="2"] > *:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .carousel-press__actions[data-count="2"] > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .carousel-press__actions {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1320px) {
  .carousel-press__actions {
    margin-top: 48px;
  }
}