:root {
  --accentColor: #ffffff;
  --linkColor: #f11a00;
  --bgColor: #f4f4f4;
  --errorColor: #ff7676;
  --successColor: #35a742;
  --textHeading: #202020;
  --textSecondary: #6d6d6d;
  --textBody: #a5a5a5;
  --textLabel: #268cb9;
  --border-color: #c4c4c4;
  --buttonPrimary: #c4c4c4;
  --buttonSecondary: #c4c4c4;
  --buttonLink: #202020;
  --font-weight-light: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --border-radius-sm: 4px;
  --border-radius: 8px;
  --border-radius-lg: 12px;
}
/**color by character**/
/**color by character**/
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-select-none {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
:focus {
  outline: 0;
}
.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}
.carousel .control-arrow:focus,
.carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .control-arrow:before,
.carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: '';
}
.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}
.carousel .control-prev.control-arrow {
  left: 0;
}
.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}
.carousel .control-next.control-arrow {
  right: 0;
}
.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}
.carousel-root {
  outline: none;
}
.carousel {
  position: relative;
  width: 100%;
}
.carousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}
.carousel .carousel {
  position: relative;
}
.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}
.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}
.carousel .thumbs {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}
.carousel .thumb {
  -webkit-transition: border 0.15s ease-in;
  -moz-transition: border 0.15s ease-in;
  -ms-transition: border 0.15s ease-in;
  -o-transition: border 0.15s ease-in;
  transition: border 0.15s ease-in;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}
.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}
.carousel .thumb.selected,
.carousel .thumb:hover {
  border: 3px solid #333;
}
.carousel .thumb img {
  vertical-align: top;
}
.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}
.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2);
}
.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  -webkit-transition: height 0.15s ease-in;
  -moz-transition: height 0.15s ease-in;
  -ms-transition: height 0.15s ease-in;
  -o-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}
.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}
.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.carousel .slider-wrapper.axis-vertical .slider {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
}
.carousel .slider.animated {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
}
.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}
.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}
.carousel .slide .legend {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
.carousel .control-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}
.carousel .control-dots .dot {
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}
#SwipeableCarousel .carousel .control-dots .dot {
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  margin: 0rem 0.25rem;
  width: 0.625rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border: 0.4px solid #000;
}
.carousel .control-dots .dot.selected,
.carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#SwipeableCarousel .carousel .control-dots .dot.selected,
#SwipeableCarousel .carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 1.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background-color: #e14929;
}
.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}
.carousel:hover .slide .legend {
  opacity: 1;
}

.eLQUf .qDI3c .kFCl9 img {
    width: 90% !important;
    padding-bottom: 1rem !important;
    padding: 0px !important;
    margin-top: 10px !important;
    margin-right: 20px !important;
    border-radius: 14px !important;
    margin-left: 20px !important;
    align-items: center !important;
  }
:root {
  --accentColor: #ffffff;
  --linkColor: #f11a00;
  --bgColor: #f4f4f4;
  --errorColor: #ff7676;
  --successColor: #35a742;
  --textHeading: #202020;
  --textSecondary: #6d6d6d;
  --textBody: #a5a5a5;
  --textLabel: #268cb9;
  --border-color: #c4c4c4;
  --buttonPrimary: #c4c4c4;
  --buttonSecondary: #c4c4c4;
  --buttonLink: #202020;
  --font-weight-light: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --border-radius-sm: 4px;
  --border-radius: 8px;
  --border-radius-lg: 12px;
  --shimmer-base: #ececec;
  --shimmer-highlight: #f7f7f7;
  --shimmer-base-ajiogram: #000000;
  --shimmer-highlight-ajiogram: #2F2F2F;
  --shimmer-duration: 1.2s;
  --shimmer-radius: var(--border-radius-sm);
}
/**color by character**/
/**color by character**/
.VzhYt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Idjr5 {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
:focus {
  outline: 0;
}
.Rfv2F {
  width: 100%;
  max-width: 100%;
  margin: 32px auto 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 16px;
}
.u6fz6 {
  max-width: 1200px;
  position: relative;
  margin: 32px auto 0 auto;
  background-color: transparent;
  box-sizing: border-box;
}
.aZpE4 {
  font-size: 24px;
  font-weight: var(--font-weight-light);
  line-height: 140%;
}
@media only screen and (max-width: 480px) {
  .aZpE4 {
    font-size: 18px;
  }
}
.caAfZ {
  width: 100%;
}
.F1FoE {
  height: 350px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .F1FoE {
    height: unset;
  }
}
.fo6Nw {
  height: 550px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .fo6Nw {
    height: unset;
  }
}
.QY9Hn {
  height: 750px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .QY9Hn {
    height: unset;
  }
}
.aKSsz {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .aKSsz {
    margin: 0;
  }
}
.aKSsz .IkxQw {
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.aKSsz .IkxQw:hover .tyHPl,
.aKSsz .IkxQw:hover .pIyDD,
.aKSsz .IkxQw:hover .tFbv0 {
  top: 50%;
  opacity: 1 !important;
}
.aKSsz .IkxQw:hover .IinVf {
  opacity: 0.8 !important;
}
.aKSsz .UoUe3 {
  width: calc(50% - 20px);
}
.aKSsz .UoUe3:not(:nth-child(2n + 0)) {
  margin-right: 20px;
}
.aKSsz .XMWsP {
  width: calc(33.33333333% - 20px);
}
.aKSsz .XMWsP:not(:nth-child(3n + 0)) {
  margin-right: 20px;
}
.aKSsz .KOH2D {
  width: calc(25% - 20px);
}
.aKSsz .KOH2D:not(:nth-child(4n + 0)) {
  margin-right: 20px;
}
.aKSsz .lgSgV {
  width: calc(20% - 20px);
}
.aKSsz .lgSgV:not(:nth-child(5n + 0)) {
  margin-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .aKSsz .IkxQw {
    width: calc(50% - 20px);
  }
  .aKSsz .IkxQw:not(:nth-child(2n + 0)) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .aKSsz .IkxQw {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.BgzfH.WKFf3 {
  margin-bottom: 30px !important;
}
.iWmTk {
  position: static !important;
  width: 100% !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  justify-content: center !important;
}
.iWmTk li {
  position: relative !important;
  display: inline-block !important;
  width: 32px !important;
  height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.iWmTk li.O4Y8m button::before {
  display: inline-block !important;
  content: " " !important;
  background-color: #8d8d8d;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 8px !important;
  border-radius: 4px;
}
.iWmTk li:not(:last-child) {
  margin-right: 6px !important;
}
@media only screen and (max-width: 480px) {
  .iWmTk li:not(:last-child) {
    margin-right: 4px !important;
  }
}
.iWmTk li button {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block !important;
  width: 32px !important;
  height: 8px !important;
  padding: 0px !important;
  cursor: pointer !important;
  color: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 8px !important;
  background-color: #d9d9d9 !important;
  animation-name: RXd6s;
  animation-duration: 4s;
  position: relative;
}
.iWmTk li button:hover,
.iWmTk li button:focus {
  outline: none !important;
}
.iWmTk li button::before {
  content: " " !important;
}
.uwl4n .FoSW4 {
  padding: 0 !important;
}
.uwl4n .iWmTk {
  margin: 8px 0 !important;
}
@media only screen and (max-width: 480px) {
  .uwl4n .iWmTk {
    margin: 10px 0 !important;
  }
}
.uwl4n .iWmTk li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.uwl4n .iWmTk li.O4Y8m {
  border: 1px solid #828282;
}
.uwl4n .iWmTk li.O4Y8m button::before {
  display: inline-block !important;
  content: " " !important;
  background-color: #121212;
  height: 8px !important;
  width: 8px !important;
  border-radius: 50%;
}
.uwl4n .iWmTk li:not(:last-child) {
  margin-right: 4px !important;
}
@media only screen and (max-width: 480px) {
  .uwl4n .iWmTk li:not(:last-child) {
    margin-right: 4px !important;
  }
}
.uwl4n .iWmTk li button {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #d9d9d9 !important;
}
.uwl4n .iWmTk li button:hover,
.uwl4n .iWmTk li button:focus {
  outline: none !important;
}
.uwl4n .iWmTk li button::before {
  content: " " !important;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/SourceSansPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro Semi Bold";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/SourceSansPro-Semibold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/SourceSansPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/Mulish-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/Mulish-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/Lora-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/Lora-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/ProximaNova-Bold.otf) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/ProximaNova-Regular.otf) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/ProximaNova-Thin.otf) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "JioIcon";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/whishlist-icons.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/Muli-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url(https://cdn.pixelbin.io/v2/dry-wildflower-b77541/original/fonts/Muli-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  line-height: normal;
}
html,
body,
button,
input,
textarea,
select {
  font-family: "Source Sans Pro" !important;
  color: var(--textHeading);
}
@media only screen and (max-width: 1023px) {
  html,
  body,
  button,
  input,
  textarea,
  select {
    font-family: "Mulish", sans-serif !important;
  }
}
html,
body {
  background-color: #ffffff !important;
  --line-count: 2;
}
.XUlSM {
  max-width: 100%;
}
.XUlSM div#PNRhk > div > div:first-child > div.Rfv2F {
  margin-top: 0;
}
.bHRBN rapper {
  position: sticky;
  top: 0;
  z-index: 10;
}
.T68cg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.FoSW4 {
  padding: 0 0 15px 0;
}
.npqy_ {
  display: block !important;
}
.QcAj6 {
  overflow-y: hidden;
}
.G1a6Y {
  overflow-x: hidden;
}
.lb1VI {
  overflow: hidden;
}
.K8JfH {
  overflow: hidden;
  height: 100%;
}
.v2S6z {
  max-width: unset;
  min-height: 0;
}
.pcq_d {
  max-width: unset;
}
.LuFSd {
  max-width: unset;
}
.zkH8R {
  max-width: unset !important;
  position: unset;
}
.zkH8R > div:first-child {
  height: 100%;
}
.T9mnA {
  border-radius: var(--border-radius-lg);
  padding: 12px 0px;
  border: none;
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .T9mnA {
    padding: 8px 0px;
    left: 0 !important;
    width: 100% !important;
    box-shadow: none;
  }
}
.sDonj {
  border: none;
  padding: 4px 16px;
}
@media only screen and (max-width: 480px) {
  .sDonj {
    padding: 10px 16px;
  }
}
.cQbK7 {
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.MAZka::after {
  content: none;
}
.EBYdS {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.EBYdS::-webkit-scrollbar {
  display: none;
}
.isW1e {
  -webkit-tap-highlight-color: transparent;
}
.MHDPh * {
  -webkit-tap-highlight-color: transparent;
}
.aL8LU {
  background-color: transparent !important;
  padding: 0px !important;
}
@media only screen and (max-width: 480px) {
  .aL8LU {
    margin-top: 0px !important;
    padding: 0px !important;
    min-height: unset !important;
  }
}
.pcq_d {
  background-color: #ffffff !important;
}
.yUfsL {
  scrollbar-width: thin;
  scrollbar-color: var(--textHeading) #ffffff;
}
.yUfsL::-webkit-scrollbar {
  width: 4px;
  /* width of the entire scrollbar */
  height: 4px;
}
.yUfsL::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}
.yUfsL::-webkit-scrollbar-thumb {
  border: 4px solid var(--textHeading);
  /* creates padding around scroll thumb */
}
.AI3Ri {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.xJVJQ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--textHeading);
  opacity: 1;
  /* Firefox */
}
@media only screen and (max-width: 480px) {
  .xJVJQ::placeholder {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
}
.xJVJQ:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--textHeading);
}
.xJVJQ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--textHeading);
}
._rUuY {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-count);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.emhxg {
  background-color: #ffffff;
  min-height: unset;
  max-width: unset;
}
.kyfeS {
  min-height: unset;
  max-width: unset;
}
.Ql37X {
  --spacing-side: 0px;
  width: calc(100% - (var(--spacing-side) * 2)) !important;
}
@media only screen and (max-width: 1023px) {
  .Ql37X {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    min-width: unset !important;
    --spacing-side: 12px;
  }
}
.Ql37X.xAG8C {
  bottom: 30px !important;
}
@media only screen and (max-width: 1023px) {
  .Ql37X.xAG8C {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    bottom: 54px !important;
  }
}
@media only screen and (max-width: 480px) {
  .Ql37X.xAG8C {
    left: var(--spacing-side) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
.Ql37X.Lw4VQ {
  top: 93px !important;
}
.Ql37X .sk0qu {
  font-weight: var(--font-weight-bold) !important;
  font-size: 14px !important;
  padding: 14px !important;
  letter-spacing: 0.28px;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  background: #000000 !important;
  box-shadow: 0px 3px 6px #00000029 !important;
}
@media only screen and (max-width: 1023px) {
  .Ql37X .sk0qu {
    color: #ffffff !important;
    background: #000000 !important;
    width: max-content !important;
    padding: 16px 20px !important;
    border-radius: 30px !important;
    font-weight: var(--font-weight-bold) !important;
  }
}
.Ql37X .qcUKS {
  text-transform: unset !important;
  color: var(--linkColor) !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
  font-weight: var(--font-weight-medium) !important;
}
.Ql37X .ukyFP {
  display: flex;
  align-items: center;
}
.Ql37X .ukyFP:after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  margin-left: 10px;
}
.Ql37X .DyRCU {
  min-width: 0;
  font-size: 0.875rem;
  --line-count: 3;
}
@media only screen and (max-width: 480px) {
  .Ql37X .DyRCU {
    font-size: 0.875rem;
  }
}
.CWLWK {
  min-height: 500px;
  background-color: var(--accentColor);
}
@media only screen and (max-width: 480px) {
  .CWLWK {
    background-color: var(--bgColor);
    min-height: calc(100vh - 120px);
  }
}
@media only screen and (max-width: 1023px) {
  .CWLWK {
    background-color: var(--bgColor);
  }
}
.CWLWK #PNRhk {
  background-color: #ffffff;
}
.cLu10 {
  max-width: unset;
  margin: auto;
  position: relative;
  min-height: 700px;
}
.oeKk9 {
  min-height: 0;
  padding: 0 16px;
}
@media only screen and (max-width: 480px) {
  .oeKk9 {
    padding: 0;
  }
}
.hn6V8 {
  z-index: 20 !important;
}
.hn6V8 .iqfhm {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.hn6V8 .J9Ih4 {
  max-width: 584px;
  box-shadow: 0px 4px 20px rgba(166, 163, 165, 0.2);
  padding: 0;
  background-color: #ffffff;
  color: var(--textHeading);
  border: none;
}
.hn6V8 .J9Ih4 .ggHKy {
  overflow: hidden;
  border-radius: 16px;
}
.hn6V8 .J9Ih4 .ggHKy .t5Bvj {
  background-color: #ffffff;
}
.hn6V8 .J9Ih4 .ggHKy > div {
  overflow: auto;
  max-height: 300px;
  /* for firefox*/
  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: var(--textHeading) #ffffff;
  /* scroll thumb and track */
}
.hn6V8 .J9Ih4 .ggHKy > div::-webkit-scrollbar {
  width: 4px;
  /* width of the entire scrollbar */
}
.hn6V8 .J9Ih4 .ggHKy > div::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}
.hn6V8 .J9Ih4 .ggHKy > div::-webkit-scrollbar-thumb {
  border: 4px solid var(--textHeading);
  /* creates padding around scroll thumb */
}
.cUATf,
.X3uMT,
.k8b7A,
.U_G9s {
  max-width: unset;
  background: var(--bgColor);
}
.cUATf .m6BdS,
.X3uMT .m6BdS,
.k8b7A .m6BdS,
.U_G9s .m6BdS {
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
  padding: 32px 0 !important;
  background-color: var(--bgColor);
}
@media only screen and (max-width: 1200px) {
  .cUATf .m6BdS,
  .X3uMT .m6BdS,
  .k8b7A .m6BdS,
  .U_G9s .m6BdS {
    padding: 32px 16px !important;
  }
}
@media only screen and (max-width: 480px) {
  .cUATf .m6BdS,
  .X3uMT .m6BdS,
  .k8b7A .m6BdS,
  .U_G9s .m6BdS {
    padding: 20px 16px !important;
  }
}
.RIKlr,
.EdmUA,
.JWkRz,
.CP_2G {
  max-width: unset;
  background: var(--bgColor);
}
.Q5Kg5 {
  will-change: transform, opacity;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  min-width: 64px;
  height: 40px;
  padding: 0 16px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.OKTWl {
  background-color: #d5a249;
  color: #ffffff;
}
.rIVNk {
  background-color: #202020;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3);
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
}
.M8g4H {
  font-weight: 700;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  box-sizing: border-box;
}
.iPxDl {
  display: none !important;
}
.qbiT6 {
  width: 100vw !important;
}
.cmvDM {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .cmvDM {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .cmvDM {
    margin-bottom: 0.75rem;
  }
}
.tY6NW {
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .tY6NW {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .tY6NW {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 1023px) {
  .tY6NW {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .tY6NW {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.e_ScQ {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #212121;
  text-align: center;
  font-family: Mulish, sans-serif !important;
}
@media only screen and (min-width: 1024px) {
  .e_ScQ {
    font-size: 20px;
  }
}
.Q77iF {
  font-size: 14px;
  color: #101010;
  margin: 0;
  text-align: center;
  font-family: Mulish, sans-serif !important;
}
@media only screen and (min-width: 1024px) {
  .Q77iF {
    font-size: 14px;
  }
}
.lMpoT {
  display: flex;
  justify-content: center;
  padding: 8px 0px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 9;
}
.lMpoT .DehRk {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: hsla(0, 0%, 100%, 0.9);
  padding: 4px;
}
@media only screen and (max-width: 480px) {
  .lMpoT .DehRk {
    padding: 2px;
    gap: 2px;
    border-radius: 30px;
  }
}
.lMpoT .DehRk .gcTMP {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block !important;
  width: 24px !important;
  padding: 0 !important;
  cursor: pointer !important;
  color: transparent !important;
  border: 1.5px solid #000;
  border-radius: 8px !important;
  background-color: transparent !important;
  -webkit-animation-name: RXd6s;
  animation-name: RXd6s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  position: relative;
  outline: none !important;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .lMpoT .DehRk .gcTMP {
    width: 4px !important;
    border-radius: 50% !important;
    height: 4px !important;
    box-sizing: border-box;
    border: 0.5px solid #8C8C8C;
  }
}
.lMpoT .DehRk .gcTMP ._4yo0 {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block !important;
  border: none !important;
  background-color: black !important;
  border-radius: 8px !important;
  height: 7px !important;
  outline: none !important;
}
@media only screen and (max-width: 480px) {
  .lMpoT .DehRk .gcTMP ._4yo0 {
    height: 100% !important;
    border-radius: 50% !important;
  }
}
.MUBDL {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: fit-content;
  padding: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  background: transparent;
  right: 40px;
  bottom: 8px;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .MUBDL {
    height: 48px;
    width: 48px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .MUBDL.LH23N {
    height: 44px !important;
    width: 44px !important;
  }
}
.UWuq4 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: fit-content;
  padding: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  background: transparent;
  right: 8px;
  bottom: 8px;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .UWuq4 {
    height: 48px;
    width: 48px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .UWuq4.LH23N {
    height: 44px !important;
    width: 44px !important;
  }
}
.oP_zI {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: fit-content;
  padding: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  background: transparent;
  left: 8px;
  bottom: 8px;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .oP_zI {
    top: 0px !important;
    bottom: unset;
    height: 48px;
    width: 48px;
    left: 0;
  }
  .oP_zI.LH23N {
    height: 44px !important;
    width: 44px !important;
  }
  .oP_zI .w3cz4 {
    position: absolute;
    top: 8px !important;
    left: 8px;
  }
}
.JJWDD {
  margin: 0px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.JJWDD .al78M {
  width: 100%;
  height: auto;
  position: relative;
}
.JJWDD .al78M .Xop0P {
  width: 100%;
  height: auto;
}
.JJWDD .al78M .Xop0P .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition-timing-function: ease-in-out;
}
.JJWDD .al78M .Xop0P .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  display: block;
}
.JJWDD .FQvUG {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}
.JJWDD .Ou9CZ {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.JJWDD .lyOdo {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  transition: transform 0.6s ease-in;
  will-change: transform;
}
.JJWDD .lyOdo:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.02);
}
.JJWDD .nEI5T {
  display: flex;
  width: 100% !important;
  text-decoration: none;
  outline-offset: -2px !important;
}
.JJWDD .swiper-button-next,
.JJWDD .swiper-button-prev {
  display: none !important;
}
.JJWDD .swiper-pagination {
  display: none !important;
}
.JJWDD h3 {
  margin-bottom: 1rem;
}
._pPjp {
  width: 100%;
}
.P8EHS {
  display: inline-block !important;
}
.w3cz4 {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .w3cz4 {
    display: inline-block !important;
  }
  .P8EHS {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .JJWDD {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .JJWDD h3 {
    margin-bottom: 0.5rem;
  }
}
.NitZZ {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f3e9;
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}
.z7Q3B {
  font-size: 16px;
  color: #333;
  margin-right: 15px;
}
.JTm2S {
  display: flex;
  align-items: center;
}
.p3RJY {
  display: inline-block;
  background-color: #fff;
  color: #d32f2f;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 8px;
  border-radius: 4px;
  margin: 0 2px;
  min-width: 30px;
  text-align: center;
}
.AhyZL {
  color: #666;
  font-size: 14px;
  margin: 0 5px 0 2px;
}
@media (max-width: 768px) {
  .NitZZ {
    padding: 8px 10px;
  }
  .z7Q3B {
    font-size: 14px;
    margin-right: 10px;
  }
  .p3RJY {
    font-size: 16px;
    padding: 4px 6px;
    min-width: 24px;
  }
  .AhyZL {
    font-size: 12px;
    margin: 0 3px 0 1px;
  }
}

