@font-face {
  font-family: "Gill Sans Regular";
  src: url("https://use.typekit.net/af/6c1269/00000000000000007735bbb0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/6c1269/00000000000000007735bbb0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/6c1269/00000000000000007735bbb0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "Gill Sans Semibold";
  src: url("https://use.typekit.net/af/e07ccf/00000000000000007735bbb7/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/e07ccf/00000000000000007735bbb7/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/e07ccf/00000000000000007735bbb7/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
:root {
  /* Colors: */
  --unnamed-color-ffffff: #FFFFFF;
  --unnamed-color-d9b8fc: #D9B8FC;
  --unnamed-color-d2b565: #D2B565;
  --unnamed-color-edd183: #EDD183;
  --unnamed-color-3b1468: #3B1468;
  /* Font/text values */
  --unnamed-font-family-gill-sans: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-600: 600px;
  --unnamed-font-weight-normal: normal;
  --unnamed-font-size-20: 20px;
  --unnamed-font-size-25: 25px;
  --unnamed-font-size-30: 30px;
  --unnamed-font-size-80: 80px;
  --unnamed-font-size-120: 120px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-line-spacing-32: 32px;
  --unnamed-line-spacing-35: 35px;
  --unnamed-line-spacing-80: 80px;
  --unnamed-line-spacing-120: 120px;
}

/* Character Styles */
.h1-heading {
  font-family: var(--unnamed-font-family-gill-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-600);
  font-size: var(--unnamed-font-size-120);
  line-height: var(--unnamed-line-spacing-120);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-d9b8fc);
}
.h1-heading--secondary {
  color: var(--unnamed-color-ffffff);
}

.h2-heading {
  font-family: var(--unnamed-font-family-gill-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-600);
  font-size: var(--unnamed-font-size-80);
  line-height: var(--unnamed-line-spacing-80);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
}
.h2-heading--secondary {
  color: var(--unnamed-color-d9b8fc);
}

.p-text {
  font-family: var(--unnamed-font-family-gill-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  font-size: var(--unnamed-font-size-25);
  line-height: var(--unnamed-line-spacing-35);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
}

.sub-text {
  font-family: var(--unnamed-font-family-gill-sans);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-600);
  font-size: var(--unnamed-font-size-30);
  line-height: var(--unnamed-line-spacing-32);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
}

/*
TO BE USED AS FOLLOW IN A PARTIAL FILE

.container {
    text-align: center;
    @include sm {
        text-align: left;
        padding: 6rem 0 6.1rem;
    }
}

*/
body {
  font-family: "Gill Sans Regular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: "Gill Sans Semibold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.text-color-light-purple {
  color: var(--unnamed-color-d9b8fc);
}

.hidden {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-khtml-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-ms-scrollbar {
  width: 5px;
  height: 5px;
}

::-o-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #9971CE;
}

::-khtml-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #9971CE;
}

::-moz-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #9971CE;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px var(--unnamed-color-ffffff);
}

::-khtml-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px var(--unnamed-color-ffffff);
}

::-moz-selection {
  background: rgba(48, 30, 100, 0.7);
  /* WebKit/Blink Browsers */
}

::selection {
  background: rgba(48, 30, 100, 0.7);
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgba(48, 30, 100, 0.7);
  /* Gecko Browsers */
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60000;
  display: flex;
  justify-content: space-between;
}
.navbar .logo-section {
  position: absolute;
  left: 0;
}
.navbar .login-wrap {
  margin: 30px 51px 0 0;
  position: absolute;
  right: 0;
}
.navbar .login-wrap .login__menu {
  display: flex;
  align-items: center;
  background: var(--unnamed-color-ffffff);
  border-radius: 40px;
}
.navbar .login-wrap .login__menu .user {
  padding: 19px 30px;
}

.logo-full {
  max-width: 155px;
}
@media (min-width: 992px) {
  .logo-full {
    max-width: 285px;
  }
}

.logo-wrap {
  padding-top: 13px;
}
@media (min-width: 992px) {
  .logo-wrap {
    padding-top: 27px;
  }
}
.logo-wrap .logo-full--mobile {
  display: block;
}
@media (min-width: 992px) {
  .logo-wrap .logo-full--mobile {
    display: none;
  }
}
.logo-wrap .logo-full--desktop {
  display: none;
}
@media (min-width: 992px) {
  .logo-wrap .logo-full--desktop {
    display: block;
  }
}

.login__menu .menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  border-radius: 100px;
  background: #7e51b8;
  cursor: pointer;
  pointer-events: all;
  will-change: transform;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.login__menu .menu-button:hover:after, .login__menu .menu-button:focus:after {
  width: 116%;
  height: 116%;
}
.login__menu .menu-button::after, .login__menu .menu-button::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}
.login__menu .menu-button::before {
  background: #693da7;
  z-index: -1;
}
.login__menu .menu-button::after {
  background: rgba(105, 61, 167, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -2;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
.login__menu .menu-button span {
  height: 2px;
  width: 40%;
  background: var(--unnamed-color-ffffff);
  position: absolute;
  top: 50%;
  will-change: transform, height;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
}
.login__menu .menu-button span:nth-child(1) {
  transform: translateY(-10px);
}
.login__menu .menu-button span:nth-child(2) {
  transition-delay: 0.001s;
  width: 40%;
}
.login__menu .menu-button span:nth-child(3) {
  transform: translateY(10px);
}

.swiper {
  width: 100%;
  height: 100%;
  overflow-y: visible;
  overflow-x: clip;
}
.swiper .swiper-slide {
  background-color: var(--unnamed-color-3b1468);
  border-radius: 40px;
}

.swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #451E7C;
  border-radius: 50%;
  font-size: 0px;
  border: 0;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border: 4px solid #451E7C;
  background-color: #D2B565;
}

@keyframes animatedBird {
  from {
    background-position: top 200px left -45px, bottom 23px right -30px;
  }
  to {
    background-position: top 250px left 45px, bottom 33px right 30px;
  }
}
.modal-holder__inner {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .modal-holder__inner {
    padding: 0;
  }
}
.modal-holder__inner .inner-wrap {
  padding-top: 150px;
}
@media (min-width: 1920px) {
  .modal-holder__inner .inner-wrap {
    padding-top: 90px;
  }
}

.steps-container {
  position: relative;
  max-width: 902px;
  width: 100%;
  transform: translatey(50px);
}
@media (min-width: 992px) {
  .steps-container {
    transform: translatey(80px);
  }
}
@media (min-width: 1920px) {
  .steps-container {
    transform: translatey(50px);
  }
}
.steps-container .steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.steps-container .steps-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/mzansi360/images/header-bg-line.svg) no-repeat 0 -15px;
  background-size: 100%;
  z-index: 3;
}
.steps-container .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: transparent;
  z-index: 31;
  cursor: pointer;
}
.steps-container .swiper-wrapper--steps {
  padding-top: 110px;
}
.steps-container .fluffy-image {
  position: absolute;
  margin-top: -85px;
  z-index: 20;
  height: auto;
  max-width: 40%;
}
@media (max-width: 429px) {
  .steps-container .fluffy-image {
    margin-top: -55px;
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .steps-container .fluffy-image {
    margin-top: -100px;
  }
}
.steps-container .fluffy-image.fluffy-image--boat {
  max-width: 40%;
  width: 100%;
  height: auto;
  margin-top: -50px;
}
@media (max-width: 429px) {
  .steps-container .fluffy-image.fluffy-image--boat {
    margin-top: -35px;
  }
}
@media (min-width: 768px) {
  .steps-container .fluffy-image.fluffy-image--boat {
    max-width: 270px;
  }
}
@media (min-width: 1920px) {
  .steps-container .fluffy-image.fluffy-image--boat {
    max-width: 295px;
  }
}
.steps-container .fluffy-image--digging {
  margin-top: -20px;
}
.steps-container .card-header {
  text-align: center;
  position: relative;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  overflow: hidden;
}
.steps-container .card-body {
  padding: 52px 20px;
  padding-bottom: 52px;
  text-align: center;
  background: var(--unnamed-color-3b1468);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 4;
}
@media (min-width: 992px) {
  .steps-container .card-body {
    padding: 0 0 81px 0;
  }
}
.steps-container .card-body__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 30px;
  color: var(--unnamed-color-d9b8fc);
}
.steps-container .card-body__list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps-container .next-step-item {
  margin-top: 105px;
}

.card-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: transparent;
  background: linear-gradient(180deg, var(--unnamed-color-d9b8fc) 0%, #EDD183 100%);
  z-index: 0;
}
.card-header .fluffy--fox {
  transform: translateX(-120%) rotate(-15deg) !important;
}
.card-header .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.card-body .image-holder {
  background-color: var(--unnamed-color-edd183);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .card-body .image-holder {
    width: 78px;
    height: 78px;
  }
}
.card-body .image-holder img {
  max-width: 100%;
}
.card-body .video-holder--zoom {
  height: 53px;
}
@media (min-width: 992px) {
  .card-body .video-holder--zoom {
    width: 114px;
    height: auto;
  }
}
.card-body .video-holder--zoom img {
  max-width: 100%;
}

#modalHolder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url(/mzansi360/images/eggs-left.svg), url(/mzansi360/images/eggs-right.svg);
  background-position: top 140px left -75px, bottom 23px right -30px;
  background-repeat: no-repeat;
  animation: animatedBird 25s linear infinite;
}
@media (min-width: 992px) {
  #modalHolder {
    background-position: top 260px left -50px, bottom 23px right -30px;
    background-repeat: no-repeat;
  }
}

.content-heading {
  font-size: 45px;
  line-height: 47px;
  margin: auto;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .content-heading {
    font-size: 60px;
    line-height: 65px;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .content-heading {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 36px;
  }
}
@media (min-width: 1920px) {
  .content-heading {
    font-size: 90px;
    line-height: 95px;
  }
}

.content-text {
  font-size: 14px;
  line-height: 25px;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .content-text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

.item .item__text {
  font-size: 12px;
  line-height: 15px;
  padding-top: 40px;
}
@media (min-width: 1200px) {
  .item .item__text {
    font-size: 15px;
    line-height: 20px;
    max-width: 126px;
    padding-top: 24px;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #693DA7;
  }
}
.arrow-icon {
  height: 15px;
}

.autopan-icon {
  height: 22px;
}

.pin_thumb {
  margin-bottom: 20px;
  display: inline-block;
}
.pin_thumb img {
  max-width: 45px;
}
@media (min-width: 992px) {
  .pin_thumb img {
    max-width: 100%;
  }
}

.fluffi-move {
  position: absolute;
  z-index: 1000;
  right: -21%;
  bottom: 0;
  max-width: 11vw;
  transform-origin: bottom;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
}

.cta-step {
  border-radius: 40px;
  min-width: 179px;
  min-height: 79px;
  background: #451E7C;
  color: var(--unnamed-color-ffffff);
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: relative;
  outline: 1px transparent;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  text-transform: uppercase;
  padding: 0 40px;
}
.cta-step .arrow {
  right: 1.8vw;
  opacity: 0;
}
.cta-step--lg {
  min-width: 239px;
}
.cta-step--lg .arrow {
  right: 1.8vw;
}
.cta-step:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.cta-step:hover .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 33px;
}
.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.segunda {
  margin-left: 8px;
}

.next_animation {
  background-image: url(/mzansi360/images/arrow-right-hover-btn.svg);
  background-repeat: no-repeat;
}

.info-hotspot .info-hotspot-title-wrapper:before {
  content: "";
  border-color: #D2B565;
  border-width: 12px;
  border-top-color: black;
  margin-left: -12px;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}
.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.control-button {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 45px;
  width: 90%;
  padding: 20px 20px;
  align-items: center;
  transform: translateX(6%);
  z-index: -1;
}
@media (min-width: 992px) {
  .control-button {
    width: 70%;
    gap: 0;
    transform: translateX(22%);
    padding: 20px 50px;
  }
}
@media (min-width: 1920px) {
  .control-button {
    width: 50%;
    gap: 0;
    transform: translateX(50%);
  }
}
.control-button .control-button__direction {
  border: 2px solid var(--unnamed-color-3b1468);
  border-radius: 50%;
}
.control-button #viewLeft,
.control-button #viewRight {
  width: 52px;
  height: 52px;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .control-button #viewLeft,
  .control-button #viewRight {
    width: 82px;
    height: 82px;
  }
}
.control-button #viewUp,
.control-button #viewDown {
  display: none !important;
}
@media (min-width: 768px) {
  .control-button #viewUp,
  .control-button #viewDown {
    display: flex !important;
  }
}
.control-button .viewControlButton,
.control-button #fullscreenToggle,
.control-button #autorotateToggle {
  position: relative;
  bottom: auto;
  left: auto;
  padding: 5px;
  background-color: transparent;
  background-color: transparent;
  display: flex !important;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .control-button .viewControlButton,
  .control-button #fullscreenToggle,
  .control-button #autorotateToggle {
    width: 82px;
    height: 82px;
  }
}
.control-button .viewControlButton .icon,
.control-button #fullscreenToggle .icon,
.control-button #autorotateToggle .icon {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
}
.control-button .viewControlButton-1,
.control-button .viewControlButton-2,
.control-button .viewControlButton-3,
.control-button .viewControlButton-4,
.control-button .viewControlButton-5,
.control-button .viewControlButton-6 {
  margin-left: 0;
}
.control-button article.products-section .carousel-holder .navigation .arrow-prev .arrows svg {
  opacity: 1;
}
.control-button .zoom-wrap {
  background-color: var(--unnamed-color-edd183);
  border-radius: 40px;
  display: flex;
  gap: 0;
}
@media (min-width: 992px) {
  .control-button .zoom-wrap {
    gap: 15px;
  }
}
.control-button .zoom-wrap .viewControlButton {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 14px;
}
@media (min-width: 992px) {
  .control-button .zoom-wrap .viewControlButton {
    width: auto;
    padding: 0 25px;
  }
}

.control-button .control-button__direction .arrows {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: 5px;
}
.control-button .control-button__direction .arrows svg, .control-button .control-button__direction .arrows path, .control-button .control-button__direction .arrows stroke {
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.control-button .control-button__direction .arrows svg {
  opacity: 1;
}
.control-button .control-button__direction .arrows svg:nth-child(2) {
  display: none;
}
.control-button .control-button__direction:hover .arrows svg, .control-button .control-button__direction:hover .arrows path, .control-button .control-button__direction:hover .arrows stroke {
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.control-button .control-button__direction:hover .arrows svg {
  opacity: 0.3;
}
.control-button .control-button__direction:hover .arrows svg path {
  stroke: var(--unnamed-color-ffffff);
}
.control-button .control-button__direction:hover .arrows svg:nth-child(2) {
  display: block;
  opacity: 1;
}
.control-button .control-button__direction:hover .arrows svg:nth-child(2) path {
  stroke: #d2b565;
}
.control-button .control-button__direction:hover:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: var(--unnamed-color-3b1468);
  z-index: 0;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.control-button .control-button__direction:hover:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 120%;
  height: 120%;
  background: rgba(69, 30, 124, 0.4);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  z-index: -1;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}

body.fullscreen-enabled #autorotateToggle {
  right: auto;
}

.cta-step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border-radius: 100px;
  z-index: 2;
  cursor: pointer;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.cta-step:hover {
  color: #d2b565;
}
.cta-step:hover:after {
  width: 110%;
  height: 120%;
}
.cta-step:hover .arrows {
  display: inline-flex;
  width: auto;
  margin-left: 10px;
  opacity: 1;
  transform: translateX(0) scale(1);
}
.cta-step:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: #451E7C;
  z-index: -1;
}
.cta-step:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: rgba(69, 30, 124, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: -2;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.cta-step.arrows {
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -20px;
  gap: 5px;
  will-change: transform, opacity;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -ms-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -o-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  opacity: 0;
  transform: translateX(-50px) scale(0);
}
.cta-step--secondary {
  color: var(--unnamed-color-d2b565);
  background: transparent;
  text-decoration: underline;
  padding: 0;
  min-height: 0;
}
.cta-step--secondary:hover, .cta-step--secondary:focus {
  animation: none;
  box-shadow: 0 0 0 10px transparent;
}
.cta-step--secondary:before {
  content: "";
  background: transparent;
}
.cta-step--secondary:after {
  content: "";
  background: transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

#sceneListToggle,
#titleBar,
#sceneList {
  display: none;
}

.btn:hover, button:not(.onetrust-close-btn-handler):hover,
.btn:focus, button:not(.onetrust-close-btn-handler):focus {
  color: var(--unnamed-color-ffffff);
}

#rotateScreen {
  display: block;
  position: fixed;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #002776;
  background-size: cover;
  will-change: transform;
  transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -webkit-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -moz-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -ms-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -o-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
}
#rotateScreen.active {
  opacity: 1;
  z-index: 999;
  display: block;
}
#rotateScreen.active h1,
#rotateScreen.active h2 {
  opacity: 1;
  top: 0;
}
#rotateScreen.active span {
  margin: 7vw auto 3vw auto;
  opacity: 1;
}
#rotateScreen h1,
#rotateScreen h2 {
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font-style: normal;
  opacity: 0;
  margin: 0 auto 20px auto;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -o-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
}
#rotateScreen h1 {
  position: relative;
  top: 40px;
  font-size: 30px;
  line-height: 40px;
  transition-delay: 1.4s;
}
#rotateScreen h2 {
  position: relative;
  top: 80px;
  font-size: 16px;
  line-height: 20px;
  transition-delay: 1.6s;
}
#rotateScreen span {
  width: 32px;
  height: 32px;
  display: block;
  opacity: 0;
  position: relative;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -o-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition-delay: 1.2s;
}
#rotateScreen span::after, #rotateScreen span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  display: block;
}
#rotateScreen span:after {
  content: "";
  z-index: 2;
  background: url(/mzansi360/img/rotate-display-icon2.svg) no-repeat top left;
  -webkit-animation: rotate 2s infinite forwards;
  -khtml-animation: rotate 2s infinite forwards;
  -moz-animation: rotate 2s infinite forwards;
  -ms-animation: rotate 2s infinite forwards;
  -o-animation: rotate 2s infinite forwards;
  animation-play-state: running;
}
#rotateScreen span:before {
  content: "";
  z-index: 4;
  background: url(/mzansi360/img/rotate-display-icon.svg) no-repeat top left;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(16deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hide-here-section {
  color: var(--unnamed-color-3b1468);
  position: relative;
  z-index: 20;
  max-width: 902px;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
}
.hide-here-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(180deg, var(--unnamed-color-d9b8fc) 0%, #EDD183 100%);
  z-index: 0;
}
.hide-here-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/mzansi360/images/bg-ocean_with-line@2x.png") no-repeat bottom center;
  background-size: 106%;
  z-index: 1;
}
@media (min-width: 768px) {
  .hide-here-section:after {
    height: 105%;
  }
}
@media (min-width: 992px) {
  .hide-here-section:after {
    height: 100%;
  }
}
.hide-here-section .birds-container {
  padding-bottom: 18vh;
  position: absolute;
  top: 17%;
  left: -10%;
  z-index: 1;
}
.hide-here-section .steps-item {
  position: relative;
}
.hide-here-section .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: transparent;
  z-index: 31;
  cursor: pointer;
}
.hide-here-section .steps-item-block {
  padding: 55px 0;
}
.hide-here-section .card-body {
  text-align: center;
  z-index: 30;
  position: relative;
}
.hide-here-section .card-body .content {
  display: inline-block;
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .hide-here-section .card-body .content {
    padding-top: 110px;
  }
}
.hide-here-section .fluffy-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}
.hide-here-section .fluffy-images.fluffy-images--hide-here {
  margin-top: 29vh;
  position: absolute;
  right: -23px;
  bottom: 60px;
}
@media (min-width: 500px) {
  .hide-here-section .fluffy-images.fluffy-images--hide-here {
    bottom: 7vh;
  }
}
@media (min-width: 768px) {
  .hide-here-section .fluffy-images.fluffy-images--hide-here {
    bottom: 105px;
  }
}
@media (min-width: 992px) {
  .hide-here-section .fluffy-images.fluffy-images--hide-here {
    bottom: 165px;
  }
}
@media (min-width: 1200px) {
  .hide-here-section .fluffy-images.fluffy-images--hide-here {
    bottom: 165px;
  }
}
.hide-here-section .next-step-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 30px 0;
  z-index: 2;
  position: relative;
  margin-top: 200px;
}

.find-section {
  color: var(--unnamed-color-3b1468);
  position: relative;
  z-index: 20;
  max-width: 902px;
  margin: auto;
  border-radius: 40px;
  overflow: hidden;
}
.find-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(180deg, var(--unnamed-color-d9b8fc) 0%, #EDD183 100%);
  z-index: 0;
}
.find-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url("/mzansi360/bg-ocean_with-line@2x.png") no-repeat bottom center;
  background-size: 104%;
  z-index: 1;
}
@media (min-width: 500px) {
  .find-section:after {
    height: 75%;
  }
}
@media (min-width: 768px) {
  .find-section:after {
    height: 105%;
  }
}
@media (min-width: 992px) {
  .find-section:after {
    height: 100%;
  }
}
.find-section.summit-seeker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(180deg, var(--unnamed-color-d9b8fc) 0%, #EDD183 100%);
  z-index: 0;
}
.find-section.summit-seeker:after {
  content: "";
  width: 101%;
  height: 100%;
  background: url("/mzansi360/images/bg-summit-seeker-mobile.png") no-repeat bottom center;
  background-size: 130%;
}
@media (min-width: 500px) {
  .find-section.summit-seeker:after {
    background-size: 104%;
  }
}
@media (min-width: 768px) {
  .find-section.summit-seeker:after {
    background: url("/mzansi360/images/bg-summit-seeker-desktop.png") no-repeat bottom center;
    background-size: 103%;
  }
}
.find-section.summit-seeker .fluffy-images.fluffy-images--find {
  position: absolute;
  right: -23px;
  bottom: 20px;
}
@media (min-width: 500px) {
  .find-section.summit-seeker .fluffy-images.fluffy-images--find {
    bottom: 40px;
  }
}
@media (min-width: 768px) {
  .find-section.summit-seeker .fluffy-images.fluffy-images--find {
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .find-section.summit-seeker .fluffy-images.fluffy-images--find {
    bottom: 165px;
  }
}
@media (min-width: 1200px) {
  .find-section.summit-seeker .fluffy-images.fluffy-images--find {
    bottom: 40px;
  }
}
.find-section.summit-seeker .fluffy-images.fluffy-images--find .fluffy-image {
  max-width: 200px;
  width: 100%;
}
.find-section.no-egg-modal-section:after {
  content: "";
  width: 101%;
  height: 100%;
  background: url("/mzansi360/images/bg-draft-mobile.png") no-repeat bottom center;
  background-size: 130%;
}
@media (min-width: 500px) {
  .find-section.no-egg-modal-section:after {
    background-size: 104%;
  }
}
@media (min-width: 768px) {
  .find-section.no-egg-modal-section:after {
    background: url("/mzansi360/images/bg-draft.png") no-repeat bottom center;
    background-size: 103%;
  }
}
.find-section .steps-item {
  position: relative;
}
.find-section .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: transparent;
  z-index: 31;
  cursor: pointer;
}
.find-section .card-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: transparent;
  background: url(/mzansi360/images/progressbar-bg-line.svg) no-repeat 0 0, linear-gradient(180deg, var(--unnamed-color-d9b8fc) 0%, #EDD183 100%);
}
.find-section .card-body {
  text-align: center;
  z-index: 30;
  position: relative;
  padding: 125px 50px 50px;
}
@media (min-width: 768px) {
  .find-section .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.find-section .card-body .content {
  width: 80%;
  display: inline-block;
  padding-top: 80px;
}
@media (min-width: 1200px) {
  .find-section .card-body .content {
    width: 50%;
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  .find-section .card-body .content-text {
    margin-bottom: 190px;
  }
}
.find-section .fluffy-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}
.find-section .fluffy-images .fluffy-image--coconut {
  margin-top: 29vh;
  position: absolute;
  right: -23px;
}
@media (min-width: 992px) {
  .find-section .fluffy-images .fluffy-image--coconut {
    margin-top: 8vh;
  }
}
.find-section .next-step-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 30px 0;
  z-index: 2;
  position: relative;
  margin-bottom: 200px;
}
@media (min-width: 992px) {
  .find-section .next-step-item {
    margin-bottom: 0;
  }
}

.modal-holder__inner--find .steps-container .fluffy-image {
  margin-top: 40px;
}
.modal-holder__inner--find .steps-container .steps-item:before {
  background: none;
}
.modal-holder__inner--find .thumbnail.thumbnail--mobile {
  display: block;
}
@media (min-width: 768px) {
  .modal-holder__inner--find .thumbnail.thumbnail--mobile {
    display: none;
  }
}
.modal-holder__inner--find .thumbnail.thumbnail--desktop {
  display: none;
}
@media (min-width: 768px) {
  .modal-holder__inner--find .thumbnail.thumbnail--desktop {
    display: block;
  }
}
.modal-holder__inner--find .fluffy-image.fluffy-image--taxi {
  margin-top: 10px;
  max-width: 460px;
  width: 100%;
}
@media (min-width: 500px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--taxi {
    margin-top: 20px;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--taxi {
    margin-top: 10px;
    max-width: 560px;
  }
}
@media (min-width: 992px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--taxi {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--taxi {
    margin-top: 40px;
  }
}
.modal-holder__inner--find .fluffy-image.fluffy-image--35 {
  max-width: 250px;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--35 {
    margin-top: 40px;
    max-width: 305px;
  }
}
.modal-holder__inner--find .fluffy-image.fluffy-image--19 {
  max-width: 190px;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--19 {
    margin-top: 40px;
    max-width: 230px;
  }
}
.modal-holder__inner--find .fluffy-image.fluffy-image--map {
  margin-top: -35px;
}
@media (min-width: 500px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--map {
    margin-top: 3%;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .modal-holder__inner--find .fluffy-image.fluffy-image--map {
    margin-top: 40px;
  }
}

#form-journey.form-journey--prize {
  padding-bottom: 23vh;
  margin-top: 250px !important;
  background-position: 1% 100%;
  background-image: url(/mzansi360/images/bg-ocean_with-pin-location@2x.svg), linear-gradient(rgb(186, 140, 235) 0%, rgba(237, 209, 131, 0.635) 100%);
}
@media (min-width: 768px) {
  #form-journey.form-journey--prize {
    margin-top: 350px !important;
  }
}
@media (min-width: 992px) {
  #form-journey.form-journey--prize {
    margin-top: 5vw !important;
  }
}
#form-journey.form-journey--prize:before {
  background: none;
}
@media (min-width: 992px) {
  #form-journey.form-journey--prize:before {
    padding-bottom: 18vh;
    content: "";
    position: absolute;
    top: 17%;
    left: -10%;
    width: 300px;
    height: 300px;
    pointer-events: none;
    background: url(/mzansi360/images/birds-left-side.svg) no-repeat center center;
    background-size: 111%;
    z-index: 1;
  }
}
#form-journey.form-journey--prize .progress-bar {
  padding: 20px 15px;
}
#form-journey.form-journey--prize .progress-bar .step {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form-journey.form-journey--prize .progress-bar .step:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--unnamed-color-d2b565);
  right: -30px;
}
#form-journey.form-journey--prize .progress-bar .step:last-child:after {
  width: 0;
  height: 0;
  background: transparent;
}
#form-journey.form-journey--prize .progress-bar .step svg {
  width: 70px;
  height: 70px;
  z-index: 3;
}
#form-journey.form-journey--prize .fluffi-container--gift {
  position: absolute;
  bottom: 7%;
  left: -60px;
  right: auto;
}
@media (min-width: 992px) {
  #form-journey.form-journey--prize .fluffi-container--gift {
    bottom: 35%;
  }
}
#form-journey.form-journey--prize .fluffi-container--gift .fluffi-gift {
  height: 155px;
}
@media (min-width: 992px) {
  #form-journey.form-journey--prize .fluffi-container--gift .fluffi-gift {
    height: 100%;
  }
}
@media (min-width: 992px) {
  #form-journey.form-journey--prize .form-area {
    padding: 0 5vw 10vw 5vw;
  }
}
#form-journey.form-journey--egg-ceptional {
  background-image: url(/mzansi360/images/bg-ocean_with-pin-location@2x.svg), linear-gradient(rgb(186, 140, 235) 0%, rgba(237, 209, 131, 0.635) 100%);
  background-size: 104%;
}
@media (min-width: 992px) {
  #form-journey.form-journey--egg-ceptional {
    background-size: 107%;
  }
}
#form-journey.form-journey--egg-ceptional:before {
  bottom: 40%;
  top: auto;
}
#form-journey.form-journey--egg-ceptional .progress-bar .step:nth-child(2):after {
  background-color: var(--unnamed-color-ffffff);
}
#form-journey.congratulation {
  padding-bottom: 25vh;
  background-image: url(/mzansi360/images/landing/mechanic-desktop.svg), linear-gradient(180deg, #BA8CEB 0%, rgba(237, 209, 131, 0.6352941176) 100%);
  background-size: 210%;
  background-position: 18% 102%;
}
#form-journey.congratulation:before {
  top: 0%;
  right: -125px;
  bottom: auto;
}
@media (min-width: 1200px) {
  #form-journey.congratulation:before {
    top: 20%;
    right: -13%;
  }
}
#form-journey.congratulation:after {
  background: url(/mzansi360/images/forms/bg-login.svg) no-repeat 13% 101%;
  background-size: 103%;
}
@media (max-width: 500px) {
  #form-journey.congratulation:after {
    width: 99%;
    background-size: 108%;
  }
}
@media (min-width: 1200px) {
  #form-journey.congratulation:after {
    background-position: 13% 105%;
  }
}
@media (min-width: 992px) {
  #form-journey.congratulation {
    padding-bottom: 10vw;
  }
}
#form-journey.congratulation .fluffi-container {
  right: -10px;
  z-index: 2;
}
@media (max-width: 500px) {
  #form-journey.congratulation .fluffi-container {
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  #form-journey.congratulation .fluffi-container {
    right: -20px;
    bottom: 75px;
  }
}
@media (min-width: 992px) {
  #form-journey.congratulation .fluffi-container {
    bottom: 90px;
  }
}
@media (min-width: 1200px) {
  #form-journey.congratulation .fluffi-container {
    bottom: 120px;
  }
}/*# sourceMappingURL=interation_styles.css.map */