/* --- General Styles & Variables --- */

:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
--color-main: rgba(0, 0, 0, 0.5);
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
  background-color: var(--bg-dark);
  color: var(--color-text) !important;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover:not(.kbp4ens0) {
  transform: scale(1.1);
}
.zx2ws1igik { display: block; padding-right: 49px; margin: 13px; color: rgb(121, 175, 220); width: 81vw; }
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.qjeprep6 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.yzxsx0k8 {

}
.cqkr6g3y {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.g6eyhsyd {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.mnwvl9gp {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: var(--color-accent);
  color: var(--color-text);
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.mnwvl9gp:hover {
  transform: translateY(-3px) scale(1.2);
}
.gfhu8yio {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.c6a5jpje {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.lwvzfnqs {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.d330j982 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uja4ljeenm { color: rgb(119, 173, 248); padding: 10px 24px; border: 1px solid #6e9a54; display: flex; }
.kbp4ens0 {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.kbp4ens0 img {
max-height: 80px;
}
.qtv748rg {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.te4wbc1r {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.mwx07a28 {
  color: var(--color-accent);
}
.d3h3uugc {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.rumyf796 {
  padding: 4rem 0;
  text-align: center;
}
.a69j93w0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.ihopvv4v {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.czadthyk {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.hf3zgfzv2 { margin: -13px; padding-left: 10px; color: rgb(51, 13, 37); border: 5px solid #8558c2; padding-right: 6px; display: flex; }
.ei8l8t9s {
  width: 100%;
}
/* .yc2kkgx0 {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.t1npeih0 {
  background-color: var(--bg-dark);
}
.a9eawd77 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.tt33r08d {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.tkhwtqj7 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.h20bdof9 {
  background: linear-gradient(135deg, var(--bg-dark), rgba(8, 33, 84, 0.5));
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lqd2rt8a {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.n3atfuve {
  margin-bottom: 0.5rem;
}
.bp3kvht6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.rhmjm872 {
  background-color: var(--bg-dark);
}
.a9q81c2l {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.nf0y9cy8 {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.nf0y9cy8 span {
  counter-increment: steps-counter;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-accent);
  color: var(--color-text);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.w6jk7wmp { width: 87%; color: rgb(206, 152, 16); padding-left: 33px; }
/* --- Tables (Offers, Tournaments) --- */
.lldhqqtv,
.tpaa3su3 {
  overflow-x: auto;
}
.evked7z6 {
  position: relative;
}
.ese2aif2,
.vdat0xyb {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.ese2aif2 th,
.ese2aif2 td,
.vdat0xyb th,
.vdat0xyb td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ese2aif2 th,
.vdat0xyb th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.rzh9y1v9 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.lde35vxp {
  background-color: var(--bg-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.lde35vxp:hover {
  transform: translateY(-5px);
}
.mqqjwy9z {
  padding: 1rem;
}
.abcr8f6n {
  margin-bottom: 0.25rem;
}
.w8023acx {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.xsz6ft7ah { display: inline-block; color: rgb(251, 192, 174); padding-left: 4px; padding-right: 27px; margin: -7px; }
.r3v0p9tf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x062p50u {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.qvnuh8k6 {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.ogk2x3qi {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.sgd9vozy {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.sgd9vozy::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.vszp48yn::after {
  transform: rotate(45deg);
}
.abhdmv1w {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.abhdmv1w p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.zhsuac7x {
  background-color: var(--bg-dark);
}
.hg6jlobv3ou7 { padding: 30px 38px; border: 2px dotted #70b84d; }
.avei7esz {
  text-align: center;
  margin-bottom: 1.5rem;
}
.nynryn9f {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.nynryn9f li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.lupex9uz {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.o0gora11 {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.o0gora11:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.zy1p928s {
  background-color: var(--bg-dark);
}
.n0v2wjbe {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.seq2uk73 {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.qm8w3eem {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
  border: 3px solid var(--bg-dark);
}
.psv34nk7 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.pop5vkl0 {
  background-color: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.7;
}
.odc96e9y { padding: 17px 43px; color: rgb(92, 154, 242); border: 4px dashed #b6f9b7; }
.pop5vkl0 p {
  margin: 0;
}
/* --- Promo Block --- */
.zmdj371h {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  color: var(--color-text);
  padding: 1.5rem;
  border-radius: 10px;
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.5s ease-in-out;
  width: 280px;
}
[promo-block--visible] {
  transform: translateX(0);
}
.q4hskdu0 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.x0eqj2xx {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.u91wqldp {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.a8aaj32v {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.i7raq2ct {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.h93ognbn {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
[popup-overlay--visible] .h93ognbn {
  transform: scale(1);
}
.gnz3h9ab {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.fjsy2w12f { padding: 16px 42px; display: none; color: rgb(228, 157, 29); width: 32%; margin: 2px; border: 1px dashed #00749e; }
.pro07el2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.u387ibur {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
/* --- Desktop Styles (min-width: 768px) --- */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .te4wbc1r {
    display: flex;
    gap: 1.5rem;
  }

  .mwx07a28 {
    font-weight: 700;
  }

  .a69j93w0 {
    flex-direction: row;
    text-align: left;
    gap: 3rem;
  }

  .tedaufo7 {
    flex: 1;
  }

  .ei8l8t9s {
    flex: 1;
  }

  .a9eawd77 {
    grid-template-columns: repeat(2, 1fr);
  }

  .tkhwtqj7 {
    flex-direction: row;
  }

  .rzh9y1v9 {
    grid-template-columns: repeat(2, 1fr);
  }

  .n0v2wjbe {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- Larger Desktop Styles (min-width: 1024px) --- */
@media (min-width: 1024px) {
  .a9eawd77 {
    grid-template-columns: repeat(3, 1fr);
  }

  .rzh9y1v9 {
    grid-template-columns: repeat(4, 1fr);
  }

  .n0v2wjbe {
    grid-template-columns: repeat(5, 1fr);
  }

  .seq2uk73 {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.kg8z4fqr {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.kgfbu2jr{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.rhe0onwp {
  position: relative;
}
@media (max-width: 1087px) {
  .kgfbu2jr {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
.wrgsl6fcoqnl { width: 10vw; }
thead {
  background: var(--color-text);
  color: var(--bg-dark);
}
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: var(--bg-dark);
  color: var(--color-text);
}
tbody tr:nth-child(even) {
  background: var(--color-text);
  color: var(--bg-dark);
}
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .ugrtih39 {
    float: inherit;
    display: block;
  }
}
h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  color: var(--color-text);
  margin: 16px 0 8px 0;
  line-height: 1.3;
  font-weight: 600;
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol {
  padding-left: 20px;
  margin: 12px 0;
}
.mi01gq6g { padding: 1px 47px; display: flex; color: rgb(124, 117, 116); margin: -13px; }
li {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 6px;
  position: relative;
}
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.j63gs2by {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.j63gs2by h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.qpxz1on5 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qpxz1on5 li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.vitdich9 {
  font-weight: bold;
  color: var(--color-accent);
}
.w1sg9a0o {
  max-width: 1400px;
  margin: 0 auto;
}
.g1h4bwjv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.cxwidcks {
  background: var(--color-main);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin: 0 !important;
}
.cxwidcks:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.rlmrsdmap { border: 3px dashed #f6f08f; }
.cxwidcks:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .g1h4bwjv {
    gap: 12px;
  }

  .cxwidcks {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .cxwidcks {
    flex: 1 1 calc(50% - 6px);
  }
}
.zht5qwic {
  width: 100%;
  margin-bottom: 40px;
}
.kxo9djzm {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.kxo9djzm h2 {
  color: var(--color-accent);
}
.swn7p1y1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .swn7p1y1 {
    justify-content: center;
  }
}
.l3i0ybx5 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.l3i0ybx5 img {

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.l3i0ybx5 .o0zurz23 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.l3i0ybx5:hover .o0zurz23 {
  opacity: 1; 
}
.l3i0ybx5:hover img {
  opacity: 0.3;
}
.jilpnesjkhz { padding: 1px 19px; margin: -1px; display: block; width: 84vw; color: rgb(12, 244, 6); }
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.uf4l1201 p {
  color: var(--color-accent);
  font-weight: 600;
}
.j5jqab5w {
  border-bottom: 2px solid #e8eaf6;
}
.j5jqab5w:last-child {
  border-bottom: none;
}
.b4v2z8xp {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.b4v2z8xp::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.b4v2z8xp::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.j5jqab5w[open] .b4v2z8xp::after {
  transform: translateY(-50%) rotate(45deg);
}
.utzczsap {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.vu00v7kh8p { color: rgb(143, 43, 90); margin: -15px; display: inline-block; width: 85vw; border: 4px solid #dc5120; padding: 33px 16px; }
.hngn96r9 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.wtwli2i2 {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.wtwli2i2:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.wtwli2i2:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .wtwli2i2 {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.llo55e70 {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
#lang-dropdown[open] .llo55e70 {
  transform: rotate(-135deg);
}
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var( --color-accent);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 10px;
  margin: 0;
  list-style: none;
  display: none;
  backdrop-filter: blur(4px);
  width: 120px;
  overflow-y: scroll;
  max-height: 300px;
}
#lang-menu li a {
  display: block;
  padding: 8px 14px;
  white-space: nowrap;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
}
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.l3i0ybx5 {
max-width:inherit;
text-align: center;
}
.yrlvekt2 {
 flex-basis: 49%; 
}
.riqu9bdb {
 flex-basis: 32.3333%; 
}
.wjpoa5eof { margin: 13px; padding: 5px 14px; }
.upa9xs04 {
 flex-basis: 24%; 
}
.uegk84sv {
 flex-basis: 19%; 
}
.ynv81uht {
 flex-basis: 15.6666%; 
}
.m7y2fw2u {
 flex-basis: 13.2857%; 
}
.pfapd50n ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.pfapd50n ul li {
    list-style: none;
    margin-left: 0;
}
.ae2iuo7v {
font-size:20px;
}
.ae2iuo7v a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.jwjzerh8 {
margin-bottom:20px
}