.homesixth__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: 1em 0 0 0;
  overflow: visible; }
  @media all and (min-width: 950px) {
    .homesixth__top {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .homesixth__top.inview .youtube,
  .homesixth__top.inview .link {
    opacity: 1; }
  .homesixth__top .youtube {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out opacity;
    -o-transition: 0.25s ease-in-out opacity;
    transition: 0.25s ease-in-out opacity;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media all and (min-width: 950px) {
      .homesixth__top .youtube {
        width: 75%;
        height: 675px; } }
  .homesixth__top .link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em;
    width: 100%;
    padding: 0 15%;
    margin: 2em 0;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out opacity;
    -o-transition: 0.25s ease-in-out opacity;
    transition: 0.25s ease-in-out opacity; }
    @media all and (min-width: 950px) {
      .homesixth__top .link {
        width: 25%;
        margin: 0 2em 2em 2em;
        padding: 0; } }
    .homesixth__top .link .button__link {
      width: 100%; }
      .homesixth__top .link .button__link a {
        position: relative;
        text-align: center; }
        .homesixth__top .link .button__link a:hover {
          background: #ab0e36;
          color: #fff;
          border-color: #ab0e36; }
    .homesixth__top .link .linkssixth__item {
      position: relative;
      display: block;
      width: 100%;
      height: 400px; }
      .homesixth__top .link .linkssixth__item:after {
        content: "";
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100%;
        height: 100%;
        background: rgba(37, 37, 37, 0.1);
        z-index: 1;
        -webkit-transform: translateY(-10px) translateX(-10px);
        -ms-transform: translateY(-10px) translateX(-10px);
        transform: translateY(-10px) translateX(-10px);
        -webkit-transition: background .4s ease, -webkit-transform .4s ease;
        transition: background .4s ease, -webkit-transform .4s ease;
        -o-transition: transform .4s ease, background .4s ease;
        transition: transform .4s ease, background .4s ease;
        transition: transform .4s ease, background .4s ease, -webkit-transform .4s ease; }
        .ready .homesixth__top .link .linkssixth__item:after {
          -webkit-transform: translateY(0px) translateX(0px);
          -ms-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px); }
      .homesixth__top .link .linkssixth__item:hover:after {
        -webkit-transform: translateY(-5px) translateX(-5px);
        -ms-transform: translateY(-5px) translateX(-5px);
        transform: translateY(-5px) translateX(-5px);
        background: rgba(37, 37, 37, 0.3); }
      .homesixth__top .link .linkssixth__item__bg__image div {
        height: 75%;
        width: 90%;
        top: 5%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%); }
      .homesixth__top .link .linkssixth__item__link {
        position: relative;
        display: block;
        padding: 2em 2em 1em 2em;
        color: #575757;
        position: relative;
        z-index: 2;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 3; }
        .homesixth__top .link .linkssixth__item__link .linkssixth__item__info h3 {
          font-size: 21px;
          font-weight: normal;
          text-transform: uppercase; }

.homesixth__bottom {
  padding: 0px 10%; }
  .homesixth__bottom.inview .quicklinks .quicklinkssixth__item {
    opacity: 1; }
  .homesixth__bottom .quicklinks {
    position: relative;
    width: 100%;
    margin: 6em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
    padding: 0; }
    @media all and (min-width: 950px) {
      .homesixth__bottom .quicklinks {
        margin: 3em 0; } }
    .homesixth__bottom .quicklinks .quicklinkssixth__item {
      position: relative;
      width: 100%;
      height: 350px;
      list-style-type: none;
      opacity: 0;
      -webkit-transition: 0.25s ease-in-out opacity;
      -o-transition: 0.25s ease-in-out opacity;
      transition: 0.25s ease-in-out opacity; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(1) {
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(2) {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(3) {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(4) {
        -webkit-transition-delay: 800ms;
        -o-transition-delay: 800ms;
        transition-delay: 800ms; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(5) {
        -webkit-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(6) {
        -webkit-transition-delay: 1200ms;
        -o-transition-delay: 1200ms;
        transition-delay: 1200ms; }
      @media all and (min-width: 600px) {
        .homesixth__bottom .quicklinks .quicklinkssixth__item {
          width: 45%; } }
      @media all and (min-width: 950px) {
        .homesixth__bottom .quicklinks .quicklinkssixth__item {
          width: 30%; }
          .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(odd) {
            height: 280px; }
          .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(even) {
            height: 345px; }
          .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(4) {
            margin: -4em 0 0 0; }
          .homesixth__bottom .quicklinks .quicklinkssixth__item:nth-child(6) {
            margin: -4em 0 0 0; } }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(84, 84, 84, 0)));
        background: -webkit-linear-gradient(bottom, #000 0%, rgba(84, 84, 84, 0) 100%);
        background: -o-linear-gradient(bottom, #000 0%, rgba(84, 84, 84, 0) 100%);
        background: linear-gradient(360deg, #000 0%, rgba(84, 84, 84, 0) 100%);
        opacity: 0.78;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out opacity;
        -o-transition: 0.25s ease-in-out opacity;
        transition: 0.25s ease-in-out opacity; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item:hover:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(84, 84, 84, 0)));
        background: -webkit-linear-gradient(bottom, #000 0%, rgba(84, 84, 84, 0) 100%);
        background: -o-linear-gradient(bottom, #000 0%, rgba(84, 84, 84, 0) 100%);
        background: linear-gradient(360deg, #000 0%, rgba(84, 84, 84, 0) 100%);
        opacity: 1; }
      .homesixth__bottom .quicklinks .quicklinkssixth__item__link {
        position: relative;
        display: block;
        padding: 2em 2em 1em 2em;
        color: #575757;
        position: relative;
        z-index: 2;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 3; }
        .homesixth__bottom .quicklinks .quicklinkssixth__item__link .quicklinkssixth__item__info h3 {
          margin: 0.5em 0;
          font-size: 22px;
          color: #fff;
          font-weight: bold;
          letter-spacing: 0.04em;
          text-transform: uppercase; }
          @media all and (min-width: 1050px) {
            .homesixth__bottom .quicklinks .quicklinkssixth__item__link .quicklinkssixth__item__info h3 {
              font-size: 32px; } }

.homesixth__watermark {
  position: absolute;
  left: -30%;
  top: 51%;
  height: 750px;
  width: 1000px;
  opacity: 0.05; }
