.relative {
    position:relative !important;
}
.image--bg,.content {
    position: absolute;
    height: 70rem;
    top: 10rem;
    left: 50%;
    width: 90rem;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    transform: translateX(-50%);
}
h1,p,table,tr,td {
    font-family: Lato,sans-serif;
    -webkit-font-smoothing: antialiased;
}
td.first {
    min-width: 75px;
    font-weight: 600 !important;
}
table {
    z-index: 1;
    position: relative !important;
}
h1{
    color: #333;
    text-decoration: none;
    background-color: transparent;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
    position: relative !important;
  margin-top: 0rem !important;
}
h1 a{
    color: white;
    text-decoration: underline;
    background-color: transparent;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
    position: relative !important;
}
h1 a:hover, h1 a:focus, h1:active {
    text-decoration: none;
   	color: white;
}
.bg--white {
    background-color: white;
}
.bg--subtle {
    background-color: #cfcdd0;
}
img.image-bottom {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: auto;
    height: 110px;
    z-index: 0;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    img.image-bottom {
        bottom: 15rem !important;
    }
    table {
        margin-bottom: 10rem !important;
    }
    .image--bg {
        position: absolute;
        height: 45rem;
        top: 10rem;
        left: 50%;
        width: 83rem;
        background-size: cover !important;
        transform: translateX(-50%);
    }
    .link-site {
        height: 67rem !important;
    }
}
.collection {
    flex-direction: row;
  }
@media screen and (max-width:576px) {
  .collection {
    flex-direction: column !important;
  }
  .collection p {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
  }
  .collection .btn--primary {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 30px !important;
  }
  .image--bg {
    top: 190px !important;
  }
    .image--bg {
        position: absolute;
        height: 17rem;
        top: 6rem;
        left: 50%;
        width: 100%;
        background-size: cover !important;
        transform: translateX(-50%);
    }
    .top-image {
        height: 36rem !important;
    }
    .table {
        margin-bottom: 13rem !important;
    }
    img.image--bottom {
        bottom: 17rem !important;
    }
    .link-site {
        height: 37rem !important;
    }
}
.link {
    position: absolute;
    bottom: 30px;
}
.link a {
    color: #333;
    text-decoration: none;
}
.link a:hover,.link a:focus, .link a:active {
    color: #333;
    text-decoration: underline;
}
.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.block {
  border: 2px solid #a03033;
  background-color: #a03033;
    width: fit-content;
    padding: 15px;
    border-radius: 2px;
  z-index: 2 !important;
    position: relative;
}