body.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

/* Floating banner trigger */
.popup-button {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  cursor: pointer;
}

.start-banner {
  position: relative; /* Needed for absolute positioning of image */
  display: flex;
  align-items: center;
  background-color: #d1f2f9;
  border-radius: 24px;
  padding: 8px 24px;
  gap: 20px;
  overflow: visible;
  max-width: 1200px;
}

.banner-start-text-content {
  display: flex;
  gap: 8px;
  align-items: start;
  font-size: 14px;
  font-weight: 700;
  color: #042c3b;
  z-index: 1;
  flex-direction:column;
  margin-right:60px;
}

.popup-content .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin:0!important;
  color: #255E69!important;
}

.popup-content .form-title {
  margin:0;
}

.popup-content input::placeholder {
  color: #255E69!important;
}

.popup-content .mdl-checkbox__label p,.popup-content .mdl-checkbox__label  a {
  color: #255E69!important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.popup-content .mdl-checkbox__label  a {
  text-decoration:underline;
}

.banner-start-text-content p {
  margin: 0;
  font-size:14px;
  color: #255E69;
}

.popup-content h4 {
  color: #255E69!important;
  font-size: 30.22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.5px;
  letter-spacing: -0.302px;
}

.banner-start-text-content a {
  background-color: #35acc6;
  padding: 8px 20px;
  border-radius: 999px;
  color: #042c3b;
  text-decoration: none;
  font-size:14px;
}

/* Image wrapper floats above the banner */
.banner-start-img-content {
  position: absolute;
  top: -31px;
  right: -17px;
  z-index: 2;
}

.banner-start-img-content img {
  height: 130px!important;
}

/* Popup box overlay */
.popup-box {
  position: fixed;
  bottom: 80px;
  right: 12px;
  background-color: transparent;
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2000;
  width: auto;
  height: auto;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  transform: translateY(30px);
  opacity: 0;
}

.popup-box.show {
  transform: translateY(0);
  opacity: 1;
}
}

.popup-inner {
  z-index: 2000;
}

.popup-content {
  position: relative;
  background-color: #d1f2f9;
  background-image: url('https://143831807.fs1.hubspotusercontent-eu1.net/hubfs/143831807/vawe-ikon.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain; 
  padding: 40px 20px;
  border-radius: 6px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  max-width:850px;
}

.popup-content  form {
  margin-top:12px!important;
}

.strong-text {
  font-weight:700!Important;
}

.popup-content p {
  color: #255E69;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Close button */
.popup-close {
  position: absolute!important;
  right: 4px;
  top: 4px;
  font-size: 28px;
  font-weight: bold;
  color: #042c3b;
  cursor: pointer;
  background: none;
  border: none;
  overflow: hidden; 
}

.popup-content .hs-button  {
  border-radius: 80px;
  background: #4DB2C9;
  width:90%;
  padding:14px auto;
  border:none;
  position: relative;
}

.popup-content h4, .popup-content p, .popup-content form {
  z-index:3;
  margin:0;
}

.popup-content form input {
  border-radius: 4px;
  border: 1px solid #153B43;
  background: rgba(255, 255, 255, 0.88);
}


@media screen and (min-width:400px) {
  .banner-start-text-content p {
    padding-top:3px;
  }

  .banner-start-img-content {
    top: -58px;
  }

  .banner-start-text-content {
    align-items: center;
    flex-direction:row;
    margin-right:64px;
  }
}

.desktop-image-pop-up-content {
  display:none;
}

@media screen and (max-width: 767px) {
  .popup-box {
    left: 50% !important;
    right: auto !important;
    bottom: 0% !important;
    transform: translate(-50%, 50%) !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .popup-box.show {
    transform: translate(-50%, 0) !important;
  }

  .popup-content {
    width: 90vw !important;
    max-width: 95vw;
  }
}


@media screen and (min-width:800px) {
  .popup-content {
    padding: 40px 20px;
  }
}

@media screen and (min-width:1100px) {
  .popup-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content:space-between;
    align-items: center;
    gap: 20px;
  }

  .popup-content h4 {
    margin-bottom:12px;
  }

  .pop-up-text-content {
    flex: 0 0 58%;
    display: flex;
    flex-direction: column;
  }

  .desktop-image-pop-up-content {
    flex: 0 0 40%;
    display: flex;
    justify-content: center;
  }

  .popup-content::before{
    content: "";
    display: block;
    width: 160px;
    height: 90px;
    background-image: url("https://143831807.fs1.hubspotusercontent-eu1.net/hubfs/143831807/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    vertical-align: middle;
    position:absolute;
    z-index:9999;
    bottom: 3%;
    right: 50%;
  }

  .desktop-image-pop-up-content img {
    width: auto;
    height: 100%!important;
    max-height: 100%;
    object-fit: contain;
  }
}