.homeTxtBlockWrap {
  position: relative;
  }

.homeTxtBlockWrap::after {
  content: "";
  height: 2px;
  background: #ccc;
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  }

.characterWrap {
  display: block;
  float: left;
  height: auto;
  width: 25%;
  padding-top: 25%;
  position: relative;
  }

.characterWrap .characterBG {
  overflow: hidden;
  padding: 20px 20px 0 20px;
  border-radius: 100px;
  background: #8CCBF9;
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  }

.characterWrap img {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 85%;
  transform: translateX(-50%);
  }

.homeTxtBlock {
  /*background: #4BE0F6;*/
  border-radius: 25px;
  padding: 15px 25px;
  /*color: white;*/
  position: relative;
  z-index: 2;
  }

.homeTxtBlockWrap:nth-child(even) .homeTxtBlock {
  /*background: #088a9c;*/
  }

.homeTxtBlock .homeTxtTitle {
  font-size: 24pt;
  font-weight: 400;
  }

.homeTxtBlockWrap {
  position: relative;
  margin-bottom: 30px;
  }

/*.homeTxtBlockWrap::before {*/
/*  content: "";*/
/*  display: block;*/
/*  background: #4BE0F6;*/
/*  position: absolute;*/
/*  top: 5px;*/
/*  left: 3px;*/
/*  right: -5px;*/
/*  bottom: -5px;*/
/*  z-index: 1;*/
/*  border-radius: 25px;*/
/*  }*/

#cta_makeContact,
#cta_takeDemo {
  display: block;
  width: 100%;
  color: black;
  background-image: url("/assets/img/take_demo.png");
  background-size: contain;
  background-position: center;
  padding: 118px 0;
  background-repeat: no-repeat;
  font-size: 22px;
  text-align: center;
  position: relative;
  }

#cta_makeContact {
  background-image: url("/assets/img/contact_us.png");
  background-size: cover;
  }

#cta_makeContact span,
#cta_takeDemo span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.2s ease-in-out;
  padding: 84px 15px;
  font-size: 24pt;
  line-height: 110%;
  font-weight: 500;
  }

#cta_makeContact:hover span,
#cta_takeDemo:hover span {
  background: transparent;
  }


#experienceWrap {
  text-align: center;
  }

#experienceBar {
  border: 1px solid #ccc;
  position: relative;
  width: 100%;
  background: #f4772b;
  color: white;
  font-weight: 500;
  line-height: 20px;
  }

#experienceProgress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #4BE0F6;
  z-index: 1;
  }

#experienceTxt {
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px #000;
  }

#loginForm .description {
  margin: 20px 0;
  }

#loginWrap .speechBlock_title {
  margin-bottom: 0;
  }

#loginForm .btn {
  width: calc(100% - 100px);
  }

.gotoDemo {
  line-height: 0;
  vertical-align: bottom;
  padding: 40px 0 0 0;
  }

.txtBubble {
  position: absolute;
  font-size: 28px;
  line-height: 34px;
  width: 350px;
  font-weight: 600;
  }

.girlText {
  color: #F4772B;
  left: 140px;
  top: 50px;
  }

.boyText {
  color: #33af73;
  right: 140px;
  width: 420px;
  bottom: 20px;
  }

.speakingGirl {
  float: left;
  height: 175px;
  }

.speakingBoy {
  float: right;
  height: 175px;
  }

.gotoDemo .btn.cta {
  margin: 0 auto;
  position: absolute;
  bottom: -80px;
  left: 0px;
  }

