* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: inherit;
  border: 0
}

html {
  font-size: 12px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-feature-settings: 'tnum'
}

body {
  background-color: #fff;
  font-size: 12px
}

.pageview {
  overflow: hidden
}

.lazy {
  background: none !important
}

ol,
ul {
  list-style: none
}

b {
  font-weight: bold
}

.visibility-hidden {
  visibility: hidden !important
}

.cursor-pointer {
  cursor: pointer
}

.full-height {
  height: 100%
}

.full-width {
  width: 100%
}

.full-mask-size {
  -webkit-mask-size: 100% 100%
}

.mask-position {
  -webkit-mask-position: 0% 0%
}

.u-select-none {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.p-absolute {
  position: absolute
}

.p-relative {
  position: relative
}

.gallery-view-icon-next img,
.gallery-view-icon-prev img,
.carousel-icon-next img,
.carousel-icon-prev img {
  width: 25px;
  height: 25px;
  filter: drop-shadow(0 0 1px black)
}

.icon-play-video {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://statics.pancake.vn/web_content/30/5a/c2/93/9ec72c8ce8898050035dddbb989c950bc1faabdc1fdcc11175dea467.svg)
}

.player-btn-unmute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.player-btn-unmute>div {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  background-size: 90%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22m%2021.48%2C17.98%20c%200%2C-1.77%20-1.02%2C-3.29%20-2.5%2C-4.03%20v%202.21%20l%202.45%2C2.45%20c%20.03%2C-0.2%20.05%2C-0.41%20.05%2C-0.63%20z%20m%202.5%2C0%20c%200%2C.94%20-0.2%2C1.82%20-0.54%2C2.64%20l%201.51%2C1.51%20c%20.66%2C-1.24%201.03%2C-2.65%201.03%2C-4.15%200%2C-4.28%20-2.99%2C-7.86%20-7%2C-8.76%20v%202.05%20c%202.89%2C.86%205%2C3.54%205%2C6.71%20z%20M%209.25%2C8.98%20l%20-1.27%2C1.26%204.72%2C4.73%20H%207.98%20v%206%20H%2011.98%20l%205%2C5%20v%20-6.73%20l%204.25%2C4.25%20c%20-0.67%2C.52%20-1.42%2C.93%20-2.25%2C1.18%20v%202.06%20c%201.38%2C-0.31%202.63%2C-0.95%203.69%2C-1.81%20l%202.04%2C2.05%201.27%2C-1.27%20-9%2C-9%20-7.72%2C-7.72%20z%20m%207.72%2C.99%20-2.09%2C2.08%202.09%2C2.09%20V%209.98%20z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

.d-none {
  display: none
}

.section-container {
  margin: auto
}

.text-block-css {
  display: inline-block;
  word-break: break-word;
  -webkit-background-clip: text !important
}

.animationText span {
  display: inline-block
}

.animationText .bar {
  position: absolute;
  height: 100%;
  width: 3px;
  background: currentColor;
  top: 0;
  right: 0
}

.animate-word-wrapper {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  transition: width .6s;
  text-align: start
}

.animate-word-wrapper>span {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  font: inherit
}

.animate-word-wrapper span i {
  font: inherit;
  font-style: initial;
  display: inline-block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.animate-word-wrapper span i.in {
  animation-name: rotate-3-in;
  animation-fill-mode: forwards;
  animation-duration: .6s
}

.animate-word-wrapper span i.out {
  animation-name: rotate-3-out;
  animation-fill-mode: forwards;
  animation-duration: .6s
}

.animationText .hidden {
  opacity: 0;
  z-index: -1
}

.animationText .visible {
  opacity: 1;
  position: relative
}

.inline {
  display: inline !important
}

.caret-dummy {
  animation: caret-popping 1s infinite
}

.caret {
  transform: scaleY(1.3) translateY(-3%)
}

@keyframes rotate-3-out {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0)
  }

  100% {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg)
  }
}

@-webkit-keyframes rotate-3-out {
  0% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0)
  }

  100% {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg)
  }
}

@keyframes rotate-3-in {
  0% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
  }

  100% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0)
  }
}

@-webkit-keyframes rotate-3-in {
  0% {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg)
  }

  100% {
    transform: rotateY(0);
    -webkit-transform: rotateY(0)
  }
}

@keyframes caret-popping {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.image-block-css {
  overflow: hidden
}

.image-background {
  margin: 0 auto
}

.group-container {
  width: 100%;
  height: 100%
}

.group-auto-scroll {
  width: 100% !important;
  left: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}

.com-button {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 200ms ease-out;
  -webkit-transition: transform 200ms ease-out
}

.com-button:active {
  transform: translateY(5px);
  -webkit-transform: translateY(5px)
}

.button-css {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center
}

.button-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.6
}

.popup-wrapper {
  top: 0;
  left: 0
}

.popup-background {
  overflow: hidden
}

.popup-backdrop {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000
}

.popup-center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

.popup-top-left {
  top: 0;
  left: 0
}

.popup-top-center {
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0)
}

.popup-top-right {
  top: 0;
  right: 0
}

.popup-center-left {
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0)
}

.popup-center-right {
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0)
}

.popup-bottom-left {
  bottom: 0;
  left: 0
}

.popup-bottom-center {
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0)
}

.popup-bottom-right {
  bottom: 0;
  right: 0
}

.overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit
}

.cart-quantity-css {
  overflow: hidden;
  display: flex;
  display: -webkit-flex
}

.cart-quantity-css .minus {
  border-right: inherit
}

.cart-quantity-css .plus {
  border-left: inherit
}

.cart-quantity-css input {
  text-align: center;
  background: transparent;
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  -moz-appearance: textfield
}

.cart-quantity-css input::-webkit-outer-spin-button,
.cart-quantity-css input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.cart-quantity-css .minus,
.cart-quantity-css .plus {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  user-select: none;
  cursor: pointer;
  -webkit-user-select: none;
  width: 40px
}

.product-attr-selected {
  top: 0;
  left: 0;
  overflow: hidden
}

.lightbox-btn-close {
  background-color: #a8a8a8;
  width: 21px;
  height: 21px;
  position: absolute;
  cursor: pointer
}

.lightbox-btn-close>span {
  position: absolute;
  z-index: 9999;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 0% 0%;
  background: #fff;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSdub25lJyAgd2lkdGg9JzE0JyBoZWlnaHQ9JzE0JyB2aWV3Qm94PScwIDAgMTQgMTQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTEyLjU5IDBMNyA1LjU5TDEuNDEgMEwwIDEuNDFMNS41OSA3TDAgMTIuNTlMMS40MSAxNEw3IDguNDFMMTIuNTkgMTRMMTQgMTIuNTlMOC40MSA3TDE0IDEuNDFMMTIuNTkgMFonIGZpbGw9JyMyRTNBNTknLz48L3N2Zz4=)
}

.lightbox-image,
.lightbox-video,
.lightbox-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%
}

.lightbox-iframe {
  width: 100%;
  height: 100%
}

.lightbox-backdrop {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000
}

.w-alert-message-wrapper {
  position: fixed;
  top: 15px;
  z-index: 999999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  --transform-translateX: -50%;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 20px 0px #808080a8;
  box-shadow: 1px 1px 20px 0px #808080a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.w-alert-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 10px 5px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.w-alert-message-wrapper .left-sidebar {
  width: 3px;
  border-radius: 5px;
  margin: 5px
}

.w-alert-message-wrapper .left-sidebar.info {
  background: #297bc3
}

.w-alert-message-wrapper .left-sidebar.warning {
  background: #f0a92d
}

.w-alert-message-wrapper .left-sidebar.success {
  background: #34a779
}

.w-alert-message-wrapper .left-sidebar.error {
  background: #f53a5d
}

.w-alert-message .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0px;
  margin-right: 6px
}

.w-alert-message span.close-icon {
  margin-left: 15px;
  margin-right: 0px;
  color: #80808085;
  cursor: pointer
}

.login-popup-wrapper .backdrop-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: none;
  z-index: 99
}

.login-popup-wrapper .popup-default-login {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 400px;
  height: 160px;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  max-width: calc(100% - 50px);
  border: 1px solid rgba(0, 0, 0, .3);
  background-color: #fff;
  border-radius: 10px
}

.login-popup-wrapper .popup-default-login .popup-login-title {
  background-color: rgba(6, 21, 40, .05);
  color: #000;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.login-popup-wrapper .popup-default-login .popup-login-content {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 10px;
  line-height: 18px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box
}

.login-popup-wrapper .popup-default-login .popup-login-btn {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 10px;
  margin: 0 auto;
  padding: 10px 0;
  border: none;
  width: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer
}
#w-wl13ccyn * {
  font-size: 15px;
  color: #fff;
}
.inp {
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 10px;
  height: 46px;
  margin-bottom: 10px;
}
.btn {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
            padding: 10px 0

}
.order_form {
  direction: rtl;
}
.prod-img {
  display: block;
  margin: 0 auto;
}
.price-block {
  text-align: center;
  font-size: 24px;
}
.price-block s {
  color: #fff;
}
.price-block b {
  color: red;
}
@media screen and (min-width: 768px) {
        .section-container {
            max-width: 360px;
        }

        .section-wrapper {
            margin: 0 auto;
            max-width: 360px;
        }

        .pageview {
            max-width: 360px;
            margin: 0 auto;
        }

        #w-jgnit6g2 {
            top: 0px;
            left: 0px;
            position: relative;
            width: 360px;
            height: 103px;
        }

        #w-jgnit6g2 .section-wrapper {
            opacity: 1;
        }

        #w-jgnit6g2 .section-background {
            background: left top/ auto repeat content-box border-box url("https://cdn.pancake.vn/1/s750x450/fwebp/04/38/37/66/ace72fc39f0892cd40ef7bdcc7fa0d6f30ba6c79c335d59aff2bcbe9.jpg");
            filter: contrast(100%) grayscale(45%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
            -webkit-backdrop-filter: contrast(100%) grayscale(45%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
        }

        #w-jgnit6g2 .section-background.fb {
            background: left top/ auto repeat content-box border-box url("https://cdn.pancake.vn/1/s750x450/04/38/37/66/ace72fc39f0892cd40ef7bdcc7fa0d6f30ba6c79c335d59aff2bcbe9.jpg");
        }

        #w-896jrnl2 {
            top: 11.5px;
            left: 19px;
            width: 322px;
            height: 80px;
        }

        #w-896jrnl2 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-k3mju5fy {
            top: 27.5px;
            left: 31px;
            width: 225px;
            height: 48px;
        }

        #w-k3mju5fy .text-block {
            background: ;
        }

        #w-k3mju5fy .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-size: 16px;
            text-align: end;
            text-transform: normal;
        }

        #w-6gloyebz {
            top: 34.5px;
            left: 264.5px;
            width: 70px;
            height: 34px;
        }

        #w-6gloyebz .image-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            border-width: 0;
            position: absolute;
            z-index: ;
        }

        #w-6gloyebz .image-background {
            width: 70px;
            height: 34px;
            top: 0px;
            left: 0px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x350/fwebp/e2/0a/e1/b1/88b6b94e76ce6e7bcbaf02ee95383e3ca348e0e018feec93edd72b7b.png");
        }

        #w-6gloyebz .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x350/e2/0a/e1/b1/88b6b94e76ce6e7bcbaf02ee95383e3ca348e0e018feec93edd72b7b.png");
        }

        #w-6gloyebz>div {
            transform: rotate(179deg) perspective(1000px);
        }

        #w-jjsidyzq {
            top: 0px;
            left: 0px;
            position: relative;
            width: 360px;
            height: 925px;
        }

        #w-jjsidyzq .section-wrapper {
            opacity: 1;
        }

        #w-jjsidyzq .section-background {
            background: rgba(0, 0, 48, 1);
        }

        #w-4jlxat4v {
            top: 27px;
            left: 19px;
            width: 322px;
            height: 444px;
            display: none;
        }

        #w-7arn23vj {
            top: 0px;
            left: 0px;
            width: 322px;
            height: 444px;
        }

        #w-7arn23vj .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-p9c6r6g3 {
            top: 63.5px;
            left: 9px;
            width: 304px;
            height: 54px;
        }

        #w-p9c6r6g3 .text-block {
            background: ;
        }

        #w-p9c6r6g3 .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-k8ta6p3r {
            top: 16px;
            left: 44px;
            width: 239px;
            height: 36px;
        }

        #w-y6pa64r5 {
            top: 0px;
            left: 37.5px;
            width: 35px;
            height: 35px;
        }

        #w-y6pa64r5 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-5uv82kxq {
            top: 3px;
            left: 43px;
            width: 25px;
            height: 30px;
        }

        #w-5uv82kxq .text-block {
            background: ;
        }

        #w-5uv82kxq .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-hzbr99es {
            top: 0px;
            left: 79.5px;
            width: 35px;
            height: 35px;
        }

        #w-hzbr99es .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-2pwo8khy {
            top: 3px;
            left: 84px;
            width: 25px;
            height: 30px;
        }

        #w-2pwo8khy .text-block {
            background: ;
        }

        #w-2pwo8khy .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-r3ljhdf2 {
            top: 0px;
            left: 119.5px;
            width: 35px;
            height: 35px;
        }

        #w-r3ljhdf2 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-68rbp8vu {
            top: 3px;
            left: 124px;
            width: 25px;
            height: 30px;
        }

        #w-68rbp8vu .text-block {
            background: ;
        }

        #w-68rbp8vu .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-y21zvcb2 {
            top: 0px;
            left: 161.5px;
            width: 35px;
            height: 35px;
        }

        #w-y21zvcb2 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-bqxwbihe {
            top: 3px;
            left: 166px;
            width: 25px;
            height: 30px;
        }

        #w-bqxwbihe .text-block {
            background: ;
        }

        #w-bqxwbihe .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-la39mizo {
            top: 1px;
            left: 203.5px;
            width: 35px;
            height: 35px;
        }

        #w-la39mizo .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(255, 218, 0, 1);
        }

        #w-zz5qiy7u {
            top: 4px;
            left: 208px;
            width: 25px;
            height: 30px;
        }

        #w-zz5qiy7u .text-block {
            background: ;
        }

        #w-zz5qiy7u .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(0, 0, 0, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-2ieyj62c {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-2ieyj62c .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-3cya88nf {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-3cya88nf .text-block {
            background: ;
        }

        #w-3cya88nf .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-nadavafs {
            top: 134px;
            left: 20px;
            width: 287px;
            height: 287px;
        }

        #w-4uqxjah3 {
            top: 0px;
            left: 0px;
            width: 287px;
            height: 287px;
        }

        #w-4uqxjah3 .image-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            border-width: 0;
            position: absolute;
            z-index: null;
        }

        #w-4uqxjah3 .image-background {
            width: 287px;
            height: 287px;
            top: 0px;
            left: 0px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s600x600/fwebp/02/10/90/0c/bf16d1103dfdc8151e27835e70a21a648eb8bfe8ae72cd4b0451f65e.png");
        }

        #w-4uqxjah3 .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s600x600/02/10/90/0c/bf16d1103dfdc8151e27835e70a21a648eb8bfe8ae72cd4b0451f65e.png");
        }

        #w-ogm5wx0c {
            top: 96px;
            left: 93.5px;
            width: 100px;
            height: 95px;
        }

        #w-ogm5wx0c .image-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            border-width: 0;
            position: absolute;
            z-index: null;
        }

        #w-ogm5wx0c .image-background {
            width: 100px;
            height: 95px;
            top: 0px;
            left: 0px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x400/fwebp/9e/fd/c5/fc/eaf22fe785f6f306fc7270426ebcc56059d1cc9f42d75d0f8b31cb99.png");
        }

        #w-ogm5wx0c .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x400/9e/fd/c5/fc/eaf22fe785f6f306fc7270426ebcc56059d1cc9f42d75d0f8b31cb99.png");
        }

        #w-3pa638ug {
            top: 257px;
            left: 19px;
            width: 322px;
            height: 255px;
            display: none;
        }

        #w-ezsjkzxp {
            top: 0px;
            left: 0px;
            width: 322px;
            height: 255px;
        }

        #w-ezsjkzxp .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-ldiklg9u {
            top: 66.5px;
            left: 15px;
            width: 292px;
            height: 54px;
        }

        #w-ldiklg9u .text-block {
            background: ;
        }

        #w-ldiklg9u .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-os15gx9h {
            top: 16px;
            left: 44px;
            width: 239px;
            height: 36px;
        }

        #w-8mox7j72 {
            top: 0px;
            left: 37.5px;
            width: 35px;
            height: 35px;
        }

        #w-8mox7j72 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-3swoi3oj {
            top: 3px;
            left: 43px;
            width: 25px;
            height: 30px;
        }

        #w-3swoi3oj .text-block {
            background: ;
        }

        #w-3swoi3oj .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-mbfv95vd {
            top: 0px;
            left: 79.5px;
            width: 35px;
            height: 35px;
        }

        #w-mbfv95vd .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-822nr2jl {
            top: 3px;
            left: 84px;
            width: 25px;
            height: 30px;
        }

        #w-822nr2jl .text-block {
            background: ;
        }

        #w-822nr2jl .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-09q9r5h4 {
            top: 0px;
            left: 119.5px;
            width: 35px;
            height: 35px;
        }

        #w-09q9r5h4 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-9fu62yvr {
            top: 3px;
            left: 124px;
            width: 25px;
            height: 30px;
        }

        #w-9fu62yvr .text-block {
            background: ;
        }

        #w-9fu62yvr .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-xw86cq49 {
            top: 0px;
            left: 161.5px;
            width: 35px;
            height: 35px;
        }

        #w-xw86cq49 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(255, 218, 0, 1);
        }

        #w-kpkim9vz {
            top: 3px;
            left: 166px;
            width: 25px;
            height: 30px;
        }

        #w-kpkim9vz .text-block {
            background: ;
        }

        #w-kpkim9vz .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(0, 0, 0, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-tdkbww89 {
            top: 1px;
            left: 203.5px;
            width: 35px;
            height: 35px;
        }

        #w-tdkbww89 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-wqx2gxis {
            top: 4px;
            left: 208px;
            width: 25px;
            height: 30px;
        }

        #w-wqx2gxis .text-block {
            background: ;
        }

        #w-wqx2gxis .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-jamvplx9 {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-jamvplx9 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-7v5vosxc {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-7v5vosxc .text-block {
            background: ;
        }

        #w-7v5vosxc .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-xkj03m4c {
            top: 134px;
            left: 20px;
            width: 282px;
            height: 67px;
        }

        #w-xkj03m4c .button-css {
            background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-or1cra2u {
            top: 204px;
            left: 15px;
            width: 292px;
            height: 45px;
        }

        #w-or1cra2u .text-block {
            background: ;
        }

        #w-or1cra2u .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 218, 0, 1);
            font-family: 'Arial', sans-serif;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-11h48wpo {
            top: 259px;
            left: 19px;
            width: 322px;
            height: 255px;
            display: none;
        }

        #w-cqhqh784 {
            top: 0px;
            left: 0px;
            width: 322px;
            height: 255px;
        }

        #w-cqhqh784 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-kx14c0sx {
            top: 66.5px;
            left: 15px;
            width: 292px;
            height: 54px;
        }

        #w-kx14c0sx .text-block {
            background: ;
        }

        #w-kx14c0sx .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-2zbep8l0 {
            top: 209px;
            left: 20px;
            width: 282px;
            height: 24px;
        }

        #w-2zbep8l0 .text-block {
            background: ;
        }

        #w-2zbep8l0 .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Cairo-Medium.ttf', sans-serif;
            font-size: 16px;
            text-align: center;
            text-transform: normal;
        }

        #w-lccme5bf {
            top: 16px;
            left: 44px;
            width: 239px;
            height: 36px;
        }

        #w-pf3lec2y {
            top: 0px;
            left: 37.5px;
            width: 35px;
            height: 35px;
        }

        #w-pf3lec2y .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-hhxnz8x7 {
            top: 3px;
            left: 43px;
            width: 25px;
            height: 30px;
        }

        #w-hhxnz8x7 .text-block {
            background: ;
        }

        #w-hhxnz8x7 .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-557d2208 {
            top: 0px;
            left: 79.5px;
            width: 35px;
            height: 35px;
        }

        #w-557d2208 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-mcwjx6ee {
            top: 3px;
            left: 84px;
            width: 25px;
            height: 30px;
        }

        #w-mcwjx6ee .text-block {
            background: ;
        }

        #w-mcwjx6ee .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-2gnqcj34 {
            top: 0px;
            left: 119.5px;
            width: 35px;
            height: 35px;
        }

        #w-2gnqcj34 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(255, 218, 0, 1);
        }

        #w-aa1tsiwx {
            top: 3px;
            left: 124px;
            width: 25px;
            height: 30px;
        }

        #w-aa1tsiwx .text-block {
            background: ;
        }

        #w-aa1tsiwx .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(0, 0, 0, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-w86uw0n2 {
            top: 0px;
            left: 161.5px;
            width: 35px;
            height: 35px;
        }

        #w-w86uw0n2 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-ekjwlyfu {
            top: 3px;
            left: 166px;
            width: 25px;
            height: 30px;
        }

        #w-ekjwlyfu .text-block {
            background: ;
        }

        #w-ekjwlyfu .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-nmxtuv3n {
            top: 1px;
            left: 203.5px;
            width: 35px;
            height: 35px;
        }

        #w-nmxtuv3n .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-2olgebdo {
            top: 4px;
            left: 208px;
            width: 25px;
            height: 30px;
        }

        #w-2olgebdo .text-block {
            background: ;
        }

        #w-2olgebdo .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-mv8qf6dk {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-mv8qf6dk .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-zr9v0xp9 {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-zr9v0xp9 .text-block {
            background: ;
        }

        #w-zr9v0xp9 .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-uhrmm64b {
            top: 138px;
            left: 20px;
            width: 282px;
            height: 67px;
        }

        #w-st6yg5n2 {
            top: 0px;
            left: 0px;
            width: 137px;
            height: 67px;
        }

        #w-st6yg5n2 .button-css {
            background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-rppcqp98 {
            top: 0px;
            left: 145px;
            width: 137px;
            height: 67px;
        }

        #w-rppcqp98 .button-css {
            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-zw00kmo6 {
            top: 259px;
            left: 19px;
            width: 322px;
            height: 255px;
            display: none;
        }

        #w-gjfdijas {
            top: 0px;
            left: 0px;
            width: 322px;
            height: 255px;
        }

        #w-gjfdijas .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-t2e3v0gp {
            top: 65.5px;
            left: 20px;
            width: 282px;
            height: 60px;
        }

        #w-t2e3v0gp .text-block {
            background: ;
        }

        #w-t2e3v0gp .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-vgxvp3vs {
            top: 209px;
            left: 20px;
            width: 282px;
            height: 24px;
        }

        #w-vgxvp3vs .text-block {
            background: ;
        }

        #w-vgxvp3vs .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Cairo-Medium.ttf', sans-serif;
            font-size: 16px;
            text-align: center;
            text-transform: normal;
        }

        #w-aor2lopc {
            top: 16px;
            left: 44px;
            width: 239px;
            height: 36px;
        }

        #w-amk74ens {
            top: 0px;
            left: 37.5px;
            width: 35px;
            height: 35px;
        }

        #w-amk74ens .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-u4crmmyv {
            top: 3px;
            left: 43px;
            width: 25px;
            height: 30px;
        }

        #w-u4crmmyv .text-block {
            background: ;
        }

        #w-u4crmmyv .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-zv812v5x {
            top: 0px;
            left: 79.5px;
            width: 35px;
            height: 35px;
        }

        #w-zv812v5x .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(255, 218, 0, 1);
        }

        #w-24osr79y {
            top: 3px;
            left: 84px;
            width: 25px;
            height: 30px;
        }

        #w-24osr79y .text-block {
            background: ;
        }

        #w-24osr79y .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(0, 0, 0, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-lv5d121p {
            top: 0px;
            left: 119.5px;
            width: 35px;
            height: 35px;
        }

        #w-lv5d121p .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-ahysi6f9 {
            top: 3px;
            left: 124px;
            width: 25px;
            height: 30px;
        }

        #w-ahysi6f9 .text-block {
            background: ;
        }

        #w-ahysi6f9 .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-pnx8ju1p {
            top: 0px;
            left: 161.5px;
            width: 35px;
            height: 35px;
        }

        #w-pnx8ju1p .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-5upskm1c {
            top: 3px;
            left: 166px;
            width: 25px;
            height: 30px;
        }

        #w-5upskm1c .text-block {
            background: ;
        }

        #w-5upskm1c .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-6qba1rou {
            top: 1px;
            left: 203.5px;
            width: 35px;
            height: 35px;
        }

        #w-6qba1rou .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-96euhoex {
            top: 4px;
            left: 208px;
            width: 25px;
            height: 30px;
        }

        #w-96euhoex .text-block {
            background: ;
        }

        #w-96euhoex .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-pcm2c8wu {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-pcm2c8wu .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-gua9f3tc {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-gua9f3tc .text-block {
            background: ;
        }

        #w-gua9f3tc .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-mto9bm9p {
            top: 138px;
            left: 20px;
            width: 282px;
            height: 67px;
        }

        #w-ob4lzqhz {
            top: 0px;
            left: 0px;
            width: 137px;
            height: 67px;
        }

        #w-ob4lzqhz .button-css {
            background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-az9xtdca {
            top: 0px;
            left: 145px;
            width: 137px;
            height: 67px;
        }

        #w-az9xtdca .button-css {
            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-u94w9lxb {
            top: 259px;
            left: 19px;
            width: 322px;
            height: 255px;
            display: none;
        }

        #w-dl3b4kwi {
            top: 0px;
            left: 0px;
            width: 322px;
            height: 255px;
        }

        #w-dl3b4kwi .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-2rvob3ak {
            top: 75.5px;
            left: 20px;
            width: 282px;
            height: 30px;
        }

        #w-2rvob3ak .text-block {
            background: ;
        }

        #w-2rvob3ak .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-u58rsck7 {
            top: 209px;
            left: 20px;
            width: 282px;
            height: 24px;
        }

        #w-u58rsck7 .text-block {
            background: ;
        }

        #w-u58rsck7 .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Cairo-Medium.ttf', sans-serif;
            font-size: 16px;
            text-align: center;
            text-transform: normal;
        }

        #w-gqq9snk8 {
            top: 16px;
            left: 44px;
            width: 239px;
            height: 36px;
        }

        #w-w0d0wwar {
            top: 0px;
            left: 37.5px;
            width: 35px;
            height: 35px;
        }

        #w-w0d0wwar .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(255, 218, 0, 1);
        }

        #w-v1x2wje9 {
            top: 3px;
            left: 43px;
            width: 25px;
            height: 30px;
        }

        #w-v1x2wje9 .text-block {
            background: ;
        }

        #w-v1x2wje9 .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(0, 0, 0, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-77c5i03j {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-90lwdlnp {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-90lwdlnp .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-qoxwo6nd {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-qoxwo6nd .text-block {
            background: ;
        }

        #w-qoxwo6nd .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-f1xa83sy {
            top: 0px;
            left: 79.5px;
            width: 35px;
            height: 35px;
        }

        #w-wjjjzv0p {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-wjjjzv0p .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-ho7rukjh {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-ho7rukjh .text-block {
            background: ;
        }

        #w-ho7rukjh .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-t154rrz1 {
            top: 0px;
            left: 119.5px;
            width: 35px;
            height: 35px;
        }

        #w-iy02eusu {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-iy02eusu .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-s3kpv6mn {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-s3kpv6mn .text-block {
            background: ;
        }

        #w-s3kpv6mn .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-q9p8o64n {
            top: 0px;
            left: 161.5px;
            width: 35px;
            height: 35px;
        }

        #w-c2gjn5xi {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-c2gjn5xi .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-qkz5e6xv {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-qkz5e6xv .text-block {
            background: ;
        }

        #w-qkz5e6xv .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-7onu17d1 {
            top: 1px;
            left: 203.5px;
            width: 35px;
            height: 35px;
        }

        #w-zgcj3wlc {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-zgcj3wlc .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-os7whhza {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-os7whhza .text-block {
            background: ;
        }

        #w-os7whhza .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-47zxnf04 {
            top: 138px;
            left: 20px;
            width: 282px;
            height: 67px;
        }

        #w-ouf91inl {
            top: 0px;
            left: 0px;
            width: 137px;
            height: 67px;
        }

        #w-ouf91inl .button-css {
            background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-qx4jv46c {
            top: 0px;
            left: 145px;
            width: 137px;
            height: 67px;
        }

        #w-qx4jv46c .button-css {
            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-k4zep1cp {
            top: 259px;
            left: 19px;
            width: 322px;
            height: 255px;
            display: none;
        }

        #w-eiwbw0q8 {
            top: 0px;
            left: 0px;
            width: 322px;
            height: 255px;
        }

        #w-eiwbw0q8 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-2fgss4ng {
            top: 75.5px;
            left: 20px;
            width: 282px;
            height: 30px;
        }

        #w-2fgss4ng .text-block {
            background: ;
        }

        #w-2fgss4ng .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-fb2lr4rm {
            top: 209px;
            left: 20px;
            width: 282px;
            height: 24px;
        }

        #w-fb2lr4rm .text-block {
            background: ;
        }

        #w-fb2lr4rm .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Cairo-Medium.ttf', sans-serif;
            font-size: 16px;
            text-align: center;
            text-transform: normal;
        }

        #w-202n16nk {
            top: 16px;
            left: 39.5px;
            width: 243px;
            height: 36px;
        }

        #w-2lcr3jso {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-2lcr3jso .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(255, 218, 0, 1);
        }

        #w-8gjo7elc {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-8gjo7elc .text-block {
            background: ;
        }

        #w-8gjo7elc .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(0, 0, 0, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-uttriw5a {
            top: 0px;
            left: 42px;
            width: 35px;
            height: 35px;
        }

        #w-1uxfgltn {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-1uxfgltn .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-o4hlwzvi {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-o4hlwzvi .text-block {
            background: ;
        }

        #w-o4hlwzvi .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-2evp3tys {
            top: 0px;
            left: 84px;
            width: 35px;
            height: 35px;
        }

        #w-etx6f6p5 {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-etx6f6p5 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-pogpapej {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-pogpapej .text-block {
            background: ;
        }

        #w-pogpapej .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-390w4cjg {
            top: 0px;
            left: 124px;
            width: 35px;
            height: 35px;
        }

        #w-u6v8rgrj {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-u6v8rgrj .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-qiss1m5u {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-qiss1m5u .text-block {
            background: ;
        }

        #w-qiss1m5u .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-m8h097fe {
            top: 0px;
            left: 166px;
            width: 35px;
            height: 35px;
        }

        #w-9dw63n08 {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-9dw63n08 .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-wk7azkxt {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-wk7azkxt .text-block {
            background: ;
        }

        #w-wk7azkxt .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-iycxkuiz {
            top: 1px;
            left: 208px;
            width: 35px;
            height: 35px;
        }

        #w-5c6u87ol {
            top: 0px;
            left: 0px;
            width: 35px;
            height: 35px;
        }

        #w-5c6u87ol .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 50px;
            border-style: solid;
            background: rgba(88, 88, 88, 1);
        }

        #w-pt468jek {
            top: 3px;
            left: 4.5px;
            width: 25px;
            height: 30px;
        }

        #w-pt468jek .text-block {
            background: ;
        }

        #w-pt468jek .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-aqds52ta {
            top: 138px;
            left: 20px;
            width: 282px;
            height: 67px;
        }

        #w-adgjbf7z {
            top: 0px;
            left: 0px;
            width: 137px;
            height: 67px;
        }

        #w-adgjbf7z .button-css {
            background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-hmetiku1 {
            top: 0px;
            left: 145px;
            width: 137px;
            height: 67px;
        }

        #w-hmetiku1 .button-css {
            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-09sv3u2i {
            top: 0px;
            left: 0px;
            width: 360px;
            height: 241px;
        }

        #w-09sv3u2i .image-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            border-width: 0;
            position: absolute;
        }

        #w-09sv3u2i .image-background {
            width: 360px;
            height: 241px;
            top: 0px;
            left: 0px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s700x550/fwebp/46/24/65/a7/1af475cfb8acbc228f59610afec028a0432e395b5aad4c2bc2306ce9.jpg");
        }

        #w-09sv3u2i .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s700x550/fpng/46/24/65/a7/1af475cfb8acbc228f59610afec028a0432e395b5aad4c2bc2306ce9.jpg");
        }

        #w-ygfux8e0 {
            top: 257px;
            left: 19px;
            width: 322px;
            height: 255px;
        }

        #w-x2p87d5c {
            top: 0px;
            left: 0px;
            width: 322px;
            height: 255px;
        }

        #w-x2p87d5c .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 15px;
            border-style: solid;
            background: rgba(0, 0, 0, 0.3);
        }

        #w-qhzw13sf {
            top: 16px;
            left: 21px;
            width: 282px;
            height: 54px;
        }

        #w-qhzw13sf .text-block {
            background: ;
        }

        #w-qhzw13sf .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            text-transform: normal;
        }

        #w-68odc4b0 {
            top: 140px;
            left: 21px;
            width: 282px;
            height: 67px;
        }

        #w-68odc4b0 .button-css {
            background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 9px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 28px;
            font-weight: bold;
        }

        #w-jn5op60q {
            top: 75.5px;
            left: 20px;
            width: 282px;
            height: 54px;
        }

        #w-jn5op60q .text-block {
            background: ;
        }

        #w-jn5op60q .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 241, 121, 1);
            font-family: 'Rokkitt', sans-serif;
            font-size: 18px;
            text-align: center;
            text-transform: normal;
        }

        #w-9gqnc5xo {
            top: 209px;
            left: 21px;
            width: 282px;
            height: 27px;
        }

        #w-9gqnc5xo .text-block {
            background: ;
        }

        #w-9gqnc5xo .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-family: 'Cairo-Medium.ttf', sans-serif;
            font-size: 18px;
            text-align: center;
            text-transform: normal;
        }

        #w-wl13ccyn {
            bottom: 90px;
            left: 51px;
            width: 258px;
            height: 24px;
        }

        #w-wl13ccyn .text-block {
            background: ;
        }

        #w-wl13ccyn .text-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            text-transform: normal;
        }

        #w-__popup_default__ {
            position: fixed;
            width: 322px;
            height: 406px;
        }

        #w-__popup_default__ .popup-background.fb {
            background: center center/ cover no-repeat content-box border-box url("https://cdn.pancake.vn/1/s650x750/4b/aa/9d/54/f8c7636cbfabdad0c517655640bb715f69eba96678ab4db322c3f5bd.jpg")
        }

        #w-__popup_default__::-webkit-scrollbar {
            display: none
        }

        #w-__popup_default__ .popup-background {
            background: center center/ cover no-repeat content-box border-box url("https://cdn.pancake.vn/1/s650x750/fwebp/4b/aa/9d/54/f8c7636cbfabdad0c517655640bb715f69eba96678ab4db322c3f5bd.jpg");
            border-color: rgba(76, 175, 80, 0.8);
            border-radius: 13px;
            border-style: solid;
            box-shadow: 4px 4px 9px 0px rgba(139, 195, 74, 0.200);
            color: rgba(69, 64, 64, 1.000);
        }

        #w-t0kh9d7s {
            top: 211.5px;
            left: 70px;
            width: 200px;
            height: 101px;
        }

        #w-t0kh9d7s .image-block-css {
            position: absolute;
        }

        #w-t0kh9d7s .image-background {
            width: 200px;
            height: 101px;
            top: 0px;
            left: 0px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/fwebp/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
        }

        #w-t0kh9d7s .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
        }

        #w-nt9f2t2n {
            top: 94px;
            left: 32px;
            width: 221px;
            height: 219px;
        }

        #w-nt9f2t2n .image-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            border-width: 0;
            opacity: 100%;
            position: absolute;
        }

        #w-nt9f2t2n .image-background {
            width: 221.21212121212122px;
            height: 219px;
            top: 0px;
            left: 0px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s550x550/fwebp/63/3c/18/c0/38c48385a2764b17710ab374a6a85678161f8a9c5d7d6edd8ddcbf12.png");
        }

        #w-nt9f2t2n .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s550x550/63/3c/18/c0/38c48385a2764b17710ab374a6a85678161f8a9c5d7d6edd8ddcbf12.png");
        }

        #w-mveeibgu {
            top: 11px;
            left: 12px;
            width: 299px;
            height: 96px;
        }

        #w-mveeibgu .rectangle-css {
            border-color: rgba(229, 231, 235, 1);
            border-radius: 25px 0px 25px 0px;
            border-style: solid;
            background: rgba(244, 67, 54, 0.62);
        }

        #w-doyx4437 {
            top: 4px;
            left: 11.5px;
            width: 299px;
            height: 102px;
        }

        #w-doyx4437 .text-block {
            background: ;
        }

        #w-doyx4437 .text-block-css {
            border-color: rgba(0, 0, 48, 1);
            border-style: solid;
            color: rgba(255, 255, 255, 1);
            font-size: 34px;
            font-weight: bold;
            text-align: center;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

        #w-c41oqr9f {
            top: 318px;
            left: 18px;
            width: 286px;
            height: 67px;
        }

        #w-c41oqr9f .button-css {
            background: rgba(255, 218, 0, 1);
            border-color: rgba(229, 231, 235, 1);
            border-radius: 43px;
            border-style: solid;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: rgba(0, 0, 0, 1);
            font-size: 26px;
            font-weight: bold;
        }

        #w-4qinbhs7 {
            top: 154px;
            left: 170px;
            width: 114px;
            height: 115px;
        }

        #w-4qinbhs7 .image-block-css {
            border-color: rgba(229, 231, 235, 1);
            border-style: solid;
            border-width: 0;
            position: absolute;
            z-index: null;
        }

        #w-4qinbhs7 .image-background {
            width: 114px;
            height: 115px;
            top: 0px;
            left: 0px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s450x450/fwebp/fa/0d/29/d9/e3fbff445bea74b0eaa13b3486de733acae5cf36b786c36d40eaa716.png");
        }

        #w-4qinbhs7 .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s450x450/fa/0d/29/d9/e3fbff445bea74b0eaa13b3486de733acae5cf36b786c36d40eaa716.png");
        }

        #w-cvljjf2j {
            top: 211.5px;
            left: 161px;
            width: 109px;
            height: 101px;
        }

        #w-cvljjf2j .image-block-css {
            position: absolute;
            z-index: null;
        }

        #w-cvljjf2j .image-background {
            width: 200px;
            height: 101px;
            top: 0px;
            left: -91px;
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/fwebp/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
        }

        #w-cvljjf2j .image-background.fb {
            background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
        }

        #w-nz4v0dhl {
            top: 121px;
            left: 20px;
            width: 101px;
            height: 66px;
        }

        #w-nz4v0dhl .text-block {
            background: ;
        }

        #w-nz4v0dhl .text-block-css {
            border-color: rgba(0, 0, 48, 1);
            border-style: solid;
            color: rgba(255, 235, 59, 1);
            font-size: 30px;
            font-weight: bold;
            line-height: 1.1;
            text-align: center;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

        #w-nz4v0dhl>div {
            transform: rotate(23deg) perspective(1000px);
        }

        #w-jn5op60q.animation .text-block-css {
            animation-name: tada;
            -webkit-animation-name: tada;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-iteration-count: 1;
            -webkit-animation-iteration-count: 1;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
        }

        #w-c41oqr9f.animation .button-css {
            animation-name: tada;
            -webkit-animation-name: tada;
            animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-iteration-count: 2;
            -webkit-animation-iteration-count: 2;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
        }

        #w-4qinbhs7.animation .image-block-css {
            animation-name: pulse;
            -webkit-animation-name: pulse;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-iteration-count: 3;
            -webkit-animation-iteration-count: 3;
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
        }
    
}

@media screen and (max-width: 767px) {
  
  .section-container {
    max-width: 360px;
}

.section-wrapper {
    margin: 0 auto;
    max-width: 360px;
}

#w-jgnit6g2 {
    top: 0px;
    left: 0px;
    position: relative;
    width: 360px;
    height: 103px;
}

#w-jgnit6g2 .section-wrapper {
    opacity: 1;
}

#w-jgnit6g2 .section-background {
    background: left top/ auto repeat content-box border-box url("https://cdn.pancake.vn/1/s750x450/fwebp/04/38/37/66/ace72fc39f0892cd40ef7bdcc7fa0d6f30ba6c79c335d59aff2bcbe9.jpg");
    filter: contrast(100%) grayscale(45%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
    -webkit-backdrop-filter: contrast(100%) grayscale(45%) hue-rotate(0deg) invert(0%) saturate(100%) sepia(0%) opacity(100%) brightness(100%) blur(0px);
}

#w-jgnit6g2 .section-background.fb {
    background: left top/ auto repeat content-box border-box url("https://cdn.pancake.vn/1/s750x450/04/38/37/66/ace72fc39f0892cd40ef7bdcc7fa0d6f30ba6c79c335d59aff2bcbe9.jpg");
}

#w-896jrnl2 {
    top: 11.5px;
    left: 19px;
    width: 322px;
    height: 80px;
}

#w-896jrnl2 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-k3mju5fy {
    top: 27.5px;
    left: 31px;
    width: 225px;
    height: 48px;
}

#w-k3mju5fy .text-block {
    background: ;
}

#w-k3mju5fy .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: end;
    text-transform: normal;
}

#w-6gloyebz {
    top: 34.5px;
    left: 264.5px;
    width: 70px;
    height: 34px;
}

#w-6gloyebz .image-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: ;
}

#w-6gloyebz .image-background {
    width: 70px;
    height: 34px;
    top: 0px;
    left: 0px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x350/fwebp/e2/0a/e1/b1/88b6b94e76ce6e7bcbaf02ee95383e3ca348e0e018feec93edd72b7b.png");
}

#w-6gloyebz .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x350/e2/0a/e1/b1/88b6b94e76ce6e7bcbaf02ee95383e3ca348e0e018feec93edd72b7b.png");
}

#w-6gloyebz>div {
    transform: rotate(179deg) perspective(1000px);
}

#w-jjsidyzq {
    top: 0px;
    left: 0px;
    position: relative;
    width: 360px;
    height: 825px;
}

#w-jjsidyzq .section-wrapper {
    opacity: 1;
}

#w-jjsidyzq .section-background {
    background: rgba(0, 0, 48, 1);
}

#w-4jlxat4v {
    top: 27px;
    left: 19px;
    width: 322px;
    height: 444px;
    display: none;
}

#w-7arn23vj {
    top: 0px;
    left: 0px;
    width: 322px;
    height: 444px;
}

#w-7arn23vj .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-p9c6r6g3 {
    top: 63.5px;
    left: 9px;
    width: 304px;
    height: 54px;
}

#w-p9c6r6g3 .text-block {
    background: ;
}

#w-p9c6r6g3 .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-k8ta6p3r {
    top: 16px;
    left: 44px;
    width: 239px;
    height: 36px;
}

#w-y6pa64r5 {
    top: 0px;
    left: 37.5px;
    width: 35px;
    height: 35px;
}

#w-y6pa64r5 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-5uv82kxq {
    top: 3px;
    left: 43px;
    width: 25px;
    height: 30px;
}

#w-5uv82kxq .text-block {
    background: ;
}

#w-5uv82kxq .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-hzbr99es {
    top: 0px;
    left: 79.5px;
    width: 35px;
    height: 35px;
}

#w-hzbr99es .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-2pwo8khy {
    top: 3px;
    left: 84px;
    width: 25px;
    height: 30px;
}

#w-2pwo8khy .text-block {
    background: ;
}

#w-2pwo8khy .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-r3ljhdf2 {
    top: 0px;
    left: 119.5px;
    width: 35px;
    height: 35px;
}

#w-r3ljhdf2 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-68rbp8vu {
    top: 3px;
    left: 124px;
    width: 25px;
    height: 30px;
}

#w-68rbp8vu .text-block {
    background: ;
}

#w-68rbp8vu .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-y21zvcb2 {
    top: 0px;
    left: 161.5px;
    width: 35px;
    height: 35px;
}

#w-y21zvcb2 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-bqxwbihe {
    top: 3px;
    left: 166px;
    width: 25px;
    height: 30px;
}

#w-bqxwbihe .text-block {
    background: ;
}

#w-bqxwbihe .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-la39mizo {
    top: 1px;
    left: 203.5px;
    width: 35px;
    height: 35px;
}

#w-la39mizo .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(255, 218, 0, 1);
}

#w-zz5qiy7u {
    top: 4px;
    left: 208px;
    width: 25px;
    height: 30px;
}

#w-zz5qiy7u .text-block {
    background: ;
}

#w-zz5qiy7u .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(0, 0, 0, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-2ieyj62c {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-2ieyj62c .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-3cya88nf {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-3cya88nf .text-block {
    background: ;
}

#w-3cya88nf .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-nadavafs {
    top: 134px;
    left: 20px;
    width: 287px;
    height: 287px;
}

#w-4uqxjah3 {
    top: 0px;
    left: 0px;
    width: 287px;
    height: 287px;
}

#w-4uqxjah3 .image-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: null;
}

#w-4uqxjah3 .image-background {
    width: 287px;
    height: 287px;
    top: 0px;
    left: 0px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s600x600/fwebp/02/10/90/0c/bf16d1103dfdc8151e27835e70a21a648eb8bfe8ae72cd4b0451f65e.png");
}

#w-4uqxjah3 .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s600x600/02/10/90/0c/bf16d1103dfdc8151e27835e70a21a648eb8bfe8ae72cd4b0451f65e.png");
}

#w-ogm5wx0c {
    top: 96px;
    left: 93.5px;
    width: 100px;
    height: 95px;
}

#w-ogm5wx0c .image-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: null;
}

#w-ogm5wx0c .image-background {
    width: 100px;
    height: 95px;
    top: 0px;
    left: 0px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x400/fwebp/9e/fd/c5/fc/eaf22fe785f6f306fc7270426ebcc56059d1cc9f42d75d0f8b31cb99.png");
}

#w-ogm5wx0c .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s400x400/9e/fd/c5/fc/eaf22fe785f6f306fc7270426ebcc56059d1cc9f42d75d0f8b31cb99.png");
}

#w-3pa638ug {
    top: 257px;
    left: 19px;
    width: 322px;
    height: 255px;
    display: none;
}

#w-ezsjkzxp {
    top: 0px;
    left: 0px;
    width: 322px;
    height: 255px;
}

#w-ezsjkzxp .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-ldiklg9u {
    top: 66.5px;
    left: 15px;
    width: 292px;
    height: 54px;
}

#w-ldiklg9u .text-block {
    background: ;
}

#w-ldiklg9u .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-os15gx9h {
    top: 16px;
    left: 44px;
    width: 239px;
    height: 36px;
}

#w-8mox7j72 {
    top: 0px;
    left: 37.5px;
    width: 35px;
    height: 35px;
}

#w-8mox7j72 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-3swoi3oj {
    top: 3px;
    left: 43px;
    width: 25px;
    height: 30px;
}

#w-3swoi3oj .text-block {
    background: ;
}

#w-3swoi3oj .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-mbfv95vd {
    top: 0px;
    left: 79.5px;
    width: 35px;
    height: 35px;
}

#w-mbfv95vd .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-822nr2jl {
    top: 3px;
    left: 84px;
    width: 25px;
    height: 30px;
}

#w-822nr2jl .text-block {
    background: ;
}

#w-822nr2jl .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-09q9r5h4 {
    top: 0px;
    left: 119.5px;
    width: 35px;
    height: 35px;
}

#w-09q9r5h4 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-9fu62yvr {
    top: 3px;
    left: 124px;
    width: 25px;
    height: 30px;
}

#w-9fu62yvr .text-block {
    background: ;
}

#w-9fu62yvr .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-xw86cq49 {
    top: 0px;
    left: 161.5px;
    width: 35px;
    height: 35px;
}

#w-xw86cq49 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(255, 218, 0, 1);
}

#w-kpkim9vz {
    top: 3px;
    left: 166px;
    width: 25px;
    height: 30px;
}

#w-kpkim9vz .text-block {
    background: ;
}

#w-kpkim9vz .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(0, 0, 0, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-tdkbww89 {
    top: 1px;
    left: 203.5px;
    width: 35px;
    height: 35px;
}

#w-tdkbww89 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-wqx2gxis {
    top: 4px;
    left: 208px;
    width: 25px;
    height: 30px;
}

#w-wqx2gxis .text-block {
    background: ;
}

#w-wqx2gxis .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-jamvplx9 {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-jamvplx9 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-7v5vosxc {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-7v5vosxc .text-block {
    background: ;
}

#w-7v5vosxc .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-xkj03m4c {
    top: 134px;
    left: 20px;
    width: 282px;
    height: 67px;
}

#w-xkj03m4c .button-css {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-or1cra2u {
    top: 204px;
    left: 15px;
    width: 292px;
    height: 45px;
}

#w-or1cra2u .text-block {
    background: ;
}

#w-or1cra2u .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 218, 0, 1);
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-11h48wpo {
    top: 259px;
    left: 19px;
    width: 322px;
    height: 255px;
    display: none;
}

#w-cqhqh784 {
    top: 0px;
    left: 0px;
    width: 322px;
    height: 255px;
}

#w-cqhqh784 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-kx14c0sx {
    top: 66.5px;
    left: 15px;
    width: 292px;
    height: 54px;
}

#w-kx14c0sx .text-block {
    background: ;
}

#w-kx14c0sx .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-2zbep8l0 {
    top: 209px;
    left: 20px;
    width: 282px;
    height: 24px;
}

#w-2zbep8l0 .text-block {
    background: ;
}

#w-2zbep8l0 .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Cairo-Medium.ttf', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: normal;
}

#w-lccme5bf {
    top: 16px;
    left: 44px;
    width: 239px;
    height: 36px;
}

#w-pf3lec2y {
    top: 0px;
    left: 37.5px;
    width: 35px;
    height: 35px;
}

#w-pf3lec2y .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-hhxnz8x7 {
    top: 3px;
    left: 43px;
    width: 25px;
    height: 30px;
}

#w-hhxnz8x7 .text-block {
    background: ;
}

#w-hhxnz8x7 .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-557d2208 {
    top: 0px;
    left: 79.5px;
    width: 35px;
    height: 35px;
}

#w-557d2208 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-mcwjx6ee {
    top: 3px;
    left: 84px;
    width: 25px;
    height: 30px;
}

#w-mcwjx6ee .text-block {
    background: ;
}

#w-mcwjx6ee .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-2gnqcj34 {
    top: 0px;
    left: 119.5px;
    width: 35px;
    height: 35px;
}

#w-2gnqcj34 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(255, 218, 0, 1);
}

#w-aa1tsiwx {
    top: 3px;
    left: 124px;
    width: 25px;
    height: 30px;
}

#w-aa1tsiwx .text-block {
    background: ;
}

#w-aa1tsiwx .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(0, 0, 0, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-w86uw0n2 {
    top: 0px;
    left: 161.5px;
    width: 35px;
    height: 35px;
}

#w-w86uw0n2 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-ekjwlyfu {
    top: 3px;
    left: 166px;
    width: 25px;
    height: 30px;
}

#w-ekjwlyfu .text-block {
    background: ;
}

#w-ekjwlyfu .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-nmxtuv3n {
    top: 1px;
    left: 203.5px;
    width: 35px;
    height: 35px;
}

#w-nmxtuv3n .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-2olgebdo {
    top: 4px;
    left: 208px;
    width: 25px;
    height: 30px;
}

#w-2olgebdo .text-block {
    background: ;
}

#w-2olgebdo .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-mv8qf6dk {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-mv8qf6dk .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-zr9v0xp9 {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-zr9v0xp9 .text-block {
    background: ;
}

#w-zr9v0xp9 .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-uhrmm64b {
    top: 138px;
    left: 20px;
    width: 282px;
    height: 67px;
}

#w-st6yg5n2 {
    top: 0px;
    left: 0px;
    width: 137px;
    height: 67px;
}

#w-st6yg5n2 .button-css {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-rppcqp98 {
    top: 0px;
    left: 145px;
    width: 137px;
    height: 67px;
}

#w-rppcqp98 .button-css {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-zw00kmo6 {
    top: 259px;
    left: 19px;
    width: 322px;
    height: 255px;
    display: none;
}

#w-gjfdijas {
    top: 0px;
    left: 0px;
    width: 322px;
    height: 255px;
}

#w-gjfdijas .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-t2e3v0gp {
    top: 65.5px;
    left: 20px;
    width: 282px;
    height: 60px;
}

#w-t2e3v0gp .text-block {
    background: ;
}

#w-t2e3v0gp .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-vgxvp3vs {
    top: 209px;
    left: 20px;
    width: 282px;
    height: 24px;
}

#w-vgxvp3vs .text-block {
    background: ;
}

#w-vgxvp3vs .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Cairo-Medium.ttf', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: normal;
}

#w-aor2lopc {
    top: 16px;
    left: 44px;
    width: 239px;
    height: 36px;
}

#w-amk74ens {
    top: 0px;
    left: 37.5px;
    width: 35px;
    height: 35px;
}

#w-amk74ens .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-u4crmmyv {
    top: 3px;
    left: 43px;
    width: 25px;
    height: 30px;
}

#w-u4crmmyv .text-block {
    background: ;
}

#w-u4crmmyv .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-zv812v5x {
    top: 0px;
    left: 79.5px;
    width: 35px;
    height: 35px;
}

#w-zv812v5x .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(255, 218, 0, 1);
}

#w-24osr79y {
    top: 3px;
    left: 84px;
    width: 25px;
    height: 30px;
}

#w-24osr79y .text-block {
    background: ;
}

#w-24osr79y .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(0, 0, 0, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-lv5d121p {
    top: 0px;
    left: 119.5px;
    width: 35px;
    height: 35px;
}

#w-lv5d121p .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-ahysi6f9 {
    top: 3px;
    left: 124px;
    width: 25px;
    height: 30px;
}

#w-ahysi6f9 .text-block {
    background: ;
}

#w-ahysi6f9 .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-pnx8ju1p {
    top: 0px;
    left: 161.5px;
    width: 35px;
    height: 35px;
}

#w-pnx8ju1p .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-5upskm1c {
    top: 3px;
    left: 166px;
    width: 25px;
    height: 30px;
}

#w-5upskm1c .text-block {
    background: ;
}

#w-5upskm1c .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-6qba1rou {
    top: 1px;
    left: 203.5px;
    width: 35px;
    height: 35px;
}

#w-6qba1rou .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-96euhoex {
    top: 4px;
    left: 208px;
    width: 25px;
    height: 30px;
}

#w-96euhoex .text-block {
    background: ;
}

#w-96euhoex .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-pcm2c8wu {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-pcm2c8wu .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-gua9f3tc {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-gua9f3tc .text-block {
    background: ;
}

#w-gua9f3tc .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-mto9bm9p {
    top: 138px;
    left: 20px;
    width: 282px;
    height: 67px;
}

#w-ob4lzqhz {
    top: 0px;
    left: 0px;
    width: 137px;
    height: 67px;
}

#w-ob4lzqhz .button-css {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-az9xtdca {
    top: 0px;
    left: 145px;
    width: 137px;
    height: 67px;
}

#w-az9xtdca .button-css {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-u94w9lxb {
    top: 259px;
    left: 19px;
    width: 322px;
    height: 255px;
    display: none;
}

#w-dl3b4kwi {
    top: 0px;
    left: 0px;
    width: 322px;
    height: 255px;
}

#w-dl3b4kwi .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-2rvob3ak {
    top: 75.5px;
    left: 20px;
    width: 282px;
    height: 30px;
}

#w-2rvob3ak .text-block {
    background: ;
}

#w-2rvob3ak .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-u58rsck7 {
    top: 209px;
    left: 20px;
    width: 282px;
    height: 24px;
}

#w-u58rsck7 .text-block {
    background: ;
}

#w-u58rsck7 .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Cairo-Medium.ttf', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: normal;
}

#w-gqq9snk8 {
    top: 16px;
    left: 44px;
    width: 239px;
    height: 36px;
}

#w-w0d0wwar {
    top: 0px;
    left: 37.5px;
    width: 35px;
    height: 35px;
}

#w-w0d0wwar .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(255, 218, 0, 1);
}

#w-v1x2wje9 {
    top: 3px;
    left: 43px;
    width: 25px;
    height: 30px;
}

#w-v1x2wje9 .text-block {
    background: ;
}

#w-v1x2wje9 .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(0, 0, 0, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-77c5i03j {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-90lwdlnp {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-90lwdlnp .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-qoxwo6nd {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-qoxwo6nd .text-block {
    background: ;
}

#w-qoxwo6nd .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-f1xa83sy {
    top: 0px;
    left: 79.5px;
    width: 35px;
    height: 35px;
}

#w-wjjjzv0p {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-wjjjzv0p .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-ho7rukjh {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-ho7rukjh .text-block {
    background: ;
}

#w-ho7rukjh .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-t154rrz1 {
    top: 0px;
    left: 119.5px;
    width: 35px;
    height: 35px;
}

#w-iy02eusu {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-iy02eusu .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-s3kpv6mn {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-s3kpv6mn .text-block {
    background: ;
}

#w-s3kpv6mn .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-q9p8o64n {
    top: 0px;
    left: 161.5px;
    width: 35px;
    height: 35px;
}

#w-c2gjn5xi {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-c2gjn5xi .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-qkz5e6xv {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-qkz5e6xv .text-block {
    background: ;
}

#w-qkz5e6xv .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-7onu17d1 {
    top: 1px;
    left: 203.5px;
    width: 35px;
    height: 35px;
}

#w-zgcj3wlc {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-zgcj3wlc .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-os7whhza {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-os7whhza .text-block {
    background: ;
}

#w-os7whhza .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-47zxnf04 {
    top: 138px;
    left: 20px;
    width: 282px;
    height: 67px;
}

#w-ouf91inl {
    top: 0px;
    left: 0px;
    width: 137px;
    height: 67px;
}

#w-ouf91inl .button-css {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-qx4jv46c {
    top: 0px;
    left: 145px;
    width: 137px;
    height: 67px;
}

#w-qx4jv46c .button-css {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-k4zep1cp {
    top: 259px;
    left: 19px;
    width: 322px;
    height: 255px;
    display: none;
}

#w-eiwbw0q8 {
    top: 0px;
    left: 0px;
    width: 322px;
    height: 255px;
}

#w-eiwbw0q8 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-2fgss4ng {
    top: 75.5px;
    left: 20px;
    width: 282px;
    height: 30px;
}

#w-2fgss4ng .text-block {
    background: ;
}

#w-2fgss4ng .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-fb2lr4rm {
    top: 209px;
    left: 20px;
    width: 282px;
    height: 24px;
}

#w-fb2lr4rm .text-block {
    background: ;
}

#w-fb2lr4rm .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Cairo-Medium.ttf', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: normal;
}

#w-202n16nk {
    top: 16px;
    left: 39.5px;
    width: 243px;
    height: 36px;
}

#w-2lcr3jso {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-2lcr3jso .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(255, 218, 0, 1);
}

#w-8gjo7elc {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-8gjo7elc .text-block {
    background: ;
}

#w-8gjo7elc .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(0, 0, 0, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-uttriw5a {
    top: 0px;
    left: 42px;
    width: 35px;
    height: 35px;
}

#w-1uxfgltn {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-1uxfgltn .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-o4hlwzvi {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-o4hlwzvi .text-block {
    background: ;
}

#w-o4hlwzvi .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-2evp3tys {
    top: 0px;
    left: 84px;
    width: 35px;
    height: 35px;
}

#w-etx6f6p5 {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-etx6f6p5 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-pogpapej {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-pogpapej .text-block {
    background: ;
}

#w-pogpapej .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-390w4cjg {
    top: 0px;
    left: 124px;
    width: 35px;
    height: 35px;
}

#w-u6v8rgrj {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-u6v8rgrj .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-qiss1m5u {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-qiss1m5u .text-block {
    background: ;
}

#w-qiss1m5u .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-m8h097fe {
    top: 0px;
    left: 166px;
    width: 35px;
    height: 35px;
}

#w-9dw63n08 {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-9dw63n08 .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-wk7azkxt {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-wk7azkxt .text-block {
    background: ;
}

#w-wk7azkxt .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-iycxkuiz {
    top: 1px;
    left: 208px;
    width: 35px;
    height: 35px;
}

#w-5c6u87ol {
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
}

#w-5c6u87ol .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 50px;
    border-style: solid;
    background: rgba(88, 88, 88, 1);
}

#w-pt468jek {
    top: 3px;
    left: 4.5px;
    width: 25px;
    height: 30px;
}

#w-pt468jek .text-block {
    background: ;
}

#w-pt468jek .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-aqds52ta {
    top: 138px;
    left: 20px;
    width: 282px;
    height: 67px;
}

#w-adgjbf7z {
    top: 0px;
    left: 0px;
    width: 137px;
    height: 67px;
}

#w-adgjbf7z .button-css {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-hmetiku1 {
    top: 0px;
    left: 145px;
    width: 137px;
    height: 67px;
}

#w-hmetiku1 .button-css {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(139, 139, 139, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-09sv3u2i {
    top: 0px;
    left: 0px;
    width: 360px;
    height: 241px;
}

#w-09sv3u2i .image-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    border-width: 0;
    position: absolute;
}

#w-09sv3u2i .image-background {
    width: 360px;
    height: 241px;
    top: 0px;
    left: 0px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s700x550/fwebp/46/24/65/a7/1af475cfb8acbc228f59610afec028a0432e395b5aad4c2bc2306ce9.jpg");
}

#w-09sv3u2i .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s700x550/fpng/46/24/65/a7/1af475cfb8acbc228f59610afec028a0432e395b5aad4c2bc2306ce9.jpg");
}

#w-ygfux8e0 {
    top: 257px;
    left: 19px;
    width: 322px;
    height: 255px;
}

#w-x2p87d5c {
    top: 0px;
    left: 0px;
    width: 322px;
    height: 255px;
}

#w-x2p87d5c .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 15px;
    border-style: solid;
    background: rgba(0, 0, 0, 0.3);
}

#w-qhzw13sf {
    top: 16px;
    left: 21px;
    width: 282px;
    height: 54px;
}

#w-qhzw13sf .text-block {
    background: ;
}

#w-qhzw13sf .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: normal;
}

#w-68odc4b0 {
    top: 140px;
    left: 21px;
    width: 282px;
    height: 67px;
}

#w-68odc4b0 .button-css {
    background: linear-gradient(180deg, rgba(255, 218, 0, 1) 0%, rgba(255, 255, 156, 1) 100%);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 9px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: bold;
}

#w-jn5op60q {
    top: 75.5px;
    left: 20px;
    width: 282px;
    height: 54px;
}

#w-jn5op60q .text-block {
    background: ;
}

#w-jn5op60q .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 241, 121, 1);
    font-family: 'Rokkitt', sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: normal;
}

#w-9gqnc5xo {
    top: 209px;
    left: 21px;
    width: 282px;
    height: 27px;
}

#w-9gqnc5xo .text-block {
    background: ;
}

#w-9gqnc5xo .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-family: 'Cairo-Medium.ttf', sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: normal;
}

#w-wl13ccyn {
    top: 686px;
    left: 51px;
    width: 258px;
    height: 24px;
}

#w-wl13ccyn .text-block {
    background: ;
}

#w-wl13ccyn .text-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: normal;
}

#w-__popup_default__ {
    position: fixed;
    width: 322px;
    height: 406px;
}

#w-__popup_default__ .popup-background.fb {
    background: center center/ cover no-repeat content-box border-box url("https://cdn.pancake.vn/1/s650x750/4b/aa/9d/54/f8c7636cbfabdad0c517655640bb715f69eba96678ab4db322c3f5bd.jpg")
}

#w-__popup_default__::-webkit-scrollbar {
    display: none
}

#w-__popup_default__ .popup-background {
    background: center center/ cover no-repeat content-box border-box url("https://cdn.pancake.vn/1/s650x750/fwebp/4b/aa/9d/54/f8c7636cbfabdad0c517655640bb715f69eba96678ab4db322c3f5bd.jpg");
    border-color: rgba(76, 175, 80, 0.8);
    border-radius: 13px;
    border-style: solid;
    box-shadow: 4px 4px 9px 0px rgba(139, 195, 74, 0.200);
    color: rgba(69, 64, 64, 1.000);
}

#w-t0kh9d7s {
    top: 211.5px;
    left: 70px;
    width: 200px;
    height: 101px;
}

#w-t0kh9d7s .image-block-css {
    position: absolute;
}

#w-t0kh9d7s .image-background {
    width: 200px;
    height: 101px;
    top: 0px;
    left: 0px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/fwebp/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
}

#w-t0kh9d7s .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
}

#w-nt9f2t2n {
    top: 94px;
    left: 32px;
    width: 221px;
    height: 219px;
}

#w-nt9f2t2n .image-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    border-width: 0;
    opacity: 100%;
    position: absolute;
}

#w-nt9f2t2n .image-background {
    width: 221.21212121212122px;
    height: 219px;
    top: 0px;
    left: 0px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s550x550/fwebp/63/3c/18/c0/38c48385a2764b17710ab374a6a85678161f8a9c5d7d6edd8ddcbf12.png");
}

#w-nt9f2t2n .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s550x550/63/3c/18/c0/38c48385a2764b17710ab374a6a85678161f8a9c5d7d6edd8ddcbf12.png");
}

#w-mveeibgu {
    top: 11px;
    left: 12px;
    width: 299px;
    height: 96px;
}

#w-mveeibgu .rectangle-css {
    border-color: rgba(229, 231, 235, 1);
    border-radius: 25px 0px 25px 0px;
    border-style: solid;
    background: rgba(244, 67, 54, 0.62);
}

#w-doyx4437 {
    top: 4px;
    left: 11.5px;
    width: 299px;
    height: 102px;
}

#w-doyx4437 .text-block {
    background: ;
}

#w-doyx4437 .text-block-css {
    border-color: rgba(0, 0, 48, 1);
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#w-c41oqr9f {
    top: 318px;
    left: 18px;
    width: 286px;
    height: 67px;
}

#w-c41oqr9f .button-css {
    background: rgba(255, 218, 0, 1);
    border-color: rgba(229, 231, 235, 1);
    border-radius: 43px;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(0, 0, 0, 1);
    font-size: 26px;
    font-weight: bold;
}

#w-4qinbhs7 {
    top: 154px;
    left: 170px;
    width: 114px;
    height: 115px;
}

#w-4qinbhs7 .image-block-css {
    border-color: rgba(229, 231, 235, 1);
    border-style: solid;
    border-width: 0;
    position: absolute;
    z-index: null;
}

#w-4qinbhs7 .image-background {
    width: 114px;
    height: 115px;
    top: 0px;
    left: 0px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s450x450/fwebp/fa/0d/29/d9/e3fbff445bea74b0eaa13b3486de733acae5cf36b786c36d40eaa716.png");
}

#w-4qinbhs7 .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s450x450/fa/0d/29/d9/e3fbff445bea74b0eaa13b3486de733acae5cf36b786c36d40eaa716.png");
}

#w-cvljjf2j {
    top: 211.5px;
    left: 161px;
    width: 109px;
    height: 101px;
}

#w-cvljjf2j .image-block-css {
    position: absolute;
    z-index: null;
}

#w-cvljjf2j .image-background {
    width: 200px;
    height: 101px;
    top: 0px;
    left: -91px;
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/fwebp/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
}

#w-cvljjf2j .image-background.fb {
    background: center center/ cover no-repeat scroll content-box border-box url("https://cdn.pancake.vn/1/s500x450/ce/39/24/e0/22823ac9c5b975a7f569f5843f0f59bb1515e4d81372524519425edd.png");
}

#w-nz4v0dhl {
    top: 121px;
    left: 20px;
    width: 101px;
    height: 66px;
}

#w-nz4v0dhl .text-block {
    background: ;
}

#w-nz4v0dhl .text-block-css {
    border-color: rgba(0, 0, 48, 1);
    border-style: solid;
    color: rgba(255, 235, 59, 1);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#w-nz4v0dhl>div {
    transform: rotate(23deg) perspective(1000px);
}

#w-jn5op60q.animation .text-block-css {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

#w-c41oqr9f.animation .button-css {
    animation-name: tada;
    -webkit-animation-name: tada;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

#w-4qinbhs7.animation .image-block-css {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

}