 .u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 72px;
}.u-section-2 .u-sheet-1 {
  min-height: 1627px;
}

.u-section-2 .u-custom-html-1 {
  height: auto;
  min-height: 350px;
  margin: 137px 570px 0 0;
}

.u-section-2 .u-text-1 {
  line-height: 1.8;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  margin: -324px 53px 0 630px;
}

.u-section-2 .u-custom-html-2 {
  height: auto;
  min-height: 350px;
  margin: 115px 570px 0 0;
}

.u-section-2 .u-text-2 {
  line-height: 1.8;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  margin: -315px 53px 0 630px;
}

.u-section-2 .u-custom-html-3 {
  height: auto;
  min-height: 350px;
  margin: 105px 570px 0 0;
}

.u-section-2 .u-text-3 {
  line-height: 1.8;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  margin: -318px 53px 60px 630px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: -365px;
    margin-right: 0;
    margin-left: 483px;
  }

  .u-section-2 .u-custom-html-2 {
    margin-top: 156px;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-top: -365px;
    margin-right: 0;
    margin-left: 483px;
  }

  .u-section-2 .u-custom-html-3 {
    margin-top: 155px;
  }

  .u-section-2 .u-text-3 {
    width: auto;
    margin-top: -352px;
    margin-right: 0;
    margin-left: 483px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-custom-html-1 {
    margin-right: 350px;
  }

  .u-section-2 .u-text-1 {
    font-size: 0.75rem;
    margin-top: -330px;
    margin-left: 391px;
  }

  .u-section-2 .u-custom-html-2 {
    margin-top: 121px;
    margin-right: 350px;
  }

  .u-section-2 .u-text-2 {
    font-size: 0.75rem;
    margin-top: -329px;
    margin-left: 391px;
  }

  .u-section-2 .u-custom-html-3 {
    margin-top: 120px;
    margin-right: 350px;
  }

  .u-section-2 .u-text-3 {
    font-size: 0.75rem;
    margin-top: -317px;
    margin-left: 384px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 2198px;
  }

  .u-section-2 .u-custom-html-1 {
    min-height: 450px;
    margin-right: 170px;
  }

  .u-section-2 .u-text-1 {
    margin-top: -191px;
    margin-right: 211px;
    margin-left: 0;
  }

  .u-section-2 .u-custom-html-2 {
    min-height: 450px;
    margin-top: 170px;
    margin-right: 170px;
  }

  .u-section-2 .u-text-2 {
    margin-top: -178px;
    margin-right: 211px;
    margin-left: 0;
  }

  .u-section-2 .u-custom-html-3 {
    min-height: 425px;
    margin-top: 137px;
    margin-right: 170px;
  }

  .u-section-2 .u-text-3 {
    margin-top: -174px;
    margin-right: 204px;
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-custom-html-1 {
    margin-right: 0;
  }

  .u-section-2 .u-text-1 {
    margin-right: 11px;
  }

  .u-section-2 .u-custom-html-2 {
    margin-right: 0;
  }

  .u-section-2 .u-text-2 {
    margin-right: 11px;
  }

  .u-section-2 .u-custom-html-3 {
    margin-right: 0;
  }

  .u-section-2 .u-text-3 {
    margin-right: 4px;
  }
}0
nav
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 319px;
    display: table;
    margin: 0 auto;
    transform: translateY(-50%);
}
nav a
{
    position: relative;
    width: 50%;
    display: table-cell;
    text-align: center;
    color: #949494;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    padding: 10px 30px;
    transition: 0.9s ease color;
}
nav a:before, nav a:after
{
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.9s ease transform;
}
nav a:before
{
    top: 0;
    left: 10px;
    width: 6px;
    height: 6px;
}
nav a:after
{
    top: 5px;
    left: 18px;
    width: 4px;
    height: 4px
}
nav a:nth-child(1):before
{
    background-color: black;
}
nav a:nth-child(1):after
{
    background-color: black;
}
nav a:nth-child(2):before
{
    background-color: black;
}
nav a:nth-child(2):after
{
    background-color: black;
}
nav a:nth-child(3):before
{
    background-color: black;
}
nav a:nth-child(3):after
{
    background-color: black;
}
#indicator
{
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.2s ease left;
}
nav a:hover
{
    color: #fff;
}
nav a:hover:before, nav a:hover:after
{
    transform: scale(1);
}
nav a:nth-child(1):hover ~ #indicator
{
    background: linear-gradient(130deg, black, grey);
}
nav a:nth-child(2):hover ~ #indicator
{
    left: 34%;
    background: linear-gradient(130deg, black, grey);
}
nav a:nth-child(3):hover ~ #indicator
{
    left: 70%;
    background: linear-gradient(130deg, black, grey);
}
#ytd-url {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 14px;
  margin: 20px;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.3);
  z-index: 125;
}