.text-\[48px\]
{
  font-size:48px;
}.text-\[64px\]
{
  font-size:64px;
}

@media (min-width: 1024px) {
    .lg\:text-\[48px\] {
        font-size: 48px;
    }
    .lg\:text-\[64px\] {
        font-size: 64px;
    }
}

.align-items-center
{
  align-items:center;
}

.flex-column-mobile
{
}

.flex-column-reverse-mobile
{
}


@media (max-width: 1024px) {
    .flex-column-mobile {
        flex-direction: column;
    }

    .flex-column-reverse-mobile
    {
        flex-direction: column-reverse;
    }
}

.font-extra-bold
{
    font-weight: 800;
}

hgb
{
    color: #3E9A8C;
    font-weight: bold;
}

hyb
{
    color: #F2CF59;
    font-weight: bold;
}

.price-gold
{
    color: linear-gradient(85.24deg, #DDAC17 0%, #FFFA89 31.98%, #DDAC17 68.02%, #FFFA89 100%);

    border: 1px solid;

    border-image-source: linear-gradient(182.27deg, #FEF5CA 11.54%, #C0AD61 21.17%, #F0D467 54.89%, #886C1F 69.34%, #704B05 78.98%, #EFAC37 98.24%);
    
    
}


.text-yellow
{
    color: #F2CF59;
}

.text-yellow-dark
{
    color: #DDAC17;
}

.highlight-green,
.text-green
{
    color: #3E9A8C;
}

.highlight-red
{
    color: #FF0000;
}

.quota
{
    position: relative;
    min-width: 72px;
    min-height: 72px;
}
.quota .text
{
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    color: red;
    font-size: 12px;
    font-weight: bold;
    margin:auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.quota .text div
{
    margin:auto;
}
.quota .text div .large
{
    font-size: 22px;
    line-height: 20px;
}
.quota img
{
    min-width: 72px;
    min-height: 72px;
}
.bg-element-1
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
    text-align: center;
    z-index: -1;
}
.bg-element-2
{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin:auto;
    text-align: center;
    z-index: -2;
    background-color:#DFF0ED; 
    height: 200px;
}
.position-relative
{
    position: relative;
}
.border-green-gradient
{
    /* border: 3px solid transparent; */
    /* border-image-source: linear-gradient(85.85deg, #3E9A8C 0%, #49B5A5 53.38%);
    border-image-slice: 10; */
}

.border-green-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 3px; /* control the border thickness */
  background: linear-gradient(85.85deg, #3E9A8C 0%, #49B5A5 53.38%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

.drop-shadow-lg-before {
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.button-yellow {
    background: #F2CF59;
    border: 2px solid #FFFFFF80;
    box-shadow: 0px 0px 10px 0px #DDAC17;
    padding: 22px;
    gap: 8px;
    border-radius: 999px;
    width: 100%;
    max-width: 500px;
    color:black;
    cursor: pointer;
}
.button-green-outline
{
    background: #fff;
    color:black;
    /* border: 5px solid;
    border-image-source: linear-gradient(182.27deg, #FEF5CA 11.54%, #C0AD61 21.17%, #F0D467 54.89%, #886C1F 69.34%, #704B05 78.98%, #EFAC37 98.24%); */
    font-weight: bold;
    font-size: 16px;
    padding: 22px;
    border-radius: 999px;
    text-align: center;
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
    border: 3px solid #2ECDB6;
    cursor: pointer;
}

.box-container
{
    border-radius: 24px;
    width: 100%;
    padding: 20px;
    position: relative;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.box-container.style1
{
    background-color: white;
    box-shadow: 0px 5px 10px 0px #00000033;

}
.box-container.style2
{
    background: #3E9A8C;
    border: 3px solid #2C6D63;
    color:white;
}
.box-container.style3
{
    background: #FFFEF7;
    border: 3px solid #49B5A5;
}

.box-container.style4
{
    background: #FFF;
    border: 3px solid #3E9A8C;
}

.box-container.style4.body
{
    background: #FFF;
    border: 3px solid #3E9A8C;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.box-container.style4.header
{
    background: #3E9A8C;
    border: 3px solid #3E9A8C;
    color:white;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box-gold
{
    padding: 5px;
    background: linear-gradient(182.27deg, #FEF5CA 11.54%, #C0AD61 21.17%, #F0D467 54.89%, #886C1F 69.34%, #704B05 78.98%, #EFAC37 98.24%);
    border-radius: 16px;
    width: 100%;
}

.box-gold > .inner
{
    background-color: #F2CF59;
    padding: 20px;
    border-radius: 16px;
    color: black;
}


.list-1
{
    padding-left: 20px;
    list-style: initial;
}

.list-1 li::marker {
    color: #FB8E7E;
    font-size: 24px;
    margin-top:10px;
}

.cocok-item
{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top:40px;
}

.benefit-item
{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top:60px;
}

.cocok-item > div
{
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}

.cocok-content
{
    margin-top: 0px;
    padding: 16px;
    color: black;
}
.cocok-header
{
    padding: 16px;
    background-color: #2C6D63;
    /* border-radius: 12px; */
    width: 100%;
}

.winner-container
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    /* display: flex;
    flex-direction: row;
    gap:12px; */
}

.bonus-box
{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top:40px;
}

.winner-box
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mentor-box
{
    display:flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top:10px;
}

.faq-box
{
    border-radius: 24px;
    width: 100%;
    padding: 20px;
    position: relative;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-bottom: 20px;
}

.faq-header
{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq-header.closed img
{
    transform: rotate(180deg);
    
}

.faq-content
{
    border-top: 1px solid black;
    padding-top:10px;
    margin-top:10px;
}

.faq-content.closed
{
    display: none;
}

.list2
{
    display: flex;
    flex-direction: column;
    gap:12px;
}
.list2-item
{
    display: flex;
    align-items: center;
    gap:12px;
}

.buy-overlay-modal
{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    z-index: 10000;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

.buy-overlay-modal .buy-modal
{
    padding: 32px;
    margin: auto;
    width: 100%;
    max-width: 640px;
    background-color: white;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .cocok-item
    {
        flex-direction: column;
    }

    .cocok-item.reverse
    {
        flex-direction: column-reverse;
    }

    .text-center-mobile
    {
        text-align: center;
    }

    .benefit-item
    {
        flex-direction: column;
    }

    .benefit-item.reverse
    {
        flex-direction: column-reverse;
    }


    .winner-container
    {
        display: flex;
        flex-direction: column;
    }

    
    .bonus-box
    {
        flex-direction: column;
    }
    
    .bonus-box.reverse
    {
        flex-direction: column-reverse;
    }
}


@keyframes scrolllogo {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-128px * 17));
    }
  }
  .slider-logos {
    background: white;
    height: 96px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider-logos::before, .slider-logos::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 96px;
    position: absolute;
    width: 84px;
    z-index: 2;
  }
  .slider-logos::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider-logos::before {
    left: 0;
    top: 0;
  }
  .slider-logos .slide-track {
    -webkit-animation: scrolllogo 40s linear infinite;
            animation: scrolllogo 40s linear infinite;
    display: flex;
    width: calc(128px * 34);
  }
  .slider-logos .slide {
    height: 96px;
    width: 96px;
    margin-left: 16px;
    margin-right: 16px;
  }


  
@keyframes scrollphoto {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-162px * 16));
    }
  }
  .slider-photos {
    background: white;
    height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider-photos::before, .slider-photos::after {
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 200px;
    position: absolute;
    width: 84px;
    z-index: 2;
  }
  .slider-photos::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider-photos::before {
    left: 0;
    top: 0;
  }
  .slider-photos .slide-track {
    -webkit-animation: scrollphoto 40s linear infinite;
            animation: scrollphoto 40s linear infinite;
    display: flex;
    width: calc(128px * 34);
  }
  .slider-photos .slide {
    height: 200px;
    width: 130px;
    margin-left: 16px;
    margin-right: 16px;
  }


  .table.table-bordered
  {
    width: 100%;
  }
  .table.table-bordered td, .table.table-bordered th
  {
    border: 1px solid #000;
    padding: 8px;
  }

  .rounded-table th, .rounded-table td {
    padding: 10px;
    border: 1px solid #3E9A8C;
    text-align: center;
}

.table-container {
    width: 100%;
    display: flex;
    justify-content: center; /* Centers the table */
    margin-top: 20px;
}

.rounded-table {
    border-collapse: separate; /* Ensures border-radius applies */
    border-spacing: 0; /* No extra space between cells */
    width: 100%;
    border: 1px solid #3E9A8C; /* Table border color */
    border-radius: 10px; /* Rounded borders */
    overflow: hidden; /* Ensures corners are rounded */
}

.rounded-table td
{
    /* vertical-align: baseline; */
}

/* Make the first and last row fully rounded */
.rounded-table th:first-child {
    border-top-left-radius: 10px;
}

.rounded-table th:last-child {
    border-top-right-radius: 10px;
}

.rounded-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.rounded-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}