html,
body {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 991px) and (max-width: 9000px) {
  html ::-webkit-scrollbar,
  body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  html ::-khtml-scrollbar,
  body ::-khtml-scrollbar {
    width: 5px;
    height: 5px;
  }
  html ::-moz-scrollbar,
  body ::-moz-scrollbar {
    width: 5px;
    height: 5px;
  }
  html ::-ms-scrollbar,
  body ::-ms-scrollbar {
    width: 5px;
    height: 5px;
  }
  html ::-o-scrollbar,
  body ::-o-scrollbar {
    width: 5px;
    height: 5px;
  }
  html ::-webkit-scrollbar-track,
  body ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 120px 120px 124px #9971CE;
  }
  html ::-khtml-scrollbar-track,
  body ::-khtml-scrollbar-track {
    -webkit-box-shadow: inset 120px 120px 124px #9971CE;
  }
  html ::-moz-scrollbar-track,
  body ::-moz-scrollbar-track {
    -webkit-box-shadow: inset 120px 120px 124px #9971CE;
  }
  html ::-webkit-scrollbar-thumb,
  body ::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 76px #ffffff;
  }
  html ::-khtml-scrollbar-thumb,
  body ::-khtml-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 76px #ffffff;
  }
}
@keyframes map-key-anim {
  0% {
    backdrop-filter: blur(10px);
  }
  50% {
    backdrop-filter: blur(2px);
  }
  100% {
    backdrop-filter: blur(10px);
  }
}
@keyframes loading-anim {
  0% {
    transform: translate(0, 0);
    width: 0;
  }
  100% {
    transform: translate(300%, 0);
    width: 45%;
  }
}
::selection {
  background: rgba(48, 30, 100, 0.7);
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(48, 30, 100, 0.7);
  /* Gecko Browsers */
}
@font-face {
  font-family: 'Appetite';
  font-weight: normal;
  font-style: normal;
  src: url('../../fonts/AppetiteContrast.otf') format('opentype');
}
@font-face {
  font-family: 'GillSansBold';
  font-weight: normal;
  font-style: normal;
  src: url('../../fonts/gill-sans-nova-clean/GillSansNovaBold.ttf') format('truetype');
}
@font-face {
  font-family: 'GillSansMedium';
  font-weight: normal;
  font-style: normal;
  src: url('../../fonts/gill-sans-nova-clean/GillSansNovaMedium.ttf') format('truetype');
}
@font-face {
  font-family: 'GillSans';
  font-weight: normal;
  font-style: normal;
  src: url('../../fonts/gill-sans-nova-clean/GillSansNovaBook.ttf') format('truetype');
}
@font-face {
  font-family: 'GillSansSemiBold';
  font-weight: normal;
  font-style: normal;
  src: url('../../fonts/gill-sans-nova-clean/GillSansNovaSemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'GillSans-Light';
  font-weight: normal;
  font-style: normal;
  src: url('../../fonts/gill-sans-nova-clean/GillSansNovaLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Gill Sans Nova';
  src: url('../fonts/gill-sans-nova/GillSansNova-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
body,
html {
  font-family: "GillSans";
  font-size: 0.9375vw;
  line-height: 160%;
  letter-spacing: 1px;
}
body h1,
html h1,
body h2,
html h2,
body h3,
html h3,
body h4,
html h4,
body h5,
html h5,
body h6,
html h6 {
  letter-spacing: 1px;
  margin: 0;
  font-weight: normal !important;
}
body h1,
html h1 {
  font-size: 7.292vw;
  line-height: 8.698vw;
  font-family: 'GillSansBold';
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #D3B565;
}
body h2,
html h2 {
  font-size: 70px;
  line-height: 160%;
  font-weight: normal !important;
  font-family: 'Appetite';
  letter-spacing: 1px;
  color: #D3B565;
  margin-bottom: 0;
}
body h3,
html h3 {
  font-size: 2.083vw;
  line-height: 2.917vw;
  font-family: 'GillSans';
  font-weight: normal !important;
}
body h4,
html h4 {
  font-size: 20px;
  line-height: 120%;
  font-family: 'GillSansBold';
  font-weight: normal !important;
  color: #D3B565;
}
body h4.location,
html h4.location {
  color: #ffffff;
}
body h5,
html h5 {
  font-size: 1.5625vw;
  line-height: 1.5625vw;
  font-family: 'GillSansBold';
  font-weight: normal !important;
}
body h6,
html h6 {
  font-size: 1.302vw;
  line-height: 1.458vw;
  font-family: "GillSansBold";
  font-weight: normal !important;
  text-transform: capitalize;
}
body a,
html a {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
body a:hover,
html a:hover {
  color: #4C4C4C;
}
body p,
html p {
  font-family: "GillSans" !important;
  font-size: 0.9375vw;
  line-height: 160%;
  letter-spacing: 1px;
  font-weight: normal !important;
}
body p strong,
html p strong,
body p b,
html p b {
  font-family: 'GillSansBold' !important;
  letter-spacing: 1px;
  font-weight: normal !important;
}
body p.date,
html p.date {
  font-weight: 600;
  font-size: 0.833vw;
  line-height: 1.302vw;
  color: #D3B565;
  margin: 0;
}
body .btn,
html .btn {
  font-family: 'GillSansBold';
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
}
body #map-area #filterProvinces span,
html #map-area #filterProvinces span {
  font-size: 20px;
  line-height: 20px;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  body,
  html {
    font-family: "GillSans";
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
  }
  body h1,
  html h1,
  body h2,
  html h2,
  body h3,
  html h3,
  body h4,
  html h4,
  body h5,
  html h5,
  body h6,
  html h6 {
    letter-spacing: 1px;
    margin: 0;
    font-weight: normal !important;
  }
  body h1,
  html h1 {
    font-size: 7.292vw;
    line-height: 8.698vw;
    font-family: 'GillSansBold';
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D3B565;
  }
  body h2,
  html h2 {
    font-size: 40px;
    line-height: 160%;
    font-weight: normal !important;
    font-family: 'Appetite';
    letter-spacing: 1px;
    color: #D3B565;
    margin-bottom: 0;
  }
  body h3,
  html h3 {
    font-size: 2.083vw;
    line-height: 2.917vw;
    font-family: 'GillSans';
    font-weight: normal !important;
  }
  body h4,
  html h4 {
    font-size: 16px;
    line-height: 100%;
    font-family: 'GillSansBold';
    font-weight: normal !important;
    color: #D3B565;
  }
  body h4.location,
  html h4.location {
    color: #ffffff;
  }
  body h5,
  html h5 {
    font-size: 1.5625vw;
    line-height: 1.5625vw;
    font-family: 'GillSansBold';
    font-weight: normal !important;
  }
  body h6,
  html h6 {
    font-size: 1.302vw;
    line-height: 1.458vw;
    font-family: "GillSansBold";
    font-weight: normal !important;
    text-transform: capitalize;
  }
  body a,
  html a {
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-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;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  body a:hover,
  html a:hover {
    color: #4C4C4C;
  }
  body p,
  html p {
    font-family: "GillSans" !important;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
    font-weight: normal !important;
  }
  body p strong,
  html p strong,
  body p b,
  html p b {
    font-family: 'GillSansBold';
    letter-spacing: 1px;
    font-weight: normal !important;
  }
  body p.date,
  html p.date {
    font-weight: 600;
    font-size: 0.833vw;
    line-height: 1.302vw;
    color: #D3B565;
    margin: 0;
  }
  body .btn,
  html .btn {
    font-family: 'GillSansBold';
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
  }
  body #map-area #filterProvinces span,
  html #map-area #filterProvinces span {
    font-size: 20px;
    line-height: 20px;
  }
}
.alert {
  display: none !important;
}
@keyframes btn-anim {
  0% {
    background-position: -5px -21px;
  }
  50% {
    background-position: -50px -21px;
  }
  100% {
    background-position: -5px -21px;
  }
}
.swing {
  transform-origin: top center;
  animation: swingAnimation 2s ease-in-out infinite;
}
@keyframes swingAnimation {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  95% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.btn {
  width: fit-content;
  border: 2px solid #D3B565;
  border-radius: 30px;
  padding: 17px 23px;
  background: transparent;
  position: relative;
  color: #D3B565;
  text-decoration: none;
  font-weight: normal;
  background: linear-gradient(90deg, #E7CB7A 2.2%, #FBECB3 30.95%, #C4A557 70.64%, #FBECB3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform-origin: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  .btn {
    padding: 18px 39px;
  }
}
@media screen and (min-width: 20px) and (max-width: 440px) {
  .btn {
    padding: 18px 20px;
  }
}
.btn:after {
  content: '';
  display: block;
  position: absolute;
}
.btn:hover,
.btn:focus {
  transform: scale(0.95);
}
.comp-btn {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.swiper-wrapper button,
.swiper-wrapper .btn {
  margin: 30px 0;
}
#shareModal {
  position: fixed;
  z-index: 6;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, z-index;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#shareModal:after {
  content: '';
  background: #3E1962CC;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#shareModal #closeModal {
  border: 2px solid #301E64;
  border-radius: 100%;
  background: transparent;
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 30px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#shareModal #closeModal svg path {
  fill: #301E64;
}
#shareModal #closeModal:hover,
#shareModal #closeModal:focus {
  background: #301E64;
}
#shareModal #closeModal:hover svg path,
#shareModal #closeModal:focus svg path {
  fill: #ffffff;
}
#shareModal .content {
  background: #ffffff;
  border-radius: 30px;
  max-width: 453px;
  width: 100%;
  z-index: 8;
  overflow: hidden;
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 240px;
  gap: 3vw;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content {
    max-width: 60vw;
    align-items: flex-start;
  }
}
#shareModal .content h3,
#shareModal .content p {
  text-align: center;
  color: #301E64;
}
#shareModal .content h3 {
  font-family: 'GillSansBold';
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content h3 {
    font-size: 30px;
  }
}
#shareModal .content p {
  margin: 0;
}
#shareModal .content p#mapErrorMessage {
  margin-top: 20px;
  font-size: 12px;
}
#shareModal .content .share-holder {
  display: flex;
  gap: 2vw;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content .share-holder {
    width: 100%;
    gap: 10vw;
    align-items: flex-start;
    margin: 30px 0;
    justify-content: center;
  }
}
#shareModal .content .share-holder .share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #402379;
  font-family: 'GillSansSemiBold';
  font-size: 20px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content .share-holder .share-item {
    flex-direction: row;
    gap: 15px;
  }
}
#shareModal .content .share-holder .share-item button {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  width: 70px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content .share-holder .share-item button {
    width: 45px;
  }
}
#shareModal .content .share-holder .share-item button svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
#shareModal .content .share-holder .share-item button:hover,
#shareModal .content .share-holder .share-item button:focus {
  transform: scale(0.9);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content .share-holder .share-item span {
    display: none;
  }
}
#shareModal .content .share-link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#shareModal .content .share-link h4 {
  color: #402379;
  margin-bottom: 10px;
}
#shareModal .content #shareUrl {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content #shareUrl {
    width: 100%;
  }
}
#shareModal .content #shareUrl h4 {
  color: #402379;
}
#shareModal .content #shareUrl input {
  border: 2px solid #F5F5F5;
  border-radius: 30px;
  padding: 20px 25px 25px 25px;
  background: #F5F5F5;
  color: #402379;
  font-family: 'GillSansSemiBold';
  width: 100%;
  font-size: 20px;
  cursor: pointer;
}
#shareModal .content #shareUrl input:focus {
  outline: 2px solid #402379;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content #shareUrl input {
    border-radius: 15px;
    padding: 10px 25px 15px 15px;
    font-size: 15px;
  }
}
#shareModal .content #shareUrl svg {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  background: #F5F5F5;
  padding: 10px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  #shareModal .content #shareUrl svg {
    right: 0px;
    width: 20px;
    height: 20px;
  }
}
#shareModal .content #shareUrl.shared input {
  outline: 2px solid #5EA55D;
}
#shareModal .content #shareUrl.shared svg path {
  fill: #5EA55D;
}
#shareModal.active {
  pointer-events: all;
  z-index: 6;
  opacity: 1;
}
body,
html {
  color: #ffffff;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  height: 100%;
}
body {
  background: #402379;
  background-attachment: fixed;
  background-size: cover;
}
#festiveNav {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99999;
}
#festiveNav .header-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#festiveNav .header-holder .logo {
  display: flex;
  max-width: 250px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  #festiveNav .header-holder .logo {
    max-width: 50vw;
  }
}
#festiveNav .header-holder .logo img {
  width: 100%;
  height: auto;
}
#festiveNav .header-holder #headerMenuBtn {
  border: 0;
  background: transparent;
  position: absolute;
  right: 5vw;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  #festiveNav .header-holder #headerMenuBtn {
    right: 30px;
  }
}
#festiveNav .header-holder #headerMenuBtn #hamburger-icon {
  overflow: visible;
}
#festiveNav .header-holder #headerMenuBtn #hamburger-icon .line {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#festiveNav .header-holder #headerMenuBtn.active .line:nth-child(1) {
  transform: rotate(45deg) translate(2px, -5px);
}
#festiveNav .header-holder #headerMenuBtn.active .line:nth-child(2) {
  transform: translate(40vw, 0px);
}
#festiveNav .header-holder #headerMenuBtn.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(-15px, -5px);
}
#festiveNav #SideNav {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 0;
  height: 100%;
  background: #301e64f7;
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(7px);
  will-change: transform, width, opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
#festiveNav #SideNav .menu-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 10vw 5vw 5vw 5vw;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 50px) and (max-width: 990px) {
  #festiveNav #SideNav .menu-list {
    padding: 50vw 5vw 5vw 5vw;
  }
}
#festiveNav #SideNav a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'GillSansBold';
}
#festiveNav #SideNav a:hover {
  color: #D3B565;
}
#festiveNav #SideNav.active {
  width: 100%;
}
#festiveNav #SideNav.active .menu-list {
  transition-delay: 0.45s;
  opacity: 1;
}
footer {
  display: flex;
  flex-direction: column;
  background-color: #301E64;
  position: relative;
  z-index: 2;
}
footer .footer-header {
  position: absolute;
  clip-path: ellipse(65% 80% at 50% 100%);
  height: 10vw;
  background: #301E64;
  z-index: 5;
  top: -9.635vw;
  left: 0;
  width: 100%;
}
footer .footer-header img {
  max-width: 19.5vw;
  width: 100%;
  height: auto;
  position: absolute;
  top: 1.927vw;
  left: 31vw;
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  footer .footer-header img {
    max-width: 19.5vw;
    width: 100%;
    height: auto;
    position: absolute;
    top: 37px;
    left: 31vw;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  footer .footer-header img {
    max-width: 33.5vw;
    width: 100%;
    height: auto;
    position: absolute;
    top: 1.927vw;
    left: 0vw;
    z-index: 4;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  footer .footer-header {
    height: 20vw;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  footer {
    margin-top: -15vw;
  }
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding: 0 5vw 5vw 5vw;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  footer .footer-content span {
    font-size: 14px;
    line-height: 19.6px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  footer .footer-content {
    padding: 0 2vw 5vw 2vw;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  footer .footer-content {
    text-align: center;
    justify-content: unset;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 10vw;
  }
  footer .footer-content .copyright-text {
    max-width: 310px;
    width: 100%;
    display: flex;
  }
  footer .footer-content div {
    order: 2;
  }
  footer .footer-content nav {
    order: 1;
    gap: 15px;
  }
}
footer nav {
  display: flex;
  gap: 30px;
}
footer nav a {
  color: #ffffff;
  text-decoration: none;
}
footer nav a:hover {
  color: #D3B565;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
  footer nav {
    justify-content: unset;
    align-items: center;
    flex-direction: column;
  }
}
.swiper-button-disabled {
  opacity: 0.6;
}
.swiper-pagination {
  bottom: 0 !important;
  pointer-events: none;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #ffffff;
  width: 10px;
  height: 10px;
  opacity: 0.7;
  margin: 0 5px 0 0 !important;
  pointer-events: all;
  box-sizing: border-box;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}
article {
  position: relative;
  padding: 5vw 10vw;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article {
    padding: 10vw;
  }
  article .ornament {
    display: none;
  }
}
article .title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
article .title-area h3 {
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
article .title-area h2 {
  background: linear-gradient(90deg, #E7CB7A 2.2%, #FBECB3 31.95%, #C4A557 70.64%, #FBECB3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
article .title-area p {
  text-align: center;
  margin: 0;
}
article .title-area p strong {
  display: block;
}
article .title-area .ornament {
  position: absolute;
  bottom: -20px;
  right: -60px;
  width: 80px;
  height: 80px;
}
article.intro-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw 10vw 0 10vw;
  background: url('../../images/map/glow.png') no-repeat center center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.intro-area {
    padding: 20vw 10vw 0 10vw;
    background-size: 600px;
    background-position: center top;
  }
}
@media screen and (min-width: 20px) and (max-width: 430px) {
  article.intro-area {
    padding: 20vw 15vw 0 15vw;
  }
}
article.intro-area .head-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 9%, #301e64 44%);
  z-index: 0;
}
article.intro-area .lock-up {
  z-index: 100;
  transform-origin: center center;
  position: relative;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  max-width: 758px;
  width: 100%;
  height: auto;
  filter: drop-shadow(2px 4px 62px #9971CE);
}
article.intro-area #bellShake {
  position: absolute;
  top: -4vw;
  right: 2vw;
  max-width: 38.542vw;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  article.intro-area #bellShake {
    top: -9vw;
    right: 18vw;
    width: 85vw;
  }
}
article.intro-area .content {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
article.intro-area .content p {
  max-width: 45vw;
  text-align: center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.intro-area .content p {
    max-width: 100%;
  }
}
article.intro-area .content .cta-holder {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
article.intro-area .content .legal {
  margin: 20px 0 40px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
article.intro-area .content .legal a {
  color: #D3B565;
  font-weight: 600;
  text-decoration: underline;
}
article.intro-area .img-holder {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 11px;
  pointer-events: none;
}
article.intro-area .img-holder img {
  max-width: 500px;
  height: auto;
}
article.intro-area .img-holder img.left {
  width: 10vw;
  padding-left: 60px;
}
article.intro-area .img-holder img.right {
  width: 20vw;
  padding-right: 20px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.intro-area .img-holder {
    display: none;
  }
}
article.intro-area:after,
article.intro-area:before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background-size: contain !important;
}
article.intro-area:before {
  max-width: 417px;
  height: 506px;
  left: 0;
  bottom: unset;
  top: -60px;
  background: url('../../images/map/header-left.png') no-repeat top left;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.intro-area:before {
    background: url('../../images/map/header-left-mobi.png') no-repeat top left;
  }
}
article.intro-area:after {
  bottom: 115px;
  right: 0;
  height: 506px;
  max-width: 661px;
  background: url('../../images/map/header-right.png') no-repeat top right;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.intro-area:after {
    background: url('../../images/map/header-right-mobi.png') no-repeat top right;
    height: 406px;
  }
}
article#map-area {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5vw 10vw;
  background: #402379 url('../../images/map/bg-cadbury-vintage.png') no-repeat top right;
  background-size: 290px auto;
  font-family: 'GillSans';
  gap: 60px;
}
article#map-area:after,
article#map-area:before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background-size: contain !important;
}
article#map-area:before {
  max-width: 310px;
  height: 622px;
  left: 0;
  top: 40%;
  background: url('../../images/map/bg-ball-pattern-left.png') no-repeat top left;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area:before {
    display: none;
  }
}
article#map-area .map-features {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  gap: 0;
  width: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features {
    justify-content: center;
  }
}
article#map-area .map-features #sideMenuOptions {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding: 30px 50px 30px 30px;
  width: 260px;
  background: #301E64;
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
  opacity: 0;
  will-change: transform, width;
  transform: scale(0.94) translateX(10vw);
  -ms-transform: scale(0.94) translateX(10vw);
  -webkit-transform: scale(0.94) translateX(10vw);
  -moz-transform: scale(0.94) translateX(10vw);
  -o-transform: scale(0.94) translateX(10vw);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .map-features #sideMenuOptions #filterProvinces {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .map-features #sideMenuOptions button {
  font-family: "GillSans";
  background: transparent;
  border: 0;
  padding: 10px 15px 10px 55px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  opacity: 0;
  will-change: transform, opacity;
  transition-delay: 0s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transform: scale(0.94) translateX(10vw);
  -ms-transform: scale(0.94) translateX(10vw);
  -webkit-transform: scale(0.94) translateX(10vw);
  -moz-transform: scale(0.94) translateX(10vw);
  -o-transform: scale(0.94) translateX(10vw);
}
article#map-area .map-features #sideMenuOptions button:before {
  content: "";
  background: transparent url('../../images/map/icons/icon-filter-idle.svg') no-repeat center center;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}
article#map-area .map-features #sideMenuOptions button:after {
  content: "";
  background: transparent;
  border-radius: 30px;
  height: 85%;
  width: 85%;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: -1;
}
article#map-area .map-features #sideMenuOptions button span {
  font-size: 13px;
  line-height: 100%;
  position: absolute;
  right: 6px;
  border-radius: 30px;
  background: #ECDFFA;
  color: #301E64;
  padding: 6px 10px;
}
article#map-area .map-features #sideMenuOptions button span:before {
  color: inherit !important;
}
article#map-area .map-features #sideMenuOptions button:nth-child(1) {
  font-family: 'GillSansBold';
  font-weight: normal !important;
}
article#map-area .map-features #sideMenuOptions button:nth-child(2) {
  color: #ffffff;
  font-family: 'GillSansBold';
}
article#map-area .map-features #sideMenuOptions button:nth-child(2):after {
  border: 2px solid #D3B565;
  background: #D3B565;
}
article#map-area .map-features #sideMenuOptions button:nth-child(2) span {
  background: transparent;
  color: #ffffff;
}
article#map-area .map-features #sideMenuOptions button:nth-child(2) span:before {
  content: '1st';
}
article#map-area .map-features #sideMenuOptions button:nth-child(3):after {
  border: 2px solid #9760D4;
}
article#map-area .map-features #sideMenuOptions button:nth-child(3) span {
  background: transparent;
  color: #ffffff;
}
article#map-area .map-features #sideMenuOptions button:nth-child(3) span:before {
  content: '2nd';
}
article#map-area .map-features #sideMenuOptions button:nth-child(4):after {
  border: 2px solid #9760D4;
}
article#map-area .map-features #sideMenuOptions button:nth-child(4) span {
  background: transparent;
  color: #ffffff;
}
article#map-area .map-features #sideMenuOptions button:nth-child(4) span:before {
  content: '3rd';
}
article#map-area .map-features #sideMenuOptions button:nth-child(5) span:before {
  content: '4th';
}
article#map-area .map-features #sideMenuOptions button:nth-child(6) span:before {
  content: '5th';
}
article#map-area .map-features #sideMenuOptions button:nth-child(7) span:before {
  content: '6th';
}
article#map-area .map-features #sideMenuOptions button:nth-child(8) span:before {
  content: '7th';
}
article#map-area .map-features #sideMenuOptions button:nth-child(9) span:before {
  content: '8th';
}
article#map-area .map-features #sideMenuOptions button:nth-child(10) span:before {
  content: '9th';
}
article#map-area .map-features #sideMenuOptions button:hover:before,
article#map-area .map-features #sideMenuOptions button.active:before {
  background: transparent url('../../images/map/icons/icon-filter-active.svg') no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions button {
    width: 100%;
    transform: scale(0.94) translateX(0);
    -ms-transform: scale(0.94) translateX(0);
    -webkit-transform: scale(0.94) translateX(0);
    -moz-transform: scale(0.94) translateX(0);
    -o-transform: scale(0.94) translateX(0);
  }
  article#map-area .map-features #sideMenuOptions button:after {
    width: 90%;
  }
}
article#map-area .map-features #sideMenuOptions #provinceStats {
  position: relative;
  padding: 20px 0 0 0;
  width: 100%;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transform: scale(0.94) translateX(10vw);
  -ms-transform: scale(0.94) translateX(10vw);
  -webkit-transform: scale(0.94) translateX(10vw);
  -moz-transform: scale(0.94) translateX(10vw);
  -o-transform: scale(0.94) translateX(10vw);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions #provinceStats {
    width: 100%;
  }
}
article#map-area .map-features #sideMenuOptions #provinceStats:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #C37EE4;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions #provinceStats:before {
    display: none;
  }
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions #provinceStats .province-title {
    cursor: pointer;
  }
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-title svg {
  width: 20px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions #provinceStats .province-title svg.only-desktop {
    display: none;
  }
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-title svg.only-mobi {
  display: none;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions #provinceStats .province-title svg.only-mobi {
    display: block;
  }
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-title h3 {
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: normal;
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-stats {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-stats .stat {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 16px;
  line-height: 16px;
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-stats .stat span {
  font-family: 'Appetite';
  font-size: 30px;
  line-height: 30px;
  min-width: 65px;
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-stats .stat.generosity {
  background: #D3B565;
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-stats .stat.sharing {
  background: #9760D4;
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-stats .stat.selflessness {
  background: #C37EE4;
}
article#map-area .map-features #sideMenuOptions #provinceStats .province-stats .stat.kindness {
  background: #7031B4;
}
article#map-area .map-features #sideMenuOptions.menu-active {
  opacity: 1;
  transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
}
article#map-area .map-features #sideMenuOptions.menu-active button,
article#map-area .map-features #sideMenuOptions.menu-active #provinceStats {
  transition-delay: 0.2s;
  opacity: 1;
  transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
}
article#map-area .map-features #sideMenuOptions.menu-active.indexView #filterProvinces {
  transform: scale(0.5) translateX(30vw);
  -ms-transform: scale(0.5) translateX(30vw);
  -webkit-transform: scale(0.5) translateX(30vw);
  -moz-transform: scale(0.5) translateX(30vw);
  -o-transform: scale(0.5) translateX(30vw);
  height: 0;
}
article#map-area .map-features #sideMenuOptions.menu-active.indexView #provinceStats:before {
  width: 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions.menu-active.province #filterProvinces {
    display: none;
  }
  article#map-area .map-features #sideMenuOptions.menu-active.province #provinceStats {
    display: block;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuOptions {
    height: auto;
    border-radius: 30px;
    width: 80%;
    left: unset;
    top: 100px;
    padding: 30px;
    transform: scale(0.94) translateX(0) translateY(10vw);
    -ms-transform: scale(0.94) translateX(0) translateY(10vw);
    -webkit-transform: scale(0.94) translateX(0) translateY(10vw);
    -moz-transform: scale(0.94) translateX(0) translateY(10vw);
    -o-transform: scale(0.94) translateX(0) translateY(10vw);
  }
  article#map-area .map-features #sideMenuOptions #provinceStats {
    display: none;
  }
  article#map-area .map-features #sideMenuOptions.menu-active {
    z-index: 4;
  }
}
article#map-area .map-features #sideMenuBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  border-radius: 30px;
  padding: 10px 15px;
  background: #301E64;
  font-size: 16px;
  line-height: 16px;
  font-family: 'GillSansSemiBold';
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuBtn {
    padding: 10px;
    transform: scale(1.2);
  }
}
article#map-area .map-features #sideMenuBtn:before {
  content: '';
  background: url('../../images/map/icons/icon-arrow-left.svg') no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuBtn:before {
    background: url('../../images/map/icons/icon-map-marker.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
}
article#map-area .map-features #sideMenuBtn:after {
  content: 'Show Stats';
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuBtn:after {
    display: none;
  }
}
article#map-area .map-features #sideMenuBtn.open:after {
  content: 'Hide Stats';
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #sideMenuBtn.open:after {
    display: none;
  }
}
article#map-area .map-features #sideMenuBtn.open:before {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
}
article#map-area .map-features #sideMenuBtn.indexView {
  pointer-events: none;
  opacity: 0;
}
article#map-area .map-features #showHelp {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  cursor: pointer;
}
article#map-area .map-features #showHelp svg {
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #showHelp svg {
    transform: scale(1.2);
    width: 36px;
    height: 36px;
  }
}
article#map-area .map-features #googleMap {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  width: 100%;
  height: 860px;
  overflow: hidden;
  will-change: transform, width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .map-features #googleMap:after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 0;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(64, 35, 121, 0) 50%, rgba(59, 0, 115, 0.6) 100%);
  width: 100%;
  height: 50%;
  pointer-events: none;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #googleMap:after {
    border-radius: 0;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #googleMap {
    border-radius: 0;
    height: 85vh;
  }
}
@media screen and (min-width: 20px) and (max-width: 440px) {
  article#map-area .map-features #googleMap {
    height: 100vh;
  }
}
article#map-area .map-features #googleMap #mapG {
  width: 100%;
  height: 100%;
}
article#map-area .map-features #googleMap #mapG > div:first-of-type {
  background: #1b0d4c !important;
  transform: scale(1.06);
}
article#map-area .map-features #googleMap.menu-active {
  width: calc(100% - 318px);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #googleMap.menu-active {
    width: 100%;
  }
}
article#map-area .map-features #mapKey {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  align-items: flex-end;
  position: absolute;
  bottom: 40px;
  padding-left: 40px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #mapKey {
    width: 100%;
    overflow-x: unset;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
article#map-area .map-features #mapKey #keyHolder {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #mapKey #keyHolder {
    gap: 10px;
    width: 100%;
    padding: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
article#map-area .map-features #mapKey button {
  border: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: 'GillSansBold';
  padding: 10px 15px;
  border-radius: 30px;
  background: #ffffff;
  color: #301E64;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #mapKey button {
    width: fit-content;
    padding: 10px 20px;
  }
}
article#map-area .map-features #mapKey button:hover,
article#map-area .map-features #mapKey button.active {
  background: #301E64;
  color: #ffffff;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  article#map-area .map-features #mapKey button {
    justify-content: center;
    max-width: calc(50% - 46px);
    width: 100%;
  }
}
article#map-area .map-features #mapKey.indexView {
  pointer-events: none;
  opacity: 0;
}
article#map-area .map-features #zoomControls {
  position: absolute;
  right: 40px !important;
  bottom: 40px;
  z-index: 2;
  background: #301E64;
  padding: 7px 15px !important;
  border-radius: 30px;
  display: flex;
  gap: 10px;
}
article#map-area .map-features #zoomControls button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 !important;
  background: transparent;
  border: 0;
}
article#map-area .map-features #zoomControls button#zoomIn {
  background-image: url('../../images/map/icons/icon-zoom-in.svg');
  background-size: contain;
}
article#map-area .map-features #zoomControls button#zoomOut {
  background-image: url('../../images/map/icons/icon-zoom-out.svg');
  background-size: contain;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .map-features #zoomControls {
    display: none;
  }
}
article#map-area .map-features #mapHolder {
  position: relative;
  border: 4px solid rgba(128, 0, 128, 0.35);
  border-radius: 35px;
  width: 600px;
  height: 300px;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
  transform: translateY(0) scale(2) translateX(10vw);
  -ms-transform: translateY(0) scale(2) translateX(10vw);
  -webkit-transform: translateY(0) scale(2) translateX(10vw);
  -moz-transform: translateY(0) scale(2) translateX(10vw);
  -o-transform: translateY(0) scale(2) translateX(10vw);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
article#map-area .map-features #mapHolder #mapContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 1200px;
}
article#map-area .map-features #mapHolder img,
article#map-area .map-features #mapHolder svg {
  width: 100%;
  height: 100%;
}
article#map-area .map-features #mapHolder img {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
article#map-area .map-features #mapHolder svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
article#map-area .map-features #mapHolder svg path {
  fill: transparent;
  stroke: transparent;
  stroke-width: 0;
}
article#map-area .map-features #mapHolder svg circle {
  pointer-events: all;
  cursor: pointer;
  stroke-opacity: 0.4;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
article#map-area .map-features #mapHolder .tooltip {
  position: absolute;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
article#map-area .map-features #wgiSwitch {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 50px;
  bottom: 90px;
  z-index: 1;
  transition-delay: 0s;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  article#map-area .map-features #wgiSwitch {
    bottom: 140px;
  }
}
article#map-area .map-features #wgiSwitch .mainSwitch {
  height: 20px;
  width: 40px;
  border: 2px solid #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
article#map-area .map-features #wgiSwitch .mainSwitch button {
  background-color: #ffffff;
  border: none;
  border-radius: 100%;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: pointer;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transform: translateX(2px);
  padding: 0;
}
article#map-area .map-features #wgiSwitch .mainSwitch button.active {
  transform: translateX(22px);
  background-color: #C37EE4;
}
article#map-area .map-features #wgiSwitch.indexView {
  transition-delay: 0.2s;
  bottom: 40px;
}
article#map-area .cadbury-stat {
  will-change: transform, background, opacity;
  position: relative;
  transform-origin: center;
  width: 10px;
  height: 10px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-stat .statistic {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  color: #ffffff;
  transform: scale(0.5);
}
article#map-area .cadbury-stat .statistic:before {
  content: '';
  background-color: #301E64;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  top: -15px;
  opacity: 0;
  will-change: transform, opacity;
  transform-origin: center;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transform: scale(0) translateY(20px);
}
article#map-area .cadbury-stat .statistic:after {
  content: '';
  background: #9760D44D;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: -17px;
  will-change: transform, opacity;
  transform-origin: center;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transform: scale(1);
}
article#map-area .cadbury-stat .statistic.generosity {
  background: #D3B565;
}
article#map-area .cadbury-stat .statistic.generosity:before {
  background-image: url('../../images/map/icons/Generosity.svg');
}
article#map-area .cadbury-stat .statistic.generosity h4,
article#map-area .cadbury-stat .statistic.generosity .amount {
  color: #3B0073;
}
article#map-area .cadbury-stat .statistic.sharing {
  background: #9760D4;
}
article#map-area .cadbury-stat .statistic.sharing:before {
  background-image: url('../../images/map/icons/Sharing.svg');
}
article#map-area .cadbury-stat .statistic.selflessness {
  background: #C37EE4;
}
article#map-area .cadbury-stat .statistic.selflessness:before {
  background-image: url('../../images/map/icons/icon-selflessness.svg');
}
article#map-area .cadbury-stat .statistic.kindness {
  background: #7031B4;
}
article#map-area .cadbury-stat .statistic.kindness:before {
  background-image: url('../../images/map/icons/Kindness.svg');
}
article#map-area .cadbury-stat .statistic .circle {
  position: absolute;
  width: 105px;
  height: 105px;
  top: -7px;
  left: -3px;
  transform: rotate(0deg) scale(0.85);
  transition-delay: 0s;
  will-change: transform, background, opacity;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.01s;
}
article#map-area .cadbury-stat .statistic .circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
article#map-area .cadbury-stat .statistic .circle svg.circleFill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  transition: all 3s;
}
article#map-area .cadbury-stat .statistic .circle svg.circleFill circle {
  stroke: #ffffff;
}
article#map-area .cadbury-stat .statistic .circle svg.circleFill.filled {
  stroke-dashoffset: 38.5;
}
article#map-area .cadbury-stat .statistic .circle svg.circleTrack {
  z-index: 0;
}
article#map-area .cadbury-stat .statistic .circle svg.circleTrack circle {
  stroke: #C39EEC;
}
article#map-area .cadbury-stat .statistic .details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  will-change: transform, background, opacity;
  transform: scale(0) translate(0, 0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-stat .statistic .details h4 {
  font-size: 8px;
  line-height: 8px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 !important;
  opacity: 0;
  will-change: transform, margin, opacity;
  transform: scale(0) translateY(20px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-stat .statistic .details h4 span {
  font-family: 'GillSans';
  font-size: 80%;
  line-height: 100%;
  display: block;
  font-weight: 300;
}
article#map-area .cadbury-stat .statistic .details .amount {
  font-family: 'Appetite';
  font-size: 28px;
  line-height: 20px;
  display: block;
  font-weight: normal;
  will-change: transform, margin, opacity;
  transform: translateY(-20px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-stat .statistic.helped:before,
article#map-area .cadbury-stat .statistic.helping:before {
  background-image: url('../../images/map/icons/WGI_Helped.svg');
  /* Set the background image */
}
article#map-area .cadbury-stat .statistic.donated:before {
  background-image: url('../../images/map/icons/icon-donated.svg');
  /* Set the background image */
}
article#map-area .cadbury-stat .statistic.volunteered:before,
article#map-area .cadbury-stat .statistic.volunteer:before {
  background-image: url('../../images/map/icons/icon-volunteered.svg');
  /* Set the background image */
}
article#map-area .cadbury-stat .statistic.helped,
article#map-area .cadbury-stat .statistic.helping,
article#map-area .cadbury-stat .statistic.donated,
article#map-area .cadbury-stat .statistic.volunteered,
article#map-area .cadbury-stat .statistic.volunteer,
article#map-area .cadbury-stat .statistic.overall {
  background-color: #fff;
}
article#map-area .cadbury-stat .statistic.helped .details,
article#map-area .cadbury-stat .statistic.helping .details,
article#map-area .cadbury-stat .statistic.donated .details,
article#map-area .cadbury-stat .statistic.volunteered .details,
article#map-area .cadbury-stat .statistic.volunteer .details,
article#map-area .cadbury-stat .statistic.overall .details {
  color: #9760D4;
}
article#map-area .cadbury-stat .statistic.helped .details h4,
article#map-area .cadbury-stat .statistic.helping .details h4,
article#map-area .cadbury-stat .statistic.donated .details h4,
article#map-area .cadbury-stat .statistic.volunteered .details h4,
article#map-area .cadbury-stat .statistic.volunteer .details h4,
article#map-area .cadbury-stat .statistic.overall .details h4 {
  color: #9760D4;
}
article#map-area .cadbury-stat .statistic.helped:before,
article#map-area .cadbury-stat .statistic.helping:before,
article#map-area .cadbury-stat .statistic.donated:before,
article#map-area .cadbury-stat .statistic.volunteered:before,
article#map-area .cadbury-stat .statistic.volunteer:before,
article#map-area .cadbury-stat .statistic.overall:before {
  background-color: #D3B565;
  /* Keep the gold background */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  /* Ensure the background scales properly */
}
article#map-area .cadbury-stat .statistic.helped .circle svg.circleFill circle,
article#map-area .cadbury-stat .statistic.helping .circle svg.circleFill circle,
article#map-area .cadbury-stat .statistic.donated .circle svg.circleFill circle,
article#map-area .cadbury-stat .statistic.volunteered .circle svg.circleFill circle,
article#map-area .cadbury-stat .statistic.volunteer .circle svg.circleFill circle,
article#map-area .cadbury-stat .statistic.overall .circle svg.circleFill circle {
  stroke: #9760D4;
}
article#map-area .cadbury-stat .statistic.helped .circle svg.circleFill.filled,
article#map-area .cadbury-stat .statistic.helping .circle svg.circleFill.filled,
article#map-area .cadbury-stat .statistic.donated .circle svg.circleFill.filled,
article#map-area .cadbury-stat .statistic.volunteered .circle svg.circleFill.filled,
article#map-area .cadbury-stat .statistic.volunteer .circle svg.circleFill.filled,
article#map-area .cadbury-stat .statistic.overall .circle svg.circleFill.filled {
  stroke-dashoffset: 38.5;
}
article#map-area .cadbury-stat .statistic.helped .circle svg.circleTrack circle,
article#map-area .cadbury-stat .statistic.helping .circle svg.circleTrack circle,
article#map-area .cadbury-stat .statistic.donated .circle svg.circleTrack circle,
article#map-area .cadbury-stat .statistic.volunteered .circle svg.circleTrack circle,
article#map-area .cadbury-stat .statistic.volunteer .circle svg.circleTrack circle,
article#map-area .cadbury-stat .statistic.overall .circle svg.circleTrack circle {
  stroke: #C39EEC;
}
article#map-area .cadbury-stat.active {
  z-index: 3;
  transform: scale(2);
}
article#map-area .cadbury-stat.active .generosity {
  background: #ffffff;
}
article#map-area .cadbury-stat.active .generosity h4,
article#map-area .cadbury-stat.active .generosity .amount {
  color: #3B0073;
}
article#map-area .cadbury-stat.active .generosity .circle svg.circleTrack circle {
  stroke: #4B0983;
}
article#map-area .cadbury-stat.active .generosity .circle svg.circleFill circle {
  stroke: #C39EEC;
}
article#map-area .cadbury-stat.active .sharing {
  background: #ffffff;
}
article#map-area .cadbury-stat.active .sharing h4,
article#map-area .cadbury-stat.active .sharing .amount {
  color: #7031B4;
}
article#map-area .cadbury-stat.active .sharing .circle svg.circleTrack circle {
  stroke: #7031B4;
}
article#map-area .cadbury-stat.active .sharing .circle svg.circleFill circle {
  stroke: #C39EEC;
}
article#map-area .cadbury-stat.active .selflessness {
  background: #ffffff;
}
article#map-area .cadbury-stat.active .selflessness h4,
article#map-area .cadbury-stat.active .selflessness .amount {
  color: #C39EEC;
}
article#map-area .cadbury-stat.active .selflessness .circle svg.circleTrack circle {
  stroke: #C39EEC;
}
article#map-area .cadbury-stat.active .selflessness .circle svg.circleFill circle {
  stroke: #E4D1F9;
}
article#map-area .cadbury-stat.active .kindness {
  background: #ffffff;
}
article#map-area .cadbury-stat.active .kindness h4,
article#map-area .cadbury-stat.active .kindness .amount {
  color: #9760D4;
}
article#map-area .cadbury-stat.active .kindness .circle svg.circleTrack circle {
  stroke: #9760D4;
}
article#map-area .cadbury-stat.active .kindness .circle svg.circleFill circle {
  stroke: #C39EEC;
}
article#map-area .cadbury-stat.active .circle {
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition-delay: 0.6s;
  transform: rotate(-90deg) scale(1);
  opacity: 1;
}
article#map-area .cadbury-stat.active .circle svg.circleFill {
  transition-delay: 0.8s;
}
article#map-area .cadbury-stat.active .statistic {
  width: 95px;
  height: 95px;
  opacity: 1;
  transform: scale(1) translateX(-35px) translateY(-20px);
}
article#map-area .cadbury-stat.active .statistic:before {
  transition-delay: 0.3s;
  opacity: 1;
  transform: scale(1) translateY(0);
}
article#map-area .cadbury-stat.active .statistic:after {
  opacity: 0;
  transform: scale(0);
}
article#map-area .cadbury-stat.active .statistic .details {
  transform: scale(1);
  opacity: 1;
}
article#map-area .cadbury-stat.active .statistic .details h4 {
  transition-delay: 0.3s;
  margin-bottom: 0;
  opacity: 1;
  transform: scale(1) translateY(0);
}
article#map-area .cadbury-stat.active .statistic .details h4 span {
  transform: scale(1) translateY(0);
}
article#map-area .cadbury-stat.active .statistic .details .amount {
  transition-delay: 0.3s;
  transform: translateY(0);
}
article#map-area .cadbury-studio {
  will-change: transform, background, opacity;
  position: relative;
  transform-origin: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio .studio {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  width: 55px;
  height: 55px;
  border-radius: 60px;
  color: #ffffff;
  transform: scale(0.5);
  background: #9760D4;
}
article#map-area .cadbury-studio .studio:before {
  content: '';
  background: transparent url('../../images/map/icons/icon-map-marker.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  z-index: 3;
  top: 12px;
  opacity: 1;
  will-change: transform, opacity;
  transform-origin: center;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio .studio .banner {
  display: flex;
  width: 100%;
  will-change: transform, opacity;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio .studio .banner img {
  width: 70%;
  margin: -10px auto 0px auto;
  display: block;
  will-change: transform;
  transform: scale(0) translateY(-20px) translateX(-10px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio .studio .details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  will-change: transform, background, opacity;
  transform: scale(0) translate(0, 0);
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio .studio .details a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 6px;
  line-height: 6px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 0 !important;
  opacity: 0;
  will-change: transform, margin, opacity;
  transform: scale(0) translateY(20px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio .studio .details a:after {
  content: '';
  background: url('../../images/map/icons/icon-link-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio .studio .details a:hover:after,
article#map-area .cadbury-studio .studio .details a:focus:after {
  transform: translateX(-2px);
}
article#map-area .cadbury-studio .studio .details .amount {
  font-family: 'Appetite';
  font-size: 28px;
  line-height: 20px;
  display: block;
  font-weight: normal;
  will-change: transform, margin, opacity;
  transform: translateY(-20px);
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area .cadbury-studio.active {
  z-index: 3;
  transform: scale(2);
}
article#map-area .cadbury-studio.active .studio {
  opacity: 1;
  transform: scale(1) translateX(-25px) translateY(-20px);
  width: 85px;
  height: 85px;
  border: 7px solid #C39EEC;
}
article#map-area .cadbury-studio.active .studio:before {
  transform: scale(0);
  opacity: 0;
}
article#map-area .cadbury-studio.active .studio .banner {
  transform: scale(1);
  opacity: 1;
}
article#map-area .cadbury-studio.active .studio .banner img {
  transition-delay: 0.3s;
  transform: scale(1) translateY(0) translateX(0);
}
article#map-area .cadbury-studio.active .studio .details {
  transition-delay: 0.5s;
  transform: scale(1) translateY(0);
  opacity: 1;
}
article#map-area .cadbury-studio.active .studio .details a {
  transition-delay: 0.3s;
  margin-bottom: 0;
  opacity: 1;
  transform: scale(1) translateY(0);
  padding-top: 10px;
}
article#map-area .cadbury-studio.active .studio .details a span {
  transform: scale(1) translateY(0);
}
article#map-area .marker-test {
  position: relative;
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
  display: none;
}
article#map-area #mapTutor {
  position: absolute;
  z-index: 6;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, z-index;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapTutor {
    border-radius: 0;
  }
}
article#map-area #mapTutor:after {
  content: '';
  background: #3E1962CC;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
article#map-area #mapTutor #closeTutor {
  border: 1px solid #ffffff;
  border-radius: 100%;
  background: transparent;
  position: absolute;
  z-index: 2;
  right: 23px;
  top: 25px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area #mapTutor #closeTutor:hover,
article#map-area #mapTutor #closeTutor:focus {
  background: #ffffff;
}
article#map-area #mapTutor #closeTutor:hover svg path,
article#map-area #mapTutor #closeTutor:focus svg path {
  fill: #000;
}
article#map-area #mapTutor .tutor-carousel {
  padding: 0;
  background: transparent;
  border-radius: 30px;
  max-width: 453px;
  z-index: 1;
  cursor: grab;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapTutor .tutor-carousel {
    max-width: 75vw;
  }
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper {
  width: 100%;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 240px;
  overflow: hidden;
  background: #402379;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .banner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .banner {
    height: 200px;
  }
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 240px;
  overflow: auto;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content h3,
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content p {
  text-align: center;
  color: #301E64;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content h3 {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 15px;
  font-family: 'GillSansBold' !important;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content p {
  margin: 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content p.only-desktop {
    display: none;
  }
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content p.only-mobi {
  display: none;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .content p.only-mobi {
    display: block;
  }
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .btn-holder button {
  border: 2px solid #301E64;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #ffffff;
  background: #301E64;
  font-size: 18px;
  line-height: 100%;
  font-family: 'GillSansBold';
  cursor: pointer;
}
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .btn-holder button:hover,
article#map-area #mapTutor .tutor-carousel .swiper-wrapper .slide .btn-holder button:focus {
  border: 2px solid #301E64;
  background: #ffffff;
  color: #301E64;
}
article#map-area #mapTutor .tutor-carousel .swiper-pagination {
  bottom: 12% !important;
  left: 0;
  top: unset;
  pointer-events: none;
}
article#map-area #mapTutor .tutor-carousel .swiper-pagination .swiper-pagination-bullet {
  pointer-events: all;
  background: #301E6480;
}
article#map-area #mapTutor .tutor-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #301E64;
}
article#map-area #mapTutor.active {
  pointer-events: all;
  z-index: 6;
  opacity: 1;
}
article#map-area #mapError {
  position: absolute;
  z-index: 6;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, z-index;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapError {
    border-radius: 0;
  }
}
article#map-area #mapError:after {
  content: '';
  background: #3E1962CC;
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
article#map-area #mapError #closeError {
  border: 1px solid #ffffff;
  border-radius: 100%;
  background: transparent;
  position: absolute;
  z-index: 2;
  right: 23px;
  top: 25px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#map-area #mapError #closeError:hover,
article#map-area #mapError #closeError:focus {
  background: #ffffff;
}
article#map-area #mapError #closeError:hover svg path,
article#map-area #mapError #closeError:focus svg path {
  fill: #000;
}
article#map-area #mapError .error-holder {
  padding: 0;
  background: #ffffff;
  max-width: 453px;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapError .error-holder {
    max-width: 75vw;
  }
}
article#map-area #mapError .error-holder .banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 240px;
  overflow: hidden;
  background: #402379;
}
article#map-area #mapError .error-holder .banner img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area #mapError .error-holder .banner {
    height: auto;
  }
}
article#map-area #mapError .error-holder .content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 240px;
}
article#map-area #mapError .error-holder .content h3,
article#map-area #mapError .error-holder .content p {
  text-align: center;
  color: #301E64;
}
article#map-area #mapError .error-holder .content h3 {
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 15px;
}
article#map-area #mapError .error-holder .content p {
  margin: 0;
}
article#map-area #mapError .error-holder .content p#mapErrorMessage {
  margin-top: 20px;
  font-size: 12px;
}
article#map-area #mapError.active {
  pointer-events: all;
  z-index: 6;
  opacity: 1;
}
article#map-area .world-index {
  display: flex;
  position: relative;
  z-index: 2;
  background: #301E64;
  border-radius: 30px;
  padding: 50px;
  overflow: hidden;
}
article#map-area .world-index:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(64, 35, 121, 0) 0%, rgba(46, 23, 98, 0.7) 37.5%, #190A47 95.5%);
  width: 100%;
  height: 37%;
}
article#map-area .world-index:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../../images/map/world-index-banner.png') no-repeat bottom left;
  background-size: 50%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 991px) and (max-width: 1149px) {
  article#map-area .world-index:after {
    background-size: 80%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1339px) {
  article#map-area .world-index:after {
    background-size: 70%;
  }
}
@media screen and (min-width: 1340px) and (max-width: 1499px) {
  article#map-area .world-index:after {
    background-size: 60%;
  }
}
article#map-area .world-index .info,
article#map-area .world-index .wi-accordion {
  position: relative;
  z-index: 1;
  width: 50%;
}
article#map-area .world-index .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
article#map-area .world-index .info h2 {
  color: #ffffff;
  line-height: 100%;
}
article#map-area .world-index .info h3 {
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}
article#map-area .world-index .info p {
  max-width: 70%;
  margin: 15px 0 0 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .world-index .info {
    text-align: center;
  }
  article#map-area .world-index .info p {
    max-width: 100%;
  }
}
article#map-area .world-index .wi-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
article#map-area .world-index .wi-accordion .accordion-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid #C37EE4;
  border-radius: 30px;
  padding: 5px 30px;
  will-change: background;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
article#map-area .world-index .wi-accordion .accordion-item .trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'GillSansBold';
  font-size: 40px;
  line-height: 120%;
  position: relative;
  bottom: 2px;
}
article#map-area .world-index .wi-accordion .accordion-item .trigger .acc-icon {
  will-change: transform;
  position: relative;
  top: 2px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
article#map-area .world-index .wi-accordion .accordion-item .content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: height;
  height: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
article#map-area .world-index .wi-accordion .accordion-item .content .ranking {
  border: 2px solid #D3B565;
  padding: 7px 15px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  align-self: center;
  position: absolute;
  top: 14px;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transform: translateY(20px);
}
article#map-area .world-index .wi-accordion .accordion-item .content .ranking span {
  font-family: 'Appetite';
  font-size: 36px;
  color: #E1B970;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .world-index .wi-accordion .accordion-item .content .ranking span {
    font-size: 50px;
  }
}
article#map-area .world-index .wi-accordion .accordion-item .content .index-stats {
  display: flex;
  gap: 2vw;
  margin-top: 40px;
  align-items: flex-start;
}
article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat {
  display: flex;
  align-items: center;
  gap: 10px;
}
article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat .details p {
  margin: 0;
}
article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat .details p.amount {
  font-family: 'Appetite' !important;
  font-size: 36px;
  line-height: 50%;
}
article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat .details p.wgi-name {
  line-height: 18px;
  margin-top: 10px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat {
    justify-content: space-between;
    gap: 20px;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat .stat-icon {
    width: 50px;
    height: 50px;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat .details {
    width: 70%;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content .index-stats .stat .details p.amount {
    line-height: 70%;
  }
}
article#map-area .world-index .wi-accordion .accordion-item.active {
  background: rgba(255, 255, 255, 0.2);
}
article#map-area .world-index .wi-accordion .accordion-item.active .trigger .acc-icon {
  transform: rotate(180deg);
}
article#map-area .world-index .wi-accordion .accordion-item.active .content {
  height: 110px;
}
article#map-area .world-index .wi-accordion .accordion-item.active .content .ranking {
  transition-delay: 0.2s;
  transform: translateY(0);
  opacity: 1;
}
article#map-area .world-index .wi-accordion .accordion-item.active.unranked .content {
  height: 180px;
}
@media screen and (min-width: 1701px) {
  article#map-area .world-index .wi-accordion .accordion-item .content .ranking {
    line-height: 24px;
  }
}
@media screen and (min-width: 1501px) and (max-width: 1700px) {
  article#map-area .world-index .wi-accordion .accordion-item .content .ranking {
    margin-left: 70px;
    gap: 5px;
    top: 14px;
    line-height: 24px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1500px) {
  article#map-area .world-index .wi-accordion .accordion-item .content .ranking {
    transform: translateX(10%) scale(0.8) !important;
    gap: 5px;
    top: 14px;
    width: 66%;
    padding: 13px 16px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1350px) {
  article#map-area .world-index .wi-accordion .accordion-item .content .ranking {
    transform: translateX(16%) scale(0.8) !important;
    gap: 5px;
    top: 14px;
    width: 53%;
    padding: 13px 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
  article#map-area .world-index .wi-accordion .accordion-item .content .ranking {
    transform: translateX(20%) scale(0.8) !important;
    gap: 5px;
    top: 10px;
    width: 46%;
    padding: 13px 16px;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .world-index .wi-accordion .accordion-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    width: 330px !important;
    padding: 30px;
  }
  article#map-area .world-index .wi-accordion .accordion-item .trigger .acc-icon {
    display: none;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content {
    height: 440px !important;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content .ranking {
    margin-top: 20px;
    padding: 20px;
    position: relative;
    top: 0;
    transform: translateY(0);
    opacity: 1;
    flex-direction: column;
    text-align: center;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content .index-stats {
    gap: 5vw;
    margin-top: 30px;
    flex-direction: column;
  }
}
@media screen and (min-width: 20px) and (max-width: 640px) {
  article#map-area .world-index .wi-accordion .accordion-item {
    width: 67vw !important;
  }
}
@media screen and (min-width: 20px) and (max-width: 440px) {
  article#map-area .world-index .wi-accordion .accordion-item {
    width: 65vw !important;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content {
    height: 95vw !important;
  }
}
@media screen and (min-width: 20px) and (max-width: 414px) {
  article#map-area .world-index .wi-accordion .accordion-item {
    width: 64.5vw !important;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content {
    height: 98vw !important;
  }
}
@media screen and (min-width: 20px) and (max-width: 390px) {
  article#map-area .world-index .wi-accordion .accordion-item {
    width: 63.5vw !important;
  }
  article#map-area .world-index .wi-accordion .accordion-item .content {
    height: 105vw !important;
  }
}
@media screen and (min-width: 20px) and (max-width: 375px) {
  article#map-area .world-index .wi-accordion .accordion-item {
    width: 62.9vw !important;
  }
}
@media screen and (min-width: 20px) and (max-width: 360px) {
  article#map-area .world-index .wi-accordion .accordion-item {
    width: 62vw !important;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .world-index .wi-accordion {
    flex-direction: row;
    padding: 0;
    background: transparent;
    border-radius: 0;
    z-index: 1;
    gap: 0;
    overflow: visible !important;
  }
  article#map-area .world-index .wi-accordion .swiper-wrapper {
    width: 100%;
  }
  article#map-area .world-index .wi-accordion .swiper-pagination {
    bottom: -40px !important;
    left: 0;
    top: unset;
    pointer-events: none;
  }
  article#map-area .world-index .wi-accordion .swiper-pagination .swiper-pagination-bullet {
    pointer-events: all;
    background: transparent;
  }
  article#map-area .world-index .wi-accordion .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area .world-index {
    flex-direction: column;
    border-radius: 0;
    gap: 40px;
    padding: 10vw 10vw 15vw 10vw;
  }
  article#map-area .world-index .info,
  article#map-area .world-index .wi-accordion {
    width: 100%;
  }
  article#map-area .world-index .btn {
    margin: 30px auto;
  }
  article#map-area .world-index:before,
  article#map-area .world-index:after {
    display: none;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#map-area {
    padding: 0;
    gap: 0;
  }
}
article#social-area {
  background: #1b0d4c;
}
article#social-area:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  background-size: contain !important;
  max-width: 562px;
  height: 644px;
  right: -170px;
  bottom: -330px;
  background: url('../../images/map/circle-watermark.png') no-repeat top left;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area:after {
    display: none;
  }
}
article#social-area:before {
  content: '';
  background: url('../../images/map/social-deco.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  height: 80%;
  width: 26%;
  z-index: 4;
  pointer-events: none;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area:before {
    display: none;
  }
}
article#social-area .social-holder {
  position: relative;
  padding: 0 10vw;
  z-index: 2;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder {
    padding: 0;
  }
}
article#social-area .social-holder .navigation {
  pointer-events: none;
  width: fit-content;
  height: fit-content;
  bottom: 25px;
  right: 25px;
  position: absolute;
  z-index: 9;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder .navigation {
    bottom: 25px;
    right: unset;
  }
}
article#social-area .social-holder .navigation .arrow-next,
article#social-area .social-holder .navigation .arrow-prev {
  position: static;
  pointer-events: all;
  cursor: pointer;
  z-index: 2;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
}
article#social-area .social-holder .navigation .arrow-next:before,
article#social-area .social-holder .navigation .arrow-prev:before,
article#social-area .social-holder .navigation .arrow-next:after,
article#social-area .social-holder .navigation .arrow-prev:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#social-area .social-holder .navigation .arrow-next:before,
article#social-area .social-holder .navigation .arrow-prev:before {
  width: 100%;
  height: 100%;
  z-index: 0;
}
article#social-area .social-holder .navigation .arrow-next:after,
article#social-area .social-holder .navigation .arrow-prev:after {
  width: 100%;
  height: 100%;
  z-index: -1;
}
article#social-area .social-holder .navigation .arrow-next:hover,
article#social-area .social-holder .navigation .arrow-prev:hover,
article#social-area .social-holder .navigation .arrow-next:focus,
article#social-area .social-holder .navigation .arrow-prev:focus {
  border: 1px solid transparent;
}
article#social-area .social-holder .navigation .arrow-next:hover svg path,
article#social-area .social-holder .navigation .arrow-prev:hover svg path,
article#social-area .social-holder .navigation .arrow-next:focus svg path,
article#social-area .social-holder .navigation .arrow-prev:focus svg path {
  fill: #402379;
}
article#social-area .social-holder .navigation .arrow-next:hover:before,
article#social-area .social-holder .navigation .arrow-prev:hover:before,
article#social-area .social-holder .navigation .arrow-next:focus:before,
article#social-area .social-holder .navigation .arrow-prev:focus:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 80%;
  height: 80%;
  z-index: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#social-area .social-holder .navigation .arrow-next:hover:after,
article#social-area .social-holder .navigation .arrow-prev:hover:after,
article#social-area .social-holder .navigation .arrow-next:focus:after,
article#social-area .social-holder .navigation .arrow-prev:focus:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article#social-area .social-holder .navigation .arrow-next.swiper-button-disabled:after,
article#social-area .social-holder .navigation .arrow-prev.swiper-button-disabled:after {
  width: 100%;
  height: 100%;
}
article#social-area .social-holder .navigation .arrow-next.swiper-button-disabled .arrows svg,
article#social-area .social-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg {
  opacity: 1;
}
article#social-area .social-holder .navigation .arrow-next.swiper-button-disabled .arrows svg path,
article#social-area .social-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg path {
  stroke: #ffffff;
}
article#social-area .social-holder .navigation .arrow-next.swiper-button-disabled .arrows svg:nth-child(2),
article#social-area .social-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg:nth-child(2) {
  display: none;
}
article#social-area .social-holder .navigation .arrow-next {
  right: 1.3vw;
}
article#social-area .social-holder .navigation .arrow-prev {
  left: 1.3vw;
}
article#social-area .social-holder .social-carousel {
  padding: 0;
  overflow: visible !important;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder .social-carousel {
    display: flex;
    justify-content: center;
  }
}
article#social-area .social-holder .social-carousel .swiper-wrapper {
  padding-top: 60px;
  width: 100%;
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide {
  border-radius: 30px;
  overflow: hidden;
  background: #301E64;
  display: flex;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder .social-carousel .swiper-wrapper .slide {
    flex-direction: column;
  }
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .profile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  width: 100%;
  border-radius: 30px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder .social-carousel .swiper-wrapper .slide .profile {
    max-width: 400px;
  }
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .profile img {
  border-radius: 30px;
  z-index: 1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .profile:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 100%;
  background: url('../../images/map/bg-pattern.png') no-repeat top right;
  background-size: contain;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder .social-carousel .swiper-wrapper .slide .profile:after {
    right: 0;
    top: -20px;
    height: 110%;
    width: 100%;
    transform: rotate(90deg);
  }
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
  width: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder .social-carousel .swiper-wrapper .slide .info {
    padding: 60px 30px 100px 30px;
    width: calc(100% - 60px);
    min-height: 270px;
  }
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .info h3 {
  font-family: 'GillSansBold';
  font-size: 24px;
  line-height: 100%;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  word-break: break-word;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#social-area .social-holder .social-carousel .swiper-wrapper .slide .info h3 {
    font-size: 18px;
  }
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .info h3 span {
  font-size: 60px;
  line-height: 100%;
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .info p {
  margin-bottom: 0;
}
article#social-area .social-holder .social-carousel .swiper-wrapper .slide .info p strong {
  display: block;
  margin-bottom: 15px;
}
article#insights-area {
  padding: 5vw 10vw 14vw 10vw;
  background: transparent url(../../images/map/how-to-logo-cadbury.png) no-repeat 0 -12vw;
  background-size: cover;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area {
    padding: 10vw 10vw 47vw 10vw;
  }
}
article#insights-area:after {
  display: none;
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  background-size: contain !important;
  max-width: 199px;
  height: 513px;
  left: -70px;
  bottom: 60px;
  background: url('../../images/map/insight-deco.png') no-repeat top left;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area:after {
    display: none;
  }
}
article#insights-area .insights-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* Gap between items */
  justify-content: center;
  margin-top: 3vw;
  height: 475px;
  min-height: 100%;
  width: 100%;
  overflow: visible !important;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder {
    height: 360px;
  }
}
@media screen and (min-width: 991px) and (max-width: 9000px) {
  article#insights-area .insights-holder .swiper-wrapper {
    display: flex;
    gap: 15px;
    /* Gap between items */
    justify-content: center;
    margin-top: 3vw;
    height: 475px;
    min-height: 100%;
    width: 100%;
  }
}
article#insights-area .insights-holder .inner-holder {
  display: flex;
  flex-wrap: wrap;
  column-count: 2;
  /* Number of columns */
  gap: 15px;
  /* Gap between items */
  width: 48%;
  height: 100%;
  justify-content: space-around;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .inner-holder {
    display: contents;
    width: unset;
  }
}
article#insights-area .insights-holder button.share {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  position: absolute;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 2;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
article#insights-area .insights-holder button.share svg {
  width: 100%;
  height: auto;
}
article#insights-area .insights-holder button.share:hover,
article#insights-area .insights-holder button.share:focus {
  transform: scale(0.9);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder button.share {
    bottom: 15px;
    right: 20px;
  }
}
article#insights-area .insights-holder .insight {
  position: relative;
  background: #C39EEC;
  height: 40%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}
article#insights-area .insights-holder .insight .image-holder {
  height: 305px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight .image-holder {
    height: 195px;
  }
}
article#insights-area .insights-holder .insight .image-holder.music {
  background: url('../../images/map/insight-music.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.image,
article#insights-area .insights-holder .insight .image-holder.Image,
article#insights-area .insights-holder .insight .image-holder.images {
  background: url('../../images/map/insight-image.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.video,
article#insights-area .insights-holder .insight .image-holder.Video,
article#insights-area .insights-holder .insight .image-holder.videos {
  background: url('../../images/map/insight-video.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.audio,
article#insights-area .insights-holder .insight .image-holder.Audio {
  background: url('../../images/map/insight-audio.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.text,
article#insights-area .insights-holder .insight .image-holder.Text {
  background: url('../../images/map/mic.png') no-repeat center center;
  background-size: contain;
  max-width: 347px;
  margin-left: 110px;
}
article#insights-area .insights-holder .insight .image-holder.whispers-snowballs,
article#insights-area .insights-holder .insight .image-holder.whispers {
  background: url('../../images/map/whispers-snowballs.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.cinnamon-crunch {
  background: url('../../images/map/cinnamon-crunch.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.dream-oreo,
article#insights-area .insights-holder .insight .image-holder.oreo {
  background: url('../../images/map/oreo.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.dream-wholenut,
article#insights-area .insights-holder .insight .image-holder.wholenut {
  background: url('../../images/map/wholenut.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.coconut-hazelnut-bliss,
article#insights-area .insights-holder .insight .image-holder.coconut-hazel-bliss {
  background: url('../../images/map/coconut-hazelnut-bliss.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.festive-gingerbread,
article#insights-area .insights-holder .insight .image-holder.gingerbread {
  background: url('../../images/map/gingerbread.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.butterscotch-crushed-almonds,
article#insights-area .insights-holder .insight .image-holder.butterscotch-and-crushed-almonds {
  background: url('../../images/map/butterscotch-crushed-almonds.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .image-holder.santas-reindeers {
  background: url('../../images/map/santas-reindeers.png') no-repeat center center;
  background-size: contain;
}
article#insights-area .insights-holder .insight .amount {
  font-family: 'Appetite';
  font-size: 5vw;
  line-height: 100%;
  padding: 10px 25px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight .amount {
    font-size: 60px;
    line-height: 60%;
    padding: 20px;
  }
}
article#insights-area .insights-holder .insight .info {
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: -webkit-fill-available;
  color: #ffffff;
}
article#insights-area .insights-holder .insight .info h3 {
  font-family: 'GillSansBold';
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: inherit;
}
@media screen and (min-width: 991px) and (max-width: 1352px) {
  article#insights-area .insights-holder .insight .info h3._smaller {
    font-size: 14px;
  }
}
@media screen and (min-width: 1353px) and (max-width: 1454px) {
  article#insights-area .insights-holder .insight .info h3._smaller {
    font-size: 15px;
  }
}
@media screen and (min-width: 1455px) and (max-width: 1524px) {
  article#insights-area .insights-holder .insight .info h3._smaller {
    font-size: 16px;
  }
}
@media screen and (min-width: 1525px) and (max-width: 1784px) {
  article#insights-area .insights-holder .insight .info h3._smaller {
    font-size: 17px;
  }
}
@media screen and (min-width: 1785px) and (max-width: 3784px) {
  article#insights-area .insights-holder .insight .info h3._smaller {
    font-size: 20px;
  }
}
article#insights-area .insights-holder .insight .info p {
  margin: 0;
  color: inherit;
}
article#insights-area .insights-holder .insight .info p strong {
  display: block;
  color: inherit;
}
article#insights-area .insights-holder .insight .info p strong span {
  text-transform: capitalize;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight .info {
    padding: 20px;
  }
}
article#insights-area .insights-holder .insight.sharing {
  width: 30%;
  height: 100%;
}
article#insights-area .insights-holder .insight.sharing .info {
  height: auto;
}
article#insights-area .insights-holder .insight.sharing .image-holder {
  margin-top: -110px;
  margin-left: -40px;
  animation: float 7s ease-in-out infinite;
}
article#insights-area .insights-holder .insight.sharing .image-holder.text {
  margin-left: -110px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.sharing .image-holder {
    margin-top: -70px;
    margin-left: 0;
  }
  article#insights-area .insights-holder .insight.sharing .image-holder.image-holder.text {
    scale: 1.6;
  }
}
article#insights-area .insights-holder .insight.province {
  width: 60%;
  background: #301E64;
}
article#insights-area .insights-holder .insight.province .info {
  justify-content: space-around;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.province .info {
    justify-content: space-between;
  }
}
article#insights-area .insights-holder .insight.province:after {
  content: '';
  position: absolute;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  border-radius: 30px;
  border: 3px solid #D3B565;
  pointer-events: none;
}
article#insights-area .insights-holder .insight.activity {
  width: 35%;
  background: #E1B970;
}
article#insights-area .insights-holder .insight.activity .info {
  justify-content: space-around;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.activity .info {
    justify-content: space-between;
  }
}
article#insights-area .insights-holder .insight.flavor {
  flex-direction: row-reverse;
  width: 100%;
  height: 57%;
  background: #ffffff;
  overflow: hidden;
  align-items: center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.flavor {
    flex-direction: column-reverse;
  }
}
article#insights-area .insights-holder .insight.flavor .image-holder {
  height: 90%;
  width: 50%;
  right: 60px;
  animation: float 6s ease-in-out infinite;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.flavor .image-holder {
    position: absolute;
    right: unset;
    bottom: 5px;
    width: 220px;
    height: 150px;
  }
}
article#insights-area .insights-holder .insight.flavor .info {
  width: 60%;
  color: #522E91;
  justify-content: space-around;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.flavor .info {
    width: -webkit-fill-available;
    justify-content: flex-start;
  }
}
article#insights-area .insights-holder .insight.flavor .amount {
  padding: 0;
  color: #9760D4;
}
article#insights-area .insights-holder .insight.flavor:after {
  content: '';
  background: url('../../images/map/insight-flavor-bg.png') no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  width: 250px;
  z-index: 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.flavor:after {
    width: 100%;
    background: url('../../images/map/insight-flavor-mobi-bg.png') no-repeat center center;
    background-size: contain;
    height: 213px;
    bottom: -75px;
  }
}
article#insights-area .insights-holder .insight.music {
  width: 20%;
  height: 100%;
  background: #7031B4;
}
article#insights-area .insights-holder .insight.music .image-holder {
  position: absolute;
  right: -80px;
  top: 18%;
  animation: float 9s ease-in-out infinite;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight.music .image-holder {
    height: 280px;
  }
}
article#insights-area .insights-holder .insight.music .info {
  height: 100%;
  display: flex;
}
article#insights-area .insights-holder .insight.music .info p {
  max-width: 50%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder .insight {
    height: 100% !important;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#insights-area .insights-holder {
    margin-top: 20vw;
  }
  article#insights-area .insights-holder .swiper-pagination {
    bottom: -40px !important;
    left: 0;
    top: unset;
    pointer-events: none;
  }
  article#insights-area .insights-holder .swiper-pagination .swiper-pagination-bullet {
    pointer-events: all;
    background: transparent;
  }
  article#insights-area .insights-holder .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
  }
}
article.how-to-section.map-page {
  position: relative;
  padding-top: 10vw;
  padding-bottom: 1vw;
  background: #301E64 url("../../images/map/bg-4-glow.png") no-repeat center center;
}
article.how-to-section.map-page:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: contain !important;
  max-width: 199px;
  height: 513px;
  left: -70px;
  top: -260px;
  background: url('../../images/map/insight-deco.png') no-repeat top left;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section.map-page:after {
    display: none;
  }
}
article.how-to-section.map-page:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  background-size: contain !important;
  max-width: 270px;
  height: 623px;
  right: -70px;
  top: -180px;
  background: url('../../images/map/circle-light-1.png') no-repeat top left;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section.map-page:before {
    display: none;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section.map-page .carousel-holder {
    padding-bottom: 10vw;
  }
}
article.how-to-sections {
  display: block;
  flex-direction: column;
  align-items: center;
  padding: 10vw 0 10vw 0;
  background: transparent url('../../images/map/how-to-logo-cadbury.png') no-repeat 0 -20vw;
  background-size: cover;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections {
    padding: 10vw 10vw 30vw 10vw;
  }
}
article.how-to-sections img {
  max-width: 90%;
  height: auto;
}
article.how-to-sections .carousel-holder {
  position: relative;
  padding: 5vw 10vw;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder {
    padding: 0;
  }
}
article.how-to-sections .carousel-holder .choco {
  position: absolute;
  z-index: 3;
  right: 12vw;
  top: 3vw;
  max-width: 266px;
  animation: float 7s ease-in-out infinite;
}
@media screen and (min-width: 991px) and (max-width: 1600px) {
  article.how-to-sections .carousel-holder .choco {
    max-width: 188px;
    top: 5vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .choco {
    right: -28px;
    top: 25px;
    max-width: 25vw;
    min-width: 145px;
  }
}
article.how-to-sections .carousel-holder .navigation {
  pointer-events: none;
  width: fit-content;
  height: fit-content;
  bottom: 80px;
  right: 60px;
  position: absolute;
  z-index: 9;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-items: center;
}
article.how-to-sections .carousel-holder .navigation .arrow-next,
article.how-to-sections .carousel-holder .navigation .arrow-prev {
  position: static;
  pointer-events: all;
  cursor: pointer;
  z-index: 2;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
}
article.how-to-sections .carousel-holder .navigation .arrow-next:before,
article.how-to-sections .carousel-holder .navigation .arrow-prev:before,
article.how-to-sections .carousel-holder .navigation .arrow-next:after,
article.how-to-sections .carousel-holder .navigation .arrow-prev:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article.how-to-sections .carousel-holder .navigation .arrow-next:before,
article.how-to-sections .carousel-holder .navigation .arrow-prev:before {
  width: 100%;
  height: 100%;
  z-index: 0;
}
article.how-to-sections .carousel-holder .navigation .arrow-next:after,
article.how-to-sections .carousel-holder .navigation .arrow-prev:after {
  width: 100%;
  height: 100%;
  z-index: -1;
}
article.how-to-sections .carousel-holder .navigation .arrow-next:hover,
article.how-to-sections .carousel-holder .navigation .arrow-prev:hover,
article.how-to-sections .carousel-holder .navigation .arrow-next:focus,
article.how-to-sections .carousel-holder .navigation .arrow-prev:focus {
  border: 1px solid transparent;
}
article.how-to-sections .carousel-holder .navigation .arrow-next:hover svg path,
article.how-to-sections .carousel-holder .navigation .arrow-prev:hover svg path,
article.how-to-sections .carousel-holder .navigation .arrow-next:focus svg path,
article.how-to-sections .carousel-holder .navigation .arrow-prev:focus svg path {
  fill: #402379;
}
article.how-to-sections .carousel-holder .navigation .arrow-next:hover:before,
article.how-to-sections .carousel-holder .navigation .arrow-prev:hover:before,
article.how-to-sections .carousel-holder .navigation .arrow-next:focus:before,
article.how-to-sections .carousel-holder .navigation .arrow-prev:focus:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 80%;
  height: 80%;
  z-index: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article.how-to-sections .carousel-holder .navigation .arrow-next:hover:after,
article.how-to-sections .carousel-holder .navigation .arrow-prev:hover:after,
article.how-to-sections .carousel-holder .navigation .arrow-next:focus:after,
article.how-to-sections .carousel-holder .navigation .arrow-prev:focus:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article.how-to-sections .carousel-holder .navigation .arrow-next.swiper-button-disabled:after,
article.how-to-sections .carousel-holder .navigation .arrow-prev.swiper-button-disabled:after {
  width: 100%;
  height: 100%;
}
article.how-to-sections .carousel-holder .navigation .arrow-next.swiper-button-disabled .arrows svg,
article.how-to-sections .carousel-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg {
  opacity: 1;
}
article.how-to-sections .carousel-holder .navigation .arrow-next.swiper-button-disabled .arrows svg path,
article.how-to-sections .carousel-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg path {
  stroke: #ffffff;
}
article.how-to-sections .carousel-holder .navigation .arrow-next.swiper-button-disabled .arrows svg:nth-child(2),
article.how-to-sections .carousel-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg:nth-child(2) {
  display: none;
}
@media screen and (min-width: 991px) and (max-width: 1440px) {
  article.how-to-sections .carousel-holder .navigation .arrow-next,
  article.how-to-sections .carousel-holder .navigation .arrow-prev {
    top: 58%;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .navigation .arrow-next,
  article.how-to-sections .carousel-holder .navigation .arrow-prev {
    top: 55%;
    display: none;
  }
}
article.how-to-sections .carousel-holder .navigation .arrow-next {
  right: 1.3vw;
}
article.how-to-sections .carousel-holder .navigation .arrow-prev {
  left: 1.3vw;
}
article.how-to-sections .carousel-holder .navigation .arrow-prev .arrows {
  transform: rotate(180deg);
}
@media screen and (min-width: 1920px) and (max-width: 9000px) {
  article.how-to-sections .carousel-holder .navigation .arrow-next {
    right: 1.7vw;
  }
  article.how-to-sections .carousel-holder .navigation .arrow-prev {
    left: 1.7vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1440px) {
  article.how-to-sections .carousel-holder .navigation .arrow-next {
    right: 1vw;
  }
  article.how-to-sections .carousel-holder .navigation .arrow-prev {
    left: 1vw;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel {
  padding: 0;
  overflow: visible !important;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper {
  padding-top: 60px;
  width: 100%;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide {
  border-radius: 30px;
  background: #301E64;
  display: flex;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: linear-gradient(180deg, rgba(64, 35, 121, 0) 0%, rgba(46, 23, 98, 0.7) 57.5%, #190A47 95.5%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide:after {
    background: linear-gradient(180deg, rgba(64, 35, 121, 0) 0%, rgba(46, 23, 98, 0.7) 6.5%, #190A47 19.5%);
    height: 41%;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  height: 170px;
  width: 100%;
  border-radius: 30px;
  background: url(../../images/map/line-gold-dots.png) no-repeat bottom center;
  background-size: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide:before {
    bottom: -8px;
    height: 300px;
    background-size: 340%;
  }
}
@media screen and (min-width: 991px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero,
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    width: 50%;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero:after {
  content: '*Ts & Cs Apply';
  font-family: 'GillSans-Light';
  position: absolute;
  bottom: 20px;
  left: 70px;
  color: #fff;
  z-index: 4;
  font-size: 14px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero:after {
    left: 0;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
  position: absolute;
  z-index: 1;
  bottom: 3px;
  left: 0;
  max-width: 32.8125vw;
}
@media screen and (min-width: 990px) and (max-width: 1440px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    max-width: 40.8125vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    bottom: 146px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 532px;
    max-width: 160px;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 120px 60px 30px 60px;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details h2 {
  font-size: 2.708vw;
  line-height: 2.917vw;
  font-family: 'Appetite';
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details h2 {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    padding-bottom: 30px;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details p {
  font-size: 18px;
  line-height: 160%;
  margin: 0 0 0 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details p {
    text-align: center;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details .btn {
    display: inline-flex;
    align-self: center;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
    margin-top: 46vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 430px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
    margin-top: 40vw;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    margin-top: 60px;
    text-align: center;
    align-items: center;
  }
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 {
    text-align: center;
    justify-content: center;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  font-size: 40px;
  line-height: 100%;
  font-family: 'Appetite';
  font-weight: normal;
  background: linear-gradient(90deg, #E7CB7A 2.2%, #FBECB3 31.95%, #C4A557 70.64%, #FBECB3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 span {
  font-size: 60px;
  line-height: 70%;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3:after {
  content: '';
  background: url('../../images/map/lines.png') no-repeat center center;
  background-size: auto;
  width: 100%;
  height: 5px;
  position: relative;
  right: 0px;
  bottom: 15px;
  background-size: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3:after {
    display: none;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3.bonus:after {
  display: none;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info p strong {
  display: block;
  margin-bottom: 30px;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info p.bonus strong {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide:hover .card-header img,
article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide:focus .card-header img {
  transform: translateY(-2vw);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide {
    flex-direction: column-reverse;
    overflow: hidden;
  }
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero,
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    width: -webkit-fill-available;
  }
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info,
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details {
    padding: 30px;
  }
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    min-height: 270px;
  }
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-pagination {
  top: 75%;
  left: 45px;
  pointer-events: none;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-pagination .swiper-pagination-bullet {
  pointer-events: all;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-pagination .swiper-pagination-bullet:before {
  opacity: 0.4;
}
article.how-to-sections .carousel-holder .how-to-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #ffffff;
  opacity: 1;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-sections .carousel-holder .how-to-carousel .swiper-pagination {
    top: 40%;
    left: 0;
  }
}
article.thank-you-intro-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2vw 10vw 0 10vw;
  background: url('../../images/map/glow.png') no-repeat center center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.thank-you-intro-area {
    padding: 20vw 10vw 0 10vw;
  }
}
article.thank-you-intro-area .head-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 9%, #301e64 44%);
  z-index: 0;
}
article.thank-you-intro-area .cust-border {
  width: 100%;
  position: absolute;
  bottom: 0;
}
article.thank-you-intro-area .logo {
  margin-bottom: 40px;
}
article.thank-you-intro-area #bellShake {
  position: absolute;
  top: -76px;
  right: 2vw;
  max-width: 38.542vw;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  article.thank-you-intro-area #bellShake {
    top: -9vw;
    right: 18vw;
    width: 85vw;
  }
}
article.thank-you-intro-area .content {
  margin-top: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.thank-you-intro-area .content h1 {
  font-family: 'Appetite';
  background: linear-gradient(90deg, #E7CB7A 2.2%, #FBECB3 31.95%, #C4A557 70.64%, #FBECB3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: none;
  font-size: 118px;
  line-height: 120%;
  text-align: center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.thank-you-intro-area .content h1 {
    font-size: 42px;
  }
}
article.thank-you-intro-area .content h3 {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 48px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.thank-you-intro-area .content h3 {
    font-size: 19px;
    line-height: 28px;
  }
}
article.thank-you-intro-area .content p {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 140px;
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  article.thank-you-intro-area .content p {
    max-width: 100%;
    font-size: 18px;
    margin-bottom: 28vw;
  }
}
article.thank-you-intro-area .content .cta-holder {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
article.thank-you-intro-area .content .legal {
  margin: 20px 0 40px 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}
article.thank-you-intro-area .content .legal a {
  color: #D3B565;
  font-weight: 600;
  text-decoration: underline;
}
article.thank-you-intro-area:after,
article.thank-you-intro-area:before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  background-size: contain !important;
}
article.thank-you-intro-area:before {
  max-width: 417px;
  height: 506px;
  left: 0;
  bottom: unset;
  top: -60px;
  background: url('../../images/map/header-left.png') no-repeat top left;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.thank-you-intro-area:before {
    height: 220px;
  }
}
article.thank-you-intro-area:after {
  right: 0;
  height: 506px;
  max-width: 661px;
  background: url('../../images/map/header-right.png') no-repeat top right;
}
article#thank-you-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10vw 20vw 10vw;
  background-size: cover;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area {
    padding: 0 10vw 40vw 10vw;
  }
}
article#thank-you-area #messageHolder {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 30px;
  width: 60vw;
  display: flex;
  flex-direction: column;
  margin-top: -80px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder {
    width: 80vw;
    margin-top: -20vw;
  }
}
article#thank-you-area #messageHolder .media-holder {
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .media-holder {
    height: auto;
  }
}
article#thank-you-area #messageHolder .media-holder:before {
  content: '';
  position: absolute;
  top: -50px;
  z-index: 2;
  width: 180px;
  height: 180px;
  background-size: contain !important;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .media-holder:before {
    top: -30px;
    width: 115px;
    height: 115px;
  }
}
@media screen and (min-width: 20px) and (max-width: 440px) {
  article#thank-you-area #messageHolder .media-holder:before {
    width: 30vw;
    height: 30vw;
  }
}
article#thank-you-area #messageHolder .media-holder #playVideo {
  pointer-events: none;
  position: absolute;
  background: transparent;
  border: 0;
  opacity: 0;
  width: 120px;
}
article#thank-you-area #messageHolder .media-holder #playVideo svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .media-holder #playVideo {
    display: none !important;
  }
}
article#thank-you-area #messageHolder .media-holder img,
article#thank-you-area #messageHolder .media-holder video,
article#thank-you-area #messageHolder .media-holder iframe {
  width: 100%;
}
article#thank-you-area #messageHolder .media-holder video {
  width: 100%;
  object-fit: contain;
  height: 100%;
  background: #000000;
}
article#thank-you-area #messageHolder .media-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
article#thank-you-area #messageHolder .media-holder.playing #playVideo {
  opacity: 0;
}
article#thank-you-area #messageHolder .message-content {
  padding: 30px 160px;
  text-align: center;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .message-content {
    padding: 30px;
  }
}
article#thank-you-area #messageHolder .message-content h3,
article#thank-you-area #messageHolder .message-content p {
  color: #301E64;
}
article#thank-you-area #messageHolder .message-content h3 {
  font-family: 'GillSansBold';
  text-transform: uppercase;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .message-content h3 {
    font-size: 20px;
    line-height: 100%;
  }
}
article#thank-you-area #messageHolder .share-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .share-holder {
    flex-direction: column;
    gap: 20px;
  }
}
article#thank-you-area #messageHolder .share-holder button {
  border: 0;
  border-radius: 30px;
  background: #301E64;
  padding: 10px 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'GillSansBold';
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
article#thank-you-area #messageHolder .share-holder button svg {
  width: 30px;
  height: 30px;
}
article#thank-you-area #messageHolder .share-holder button:hover,
article#thank-you-area #messageHolder .share-holder button:focus {
  transform: scale(0.9);
}
article#thank-you-area #messageHolder .cta {
  position: relative;
  top: 2px;
  background: #402379;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  article#thank-you-area #messageHolder .cta {
    padding: 20px 10px;
  }
  article#thank-you-area #messageHolder .cta .btn {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
}
article#thank-you-area #messageHolder .describers {
  position: absolute;
  z-index: 3;
  max-width: 550px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  pointer-events: none;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .describers {
    max-width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 20px) and (max-width: 440px) {
  article#thank-you-area #messageHolder .describers {
    max-width: 62vw;
  }
}
article#thank-you-area #messageHolder .describers.left {
  top: 10%;
  left: -19vw;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .describers.left {
    top: unset;
    bottom: 10%;
    left: -33vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 440px) {
  article#thank-you-area #messageHolder .describers.left {
    top: unset;
    bottom: 15%;
    left: -33vw;
  }
}
article#thank-you-area #messageHolder .describers.left.safari,
article#thank-you-area #messageHolder .describers.left.Safari {
  background: url('../../images/message/safari.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.left.picnic,
article#thank-you-area #messageHolder .describers.left.Picnic {
  background: url('../../images/message/picnic.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.left.braai,
article#thank-you-area #messageHolder .describers.left.Braai {
  background: url('../../images/message/braai.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.left.beach,
article#thank-you-area #messageHolder .describers.left.Beach {
  background: url('../../images/message/beach.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.left.roadtrip,
article#thank-you-area #messageHolder .describers.left.roadtripping,
article#thank-you-area #messageHolder .describers.left.Roadtrip,
article#thank-you-area #messageHolder .describers.left.Roadtripping {
  background: url('../../images/message/roadtrip.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right {
  top: 50%;
  right: -19vw;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder .describers.right {
    top: unset;
    bottom: 0;
    right: -38vw;
  }
}
article#thank-you-area #messageHolder .describers.right.whispers-snowballs {
  background: url('../../images/message/whispers-snowballs.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right.cinnamon-crunch {
  background: url('../../images/message/cinnamon-crunch.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right.coconut-hazelnut-bliss {
  background: url('../../images/message/coconut-hazelnut-bliss.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right.festive-gingerbread {
  background: url('../../images/message/festive-gingerbread.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right.butterscotch-crushed-almonds {
  background: url('../../images/message/butterscotch-crushed-almonds.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right.dream-oreo {
  background: url('../../images/message/dream-oreo.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right.dream-wholenut {
  background: url('../../images/message/dream-wholenut.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder .describers.right.santas-reindeers {
  background: url('../../images/message/santas-reindeers.png') no-repeat center center;
  background-size: contain;
}
article#thank-you-area #messageHolder.image:before,
article#thank-you-area #messageHolder.video:before {
  display: none;
}
article#thank-you-area #messageHolder.image #messageCopy,
article#thank-you-area #messageHolder.audio #messageCopy,
article#thank-you-area #messageHolder.video #messageCopy {
  display: none;
}
article#thank-you-area #messageHolder.image #MediaVideo,
article#thank-you-area #messageHolder.image #MediaAudio {
  display: none;
}
article#thank-you-area #messageHolder.image .media-holder {
  height: fit-content;
}
article#thank-you-area #messageHolder.audio .media-holder {
  height: 380px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
article#thank-you-area #messageHolder.audio .media-holder:before {
  background: url('../../images/message/icon-audio.png') no-repeat center center;
  background-size: contain !important;
  pointer-events: none;
  position: absolute;
  top: -50px;
}
article#thank-you-area #messageHolder.audio #MediaAudio {
  position: relative;
  z-index: 10;
  pointer-events: auto;
  width: 90%;
  max-width: 500px;
  bottom: 100px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder.audio #MediaAudio {
    width: 95%;
    margin-top: 120px;
  }
}
article#thank-you-area #messageHolder.audio #MediaImage,
article#thank-you-area #messageHolder.audio #MediaVideo {
  display: none;
}
article#thank-you-area #messageHolder.video #playVideo {
  opacity: 1;
}
article#thank-you-area #messageHolder.video #MediaVideo {
  cursor: pointer;
}
article#thank-you-area #messageHolder.video #MediaImage,
article#thank-you-area #messageHolder.video #MediaAudio {
  display: none;
}
article#thank-you-area #messageHolder.text .media-holder {
  height: 200px;
  margin-bottom: -40px;
}
article#thank-you-area #messageHolder.text .media-holder:before {
  background: url('../../images/message/icon-text.png') no-repeat center center;
  background-size: contain !important;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article#thank-you-area #messageHolder.text .media-holder {
    height: 140px;
  }
}
article#thank-you-area #messageHolder.text #MediaImage,
article#thank-you-area #messageHolder.text #MediaVideo,
article#thank-you-area #messageHolder.text #MediaAudio {
  display: none;
}
article#thank-you-area #messageHolder.text #messageCopy {
  display: block;
}
article#thank-you-area .copyright {
  padding: 40px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(64, 35, 121, 0) -2%, rgba(46, 23, 98, 0.7) 45.5%, #190A47 89.5%);
  position: absolute;
  bottom: -30px;
}
.hide {
  display: none !important;
}
@media (max-width: 990px) {
  ._center-mobile {
    text-align: center;
  }
}
._light-copy {
  line-height: 24px;
}
._light-copy p {
  font-size: 15px;
}
@media (min-width: 768px) {
  ._light-copy {
    font-family: "Gill Sans Nova" !important;
    font-weight: 300;
  }
  ._light-copy p {
    font-family: "Gill Sans Nova" !important;
    padding-bottom: 15px;
    font-size: 20px;
    margin: 0;
    font-weight: 300;
  }
}
@media screen and (min-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    max-width: 630px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
    left: -30px;
    max-width: 630px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    left: -60px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    left: -10px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-4 {
    left: 50px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    left: -20px;
    bottom: 23px;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    bottom: 200px;
    min-width: 340px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
    min-width: 334px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    min-width: 340px;
    left: 40%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    min-width: 334px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-4 {
    min-width: 340px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    min-width: 340px;
    left: 50%;
  }
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    bottom: 270px;
    min-width: 340px;
  }
}
@media screen and (min-width: 20px) and (max-width: 390px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    min-width: 85vw;
  }
}
article.how-to-section {
  display: block;
  flex-direction: column;
  align-items: center;
  padding: 6vw 0 5vw 0;
  /* Set the background color */
  background-image: url('../../images/map/how-to-logo-cadbury.svg');
  /* Set the background image */
  background-repeat: no-repeat;
  /* Ensure the image doesn't repeat */
  background-size: cover;
  /* Set the background image size */
  overflow: hidden;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section {
    padding: 10px 10vw 10vw 10vw;
  }
  .sm-step-img {
    display: block;
  }
  .bg-step-img {
    display: none;
  }
}
article.how-to-section img {
  max-width: 90%;
  height: auto;
}
article.how-to-section .carousel-holder {
  position: relative;
  padding: 5vw 10vw;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder {
    padding: 0;
  }
}
article.how-to-section .carousel-holder .choco {
  position: absolute;
  z-index: 3;
  right: 130px;
  top: 45px;
  max-width: 266px;
  animation: float 7s ease-in-out infinite;
}
@media screen and (min-width: 1088px) and (max-width: 1600px) {
  article.how-to-section .carousel-holder .choco {
    max-width: 188px;
  }
  article.how-to-section .carousel-holder .choco {
    right: 9vw;
    top: 5vw;
  }
}
@media screen and (min-width: 990px) and (max-width: 1088px) {
  article.how-to-section .carousel-holder .choco {
    max-width: 120px;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .choco {
    right: 0;
    top: 36px;
    max-width: 17vw;
  }
}
article.how-to-section .carousel-holder .navigation {
  pointer-events: none;
  width: fit-content;
  height: fit-content;
  bottom: 80px;
  right: 60px;
  position: absolute;
  z-index: 9;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-items: center;
}
article.how-to-section .carousel-holder .navigation .arrow-next,
article.how-to-section .carousel-holder .navigation .arrow-prev {
  position: static;
  pointer-events: all;
  cursor: pointer;
  z-index: 2;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.25s;
}
article.how-to-section .carousel-holder .navigation .arrow-next:before,
article.how-to-section .carousel-holder .navigation .arrow-prev:before,
article.how-to-section .carousel-holder .navigation .arrow-next:after,
article.how-to-section .carousel-holder .navigation .arrow-prev:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article.how-to-section .carousel-holder .navigation .arrow-next:before,
article.how-to-section .carousel-holder .navigation .arrow-prev:before {
  width: 100%;
  height: 100%;
  z-index: 0;
}
article.how-to-section .carousel-holder .navigation .arrow-next:after,
article.how-to-section .carousel-holder .navigation .arrow-prev:after {
  width: 100%;
  height: 100%;
  z-index: -1;
}
article.how-to-section .carousel-holder .navigation .arrow-next:hover,
article.how-to-section .carousel-holder .navigation .arrow-prev:hover,
article.how-to-section .carousel-holder .navigation .arrow-next:focus,
article.how-to-section .carousel-holder .navigation .arrow-prev:focus {
  border: 1px solid transparent;
}
article.how-to-section .carousel-holder .navigation .arrow-next:hover svg path,
article.how-to-section .carousel-holder .navigation .arrow-prev:hover svg path,
article.how-to-section .carousel-holder .navigation .arrow-next:focus svg path,
article.how-to-section .carousel-holder .navigation .arrow-prev:focus svg path {
  fill: #402379;
}
article.how-to-section .carousel-holder .navigation .arrow-next:hover:before,
article.how-to-section .carousel-holder .navigation .arrow-prev:hover:before,
article.how-to-section .carousel-holder .navigation .arrow-next:focus:before,
article.how-to-section .carousel-holder .navigation .arrow-prev:focus:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 80%;
  height: 80%;
  z-index: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article.how-to-section .carousel-holder .navigation .arrow-next:hover:after,
article.how-to-section .carousel-holder .navigation .arrow-prev:hover:after,
article.how-to-section .carousel-holder .navigation .arrow-next:focus:after,
article.how-to-section .carousel-holder .navigation .arrow-prev:focus:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-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;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
article.how-to-section .carousel-holder .navigation .arrow-next.swiper-button-disabled:after,
article.how-to-section .carousel-holder .navigation .arrow-prev.swiper-button-disabled:after {
  width: 100%;
  height: 100%;
}
article.how-to-section .carousel-holder .navigation .arrow-next.swiper-button-disabled .arrows svg,
article.how-to-section .carousel-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg {
  opacity: 1;
}
article.how-to-section .carousel-holder .navigation .arrow-next.swiper-button-disabled .arrows svg path,
article.how-to-section .carousel-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg path {
  stroke: #ffffff;
}
article.how-to-section .carousel-holder .navigation .arrow-next.swiper-button-disabled .arrows svg:nth-child(2),
article.how-to-section .carousel-holder .navigation .arrow-prev.swiper-button-disabled .arrows svg:nth-child(2) {
  display: none;
}
@media screen and (min-width: 991px) and (max-width: 1440px) {
  article.how-to-section .carousel-holder .navigation .arrow-next,
  article.how-to-section .carousel-holder .navigation .arrow-prev {
    top: 58%;
  }
  .gallery-right-side-bg {
    display: none;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .navigation .arrow-next,
  article.how-to-section .carousel-holder .navigation .arrow-prev {
    top: 55%;
    display: none;
  }
}
article.how-to-section .carousel-holder .navigation .arrow-next {
  right: 1.3vw;
}
article.how-to-section .carousel-holder .navigation .arrow-prev {
  left: 1.3vw;
}
article.how-to-section .carousel-holder .navigation .arrow-prev .arrows {
  transform: rotate(180deg);
}
@media screen and (min-width: 1920px) and (max-width: 9000px) {
  article.how-to-section .carousel-holder .navigation .arrow-next {
    right: 1.7vw;
  }
  article.how-to-section .carousel-holder .navigation .arrow-prev {
    left: 1.7vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1440px) {
  article.how-to-section .carousel-holder .navigation .arrow-next {
    right: 1vw;
  }
  article.how-to-section .carousel-holder .navigation .arrow-prev {
    left: 1vw;
  }
}
article.how-to-section .carousel-holder .how-to-carousel {
  padding: 0;
  overflow: visible !important;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper {
  padding-top: 60px;
  width: 100%;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide {
  border-radius: 30px;
  background: #301E64;
  display: flex;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide:after {
  content: '';
  position: absolute;
  z-index: 2;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: linear-gradient(180deg, rgba(64, 35, 121, 0) 0%, rgba(46, 23, 98, 0.7) 57.5%, #190A47 95.5%);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide:after {
    background: linear-gradient(180deg, rgba(64, 35, 121, 0) 0%, rgba(46, 23, 98, 0.7) 6.5%, #190A47 19.5%);
    height: 39%;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  height: 170px;
  width: 100%;
  border-radius: 30px;
  background: url(../../images/map/line-gold-dots.png) no-repeat bottom center;
  background-size: 100%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide:before {
    bottom: -8px;
    height: 300px;
    background-size: 340%;
    background: none;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 {
    justify-content: center;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info p {
  font-size: 18px !important;
  line-height: 140% !important;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero,
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
  width: 50%;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero:after {
  content: '*Ts&Cs Apply';
  font-family: "Gill Sans Nova";
  position: absolute;
  bottom: 20px;
  left: 70px;
  color: #fff;
  z-index: 4;
  font-size: 14px;
  font-style: italic;
  line-height: 160%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero:after {
    left: 0;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
  position: absolute;
  z-index: 1;
  bottom: 3px;
  left: 0;
  max-width: 32.8125vw;
}
@media screen and (min-width: 990px) and (max-width: 1440px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    max-width: 40.8125vw;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
  left: 50px;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
  left: 0;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
  left: 140px;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-4 {
  left: 50px;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
  left: -10px;
  bottom: 23px;
}
@media screen and (min-width: 1534px) and (max-width: 1750px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1534px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    left: -50px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    left: -25px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    position: absolute;
    z-index: 1;
    bottom: 3px;
    max-width: 644px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
    left: -36px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    left: -50px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    bottom: 15px;
    max-width: 644px;
    left: -25px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    max-width: 613px;
    left: -25px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details h2 {
    font-size: 25px !important;
    line-height: 140% !important;
    text-align: center;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    justify-content: flex-start;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3:after {
    display: none;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info .Bonus:after {
    display: none;
  }
  article.how-to-section .carousel-holder .choco {
    position: absolute;
    z-index: 3;
    right: 10vw;
    top: 3vw;
    max-width: 200px;
    animation: float 7s ease-in-out infinite;
  }
  .swiper-wrapper .btn {
    padding: 17px 30px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 82% !important;
    left: 97px !important;
    pointer-events: none !important;
  }
  article.how-to-section .carousel-holder .navigation {
    bottom: 64px;
    position: absolute;
  }
}
@media screen and (min-width: 813px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    bottom: 200px;
    left: 25%;
    height: auto;
    max-height: 90%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    bottom: 158px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    bottom: 158px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .sm-step-img {
    bottom: 200px;
    left: 45%;
    /* transform: translateX(0%); */
    height: auto;
    max-height: 100%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details {
    margin: auto;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    margin-top: 95px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 {
    margin-bottom: 20px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info p strong {
    margin-bottom: 34px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s1 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s2 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s3 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s4 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s5 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 665px) and (max-width: 813px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    bottom: 170px;
    left: 0;
    height: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    bottom: 158px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    bottom: 158px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .sm-step-img {
    bottom: 200px;
    left: 45%;
    /* transform: translateX(0%); */
    height: auto;
    max-height: 100%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details {
    margin: auto;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    margin-top: 95px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 {
    margin-bottom: 20px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info p strong {
    margin-bottom: 34px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 46%;
  }
  .step-content {
    font-size: 16px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide:after {
    background: linear-gradient(180deg, rgba(64, 35, 121, 0) 0%, rgba(46, 23, 98, 0.7) 57.5%, #190A47 95.5%);
    height: 65%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s1 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s2 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s3 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s4 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s5 {
    margin-top: 100px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
    max-height: 85%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    max-height: 85%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    max-height: 85%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-4 {
    max-height: 75%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    max-height: 85%;
  }
}
@media screen and (min-width: 20px) and (max-width: 665px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    bottom: 260px;
    left: 64px;
    height: auto;
    max-height: 100%;
    width: 78%;
    object-fit: contain;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    bottom: 240px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 46%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s1 {
    margin-top: 119px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s2 {
    margin-top: 70px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s3 {
    margin-top: 70px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s4 {
    margin-top: 70px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details-s5 {
    margin-top: 70px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
    max-height: 100%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    max-height: 100%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    max-height: 100%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-4 {
    max-height: 100%;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    max-height: 100%;
  }
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
    bottom: 292px;
    left: 37px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    bottom: 240px;
    left: -50px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    bottom: 263px;
    left: 60px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-4 {
    bottom: 267px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    bottom: 250px;
  }
}
@media screen and (min-width: 20px) and (max-width: 414px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    min-width: 80vw;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-1 {
    bottom: 292px;
    left: 0;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-2 {
    bottom: 240px;
    left: -50px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-3 {
    bottom: 263px;
    left: -10px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-4 {
    bottom: 267px;
    left: 0;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-5 {
    bottom: 250px;
    left: 0;
  }
}
@media (max-width: 435px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    bottom: 276px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img-second {
    bottom: 178px;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 120px 60px 30px 60px;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details h2 {
  font-size: 2.604vw;
  line-height: 2.917vw;
  font-family: 'Appetite';
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 0 0;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details h2 {
    font-size: 25px;
    line-height: 130%;
    text-align: center;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details p {
  line-height: 160%;
  margin: 0 0 0 0;
  font-family: "Gill Sans Nova";
  margin-top: 6px;
  font-size: 18px;
  max-width: 585px;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details p {
    text-align: center;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details .btn {
    display: inline-flex;
    align-self: center;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 40px;
  line-height: 100%;
  font-family: 'Appetite';
  font-weight: normal;
  background: linear-gradient(90deg, #E7CB7A 2.2%, #FBECB3 31.95%, #C4A557 70.64%, #FBECB3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3 span {
  font-size: 60px;
  line-height: 70%;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3:after {
  content: '';
  background: url('../../images/map/icons/line.svg');
  width: 100%;
  height: 5px;
  position: absolute;
  margin-left: 150px;
  background-repeat: repeat-x;
  background-attachment: fixed;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info .Bonus:after {
  content: '';
  background: url('../../images/map/icons/line.svg');
  width: 100%;
  height: 5px;
  position: absolute;
  margin-left: 205px;
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-size: 60px;
  line-height: 70%;
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3:after {
    display: none;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info .Bonus:after {
    display: none;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info h3.bonus:after {
  display: none;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info p strong {
  display: block;
  margin-bottom: 16px;
  font-family: "Gill Sans Nova";
  font-size: 20px;
  line-height: 32px;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info p.bonus strong {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide:hover .card-header img,
article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide:focus .card-header img {
  transform: translateY(-2vw);
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide {
    flex-direction: column-reverse;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero,
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    width: -webkit-fill-available;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info,
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .comp-details {
    padding: 30px;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .step-info {
    padding-top: 10px;
    min-height: 270px;
    text-align: center;
    align-items: center;
  }
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
    margin-top: 35vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 430px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
    margin-top: 50vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 375px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
    margin-top: 30vw;
  }
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
  top: 75%;
  left: 97px;
  pointer-events: none;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination .swiper-pagination-bullet {
  pointer-events: all;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination .swiper-pagination-bullet:before {
  opacity: 0.4;
}
article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #ffffff;
  opacity: 1;
}
@media screen and (min-width: 813px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 42%;
    left: 0;
  }
}
@media screen and (min-width: 665px) and (max-width: 813px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 42%;
    left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 665px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 32%;
    left: 0;
  }
}
@media screen and (min-width: 401px) and (max-width: 600px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 35%;
    left: 0;
  }
}
@media screen and (min-width: 20px) and (max-width: 400px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-pagination {
    top: 37%;
    left: 0;
  }
}
@media screen and (min-width: 20px) and (max-width: 990px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero {
    align-items: center;
  }
}
@media screen and (min-width: 20px) and (max-width: 500px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    left: unset !important;
    bottom: 50vw;
    max-width: 67.8125vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 430px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    left: unset !important;
    bottom: 70vw;
    max-width: 67.8125vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 390px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    left: unset;
    bottom: 80vw;
    max-width: 80vw;
  }
}
@media screen and (min-width: 20px) and (max-width: 375px) {
  article.how-to-section .carousel-holder .how-to-carousel .swiper-wrapper .slide .comp-hero .hero-img {
    left: unset;
    bottom: 80vw;
    max-width: 80vw;
  }
}
/*# sourceMappingURL=styles.css.map */