html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #131210;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  color: #C9BFB0;
}.tdg_layout-ag3 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.tdg_page-ag3 {
  min-height: 100vh;
  display: flex;
}.tdg_main-ag3 {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1077px) {.tdg_main-ag3 {
  padding-left: 220px;
}
}
@media (max-width: 1077px) {.tdg_main-ag3 {
  padding-bottom: 4.5rem;
}
}.tdg_gc-ag3 {
  border-radius: 8px;
  border: 1px solid rgba(255, 235, 200, 0.06);
  background: #181613;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 642px) {.tdg_gc-ag3 {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.tdg_gc-ag3 {
  width: 10.5rem;
}
}.tdg_gc-ag3:hover {
  border-color: rgba(200, 137, 42, 0.07);
  transform: translateY(-3px);
}.tdg_gc_img-ag3 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.tdg_gc_img-ag3 img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.tdg_gc_hover-ag3 {
  background: rgba(12, 10, 8, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
}.tdg_gc-ag3:hover .tdg_gc_hover-ag3 {
  opacity: 1;
}.tdg_gc_hover_btn-ag3 {
  padding: 0.5rem 1rem;
  background: #C8892A;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #F3EDE3;
  font-size: 12px;
}.tdg_gc_info-ag3 {
  padding: 0.5rem 10px 10px;
}.tdg_gc_name-ag3 {
  overflow: hidden;
  white-space: nowrap;
  color: #C9BFB0;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
}.tdg_gc_prov-ag3 {
  font-size: 10px;
  color: #5C5448;
}.tdg_gc_tag-ag3 {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 0.563rem;
  top: 0.375rem;
  left: 0.375rem;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
}.tdg_gc_tag_hot-ag3 {
  background: #D63B3B;
  color: #fff;
}.tdg_gc_tag_new-ag3 {
  background: #2DB87A;
  color: #131210;
}.tdg_gc_tag_jp-ag3 {
  background: #E8B030;
  color: #131210;
}.tdg_gc_tag_ex-ag3 {
  background: #A05428;
  color: #fff;
}.tdg_gc_tag_live-ag3 {
  background: #D63B3B;
  color: #fff;
}.tdg_gr-ag3 {
  padding: 2rem 1rem 0;
  background: #131210;
}
@media(min-width: 767px) {.tdg_gr-ag3 {
  padding: 36px 1.5rem 0;
}
}.tdg_gr_in-ag3 {
  margin: 0 auto;
  max-width: 1320px;
}.tdg_gr_head-ag3 {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.tdg_gr_head_l-ag3 {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.tdg_gr_ic-ag3 {
  border-radius: 8px;
  align-items: center;
  height: 2rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 2rem;
}.tdg_gr_ic-ag3 svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.tdg_gr_title-ag3 {
  color: #F3EDE3;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 766px) {.tdg_gr_title-ag3 {
  font-size: 18px;
}
}.tdg_gr_more-ag3 {
  gap: 5px;
  transition: color .2s;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75rem;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  color: #736A5A;
}.tdg_gr_more-ag3:hover {
  color: #C8892A;
}.tdg_gr_more-ag3 svg {
  height: 12px;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.tdg_gr_arrows-ag3 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.tdg_gr_arr-ag3 {
  border-radius: 4px;
  background: rgba(255, 245, 230, 0.05);
  border: 1px solid rgba(255, 235, 200, 0.10);
  transition: background .15s,color .15s;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  color: #9A8E7C;
  display: flex;
  justify-content: center;
}.tdg_gr_arr-ag3:hover {
  background: rgba(255, 245, 230, 0.07);
  color: #F3EDE3;
}.tdg_gr_arr-ag3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
}.tdg_gr_seo_h-ag3 {
  margin: 0 0 6px;
  font-family: 'Oswald', sans-serif;
  color: #C9BFB0;
  max-width: 680px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
}
@media(min-width: 767px) {.tdg_gr_seo_h-ag3 {
  font-size: 14px;
}
}.tdg_gr_seo-ag3 {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  max-width: 680px;
  color: #736A5A;
  line-height: 1.55;
  font-size: 0.75rem;
}.tdg_gr_seo-ag3 strong {
  font-weight: 600;
  color: #C9BFB0;
}.tdg_gr_scroll-ag3 {
  gap: 10px;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.tdg_gr_scroll-ag3::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.tdg_gr_scroll-ag3 {
  gap: 12px;
}
}.tdg_tb-ag3 {
  border-bottom: 1px solid rgba(255, 245, 230, 0.07);
  background: #131210;
  display: flex;
  right: 0;
  align-items: center;
  height: 3.5rem;
  z-index: 80;
  top: 0;
  position: fixed;
  left: 0;
}.tdg_tb_in-ag3 {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.tdg_tb_burger-ag3 {
  border-radius: 8px;
  gap: 5px;
  justify-content: center;
  align-items: center;
  height: 2.375rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 38px;
  margin-right: 8px;
}.tdg_tb_burger-ag3:hover {
  background: rgba(255, 245, 230, 0.05);
}.tdg_tb_burger_line-ag3 {
  background: #9A8E7C;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1082px) {.tdg_tb_burger-ag3 {
  display: none;
}
}.tdg_tb_logo-ag3 {
  gap: 9px;
  color: #F3EDE3;
  align-items: center;
  font-size: 1.125rem;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  display: flex;
  margin-right: 20px;
  font-weight: 800;
}.tdg_tb_logo_mark-ag3 {
  overflow: hidden;
  border-radius: 0.5rem;
  align-items: center;
  height: 32px;
  display: flex;
  justify-content: center;
  width: 2rem;
}.tdg_tb_logo_mark-ag3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.tdg_tb_nav-ag3 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.tdg_tb_nav-ag3 {
  display: flex;
}
}.tdg_tb_tab-ag3 {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #9A8E7C;
  font-weight: 600;
}.tdg_tb_tab-ag3:hover {
  background: rgba(255, 245, 230, 0.05);
  color: #F3EDE3;
}.tdg_tb_tab-ag3.tdg_state_active-ag3 {
  background: rgba(200, 137, 42, 0.18);
  color: #F3EDE3;
}.tdg_tb_right-ag3 {
  gap: 0.5rem;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
}.tdg_tb_login-ag3 {
  border: 1px solid rgba(255, 235, 200, 0.10);
  transition: border-color .2s,color .2s;
  background: rgba(255, 245, 230, 0.05);
  padding: 0.563rem 16px;
  border-radius: 8px;
  display: none;
  font-size: 13px;
  color: #C9BFB0;
  font-weight: 600;
}.tdg_tb_login-ag3:hover {
  border-color: rgba(200, 137, 42, 0.45);
  color: #F3EDE3;
}
@media(min-width:480px) {.tdg_tb_login-ag3 {
  display: block;
}
}.tdg_tb_reg-ag3 {
  border-radius: 0.5rem;
  padding: 0.563rem 18px;
  background: #2DB87A;
  transition: background .2s;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #100E0B;
}.tdg_tb_reg-ag3:hover {
  background: #34D48E;
}.tdg_sb-ag3 {
  border-right: 1px solid rgba(255, 245, 230, 0.05);
  background: #1D1B18;
  transition: transform .25s ease;
  transform: translateX(-100%);
  left: 0;
  width: 220px;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
  top: 56px;
  position: fixed;
}.tdg_sb-ag3.tdg_state_open-ag3 {
  transform: translateX(0);
}.tdg_sb-ag3::-webkit-scrollbar {
  width: 4px;
}.tdg_sb-ag3::-webkit-scrollbar-thumb {
  background: rgba(255, 245, 230, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.tdg_sb-ag3 {
  transform: translateX(0);
}
}.tdg_sb_auth-ag3 {
  padding: 14px 12px 0.625rem;
}.tdg_sb_btn_reg-ag3 {
  padding: 0.688rem;
  background: #2DB87A;
  border-radius: 8px;
  transition: background .2s;
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #100E0B;
  font-weight: 700;
  text-align: center;
}.tdg_sb_btn_reg-ag3:hover {
  background: #34D48E;
}.tdg_sb_btn_login-ag3 {
  background: rgba(255, 245, 230, 0.05);
  border: 1px solid rgba(255, 235, 200, 0.10);
  border-radius: 0.5rem;
  padding: 10px;
  transition: border-color .2s;
  display: block;
  text-align: center;
  color: #C9BFB0;
  font-weight: 600;
  font-size: 13px;
}.tdg_sb_btn_login-ag3:hover {
  border-color: rgba(200, 137, 42, 0.45);
  color: #F3EDE3;
}.tdg_sb_promo-ag3 {
  border-radius: 0.5rem;
  margin: 0 0.75rem 0.625rem;
  overflow: hidden;
  background: linear-gradient(135deg,#2A1A08,#1D1B18);
  border: 1px solid rgba(200, 137, 42, 0.18);
  padding: 12px 14px;
  position: relative;
}.tdg_sb_promo-ag3::before {
  background: radial-gradient(circle,rgba(200, 137, 42, 0.18),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  content: '';
  width: 5rem;
  top: -1.25rem;
  position: absolute;
  right: -20px;
}.tdg_sb_promo_title-ag3 {
  color: #C8892A;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}.tdg_sb_promo_text-ag3 {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #F3EDE3;
  font-weight: 600;
  line-height: 1.35;
}.tdg_sb_promo_sub-ag3 {
  margin-top: 3px;
  color: #736A5A;
  font-size: 0.625rem;
}.tdg_sb_nav-ag3 {
  padding: 0.375rem 8px 16px;
}.tdg_sb_nav_lb-ag3 {
  padding: 10px 0.5rem 6px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  color: #5C5448;
  text-transform: uppercase;
}.tdg_sb_link-ag3 {
  border-radius: 4px;
  transition: background .15s,color .15s;
  padding: 9px 10px;
  gap: 0.625rem;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #9A8E7C;
}.tdg_sb_link-ag3:hover {
  background: rgba(255, 245, 230, 0.05);
  color: #F3EDE3;
}.tdg_sb_link-ag3.tdg_state_active-ag3 {
  background: rgba(200, 137, 42, 0.18);
  color: #F3EDE3;
}.tdg_sb_ic-ag3 {
  border-radius: 0.25rem;
  justify-content: center;
  display: flex;
  width: 1.875rem;
  align-items: center;
  flex-shrink: 0;
  height: 30px;
}.tdg_sb_ic-ag3 svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.tdg_sb_ic_1-ag3 {
  background: rgba(200, 137, 42, 0.07);
  color: #C8892A;
}.tdg_sb_ic_2-ag3 {
  background: rgba(45, 184, 122, 0.15);
  color: #2DB87A;
}.tdg_sb_ic_3-ag3 {
  background: rgba(232, 176, 48, 0.14);
  color: #E8B030;
}.tdg_sb_ic_4-ag3 {
  background: rgba(160, 84, 40, 0.22);
  color: #A05428;
}.tdg_sb_ic_5-ag3 {
  background: rgba(200, 137, 42, 0.07);
  color: #E04878;
}.tdg_sb_ic_6-ag3 {
  background: rgba(160, 84, 40, 0.22);
  color: #8B42D4;
}.tdg_sb_badge-ag3 {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #E8B030;
  color: #100E0B;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
}.tdg_sb_bot-ag3 {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 245, 230, 0.05);
  display: flex;
}.tdg_sb_lang-ag3,.tdg_sb_help-ag3 {
  padding: 0.563rem 0.375rem;
  flex: 1;
  gap: 6px;
  border: 1px solid rgba(255, 235, 200, 0.06);
  border-radius: 0.25rem;
  background: rgba(255, 245, 230, 0.05);
  transition: border-color .2s;
  color: #9A8E7C;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.688rem;
  display: flex;
}.tdg_sb_lang-ag3:hover,.tdg_sb_help-ag3:hover {
  border-color: rgba(200, 137, 42, 0.45);
  color: #F3EDE3;
}.tdg_sb_lang-ag3 svg,.tdg_sb_help-ag3 svg {
  width: 0.813rem;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.tdg_sb_bd-ag3 {
  inset: 0;
  background: rgba(12, 10, 8, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.tdg_sb_bd-ag3.tdg_state_on-ag3 {
  display: block;
}
@media(min-width: 1082px) {.tdg_sb_bd-ag3 {
  display: none!important;
}
}.tdg_mob_nav-ag3 {
  border-top: 1px solid rgba(255, 235, 200, 0.10);
  background: #1D1B18;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  bottom: 0;
  right: 0;
  z-index: 80;
  display: flex;
  left: 0;
  position: fixed;
}
@media(min-width: 1082px) {.tdg_mob_nav-ag3 {
  display: none;
}
}.tdg_mob_nav_item-ag3 {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  display: flex;
  align-items: center;
  color: #5C5448;
  flex-direction: column;
  cursor: pointer;
}.tdg_mob_nav_ic-ag3 {
  line-height: 1;
}.tdg_mob_nav_ic-ag3 svg {
  stroke-linecap: round;
  width: 1.25rem;
  height: 20px;
  stroke-linejoin: round;
}.tdg_mob_nav_lb-ag3 {
  font-size: 10px;
  color: #5C5448;
  font-weight: 600;
}.tdg_mob_nav_item-ag3.tdg_state_active-ag3 {
  color: #C8892A;
}.tdg_mob_nav_item-ag3.tdg_state_active-ag3 .tdg_mob_nav_lb-ag3 {
  color: #C8892A;
}.tdg_hero-ag3 {
  background: #131210;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.tdg_hero-ag3 {
  padding: 1.5rem 24px 0;
}
}.tdg_hero_in-ag3 {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.tdg_hero_in-ag3 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.tdg_hero_in-ag3 {
  grid-template-columns: 1fr 21.25rem;
}
}.tdg_hero_promo-ag3 {
  border-radius: 0.75rem;
  overflow: hidden;
  background: #181613;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
  position: relative;
}
@media(min-width: 769px) {.tdg_hero_promo-ag3 {
  min-height: 17.5rem;
}
}.tdg_hero_promo_bg-ag3 {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2A1A08 0%,#131210 100%);
  background-size: cover;
  position: absolute;
}.tdg_hero_promo_bg-ag3::after {
  background: linear-gradient(90deg,#131210 0%,rgba(12, 10, 8, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.tdg_hero_promo_glow-ag3 {
  background: radial-gradient(circle,rgba(160, 84, 40, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  position: absolute;
  top: -40px;
  pointer-events: none;
  right: 3.75rem;
  height: 300px;
}.tdg_hero_promo_ct-ag3 {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  position: relative;
  display: flex;
  z-index: 2;
}
@media(min-width: 769px) {.tdg_hero_promo_ct-ag3 {
  padding: 40px 32px;
}
}.tdg_hero_badge-ag3 {
  background: rgba(200, 137, 42, 0.18);
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(200, 137, 42, 0.07);
  font-weight: 700;
  color: #C8892A;
  margin-bottom: 14px;
  letter-spacing: .08em;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
}.tdg_hero_h1-ag3 {
  margin-bottom: 10px;
  line-height: 1.15;
  color: #F3EDE3;
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}.tdg_hero_h1-ag3 em {
  font-style: normal;
  color: #E8B030;
}
@media(min-width:768px) {.tdg_hero_h1-ag3 {
  font-size: 36px;
}
}.tdg_hero_sub-ag3 {
  color: #9A8E7C;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width:768px) {.tdg_hero_sub-ag3 {
  font-size: 14px;
}
}.tdg_hero_row-ag3 {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.tdg_hero_cta-ag3 {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #2DB87A;
  padding: 13px 26px;
  color: #100E0B;
  box-shadow: 0 3px 1.125rem rgba(45, 184, 122, 0.42), 0 1px 3px rgba(12, 10, 8, 0.70);
  font-size: 0.875rem;
  font-weight: 700;
}.tdg_hero_cta-ag3:hover {
  background: #34D48E;
}.tdg_hero_terms-ag3 {
  color: #5C5448;
  font-size: 11px;
}.tdg_hero_game-ag3 {
  overflow: hidden;
  background: #181613;
  border: 1px solid rgba(255, 235, 200, 0.06);
  border-radius: 0.75rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.tdg_hero_game_badge-ag3 {
  background: rgba(232, 176, 48, 0.14);
  border: 1px solid rgba(232, 176, 48, 0.14);
  border-radius: 20px;
  padding: 0.313rem 0.625rem;
  font-size: 10px;
  color: #E8B030;
  top: 12px;
  font-weight: 700;
  z-index: 3;
  position: absolute;
  letter-spacing: .06em;
  text-transform: uppercase;
  left: 0.75rem;
}.tdg_hero_game_badge-ag3 svg {
  width: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 0.688rem;
}.tdg_hero_game_img-ag3 {
  background: linear-gradient(135deg,#2A1A08,#131210);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.tdg_hero_game_img-ag3 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.tdg_hero_game_play-ag3 {
  inset: 0;
  background: rgba(12, 10, 8, 0.72);
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.tdg_hero_game-ag3:hover .tdg_hero_game_play-ag3 {
  opacity: 1;
}.tdg_hero_game_play-ag3 span {
  background: #C8892A;
  border-radius: 50%;
  justify-content: center;
  width: 52px;
  height: 52px;
  align-items: center;
  display: flex;
}.tdg_hero_game_play-ag3 span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 1.125rem;
}.tdg_hero_game_info-ag3 {
  padding: 14px 1rem;
}.tdg_hero_game_title-ag3 {
  margin-bottom: 0.25rem;
  color: #F3EDE3;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
}.tdg_hero_game_provider-ag3 {
  font-size: 11px;
  color: #736A5A;
}.tdg_hero_game_btn-ag3 {
  border-radius: 0.5rem;
  padding: 0.688rem;
  transition: background .2s;
  margin: 0.75rem 16px 16px;
  background: #C8892A;
  color: #F3EDE3;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 13px;
}.tdg_hero_game-ag3:hover .tdg_hero_game_btn-ag3 {
  background: #DFA040;
}.tdg_gcg-ag3 {
  background: #131210;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.tdg_gcg-ag3 {
  padding: 2.75rem 1.5rem 0;
}
}.tdg_gcg_in-ag3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.tdg_gcg_head-ag3 {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.tdg_gcg_label-ag3 {
  color: #C8892A;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
}.tdg_gcg_h2-ag3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  color: #F3EDE3;
}
@media(min-width: 771px) {.tdg_gcg_h2-ag3 {
  font-size: 1.75rem;
}
}.tdg_gcg_intro-ag3 {
  font-size: 13px;
  color: #736A5A;
  line-height: 1.6;
}.tdg_gcg_grid-ag3 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.tdg_gcg_grid-ag3 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.tdg_gcg_grid-ag3 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.tdg_gcg_card-ag3 {
  border: 1px solid rgba(255, 235, 200, 0.10);
  transition: transform .2s,border-color .2s;
  border-radius: 0.75rem;
  padding: 1.25rem;
  overflow: hidden;
  min-height: 15rem;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}.tdg_gcg_card-ag3:hover {
  border-color: rgba(200, 137, 42, 0.18);
  transform: translateY(-3px);
}.tdg_gcg_card_bg-ag3 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.tdg_gcg_card_bg-ag3::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.tdg_gcg_card_ic-ag3 {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  align-items: center;
  height: 40px;
  width: 40px;
  color: #F3EDE3;
  z-index: 2;
  justify-content: center;
  top: 1.125rem;
  display: flex;
  position: absolute;
  right: 1.125rem;
}.tdg_gcg_card_ic-ag3 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
  height: 1.25rem;
}.tdg_gcg_card_ct-ag3 {
  z-index: 1;
  position: relative;
}.tdg_gcg_card_h-ag3 {
  margin-bottom: 0.5rem;
  color: #F3EDE3;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
}
@media(min-width: 769px) {.tdg_gcg_card_h-ag3 {
  font-size: 1.25rem;
}
}.tdg_gcg_card_p-ag3 {
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.tdg_gcg_card_p-ag3 strong {
  color: #F3EDE3;
  font-weight: 600;
}.tdg_gcg_card_cta-ag3 {
  gap: 4px;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .04em;
  display: inline-flex;
  font-size: 0.75rem;
  color: #C8892A;
  font-weight: 700;
}.tdg_gcg_card_cta-ag3 svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.tdg_ws-ag3 {
  background: #131210;
  padding: 2rem 16px 0;
}
@media(min-width: 765px) {.tdg_ws-ag3 {
  padding: 36px 24px 0;
}
}.tdg_ws_in-ag3 {
  margin: 0 auto;
  max-width: 1320px;
}.tdg_ws_head-ag3 {
  gap: 12px;
  margin-bottom: 14px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.tdg_ws_title-ag3 {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  color: #F3EDE3;
  font-weight: 700;
  display: flex;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Oswald', sans-serif;
}.tdg_ws_title_ic-ag3 svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
  color: #E8B030;
}.tdg_ws_online-ag3 {
  gap: 0.438rem;
  color: #736A5A;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
}.tdg_ws_online_dot-ag3 {
  border-radius: 50%;
  background: #2DB87A;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(45, 184, 122, 0.15);
  width: 0.5rem;
  height: 8px;
}.tdg_ws_scroll-ag3 {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
}.tdg_ws_scroll-ag3::-webkit-scrollbar {
  display: none;
}.tdg_wc-ag3 {
  background: #181613;
  border-radius: 8px;
  padding: 10px 0.875rem;
  gap: 10px;
  border: 1px solid rgba(255, 235, 200, 0.10);
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.tdg_wc_img-ag3 {
  background: #1D1B18;
  overflow: hidden;
  border-radius: 4px;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.tdg_wc_img-ag3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.tdg_wc_info-ag3 {
  min-width: 0;
}.tdg_wc_game-ag3 {
  overflow: hidden;
  font-weight: 600;
  color: #C9BFB0;
  white-space: nowrap;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.tdg_wc_player-ag3 {
  overflow: hidden;
  font-size: 0.625rem;
  color: #5C5448;
  white-space: nowrap;
  text-overflow: ellipsis;
}.tdg_wc_amount-ag3 {
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #2DB87A;
  margin-left: auto;
}.tdg_app-ag3 {
  background: #131210;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.tdg_app-ag3 {
  padding: 44px 1.5rem 0;
}
}.tdg_app_in-ag3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.tdg_app_head-ag3 {
  margin-bottom: 16px;
}.tdg_app_label-ag3 {
  font-size: 11px;
  font-weight: 700;
  color: #C8892A;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.tdg_app_h2-ag3 {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F3EDE3;
}
@media(min-width: 766px) {.tdg_app_h2-ag3 {
  font-size: 1.5rem;
}
}.tdg_app_sub-ag3 {
  color: #736A5A;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 600px;
}.tdg_app_sub-ag3 strong {
  color: #C9BFB0;
  font-weight: 700;
}.tdg_app_cards-ag3 {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.tdg_app_cards-ag3 {
  grid-template-columns: repeat(3,1fr);
}
}.tdg_app_card-ag3 {
  border-radius: 8px;
  padding: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.tdg_app_card_ios-ag3 {
  background: linear-gradient(135deg,rgba(200, 137, 42, 0.18) 0%,#1D1B18 100%);
}.tdg_app_card_android-ag3 {
  background: linear-gradient(135deg,rgba(45, 184, 122, 0.15) 0%,#1D1B18 100%);
}.tdg_app_card_win-ag3 {
  background: linear-gradient(135deg,rgba(232, 176, 48, 0.14) 0%,#1D1B18 100%);
}.tdg_app_card_ic-ag3 svg {
  stroke-linejoin: round;
  width: 34px;
  height: 34px;
  stroke-linecap: round;
}.tdg_app_card_ic-ag3 {
  color: #F3EDE3;
  flex-shrink: 0;
}.tdg_app_card_os-ag3 {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #736A5A;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
}.tdg_app_card_title-ag3 {
  overflow-wrap: break-word;
  font-size: 15px;
  line-height: 1.2;
  color: #F3EDE3;
  font-weight: 700;
  margin-bottom: 6px;
}.tdg_app_card_text-ag3 {
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: #736A5A;
}.tdg_app_card_btn-ag3 {
  transition: background .2s;
  background: rgba(255, 245, 230, 0.12);
  border: 1px solid rgba(200, 137, 42, 0.45);
  border-radius: 0.25rem;
  padding: 10px 1.125rem;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #F3EDE3;
  display: inline-flex;
  align-items: center;
}.tdg_app_card_btn-ag3:hover {
  background: rgba(255, 245, 230, 0.07);
}.tdg_prov-ag3 {
  background: #131210;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.tdg_prov-ag3 {
  padding: 44px 24px 0;
}
}.tdg_prov_in-ag3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.tdg_prov_head-ag3 {
  margin-bottom: 16px;
}.tdg_prov_label-ag3 {
  color: #C8892A;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.tdg_prov_h2-ag3 {
  overflow-wrap: break-word;
  color: #F3EDE3;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.tdg_prov_h2-ag3 {
  font-size: 24px;
}
}.tdg_prov_seo-ag3 {
  overflow-wrap: break-word;
  max-width: 38.75rem;
  margin-bottom: 1rem;
  color: #736A5A;
  line-height: 1.6;
  font-size: 13px;
}.tdg_prov_seo-ag3 strong {
  color: #C9BFB0;
  font-weight: 700;
}.tdg_prov_seo-ag3 a {
  color: #C8892A;
  text-decoration: underline;
}.tdg_prov_grid-ag3 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.tdg_prov_grid-ag3 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.tdg_prov_grid-ag3 {
  grid-template-columns: repeat(8,1fr);
}
}.tdg_prov_card-ag3 {
  border-radius: 8px;
  background: #181613;
  border: 1px solid rgba(255, 235, 200, 0.10);
  padding: 14px 0.625rem;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.tdg_prov_card-ag3:hover {
  border-color: rgba(200, 137, 42, 0.45);
  background: #1D1B18;
}.tdg_prov_logo-ag3 {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255, 245, 230, 0.05);
  width: 44px;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}.tdg_prov_logo-ag3 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.tdg_prov_name-ag3 {
  font-weight: 600;
  color: #9A8E7C;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 11px;
}.tdg_reg-ag3 {
  padding: 36px 16px 0;
  background: #131210;
}
@media(min-width: 765px) {.tdg_reg-ag3 {
  padding: 2.75rem 24px 0;
}
}.tdg_reg_in-ag3 {
  margin: 0 auto;
  border: 1px solid rgba(255, 235, 200, 0.06);
  background: #1D1B18;
  border-radius: 12px;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.tdg_reg_in-ag3 {
  padding: 2.5rem;
}
}.tdg_reg_top-ag3 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.tdg_reg_top-ag3 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.tdg_reg_label-ag3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #C8892A;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.tdg_reg_h2-ag3 {
  margin-bottom: 12px;
  font-family: 'Oswald', sans-serif;
  color: #F3EDE3;
  font-size: 1.375rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.tdg_reg_h2-ag3 {
  font-size: 28px;
}
}.tdg_reg_bonus-ag3 {
  border-radius: 8px;
  gap: 8px;
  padding: 10px 1rem;
  background: rgba(232, 176, 48, 0.14);
  border: 1px solid rgba(232, 176, 48, 0.14);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.tdg_reg_bonus_amount-ag3 {
  color: #E8B030;
  font-weight: 800;
  font-size: 1.25rem;
}.tdg_reg_bonus_text-ag3 {
  font-size: 13px;
  color: #9A8E7C;
  line-height: 1.35;
}.tdg_reg_cta_btn-ag3 {
  padding: 0.875rem 32px;
  border-radius: 8px;
  transition: background .2s;
  background: #2DB87A;
  margin-bottom: 12px;
  display: inline-block;
  box-shadow: 0 3px 18px rgba(45, 184, 122, 0.42), 0 1px 3px rgba(12, 10, 8, 0.70);
  font-size: 15px;
  color: #100E0B;
  font-weight: 700;
}.tdg_reg_cta_btn-ag3:hover {
  background: #34D48E;
}.tdg_reg_terms-ag3 {
  line-height: 1.5;
  font-size: 11px;
  color: #5C5448;
}.tdg_reg_seo-ag3 {
  border-top: 1px solid rgba(255, 245, 230, 0.05);
  overflow-wrap: break-word;
  color: #736A5A;
  margin-top: 20px;
  line-height: 1.65;
  padding-top: 1.25rem;
  font-size: 0.813rem;
}.tdg_reg_seo-ag3 p {
  font-size: 0.813rem;
  color: #736A5A;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.tdg_reg_seo-ag3 p:last-child {
  margin-bottom: 0;
}.tdg_reg_seo-ag3 strong {
  color: #C9BFB0;
  font-weight: 700;
}.tdg_reg_seo-ag3 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8892A;
}.tdg_reg_seo-ag3 a:hover {
  color: #DFA040;
}.tdg_reg_seo-ag3 ul,.tdg_reg_seo-ag3 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.tdg_reg_seo-ag3 ol {
  list-style: decimal;
}.tdg_reg_seo-ag3 li {
  font-size: 13px;
  color: #736A5A;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.tdg_reg_seo-ag3 table {
  width: 100%;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.tdg_reg_seo-ag3 table {
  display: table;
}
}.tdg_reg_seo-ag3 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 245, 230, 0.07);
  color: #C9BFB0;
  font-weight: 700;
  text-align: left;
}.tdg_reg_seo-ag3 td {
  border-bottom: 1px solid rgba(255, 245, 230, 0.05);
  padding: 8px;
  color: #736A5A;
}.tdg_reg_steps-ag3 {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 858px) {.tdg_reg_steps-ag3 {
  margin-top: 0;
}
}.tdg_reg_step-ag3 {
  padding: 1rem;
  background: rgba(255, 245, 230, 0.05);
  border: 1px solid rgba(255, 235, 200, 0.06);
  border-radius: 8px;
  gap: 0.875rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.tdg_reg_step_num-ag3 {
  background: rgba(200, 137, 42, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 137, 42, 0.07);
  width: 34px;
  display: flex;
  flex-shrink: 0;
  font-weight: 800;
  justify-content: center;
  color: #C8892A;
  align-items: center;
  font-size: 0.875rem;
  height: 2.125rem;
}.tdg_reg_step_title-ag3 {
  font-weight: 700;
  color: #F3EDE3;
  margin-bottom: 3px;
  font-size: 0.875rem;
}.tdg_reg_step_text-ag3 {
  color: #736A5A;
  line-height: 1.5;
  font-size: 0.75rem;
}.tdg_reg_trust-ag3 {
  gap: 10px;
  border-top: 1px solid rgba(255, 245, 230, 0.05);
  flex-wrap: wrap;
  padding-top: 1.25rem;
  display: flex;
  margin-top: 20px;
}.tdg_reg_trust_item-ag3 {
  gap: 7px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  color: #736A5A;
}.tdg_reg_trust_ic-ag3 svg {
  color: #C8892A;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
}.tdg_bon-ag3 {
  padding: 2.25rem 16px 0;
  background: #131210;
}
@media(min-width: 769px) {.tdg_bon-ag3 {
  padding: 44px 24px 0;
}
}.tdg_bon_in-ag3 {
  margin: 0 auto;
  max-width: 1320px;
}.tdg_bon_head-ag3 {
  margin-bottom: 20px;
}.tdg_bon_label-ag3 {
  margin-bottom: 0.5rem;
  color: #C8892A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.tdg_bon_h2-ag3 {
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: #F3EDE3;
}
@media(min-width: 767px) {.tdg_bon_h2-ag3 {
  font-size: 1.5rem;
}
}.tdg_bon_seo-ag3 {
  color: #736A5A;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
}.tdg_bon_seo-ag3 strong {
  font-weight: 700;
  color: #C9BFB0;
}.tdg_bon_seo-ag3 a {
  color: #C8892A;
  text-decoration: underline;
}.tdg_bon_grid-ag3 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.tdg_bon_grid-ag3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.tdg_bon_grid-ag3 {
  grid-template-columns: repeat(5,1fr);
}
}.tdg_bon_card-ag3 {
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 235, 200, 0.10);
  background: #181613;
}.tdg_bon_card-ag3:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 137, 42, 0.07);
}.tdg_bon_card_ic-ag3 svg {
  width: 26px;
  height: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.tdg_bon_card_ic-ag3 {
  margin-bottom: 0.625rem;
}.tdg_bon_card_type-ag3 {
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 6px;
  color: #736A5A;
  font-size: 0.625rem;
  text-transform: uppercase;
}.tdg_bon_card_amount-ag3 {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  font-weight: 800;
  line-height: 1.1;
  color: #E8B030;
}.tdg_bon_card_name-ag3 {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #F3EDE3;
  font-size: 13px;
}.tdg_bon_card_detail-ag3 {
  border-top: 1px solid rgba(255, 245, 230, 0.05);
  color: #5C5448;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
}.tdg_seo-ag3 {
  background: #131210;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.tdg_seo-ag3 {
  padding: 2.75rem 24px 0;
}
}.tdg_seo_in-ag3 {
  padding: 28px 1.5rem;
  background: #1D1B18;
  margin: 0 auto;
  border: 1px solid rgba(255, 235, 200, 0.10);
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 766px) {.tdg_seo_in-ag3 {
  padding: 2.25rem 40px;
}
}.tdg_seo_label-ag3 {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #C8892A;
  font-size: 0.688rem;
}.tdg_seo_h2-ag3 {
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
  color: #F3EDE3;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 769px) {.tdg_seo_h2-ag3 {
  font-size: 24px;
}
}.tdg_seo_body-ag3 {
  color: #9A8E7C;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.tdg_seo_body-ag3 p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9A8E7C;
  font-size: 0.875rem;
}.tdg_seo_body-ag3 p:last-child {
  margin-bottom: 0;
}.tdg_seo_body-ag3 strong {
  color: #C9BFB0;
  font-weight: 700;
}.tdg_seo_body-ag3 a {
  transition: color .2s;
  color: #C8892A;
  text-decoration: underline;
}.tdg_seo_body-ag3 a:hover {
  color: #DFA040;
}.tdg_seo_body-ag3 ul,.tdg_seo_body-ag3 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.tdg_seo_body-ag3 ol {
  list-style: decimal;
}.tdg_seo_body-ag3 li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A8E7C;
}.tdg_seo_body-ag3 table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 13px;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.tdg_seo_body-ag3 table {
  display: table;
}
}.tdg_seo_body-ag3 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 245, 230, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9BFB0;
}.tdg_seo_body-ag3 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 245, 230, 0.05);
  color: #9A8E7C;
}.tdg_seo_cols-ag3 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.tdg_seo_cols-ag3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.tdg_seo_cols-ag3 {
  grid-template-columns: repeat(3,1fr);
}
}.tdg_seo_col_h-ag3 {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C9BFB0;
  margin-bottom: 0.438rem;
}.tdg_seo_col_p-ag3 {
  color: #736A5A;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.tdg_seo_stats-ag3 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.tdg_seo_stat-ag3 {
  border: 1px solid rgba(200, 137, 42, 0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(200, 137, 42, 0.07);
  padding: 14px 16px;
  min-width: 140px;
}.tdg_seo_stat_val-ag3 {
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #C8892A;
  font-size: 20px;
}.tdg_seo_stat_lb-ag3 {
  color: #736A5A;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.tdg_rv-ag3 {
  background: #131210;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.tdg_rv-ag3 {
  padding: 2.75rem 1.5rem 0;
}
}.tdg_rv_in-ag3 {
  margin: 0 auto;
  max-width: 82.5rem;
}.tdg_rv_head-ag3 {
  max-width: 720px;
  margin-bottom: 20px;
}.tdg_rv_label-ag3 {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8892A;
}.tdg_rv_h2-ag3 {
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #F3EDE3;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 771px) {.tdg_rv_h2-ag3 {
  font-size: 1.75rem;
}
}.tdg_rv_stats-ag3 {
  gap: 1.125rem;
  align-items: center;
  color: #736A5A;
  font-size: 0.813rem;
  display: flex;
  flex-wrap: wrap;
}.tdg_rv_stats_score-ag3 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.tdg_rv_stats_score_val-ag3 {
  color: #E8B030;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
}.tdg_rv_stats_score_max-ag3 {
  color: #5C5448;
  font-size: 0.813rem;
}.tdg_rv_stats_badge-ag3 {
  gap: 4px;
  display: flex;
  align-items: center;
}.tdg_rv_stats_badge-ag3 svg {
  color: #E8B030;
  height: 0.875rem;
  width: 0.875rem;
}.tdg_rv_grid-ag3 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.tdg_rv_grid-ag3 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.tdg_rv_grid-ag3 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.tdg_rv_card-ag3 {
  border: 1px solid rgba(255, 235, 200, 0.10);
  border-radius: 0.5rem;
  background: #1D1B18;
  padding: 1.25rem;
  flex-direction: column;
  display: flex;
}.tdg_rv_card_stars-ag3 {
  gap: 2px;
  display: flex;
  margin-bottom: 10px;
  color: #E8B030;
}.tdg_rv_card_stars-ag3 svg {
  width: 0.875rem;
  height: 0.875rem;
}.tdg_rv_card_h-ag3 {
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  color: #F3EDE3;
  overflow-wrap: break-word;
}.tdg_rv_card_body-ag3 {
  flex: 1;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #736A5A;
}.tdg_rv_card_body-ag3 strong {
  color: #C9BFB0;
  font-weight: 600;
}.tdg_rv_card_meta-ag3 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 245, 230, 0.05);
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  padding-top: 12px;
}.tdg_rv_card_author-ag3 {
  font-weight: 600;
  color: #C9BFB0;
  font-size: 12px;
}.tdg_rv_card_date-ag3 {
  color: #5C5448;
  font-size: 0.688rem;
}.tdg_seo-ag3 {
  background: #131210;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.tdg_seo-ag3 {
  padding: 2.75rem 1.5rem 0;
}
}.tdg_seo_in-ag3 {
  border-radius: 0.75rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 235, 200, 0.10);
  background: #1D1B18;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 765px) {.tdg_seo_in-ag3 {
  padding: 36px 40px;
}
}.tdg_seo_label-ag3 {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8892A;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.tdg_seo_h2-ag3 {
  color: #F3EDE3;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
}
@media(min-width: 771px) {.tdg_seo_h2-ag3 {
  font-size: 24px;
}
}.tdg_seo_body-ag3 {
  overflow-wrap: break-word;
  color: #9A8E7C;
  font-size: 0.875rem;
  line-height: 1.75;
}.tdg_seo_body-ag3 p {
  line-height: 1.75;
  color: #9A8E7C;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.tdg_seo_body-ag3 p:last-child {
  margin-bottom: 0;
}.tdg_seo_body-ag3 strong {
  font-weight: 700;
  color: #C9BFB0;
}.tdg_seo_body-ag3 a {
  transition: color .2s;
  color: #C8892A;
  text-decoration: underline;
}.tdg_seo_body-ag3 a:hover {
  color: #DFA040;
}.tdg_seo_body-ag3 ul,.tdg_seo_body-ag3 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.tdg_seo_body-ag3 ol {
  list-style: decimal;
}.tdg_seo_body-ag3 li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #9A8E7C;
}.tdg_seo_body-ag3 table {
  display: block;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.tdg_seo_body-ag3 table {
  display: table;
}
}.tdg_seo_body-ag3 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 245, 230, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C9BFB0;
}.tdg_seo_body-ag3 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 245, 230, 0.05);
  color: #9A8E7C;
}.tdg_seo_cols-ag3 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.tdg_seo_cols-ag3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.tdg_seo_cols-ag3 {
  grid-template-columns: repeat(3,1fr);
}
}.tdg_seo_col_h-ag3 {
  color: #C9BFB0;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
}.tdg_seo_col_p-ag3 {
  overflow-wrap: break-word;
  color: #736A5A;
  font-size: 13px;
  line-height: 1.65;
}.tdg_seo_stats-ag3 {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.tdg_seo_stat-ag3 {
  padding: 14px 16px;
  border: 1px solid rgba(200, 137, 42, 0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(200, 137, 42, 0.07);
  min-width: 8.75rem;
}.tdg_seo_stat_val-ag3 {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C8892A;
  margin-bottom: 4px;
}.tdg_seo_stat_lb-ag3 {
  overflow-wrap: break-word;
  color: #736A5A;
  font-size: 0.688rem;
}.tdg_faq-ag3 {
  padding: 2.25rem 16px 0;
  background: #131210;
}
@media(min-width: 769px) {.tdg_faq-ag3 {
  padding: 2.75rem 24px 0;
}
}.tdg_faq_in-ag3 {
  margin: 0 auto;
  max-width: 1320px;
}.tdg_faq_head-ag3 {
  margin-bottom: 20px;
}.tdg_faq_label-ag3 {
  margin-bottom: 0.5rem;
  color: #C8892A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.tdg_faq_h2-ag3 {
  font-weight: 800;
  font-size: 20px;
  color: #F3EDE3;
  font-family: 'Oswald', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.tdg_faq_h2-ag3 {
  font-size: 24px;
}
}.tdg_faq_list-ag3 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.tdg_faq_item-ag3 {
  overflow: hidden;
  border-radius: 8px;
  background: #1D1B18;
  border: 1px solid rgba(255, 235, 200, 0.10);
}.tdg_faq_q-ag3 {
  gap: 12px;
  padding: 16px 20px;
  transition: color .2s;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #C9BFB0;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
}.tdg_faq_q-ag3:hover {
  color: #F3EDE3;
}.tdg_faq_q_ic-ag3 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 245, 230, 0.05);
  height: 24px;
  width: 1.5rem;
  font-size: 16px;
  align-items: center;
  flex-shrink: 0;
  color: #C8892A;
  justify-content: center;
  display: flex;
}.tdg_faq_item-ag3.tdg_state_open-ag3 .tdg_faq_q_ic-ag3 {
  transform: rotate(45deg);
}.tdg_faq_a-ag3 {
  padding: 0 20px 16px;
  color: #736A5A;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 13px;
}.tdg_faq_item-ag3.tdg_state_open-ag3 .tdg_faq_a-ag3 {
  display: block;
}.tdg_faq_a-ag3 strong {
  color: #C9BFB0;
  font-weight: 700;
}.tdg_faq_a-ag3 a {
  text-decoration: underline;
  color: #C8892A;
}.tdg_faq_a-ag3 ul,.tdg_faq_a-ag3 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.tdg_faq_a-ag3 ol {
  list-style: decimal;
}.tdg_faq_a-ag3 li {
  margin-bottom: 4px;
  line-height: 1.6;
}.tdg_faq_a-ag3 table {
  margin: 8px 0;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 769px) {.tdg_faq_a-ag3 table {
  display: table;
}
}.tdg_faq_a-ag3 th {
  border-bottom: 1px solid rgba(255, 245, 230, 0.07);
  padding: 6px 8px;
  color: #C9BFB0;
  font-weight: 700;
  text-align: left;
}.tdg_faq_a-ag3 td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 245, 230, 0.05);
  color: #736A5A;
}.tdg_seo-ag3 {
  padding: 36px 1rem 0;
  background: #131210;
}
@media(min-width: 767px) {.tdg_seo-ag3 {
  padding: 2.75rem 24px 0;
}
}.tdg_seo_in-ag3 {
  padding: 28px 1.5rem;
  background: #1D1B18;
  margin: 0 auto;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 235, 200, 0.10);
  max-width: 1320px;
}
@media(min-width: 765px) {.tdg_seo_in-ag3 {
  padding: 36px 40px;
}
}.tdg_seo_label-ag3 {
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C8892A;
  letter-spacing: .08em;
}.tdg_seo_h2-ag3 {
  color: #F3EDE3;
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 769px) {.tdg_seo_h2-ag3 {
  font-size: 24px;
}
}.tdg_seo_body-ag3 {
  line-height: 1.75;
  font-size: 14px;
  color: #9A8E7C;
  overflow-wrap: break-word;
}.tdg_seo_body-ag3 p {
  margin-bottom: 0.75rem;
  color: #9A8E7C;
  font-size: 14px;
  line-height: 1.75;
}.tdg_seo_body-ag3 p:last-child {
  margin-bottom: 0;
}.tdg_seo_body-ag3 strong {
  color: #C9BFB0;
  font-weight: 700;
}.tdg_seo_body-ag3 a {
  transition: color .2s;
  color: #C8892A;
  text-decoration: underline;
}.tdg_seo_body-ag3 a:hover {
  color: #DFA040;
}.tdg_seo_body-ag3 ul,.tdg_seo_body-ag3 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.tdg_seo_body-ag3 ol {
  list-style: decimal;
}.tdg_seo_body-ag3 li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #9A8E7C;
  line-height: 1.75;
}.tdg_seo_body-ag3 table {
  margin-bottom: 12px;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.tdg_seo_body-ag3 table {
  display: table;
}
}.tdg_seo_body-ag3 th {
  border-bottom: 1px solid rgba(255, 245, 230, 0.07);
  padding: 10px 0.75rem;
  color: #C9BFB0;
  text-align: left;
  font-weight: 700;
}.tdg_seo_body-ag3 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 245, 230, 0.05);
  color: #9A8E7C;
}.tdg_seo_cols-ag3 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.tdg_seo_cols-ag3 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.tdg_seo_cols-ag3 {
  grid-template-columns: repeat(3,1fr);
}
}.tdg_seo_col_h-ag3 {
  color: #C9BFB0;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
}.tdg_seo_col_p-ag3 {
  color: #736A5A;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.tdg_seo_stats-ag3 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.tdg_seo_stat-ag3 {
  padding: 14px 1rem;
  border: 1px solid rgba(200, 137, 42, 0.18);
  background: rgba(200, 137, 42, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  min-width: 140px;
}.tdg_seo_stat_val-ag3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #C8892A;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.tdg_seo_stat_lb-ag3 {
  color: #736A5A;
  overflow-wrap: break-word;
  font-size: 11px;
}.tdg_ft-ag3 {
  background: #0C0A08;
  border-top: 1px solid rgba(255, 245, 230, 0.05);
  margin-top: 48px;
}.tdg_ft_support-ag3 {
  border-bottom: 1px solid rgba(255, 245, 230, 0.05);
  padding: 24px 16px;
}
@media(min-width: 766px) {.tdg_ft_support-ag3 {
  padding: 28px 24px;
}
}.tdg_ft_support_in-ag3 {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
  align-items: center;
}.tdg_ft_support_main-ag3 {
  flex: 1;
  gap: 1rem;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
}.tdg_ft_support_ic-ag3 {
  color: #C8892A;
  flex-shrink: 0;
}.tdg_ft_support_ic-ag3 svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.tdg_ft_support_text_title-ag3 {
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F3EDE3;
  margin-bottom: 3px;
  font-weight: 700;
}.tdg_ft_support_text_sub-ag3 {
  overflow-wrap: break-word;
  color: #736A5A;
  font-size: 0.75rem;
}.tdg_ft_support_btn-ag3 {
  background: #C8892A;
  transition: background .2s;
  padding: 11px 1.375rem;
  border-radius: 0.5rem;
  color: #F3EDE3;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
}.tdg_ft_support_btn-ag3:hover {
  background: #DFA040;
}.tdg_ft_support_contacts-ag3 {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.tdg_ft_support_contact-ag3 {
  font-size: 12px;
  color: #5C5448;
  line-height: 1.4;
}.tdg_ft_support_contact-ag3 strong {
  margin-bottom: 2px;
  font-weight: 600;
  color: #9A8E7C;
  font-size: 11px;
  display: block;
}.tdg_ft_main-ag3 {
  padding: 2rem 1rem 24px;
  border-bottom: 1px solid rgba(255, 245, 230, 0.05);
}
@media(min-width:768px) {.tdg_ft_main-ag3 {
  padding: 40px 24px 32px;
}
}.tdg_ft_main_in-ag3 {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.tdg_ft_main_in-ag3 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.tdg_ft_main_in-ag3 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.tdg_ft_col_logo-ag3 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.tdg_ft_col_logo-ag3 {
  grid-column: auto;
}
}.tdg_ft_logo-ag3 {
  gap: 0.563rem;
  display: flex;
  align-items: center;
  color: #F3EDE3;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 16px;
  overflow-wrap: break-word;
}.tdg_ft_logo_mark-ag3 {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 1.875rem;
}.tdg_ft_logo_mark-ag3 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.tdg_ft_logo_sub-ag3 {
  line-height: 1.55;
  max-width: 200px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #5C5448;
}.tdg_ft_col_title-ag3 {
  font-weight: 700;
  color: #9A8E7C;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
}.tdg_ft_col_links-ag3 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.tdg_ft_col_link-ag3 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5C5448;
  font-size: 0.813rem;
}.tdg_ft_col_link-ag3:hover {
  color: #C9BFB0;
}.tdg_ft_apps-ag3 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.tdg_ft_app_card-ag3 {
  border: 1px solid rgba(255, 235, 200, 0.10);
  border-radius: 0.25rem;
  transition: border-color .2s;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255, 245, 230, 0.05);
  display: flex;
  align-items: center;
}.tdg_ft_app_card-ag3:hover {
  border-color: rgba(200, 137, 42, 0.45);
}.tdg_ft_app_card_ic-ag3 svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
}.tdg_ft_app_card_os-ag3 {
  color: #5C5448;
  font-size: 0.625rem;
  font-weight: 600;
}.tdg_ft_app_card_action-ag3 {
  color: #C9BFB0;
  font-weight: 700;
  font-size: 12px;
}.tdg_ft_bot-ag3 {
  padding: 20px 16px;
}
@media(min-width: 769px) {.tdg_ft_bot-ag3 {
  padding: 20px 1.5rem;
}
}.tdg_ft_bot_in-ag3 {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.tdg_ft_socials-ag3 {
  gap: 0.5rem;
  display: flex;
}.tdg_ft_soc-ag3 {
  background: rgba(255, 245, 230, 0.05);
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 235, 200, 0.10);
  height: 36px;
  align-items: center;
  color: #9A8E7C;
  justify-content: center;
  width: 2.25rem;
  display: flex;
}.tdg_ft_soc-ag3 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
}.tdg_ft_soc-ag3:hover {
  background: rgba(255, 245, 230, 0.07);
}.tdg_ft_legal-ag3 {
  flex: 1;
  min-width: 200px;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #908070;
}.tdg_ft_legal-ag3 strong {
  color: #9A8E7C;
  font-weight: 700;
}.tdg_ft_legal-ag3 a {
  color: #9A8E7C;
  text-decoration: underline;
}.tdg_ft_age-ag3 {
  border: 2px solid #908070;
  border-radius: 50%;
  justify-content: center;
  font-weight: 800;
  color: #908070;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  font-size: 0.688rem;
  height: 2rem;
  width: 32px;
}