.html-embed {
  width: auto;
  height: auto;
  overflow: visible;
}

.body {
  background-color: #f5f5f5;
  overflow: visible;
}

.vawe {
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 25%;
  right: auto;
}

.image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lavaball {
  width: auto;
  height: auto;
  position: absolute;
  top: 45%;
  left: 45%;
}

.lavaball._2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 35%;
  left: 30%;
}

.lavaball._3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 40%;
  left: 70%;
}

.lavaball._4 {
  flex-direction: column;
  align-items: center;
  display: flex;
  top: 65%;
  left: 60%;
}

.lavaball._5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 65%;
  left: 33%;
}

.lavaball._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 45%;
  left: 47%;
}

.wave {
  height: auto;
  border-radius: 100px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: -1;
  height: 630px;
  position: static;
}

.list {
  height: 50px;
}

.main-wrapper {
  width: 1018px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.main-wrapper.pb {
  width: 1018px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-wrapper.pb.deli {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.hero {
  width: 100%;
  height: 96vh;
  background-image: url('../images/hero-bg.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container {
  width: auto;
  object-fit: fill;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.navbar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.page {
  background-color: #fff;
  position: static;
}

.nav-link {
  opacity: .8;
  color: #d8d8d8;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.page {
  opacity: .5;
  color: #000;
  font-weight: 600;
  transition: opacity .2s;
}

.nav-link.page:hover,
.nav-link.page:visited,
.nav-link.page.w--current {
  opacity: .8;
}

.nav-link-2,
.nav-link-3 {
  color: #d8d8d8;
}

.nav-container {
  justify-content: space-around;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.image-3 {
  width: 150px;
}

.button {
  align-items: center;
  display: flex;
}

.button.blue {
  text-align: center;
  background-color: #296eee;
  border-radius: 100px;
  justify-content: center;
  padding: 16px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: opacity .2s;
}

.button.blue:hover {
  opacity: .9;
}

.button.blue.bot {
  max-width: 440px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.button.blue.b-hide,
.menu-button {
  display: none;
}

.main-section {
  position: absolute;
}

.hero-bg {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ht-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  padding-bottom: 15px;
  display: flex;
}

.ht-row.sec {
  align-items: center;
}

.ht {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 100px;
  line-height: 100%;
}

.heart {
  width: 200px;
  display: block;
}

.h1 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
}

.h2 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
}

.h3 {
  color: #979797;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.p {
  color: #353535;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.text-block {
  margin-bottom: 48px;
}

.dot-label {
  color: rgba(255, 255, 255, .8);
  margin-right: 2vw;
  font-family: Open Sans, sans-serif;
}

.footer {
  background-color: #000;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-nav {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-transform: none;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.footer-navlink {
  opacity: .8;
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-navlink:hover,
.footer-navlink.w--current {
  opacity: 1;
}

.logo-bl {
  width: 150px;
}

.page-banner {
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 456px;
  background-image: url('../images/empathy-bg.png');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.empathy-bg {
  height: 448px;
  background-image: url('../images/empathy-bg.png');
  background-position: 0 0;
  background-size: cover;
}

.page-banner-img {
  z-index: 3;
  height: 101%;
  max-height: 458px;
  margin-top: -.8px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.page-banner-img.del {
  height: auto;
  max-width: 500px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 10%;
}

.page-banner-img.lava {
  height: auto;
  max-height: none;
  max-width: 500px;
  top: 25%;
  right: 8%;
}

.page-banner-img.bot {
  width: 450px;
  max-width: 450px;
  display: none;
  top: 0%;
  bottom: 0%;
  left: -14%;
  right: auto;
}

.page-banner-img.att {
  margin-top: 0;
}

.banner-title {
  width: 35%;
  min-width: 380px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.banner-title.salute {
  width: 50%;
  min-width: 670px;
}

.banner-desc {
  opacity: .6;
  color: #fff;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.vid.kak {
  display: none;
}

.video-embed {
  border-radius: 20px;
}

.video-embed.video-anons {
  margin-bottom: 48px;
  padding-bottom: 0;
}

.video-embed.heart._1 {
  width: 300px;
  display: none;
}

.micro {
  max-width: 218px;
}

.badge-man {
  max-width: 317px;
  display: none;
}

.chat-img {
  margin-bottom: 48px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.quiz {
  margin-bottom: 48px;
}

.emp-img {
  padding-top: 48px;
  padding-bottom: 0;
}

.ahref {
  color: #236af2;
  cursor: pointer;
  border-bottom: 1.8px solid #246af3;
  text-decoration: none;
  transition: opacity .2s;
}

.ahref:hover {
  opacity: .8;
}

.pop-up {
  z-index: 99;
  width: 80%;
  height: 60%;
  max-height: 400px;
  max-width: 600px;
  padding-top: 24px;
  display: none;
  position: absolute;
}

.overlay {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-pop {
  cursor: pointer;
  position: relative;
}

.image-4 {
  position: absolute;
  top: 28%;
  bottom: 0%;
  left: 75px;
  right: auto;
}

.play {
  width: 60px;
  height: 60px;
  transition: transform .2s;
  position: absolute;
  top: 30px;
  left: 75px;
}

.play:hover {
  transform: scale(1.2);
}

@media screen and (max-width: 991px) {
  .lavaball._2 {
    top: 26%;
    left: 20%;
  }

  .lavaball._3 {
    top: 34%;
  }

  .lavaball._4 {
    top: 61%;
    left: 54%;
  }

  .lavaball._5 {
    left: 24%;
  }

  .lavaball._1 {
    top: 20%;
  }

  .image-2 {
    height: 100%;
  }

  .main-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .main-wrapper.pb {
    justify-content: space-between;
  }

  .hero {
    height: 84vh;
    margin-bottom: 48px;
  }

  .nav-link {
    color: #e6e6e6;
    text-align: left;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 6vw;
    padding-right: 4vw;
  }

  .button.blue {
    display: none;
  }

  .button.blue.bot,
  .button.blue.ban {
    display: block;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, .16);
  }

  .ht-row {
    padding-bottom: 8px;
  }

  .heart {
    width: 180px;
  }

  .h2 {
    font-size: 32px;
  }

  .h3 {
    font-size: 20px;
  }

  .page-banner {
    /* z-index: -1; */
    width: 100.4%;
    margin-bottom: 48px;
  }

  .page-banner-img {
    z-index: -1;
    width: 350px;
    height: auto;
    border-radius: 100px;
    display: block;
    top: 20%;
    right: 5%;
  }

  .page-banner-img.del {
    display: none;
  }

  .page-banner-img.lava {
    top: 54%;
    right: 1%;
  }

  .page-banner-img.bot {
    display: none;
  }

  .page-banner-img.att {
    width: 300px;
    top: 20%;
  }

  .banner-title {
    width: 40%;
  }

  .banner-title.salute {
    width: 100%;
    min-width: auto;
  }

  .badge-man {
    display: none;
  }

  .burger-main {
    color: #fff;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .nav-menu-2 {
    background-color: #202020;
    padding: 40px;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .quiz {
    margin-bottom: 32px;
  }

  .emp-img {
    padding-top: 32px;
  }

  .play {
    left: 63px;
  }
}

@media screen and (max-width: 767px) {
  .lavaball._2 {
    top: 30%;
    left: 5%;
  }

  .lavaball._3 {
    top: 30%;
    left: 80%;
  }

  .lavaball._1 {
    top: 14%;
    left: 44%;
  }

  .hero {
    height: 70vh;
    margin-bottom: 48px;
  }

  .ht-row {
    padding-bottom: 6px;
  }

  .ht {
    font-size: 80px;
  }

  .heart {
    width: 150px;
  }

  .h1 {
    font-size: 48px;
  }

  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .page-banner {
    margin-bottom: 40px;
  }

  .page-banner-img {
    display: none;
  }

  .banner-title {
    width: 100%;
  }

  .quiz {
    margin-bottom: 24px;
  }

  .emp-img {
    padding-top: 24px;
  }

  .play {
    top: 17px;
    left: 48px;
  }
}

@media screen and (max-width: 479px) {
  .lavaball._2 {
    top: 10%;
    left: 26%;
  }

  .lavaball._3 {
    top: 43%;
    left: 7%;
  }

  .lavaball._4 {
    top: 62%;
    left: 21%;
  }

  .lavaball._5 {
    top: 59%;
    left: 64%;
  }

  .lavaball._1 {
    top: 15%;
    left: 69%;
  }

  .wave {
    height: 200px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-radius: 100px;
    margin-bottom: 24px;
  }

  .image-2 {
    border-radius: 40px;
    display: block;
  }

  .main-wrapper {
    align-items: center;
    padding-top: 8vw;
    padding-bottom: 8vw;
    display: block;
  }

  .main-wrapper.pb {
    padding-bottom: 4vw;
  }

  .main-wrapper.pb.deli {
    padding-bottom: 0;
  }

  .main-wrapper.ban {
    display: flex;
  }

  .hero {
    height: 80vh;
    margin-bottom: 32px;
  }

  .navbar.page {
    position: -webkit-sticky;
    position: sticky;
  }

  .button.blue.bot {
    max-width: 300px;
    font-size: 14px;
  }

  .button.blue.ban {
    align-self: center;
    margin-bottom: 40px;
  }

  .main-section {
    padding-top: 40px;
  }

  .main-section.main-banner {
    order: 0;
    padding-top: 60px;
  }

  .hero-titile {
    flex-direction: column;
    display: flex;
  }

  .ht-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    order: 3;
    align-self: auto;
    padding-bottom: 4px;
  }

  .ht-row.first {
    order: 2;
    margin-bottom: 10px;
  }

  .ht-row.sec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
  }

  .ht {
    order: 0;
    font-size: 48px;
  }

  .heart {
    width: 200px;
  }

  .h1 {
    font-size: 42px;
  }

  .h3 {
    font-size: 18px;
  }

  .text-block {
    margin-bottom: 32px;
  }

  .dot-label {
    width: 100%;
    text-align: center;
    margin-top: -5px;
    margin-right: 10vw;
    font-size: 10px;
  }

  .footer-navlink {
    width: 100%;
    text-align: center;
  }

  .page-banner {
    min-height: 400px;
    flex-direction: column;
    margin-bottom: 24px;
    padding-bottom: 40px;
  }

  .page-banner-img {
    max-width: 90%;
    display: block;
    position: static;
  }

  .page-banner-img.del {
    max-width: 90%;
    padding-bottom: 30px;
    display: block;
  }

  .banner-title {
    min-width: auto;
  }

  .banner-desc {
    font-size: 14px;
  }

  .video-embed {
    width: auto;
    height: auto;
    border-radius: 10px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .video-embed.video-anons {
    margin-bottom: 32px;
  }

  .video-embed.heart._1 {
    width: 280px;
  }

  .micro {
    display: none;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .bold-text {
    font-size: 24px;
  }

  .play {
    top: 34px;
    left: 72px;
  }
}