html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 100%;
  color: #000000;
  background-color: #ffffff;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-small {
  width: 100%;
  max-width: 1510px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
@media (min-width: 3840px) {
  .content-wrapper-small {
    max-width: none;
  }
}
@media (min-width: 1920px) and (max-width: 3839px) {
  .content-wrapper-small {
    max-width: none;
  }
}
.mo-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 8px 32px;
  background-color: #184C9D;
  border: 1px solid #184C9D;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.mo-btn-text {
  font-size: 14px;
  font-weight: 600;
  color: #F7C940;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.mo-btn-logo {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mo-btn-logo svg,
.mo-btn-logo img {
  width: 100%;
}
.mo-btn:hover {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mo-btn:hover .mo-btn-text {
  color: #184C9D;
  transition: all 0.3s ease-in-out;
}
.mo-btn:hover .mo-btn-logo {
  transform: translateX(8px);
  transition: all 0.2s ease-in-out;
}
.mo-btn:hover .mo-btn-logo path {
  fill: #184C9D;
}
.mo-btn--back, .mo-btn--share {
  flex-direction: row-reverse;
  background-color: #ffffff;
  padding: 8px 16px;
}
.mo-btn--back .mo-btn-text, .mo-btn--share .mo-btn-text {
  color: #184C9D;
}
.mo-btn--back .mo-btn-logo, .mo-btn--share .mo-btn-logo {
  margin-left: 0;
  margin-right: 6px;
}
.mo-btn--back:hover, .mo-btn--share:hover {
  background-color: #184C9D;
}
.mo-btn--back:hover .mo-btn-text, .mo-btn--share:hover .mo-btn-text {
  color: #F7C940;
}
.mo-btn--back:hover .mo-btn-logo, .mo-btn--share:hover .mo-btn-logo {
  transform: translateX(-4px);
}
.mo-btn--back:hover .mo-btn-logo path, .mo-btn--share:hover .mo-btn-logo path {
  fill: #F7C940;
}
.mo-btn--share {
  border-radius: 30px;
  border-color: #F7C940;
}
.mo-btn--share:hover {
  border-color: #184C9D;
}
.mo-btn--share:hover .mo-btn-logo {
  transform: translateX(0);
}
.mo-btn--arrow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  justify-content: space-between;
  padding: 8px 16px;
  border-radius: 30px;
}
.mo-btn--arrow .mo-btn-text {
  width: 90%;
  font-size: 13px;
  color: #ffffff;
}
.mo-btn--arrow .mo-btn-logo {
  width: 25px;
  height: 25px;
  background-color: #F7C940;
  border-radius: 50%;
}
.mo-btn--arrow .mo-btn-logo svg {
  transform: translateX(1px);
}
.mo-btn--yellow .mo-btn-text {
  color: #F7C940;
}

@media (max-width: 767px) {
  .mo-btn {
    padding: 8px 16px;
  }
}
.mo-link {
  font-size: 16px;
  font-weight: 400;
  color: #184C9D;
  text-decoration: underline;
}
.mo-link:hover {
  color: #184C9D;
  text-decoration: underline;
}

input[type=radio],
.wu-radio {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #000000;
}
input[type=radio]::after,
.wu-radio::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  background-color: #184C9D;
  transition: all 0.3s ease;
}
input[type=radio]:checked::after,
.wu-radio:checked::after {
  opacity: 1;
}

.mo-inpwrap {
  position: relative;
  margin: 16px 0;
}
.mo-inpwrap input[type=input],
.mo-inpwrap .mo-inp {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #184C9D;
  padding: 8px 24px;
  height: 44px;
}
.mo-inpwrap input[type=input]::placeholder,
.mo-inpwrap .mo-inp::placeholder {
  color: #808080;
}
.mo-inpwrap input[type=input]:valid + .mo-label, .mo-inpwrap input[type=input]:focus + .mo-label,
.mo-inpwrap .mo-inp:valid + .mo-label,
.mo-inpwrap .mo-inp:focus + .mo-label {
  top: -7px;
  font-size: 12px;
  background-color: #ffffff;
}
.mo-inpwrap label,
.mo-inpwrap .mo-label {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: #000;
  cursor: pointer;
  margin-bottom: 8px;
}
.mo-inpwrap-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mo-inpwrap-checkbox label,
.mo-inpwrap-checkbox .mo-label {
  margin-bottom: 0;
  margin-left: 8px;
}

input[type=checkbox],
.wu-checkbox {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
  user-select: none;
}
input[type=checkbox]::after,
.wu-checkbox::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  background-color: #184C9D;
  transition: all 0.3s ease;
}
input[type=checkbox]:checked::after,
.wu-checkbox:checked::after {
  opacity: 1;
}

.mo-title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  text-align: center;
  margin-bottom: 4px;
}
.mo-title--blue {
  color: #184C9D;
  font-weight: 500;
}
.mo-title--cntr {
  transform: translateX(-25px);
}

.mo-sub-title {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  text-align: center;
  margin-bottom: 4px;
}

.mo-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.mo-head__outer {
  display: block;
  width: 50%;
}
.mo-head .mo-sub-title {
  position: relative;
}
.mo-head .mo-sub-title::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: "";
  width: 60%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #F7C940;
}

.mo-para {
  font-size: 18px;
}
.mo-para span {
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mo-title {
    font-size: 30px;
  }
  .mo-sub-title {
    font-size: 20px;
  }
  .mo-para {
    font-size: 14px;
  }
  .mo-head__outer {
    width: 60%;
  }
  .mo-head .mo-sub-title::after {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .mo-title {
    font-size: 26px;
  }
  .mo-sub-title {
    font-size: 16px;
  }
  .mo-para {
    font-size: 14px;
  }
  .mo-head__outer {
    width: 100%;
  }
  .mo-head .mo-sub-title::after {
    width: 70%;
  }
}
.mo-ccode-select {
  display: inline-block;
  width: 100%;
  border: 1px solid #184C9D;
  border-radius: 3px;
  height: 44px;
  padding: 8px 24px;
  display: flex;
  background-color: #ffffff;
}
.mo-ccode-select__text {
  color: #808080;
  font-weight: 600;
  border-right: 1px solid #808080;
  padding-right: 10px;
  line-height: 1.8;
}
.mo-ccode-select__select {
  position: relative;
  appearance: none;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #808080;
  font-weight: 600;
  border-right: 1px solid #808080;
  padding-right: 24px;
  background-image: linear-gradient(45deg, transparent 50%, #184C9D 50%), linear-gradient(135deg, #184C9D 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(1em - 4px), calc(100% - 7px) calc(1em - 4px), 100% 0;
  background-size: 4px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.mo-ccode-select__input {
  appearance: none;
  padding-left: 8px;
  border: none;
  width: 100%;
}
.mo-ccode-select__input::-webkit-outer-spin-button, .mo-ccode-select__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.mo-ccode-select__input--textarea {
  height: 100%;
  text-align: left;
  resize: none;
}
.mo-ccode-select--textarea {
  height: 100px;
}

.mo-coupon {
  width: 100%;
  min-height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 16px;
}
.mo-coupon__img, .mo-coupon__redeemed-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.mo-coupon__redeemed-img {
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: text;
  opacity: 0;
  z-index: 3;
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.mo-coupon-redeemed .mo-coupon__redeemed-img {
  display: flex;
  opacity: 1;
}
.mo-coupon-redeemed .mo-btn,
.mo-coupon-redeemed .mo-btn--share {
  pointer-events: none;
}
.mo-coupon__cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.mo-coupon__cnt-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  background-color: #f2f2f2;
  padding: 32px;
}
.mo-coupon__cnt-top img {
  width: 100%;
  max-width: 305px;
  max-height: 381px;
}
.mo-coupon__cnt-bottom {
  width: 100%;
  background-color: #ffffff;
  padding: 32px 16px;
}
.mo-coupon__cnt-bottom ul {
  list-style: disc;
  padding: 0;
  margin-bottom: 24px;
}
.mo-coupon__cnt-bottom ul li {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  list-style: disc;
  margin-bottom: 4px;
}
.mo-coupon__cnt-bottom .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mo-coupon__cnt-bottom .btn-wrapper .mo-btn {
  flex: 1;
  min-height: 43px;
}
.mo-coupon__cnt-bottom .btn-wrapper .mo-btn.mo-btn--share {
  margin-left: 8px;
  flex: 0 0 100px;
  margin-right: 0;
}

@media (max-width: 1023px) {
  .mo-coupon {
    min-height: 560px;
  }
  .mo-coupon__cnt-bottom {
    padding: 32px 16px 12px 16px;
  }
}
.wu-lucky__card {
  width: 100%;
  padding: 16px 8px;
  text-decoration: none;
}
.wu-lucky__card_img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.wu-lucky__card_img img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
.wu-lucky__card_text {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  min-height: 42px;
}

@media (max-width: 767px) {
  .wu-lucky__card_text {
    font-size: 12px;
  }
}
.wu-lucky-tile {
  width: 100%;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  margin: 16px 0;
}
.wu-lucky-tile__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.wu-lucky-tile__header-item {
  width: 50%;
}
.wu-lucky-tile__header-item:last-child .wu-lucky-tile__text {
  text-align: end;
}
.wu-lucky-tile__text {
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
}
.wu-lucky-tile__text--large {
  font-size: 20px;
  font-weight: 500;
  font-family: "PP Right Grotesk Wide";
}
.wu-lucky-tile__card-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wu-lucky-tile__card-wrap .wu-lucky__card {
  width: calc(50% - 16px);
}

@media (max-width: 1023px) {
  .wu-lucky-tile {
    padding: 16px;
    border-radius: 14px;
  }
  .wu-lucky-tile__text {
    font-size: 16px;
  }
  .wu-lucky-tile__text--large {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wu-lucky-tile {
    margin: 8px 0;
  }
  .wu-lucky-tile .wu-lucky__card {
    padding: 8px;
  }
  .wu-lucky-tile__text {
    font-size: 12px;
  }
  .wu-lucky-tile__text--large {
    font-size: 14px;
  }
}
.mo-gift {
  width: 100%;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.mo-gift:hover .mo-gift__img {
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mo-gift__img {
  transition: 0.3s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mo-gift__img img {
  width: 100%;
}

.mo-searchbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #184C9D;
  border-radius: 5px;
  padding: 8px 16px;
  margin-top: 16px;
}
.mo-searchbox__input {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #808080;
  flex: 1;
  width: 100%;
}
.mo-searchbox__input-logo {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.mo-searchbox__input-logo svg,
.mo-searchbox__input-logo img {
  width: 100%;
}
.mo-searchbox__input-input,
.mo-searchbox__input input {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  flex: 1;
  width: 100%;
}
.mo-searchbox__input-input::placeholder,
.mo-searchbox__input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}
.mo-searchbox__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  padding-left: 4px;
  margin-left: 8px;
  border-radius: 5px;
  flex: 0 0 50%;
  cursor: pointer;
  transition: 0.3s;
}
.mo-searchbox__btn-logo {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.mo-searchbox__btn-logo svg,
.mo-searchbox__btn-logo img {
  width: 100%;
}
.mo-searchbox__btn-text {
  font-size: 16px;
  font-weight: 500;
  color: #184C9D;
  text-decoration: none;
  text-align: center;
}
.mo-searchbox__btn:hover {
  transition: 0.3s;
  background-color: #184C9D;
}
.mo-searchbox__btn:hover .mo-searchbox__btn-text {
  color: #F7C940;
}
.mo-searchbox__rslt {
  margin-top: 24px;
  background-color: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 24px 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.mo-searchbox__rslt .mo-address__title {
  margin: 0 0 16px;
  text-align: left;
}
.mo-searchbox__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.mo-searchbox__item {
  margin: 8px;
  border: 1px solid #184C9D;
  padding: 8px 16px;
  color: #184C9D;
  transition: 0.3s;
  border-radius: 5px;
  font-weight: 500;
}
.mo-searchbox__item:hover {
  background-color: #184C9D;
  color: #F7C940;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mo-searchbox__btn {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .mo-searchbox {
    padding: 4px;
  }
  .mo-searchbox__input-input,
  .mo-searchbox__input input {
    font-size: 14px;
  }
  .mo-searchbox__input-input::placeholder,
  .mo-searchbox__input input::placeholder {
    font-size: 14px;
  }
  .mo-searchbox__btn {
    flex: 0 0 50%;
    padding: 4px;
  }
  .mo-searchbox__btn-logo {
    width: 28px;
    height: 28px;
  }
  .mo-searchbox__btn-text {
    font-size: 12px;
  }
  .mo-searchbox__item {
    font-size: 14px;
    margin: 4px;
  }
}
.mo-offers__tile {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.mo-offers__tile-img {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mo-offers__tile-img img {
  width: 100%;
  transition: all 0.5s;
  border-radius: 15px;
  border: 1px solid transparent;
}
.mo-offers__tile-img:hover img {
  border: 1PX solid #F7C940;
}
.mo-offers__tile-img:hover .mo-offers__tile-arrow img {
  border: none;
}
.mo-offers__tile--redeem {
  pointer-events: none;
}
.mo-offers__tile-redeem {
  position: relative;
  display: flex;
}
.mo-offers__tile-redeem-badge {
  position: absolute;
  z-index: 10;
  width: 50%;
  right: -15%;
  top: -12%;
}
.mo-offers__tile-redeem-txt {
  position: absolute;
  bottom: -25px;
  font-size: 14px;
  color: rgb(0, 0, 0);
  margin-top: auto;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mo-offers__tile-redeem::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 15px;
  z-index: 5;
}
.mo-offers__tile-expired::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 15px;
  z-index: 5;
}
.mo-offers__tile-upcoming {
  padding-bottom: 0;
}
.mo-offers__tile-upcoming-badge {
  position: absolute;
  z-index: 10;
  width: 80%;
  left: 0%;
  top: 0;
  transform: translate(0, 0);
}
.mo-offers__tile-upcoming::after {
  background-color: rgba(138, 138, 138, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  border-radius: 15px;
  z-index: 5;
}
.mo-offers__tile-redeemtxt {
  font-size: 17px;
  color: #000000;
  margin-top: auto;
  padding-top: 22px;
}
.mo-offers__tile--nobs {
  box-shadow: none;
}
.mo-offers__tile-qr {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.mo-offers__tile-qr img {
  width: 90%;
}
.mo-offers__tile-btm {
  position: absolute;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
}
.mo-offers__tile-count {
  font-size: 20px;
  color: #184C9D;
  padding-left: 10px;
  font-weight: 600;
}
.mo-offers__tile-arrow {
  width: 45px;
  padding-right: 10px;
}
.mo-offers__tile-arrow img {
  width: 100%;
  border: none;
}
.mo-offers__tile-arrow img:hover {
  border: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mo-offers__tile-redeemtxt {
    font-size: 15px;
  }
  .mo-offers__tile-redeem-txt {
    bottom: 0px;
    font-size: 15px;
    text-align: center;
  }
  .mo-offers__tile-btm {
    position: absolute;
    bottom: 10px;
  }
  .mo-offers__tile-count {
    font-size: 16px;
    padding-left: 15px;
    font-weight: 600;
  }
  .mo-offers__tile-arrow {
    width: 45px;
    padding-right: 15px;
  }
  .mo-offers__tile-upcoming {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mo-offers__tile {
    margin-bottom: 40px;
  }
  .mo-offers__tile-btm {
    bottom: 8px;
  }
  .mo-offers__tile-count {
    font-size: 14px;
    padding-left: 10px;
  }
  .mo-offers__tile-arrow {
    padding-right: 10px;
    width: 30px;
  }
  .mo-offers__tile-redeemtxt {
    font-size: 10px;
    color: #000000;
    margin-top: auto;
    padding-top: 15px;
  }
  .mo-offers__tile-redeem-txt {
    text-align: center;
    bottom: -30px;
    font-size: 10px;
  }
  .mo-offers__tile-btm {
    position: absolute;
    bottom: 5px;
  }
  .mo-offers__tile-count {
    font-size: 13px;
    padding-left: 10px;
    font-weight: 600;
  }
  .mo-offers__tile-arrow {
    width: 30px;
    padding-right: 10px;
  }
  .mo-offers__tile-upcoming {
    padding-bottom: 0;
  }
}
.mo-breadcrumb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 24px;
}
.mo-breadcrumb .mo-title {
  color: #184C9D;
  font-weight: 500;
  width: 85%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mo-breadcrumb .mo-title {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .mo-breadcrumb .mo-title {
    width: auto;
    text-align: center;
    font-size: 22px;
    flex: 1;
    padding: 0 4px 0 10px;
  }
  .mo-breadcrumb--backonly .mo-title {
    transform: translateX(-25px);
  }
  .mo-breadcrumb .mo-btn {
    padding: 4px 8px;
  }
  .mo-breadcrumb .mo-btn-logo {
    width: 15px;
  }
  .mo-breadcrumb .mo-btn-text {
    font-size: 13px;
  }
}
.mo-itemShowing {
  font-size: 14px;
  color: #000000;
  padding-top: 16px;
  display: flex;
  justify-content: left;
  width: 100%;
}

.mo-share-modal {
  overflow: hidden;
}
.mo-share-modal .modal-header {
  border: 0;
}
.mo-share-modal .modal-header .btn-close {
  width: 25px;
  height: 25px;
  opacity: 1;
}
.mo-share-modal .modal-header .btn-close svg {
  width: 100%;
  height: 100%;
}
.mo-share-modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.mo-share-modal .modal-dialog {
  margin: auto;
  width: 100%;
}
.mo-share-modal .modal-dialog {
  transform: translate(0, 425px) !important;
}
.mo-share-modal.show .modal-dialog {
  transform: translate(0, 0px) !important;
}
.mo-share-modal .mo-title {
  font-size: 22px;
}
.mo-share-modal .mo-para {
  margin-bottom: 8px;
  font-size: 14px;
}
.mo-share-modal .mo-coupon__left {
  width: 80%;
  margin: 8px auto;
}
.mo-share-modal .mo-coupon__left::after, .mo-share-modal .mo-coupon__left::before {
  background-color: #ffffff;
}
.mo-share-modal .modal-content {
  border: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  min-height: 380px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mo-share-modal__body {
  text-align: center;
  padding: 8px 24px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.mo-share-modal__outer {
  margin: 0 auto;
  width: 75%;
}
.mo-share-modal__img {
  margin-bottom: 24px;
}
.mo-share-modal__img p {
  color: #6d6d6d;
  margin-bottom: 8px;
}
.mo-share-modal__text {
  font-size: 16px;
  color: #184C9D;
}
.mo-share-modal__qrdesc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.mo-share-modal__iconwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 16px auto;
  width: 85%;
}
.mo-share-modal__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  margin: 0 8px 8px;
  border: 2px solid #F7C940;
  border-radius: 50%;
}
.mo-share-modal__icon svg {
  width: 100%;
}
.mo-share-modal .mo-coupon__cnt-bottom {
  margin-top: auto;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .mo-share-modal.show .modal-dialog {
    transform: translate(0, 14px) !important;
  }
  .mo-share-modal .modal-content {
    margin-top: auto;
    min-height: 400px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .mo-share-modal__text {
    font-size: 14px;
  }
}
.mo-ac__tile {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  margin-bottom: 32px;
}
.mo-ac__tile-body .mo-btn--arrow {
  width: 100%;
  margin-top: 24px;
}
.mo-ac__title {
  font-size: 20px;
  color: #184C9D;
  font-weight: 700;
  margin-bottom: 8px;
}
.mo-ac__passport, .mo-ac__mob {
  font-size: 16px;
}
.mo-ac__passport {
  margin-bottom: 8px;
}
.mo-ac__txt {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}
.mo-ac__btm {
  border-top: 1px solid #EAEAEA;
  margin-top: 15px;
  padding-top: 10px;
}
.mo-ac__btm-head {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.mo-ac__social {
  display: flex;
  background: rgba(217, 217, 217, 0.5);
  padding: 5px 15px;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 -15px -30px;
  position: relative;
}
.mo-ac__social::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 80%;
  background-color: #bebcbc;
  content: "";
  transform: translate(-50%, 15%);
}
.mo-ac__social a {
  color: #000000;
}
.mo-ac__social svg {
  width: 25px;
  margin-right: 10px;
}
.mo-ac__social-fb {
  display: flex;
  align-items: center;
  width: 50%;
}
.mo-ac__social-inst {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
}
.mo-ac__social-link {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .mo-ac__tile .mo-btn--arrow .mo-btn-text {
    font-size: 12px;
  }
  .mo-ac__passport, .mo-ac__mob {
    font-size: 15px;
  }
}
.mo-address {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 8px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.mo-address__img {
  margin-right: 16px;
  width: 15px;
}
.mo-address__text {
  color: #808080;
  font-size: 18px;
}
.mo-address__title {
  text-align: center;
  margin: 24px 0;
  color: #184C9D;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .mo-address__img {
    width: 13px;
    margin-right: 13px;
  }
  .mo-address__text {
    font-size: 12px;
  }
  .mo-address__title {
    text-align: center;
    margin-top: 24px;
    font-size: 16px;
  }
}
.mo-header {
  margin-bottom: 40px;
}
.mo-header .navbar-brand {
  padding: 8px 0;
  display: block;
}
.mo-header .navbar-brand img {
  width: 250px;
}
.mo-header .navbar-collapse {
  justify-content: flex-end;
}
.mo-header .navbar {
  position: relative;
  padding: 0;
}
.mo-header .navbar::after {
  position: absolute;
  content: "";
  left: -32px;
  bottom: -18px;
  width: 100%;
  height: 19px;
  background-color: #184C9D;
  border-bottom-right-radius: 16px;
}
.mo-header .navbar::before {
  position: absolute;
  content: "";
  left: -12px;
  bottom: -38px;
  width: 55%;
  height: 13px;
  background-color: #F7C940;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.mo-header__link {
  margin: 0 8px;
  position: relative;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.mo-header__link::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #F7C940;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.mo-header__link:hover::after {
  width: 100%;
  transition: 0.3s;
}
.mo-header__link svg {
  display: none;
}
.mo-header__link p {
  line-height: 1;
  font-size: 16px;
  color: #184C9D;
  font-weight: 500;
}
.mo-header__link--lang {
  display: none;
}
.mo-header__link--lang svg {
  display: block !important;
  margin-right: 4px;
}
.mo-header__btnsec {
  order: 3;
}
.mo-header__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mo-header__logos-right {
  display: flex;
  align-items: center;
}
.mo-header__logos-right .navbar-brand {
  width: 100px;
  height: auto;
}
.mo-header__logos-right .navbar-brand img {
  width: 100% !important;
}

.mo-header-start {
  padding: 10px 0;
  margin-bottom: 40px;
  position: relative;
}
.mo-header-start::after {
  z-index: 1;
  position: absolute;
  content: "";
  left: -32px;
  bottom: -18px;
  width: 100%;
  height: 19px;
  background-color: #184C9D;
  border-bottom-right-radius: 16px;
}
.mo-header-start::before {
  z-index: 1;
  position: absolute;
  content: "";
  left: -12px;
  bottom: -38px;
  width: 55%;
  height: 13px;
  background-color: #F7C940;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.mo-header-start .navbar-brand {
  display: block;
}
.mo-header-start .navbar-brand img {
  width: 250px;
}
.mo-header-start__outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1023px) {
  .mo-header .navbar-brand {
    padding: 8px 0;
  }
  .mo-header .navbar-brand img {
    width: 135px;
  }
  .mo-header .navbar-toggler {
    border: 0;
  }
  .mo-header .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .mo-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .mo-header .navbar-nav {
    padding-top: 16px;
  }
  .mo-header .navbar-collapse {
    order: 3;
    background-color: #184C9D;
    padding-left: 32px;
    margin-right: 0px;
    margin-left: -32px;
  }
  .mo-header__wrapper {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
  }
  .mo-header__link svg {
    display: block;
  }
  .mo-header__link p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
  }
  .mo-header__link::after {
    content: none;
  }
  .mo-header__link--lang p {
    color: #184C9D;
    font-weight: 600;
    font-size: 15px;
  }
  .mo-header__btnsec {
    order: 2;
    display: flex;
  }
}
@media (max-width: 767px) {
  .mo-header .navbar::after {
    left: -16px;
  }
  .mo-header__wrapper {
    width: 65%;
  }
  .mo-header__logos {
    justify-content: flex-start;
    width: 100%;
  }
  .mo-header__logos-right {
    width: 40%;
    order: 1;
  }
  .mo-header__logos-right .navbar-brand {
    width: 45px;
  }
  .mo-header__logos__left {
    width: 60%;
    order: 2;
  }
  .mo-header-start {
    margin-bottom: 0 !important;
  }
  .mo-header-start .navbar-brand img {
    width: 130px;
  }
  .mo-header-start::after {
    content: none;
  }
  .mo-header-start::before {
    content: none;
  }
}
.mo-signinup {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  min-height: 360px;
}
.mo-signinup--small {
  margin-top: 60px;
}
.mo-signinup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}
.mo-signinup .mo-title {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 14px;
  color: #184C9D;
}
.mo-signinup .mo-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #184C9D !important;
}
.mo-signinup__wrap {
  margin: 40px 0;
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  border-radius: 20px 20px 0px 0px;
  background: #FFF;
  box-shadow: 0px 0px 15px 8px rgba(8, 16, 123, 0.05);
  padding: 32px;
}
.mo-signinup__content {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.mo-signinup__content-wrap {
  width: 100%;
}
.mo-signinup__content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}
.mo-signinup__form {
  width: 100%;
  max-width: 450px;
}
.mo-signinup__form .mo-signinup__content-wrap {
  padding: 0;
  margin: 16px 0;
}
.mo-signinup__form .mo-signinup__content-wrap .mo-subtitle {
  width: 100%;
}
.mo-signinup__act {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mo-signinup__act .mo-btn {
  width: 200px;
}
.mo-signinup__tnc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.mo-signinup__tnc .mo-checkbox {
  margin-right: 8px;
}
.mo-signinup__tnc .mo-label {
  cursor: pointer;
}
.mo-signinup__tnc .mo-label a {
  font-weight: 600;
  color: #101010;
}
.mo-signinup__tnc .mo-label a:hover {
  text-decoration: underline;
}
.mo-signinup .mo-footer {
  margin-top: -16px;
}
.mo-signinup .mo-captcha img {
  width: 150px;
}
.mo-signinup .mo-btn {
  margin-top: 16px;
}
.mo-signinup .mo-inpwrap-checkbox {
  margin-top: 32px;
}
.mo-signinup__btnouter {
  display: flex;
}
.mo-signinup__btnouter .mo-btn {
  width: 50%;
  display: inline-flex;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .mo-signinup__form {
    max-width: 350px;
  }
  .mo-signinup__bg {
    background-position: 100% center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mo-signinup__form {
    max-width: 350px;
  }
  .mo-signinup--small {
    min-height: 265px;
  }
  .mo-signinup__bg {
    background-position: 100% center;
  }
  .mo-signinup__wrap {
    width: 60%;
  }
  .mo-signinup .mo-inpwrap-checkbox {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mo-signinup .content-wrapper {
    padding: 0;
  }
  .mo-signinup--small {
    min-height: 132px;
  }
  .mo-signinup .mo-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .mo-signinup .mo-subtitle {
    width: 80%;
    font-size: 20px;
  }
  .mo-signinup__content {
    min-height: 450px;
    margin-bottom: 40px;
  }
  .mo-signinup__content::after {
    position: absolute;
    content: "";
    left: -32px;
    bottom: -16px;
    width: 100%;
    height: 19px;
    background-color: #184C9D;
    border-bottom-right-radius: 16px;
  }
  .mo-signinup__content::before {
    position: absolute;
    content: "";
    left: -12px;
    bottom: -35px;
    width: 55%;
    height: 13px;
    background-color: #F7C940;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .mo-signinup__content-wrap {
    width: 100%;
    position: relative;
    color: #ffffff;
    padding: 16px 16px;
  }
  .mo-signinup__content-bg {
    background-position: center left !important;
  }
  .mo-signinup__wrap {
    width: 100%;
    padding-top: 0;
    border-radius: none;
    background: #FFF;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .mo-signinup__form {
    padding: 0 16px 32px;
  }
  .mo-signinup .mo-btn {
    margin-top: 16px;
    width: 100%;
  }
  .mo-signinup .mo-inpwrap-checkbox {
    justify-content: center;
  }
}
.mo-footer {
  width: 100%;
  padding: 8px 0;
}
.mo-footer-wrap {
  width: 100%;
  background-color: #F7C940;
}
.mo-footer-text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

@media (max-width: 767px) {
  .mo-footer-text {
    font-size: 12px;
  }
}
.mo-offers {
  padding: 40px 0;
}
.mo-offers__btnwrap {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0;
}

.mo-page-outer {
  min-height: calc(100vh - 135px);
}

@media (max-width: 767px) {
  .mo-offers {
    padding: 20px 0;
  }
}
.mo-contact__tile {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 15px;
  min-height: 420px;
}
.mo-contact__tile .mo-ccode-select__input {
  padding-left: 0;
}
.mo-contact__tile .mo-signinup__form {
  padding: 0;
}
.mo-contact__tile--info {
  background: rgb(249, 250, 254);
  padding: 14px 15px;
}
.mo-contact__subhead {
  font-size: 14px;
  color: #000000;
  margin-bottom: 24px;
}
.mo-contact__info {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mo-contact__info-list {
  padding: 16px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: rgb(16, 16, 16);
  font-weight: 700;
}
.mo-contact__info-list:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mo-contact__info-link {
  font-size: 18px;
  color: rgb(16, 16, 16);
  font-weight: 700;
  display: flex;
  align-items: center;
}
.mo-contact__info-icn {
  margin-right: 15px;
}
.mo-contact__info-icn svg {
  width: 18px;
}
.mo-contact__info-icn--location svg {
  width: 15px;
}
.mo-contact__map {
  margin-top: 24px;
  border-radius: 20px;
  border: 1px solid transparent;
}
.mo-contact__map iframe {
  width: 100%;
  height: 120px;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mo-contact__tile .mo-signinup__btnouter .mo-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mo-contact-page {
    padding-bottom: 0;
  }
  .mo-contact__tile .mo-signinup__btnouter .mo-btn {
    width: 100%;
  }
  .mo-contact__tile--info {
    margin: 25px -28px 0;
    padding: 14px 30px;
    box-shadow: none;
    min-height: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}