@charset "UTF-8";

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated {
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
}

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .copy-block {
  text-align: center;
  padding: 30px 0;
  max-width: 400px;
  margin: 0 auto;
}

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .div-img {
  min-height: 385px;
  padding-top: 50px;
  padding-bottom: 220px;
  background-position: center bottom;
  background-size: cover;

  border-left: 12px solid #FFFFFF;
  border-right: 12px solid #FFFFFF;
  box-sizing: border-box; /* to include any additional padding or border */
}

 /* Should .voice-bubble-xxx classes be global? */
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-wrapper {
  max-width: 204px;
  margin: 0 auto;
  color: #768089;
}

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-wrapper p {
  font-size: 12px;
  line-height: 18px;
}

/* move to global section??? */
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .assistant-icon {
  background-image: url("https://lh3.googleusercontent.com/_1drmY7YyGgwjSFbFsShSRn75d-zuCSxDt8dTRKxfwbM99b9aGUW0Hu0HXCKPKVASA");
  width: 60px;
  height: 60px;
  background-size: contain;
  border-radius: 50%;
  border: 14px solid #FFFFFF;
  background-color: #FFFFFF;
  margin-right: 10px;
}

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-question,
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-answer {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 11px 15px;
}

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-question {
  width: 80%;
}

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-answer {
  width: 62%;
  margin-bottom: 0;
}

[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-answer-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

/* animation declarations */
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-question,
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-answer-wrapper {
  opacity: 0;
  transform: translate-y(-30px);
}
/* animate when section is visible */
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated.in-view .voice-bubble-question,
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated.in-view .voice-bubble-answer-wrapper {
  animation: 0.8s ease 0s 1 forwards mqn-down-fadeIn;
}
[wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated.in-view .voice-bubble-answer-wrapper {
  animation-delay: 0.8s;
}
@keyframes mqn-down-fadeIn {
  0% {
    opacity:0;
    transform:translateY(-30px);
  }
  100% {
    opacity:1;
    transform:translateY(0px);
  }
}







@media (min-width: 768px) {
  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated {
    display: flex;
    align-items: center;
  }

  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .div-img {
    min-height: 840px;
    padding-top: 130px;
    padding-bottom: 550px;

    border-left: 24px solid #FFFFFF;
    border-right: none;
  }

  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .div-right,
  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .div-left {
    width: 50%;
  }

  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .copy-block {
    padding: 100px 0;
    max-width: 400px;
    margin: 0 auto;
  }

  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-wrapper {
    max-width: 315px;
  }

  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-wrapper p {
    font-size: 15px;
    line-height: 18px;
  }

  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-question,
  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .voice-bubble-answer {
    padding: 12px 20px 10px;
  }

  [wombat-template].wombat_50_50_img_left_assistant_speech_bubble_animated .assistant-icon {
    margin-left: 34px;
    margin-right: 20px;
  }
}
