@font-face {
  font-family: "RalewayRegular";
  src: url("../assets/Raleway/Raleway-Regular.ttf");
}

@font-face {
  font-family: "RalewayBold";
  src: url("../assets/Raleway/Raleway-Bold.ttf");
}

/* Variables */
/* :root{
    background-color: #00b4e6;
    -webkit-box-shadow: 10px 10px 0px -4px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 0px -4px rgba(0,0,0,1);
    box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}
 */

/*  */

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.green {
  color: yellowgreen;
}

html,
body {
  user-select: none;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: #034ba1 !important;
  font-family: RalewayBold, Arial, Helvetica, sans-serif !important;
}

.stage-area {
  width: 1200px;
  position: relative;
  height: 100%;
  /* background: red; */

  /* transform: translate(-50%, 0%);
    left: 50%;
    position: fixed; */
  /* overflow-y: none; */
  left: 0px;
  right: 0px;
  margin: auto;
  /* overflow-y: auto; */
}
.blue-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  /* background: transparent url('../assets/images/blueBG.jpg') 0 0 no-repeat; */
  width: 100%;
  height: 100%;
  margin: 0px;
}

.main-container {
  width: 1200px;
  height: 884px;
  position: relative;
  left: 0px;
  right: 0px;
  top: 70px;
  margin: auto;
  /* overflow: hidden; */
}

.logo-holder {
  position: absolute;
  top: 20px;
  left: 20px;
  /* left: 85px; */
  z-index: 1000;
}
.sound-contoller {
  position: absolute;
  right: 20px;
  /* width: 200px; */
  top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 1000;
}
.sound-contoller > .sound-icon {
  margin: 0px 10px;
  cursor: pointer;
  width: 36px;
  position: relative;
  height: 28px;
  background: transparent url("../assets/images/sound_sprite.png") 0 0 no-repeat;
  background-position: right;
}

.sound-info {
  /* background: transparent url('../assets/images/soundWarning.png') 0 0 no-repeat; */
  height: 184px;
  background-size: 100%;
  padding: 10px 57px;
  color: white;
}

.sound-warning {
  /* background-color: red; */
}
.si-music {
  background-image: url("../assets/images/music_sprite.png") !important;
}

.si-sound {
  background-image: url("../assets/images/sound_sprite.png") !important;
}

.stage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  /* overflow: hidden; */
}

.bg {
  width: 1200px;
  height: 800px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.main-bg {
  pointer-events: none;
}
.video-cover {
  width: 1220px;
  height: 820px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: radial-gradient(
    ellipse at center,
    rgba(3, 75, 160, 0) 50%,
    rgb(3, 75, 160) 70%,
    rgb(3, 75, 160) 100%
  );
  /* border-radius: 50%; */
  pointer-events: none;
  top: -10px;
  left: -10px;
}

.swimlane-selection-text {
  position: absolute;
  right: 25px;
  right: 25px;
  /* bottom: 67px; */
  top: 530px;
  right: 120px;
  opacity: 0.5;
}
.welcome-to-hero {
  text-align: center;
  color: white;
  font-size: 35px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 30px;
  opacity: 0;
}

.initial-video {
  opacity: 0.3;
}

.sim-bg {
  opacity: 1;
}

.form {
  font-family: RalewayBold, Arial, Helvetica, sans-serif !important;
}
.form-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 600px;
  height: 620px;
  background: transparent url("../assets/images/lanyardPurple.png") 0 0
    no-repeat;
  background-position: center;
}

.form-title {
  position: absolute;
  top: 130px;
  width: 600px;
  height: 100px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 10px 10px;
  margin: auto;
  background-color: #00b4e6;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}

.form-title > p {
  color: white;
  font-size: 26px;
}

.form-input {
  position: relative;
  top: 345px;
  left: 268px;
  width: 260px;
  /* background-color: red; */
}

.form-input > input {
  padding-left: 10px;
  font-family: RalewayRegular, Arial, Helvetica, sans-serif !important;
}

.avatar-pic {
  top: 350px;
  left: 67px;
  width: 188px;
  height: 238px;
  position: absolute;
  /* background-color: #ff000096; */
  background: transparent url("../assets/images/selectPhotoGreen.png") 0px 0px
    no-repeat;
  background-size: contain;
  cursor: pointer;
}

/* .avatar-pic:hover{
    background-image:url('../assets/images/selectPhotoOrange.png');
} */

.form-pic {
  position: absolute;
  left: 0px;
  top: 324px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 320px;
}

.form-data {
  width: 260px;
  height: 30px;
  display: block;
  margin: 10px 0px;
}

.form-btn {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 230px;
  height: 80px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  color: white;
  font-size: 30px;
  bottom: -90px;
  background: transparent url(../assets/images/small_btn_sprite.png) 0 0
    no-repeat;
  /* filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.2)) grayscale(0); */
  /* -webkit-filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.2)) grayscale(0); */
  /* box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3); */
  /* background-color: #aed033; */
  text-align: center;
  cursor: pointer;
}
/* .form-btn:hover{
    background-position-x: right;
} */

.form-btn > p {
  /* background-color: #aed033; */
  /* clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0 100%); */
  /* -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0 100%); */
  /* width: 100%; */
  padding: 15px 100px;
  margin: -3px;
}

/* .form-btn > p:hover{
    background-color: #f16c20
} */

.avatar-selector,
.avatar-anim {
  position: absolute;
  width: 100%;
  height: 100%;
}

.photo-grid {
  position: absolute;
  width: 1030px;
  height: 275px;
  background-color: rgb(255, 255, 255);
  left: 0px;
  right: 0px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 186px);
  grid-template-rows: 238px;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  justify-content: center;
  align-content: center;
}

.photo-grid-item {
  background-color: rgb(134, 134, 134);
  background: transparent url("../assets/characters/character1.png") 0px 0px
    no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin: 8px 8px;
}

/* .photo-grid-item:hover{
    border: 4px solid #f16c20;
    margin: unset;
} */

.photo-grid-selected {
  border: 4px solid #f16c20;
  background-color: white;
  /* margin: 10px 10px; */
  margin: unset;
}

.form-choose {
  bottom: -20px;
}

.avatar-anim-holder {
  position: absolute;
  width: 500px;
  height: 600px;
  /* background-color: red; */
  left: 0px;
  right: 0px;
  top: 110px;
  margin: auto;
}

.anim-bg {
  position: absolute;
  top: 60px;
  left: 0px;
}
.anim-desk {
  position: absolute;
  top: 276px;
  left: 0px;
}
.character-anim {
  position: absolute;
  top: 0px;
  left: 120px;
  width: 320px;
  height: 500px;
  margin: 2% auto;
  background: transparent url("../assets/characters/character4.png") left center;
  animation: play 2s steps(3) 2 forwards;
  -webkit-animation: play 2s steps(3) 2 forwards;
  -moz-animation: play 2s steps(3) 2 forwards;
  -o-animation: play 2s steps(3) 2 forwards;
}

.welcome-msg {
  text-align: center;
  font-size: 36px;
  line-height: 26px;
  color: white;
}

.form-start {
  bottom: 130px;
}

.selection-holder-mc {
  width: 1010px;
  height: 650px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  /* background:transparent url('../assets/images/laptopBlank.png') 0 0 no-repeat; */
}

.multichoice {
  width: 100%;
  height: 100%;
  background: transparent url("../assets/images/laptopPurple.png") 0 0 no-repeat;
}

.lane-selection {
  width: 100%;
  height: 100%;
  background: transparent url("../assets/images/laptopBlank.png") 0 0 no-repeat;
}

.lane-holder {
  opacity: 0;
}

.email-received {
  width: 448px;
  height: 300px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  /* bottom: 0px; */
  top: 140px;
  margin: auto;
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
  pointer-events: none;
  text-align: center;
  opacity: 0;
}

.email-received > p {
  font-size: 48px;
  color: #7169b3;
}
.mc-title {
  width: 650px;
  height: 97px;
  top: 64px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  /* background-color: red; */
  position: absolute;
  color: white;
  font-size: 34px;
}

.selections {
  width: 744px;
  height: 244px;
  top: 200px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  /* background-color: red; */
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: flex-start;
  text-align: left;
}

.selections-items-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 0.2fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  font-size: 22px;
  justify-items: flex-start;
  text-align: left;
}

.s-icon {
  position: relative;
  padding-top: 10px;
  padding-left: 60px;
  font-size: 19px;
}

.form-multichoice-btn {
  bottom: 147px;
}
.intro-letter {
  padding: 0px 50px;
  position: absolute;
  top: 90px;
  width: 800px;
  font-size: 16px;
  left: 0px;
  right: 0px;
  /* background-color: red; */
  margin: auto;
}

.lane-selector-holder {
  position: absolute;
  top: 330px;
  left: 0px;
  right: 0px;
  width: 770px;
  /* background-color: red; */
  height: 170px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text {
  padding: 10px 0px;
}

.video-main-holder {
  position: absolute;
  left: 130px;
  top: 70px;
  width: 750px;
  height: 430px;
  /* background-color: red; */
}

.video-thumbnail-holder {
  position: relative;
  width: 340px;
  left: 0px;
  height: 188px;
  /* background-color: red; */
  right: 0px;
  margin: auto;
  bottom: 53px;
  background: transparent url(../assets/videoBg/solutions_thumb.jpg) 0 0
    no-repeat;
  background-size: contain;
}
.video-anim {
  width: 100%;
  height: 100%;
  /* display: none; */
}

.play-button-image {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  margin: auto;
}
/* 
.play-button-image:hover{
    transform: scale(1.2); 
}
 */

.solutions-close-btn {
  width: 80px;
  height: 78px;
  right: -50px;
  top: -50px;
  position: absolute;
  /* background-color: maroon; */
  background: transparent url(../assets/images/closeButton.png) 0 0 no-repeat;
  background-size: contain;
}

.solutions-skip-btn > p {
  padding: 15px 20px !important;
}

.solutions-skip-btn {
  bottom: -220px;
}

/* .solutions-close-btn:hover{
    transform: scale(1.2);
} */

.cio-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  /* background-color: red; */
  right: 100px;
  top: -60px;
}
.lane-btn-item {
  width: 367px;
  position: relative;
  height: 90px;
  left: 0px;
  right: 0px;
  margin: auto;
  /* bottom: -90px; */
  background: transparent url(../assets/images/big_btn_sprite.png) 0 0 no-repeat;
  text-align: center;
  background-size: 100%;
  cursor: pointer;
}
/* 
.lane-btn-item:hover{
    background-position-y: center;
} */

.lane-btn-item-visited {
  background-position-y: bottom;
}

.lane-icon {
  position: absolute;
  left: 20px;
  top: -30px;
}

.lane-text {
  line-height: 70px;
  padding-right: 30px;
  font-size: 24px;
  color: white;
  text-align: right;
}

.lane-icon > img {
  width: 100px;
  height: 100px;
}

.sim-title-page {
  position: absolute;
  left: 0px;
  right: 0px;
  /* bottom: 0px; */
  top: 100px;
  /* width: 477px; */
  height: 256px;
  /* background-color: red; */
  margin: auto;
  display: grid;
  /* grid-template-columns: 1fr;
    grid-template-rows: 1fr repeat(2, .2fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px; */
  justify-items: center;
  text-align: center;
  color: white;
  font-size: 40px;
  /* text-transform: uppercase; */
}

.sim-title-page p {
  margin: 0px;
  line-height: 55px;
}

.sim-title-text {
  font-size: 40px;
  color: #afce34;
}

.poi {
  width: 100%;
  height: 700px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  /* bottom: 0px; */
  /* top: 30px; */
  margin: auto;
}
/* 
.simulator{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
} */

.sim-item {
  /* position: relative; */
  position: absolute;
  width: 300px;
  height: 270px;
  /* background-color: red; */
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.sim-title {
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 32px;
}

.num-anim {
}

/* .sim-item:nth-child(even) {
    top: 200px;

  } */
.si-cost {
  right: 780px;
}

.si-performance {
  /* left: 400px; */
}

.si-management {
  left: 780px;
}

.si-scaleability {
  left: 400px;
  top: 200px;
}
.si-security {
  right: 400px;
  top: 200px;
}
.si-calendar {
  width: 132px;
  height: 94px;
  top: 93px;
  bottom: unset;
}

.si-calendar > img {
  width: 100%;
}

.sim-info {
  position: absolute;
  bottom: 0px;
  height: 70px;
  font-size: 26px;
  width: 148px;
  left: 0px;
  right: 0px;
  background: red;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: center;
  color: rgb(255, 255, 255);
  text-align: center;
  z-index: 9999;
}
.si-title {
  background: #004ca7;
  width: 100%;
  font-size: 19px;
  text-transform: capitalize;
}

/* Laptop */

.swimlane-laptop {
  width: 1010px;
  height: 650px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  background: transparent url("../assets/images/laptopBlue.png") 0 0 no-repeat;
}

.swimlane-laptop > .laptop-email {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 73px;
  margin: auto;
  width: 620px;
  background-color: white;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
  height: 425px;
  /* background:transparent url('../assets/images/phoneMessageBox_2.png') 0 0 no-repeat; */
  /* background-position: center; */
  /* background-size: 100% 100%; */
  padding: 20px 20px;
  /* font-size: 25px; */
  /* display: flex;
    align-items: center;
    justify-content: center; */
  /* color: white; */
  border-radius: 15px;
}

.laptop-answer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 620px;
  /* background-color: red; */
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /* background:transparent url('../assets/images/phoneMessageBox_2.png') 0 0 no-repeat;
    background-position: center;
    background-size: 100% 100%; */
  padding: 30px 60px;
}

.answer-btn {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  background: transparent url(../assets/images/button.png) 0 0 no-repeat;
  background-size: 100% 100%;
  /* background-position-x: left; */
}

/* .answer-btn:hover, .res-btn:hover{
    background-image: url(../assets/images/buttonOrange.png);
} */

.laptop-answer > .answer-btn {
  /* background-color: green; */
  margin: 10px 10px;
  /* text-align: center; */
  /* line-height: 65px; */
  justify-content: center;
  display: flex;
  /* background-size: 100% 100%; */
  align-items: center;
}

.laptop-email > .icon {
  width: 200px;
  height: 200px;
  position: absolute;
  right: -100px;
  top: -100px;
  background: transparent url("../assets/images/characterCircleCEO.png") 0 0
    no-repeat;
}

/* IM */
.swimlane-im {
  width: 1010px;
  height: 650px;
  background-color: red;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  background: transparent url("../assets/images/laptopBlue.png") 0 0 no-repeat;
  color: white;
}

.swimlane-im > .im-email {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100px;
  margin: auto;
  width: 740px;
  /* background-color: white; */
  height: 380px;
  /* padding: 20px 20px; */
}

.im-left {
  position: absolute;
  background-color: green;
  height: 380px;
  width: 156px;
  background: transparent url(../assets/images/imSide.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.im-top {
  position: absolute;
  background-color: green;
  left: 160px;
  height: 80px;
  width: 580px;
  background: transparent url("../assets/images/imMessageBox_1.png") 0 0
    no-repeat;
  background-size: 100% 100%;
}
.im-middle {
  position: absolute;
  background-color: green;
  height: 170px;
  left: 160px;
  top: 83px;
  width: 580px;
  background: transparent url("../assets/images/imMessageBox_2.png") 0 0
    no-repeat;
  background-size: 100% 100%;
}
.im-answers {
  position: absolute;
  background-color: green;
  left: 160px;
  top: 258px;
  height: 120px;
  width: 580px;
  background: transparent url("../assets/images/imMessageBox_3.png") 0 0
    no-repeat;
  background-size: 100% 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 10px 13px;
}

.im-answers > .answer-btn {
  /* background-color: green; */
  /* margin: 10px 10px; */

  text-align: center;
  /* line-height: 65px; */
  /* background-size: 100% 100%; */
  font-size: 23px;
}

.im-text {
  position: absolute;
  left: 75px;
  padding-top: 10px;
}

.im-text .to {
  font-size: 24px;
}
.im-text .job-role,
.im-content-text .job-role {
  color: #757879;
}

.im-email .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: 8px;
  background: transparent url("../assets/images/characterCircleCEO.png") 0 0
    no-repeat;
  background-size: 100% 100%;
}

.icon-online {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 12px;
  background-color: #aed033;
  border-radius: 20px;
  border: 1px solid black;
  right: 12px;
}

.im-content-text {
  position: absolute;
  padding: 10px 10px;
  margin-left: 75px;
  width: 480px;
  height: 148px;
  /* background-color: red; */
}
.im-content-text .text {
  font-size: 20px;
  line-height: 26px;
  padding: unset;
}

/* Phone */
.swimlane-phone {
  width: 800px;
  height: 650px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  background: transparent url("../assets/images/phone.png") 0 0 no-repeat;
  background-position: center;
}

.swimlane-phone > .phone-email-intro {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 118px;
  margin: auto;
  width: 630px;
  background-color: rgb(53, 37, 37);
  height: 80px;
  background: transparent url("../assets/images/phoneMessageBox_1.png") 0 0
    no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.phone-email-intro > .icon {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -178px;
  top: -50px;
  background: transparent url("../assets/images/characterCircleCEO.png") 0 0
    no-repeat;
}

.swimlane-phone > .phone-email {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 194px;
  padding: 20px 49px;
  margin: auto;
  width: 630px;
  background-color: rgb(53, 37, 37);
  height: 200px;
  background: transparent url("../assets/images/SpeachBubble01.png") 0 0
    no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.phone-answer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 119px;
  margin: auto;
  width: 630px;
  /* background-color: #4CAF50; */
  height: 135px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: transparent url(../assets/images/phoneMessageBox_3.png) 0 0
    no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 15px;
}

.phone-answer > .answer-btn {
  /* background-color: green; */
  margin: 10px 10px;
  text-align: center;
  /* line-height: 65px; */
  /* background-size: 100% 100%; */
}

/* MEMO */

.swimlane-memo {
  width: 800px;
  height: 650px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  background: transparent url("../assets/images/memo.jpg") 0 0 no-repeat;
  background-position: center;
}

.swimlane-memo > .memo-email-intro {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100px;
  margin: auto;
  width: 328px;
  color: #4c4a4e;
  /* background-color: rgb(53, 37, 37); */
  height: 80px;
}

.memo-email-intro > .icon {
  width: 200px;
  height: 200px;
  position: absolute;
  right: -134px;
  top: -102px;
  background: transparent url("../assets/images/characterCircleCEO.png") 0 0
    no-repeat;
}

.swimlane-memo > .memo-email {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 220px;
  margin: auto;
  width: 306px;
  /* background-color: rgb(53, 37, 37); */
  height: 211px;
}

.memo-answer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 66px;
  margin: auto;
  width: 289px;
  /* background-color: #4CAF50; */
  height: 166px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.memo-answer > .answer-btn {
  /* background-color: green; */
  margin: -1px 10px;
  text-align: center;
  /* line-height: 65px; */
  /* background-size: 100% 100%; */
}

/* TELEVISION */

.swimlane-television {
  width: 800px;
  height: 650px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  background: transparent url("../assets/images/television.png") 0 0 no-repeat;
  background-position: center;
}

.swimlane-television > .television-email-intro {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 118px;
  margin: auto;
  width: 500px;
  background-color: rgb(53, 37, 37);
  height: 80px;
}

.television-email > .icon {
  width: 285px;
  height: 285px;
  position: absolute;
  left: -230px;
  bottom: -189px;
  background: transparent url(../assets/images/characterCircleCEO.png) 0 0
    no-repeat;
}

.swimlane-television > .television-email {
  position: absolute;
  /* left: 12px; */
  right: 110px;
  top: 60px;
  margin: auto;
  width: 350px;
  background-color: rgb(53, 37, 37);
  height: 211px;
  background: transparent url("../assets/images/journoSpeechBubble.png") 0 0
    no-repeat;
  background-position: center;
  padding: 20px 26px;
  background-size: 100% 100%;
}

.television-answer {
  position: absolute;
  left: 218px;
  right: -22px;
  bottom: 226px;
  margin: auto;
  width: 289px;
  /* background-color: #4CAF50; */
  height: 166px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.television-answer > .answer-btn {
  /* background-color: green; */
  margin: -6px 10px;
  text-align: center;
  /* line-height: 65px; */
  /* background-size: 100% 100%; */
}

/* SIM */

.sim-indicator {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 200px;
  height: 30px;
  background: transparent url(../assets/images/sim_progress.png) 0 0 no-repeat;
  overflow: hidden;
  background-position: top;
}

.sim-response {
  /* background-color: red; */
  top: 240px;
  text-align: center;
}

.sim-res-logo {
  width: 178px;
  height: 150px;
  top: -140px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 50;
  /* background: transparent url('../assets/images/itHeroLogo_2.png') 0 0 no-repeat; */
  /* background-size: contain; */
  /* background-size: contain; */
}

.sim-res-title {
  width: 500px;
  /* height: 10px; */
  top: -220px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  /* background-color: red; */
  color: white;
  font-size: 33px;
}
.sim-res-text {
  text-align: center;
  padding: 5px 25px;
  padding-top: 35px;
  color: white;
  line-height: 45px;
  font-size: 35px;
}

.sim-res-body {
  width: 600px;
  /* height: 200px; */
  left: 0px;
  right: 0px;
  margin: auto;
  top: 200px;
  /* position: relative; */
  margin-bottom: 10px;
  display: inline-block;
  z-index: 2;
  /* background:transparent url('../assets/images/textBox.png') 0 0 no-repeat;
    background-size: 100% 100%; */
  /* background-color: #655fa9;
    -webkit-box-shadow: 10px 10px 0px -4px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 0px -4px rgba(0,0,0,1);
    box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3); */
  /* margin-top: -50px; */
}

/* SUMMARY */

.special-letter {
  padding: 0px 50px;
  position: absolute;
  top: 275px;
  /* width: 800px; */
  font-size: 18px;
  left: 0px;
  right: 0px;
  /* background-color: red; */
  margin: auto;
}

.ceo-image-bg {
  position: absolute;
  top: 90px;
  height: 500px;
  width: 560px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent url(../assets/images/ceoVoucher.png) 0 0 no-repeat;
}

.special-letter-holder {
  height: 434px;
  width: 800px;
  padding: 0px 55px;
  padding-top: 77px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: relative;
  background: transparent url(../assets/images/ceoSpeechBubble.png) 0 0
    no-repeat;
  background-size: contain;
  background-position: center;
}

.special-voucher {
  height: 100px;
  width: 800px;
  left: 0px;
  right: 0px;
  padding: 0px 55px;
  margin: auto;
  position: relative;
  /* background-color: red; */
  /* background-size: contain; */
  /* background-position: center; */
  color: #fff;
  font-size: 13px;
}

.ceo-image-bg {
  position: absolute;
  top: 0px;
  height: 420px;
  width: 470px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent url(../assets/images/ceoVoucher.png) 0 0 no-repeat;
  background-size: contain;
}

.special-btns {
  height: 90px;
  width: 800px;
  left: 0px;
  right: 0px;
  padding: 0px 123px;
  margin: auto;
  position: relative;
  /*     background-color: red; */
  color: #fff;
  font-size: 13px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  /* grid-column-gap: 40px; */
  grid-row-gap: 0px;
}

.special-visit-btn,
.special-continue-btn {
  bottom: unset !important;
  position: relative;
}

.special-p {
  padding: unset !important;
  position: relative;
  top: 14px;
}

.summary {
  /* height: 1080px; */
  /* background: green; */
}
.summary-holder {
  width: 1010px;
  height: 750px;
  /* background-color: red; */
  position: absolute;
  left: 0px;
  right: 0px;
  /* bottom: 0px; */
  top: 0px;
  margin: auto;
}
.summary-main {
  position: relative;
  width: 100%;
  height: auto;
  /* background-color: rgb(187, 255, 0); */
  display: grid;
  /* grid-template-rows: 0.1fr 1fr 0.1fr 1fr; */
}

.summary-main > .heading-summary {
  position: relative;
  margin-bottom: 50px;
  top: 0px;
}

.sub-summary {
  position: relative;
  width: 100%;
  /* height: 100%; */
  /* margin-top: 20px; */
  /* background-color: rgb(187, 255, 0); */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: 1fr; */
  /* grid-template-rows: repeat(2, 1fr); */
  grid-column-gap: 10px;
  /* grid-row-gap: 110px; */
  padding: 0px 57px;
}

.summary-item {
  position: relative;
  background-color: rgb(255, 255, 255);
  color: rgb(44, 44, 44);
}

.form-summary-btn {
  position: relative;
  top: unset;
  bottom: unset;
  margin-top: 20px;
}

.summary-item > .icon {
  width: 100px;
  height: 125px;
  /* background-color: red; */
  position: absolute;
  right: 0px;
  top: -60px;
}
.summary-item > .icon-text {
  color: rgb(34, 34, 34);
  padding: 0px 15px;
  font-style: italic;
  font-family: RalewayRegular, Arial, Helvetica, sans-serif !important;
}

.summary-item > .icon-heading {
  text-transform: uppercase;
  color: rgb(34, 34, 34);
  padding: 20px 20px;
  margin: 0px;
  padding-bottom: 15px;
}

.summary-item > .result-icon {
  width: 50px;
  height: 50px;
  top: -25px;
  right: 25px;
}

.user-rounded {
  border-radius: 20px;
}

.response {
  /* background-color: red; */
  top: 240px;
  text-align: center;
}

.res-logo {
  width: 230px;
  height: 210px;
  top: -170px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;

  z-index: 50;
  background: transparent url("../assets/images/autoResponse_3T_1a.png") 0 0
    no-repeat;
}

.res-title {
  width: 500px;
  /* height: 10px; */
  top: -220px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;
  /* background-color: red; */
  color: white;
  font-size: 33px;
}
.res-text {
  text-align: center;
  padding: 5px 25px;
  padding-top: 35px;
  color: white;
  line-height: 34px;
  font-size: 27px;
}

.res-body {
  width: 600px;
  /* height: 200px; */
  left: 0px;
  right: 0px;
  margin: auto;
  top: 200px;
  /* position: relative; */
  margin-bottom: 10px;
  display: inline-block;
  z-index: 2;
  /* background:transparent url('../assets/images/textBox.png') 0 0 no-repeat;
    background-size: 100% 100%; */
  background-color: #00b4e6;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
  /* margin-top: -50px; */
}

.res-btn {
  /* width: 230px; */
  height: 70px;
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1;
  margin: auto;
  background: transparent url("../assets/images/button.png") 0 0 no-repeat;
  background-size: 100% 100%;
  font-size: 30px;
  /* line-height: 60px; */
  display: table;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 15px 40px;
}

/* .res-btn:hover{
    opacity: 0.7;
} */

.buttons-section {
  position: relative;
  /* top: 300px; */
}

.opt-heading {
  font-size: 39px;
  text-align: center;
  color: white;
  padding-bottom: 12px;
}
.summary-buttons {
  /* position: absolute; */
  /* top: 330px; */
  left: 0px;
  right: 0px;
  width: 800px;
  /* background-color: red; */
  height: 170px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.summary-buttons .lane-btn-item {
}

.form-external-btn,
.copy-url-btn {
  width: 367px;
  position: relative;
  height: 77px;
  left: 0px;
  right: 0px;
  margin: auto;
  /* bottom: -90px; */
  background: transparent url(../assets/images/big_btn_sprite.png) 0 0 no-repeat;
  text-align: center;
  background-size: 90%;
  background-position-x: center;
  cursor: pointer;
  color: white;
  font-size: 30px;
}

.con-p-btn {
  position: absolute;
  left: 113px;
  top: 13px;
}
.e-space {
  left: 135px !important;
}

/* .form-external-btn:hover, .copy-url-btn:hover{
    background-position-y: center;
} */

.con-btn-icon-url {
  width: 41px;
  height: 55px;
  position: absolute;
  background: transparent url(../assets/images/copyUrlicon.png) 0 0 no-repeat;
  background-size: contain;
  left: 44px;
  top: 19px;
}

.con-btn-icon-test {
  width: 88px;
  height: 100px;
  position: absolute;
  background: transparent url(../assets/images/testDriveicon.png) 0 0 no-repeat;
  background-size: contain;
  left: 33px;
  top: -11px;
}

.ex-heading {
  padding-bottom: 0px;
  font-size: 30px;
}
.external-site {
  color: white;
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
  font-size: 30px;
  margin-top: 20px;
}

.copy-url {
  color: white;
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: auto;
  font-size: 30px;
  margin-top: 20px;
}
.copy-url > p {
  font-size: 20px;
}
.score-summary {
  position: relative;
  background-color: red;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-bottom: 25px;
  width: 773px;
  height: 236px;
  background-color: #00b4e6;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
  /* margin-top: -50px; */
}

.conclusion-text {
  width: 505px;
  color: white;
  height: 100%;
  left: 0px;
  padding: 20px 20px;
  /* background-color: red; */
  /* font-size: 23px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.conclusion-text > p {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 22px;
  margin: 0px;
}

.visit-testdrive-text {
  position: relative;
  background-color: red;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-bottom: 25px;
  padding-left: 237px;
  width: 765px;
  height: 139px;
  background-color: #f26a20;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
  font-size: 25px;
  display: flex;
  align-items: center;
  align-items: center;
}

.test-drive-icon {
  width: 180px;
  height: 180px;
  background-color: red;
  position: absolute;
  left: 24px;
  top: -20px;
  background: transparent url(../assets/images/steeringWheel.png) 0 0 no-repeat;
  background-size: contain;
}

.visit-testdrive-text > p {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin: 0px;
  font-size: 22px;
  text-align: left;
  padding: 25px;
}

.conclusion-anim {
  width: 250px;
  height: 250px;
  position: absolute;
  right: 17px;
  top: -9px;
  bottom: 0px;
  background: transparent url("../assets/images/suitabilityScale.png") 0 0
    no-repeat;
  background-size: contain;
}

.anim-needle {
  /* background-color: red; */
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.anim-needle > img {
  position: relative;
  top: -45px;
}

.rotation-point {
  width: 20px;
  height: 20px;
  /* background-color: red; */
  position: absolute;
  top: 70px;
}

.rp2 {
  left: 90px;
}

.rp3 {
  left: 140px;
}

.rp4 {
  left: 230px;
}
.heading-summary {
  font-size: 30px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.heading-postion {
  position: absolute;
  top: -80px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.heading-postion-middle {
  position: absolute;
  top: 290px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.text-p {
  font-size: 30px;
  line-height: 35px;
}

.phone-email-intro > .username {
  padding: 20px 50px;
  font-size: 20px;
}

.loading-page {
  position: absolute;
  left: 0px;
  right: 0px;
  /* bottom: 0px; */
  top: 0px;
  width: 554px;
  height: 800px;
  /* background-color: red; */
  margin: auto;
}

.main-question-title {
  position: relative;
  left: 0px;
  right: 0px;
  color: #fff;
  margin: auto;
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 25px;
  text-align: center;
}
.loading-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 550px;
  height: 690px;
  /*     background-color: red; */
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr repeat(2, 0.2fr);
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  /* justify-items: center; */
  justify-content: center;
  /* align-items: center; */
  /* align-self: center; */
  text-align: center;
}

.gathering-page {
  position: absolute;
  left: 0px;
  right: 0px;
  /* bottom: 0px; */
  top: 120px;
  width: 900px;
  height: 256px;
  /* background-color: red; */
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr repeat(2, 0.2fr);
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  justify-items: center;
  text-align: center;
  color: white;
  text-transform: uppercase;
}

.gathering-icon-holder {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-bottom: 40px;
  padding: 0px 20px;
  width: 100%;
  color: white;
  height: 114px;
  background-color: #00b4e6;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}

.gathering-icon-holder > .thumb-icon {
  margin-top: -30px;
}
.thumb-icon > img {
  width: 100%;
}

.progress-anim {
  position: relative;
  left: 0px;
  height: 21px;
  width: 280px;
  /* animation: slide 5s ease-out 1; */
  background: #034da0 url(../assets/images/Loading_chevrons.png) -280px 0 no-repeat;
  /* background-size: 100% 100%; */
  border-radius: 5px;
  border: 2px solid rgb(255, 255, 255);
  right: 0px;
  margin: auto;
}

.loading-text {
  text-transform: uppercase;
  color: white;
  padding-top: 10px;
}
/* .progress-anim-crop{
    animation: crop 5s linear 1;
} */

.heroIT {
  width: 200px;
}

.heroIT-sm {
  width: 150px;
  margin-bottom: 50px;
}

.start-experience-btn,
.text-box-btn {
  position: relative;
  bottom: unset;
}

.start-experience-btn > p {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.initial-intro {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 717px;
  height: auto;
  height: 200px;
  /* background-color: red; */
  margin: auto;
}

.textbox-holder {
  position: relative;
  display: inline-table;
  min-height: 30px;
  padding: 30px 50px;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
  color: white;
  /* height: 124px; */
  background-color: #00b4e6;
  -webkit-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 1);
  box-shadow: 10px 10px 0px -4px rgba(0, 0, 0, 0.3);
}

.alarm-clock {
  top: -144px;
  width: 274px;
  position: absolute;
  left: 0px;
  height: 126px;
  /* background-color: red; */
  right: 0px;
  display: none;
  margin: auto;
}

.alarm-image {
  /* top: 29px; */
  width: 274px;
  position: absolute;
  /* left: 0px; */
  height: 126px;
  /* background-color: red; */
  right: 0px;
  /* display: none; */
  margin: auto;
  background: transparent url("../assets/images/alarm_sprite.png") 0 0 no-repeat;
}

.pulse-holder {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  transform: translateY(-50%);
  height: 125px;
}

.pulse {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  /* background-image: radial-gradient(circle closest-side, rgba(0, 153, 204, .5), transparent); */
  border: solid 2px rgba(255, 255, 255, 0.8);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hide {
  display: none;
}

.no-italic {
  font-style: normal !important;
}

.red {
  background-color: red;
}

.sim-green {
  background-color: #a5d300;
}

.stable {
  background-color: #f3b31f;
}

.light-blue-bg {
  background-color: #04b3e0;
}

.white-text {
  color: #ffffff !important;
}

.disabled-element {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
  pointer-events: none;
}

.visited {
  width: 45px;
  height: 45px;
  position: absolute;
  /* background-color: red; */
  top: -27px;
  right: 30px;
  border-radius: 50px;
  background: transparent url("../assets/images/conclusionTick.png") 0 0
    no-repeat;
  display: none;
}

.regular {
  font-family: RalewayRegular, Arial, Helvetica, sans-serif !important;
}

.gdpr {
  font-size: 13px;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -160px;
  left: 0px;
  right: 0px;
  /* background-color: red; */
  margin: auto;
  color: #fff;
}

.gdpr > a,
.gdpr > a:hover,
.gdpr > a:active {
  color: #00b4e6;
  text-decoration: underline !important;
}
/* ANIMATIONS */
@-webkit-keyframes play {
  100% {
    background-position: -960px;
  }
}

@-moz-keyframes play {
  100% {
    background-position: -960px;
  }
}
@-o-keyframes play {
  100% {
    background-position: -960px;
  }
}
@keyframes play {
  100% {
    background-position: -960px;
  }
}

@keyframes slide {
  from {
    background-position: -280px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes crop {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
/* END animations */

@media (hover: hover) {
  .avatar-pic:hover {
    background-image: url("../assets/images/selectPhotoOrange.png");
  }

  .form-btn:hover {
    background-position-x: right;
  }

  .photo-grid-item:hover {
    border: 4px solid #f16c20;
    margin: unset;
  }

  .play-button-image:hover {
    transform: scale(1.2);
  }
  .solutions-close-btn:hover {
    transform: scale(1.2);
  }

  .lane-btn-item:hover {
    background-position-y: center;
  }

  .answer-btn:hover,
  .res-btn:hover {
    background-image: url(../assets/images/buttonOrange.png);
  }

  .res-btn:hover {
    opacity: 0.7;
  }

  .form-external-btn:hover,
  .copy-url-btn:hover {
    background-position-y: center;
  }
}
