:root {
    --font-family: 'Montserrat',  sans-serif;
    --color-light:black;
    --bg-dark:#ffffff;
    --current-color:black;
    --color-accent: #b41200;
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);

  }
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
    font-family: var(--font-family);
    background-color:var(--bg-dark);
    color: var(--color-light);
}
h1 {
    margin: 0 0 30px;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-light);
}
h2 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
}
h3 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
    font-weight: 700;
}
h4 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
}
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
.hu7cnvdwie0 { padding: 4px 17px; }
p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
        margin: 10px 0 10px;
    }
    h3 {
      font-size: 20px;
      text-align: center;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
}
/* header */

.r4dsz7iw { 
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    background-color: var(--bg-dark);
    box-shadow: 0 0 1px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.24);
    position: fixed;
    top:0;
    z-index: 800;
    
}
.kt2q28j7 {
    margin-right: 10px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    background-color: var(--bg-dark); 
    filter: brightness(140%);

}
.ccxxazzs { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.sk22mghq {
    cursor: pointer;
 }
.aiv9b86k {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.aiv9b86k ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.aiv9b86k ul li {
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 12px;
    color:var(--color-light);
    font-weight: 600;
    height: 32px;
    cursor: pointer;
    margin: 0;
}
.aiv9b86k ul li svg {
    margin-right: 5px;
}
.s1y77uj2 {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.dsvw4u6x {
    align-items: center;
    background: #5D7CE8;
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 16px #433ca7,inset 0 1px 0 hsla(0,0%,100%,.4);
    cursor: pointer;
    display: flex;
    gap: 4px;
    height: 28px;
    padding: 2px 8px
}
.dsvw4u6x a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.ujc7strhd96 { color: rgb(127, 195, 107); padding: 33px 5px; display: flex; width: 90%; border: 5px solid #64e4c5; margin: -20px; }
.cauu1prn {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.cauu1prn a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.q10fiikw {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.q10fiikw a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.vzjno9ee {
    display: none;
}
@media screen and (max-width: 768px){
    .dsvw4u6x  {
       
    }
.cauu1prn {
display: none;

}
    .aiv9b86k {
        display: none;
    }
    .sk22mghq {
        display: none;
    }
    .vzjno9ee {
        display: block;
    }
    .s1y77uj2 {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .q10fiikw {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .q10fiikw a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .dsvw4u6x  {
       font-size: 10px;
    }
.cauu1prn {
display: none;

}
}
/* nav */
aside {
    width: 64px;
    height: auto;
    position: absolute;
    top:64px;
    left:0;
    z-index: 1000;
    background-color: var(--bg-dark);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
}
.xx6aprrb {
    position: fixed;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    width: 64px;
    height: 100%;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    top: 64px;
    left: 0;
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.5s ease; 
 }
@media (max-width: 1280px) {
   .xx6aprrb {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.xx6aprrb.muca7yl4 {
    display: none;
}
.uqvzclh4 {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.hc7w2kdn {
    border-radius: 20px 20px 0 0;
}
.uqvzclh4:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.lphuubnljglb { border: 1px dotted #7fa51a; }
.gbw8j24l[open] {
    left: 0; 
}
.fds889qu { 
    display: block;
    position: static;
    z-index: 902;
}
.gbw8j24l {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%; 
    transition:  0.2s; 
    position: fixed;
    top: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 903;
    background-color: rgba(22, 22, 23, 0.5); 
    backdrop-filter: blur(10px);
    
 }
.h37xt2z9 {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    gap:10px;
    padding: 10px;
    width: 330px;
    height: 100%;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    z-index: 900;
 }
.hccyutld {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.tso6usus {
    width: 100%;
    max-width: 146px;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    border:none;
    border-radius:8px;
    padding: 4px;
    cursor: pointer;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    gap: 8px;
    font-weight: 600;
    font-size: 10px;
    color:var(--color-light);
    
 }
.jamglpbr {
    width: 40px;
 }
.g2f57ylr {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.kv01clzt {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap:8px;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.kv01clzt p {
    font-size: 14px;
    font-weight: 500;
}
.lbtd83z2 {
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: var(--color-accent);
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600px;
    color:var(--current-color);
    gap: 9px;
    border-radius: 20px;
    padding: 11px 17px;
    margin-top: 20px;
}
main {
   width: 100%;
   max-width: 1440px;
   padding-left: 70px;
   margin: 0 auto;
   overflow: hidden;
}
@media screen and (max-width: 1280px){
    main {
        padding: 0;
        margin: 0;
    }
}
.b6lxv1th {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.kxyyfs2qz { border: 5px solid #db4c38; padding: 26px 29px; margin: 17px; display: flex; width: 3vw; }
.zxb3hu9i {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.soj223nl {
    font-size: 30px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
     max-width: 60%;
line-height: 1.2;
    margin: 20px auto;
 }
.booipa84 {
    font-size: 26px;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
 }
strong { 
    margin-bottom: 24px;
    line-height: 1.4;
    color: var(--color-accent);
    font-weight: 700;
    text-align: center;
}
.kyl8ixnk { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.dvv1fkmf {
    padding: 10px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    background-color:var(--color-accent);
    border:none;
    border-radius: 40px;
    color: black;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s ease;
}
.dvv1fkmf:hover {
    transform: scale(1.2);
}
.dvv1fkmf span {
    font-weight: 500;
    font-size: 10px;
}
.hc7w2kdn {
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-width: 1360px;
    height: auto;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
@media (max-width: 1280px) {
    .b6lxv1th {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .zxb3hu9i {
        padding: 0;
    }
    .booipa84 {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .b6lxv1th {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .hc7w2kdn {
        /* top: 20px; */
        background-repeat:no-repeat;
    }
    .zxb3hu9i {
        padding: 10px;
        
    }
    .soj223nl {
        font-size: 24px;
        font-weight: 900;
     }
    .booipa84 {
        font-size: 22px;
     }
    strong { 
        font-size: 16px;
    }
}
@media (max-width: 468px) {
    .b6lxv1th {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 30px 30px 50px ;
    }
    .zxb3hu9i {
        padding: 0;

    }
}
main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.e5nqg2ykvbg { margin: -19px; width: 85px; padding: 33px 17px; display: flex; }
/* atr */
.q1fs4yqb {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.tlh05anq {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.hrmn31y0 span  {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    gap:5px;
    font-size: 10px;
    color: var(--color-light);
    margin-bottom: 8px;
    font-weight: 700;
}
.hrmn31y0 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
@media (max-width: 800px) {
    .q1fs4yqb {
        margin: 10px 0;
    } 
}
/* slot */

.ugtarvco {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    max-width: 1368px;
  
}
.hu8bqzvb { 
    max-width: 1368px;
    margin: 0 auto;
    padding: 0px 10px;
    
}
.na89wbf7 {
    color: var(--color-light);
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-align: center;
    margin:0;
    box-sizing: content-box;
}
.am9oggao {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .am9oggao {
    justify-content: center;
  }
}
.mu9wm8oo { 
    display: flex;
    flex-direction: column;
    align-items:center;
    height: auto;
    background-color:var(--bg-dark);
    position: relative;
    width: 245px;
}
.mu9wm8oo:hover .qhmsxq9t {
    display: block;
}
.qhmsxq9t {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 20px;
    background-color:var(--color-accent);
    border:none;
    border-radius: 40px;
    color: black;
    font-weight: 700;
}
.mu9wm8oo:hover .omyjjcu5 {
    filter: brightness(0.3);
}
.leg7kc61z6k { border: 5px dotted #dbed45; padding-left: 43px; }
.d6uqcs17 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:25px;
    margin-top: 10px;
 }
.omyjjcu5 {
    width: 100%;
    max-width: 245px;
    transition: 0.4s ease;
}
.i3sa0mvg {
    margin: 10px;
    margin-bottom: 30px;
    color:var(--color-light);
}
.v6o0yz7v {
    margin: 30px 0;
}
@media screen and (min-width: 768px) and (max-width:1024px) {
    .ugtarvco {
        padding-left: 30px;
        padding-right: 30px;
    }
    .na89wbf7 {
        font-size: 34px;
    }
    .wshhqysf { 
        font-size: 16px;
    }
    .d6uqcs17 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;

     }
    .mu9wm8oo { 
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 300px;
    }
    .oz53o5pd { 
        font-size: 20px;
        margin-top: 20px;
    }
    .i3sa0mvg { 
        font-size: 16px;
        text-align: center;
        margin-top: 20px;
    }

}
@media screen and (max-width:768px) {
    .ugtarvco {
        padding-left: 20px;
        padding-right: 20px;
    }
    .na89wbf7 {
        font-size: 34px;
        margin-top: 30px;
    }
    .wshhqysf { 
        font-size: 16px;
    }
    .d6uqcs17 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap:20px;
        margin-top: 20px;
    }
  
    .mu9wm8oo { 
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .omyjjcu5 {
        width: 300px;
     }
    .i3sa0mvg { 
        font-size: 16px;
        text-align: center;
    }
}
@media screen and (max-width:478px) {
    .ugtarvco {
        padding-left: 10px;
        padding-right: 10px;
    }
    .na89wbf7 {
        font-size: 32px;
        letter-spacing: 2px;
    }
    .wshhqysf { 
        font-size: 16px;
        line-height: 1.5;
    }
    .d6uqcs17 {
        padding: 10px;
        flex-wrap: wrap;
     }
    .oz53o5pd { 
        font-size: 18px;
    }
    .i3sa0mvg { 
        font-size: 14px;
        text-align: center;
    }
}
/* text */

.r2dsfu3d { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
    padding: 40px 40px 40px 40px;
    background-color:var(--bg-dark);
    filter: contrast(110%);
    border-radius: 20px;
}
.hi27sh0e {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .r2dsfu3d.hi27sh0e {
        margin-top: 70px;
    }
}
.m068s5xa {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
}
/* table */

  
  table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
    width: 100%; 
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
   
  }
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
.mcjp0sqk35d { border: 3px dashed #d8bbd6; display: grid; color: rgb(98, 104, 197); }
th {
    padding: 10px;
    white-space: nowrap; 
    font-size: 20px;
    font-weight: 700;
    
  }
@media (max-width: 1280px) {
    .o69rtqrp {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.pqu14cve {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .r2dsfu3d { 
        padding: 10px;
        width: 100%;
    }
}
/* faq  */
.ja5l8vrl {
	margin-bottom: 1.875rem;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
.xzg9wokb {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    padding: 10px;
}
.xzg9wokb h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.zbsd728n {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.pmfp47lh {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
    padding: 0 1rem;
}
/* footer */

.drzdz39u {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.m4j9gn46 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:40px;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.xwmya17p {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.xwmya17p a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.tt8k81y1 p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.f9bkl49c button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.dzft5ih2 {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.nu4q1yah {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.j5tydv0hb { margin: -3px; padding-right: 49px; }
.yh7z4nfk  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.yh7z4nfk div {
    display: flex;
    align-items: center;
}
.yh7z4nfk div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.b9irh0p2 {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.b9irh0p2 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
hr {
    width: 100%;
    border: none; 
    height: 1px; 
    background-color: var(--color-light); 
    margin-top: 20px; 
    margin-bottom: 20px; 
    opacity: 0.1;
}
@media screen and (max-width: 1280px){
    .drzdz39u {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .m4j9gn46 {
        margin-top: 40px;
        gap: 20px;
    }
    .xwmya17p {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .dzft5ih2 {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .drzdz39u {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .m4j9gn46 {
        margin-top: 40px;
        gap: 20px;
    }
    .xwmya17p {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .dzft5ih2 {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.s7jrds7q {
  max-width: 1400px;
  margin: 0 auto;
}
.ql5wso9u {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.gingm2wv {
  background: rgba(0, 0, 0, 0.5);
  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;
}
.gingm2wv: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);
}
.gingm2wv:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .ql5wso9u {
    gap: 12px;
  }

  .gingm2wv {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
.pqu14cve {
padding: 10px;
font-size: 16px;

}
}
@media (max-width: 480px) {
  .gingm2wv {
    flex: 1 1 calc(50% - 6px);
  }
}
.ja5l8vrl {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.xzg9wokb h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
.ilkgxsa9 { display: grid; border: 2px solid #86503d; margin: 19px; color: rgb(112, 200, 95); padding: 7px 11px; }
summary.zbsd728n {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.pmfp47lh {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
img {
max-width: 100%;
}
.mbwei5t0 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.f49vmtmg {
        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;
    }
.f49vmtmg:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.f49vmtmg:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .f49vmtmg {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.ww5oeu50 {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ww5oeu50 .v0x24pfc {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ww5oeu50 .fgttpxy7 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nydz02k7ryfh { display: inline-block; border: 3px dotted #d4a323; margin: -16px; width: 90px; padding: 8px 1px; }
.ww5oeu50 .fgttpxy7 .jyfn0wxa  {
list-style:none;
}
.ww5oeu50 .fgttpxy7 .jyfn0wxa a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.ww5oeu50 + section.b6lxv1th {
margin-top:0px;
}
.mu9wm8oo {
max-width:inherit;
text-align: center;
}
.b6azap22 {
 flex-basis: 49%; 
}
.e5ynhn8h {
 flex-basis: 32.3333%; 
}
.akkrem3v {
 flex-basis: 24%; 
}
.zrtry1qq {
 flex-basis: 19%; 
}
.g8448kxd {
 flex-basis: 15.6666%; 
}
.olwgc9c2 {
 flex-basis: 13.2857%; 
}
/* slotpage */

        .n4il9ukr {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.i95dnjry {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.mc0ntm17 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.c5hsafq2 {
            background-color: #00bcd4;
            color: #fff;
        }
.tr56dq8h {
            background-color: #ff9800;
            color: #fff;
        }
.xlfrgo0nxe { display: block; padding: 15px 22px; color: rgb(46, 123, 223); margin: 8px; border: 1px solid #0121d0; width: 25%; }
.mc0ntm17:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.popwkvvr {
width: 100px;
height: auto;
min-height: 50px;
}