.section-hero-home {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 1000px;
}
.section-hero-home .container {
  position: relative;
  z-index: 99;
  height: 100%;
}
.section-hero-home .container .row {
  height: 100%;
}
.section-hero-home .home-hero-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  background: rgba(212, 233, 249, 0.48) 35%;
  --rect-size: 575px;
  -webkit-clip-path: polygon(evenodd, 0 0, 100% 0, 100% 100%, 0% 100%, 0 0, calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2));
          clip-path: polygon(evenodd, 0 0, 100% 0, 100% 100%, 0% 100%, 0 0, calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(56% - var(--rect-size) / 2), calc(36% + var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(57% + var(--rect-size) / 2), calc(36% - var(--rect-size) / 2) calc(56% - var(--rect-size) / 2));
  z-index: 1;
}
.section-hero-home .home-hero-overlay:before {
  display: block;
  --square-size: 625px;
  width: 625px;
  height: 625px;
  content: "";
  position: absolute;
  top: calc(56.4% - var(--square-size) / 2);
  left: calc(35.9% - var(--square-size) / 2);
  border: 2px solid #D4E9F9;
  border-radius: 15px;
  z-index: 99;
}
.section-hero-home .home-hero-video {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.section-hero-home .home-hero-video #home-hero-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.section-hero-home h1 {
  display: block;
  padding: 230px 0 50px 0;
  text-align: right;
  font: 500 70px "Roboto", sans-serif;
  color: #191919;
  line-height: 80px;
}
.section-hero-home .hero-description {
  text-align: right;
  font: 400 20px "Roboto", sans-serif;
  color: #191919;
  line-height: 28px;
}
.section-hero-home .hero-links {
  margin: 98px 0 0 0;
  text-align: right;
}
.section-hero-home .hero-links a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  max-width: 188px;
  font: 400 20px "Roboto", sans-serif;
  color: #428FEC;
  text-decoration: none;
  text-align: left;
  background: #ffffff;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  margin: 0 10px 0 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-hero-home .hero-links a:hover {
  color: #ffffff;
  background: #428FEC;
}
.section-hero-home .hero-links a:last-of-type {
  margin: 0;
}
.section-hero-home .hero-links a p {
  padding: 20px 37px 120px 23px;
}
.section-hero-home .hero-links a svg {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 1024px) {
  .section-hero-home {
    height: auto;
  }
  .section-hero-home .home-hero-overlay {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-clip-path: none;
            clip-path: none;
  }
  .section-hero-home .home-hero-overlay:before {
    display: none;
  }
  .section-hero-home .home-hero-video #home-hero-video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .section-hero-home h1 {
    text-align: center;
  }
  .section-hero-home .hero-description {
    text-align: center;
  }
  .section-hero-home .hero-links {
    margin: 50px 0 100px 0;
    text-align: center;
  }
}
@media (max-width: 1216px) {
  .section-hero-home h1 {
    padding: 130px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .section-hero-home h1 {
    font: 500 40px "Roboto", sans-serif;
    line-height: 46px;
    text-align: center;
  }
  .section-hero-home h1 br {
    display: none;
  }
  .section-hero-home .hero-description {
    font: 400 14px "Roboto", sans-serif;
    line-height: 20px;
    text-align: center;
  }
  .section-hero-home .hero-description br {
    display: none;
  }
  .section-hero-home .hero-links {
    margin: 50px 0;
    text-align: center;
  }
  .section-hero-home .hero-links a {
    font: 400 12px "Roboto", sans-serif;
    max-width: 165px;
  }
  .section-hero-home .hero-links a p {
    padding: 20px 37px 80px 23px;
  }
}
@media (max-width: 385px) {
  .section-hero-home .hero-links a {
    font: 400 10px "Roboto", sans-serif;
    max-width: 125px;
  }
  .section-hero-home .hero-links a p {
    font: 400 10px "Roboto", sans-serif;
    padding: 20px 37px 40px 23px;
  }
}