.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #000;
  font-family: Exo, sans-serif;
  color: #757575;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.d--logo {
  position: fixed;
  left: 20px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 100;
}

.d--logo.inside {
  position: absolute;
  left: 50px;
  top: 50px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer--copy {
  margin-right: 15px;
  color: #585858;
  font-size: 0.8rem;
  line-height: 1;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  margin-right: 0px;
  padding-right: 20px;
  padding-bottom: 15px;
  background-color: #000;
}

.footer.relative {
  position: relative;
  padding: 10px 0px 0px;
  text-align: center;
}

.section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  border-bottom: 5px none #45ff8d;
}

.section.green {
  margin-right: auto;
  margin-left: auto;
  background-color: #86bc25;
}

.split--grid {
  height: 100%;
  padding-right: 0px;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.split--grid.final {
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
}

.body {
  overflow: hidden;
  padding-right: 80px;
  padding-bottom: 10px;
  text-align: right;
}

.body.bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/deloitte-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/deloitte-bg.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.keyword {
  color: #86bc25;
}

.lead {
  margin-bottom: 0px;
  color: #595959;
  font-size: 1.5rem;
  line-height: 1.2;
}

.lead.inverse {
  color: #fff;
}

.number {
  color: #86bc25;
  font-size: 15rem;
  line-height: 1;
  font-weight: 700;
}

.sticky--circle {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
  height: 100vh;
  margin-top: -100vh;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle--party {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -245px;
  margin-left: 0px;
}

.sidebar.expand {
  position: relative;
  width: 100%;
  height: 100%;
}

.green--circle {
  position: relative;
  margin-left: 150px;
}

.scroll--icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 40px;
  margin-top: -29px;
  margin-left: -18px;
}

.scroll--icon.relative {
  position: relative;
  left: 0%;
  top: 0%;
  width: 25px;
  margin-top: 0px;
  margin-left: 15px;
}

.avatar {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 10;
  max-width: 100%;
  margin-top: -90px;
  margin-left: -90px;
}

.audio-icon {
  margin-left: 15px;
}

.blur-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
  border-style: none;
  border-width: 1px;
  border-color: #ff1b1b;
}

.blur--shade {
  position: relative;
  height: 55%;
  margin-top: -10px;
  border-style: none none solid;
  border-width: 3px 3px 2px;
  border-color: #88fe7b;
  background-color: rgba(0, 0, 0, 0.44);
}

.glow--green {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: auto;
}

.glow--green:hover {
  box-shadow: none;
}

.glow--green.active {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: 0 0 150px 30px #86bc25;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.title {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}

.title.keyword {
  display: none;
  margin-left: 15px;
  color: #86bc25;
}

.move--forward {
  position: absolute;
  left: auto;
  top: 50%;
  right: 50%;
  bottom: 0%;
  display: inline-block;
  width: auto;
  height: 20px;
  margin-top: -15px;
  margin-right: -644px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-align: center;
  letter-spacing: 5px;
}

.circle {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -7px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #86bc25;
}

.circle.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -7px;
}

.pagination {
  position: absolute;
  left: auto;
  top: 0%;
  right: 30px;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page--number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.18);
  border-radius: 100px;
  background-color: #000;
  color: #535353;
  font-size: 0.8rem;
  text-align: center;
}

.page--number:hover {
  border-color: hsla(0, 0%, 100%, 0.91);
  color: #fff;
}

.page--number.w--current {
  border-style: solid;
  border-color: #86bc25;
  background-color: transparent;
  color: #fff;
}

.page--number.locked:hover {
  background-image: url('../images/lock-icon.svg');
  background-position: 50% 45%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.page--number.home {
  background-image: url('../images/arrow-up-green.svg');
  background-position: 45% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  text-indent: -999em;
}

.button {
  background-color: #515f6b;
}

.button.w--current {
  background-color: transparent;
}

.button.scenario {
  position: absolute;
  top: 50%;
  right: -100px;
  z-index: 20;
  margin-top: -20px;
  padding-right: 60px;
  background-color: #000;
  background-image: url('../images/arrow-green.svg');
  background-position: 90% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms cubic-bezier(.77, 0, .175, 1);
  transition: all 250ms cubic-bezier(.77, 0, .175, 1);
}

.button.scenario:hover {
  padding-right: 15px;
  background-position: -100% 50%;
  box-shadow: 0 0 0 3px #86bc25;
}

.button.scenario.restart {
  position: relative;
  top: 0%;
  right: 0px;
  margin-top: 0px;
  padding-right: 60px;
  background-image: url('../images/restart.svg');
}

.button.scenario.restart:hover {
  padding-right: 15px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.preload--words {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preload-lottie {
  position: absolute;
  width: 800px;
}

.max-500 {
  max-width: 500px;
}

.rt {
  color: #898989;
}

.rt h2 {
  margin-top: 0px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.rt p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.rt h3 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

.rt strong {
  color: #86bc25;
}

.mini-avatar {
  position: relative;
  margin-left: 15px;
  border-radius: 100px;
}

.mini-avatar:hover {
  box-shadow: 0 0 0 3px #fff;
}

.locked-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  border-style: solid;
  border-width: 2px;
  border-color: #86bc25;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.53);
  background-image: url('../images/lock-icon.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.locked-overlay.big {
  background-size: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.body--left {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.body--title {
  margin-top: 0px;
  font-size: 5rem;
  line-height: 1;
}

.body--title.center {
  margin-bottom: 45px;
  text-align: center;
}

.split--line {
  width: 50px;
  height: 2px;
  margin-right: 15px;
  background-color: #86bc25;
}

.light--caps {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ending {
  padding: 20px;
}

.mb-5 {
  margin-bottom: 5px;
}

.scrim {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(221deg, rgba(3, 3, 3, 0) 24%, rgba(0, 0, 0, 0.81) 72%);
}

.block--inside {
  max-width: 500px;
}

.overlap--box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-left: -150px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-align: right;
}

.option--link {
  margin-bottom: 25px;
}

.option--link.c {
  background-image: url('../images/button-3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.option--link.c:hover {
  background-image: url('../images/button-3-hover.png');
}

.option--link.b {
  background-image: url('../images/button-2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.option--link.b:hover {
  background-image: url('../images/button-2-hover.png');
}

.option--link.a {
  background-image: url('../images/button-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.option--link.a:hover {
  background-image: url('../images/button-1-hover.png');
}

.option--title {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
}

.selection--menu {
  position: relative;
  max-width: 500px;
  min-width: 500px;
  margin-right: -200px;
  padding: 40px;
}

.selection--output {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-width: 0px;
  padding: 40px 0px 40px 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #86bc25;
  text-align: left;
}

.sr-circle-logo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/SweetRush_Logo_Solids_white.png');
  background-position: 50% 60%;
  background-size: 70px;
  background-repeat: no-repeat;
  box-shadow: -2px 14px 30px 0 rgba(0, 0, 0, 0.32);
}

.op-0 {
  opacity: 0;
}

.wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.ipad-down {
  display: none;
}

.arrow--back {
  position: absolute;
  left: 0px;
  top: 50%;
  display: none;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  cursor: pointer;
}

.grey {
  color: #959595;
}

@media screen and (max-width: 991px) {
  .wrapper.ipad-down {
    position: fixed;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
    color: #fff;
    text-align: center;
  }
}

#w-node-c9104782-87b5-abfd-f263-7a98c7db821e-ef5d16b9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_64a736c7-8b32-d5ca-c3a2-836ff45968c1-ef5d16b9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3a914fb4-f0bb-76f5-8014-2f4eb0ee3946-ef5d16b9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f3c42b81-55ff-5747-850d-4d07a62c8b72-ef5d16b9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e79860a7-ae6f-700b-2b13-3efafdd7b87a-76598ab3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c9104782-87b5-abfd-f263-7a98c7db821e-76598ab3 {
  -ms-grid-column-align: start;
  justify-self: start;
}