html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0A06;
  line-height: 1.6;
  min-height: 100vh;
  color: #D4BC92;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}.dtn-layout-cep {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.dtn-page-cep {
  display: flex;
  min-height: 100vh;
}.dtn-main-cep {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1083px) {.dtn-main-cep {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.dtn-main-cep {
  padding-bottom: 4.5rem;
}
}.dtn-gc-cep {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 210, 140, 0.06);
  background: #141009;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 637px) {.dtn-gc-cep {
  width: 156px;
}
}
@media(min-width: 1083px) {.dtn-gc-cep {
  width: 10.5rem;
}
}.dtn-gc-cep:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 138, 16, 0.08);
}.dtn-gc_img-cep {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.dtn-gc_img-cep img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dtn-gc_hover-cep {
  background: rgba(8, 5, 2, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
}.dtn-gc-cep:hover .dtn-gc_hover-cep {
  opacity: 1;
}.dtn-gc_hover_btn-cep {
  padding: 8px 1rem;
  border-radius: 4px;
  background: #C88A10;
  font-weight: 700;
  color: #F5EAD0;
  font-size: 12px;
}.dtn-gc_info-cep {
  padding: 8px 0.625rem 0.625rem;
}.dtn-gc_name-cep {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #D4BC92;
  font-weight: 600;
  margin-bottom: 3px;
}.dtn-gc_prov-cep {
  font-size: 10px;
  color: #6A5940;
}.dtn-gc_tag-cep {
  padding: 2px 7px;
  border-radius: 0.25rem;
  z-index: 2;
  top: 6px;
  left: 6px;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .04em;
  font-size: 9px;
  font-weight: 700;
}.dtn-gc_tag_hot-cep {
  background: #CC3A3A;
  color: #fff;
}.dtn-gc_tag_new-cep {
  background: #3DAA62;
  color: #0E0A06;
}.dtn-gc_tag_jp-cep {
  background: #E8B835;
  color: #0E0A06;
}.dtn-gc_tag_ex-cep {
  background: #8B5E2A;
  color: #fff;
}.dtn-gc_tag_live-cep {
  background: #CC3A3A;
  color: #fff;
}.dtn-gr-cep {
  background: #0E0A06;
  padding: 32px 1rem 0;
}
@media(min-width: 765px) {.dtn-gr-cep {
  padding: 2.25rem 24px 0;
}
}.dtn-gr_in-cep {
  margin: 0 auto;
  max-width: 1320px;
}.dtn-gr_head-cep {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.dtn-gr_head_l-cep {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.dtn-gr_ic-cep {
  border-radius: 0.5rem;
  width: 2rem;
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  flex-shrink: 0;
}.dtn-gr_ic-cep svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.dtn-gr_title-cep {
  font-size: 16px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5EAD0;
  font-weight: 700;
}
@media(min-width: 765px) {.dtn-gr_title-cep {
  font-size: 1.125rem;
}
}.dtn-gr_more-cep {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #7D6A4C;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}.dtn-gr_more-cep:hover {
  color: #C88A10;
}.dtn-gr_more-cep svg {
  stroke-linejoin: round;
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
}.dtn-gr_arrows-cep {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.dtn-gr_arr-cep {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 210, 140, 0.13);
  background: rgba(255, 220, 160, 0.05);
  border-radius: 4px;
  width: 30px;
  justify-content: center;
  height: 1.875rem;
  align-items: center;
  color: #A8916A;
  display: flex;
}.dtn-gr_arr-cep:hover {
  background: rgba(255, 220, 160, 0.07);
  color: #F5EAD0;
}.dtn-gr_arr-cep svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
}.dtn-gr_seo_h-cep {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #D4BC92;
  font-size: 0.813rem;
  font-weight: 700;
}
@media(min-width:768px) {.dtn-gr_seo_h-cep {
  font-size: 0.875rem;
}
}.dtn-gr_seo-cep {
  color: #7D6A4C;
  max-width: 680px;
  margin-bottom: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.dtn-gr_seo-cep strong {
  color: #D4BC92;
  font-weight: 600;
}.dtn-gr_scroll-cep {
  gap: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.625rem;
}.dtn-gr_scroll-cep::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.dtn-gr_scroll-cep {
  gap: 12px;
}
}.dtn-tb-cep {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  background: #0E0A06;
  align-items: center;
  right: 0;
  position: fixed;
  height: 3.5rem;
  display: flex;
  left: 0;
  z-index: 80;
  top: 0;
}.dtn-tb_in-cep {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}.dtn-tb_burger-cep {
  border-radius: 8px;
  gap: 5px;
  align-items: center;
  height: 2.375rem;
  flex-shrink: 0;
  flex-direction: column;
  width: 38px;
  margin-right: 8px;
  justify-content: center;
  display: flex;
}.dtn-tb_burger-cep:hover {
  background: rgba(255, 220, 160, 0.05);
}.dtn-tb_burger_line-cep {
  background: #A8916A;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1077px) {.dtn-tb_burger-cep {
  display: none;
}
}.dtn-tb_logo-cep {
  gap: 0.563rem;
  color: #F5EAD0;
  overflow-wrap: break-word;
  margin-right: 20px;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
}.dtn-tb_logo_mark-cep {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 32px;
  display: flex;
  width: 32px;
  align-items: center;
  justify-content: center;
}.dtn-tb_logo_mark-cep img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.dtn-tb_nav-cep {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.dtn-tb_nav-cep {
  display: flex;
}
}.dtn-tb_tab-cep {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #A8916A;
}.dtn-tb_tab-cep:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F5EAD0;
}.dtn-tb_tab-cep.dtn-state_active-cep {
  background: rgba(200, 138, 16, 0.18);
  color: #F5EAD0;
}.dtn-tb_right-cep {
  gap: 8px;
  align-items: center;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
}.dtn-tb_login-cep {
  border: 1px solid rgba(255, 210, 140, 0.13);
  border-radius: 0.5rem;
  background: rgba(255, 220, 160, 0.05);
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  font-size: 13px;
  color: #D4BC92;
  font-weight: 600;
  display: none;
}.dtn-tb_login-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
  color: #F5EAD0;
}
@media(min-width: 481px) {.dtn-tb_login-cep {
  display: block;
}
}.dtn-tb_reg-cep {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #3DAA62;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #100B04;
  font-weight: 700;
}.dtn-tb_reg-cep:hover {
  background: #48C272;
}.dtn-sb-cep {
  border-right: 1px solid rgba(255, 220, 160, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #1A120A;
  z-index: 70;
  top: 56px;
  left: 0;
  overflow-y: auto;
  bottom: 0;
  width: 13.75rem;
  position: fixed;
}.dtn-sb-cep.dtn-state_open-cep {
  transform: translateX(0);
}.dtn-sb-cep::-webkit-scrollbar {
  width: 4px;
}.dtn-sb-cep::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 220, 160, 0.07);
}
@media(min-width: 1078px) {.dtn-sb-cep {
  transform: translateX(0);
}
}.dtn-sb_auth-cep {
  padding: 0.875rem 0.75rem 10px;
}.dtn-sb_btn_reg-cep {
  border-radius: 0.5rem;
  padding: 0.688rem;
  background: #3DAA62;
  transition: background .2s;
  text-align: center;
  color: #100B04;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  font-weight: 700;
}.dtn-sb_btn_reg-cep:hover {
  background: #48C272;
}.dtn-sb_btn_login-cep {
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: rgba(255, 220, 160, 0.05);
  padding: 10px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  display: block;
  text-align: center;
  font-size: 13px;
  color: #D4BC92;
  font-weight: 600;
}.dtn-sb_btn_login-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
  color: #F5EAD0;
}.dtn-sb_promo-cep {
  border: 1px solid rgba(200, 138, 16, 0.18);
  background: linear-gradient(135deg,#2A1A06,#1A120A);
  margin: 0 0.75rem 10px;
  padding: 0.75rem 14px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}.dtn-sb_promo-cep::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 138, 16, 0.18),transparent 70%);
  height: 5rem;
  width: 80px;
  position: absolute;
  content: '';
  top: -1.25rem;
  right: -20px;
}.dtn-sb_promo_title-cep {
  margin-bottom: 4px;
  color: #C88A10;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}.dtn-sb_promo_text-cep {
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-size: 0.75rem;
  color: #F5EAD0;
}.dtn-sb_promo_sub-cep {
  color: #7D6A4C;
  margin-top: 3px;
  font-size: 10px;
}.dtn-sb_nav-cep {
  padding: 0.375rem 8px 16px;
}.dtn-sb_nav_lb-cep {
  padding: 0.625rem 0.5rem 0.375rem;
  letter-spacing: .08em;
  color: #6A5940;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}.dtn-sb_link-cep {
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  gap: 0.625rem;
  font-size: 0.813rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #A8916A;
  overflow-wrap: break-word;
  font-weight: 500;
}.dtn-sb_link-cep:hover {
  background: rgba(255, 220, 160, 0.05);
  color: #F5EAD0;
}.dtn-sb_link-cep.dtn-state_active-cep {
  background: rgba(200, 138, 16, 0.18);
  color: #F5EAD0;
}.dtn-sb_ic-cep {
  border-radius: 0.25rem;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 1.875rem;
  display: flex;
}.dtn-sb_ic-cep svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
}.dtn-sb_ic_1-cep {
  background: rgba(200, 138, 16, 0.08);
  color: #C88A10;
}.dtn-sb_ic_2-cep {
  background: rgba(61, 170, 98, 0.16);
  color: #3DAA62;
}.dtn-sb_ic_3-cep {
  background: rgba(232, 184, 53, 0.15);
  color: #E8B835;
}.dtn-sb_ic_4-cep {
  background: rgba(139, 94, 42, 0.22);
  color: #8B5E2A;
}.dtn-sb_ic_5-cep {
  background: rgba(200, 138, 16, 0.08);
  color: #D94D7A;
}.dtn-sb_ic_6-cep {
  background: rgba(139, 94, 42, 0.22);
  color: #8B4FBF;
}.dtn-sb_badge-cep {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #E8B835;
  font-size: 9px;
  color: #100B04;
  margin-left: auto;
  font-weight: 700;
}.dtn-sb_bot-cep {
  padding: 12px;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  gap: 8px;
  display: flex;
}.dtn-sb_lang-cep,.dtn-sb_help-cep {
  border-radius: 4px;
  padding: 9px 0.375rem;
  gap: 6px;
  border: 1px solid rgba(255, 210, 140, 0.06);
  transition: border-color .2s;
  flex: 1;
  background: rgba(255, 220, 160, 0.05);
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #A8916A;
  justify-content: center;
  font-size: 0.688rem;
}.dtn-sb_lang-cep:hover,.dtn-sb_help-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
  color: #F5EAD0;
}.dtn-sb_lang-cep svg,.dtn-sb_help-cep svg {
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dtn-sb_bd-cep {
  background: rgba(8, 5, 2, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.dtn-sb_bd-cep.dtn-state_on-cep {
  display: block;
}
@media(min-width: 1078px) {.dtn-sb_bd-cep {
  display: none!important;
}
}.dtn-mob_nav-cep {
  border-top: 1px solid rgba(255, 210, 140, 0.13);
  background: #1A120A;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  display: flex;
  bottom: 0;
  right: 0;
  z-index: 80;
  left: 0;
}
@media(min-width: 1081px) {.dtn-mob_nav-cep {
  display: none;
}
}.dtn-mob_nav_item-cep {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  cursor: pointer;
  align-items: center;
  color: #6A5940;
  display: flex;
  flex-direction: column;
}.dtn-mob_nav_ic-cep {
  line-height: 1;
}.dtn-mob_nav_ic-cep svg {
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
  stroke-linejoin: round;
}.dtn-mob_nav_lb-cep {
  font-size: 0.625rem;
  font-weight: 600;
  color: #6A5940;
}.dtn-mob_nav_item-cep.dtn-state_active-cep {
  color: #C88A10;
}.dtn-mob_nav_item-cep.dtn-state_active-cep .dtn-mob_nav_lb-cep {
  color: #C88A10;
}.dtn-hero-cep {
  padding: 20px 1rem 0;
  background: #0E0A06;
}
@media(min-width: 771px) {.dtn-hero-cep {
  padding: 24px 1.5rem 0;
}
}.dtn-hero_in-cep {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 861px) {.dtn-hero_in-cep {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.dtn-hero_in-cep {
  grid-template-columns: 1fr 340px;
}
}.dtn-hero_promo-cep {
  overflow: hidden;
  background: #141009;
  border-radius: 0.875rem;
  min-height: 13.75rem;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width:768px) {.dtn-hero_promo-cep {
  min-height: 17.5rem;
}
}.dtn-hero_promo_bg-cep {
  inset: 0;
  background: linear-gradient(120deg,#2A1A06 0%,#0E0A06 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.dtn-hero_promo_bg-cep::after {
  background: linear-gradient(90deg,#0E0A06 0%,rgba(8, 5, 2, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.dtn-hero_promo_glow-cep {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 94, 42, 0.22) 0%,transparent 65%);
  top: -40px;
  pointer-events: none;
  width: 300px;
  position: absolute;
  right: 3.75rem;
  height: 18.75rem;
}.dtn-hero_promo_ct-cep {
  padding: 1.75rem 24px 28px 28px;
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 770px) {.dtn-hero_promo_ct-cep {
  padding: 2.5rem 32px;
}
}.dtn-hero_badge-cep {
  background: rgba(200, 138, 16, 0.18);
  border-radius: 1.25rem;
  padding: 0.313rem 12px;
  border: 1px solid rgba(200, 138, 16, 0.08);
  letter-spacing: .08em;
  display: inline-block;
  text-transform: uppercase;
  color: #C88A10;
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
}.dtn-hero_h1-cep {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.15;
  color: #F5EAD0;
  margin-bottom: 0.625rem;
  font-size: 26px;
  overflow-wrap: break-word;
}.dtn-hero_h1-cep em {
  color: #E8B835;
  font-style: normal;
}
@media(min-width: 766px) {.dtn-hero_h1-cep {
  font-size: 2.25rem;
}
}.dtn-hero_sub-cep {
  font-size: 13px;
  color: #A8916A;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 766px) {.dtn-hero_sub-cep {
  font-size: 0.875rem;
}
}.dtn-hero_row-cep {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.dtn-hero_cta-cep {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.813rem 26px;
  background: #3DAA62;
  font-weight: 700;
  color: #100B04;
  box-shadow: 0 2px 0 rgba(0, 55, 22, 0.9), 0 0 14px rgba(61, 170, 98, 0.45);
  font-size: 0.875rem;
}.dtn-hero_cta-cep:hover {
  background: #48C272;
}.dtn-hero_terms-cep {
  font-size: 11px;
  color: #6A5940;
}.dtn-hero_game-cep {
  border: 1px solid rgba(255, 210, 140, 0.06);
  overflow: hidden;
  border-radius: 0.875rem;
  background: #141009;
  position: relative;
  flex-direction: column;
  display: flex;
}.dtn-hero_game_badge-cep {
  padding: 5px 0.625rem;
  background: rgba(232, 184, 53, 0.15);
  border: 1px solid rgba(232, 184, 53, 0.15);
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  top: 0.75rem;
  font-weight: 700;
  z-index: 3;
  left: 0.75rem;
  color: #E8B835;
  position: absolute;
}.dtn-hero_game_badge-cep svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 11px;
  height: 0.688rem;
}.dtn-hero_game_img-cep {
  background: linear-gradient(135deg,#2A1A06,#0E0A06);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.dtn-hero_game_img-cep img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}.dtn-hero_game_play-cep {
  transition: opacity .2s;
  background: rgba(8, 5, 2, 0.72);
  inset: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
}.dtn-hero_game-cep:hover .dtn-hero_game_play-cep {
  opacity: 1;
}.dtn-hero_game_play-cep span {
  background: #C88A10;
  border-radius: 50%;
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
  width: 52px;
}.dtn-hero_game_play-cep span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.dtn-hero_game_info-cep {
  padding: 0.875rem 1rem;
}.dtn-hero_game_title-cep {
  font-size: 15px;
  color: #F5EAD0;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.dtn-hero_game_provider-cep {
  font-size: 11px;
  color: #7D6A4C;
}.dtn-hero_game_btn-cep {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #C88A10;
  padding: 0.688rem;
  margin: 0.75rem 1rem 16px;
  color: #F5EAD0;
  font-weight: 700;
  font-size: 13px;
  display: block;
  text-align: center;
}.dtn-hero_game-cep:hover .dtn-hero_game_btn-cep {
  background: #E09E1A;
}.dtn-sbar-cep {
  padding: 1rem 16px 0;
  background: #0E0A06;
}
@media(min-width: 767px) {.dtn-sbar-cep {
  padding: 1.125rem 24px 0;
}
}.dtn-sbar_in-cep {
  margin: 0 auto;
  max-width: 1320px;
}.dtn-sbar_row-cep {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.dtn-sbar_input-cep {
  transition: border-color .2s;
  border: 1px solid rgba(255, 210, 140, 0.13);
  gap: 10px;
  border-radius: 8px;
  background: #141009;
  flex: 1;
  padding: 0.688rem 16px;
  display: flex;
  cursor: pointer;
  color: #7D6A4C;
  align-items: center;
  font-size: 13px;
}.dtn-sbar_input-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
}.dtn-sbar_input-cep svg {
  height: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.938rem;
}.dtn-sbar_providers-cep {
  border: 1px solid rgba(255, 210, 140, 0.13);
  padding: 11px 1.125rem;
  background: #141009;
  gap: 0.5rem;
  border-radius: 8px;
  transition: border-color .2s;
  color: #D4BC92;
  display: flex;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
}.dtn-sbar_providers-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
  color: #F5EAD0;
}.dtn-sbar_providers-cep svg {
  width: 14px;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.dtn-sbar_tabs-cep {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.dtn-sbar_tabs-cep::-webkit-scrollbar {
  display: none;
}.dtn-sbar_tab-cep {
  background: rgba(255, 220, 160, 0.05);
  border: 1px solid rgba(255, 210, 140, 0.06);
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  color: #A8916A;
  white-space: nowrap;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
}.dtn-sbar_tab-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
  background: rgba(255, 220, 160, 0.07);
  color: #F5EAD0;
}.dtn-sbar_tab-cep.dtn-state_active-cep {
  border-color: rgba(200, 138, 16, 0.08);
  background: rgba(200, 138, 16, 0.18);
  color: #F5EAD0;
}.dtn-sbar_tab_ic-cep svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 0.875rem;
}.dtn-wy-cep {
  background: #0E0A06;
  padding: 2rem 1rem 0;
}
@media(min-width: 769px) {.dtn-wy-cep {
  padding: 2.5rem 24px 0;
}
}.dtn-wy_in-cep {
  margin: 0 auto;
  max-width: 82.5rem;
}.dtn-wy_head-cep {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.dtn-wy_label-cep {
  font-size: 11px;
  font-weight: 700;
  color: #C88A10;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.dtn-wy_h2-cep {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F5EAD0;
  font-size: 20px;
}
@media(min-width:768px) {.dtn-wy_h2-cep {
  font-size: 1.5rem;
}
}.dtn-wy_intro-cep {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #7D6A4C;
}.dtn-wy_grid-cep {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.dtn-wy_grid-cep {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.dtn-wy_grid-cep {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.dtn-wy_card-cep {
  border: 1px solid rgba(255, 210, 140, 0.13);
  background: #1A120A;
  border-radius: 8px;
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
}.dtn-wy_card-cep:hover {
  border-color: rgba(200, 138, 16, 0.08);
  transform: translateY(-2px);
}.dtn-wy_card_ic-cep {
  border-radius: 50%;
  background: rgba(200, 138, 16, 0.18);
  align-items: center;
  width: 2.75rem;
  justify-content: center;
  display: flex;
  margin-bottom: 14px;
  color: #C88A10;
  height: 44px;
}.dtn-wy_card_ic-cep svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.dtn-wy_card_h-cep {
  font-size: 0.938rem;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #F5EAD0;
  overflow-wrap: break-word;
  font-weight: 700;
}.dtn-wy_card_p-cep {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6A4C;
  overflow-wrap: break-word;
}.dtn-wy_card_p-cep strong {
  color: #D4BC92;
  font-weight: 600;
}.dtn-gcg-cep {
  background: #0E0A06;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.dtn-gcg-cep {
  padding: 44px 24px 0;
}
}.dtn-gcg_in-cep {
  margin: 0 auto;
  max-width: 1320px;
}.dtn-gcg_head-cep {
  margin-bottom: 20px;
  max-width: 45rem;
}.dtn-gcg_label-cep {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  color: #C88A10;
  letter-spacing: .08em;
  text-transform: uppercase;
}.dtn-gcg_h2-cep {
  font-size: 1.375rem;
  color: #F5EAD0;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.dtn-gcg_h2-cep {
  font-size: 1.75rem;
}
}.dtn-gcg_intro-cep {
  color: #7D6A4C;
  font-size: 13px;
  line-height: 1.6;
}.dtn-gcg_grid-cep {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.dtn-gcg_grid-cep {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.dtn-gcg_grid-cep {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.dtn-gcg_card-cep {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  padding: 1.25rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  min-height: 15rem;
  position: relative;
  justify-content: flex-end;
}.dtn-gcg_card-cep:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 138, 16, 0.18);
}.dtn-gcg_card_bg-cep {
  inset: 0;
  z-index: 0;
  position: absolute;
}.dtn-gcg_card_bg-cep::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.dtn-gcg_card_ic-cep {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  position: absolute;
  justify-content: center;
  width: 40px;
  z-index: 2;
  height: 40px;
  color: #F5EAD0;
  top: 18px;
  align-items: center;
  right: 1.125rem;
  display: flex;
}.dtn-gcg_card_ic-cep svg {
  width: 1.25rem;
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dtn-gcg_card_ct-cep {
  z-index: 1;
  position: relative;
}.dtn-gcg_card_h-cep {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  color: #F5EAD0;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.dtn-gcg_card_h-cep {
  font-size: 1.25rem;
}
}.dtn-gcg_card_p-cep {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.dtn-gcg_card_p-cep strong {
  color: #F5EAD0;
  font-weight: 600;
}.dtn-gcg_card_cta-cep {
  gap: 0.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  align-items: center;
  color: #C88A10;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-flex;
}.dtn-gcg_card_cta-cep svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 0.75rem;
}.dtn-ws-cep {
  padding: 2rem 1rem 0;
  background: #0E0A06;
}
@media(min-width: 769px) {.dtn-ws-cep {
  padding: 36px 1.5rem 0;
}
}.dtn-ws_in-cep {
  margin: 0 auto;
  max-width: 82.5rem;
}.dtn-ws_head-cep {
  gap: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.dtn-ws_title-cep {
  gap: 0.625rem;
  display: flex;
  font-family: 'Cinzel', serif;
  align-items: center;
  flex-wrap: wrap;
  color: #F5EAD0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
}.dtn-ws_title_ic-cep svg {
  width: 18px;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
  color: #E8B835;
}.dtn-ws_online-cep {
  gap: 7px;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  color: #7D6A4C;
  display: flex;
}.dtn-ws_online_dot-cep {
  background: #3DAA62;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(61, 170, 98, 0.16);
  height: 8px;
  flex-shrink: 0;
  width: 0.5rem;
}.dtn-ws_scroll-cep {
  gap: 0.5rem;
  display: flex;
  padding-bottom: 8px;
  scrollbar-width: none;
  overflow-x: auto;
}.dtn-ws_scroll-cep::-webkit-scrollbar {
  display: none;
}.dtn-wc-cep {
  gap: 10px;
  padding: 10px 14px;
  background: #141009;
  border: 1px solid rgba(255, 210, 140, 0.13);
  border-radius: 8px;
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.dtn-wc_img-cep {
  background: #1A120A;
  overflow: hidden;
  border-radius: 4px;
  width: 36px;
  height: 2.25rem;
  flex-shrink: 0;
}.dtn-wc_img-cep img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.dtn-wc_info-cep {
  min-width: 0;
}.dtn-wc_game-cep {
  overflow: hidden;
  font-weight: 600;
  color: #D4BC92;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.dtn-wc_player-cep {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #6A5940;
}.dtn-wc_amount-cep {
  color: #3DAA62;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}.dtn-prov-cep {
  padding: 2.25rem 1rem 0;
  background: #0E0A06;
}
@media(min-width: 765px) {.dtn-prov-cep {
  padding: 44px 24px 0;
}
}.dtn-prov_in-cep {
  margin: 0 auto;
  max-width: 82.5rem;
}.dtn-prov_head-cep {
  margin-bottom: 16px;
}.dtn-prov_label-cep {
  color: #C88A10;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.dtn-prov_h2-cep {
  color: #F5EAD0;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.dtn-prov_h2-cep {
  font-size: 1.5rem;
}
}.dtn-prov_seo-cep {
  color: #7D6A4C;
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 38.75rem;
}.dtn-prov_seo-cep strong {
  font-weight: 700;
  color: #D4BC92;
}.dtn-prov_seo-cep a {
  text-decoration: underline;
  color: #C88A10;
}.dtn-prov_grid-cep {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.dtn-prov_grid-cep {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.dtn-prov_grid-cep {
  grid-template-columns: repeat(8,1fr);
}
}.dtn-prov_card-cep {
  background: #141009;
  border-radius: 8px;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  gap: 7px;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.dtn-prov_card-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
  background: #1A120A;
}.dtn-prov_logo-cep {
  border-radius: 0.25rem;
  background: rgba(255, 220, 160, 0.05);
  overflow: hidden;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
  align-items: center;
  display: flex;
}.dtn-prov_logo-cep img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.dtn-prov_name-cep {
  font-size: 0.688rem;
  color: #A8916A;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
}.dtn-htp-cep {
  background: #0E0A06;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.dtn-htp-cep {
  padding: 2.75rem 24px 0;
}
}.dtn-htp_in-cep {
  margin: 0 auto;
  max-width: 1320px;
}.dtn-htp_head-cep {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.dtn-htp_label-cep {
  margin-bottom: 0.5rem;
  color: #C88A10;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.dtn-htp_h2-cep {
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F5EAD0;
  font-weight: 800;
}
@media(min-width: 769px) {.dtn-htp_h2-cep {
  font-size: 1.75rem;
}
}.dtn-htp_intro-cep {
  color: #7D6A4C;
  line-height: 1.6;
  font-size: 14px;
}.dtn-htp_steps-cep {
  list-style: none;
  margin: 0;
  gap: 12px;
  padding: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.dtn-htp_steps-cep {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.dtn-htp_steps-cep {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.dtn-htp_step-cep {
  border: 1px solid rgba(255, 210, 140, 0.13);
  border-radius: 0.5rem;
  padding: 1.25rem 1.125rem 18px;
  background: #1A120A;
  flex-direction: column;
  position: relative;
  display: flex;
}.dtn-htp_step_num-cep {
  background: #C88A10;
  border-radius: 50%;
  display: flex;
  top: -12px;
  left: 1.25rem;
  font-size: 0.813rem;
  font-weight: 800;
  align-items: center;
  color: #100B04;
  position: absolute;
  justify-content: center;
  font-family: 'Cinzel', serif;
  height: 1.75rem;
  width: 28px;
}.dtn-htp_step_ic-cep {
  border-radius: 4px;
  background: rgba(200, 138, 16, 0.18);
  margin: 0.5rem 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  width: 36px;
  color: #C88A10;
}.dtn-htp_step_ic-cep svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.dtn-htp_step_h-cep {
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-size: 14px;
  color: #F5EAD0;
}.dtn-htp_step_p-cep {
  color: #7D6A4C;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 13px;
}.dtn-htp_step_p-cep strong {
  color: #D4BC92;
  font-weight: 600;
}.dtn-htp_cta-cep {
  border-radius: 8px;
  padding: 13px 1.625rem;
  transition: background .2s;
  background: #3DAA62;
  font-weight: 700;
  margin-top: 1.25rem;
  color: #100B04;
  font-size: 0.875rem;
  display: inline-block;
}.dtn-htp_cta-cep:hover {
  background: #48C272;
}.dtn-reg-cep {
  padding: 36px 16px 0;
  background: #0E0A06;
}
@media(min-width: 767px) {.dtn-reg-cep {
  padding: 2.75rem 24px 0;
}
}.dtn-reg_in-cep {
  margin: 0 auto;
  border: 1px solid rgba(255, 210, 140, 0.06);
  border-radius: 0.875rem;
  background: #1A120A;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.dtn-reg_in-cep {
  padding: 2.5rem;
}
}.dtn-reg_top-cep {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.dtn-reg_top-cep {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.dtn-reg_label-cep {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 10px;
  color: #C88A10;
  letter-spacing: .08em;
  text-transform: uppercase;
}.dtn-reg_h2-cep {
  font-size: 22px;
  margin-bottom: 12px;
  font-family: 'Cinzel', serif;
  color: #F5EAD0;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 769px) {.dtn-reg_h2-cep {
  font-size: 28px;
}
}.dtn-reg_bonus-cep {
  padding: 0.625rem 16px;
  background: rgba(232, 184, 53, 0.15);
  border-radius: 0.5rem;
  gap: 0.5rem;
  border: 1px solid rgba(232, 184, 53, 0.15);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.dtn-reg_bonus_amount-cep {
  font-size: 20px;
  font-weight: 800;
  color: #E8B835;
}.dtn-reg_bonus_text-cep {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #A8916A;
}.dtn-reg_cta_btn-cep {
  padding: 0.875rem 32px;
  border-radius: 8px;
  background: #3DAA62;
  transition: background .2s;
  display: inline-block;
  font-size: 15px;
  box-shadow: 0 2px 0 rgba(0, 55, 22, 0.9), 0 0 14px rgba(61, 170, 98, 0.45);
  margin-bottom: 12px;
  color: #100B04;
  font-weight: 700;
}.dtn-reg_cta_btn-cep:hover {
  background: #48C272;
}.dtn-reg_terms-cep {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #6A5940;
}.dtn-reg_seo-cep {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  font-size: 13px;
  line-height: 1.65;
  margin-top: 20px;
  color: #7D6A4C;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
}.dtn-reg_seo-cep p {
  color: #7D6A4C;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 10px;
}.dtn-reg_seo-cep p:last-child {
  margin-bottom: 0;
}.dtn-reg_seo-cep strong {
  font-weight: 700;
  color: #D4BC92;
}.dtn-reg_seo-cep a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A10;
}.dtn-reg_seo-cep a:hover {
  color: #E09E1A;
}.dtn-reg_seo-cep ul,.dtn-reg_seo-cep ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.dtn-reg_seo-cep ol {
  list-style: decimal;
}.dtn-reg_seo-cep li {
  margin-bottom: 0.25rem;
  font-size: 13px;
  color: #7D6A4C;
  line-height: 1.65;
}.dtn-reg_seo-cep table {
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.625rem;
  font-size: 13px;
  display: block;
}
@media(min-width: 765px) {.dtn-reg_seo-cep table {
  display: table;
}
}.dtn-reg_seo-cep th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D4BC92;
}.dtn-reg_seo-cep td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #7D6A4C;
}.dtn-reg_steps-cep {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 863px) {.dtn-reg_steps-cep {
  margin-top: 0;
}
}.dtn-reg_step-cep {
  gap: 14px;
  background: rgba(255, 220, 160, 0.05);
  padding: 16px;
  border: 1px solid rgba(255, 210, 140, 0.06);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.dtn-reg_step_num-cep {
  border-radius: 50%;
  background: rgba(200, 138, 16, 0.18);
  border: 1px solid rgba(200, 138, 16, 0.08);
  justify-content: center;
  font-weight: 800;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 0.875rem;
  width: 2.125rem;
  height: 34px;
  color: #C88A10;
}.dtn-reg_step_title-cep {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F5EAD0;
}.dtn-reg_step_text-cep {
  color: #7D6A4C;
  line-height: 1.5;
  font-size: 0.75rem;
}.dtn-reg_trust-cep {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  gap: 10px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
}.dtn-reg_trust_item-cep {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  color: #7D6A4C;
  display: flex;
  overflow-wrap: break-word;
}.dtn-reg_trust_ic-cep svg {
  height: 1rem;
  width: 16px;
  color: #C88A10;
  stroke-linejoin: round;
  stroke-linecap: round;
}.dtn-bon-cep {
  padding: 36px 1rem 0;
  background: #0E0A06;
}
@media(min-width: 771px) {.dtn-bon-cep {
  padding: 2.75rem 24px 0;
}
}.dtn-bon_in-cep {
  margin: 0 auto;
  max-width: 1320px;
}.dtn-bon_head-cep {
  margin-bottom: 1.25rem;
}.dtn-bon_label-cep {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C88A10;
}.dtn-bon_h2-cep {
  color: #F5EAD0;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.dtn-bon_h2-cep {
  font-size: 1.5rem;
}
}.dtn-bon_seo-cep {
  overflow-wrap: break-word;
  color: #7D6A4C;
  font-size: 13px;
  line-height: 1.6;
  max-width: 620px;
}.dtn-bon_seo-cep strong {
  font-weight: 700;
  color: #D4BC92;
}.dtn-bon_seo-cep a {
  color: #C88A10;
  text-decoration: underline;
}.dtn-bon_grid-cep {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.dtn-bon_grid-cep {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.dtn-bon_grid-cep {
  grid-template-columns: repeat(5,1fr);
}
}.dtn-bon_card-cep {
  padding: 1rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #141009;
}.dtn-bon_card-cep:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 138, 16, 0.08);
}.dtn-bon_card_ic-cep svg {
  height: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
}.dtn-bon_card_ic-cep {
  margin-bottom: 10px;
}.dtn-bon_card_type-cep {
  color: #7D6A4C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-size: 10px;
}.dtn-bon_card_amount-cep {
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 1.125rem;
  color: #E8B835;
}.dtn-bon_card_name-cep {
  color: #F5EAD0;
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 0.813rem;
}.dtn-bon_card_detail-cep {
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  line-height: 1.5;
  color: #6A5940;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  padding-top: 8px;
}.dtn-app-cep {
  background: #0E0A06;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.dtn-app-cep {
  padding: 2.75rem 24px 0;
}
}.dtn-app_in-cep {
  margin: 0 auto;
  max-width: 82.5rem;
}.dtn-app_head-cep {
  margin-bottom: 16px;
}.dtn-app_label-cep {
  color: #C88A10;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.dtn-app_h2-cep {
  margin-bottom: 6px;
  font-weight: 800;
  color: #F5EAD0;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.dtn-app_h2-cep {
  font-size: 1.5rem;
}
}.dtn-app_sub-cep {
  max-width: 600px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7D6A4C;
  line-height: 1.6;
}.dtn-app_sub-cep strong {
  color: #D4BC92;
  font-weight: 700;
}.dtn-app_cards-cep {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 642px) {.dtn-app_cards-cep {
  grid-template-columns: repeat(3,1fr);
}
}.dtn-app_card-cep {
  border-radius: 8px;
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.dtn-app_card_ios-cep {
  background: linear-gradient(135deg,rgba(200, 138, 16, 0.18) 0%,#1A120A 100%);
}.dtn-app_card_android-cep {
  background: linear-gradient(135deg,rgba(61, 170, 98, 0.16) 0%,#1A120A 100%);
}.dtn-app_card_win-cep {
  background: linear-gradient(135deg,rgba(232, 184, 53, 0.15) 0%,#1A120A 100%);
}.dtn-app_card_ic-cep svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
}.dtn-app_card_ic-cep {
  color: #F5EAD0;
  flex-shrink: 0;
}.dtn-app_card_os-cep {
  font-weight: 700;
  color: #7D6A4C;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 10px;
}.dtn-app_card_title-cep {
  line-height: 1.2;
  color: #F5EAD0;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.dtn-app_card_text-cep {
  line-height: 1.5;
  color: #7D6A4C;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 12px;
}.dtn-app_card_btn-cep {
  padding: 0.625rem 1.125rem;
  background: rgba(255, 220, 160, 0.12);
  border-radius: 0.25rem;
  transition: background .2s;
  gap: 0.438rem;
  border: 1px solid rgba(200, 135, 20, 0.55);
  color: #F5EAD0;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}.dtn-app_card_btn-cep:hover {
  background: rgba(255, 220, 160, 0.07);
}.dtn-seo-cep {
  background: #0E0A06;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.dtn-seo-cep {
  padding: 44px 24px 0;
}
}.dtn-seo_in-cep {
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 210, 140, 0.13);
  background: #1A120A;
  border-radius: 14px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.dtn-seo_in-cep {
  padding: 36px 2.5rem;
}
}.dtn-seo_label-cep {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C88A10;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
}.dtn-seo_h2-cep {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5EAD0;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}
@media(min-width: 770px) {.dtn-seo_h2-cep {
  font-size: 1.5rem;
}
}.dtn-seo_body-cep {
  color: #A8916A;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
}.dtn-seo_body-cep p {
  font-size: 14px;
  line-height: 1.75;
  color: #A8916A;
  margin-bottom: 0.75rem;
}.dtn-seo_body-cep p:last-child {
  margin-bottom: 0;
}.dtn-seo_body-cep strong {
  color: #D4BC92;
  font-weight: 700;
}.dtn-seo_body-cep a {
  transition: color .2s;
  color: #C88A10;
  text-decoration: underline;
}.dtn-seo_body-cep a:hover {
  color: #E09E1A;
}.dtn-seo_body-cep ul,.dtn-seo_body-cep ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.dtn-seo_body-cep ol {
  list-style: decimal;
}.dtn-seo_body-cep li {
  color: #A8916A;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
}.dtn-seo_body-cep table {
  display: block;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 766px) {.dtn-seo_body-cep table {
  display: table;
}
}.dtn-seo_body-cep th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D4BC92;
}.dtn-seo_body-cep td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 0.625rem 12px;
  color: #A8916A;
}.dtn-seo_cols-cep {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.dtn-seo_cols-cep {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.dtn-seo_cols-cep {
  grid-template-columns: repeat(3,1fr);
}
}.dtn-seo_col_h-cep {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #D4BC92;
}.dtn-seo_col_p-cep {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7D6A4C;
}.dtn-seo_stats-cep {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.dtn-seo_stat-cep {
  flex: 1;
  background: rgba(200, 138, 16, 0.08);
  border: 1px solid rgba(200, 138, 16, 0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.dtn-seo_stat_val-cep {
  margin-bottom: 0.25rem;
  color: #C88A10;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}.dtn-seo_stat_lb-cep {
  color: #7D6A4C;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.dtn-faq-cep {
  background: #0E0A06;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.dtn-faq-cep {
  padding: 2.75rem 1.5rem 0;
}
}.dtn-faq_in-cep {
  margin: 0 auto;
  max-width: 82.5rem;
}.dtn-faq_head-cep {
  margin-bottom: 20px;
}.dtn-faq_label-cep {
  font-size: 0.688rem;
  color: #C88A10;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.dtn-faq_h2-cep {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F5EAD0;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width:768px) {.dtn-faq_h2-cep {
  font-size: 1.5rem;
}
}.dtn-faq_list-cep {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.dtn-faq_item-cep {
  overflow: hidden;
  background: #1A120A;
  border-radius: 8px;
  border: 1px solid rgba(255, 210, 140, 0.13);
}.dtn-faq_q-cep {
  transition: color .2s;
  gap: 0.75rem;
  padding: 1rem 20px;
  cursor: pointer;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 600;
  color: #D4BC92;
}.dtn-faq_q-cep:hover {
  color: #F5EAD0;
}.dtn-faq_q_ic-cep {
  background: rgba(255, 220, 160, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  height: 24px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  align-items: center;
  color: #C88A10;
}.dtn-faq_item-cep.dtn-state_open-cep .dtn-faq_q_ic-cep {
  transform: rotate(45deg);
}.dtn-faq_a-cep {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7D6A4C;
  display: none;
  line-height: 1.7;
}.dtn-faq_item-cep.dtn-state_open-cep .dtn-faq_a-cep {
  display: block;
}.dtn-faq_a-cep strong {
  font-weight: 700;
  color: #D4BC92;
}.dtn-faq_a-cep a {
  color: #C88A10;
  text-decoration: underline;
}.dtn-faq_a-cep ul,.dtn-faq_a-cep ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.dtn-faq_a-cep ol {
  list-style: decimal;
}.dtn-faq_a-cep li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.dtn-faq_a-cep table {
  margin: 0.5rem 0;
  font-size: 12px;
  width: 100%;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width:768px) {.dtn-faq_a-cep table {
  display: table;
}
}.dtn-faq_a-cep th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #D4BC92;
  font-weight: 700;
}.dtn-faq_a-cep td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #7D6A4C;
}.dtn-seo-cep {
  padding: 36px 16px 0;
  background: #0E0A06;
}
@media(min-width: 765px) {.dtn-seo-cep {
  padding: 2.75rem 1.5rem 0;
}
}.dtn-seo_in-cep {
  border: 1px solid rgba(255, 210, 140, 0.13);
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  margin: 0 auto;
  background: #1A120A;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.dtn-seo_in-cep {
  padding: 36px 2.5rem;
}
}.dtn-seo_label-cep {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #C88A10;
  letter-spacing: .08em;
}.dtn-seo_h2-cep {
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  color: #F5EAD0;
}
@media(min-width:768px) {.dtn-seo_h2-cep {
  font-size: 1.5rem;
}
}.dtn-seo_body-cep {
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8916A;
}.dtn-seo_body-cep p {
  color: #A8916A;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.dtn-seo_body-cep p:last-child {
  margin-bottom: 0;
}.dtn-seo_body-cep strong {
  font-weight: 700;
  color: #D4BC92;
}.dtn-seo_body-cep a {
  transition: color .2s;
  color: #C88A10;
  text-decoration: underline;
}.dtn-seo_body-cep a:hover {
  color: #E09E1A;
}.dtn-seo_body-cep ul,.dtn-seo_body-cep ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.dtn-seo_body-cep ol {
  list-style: decimal;
}.dtn-seo_body-cep li {
  color: #A8916A;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.dtn-seo_body-cep table {
  font-size: 13px;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 771px) {.dtn-seo_body-cep table {
  display: table;
}
}.dtn-seo_body-cep th {
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  padding: 10px 0.75rem;
  color: #D4BC92;
  font-weight: 700;
  text-align: left;
}.dtn-seo_body-cep td {
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  padding: 10px 0.75rem;
  color: #A8916A;
}.dtn-seo_cols-cep {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.dtn-seo_cols-cep {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.dtn-seo_cols-cep {
  grid-template-columns: repeat(3,1fr);
}
}.dtn-seo_col_h-cep {
  overflow-wrap: break-word;
  color: #D4BC92;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.dtn-seo_col_p-cep {
  line-height: 1.65;
  color: #7D6A4C;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.dtn-seo_stats-cep {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.dtn-seo_stat-cep {
  border-radius: 8px;
  background: rgba(200, 138, 16, 0.08);
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200, 138, 16, 0.18);
  min-width: 140px;
}.dtn-seo_stat_val-cep {
  font-weight: 800;
  color: #C88A10;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.dtn-seo_stat_lb-cep {
  overflow-wrap: break-word;
  color: #7D6A4C;
  font-size: 11px;
}.dtn-seo-cep {
  background: #0E0A06;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.dtn-seo-cep {
  padding: 44px 24px 0;
}
}.dtn-seo_in-cep {
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #1A120A;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  max-width: 82.5rem;
}
@media(min-width: 765px) {.dtn-seo_in-cep {
  padding: 2.25rem 40px;
}
}.dtn-seo_label-cep {
  margin-bottom: 10px;
  color: #C88A10;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.dtn-seo_h2-cep {
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F5EAD0;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.dtn-seo_h2-cep {
  font-size: 24px;
}
}.dtn-seo_body-cep {
  line-height: 1.75;
  color: #A8916A;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.dtn-seo_body-cep p {
  line-height: 1.75;
  font-size: 14px;
  color: #A8916A;
  margin-bottom: 0.75rem;
}.dtn-seo_body-cep p:last-child {
  margin-bottom: 0;
}.dtn-seo_body-cep strong {
  color: #D4BC92;
  font-weight: 700;
}.dtn-seo_body-cep a {
  transition: color .2s;
  color: #C88A10;
  text-decoration: underline;
}.dtn-seo_body-cep a:hover {
  color: #E09E1A;
}.dtn-seo_body-cep ul,.dtn-seo_body-cep ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.dtn-seo_body-cep ol {
  list-style: decimal;
}.dtn-seo_body-cep li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A8916A;
}.dtn-seo_body-cep table {
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  display: block;
}
@media(min-width: 770px) {.dtn-seo_body-cep table {
  display: table;
}
}.dtn-seo_body-cep th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 220, 160, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D4BC92;
}.dtn-seo_body-cep td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
  color: #A8916A;
}.dtn-seo_cols-cep {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.dtn-seo_cols-cep {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.dtn-seo_cols-cep {
  grid-template-columns: repeat(3,1fr);
}
}.dtn-seo_col_h-cep {
  color: #D4BC92;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
}.dtn-seo_col_p-cep {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7D6A4C;
  line-height: 1.65;
}.dtn-seo_stats-cep {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.dtn-seo_stat-cep {
  background: rgba(200, 138, 16, 0.08);
  border: 1px solid rgba(200, 138, 16, 0.18);
  padding: 14px 16px;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 8.75rem;
}.dtn-seo_stat_val-cep {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
  color: #C88A10;
}.dtn-seo_stat_lb-cep {
  font-size: 0.688rem;
  color: #7D6A4C;
  overflow-wrap: break-word;
}.dtn-ft-cep {
  background: #080604;
  border-top: 1px solid rgba(255, 220, 160, 0.05);
  margin-top: 48px;
}.dtn-ft_support-cep {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
}
@media(min-width: 766px) {.dtn-ft_support-cep {
  padding: 28px 24px;
}
}.dtn-ft_support_in-cep {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
}.dtn-ft_support_main-cep {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 220px;
}.dtn-ft_support_ic-cep {
  color: #C88A10;
  flex-shrink: 0;
}.dtn-ft_support_ic-cep svg {
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.875rem;
}.dtn-ft_support_text_title-cep {
  color: #F5EAD0;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 15px;
}.dtn-ft_support_text_sub-cep {
  overflow-wrap: break-word;
  color: #7D6A4C;
  font-size: 12px;
}.dtn-ft_support_btn-cep {
  transition: background .2s;
  padding: 11px 22px;
  background: #C88A10;
  border-radius: 0.5rem;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
  color: #F5EAD0;
  white-space: nowrap;
}.dtn-ft_support_btn-cep:hover {
  background: #E09E1A;
}.dtn-ft_support_contacts-cep {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.dtn-ft_support_contact-cep {
  color: #6A5940;
  font-size: 12px;
  line-height: 1.4;
}.dtn-ft_support_contact-cep strong {
  font-size: 11px;
  font-weight: 600;
  color: #A8916A;
  display: block;
  margin-bottom: 2px;
}.dtn-ft_main-cep {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 220, 160, 0.05);
}
@media(min-width: 766px) {.dtn-ft_main-cep {
  padding: 2.5rem 24px 2rem;
}
}.dtn-ft_main_in-cep {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.dtn-ft_main_in-cep {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.dtn-ft_main_in-cep {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.dtn-ft_col_logo-cep {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.dtn-ft_col_logo-cep {
  grid-column: auto;
}
}.dtn-ft_logo-cep {
  gap: 9px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EAD0;
  display: flex;
  align-items: center;
}.dtn-ft_logo_mark-cep {
  overflow: hidden;
  border-radius: 4px;
  width: 30px;
  height: 1.875rem;
}.dtn-ft_logo_mark-cep img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.dtn-ft_logo_sub-cep {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #6A5940;
  line-height: 1.55;
  max-width: 200px;
}.dtn-ft_col_title-cep {
  font-size: 12px;
  letter-spacing: .07em;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #A8916A;
}.dtn-ft_col_links-cep {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.dtn-ft_col_link-cep {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6A5940;
}.dtn-ft_col_link-cep:hover {
  color: #D4BC92;
}.dtn-ft_apps-cep {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.dtn-ft_app_card-cep {
  background: rgba(255, 220, 160, 0.05);
  gap: 0.625rem;
  border: 1px solid rgba(255, 210, 140, 0.13);
  transition: border-color .2s;
  border-radius: 0.25rem;
  padding: 0.625rem 0.75rem;
  display: flex;
  align-items: center;
}.dtn-ft_app_card-cep:hover {
  border-color: rgba(200, 135, 20, 0.55);
}.dtn-ft_app_card_ic-cep svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.dtn-ft_app_card_os-cep {
  font-weight: 600;
  color: #6A5940;
  font-size: 0.625rem;
}.dtn-ft_app_card_action-cep {
  color: #D4BC92;
  font-size: 0.75rem;
  font-weight: 700;
}.dtn-ft_bot-cep {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.dtn-ft_bot-cep {
  padding: 20px 1.5rem;
}
}.dtn-ft_bot_in-cep {
  margin: 0 auto;
  gap: 1rem;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.dtn-ft_socials-cep {
  gap: 0.5rem;
  display: flex;
}.dtn-ft_soc-cep {
  transition: background .2s;
  border-radius: 4px;
  border: 1px solid rgba(255, 210, 140, 0.13);
  background: rgba(255, 220, 160, 0.05);
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2.25rem;
  height: 36px;
  color: #A8916A;
}.dtn-ft_soc-cep svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.dtn-ft_soc-cep:hover {
  background: rgba(255, 220, 160, 0.07);
}.dtn-ft_legal-cep {
  flex: 1;
  line-height: 1.6;
  color: #8C7558;
  font-size: 11px;
  min-width: 200px;
  overflow-wrap: break-word;
}.dtn-ft_legal-cep strong {
  font-weight: 700;
  color: #A8916A;
}.dtn-ft_legal-cep a {
  color: #A8916A;
  text-decoration: underline;
}.dtn-ft_age-cep {
  border: 2px solid #8C7558;
  border-radius: 50%;
  flex-shrink: 0;
  width: 2rem;
  margin-left: auto;
  color: #8C7558;
  height: 32px;
  justify-content: center;
  display: flex;
  font-weight: 800;
  align-items: center;
  font-size: 11px;
}