* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  height: 100%;
  vertical-align: text-top;
}

/* light grey #F7F7F7 */
/* General Build Styles */

@font-face {
  font-family: "AvenirNext";
  src: url("css/fonts/AvenirNext-Regular.eot");
  src:
    url("fonts/AvenirNext-Regular.woff") format("woff"),
    url("css/fonts/AvenirNext-Regular.svg#filename") format("svg");
}

#hero-animation-pane {
  position: absolute;
  width: 500px;
  height: 600px;
  font-family: "AvenirNext", Arial, sans-serif;
}

/* ////// Generic bits ////// */
#hero-animation-pane .pane-shadow10 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(27, 7, 58, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(27, 7, 58, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(27, 7, 58, 0.1);
}
#hero-animation-pane .pane-shadow20 {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 7, 58, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(27, 7, 58, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(27, 7, 58, 0.1);
}

/* ////// Phone bits ////// */
#hero-animation-pane .phone-container {
  display: block;
  position: absolute;
  width: 245px;
  height: 495px;
  top: 50px;
  right: 130px;
}
#hero-animation-pane .phone-container .phone-back-shadow {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fbfbfb;
  width: 245px;
  height: 495px;
  border-radius: 37px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(27, 7, 58, 0.1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(27, 7, 58, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(27, 7, 58, 0.1);
}
#hero-animation-pane .phone-container .phone-front-pic {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 245px;
  height: 495px;
}

/* Phone bits - inner screen */
#hero-animation-pane .phone-container .phone-inner-screen {
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 225px;
  height: 465px;
  overflow: hidden;
}
#hero-animation-pane .phone-container .phone-inner-screen .phone-inner-header {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 225px;
  height: 60px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
#hero-animation-pane .phone-container .phone-inner-back-button {
  display: block;
  position: absolute;
  top: 32px;
  left: 13px;
  width: 12px;
  height: 12px;
}

#hero-animation-pane .phone-container .phone-inner-screen .phone-inner-hero {
  display: block;
  position: absolute;
  top: 56px;
  left: 0px;
  width: 225px;
  height: 165px;
}
#hero-animation-pane
  .phone-container
  .phone-inner-screen
  .phone-inner-your-assets {
  display: block;
  position: absolute;
  left: 65px;
  top: 172px;
  width: 180px;
  height: 24px;
}

#hero-animation-pane .phone-container .phone-inner-screen .phone-inner-pane {
  display: block;
  position: absolute;
  width: 202px;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
}
#hero-animation-pane .phone-container .phone-inner-pane-shadow {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.05;
}

#hero-animation-pane
  .phone-container
  .phone-inner-screen
  .phone-inner-pane.phone-inner-your-investments {
  top: 192px;
  left: 11px;
}

#hero-animation-pane
  .phone-container
  .phone-inner-screen
  .phone-inner-pane.phone-inner-pane-isas {
  top: 246px;
  left: 11px;
}
#hero-animation-pane
  .phone-container
  .phone-inner-screen
  .phone-inner-pane.phone-inner-pane-pensions {
  top: 300px;
  right: 11px;
}
#hero-animation-pane
  .phone-container
  .phone-inner-screen
  .phone-inner-pane.phone-inner-pane-properties {
  top: 354px;
  left: 11px;
}
#hero-animation-pane
  .phone-container
  .phone-inner-screen
  .phone-inner-pane.phone-inner-pane-liabilities {
  top: 408px;
  right: 11px;
}

#hero-animation-pane .phone-container .phone-inner-screen .phone-screen-tint {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
}

/* Phone bits - Investments pane */

#hero-animation-pane .phone-container .phone-inner-investments-header {
  display: block;
  position: absolute;
  top: 56px;
  left: 0px;
  width: 225px;
  height: 130px;
}

#hero-animation-pane .phone-container .phone-inner-investments-wrapper {
  display: block;
  position: absolute;
  top: 146px;
  height: 170px;
  border-radius: 3px;
  overflow: hidden;
  left: 11px;
  width: 202px;
  background-color: #fff;
}

#hero-animation-pane .phone-container .phone-inner-investments-pane {
  overflow: hidden;
}
#hero-animation-pane .phone-container .phone-inner-investments-pane-title {
  display: block;
  position: absolute;
  top: 146px;
  left: 11px;
  width: 202px;
  height: 45px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#hero-animation-pane .phone-container .phone-inner-investments-pane1 {
  display: block;
  position: absolute;
  top: 190px;
  left: 11px;
  height: 63px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#hero-animation-pane .phone-container .phone-inner-investments-pane2 {
  display: block;
  position: absolute;
  top: 253px;
  left: 11px;
  height: 63px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#hero-animation-pane .phone-container .phone-inner-investments-wrapper2 {
  display: block;
  position: absolute;
  top: 100px;
  height: 400px;
  border-radius: 3px;
  overflow: hidden;
  left: 15px;
  width: 195px;
  background-color: #fff;
}

#hero-animation-pane .phone-container .phone-inner-investments-details-title {
  display: block;
  position: absolute;
  width: 195px;
  left: 15px;
  top: 100px;
  height: 61px;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #f0f0f0;
}

#hero-animation-pane .phone-container .phone-inner-investments-details-header {
  display: block;
  position: absolute;
  top: 56px;
  left: 0px;
  width: 180px;
  height: 100px;
}
#hero-animation-pane
  .phone-container
  .phone-inner-investments-details-sub-header {
  display: block;
  position: absolute;
  top: 151px;
  left: 11px;
  width: 202px;
  height: 227px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
#hero-animation-pane
  .phone-container
  .phone-inner-investments-details-sub-header2 {
  display: block;
  position: absolute;
  top: 195px;
  left: 15px;
  width: 195px;
  height: 30px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}

/*#hero-animation-pane .phone-container .phone-inner-investments-details-sub-header .phone-inner-investments-details-sub-header-select {display: block; position: absolute; height: 2px; width: 32px; bottom: 0px; left: 10px; background: #000;}*/
#hero-animation-pane .phone-container .phone-inner-investments-details-charts {
  display: block;
  position: absolute;
  top: 225px;
  left: 15px;
  width: 195px;
  height: 120px;
  border-radius: 3px;
  overflow: hidden;
}
#hero-animation-pane
  .phone-container
  .phone-inner-investments_details_chart-under {
  display: block;
  position: absolute;
  top: 386px;
  left: 11px;
  width: 202px;
  height: 241px;
  border-radius: 3px;
  overflow: hidden;
}

/* ////// Advisors / team members panes ////// */
#hero-animation-pane .advisor-pane {
  display: block;
  position: absolute;
  background-color: #fff;
  height: 110px;
  width: 300px;
  padding: 11px;
  border-radius: 20px;
}
#hero-animation-pane .advisor-pane .advisor-pane-picure {
  display: inline-block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #f7f7f7;
}

#hero-animation-pane .advisor-pane .advisor-pane-text-wrap {
  display: table;
  position: absolute;
  left: 115px;
  top: 0px;
  height: 100%;
  vertical-align: middle;
  line-height: 110px;
}

#hero-animation-pane .advisor-pane div {
  display: table-cell;
  color: #051e0f;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  vertical-align: middle;
}
#hero-animation-pane .advisor-pane div span {
  font-weight: 700;
  color: #ff1e73;
}

#hero-animation-pane .advisor-pane.advisor-pane-elliot {
  top: 125px;
  left: 30px;
}
#hero-animation-pane .advisor-pane.advisor-pane-chris {
  top: 245px;
  left: 10px;
}
#hero-animation-pane .advisor-pane.advisor-pane-jemma {
  top: 365px;
  left: 50px;
}

/* ////// Chat pane ////// */
#hero-animation-pane .chat-pane {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 15px;
  width: 195px;
  height: 365px;
  background-color: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
}
#hero-animation-pane .chat-pane .chat-pane-header {
  display: block;
  position: absolute;
  width: 100%;
  height: 110px;
  top: 0px;
  left: 0px;
  background-color: #051e0f;
}
#hero-animation-pane .chat-pane .chat-pane-header .phone-inner-icon-advice {
  position: absolute;
  top: 15px;
  left: 15px;
}
#hero-animation-pane .chat-pane .chat-pane-header .phone-inner-header-title {
  position: absolute;
  top: 15px;
  left: 53px;
}
#hero-animation-pane .chat-pane .chat-pane-header .chat-pane-picure {
  position: absolute;
  top: 45px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
#hero-animation-pane .chat-pane .chat-pane-header .chat-pane-text {
  position: absolute;
  display: block;
  width: 42px;
  top: 80px;
  text-align: center;
  color: #fff;
  font-size: 9px;
}
#hero-animation-pane
  .chat-pane
  .chat-pane-header
  .chat-pane-picure.chat-pane-picure-elliot {
  left: 15px;
}
#hero-animation-pane
  .chat-pane
  .chat-pane-header
  .chat-pane-text.chat-pane-text-elliot {
  left: 10px;
}

#hero-animation-pane
  .chat-pane
  .chat-pane-header
  .chat-pane-picure.chat-pane-picure-chris {
  left: 65px;
}
#hero-animation-pane
  .chat-pane
  .chat-pane-header
  .chat-pane-text.chat-pane-text-chris {
  left: 60px;
}

#hero-animation-pane
  .chat-pane
  .chat-pane-header
  .chat-pane-picure.chat-pane-picure-jemma {
  left: 115px;
}
#hero-animation-pane
  .chat-pane
  .chat-pane-header
  .chat-pane-text.chat-pane-text-jemma {
  left: 110px;
}

#hero-animation-pane .chat-pane .chat-pane-footer {
  display: block;
  position: absolute;
  width: 100%;
  height: 35px;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
}
#hero-animation-pane .chat-pane .chat-pane-footer .phone-inner-send-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#hero-animation-pane .chat-pane .chat-pane-footer .chat-pane-footer-line {
  display: block;
  position: absolute;
  background-color: #f7f7f7;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 34px;
}

#hero-animation-pane .chat-pane-speech {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 150px;
  padding: 5px 15px 10px 15px;
  font-size: 12px;
  line-height: 14px;
}
#hero-animation-pane .chat-pane-speech span {
  display: block;
  margin-bottom: 2px;
  font-size: 7px;
  color: #c5c5c5;
  font-weight: 700;
}
#hero-animation-pane .chat-pane-speech span em {
  font-style: normal;
  color: #1b073a;
}
#hero-animation-pane .chat-pane-speech.chat-pane-speech-octopus {
  color: #ff1e73;
  left: 10px;
}
#hero-animation-pane .chat-pane-speech.chat-pane-speech-customer {
  color: #051e0f;
  right: 10px;
}
#hero-animation-pane .chat-pane-speech.chat-pane-speech1 {
  top: 100px;
}
#hero-animation-pane .chat-pane-speech.chat-pane-speech2 {
  top: 225px;
}

#hero-animation-pane .phone-inner-need-help-cta {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 195px;
  height: 30px;
  overflow: hidden;
}
#hero-animation-pane .phone-inner-need-help-cta-over {
  display: block;
  position: absolute;
  background-color: #ff0074;
  width: 100%;
  height: 100%;
  border-radius: 17px;
  top: 0px;
  left: 0px;
}
#hero-animation-pane .phone-inner-need-help-cta img {
  position: absolute;
  top: 10px;
  left: 20px;
}

#hero-animation-pane #fab-icon-close,
#hero-animation-pane #fab-icon-open {
  position: absolute;
  background-color: #ff1e73;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  bottom: 8px;
  right: 15px;
  opacity: 1;
}
#hero-animation-pane #fab-icon-close .phone-inner-icon-close {
  position: absolute;
  top: 11px;
  left: 10px;
}
#hero-animation-pane #fab-icon-open .phone-inner-icon-open {
  position: absolute;
  top: 10px;
  left: 9px;
}

#hero-animation-pane #hero-cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
