.content {
  text-align: center;
}
.first {
  padding: 4rem 10rem 0.5rem;
}
.first .left .content img {
  border-radius: 15px;
}
.first .right {
  display: flex;
  justify-content: center;
}
.first .right .content {
  text-align: center;
}
.first .right .content img {
  width: min(85vw, 75%);
}
.second {
  padding: 0 0 1rem;
}
.second .column {
  padding: 0 10vw;
  text-align: center;
}
.third {
  padding: 0 15vw 2rem;
}
.third p {
  font-size: 0.75rem;
}
.timeline {
  color: #ffffff;
  background-color: #E02826;
}
.timeline img {
  width: 100%;
}
.timeline .columns {
  padding: 0px 10vw;
  margin: 0 10vw;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.timeline .columns:first-child {
  margin-top: -0.75rem;
}
.timeline .left .content {
  text-align: right;
}
.timeline .right .content {
  text-align: left;
}
.timeline .date {
  font-family: eds-market-regular, sans-serif;
  font-size: 4rem;
  font-style: italic;
}
.timeline .text {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
}
.fourth {
  margin: 2rem auto 2rem;
}
.fourth h2 {
  font-size: 2.5rem;
}
.fourth h4 {
  font-family: cubano, sans-serif;
  text-transform: uppercase;
  color: #676A6A;
}
.brands {
  padding: 0 15vw;
  margin-bottom: 0;
}
.brands.two {
  padding: 0 18vw;
  margin-bottom: 0;
}
.brands.two .column {
  padding: 0.75rem 2.5rem 2rem;
  margin-bottom: 1rem;
}
.brands img {
  cursor: pointer;
}
.brands .column.with-opacity:before {
  content: "";
  border-bottom: none;
}
.brands .column.with-opacity img {
  opacity: 0.5;
}
.brands img:hover {
    opacity: 1;
}
.brands .column {
  position: relative;
}
.brands .column:before {
  content: "";
  position: absolute;
  left: 27%;
  bottom: 0;
  height: 1px;
  width: 46%;
  border-bottom: 2px solid #E02826;
}
.brand-text {
  padding: 0 18vw 4rem;
  min-height: 80px;
}
.brand-text p {
  font-size: 0.75rem;
}
.brand-text p.is-invisible {
  display: none;
}
.brand-text .left-arrow, .brand-text .right-arrow {
  display: none;
  visibility: hidden;
}
#block-views-block-home-page-bottom-block-3 {
  background-color: #007D8A;
  padding: 3rem;
}
#block-views-block-home-page-bottom-block-3 .home-page-node {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#block-views-block-home-page-bottom-block-3 .home-page-node .text-content {
  flex-basis: 44vw;
}
#block-views-block-home-page-bottom-block-3 .home-page-node .field--name-body p {
  font-weight: 600;
  margin-bottom: 2rem;
}
#block-views-block-home-page-bottom-block-3 .home-page-node .field--name-field-image {
}
#block-views-block-home-page-bottom-block-3 .home-page-node .field--name-field-image img {
  width: 100%;
}
#block-views-block-home-page-bottom-block-3 .home-page-node h2 {
  color: #ffffff;
  margin-bottom: 3rem;
  font-size: 3rem;
}
.view-display-id-block_4 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto auto;
  grid-gap: 2rem;
  padding: 3rem 0;
  max-width: 90vw;
  margin: auto;
}
.view-display-id-block_4 .home-page-node {
  text-align: center;
  max-width: 400px;
}
.view-display-id-block_4 .home-page-node h2 {
  font-size: 1.5rem;
  color: #007F8C;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.view-display-id-block_4 .home-page-node .field--name-body {
  font-weight: 600;
  min-height: 104px;
}
.view-display-id-block_4 .home-page-node .cta-button {
  margin: auto;
}
.view-display-id-block_4 .home-page-node .field--name-field-image img {
  width: 400px;
  height: auto;
  max-width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .hero {
    height: 29vh;
    margin-bottom: 2.2rem;
  }
  .first {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 0
  }
  .first .column {
    flex-basis: 100%;
    padding: 0;
  }
  .first .left .content img {
    border-radius: 0;
  }
  .first .right .content {
    text-align: left;
  }
  .second {
    padding: 2rem 0 0.5rem;
  }
  .second h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .third p {
    font-size: 1rem;
  }
  .timeline .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .timeline .columns:nth-child(2n + 1) {
    flex-direction: column-reverse;
  }
  .timeline .columns:last-child {
    padding-bottom: 2rem;
  }
  .timeline .columns.is-vcentered {
    align-items: flex-start;
  }
  .timeline .columns .column {
    flex-basis: 100%;
  }
  .timeline .left .content {
    text-align: left;
  }
  .timeline .right .content {
    text-align: left;
  }
  .timeline .text {
    font-size: 1rem;
    text-align: left;
  }
  .fourth h2 {
    font-size: 3rem;
  }
  .fourth h4 {
    display: none;
  }
  .brands .column {
    margin-bottom: 0;
    min-height: 196px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .brands .column.with-opacity {
    display: none;
  }
  .brands .column:before {
    border-bottom: none;
  }
  .brand-text {
    position: relative;
  }
  .brand-text .left-arrow {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 4vw;
    width: 60px;
    height: 60px;
    color: #E02826;
    background: url("../images/left_arrow.png") no-repeat center;
    pointer-events:auto;
    cursor: pointer;
  }
  .brand-text .right-arrow {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    right: 4vw;
    width: 60px;
    height: 60px;
    color: #E02826;
    background: url("../images/right_arrow.png") no-repeat center;
    pointer-events:auto;
    cursor: pointer;
  }
  .brand-text p {
    font-size: 1rem;
  }
  .home-page-node .text-content p {
    font-weight: 400;
  }
  #block-views-block-home-page-bottom-block-3 {
    padding: 0;
  }
  #block-views-block-home-page-bottom-block-3 .home-page-node {
    display: block;
  }
  #block-views-block-home-page-bottom-block-3 .home-page-node h2 {
    margin-bottom: 1rem;
  }
  #block-views-block-home-page-bottom-block-3 .home-page-node .text-content {
    margin: auto 2rem;
    text-align: center;
  }
  #block-views-block-home-page-bottom-block-3 .home-page-node .text-content ul {
    width: 70vw;
    margin: auto 0 2rem auto;
  }
  #block-views-block-home-page-bottom-block-3 .home-page-node .text-content ul li {
    text-align: left;
  }
  #block-views-block-home-page-bottom-block-4 {
    margin: 4rem 0;
  }
  #block-views-block-home-page-bottom-block-4 .home-page-node {
    max-width: inherit;
    margin-bottom: 4rem;
  }
  #block-views-block-home-page-bottom-block-4 .home-page-node h2 {
    margin: 3rem 10vw;
    font-size: 3rem;
  }
  #block-views-block-home-page-bottom-block-4 .home-page-node .field--name-body {
    margin: 0 10vw;
  }
  .view-display-id-block_4 {
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    grid-row-gap: 2rem;
    grid-column-gap: 0;
    padding: 0;
    max-width: 100%;
  }
  .view-display-id-block_4 .home-page-node .field--name-field-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
