@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');

@media (max-width: 720px) {
  html {
    font-size: 87.5%; /* 14px */
  }
}

body {
    background-color: #F7F8F9 !important;
  }
  
  * {
    font-family: "Source Sans Pro", sans-serif !important;
  }
  
  .bg-default {
    background-color: #F7F8F9;
  }
  
  .text-purple {
    color: #5754D8 !important;
  }
  
  .text-purple-light {
    color: #6766e7 !important;
  }
  
  .bg-purple {
    background-color: #5754D8 !important;
  }
  
  .bg-purple-light {
    background-color: #6766e7 !important;
  }
  
  .text-blue {
    color: #1c3869 !important;
  }
  
  .bg-blue {
    background-color: #1c3869 !important;
  }
  
  .text-gold {
    color: #fcea4f !important;
  }
  
  .bg-gold {
    background-color: #fcea4f !important;
  }
  
  .text-green {
    color: #25D366 !important;
  }
  
  .text-white {
    color: #ffffff !important;
  }
  
  .text-dark-grey {
    color: #7E7E7E;
  }
  
  .bg-green {
    background: #25D366 !important;
  }
  
  .flex-column {
    flex-direction: column;
  }
  
  .ft-size-5 {
    font-size: 25px !important;
    line-height: 1.2;
  }
  
  .ft-size-7 {
    font-size: 1.875rem !important;
  }
  
  .ft-size-12 {
    font-size: 40px;
  }
  
  .gap-6 {
    gap: 2rem;
  }
  
  .gap-9 {
    gap: 3rem;
  }
  
  .row {
    margin: 0 !important;
  }

  .row.with-margin {
    margin-top: calc(-1 * var(--bs-gutter-y)) !important;
    margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
  }
  
  .fw-500 {
    font-weight: 500;
  }
  
  .fw-600 {
    font-weight: 600;
  }
  
  .bg-light-transparent {
    background-color: #fff6;
  }
  
  .fw-900 {
    font-weight: 900;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .p-relative {
    position: relative;
  }
  
  .h-65 {
    height: 65px;
  }
  .h-385 {
    height: 385px;
  }
  
  .justify-items-center {
    justify-items: center;
  }
  
  .justify-items-end {
    justify-items: end;
  }
  
  .row-gap-2 {
    row-gap: 0.5rem;
  }
  
  .mw-650 {
    max-width: 650px !important;
  }
  
  .mt-12 {
    margin-top: 2.5rem;
  }
  
  .mt-15 {
    margin-top: 3.5rem !important;
  }
  
  .mt-16 {
    margin-top: 4rem !important;
  }
  
  .pt-9 {
    padding-top: 3rem !important;
  }
  
  .pt-6 {
    padding-top: 2rem !important;
  }
  
  .pt-7 {
    padding-top: 7rem !important;
  }

  .pt-8 {
    padding-top: 8rem !important;
  }
  
  .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  
  .my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mb-6 {
    margin-bottom: 6rem !important;
  }

  .mb-11 {
    margin-bottom: 11rem !important;
  }

  @media screen and (min-width: 769px) {
    .my-md-6 {
      margin-top: 6rem;
      margin-bottom: 6rem;
    }

    .mb-md-6 {
      margin-bottom: 6rem !important;
    }
  }
  
  .mb-c-3 {
    margin-bottom: 18px;
  }
  
  .basis-auto {
    flex-basis: auto;
  }

  .site-map a {
    text-decoration: none;
    color: inherit;
  }

  .site-map ul {
    list-style: none;
  }

  .site-map .title {
    font-size: 17.3px;
  }

  .site-map .card {
    width: fit-content;
    font-size: 14.39px;
    text-transform: initial;
    display: inline;
    background-color: #fff !important;
    top: initial; 
    border-radius: 0.375rem !important;
  }

  .site-map .card.outline {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #fff !important;
  }

  .site-map .text {
    font-size: 14.15px;
    color: #fff;
  }

  .gap-x-16px {
    column-gap: 16px;
  }

  @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1158px !important;
    }
  }

  .z-index-2 {
    z-index: 2;
  }

  @media (max-width: 768px) {
    .row.with-mt-mob {
      margin-top: calc(-1 * var(--bs-gutter-y)) !important;
    }

    .site-map .card {
      border-radius: 0.375rem !important;
      font-weight: 500 !important;
    }

    .site-map .card.px-2 {
      padding: 0.572rem 0.669rem !important;
    }

    .w-100-mob {
      width: 100%;
    }
  }

/* .adsense {
  width: 100%;
} */

.ad-content {
  width: 900px;
  height: 60px;
}

@media (max-width: 768px) {
  .ad-content {
    width: 100%;
  }
}

.text-gray-dark {
  color: #333333 !important;
}