.root--aJKr_mf_ {
  width: 100%;
  min-height: 100vh;
  background: #fff;
}
/*# sourceMappingURL=layout.module.css.map */
.bar--uOkcjXXs {
  width: 100%;
  padding: 7px 0;
  background: #ffffff;
}
.list--YPUSUBz9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.item--QpyPubie {
  display: inline-block;
}
.link--hJdxk1bA {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px 6px;
  font-family: 'cn', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #444444;
  background: #ffffff;
  transition: color 0.2s ease, background 0.2s ease;
}
.link--hJdxk1bA:hover,
.link--hJdxk1bA:focus {
  color: #000000;
  background: #eeeeee;
}
.itemCurrent--wpa8umY7 .link--hJdxk1bA {
  color: #444444;
  background: #ffffff;
}
.itemCurrent--wpa8umY7 .link--hJdxk1bA:hover,
.itemCurrent--wpa8umY7 .link--hJdxk1bA:focus {
  color: #000000;
  background: #eeeeee;
}
.flag--zW5ykpJP {
  flex-shrink: 0;
}
.native--PfY0SEls {
  font-family: 'enbold', sans-serif;
  font-weight: normal;
}
/*# sourceMappingURL=style.module.css.map */
.page--f0sbsmBn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 61px - 220px);
  padding: 48px 30px 80px;
  box-sizing: border-box;
}
.inner--dan4Yu00 {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  gap: 24px;
}
.illustration--Dtu8Xp4p {
  flex: 0 0 30%;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.cone--TSwqffXZ {
  width: min(250px, 100%);
  height: auto;
}
.copy--QeHU12oJ {
  flex: 1 1 70%;
  padding-top: 40px;
}
.title--a5x6sIYX {
  margin: 0 0 16px;
  font-family: 'en', sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  color: #000000;
}
.message--tr0cXdBB {
  margin: 0 0 20px;
  font-family: 'en', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
.action--ySheLb7I {
  margin: 0;
  font-family: 'en', sans-serif;
  font-size: 16px;
  line-height: 45px;
  color: #656b6f;
}
.hint--QGoJSmyj {
  margin-right: 20px;
}
.homeButton--E1mqM2bo {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  font-family: 'en', sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  transition: opacity 0.2s ease;
}
.homeButton--E1mqM2bo:hover {
  opacity: 0.85;
  color: #ffffff;
}
@media (max-width: 959px) {
  .inner--dan4Yu00 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .illustration--Dtu8Xp4p,
  .copy--QeHU12oJ {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
  }
  .cone--TSwqffXZ {
    width: 180px;
  }
  .title--a5x6sIYX {
    font-size: 36px;
    line-height: 40px;
  }
  .message--tr0cXdBB {
    font-size: 20px;
    line-height: 28px;
  }
  .action--ySheLb7I {
    line-height: 28px;
  }
  .hint--QGoJSmyj {
    display: block;
    margin: 0 0 12px;
  }
}
/*# sourceMappingURL=style.module.css.map */
.overlay--G24fyG8U {
  position: fixed;
  inset: 0;
  z-index: 800;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.overlayVisible--za8FVVLP {
  opacity: 1;
  pointer-events: auto;
}
.panel--qxajvkE1 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 801;
  width: 375px;
  max-width: 100vw;
  height: 100vh;
  padding: 0;
  overflow-y: auto;
  background: #fde134;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.panelOpen--TOlCephT {
  transform: translateX(0);
}
.topBar--Dm3HuBzU {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 61px;
  padding: 10px 15px;
}
.logo--He4AL5cB {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo--He4AL5cB img {
  width: auto;
  height: 35px;
  max-height: 35px;
}
.close--XdVDAUls {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
}
.close--XdVDAUls img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.nav--nz1u5_yu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav--nz1u5_yu li {
  border-bottom: 1px solid #000000;
}
.nav--nz1u5_yu a {
  display: block;
  padding: 11px 5px 10px 20px;
  font-family: 'enlight', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  text-decoration: none;
}
.menuItemActive--KLuTBya_ a {
  color: #5f5f5f;
}
.langNav--mplXTmaz {
  margin-top: 32px;
  padding: 0 20px 40px;
}
.langNav--mplXTmaz ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.langNav--mplXTmaz li + li {
  margin-top: 12px;
}
.langNav--mplXTmaz a {
  font-family: 'enlight', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #65666c;
  text-decoration: none;
}
/*# sourceMappingURL=style.module.css.map */
.footer--JtrStpbj {
  width: 100%;
  min-height: 880px;
  padding: 0 8%;
  background: #ebebeb;
  color: #65666c;
}
.widgets--lOV6QVNZ {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding: 40px 0 70px;
}
.columns--EnRXJac_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.column--x4GFdS7n {
  min-width: 0;
}
.widget--NSSQn9HD {
  margin-bottom: 30px;
}
.widget--NSSQn9HD h4 {
  margin: 0 0 15px;
  font-family: 'enbold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 40px;
  color: #2d2d2d;
}
.widget--NSSQn9HD h6 {
  margin: 0 0 15px;
  font-family: 'en', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2d2d2d;
}
.widget--NSSQn9HD p {
  margin: 0 0 15px;
  font-family: 'cn', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #65666c;
}
.widget--NSSQn9HD p a {
  color: #65666c;
  text-decoration: none;
  transition: all;
}
.widget--NSSQn9HD p a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}
.quickLinks--Whi4Cn9D {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quickLinks--Whi4Cn9D li {
  margin: 0;
  padding: 0;
}
.quickLinks--Whi4Cn9D a {
  display: inline-block;
  font-family: 'cn', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #65666c;
  text-decoration: none;
  transition: all;
}
.quickLinks--Whi4Cn9D a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}
.storeBadges--kWmwMdtx {
  display: inline-table;
  margin: 0 20px 0 0;
}
.storeBadges--kWmwMdtx a {
  display: inline-block;
  margin-right: 20px;
}
.storeBadges--kWmwMdtx a:last-child {
  margin-right: 0;
}
.storeBadges--kWmwMdtx img {
  width: 60px;
  height: auto;
}
.social--k90fFtRy {
  display: inline-table;
  margin-top: 40px;
  overflow: visible;
}
.social--k90fFtRy a,
.social--k90fFtRy .socialQrItem--H_RT3VBx {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.social--k90fFtRy a:last-child,
.social--k90fFtRy .socialQrItem--H_RT3VBx:last-child {
  margin-right: 0;
}
.social--k90fFtRy img {
  display: block;
  width: 30px;
  height: auto;
}
.socialQrItem--H_RT3VBx {
  position: relative;
  cursor: default;
}
.socialQrItem--H_RT3VBx:hover .qrTooltip--FYQTkVYh,
.socialQrItem--H_RT3VBx:focus-within .qrTooltip--FYQTkVYh {
  visibility: visible;
  opacity: 1;
}
.qrTooltip--FYQTkVYh {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.qrTooltip--FYQTkVYh img {
  display: block;
  width: 150px;
  max-width: none;
  height: auto;
}
.copyright--HOeEemdr {
  max-width: 1390px;
  margin: 0 auto;
  padding: 30px 0 50px;
  min-height: 115px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #65666c;
}
@media (max-width: 959px) {
  .columns--EnRXJac_ {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer--JtrStpbj {
    padding: 0 5%;
  }
  .columns--EnRXJac_ {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.module.css.map */
.header--Qc_MPddT {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 701;
  width: 100%;
  height: 61px;
  background: #fde134;
  border-bottom: 1px solid #ebbc13;
}
.container--c8OkmPpN {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.column--ZHW0LUP8 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.left--OeHJt0kT {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 100%;
}
.logo--mEupU2r4 {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
}
.logo--mEupU2r4 img {
  width: auto;
  height: 35px;
  max-height: 35px;
}
.menuWrapper--nRmiGCyQ {
  position: relative;
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: flex-end;
  min-width: 0;
  height: 100%;
}
.nav--toX_0KRg {
  display: none;
  height: 100%;
}
@media (min-width: 1033px) {
  .nav--toX_0KRg {
    display: block;
  }
}
.menu--dBBEBHfF {
  display: flex;
  align-items: stretch;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuItem--ZeoBXZ_Z {
  position: relative;
  width: 140px;
  height: 100%;
}
.menuItem--ZeoBXZ_Z a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000000;
  text-align: center;
  text-decoration: none;
}
.menuItem--ZeoBXZ_Z a span {
  font-family: 'enlight', sans-serif;
  font-size: 16px;
  line-height: 60px;
}
.menuItem--ZeoBXZ_Z a strong {
  font-family: 'enlight', sans-serif;
  font-weight: 700;
}
.menuItem--ZeoBXZ_Z a:hover {
  background-color: #ffffff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAA8CAYAAAC0ClJLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEUklEQVR4nO3dS2hcVRzH8e//XObRZEyTYG2QaoXuWkFoqVCNCFHcWOyqKrQK7caKruyiK11U6E5XAXGjIAjGgoKkrmpBhQoGXUgfpLgwPmrraCctSeZ5z9/FtEOnaTpzM9O5d9L/Zzf33nPyg/y4cx8HRlRVMaZNLu4Apr9YYUwkVhgTiRXGRGKFMRHUcOhS3ClMv/ALOPy/cccw/UKv4jT8Le4Ypk9oOIejdiHuHKZf1C7gtHo27himT2j1LI7Kd3HnMP2i8j1Oq+fA5+OOYpLO56+fYfBo8Yu445iEq3fE1x/caXEq5jgm6W50pF6Yymm0eibWQCa5tHoGrZwGGq8GFF14L8ZIJsl04X2gvmyq8S5Ji59DbTauTCaparNNlyw3vXys4a++FUMik2T1TtQan5veVmv5JFr8rNeZTEJpcQotn2zaJrW/0s1ret0wwYYfIdjcy2wmacI5wvzj4OebNi9fD+Pn8YV92LKHe5gu1TtwS1lghQVUWpnBF14BwruczCRPiC8cRCszt9274oo7LU3jCwdAq3ctmkkYreILB9DSlysecsclmlqcwhdeAl3oejaTMLqAL7zY8ql/yzW9WjpBmB+3ZzRrWW2WMD+Olr5ueWh7i8Br5wnzu9DFSey6Zi0J0cVJwvwuqJ1va8Ty2+pWA1I7kKF3kcwzq4pokkHL36DX3karP0UaF7kwjYHpJ5DBN5HsbpDMaqYwvaZltDSNLk42XiZGterCNLhRJLsbyUwg6acheLCj6UyXhRfRyrdo+RRamgZ/paPpOi/MzdwIkt6FZF+A1E4kGAN3f9emN23w/6Hh31CdQUtfoZUfwBe6Nn3HhZHUdmTdXshMIKnHAOlSNNMdHq3+AuVTaPE4Wv25o9lWVxjJIgOvIgOvIalHOwpgekurZ9ClD9GlT0BLkcdHv0tatw83dBSCTZH/mEmQ8E/8tXfQ4qeRhrVfmGAzbvgDu51eY7R8Cj9/CMK5to5v68GdZPcQbJixsqxBkpmo/2+ze9o6vmVhJHcYNzoFbn3H4UxCufW40Skkd7j1oXfcOXQUN3QMu/O5Fwhu6Fj9+vQOViyMDL6B5I50PZZJNskdQQZfX3n/7S56Jfs8bvQ4ENzNbCaxQvyVvWjpxLI9ywsTPFxf0+tGepXOJJGfJ8zvhPD3ps23fCUJbuQjK4sBN4wb+Zhbr1+bCiMD+5H0U72MZRJM0uPIwP7mbY2vJMkRbDwHbmMc2UxS+cuEl7c2luk2zjAyeMjKYpZzG5HBg42P9TOMpAge+BWCsRiTmcQK/yD8ZytopX6GkcyzVhazsuAhJPMccP0rSda9HGsek3w3OiK1i4MajF0CycUcySSaLhBeGsNJaruVxbQmOSS1A0d6PO4opl+kn8RJalvcMUyfkNQ2HMGWuHOYfhFswUnwSNwxTJ+QYBMONxx3DtMv5D7EfobYtM/bT/iZKJwVxkRjhTGRWGFMJP8Drn5wasPwEs0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #5f5f5f;
}
.menuItem--ZeoBXZ_Z a:hover span,
.menuItem--ZeoBXZ_Z a:hover strong {
  color: #5f5f5f;
}
.menuItem--ZeoBXZ_Z a:hover span {
  text-decoration: underline;
  text-decoration-color: #fde134;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
.menuItemActive--e0gCv5br a {
  background-color: #ffffff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAA8CAYAAAC0ClJLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEUklEQVR4nO3dS2hcVRzH8e//XObRZEyTYG2QaoXuWkFoqVCNCFHcWOyqKrQK7caKruyiK11U6E5XAXGjIAjGgoKkrmpBhQoGXUgfpLgwPmrraCctSeZ5z9/FtEOnaTpzM9O5d9L/Zzf33nPyg/y4cx8HRlRVMaZNLu4Apr9YYUwkVhgTiRXGRGKFMRHUcOhS3ClMv/ALOPy/cccw/UKv4jT8Le4Ypk9oOIejdiHuHKZf1C7gtHo27himT2j1LI7Kd3HnMP2i8j1Oq+fA5+OOYpLO56+fYfBo8Yu445iEq3fE1x/caXEq5jgm6W50pF6Yymm0eibWQCa5tHoGrZwGGq8GFF14L8ZIJsl04X2gvmyq8S5Ji59DbTauTCaparNNlyw3vXys4a++FUMik2T1TtQan5veVmv5JFr8rNeZTEJpcQotn2zaJrW/0s1ret0wwYYfIdjcy2wmacI5wvzj4OebNi9fD+Pn8YV92LKHe5gu1TtwS1lghQVUWpnBF14BwruczCRPiC8cRCszt9274oo7LU3jCwdAq3ctmkkYreILB9DSlysecsclmlqcwhdeAl3oejaTMLqAL7zY8ql/yzW9WjpBmB+3ZzRrWW2WMD+Olr5ueWh7i8Br5wnzu9DFSey6Zi0J0cVJwvwuqJ1va8Ty2+pWA1I7kKF3kcwzq4pokkHL36DX3karP0UaF7kwjYHpJ5DBN5HsbpDMaqYwvaZltDSNLk42XiZGterCNLhRJLsbyUwg6acheLCj6UyXhRfRyrdo+RRamgZ/paPpOi/MzdwIkt6FZF+A1E4kGAN3f9emN23w/6Hh31CdQUtfoZUfwBe6Nn3HhZHUdmTdXshMIKnHAOlSNNMdHq3+AuVTaPE4Wv25o9lWVxjJIgOvIgOvIalHOwpgekurZ9ClD9GlT0BLkcdHv0tatw83dBSCTZH/mEmQ8E/8tXfQ4qeRhrVfmGAzbvgDu51eY7R8Cj9/CMK5to5v68GdZPcQbJixsqxBkpmo/2+ze9o6vmVhJHcYNzoFbn3H4UxCufW40Skkd7j1oXfcOXQUN3QMu/O5Fwhu6Fj9+vQOViyMDL6B5I50PZZJNskdQQZfX3n/7S56Jfs8bvQ4ENzNbCaxQvyVvWjpxLI9ywsTPFxf0+tGepXOJJGfJ8zvhPD3ps23fCUJbuQjK4sBN4wb+Zhbr1+bCiMD+5H0U72MZRJM0uPIwP7mbY2vJMkRbDwHbmMc2UxS+cuEl7c2luk2zjAyeMjKYpZzG5HBg42P9TOMpAge+BWCsRiTmcQK/yD8ZytopX6GkcyzVhazsuAhJPMccP0rSda9HGsek3w3OiK1i4MajF0CycUcySSaLhBeGsNJaruVxbQmOSS1A0d6PO4opl+kn8RJalvcMUyfkNQ2HMGWuHOYfhFswUnwSNwxTJ+QYBMONxx3DtMv5D7EfobYtM/bT/iZKJwVxkRjhTGRWGFMJP8Drn5wasPwEs0AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #5f5f5f;
}
.menuItemActive--e0gCv5br a span,
.menuItemActive--e0gCv5br a strong {
  color: #5f5f5f;
}
.menuItemActive--e0gCv5br a:hover span {
  text-decoration: none;
}
.menuToggle--w3_P8qab {
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: -20px;
  border-radius: 3px;
  background: transparent;
}
@media (min-width: 1033px) {
  .menuToggle--w3_P8qab {
    display: none;
  }
}
.menuIcon--kykH30nK {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
/*# sourceMappingURL=style.module.css.map */
.modal--y1sK1hSw {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.45);
}
.content--EoaSzUz2 {
  position: relative;
  top: 20vh;
  width: min(806px, calc(100% - 32px));
  min-height: 402px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.header--qzGi0DPm {
  position: relative;
  margin-top: 40px;
  padding: 0 65px;
  text-align: center;
}
.logo--vjxOOKvp {
  position: absolute;
  top: 0;
  left: 65px;
  width: 124px;
  height: 38px;
  object-fit: contain;
}
.title--c0UjfoEI {
  margin: 0;
  font-family: 'enbold', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #000000;
}
.text--VnMeGPxh {
  margin-top: 26px;
  padding: 0 65px;
  font-family: 'en', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #242526;
}
.policyLink--aOkvp85_ {
  color: #1a1a1a;
  text-decoration: underline;
}
.foot--uDqVzdli {
  margin-top: 44px;
  padding: 0 80px 10px;
  text-align: center;
}
.foot--uDqVzdli::after {
  content: '';
  display: table;
  clear: both;
}
.rejectBtn--bIKGnqh3,
.acceptBtn--JsQG2hVk {
  width: 300px;
  max-width: calc(50% - 8px);
  height: 64px;
  border: 0;
  border-radius: 8px;
  font-family: 'enbold', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
}
.rejectBtn--bIKGnqh3:active,
.acceptBtn--JsQG2hVk:active {
  opacity: 0.5;
}
.rejectBtn--bIKGnqh3 {
  float: left;
  background: #e6e7ec;
  color: #9a9d9f;
}
.acceptBtn--JsQG2hVk {
  float: right;
  background: #ffdb00;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .content--EoaSzUz2 {
    top: 12vh;
    min-height: auto;
    padding-bottom: 24px;
  }
  .header--qzGi0DPm {
    margin-top: 24px;
    padding: 0 24px;
    padding-top: 48px;
  }
  .logo--vjxOOKvp {
    top: 0;
    left: 24px;
    width: 96px;
    height: 30px;
  }
  .title--c0UjfoEI {
    font-size: 22px;
    line-height: 28px;
  }
  .text--VnMeGPxh {
    padding: 0 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .foot--uDqVzdli {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    margin-top: 28px;
    padding: 0 24px 10px;
  }
  .rejectBtn--bIKGnqh3,
  .acceptBtn--JsQG2hVk {
    float: none;
    width: 100%;
    max-width: none;
    height: 52px;
    font-size: 18px;
    line-height: 52px;
  }
}
/*# sourceMappingURL=cookie-consent.module.css.map */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  min-width: 320px;
  color: #656b6f;
  font-family: 'cn', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  background: #fde134;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}
/*# sourceMappingURL=global.css.map */
