<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&amp;family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;family=Orbitron:wght@400..900&amp;family=REM:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Texturina:opsz,wght@12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kufam:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,800;1,900&amp;display=swap');
/* &lt;style&gt; */
  @import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;display=swap');
/* &lt;/style&gt; */
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Orbitron:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&amp;display=swap');
:root {
  --text-green:#0E802A;
  --text-primary: #0d0d0e;
  --text-gold-dark: #F7941D;
  --text-gold: #0E802A;
  --text-btn-green: #0E802A;
  --text-pale-white: #eeeeee;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

a {
  color: var(--text-green);
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;

}

.text-primary {
  color: var(--text-gold) !important;


}
.text-warning {
  color: var(--text-gold-dark) !important;

}

.btn-warning{
  background: var(--text-gold-dark) !important;
}

/* b */
.btn-primary {
  background: var(--text-gold) !important;
  border: 0px;
}

@media(min-width:600px) {
  h1.text-white.header-text-banner-big {
    line-height: 40px;
    font-size: 54px;
    font-weight: 500;
}

  h1.text-white.header-text-banner-big&gt;span.text-green {

    font-size: 25px;

  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Orbitron', sans-serif;
}

.bg-dark {
  background: var(--text-green) !important;
}
.bg-primary {
  background: var(--text-gold) !important;
}

.btn.bg-primary:hover {
  background: transparent !important;
  border: 1px solid white !important;
}

@media (max-width: 978px) {
  .header-text-banner-big {
    font-size: 27px !important;
    line-height: 29px;
  }

  .btn {
    font-size: 13px;
  }

  .banner-cl {
    padding: 54px 6px 0px 6px;
  }

  .header-text-banner-small {
    font-size: 13px;
    line-height: 15px;

  }

  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0.4rem;
  }

  .table&gt;thead&gt;tr&gt;th,
  .table&gt;tbody&gt;tr&gt;th,
  .table&gt;tfoot&gt;tr&gt;th,
  .table&gt;thead&gt;tr&gt;td,
  .table&gt;tbody&gt;tr&gt;td,
  .table&gt;tfoot&gt;tr&gt;td {
    padding: 3px 2px !important;
  }

  .nopaddingsmall {
    padding: 0px !important;
  }

  .hideSM {
    display: none;
  }

  .hideLG {
    display: block !important;
  }
}

.hideLG {
  display: none;
}

.bg-light {
  background-color: var(--text-green) !important;
}

@media(min-width:600px) {
  .black_bar {

    margin: 0px 0px 8px 0px !important;
  }
}

.btn-light{
    background: white !important;
    color:black !important;

}
.btn-light:hover{
    color: white !important;
    background:black !important;
    border:1px solid;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-success {
  color: #fff;
  background-color: #28A745 !important !important;
  /* border-color: #28A745; */
}

.btn-info {
  color: #fff;
  background-color: #030e20 !important;
  border-color: #336799;
}

.alert-danger {
  background-color: #f2dedeb3;
  border-color: #ebccd19e;
  color: #fbf6f3;
}

.alert {
  padding: 15px 6px;
  margin-bottom: 20px;
  border: 1px solid var(--text-green)40;
  border-radius: 4px;
  text-align: center;
}

.alert-warning {
  /* background-color: #ffffff; */
  border-color: #ffffff;
  font-size: 13px;
  color: black;
  margin: 0px 6px;
  margin-bottom: 12px;
}

.log-a:hover {
  color: black !important;
}

.well {
  min-height: 20px;
  padding: 19px 9px !important;
}

.footer-section {
  background-color: #ffffff00 !important;
  /* color: #000000; */
  border-top: 2px solid var(--text-gold);

}

.footer-section .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 50px;
  background-color: #96998800;
}

.footer-section .footer-top {
  padding: 100px 0 95px;
  padding-bottom: 13px;
}

.bg-success {
  background-color: #fffdfd00;
  color: white;
  border-bottom: 1px solid red;
}

@media only screen and (max-width: 991px) {
  .footer-section .footer-top {
    padding: 25px 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
  }
}
.text-skype{
  color:#00fbff;
}

.footer-bottom-share a {
  color: white;
  text-align: center;
  padding: 11px;
  background: linear-gradient(45deg, #FF9800, #0f0e0e);
  margin-right: 6px;
  border-radius: 6px;
  border-radius: 30x;
}
.footer-content :is(h1, h2, h3, h4, h5, h6){
  color:var(--text-gold-dark);
  font-family: 'Orbitron',sans-serif;
  text-align:center;
  font-weight:500;
}

.tap_heading, .black_bar {
    font-size: 25px;
    line-height: 1.5rem;
    margin-top: 3px;
    text-align: center;
    margin-bottom: 3px;
    background-color: #023318;
    background-image: url(./../downarrows.png), url(./../scrolldown.jpg);
    background-position: right center, left top;
    font-weight: 600;
    background-size: auto, cover;
    color: white;
    background-repeat: no-repeat;
    padding: 18px 3px;
    border-left: 10px solid #fac013;
}
/* } */

h3 {
  font-size: 24px;
  font-weight: 600;
}

.btn-success {
  color: #fff;

}
.btn{
  border-radius:1px ;
}

.btn-blue-light {


  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  /* padding: 14px; */
  margin: 3px 0px 0px 0px;
  /* border-radius: 12px; */
  border: 0px solid;
  font-weight: 800;

  background: #336799 !important;
  border: 1px solid #336799 !important;
  padding: 10px 14px;

  border-radius: 1px;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  margin-left: 25px;
  font-weight: 900;
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
}

.btn-warning {
  color: #f8f9fa;
  background-color: #89690c;
  border-color: #89690c;
}

.btn-success:hover {
  color: #fff;
  background-color: #1ba149 !important;
  border-color: #1ba149;
}

.btn-blue-light:hover {
  background: #1b8dfb !important;
  border: 1px solid #1b8dfb !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  /* border-bottom: 2px solid var(--text-green); */
}

.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show&gt;.nav-link {
  color: white;
 

}

.nav-link {
  font-family: 'Orbitron';
  font-weight:normal;
}

.table&gt;thead&gt;tr {
  background-color: var(--text-green) !important;
  text-align: center;
  color: white;
}

.banner-cl {
  background: #021a42f2;
}

body {
  font-family: Verdana, BlinkMacSystemFont, -apple-system, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
  font-size: 14px;
 /* / line-height: 21px margin: 0; */
  color: #111705;
  overflow-x: hidden;
  background-color: #ffffff;
}

.breadcum {
  padding-top: 102px;
}

.border-bottom {
  /* border-bottom: 2px dotted green !important; */
  margin-bottom: 22px;
}

.well {
  min-height: 20px;
  padding: 0px 0px !important;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background: linear-gradient(180deg, var(--text-green), var(--text-green));
  color: white;
}

.pricing {
  text-align: center;
}

.new-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 20px;
}

.wp-post-image {
  border-radius: 15px 15px 0 0 !important;
  width: 100% !important;
}

.blog-title-wrap {
  padding: 20px;
  padding-bottom: 0px;
}

.blog-title-wrap p {
  color: var(--text-green);
  font-size: 16px;
  line-height: 20px;
}

.blog-img-wrap {
  padding: 0px 26px;
  padding-right: 8px;
}

.blog-img-wrap&gt;a&gt;img {
  height: 90px;
  width: 170px;
  border-radius: 5px;
}

.blog-btn {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 7px 15px;
  color: #1a1c1a;
}

.blog-title-wrap&gt;h3 {
  margin-top: 3px;
}

.p-1 {
  padding: 4px;
}

.border-right-dt {
  border-right: 2px solid #ffffff;
}

.border-left-dt {
  border-left: 2px solid #ffffff;
}

@media (max-width: 978px) {
  .wp-post-image {
    border-radius: 15px 0 0 15px !important;
    max-height: 120px !important;
  }

  .blog-title-wrap p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 7px;
  }

  .border-right-dt {
    border-right: 0px;
  }

  .border-left-dt {
    border-left: 0px;
  }

  .blog-title-wrap {
    /* padding: 20px; */
    padding: 0px 5px 8px 14px;
  }

  .blog-title-wrap {
    max-height: 117px !important;
    overflow: hidden !important;
    /* display: flex; */
    justify-content: center;
    align-items: center;
  }

  .blog-title-wrap&gt;h3 {
    margin-top: 0px;
  }

  .blog-img-wrap&gt;a&gt;img {
    height: 80px;
    /* width: 94px; */
  }

  .p-1 {
    padding: 1px;
  }

  .no-margin-0 {
    margin: 0px !important;
  }
}

.widget-title {
  /* position: absolute; */
  left: 0;
  top: 2px;
  text-align: center;
  margin-bottom: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}

.navbar-light .navbar-toggler {
  color: rgb(27 147 43 / 50%);
  border-color: rgb(0 0 0 / 0%);
}

.widget-title&gt;span {
  background: #84151b;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}

.widget-title&gt;span:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  font-size: 15px;
}

.widget-title&gt;span:after {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 2px solid transparent;
  border-top: 10px solid #333;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  left: -6px;
  margin-left: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}

.title-bgg {
  position: relative;
  font-size: 24px;
  color: #111111;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: -44px;
  font-weight: 600;
  font-family: 'Orbitron', cursive;
  width: 100%;
  line-height: 17px;
  padding-bottom: 10px;
  height: 37px;
  background: #261914;
}

.well&gt;p {
  margin: 0 0 4px;
}

.padding-50 {
  padding-top: 80px;
}

.btn-green {
  color: white;
  border: 1px solid #f8f9fa;
  background: var(--text-green);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  /* padding: 14px; */
  /* border-radius: 12px; */
  border: 0px solid;
  padding: 10px 14px;

  border-radius: 1px;
}

.btn-gold {

  color: black;
  border: 1px solid #f8f9fa;
  background: #d5d5d5;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: left;
  padding: 14px;
  margin: 3px 0px 0px 0px;

  border: 0px solid;
  font-weight: 800;
  text-align: left;
  padding: 10px 14px;

  border-radius: 1px;

}

.btn-gold:hover {
  background: var(--text-green);
  color: white;
  /* border: 1px solid var(--text-green); */
}

.btn-green:hover {
  background: var(--text-gold);
  color: white;
  /* border: 1px solid var(--text-green); */
}

@media (max-width: 978px) {

  .btn-red,
  .btn-green {
    font-size: 12px;
  }

  .padding-top-39 {
    padding-top: 49px;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-shadow: 3px 4px 4px 3px #ffffff;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 8px;
}

.plan-name {
  background: white;
  height: 55px;
  /* border-bottom-left-radius: 44px; */
  /* border-bottom-right-radius: 44px; */
  display: flex;
  text-align: center;
  font-family: 'Fira Sans';
  align-items: center;
  justify-content: space-around;
  font-size: 19px;
  color: var(--text-green);
}

.table td,
.table th {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table {
  width: 100%;
  /* margin-bottom: 1rem; */
  font-size: 13px;
  color: #212529;
  /* font-weight: 600; */
}


.logo_image {
  height: 33px;
  width: auto;
}

@media (max-width: 978px) {
  .logo_image {
    height: 33px;
    width: auto;
  }
}



@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

.header-font-audio {
  box-shadow: 0px 3px 3px -2px #2f3690;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 64px;
}

.form-control-lg {
  height: 37px;
  padding: 0.2rem 1rem;
  font-size: 18px;
}

.header-font-audio {
  font-size: 18px;
}

.alert h5 {
  font-size: 13px;
  font-weight: 400;
  color: white;
}

@media (max-width: 380px) {
  .breadcum {
    text-align: center;
    font-size: 22px !important;
    padding-bottom: 7px;
  }

  .price-head {
    font-size: 15px !important;
    padding-top: 5px !important;
    font-weight: 400;
    padding-bottom: 6px;
  }
}

  @media(max-width:600px) {
    .header-text-banner-big {
      font-size: 27px !important;

      margin-top: 62px;
    }

    h1.text-white.header-text-banner-big {
      line-height: 38px;
      font-size: 45px !important;
    }

    h1.text-white.header-text-banner-big&gt;span.text-green {
      font-size: 25px;
    }

    .nopaddingsmall {
      padding: 0px !important;
    }

    .nopaddingrightsmall {
      padding-right: 0px !important;
    }

    .nopaddingleftsmall {
      padding-left: 0px !important;
    }

  }


  /* INVESTMENT BAR */

  .investment-bar-first {
    background: linear-gradient(rgb(0 0 0 / 82%) 100%, rgb(0 63 62)100%), url(../images/stadium.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-item.active .page-link {

    color: #fff;
    background-color: var(--text-green);
    border-color: var(--text-green);
  }

  .page-link {

    color: var(--text-green);

  }

  .td-block-title {
    text-align: center !important;
    color: var(--text-green);
    font-size: 2rem;
    margin-bottom: 5px;
    font-family: 'Orbitron';
  }

  .icon-bar-1 {
    width: 24px;
  }

  .icon-bar {
    background-color: #fff;
  }

  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 1px;
  }

  .fixed-top {


    /* box-shadow: 0px 8px 10px -4px #9d9f1847; */

  }

  /* 
body &gt; .container {
  background-color: #ffffff!important;
}
.container-bg {
  background: #ffffff!important;
} */

  @media (min-width: 768px) and (max-width:7000px) {

    .nav-item&gt;.nav-link {

      margin-left: 35px !important;

      padding-right: 21px !important;

      padding-left: 21px !important;
      position: relative;
    }



    .nav-item&gt;.nav-link:after {
      /* display:block; */
      content: '';
      height: 3px;
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-bottom: 4px solid var(--text-gold-dark);
      transform: scaleX(0);
      transition: transform 250ms ease-in-out;
      -webkit-transition: transform 250ms ease-in-out;
      -moz-transition: transform 250ms ease-in-out;
      -ms-transition: transform 250ms ease-in-out;
      -o-transition: transform 250ms ease-in-out;
    }

    .nav-item&gt;.nav-link:hover:after {
      transform: scaleX(1);
    }


  }

  .tds-button&gt;a {
    border: 1px solid;
    width: 90%;
  }

  .bg-black {
    background: black;
  }



  #intcontainer {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9998;
    pointer-events: none;
    -webkit-animation: promoFadeIn .33s ease-in;
    animation: promoFadeIn .33s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgba(0, 0, 0, .5);
    pointer-events: all;
    display: none;
  }

  .intwindow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    z-index: 9999;
    font-size: 0;
    text-align: center;
    border: 8px solid #ccc;
    background-color: #fff;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
    border: 4px solid #000956;
  }

  .intclose1 {
    position: absolute;
    right: -11px;
    top: -14px;
    border-radius: 34px;
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 19px;
    background: #f5ecdb;
    color: #ea0f0f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: contain;
    font-weight: 900;
    cursor: pointer;
    z-index: 600;
  }

  .intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgb(29 27 27 / 78%);
    pointer-events: all;
    display: none;
  }

  .w100p {
    max-width: 400px;
  }

  @media(max-width:600px) {
    .w100p {
      max-width: 320px;
    }

  }

.store_header {
    text-align: center;
    margin-bottom: 15px;
}
  .storeBox{
    width: 97%;
    background: #000000;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding: 3px;
    text-align: center;
    font-size: 15px;
    color: white;
    margin-bottom: 10px;
    min-height: 85px;
    border-radius: 14px;
  }


  .storeBox:before {
    content: '';
    background-color: #aaa538;
    background-color: #fff;
    padding-top: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: -1;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all .4s cubic-bezier(.8, .13, .21, .9);
    -moz-transition: all .4s cubic-bezier(.8, .13, .21, .9);
    -o-transition: all .4s cubic-bezier(.8, .13, .21, .9);
    transition: all .4s cubic-bezier(.8, .13, .21, .9);
  }
  .padding-50 {
    padding-top: 115px;
}


  @media (max-width: 600px) {
    h1.text-white.header-text-banner-big {
      line-height: 38px;
      font-size: 21px !important;
    }
    .header-text-banner-big,.header-text-banner-small{
        padding-left:20px;
    }
    .header-text-banner-big {
      font-size: 27px !important;
      margin-top: 45px;
    }

    .navbar-light .navbar-nav .nav-link {
      margin-left: 0px !important;
      margin-bottom: 7px;
      background: #c5c5c54d;
      padding: 5px;
    }

    .container, .container-md, .container-sm {

      padding-left: 1px;
      padding-right: 1px;
    }
    .padding-50 {
      padding-top: 36px;
  }
  }


.alert {
  
    font-family: 'Ubuntu';
    text-align: center;
}
.alert-warning {
    background-color: wheat;
    border-color: #faebcc;
  margin:0px;
}
.alert.alert-danger {

    border-radius: 4px;
   
    color: black;
    margin-top: 15px;
    line-height: normal;
    padding-bottom: 0px!;
}
.alert.alert-danger p{
    padding: bottom 2px;
    margin-bottom:0px;
}
.btn-gold:hover{
    color: whitesmoke !important;
    border: 1px solid !important;
}
.border-round{

  padding: 10px 3px;
  border-radius: 30px;

}

.storeBox {

  background: var(--text-green);

}


/* 
element.style {
} */
i.fa.fa-location-arrow {
    transform: rotate(135deg);
    font-size: 21px;
}


.tips-spacing {
  padding-top: 7px;
  padding-bottom: 27px;
}



.btn-gold {

  align-items: center;
  justify-content: center;

}
.banner-gg, .banner-bg-im {
  background-image: linear-gradient(to top,#0a0808, #073d14b5), url(./../nbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}


element.style {

}
.partner-link {
  border: gray;
  background: radial-gradient(#0000001f, transparent);
  margin-bottom: 3px;
}

.partner-link:hover{
  background:white;
  border-bottom:1px solid gray;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  -o-transition: .5s all;
}
.logo_image {
  height: auto;
  width: 144px;
}

.tips-box {
  box-shadow: 3px 6px 19px 4px #80808052;
  margin-bottom: 10px;
  margin-top: 16px;
  border-radius: 9px;
}

.tips-box .first-bar {
  background: var(--text-green);
  padding: 5px 19px;
  color: var(--text-pale-white);
  font-size: 15px;
  font-weight: 600;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;

}


.tips-box .second-bar {
  padding: 14px 0px;
  font-size: 13px;
}

.tips-box span.versus {
  color: var(--text-gold);
  /* background: ; */
  /* box-shadow: 0px 1px 8px #80808082;
  border-radius: 34px; */
  padding: 5px;
  margin: 0px 6px;
}

.tips-box .third-bar {
  background: #ffffff12;
  padding: 5px;
  border-top: 1px solid #ffffff;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  color: var(--text-gold-dark);

}
.btn-dark {
  color: #fff;
  background-color: #000000!important;
  border-color: var(--text-green);
}

@media(max-width:600px){
  .tap_heading, .black_bar {
    font-size: 1.6rem;
  }
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(22 255 109 / 5%);
}

.table td, .table th {
  padding: 13px 6px;
  vertical-align: top;
  border-top: 1px solid #fff600;
}
.footer-section .footer-top .sitemap-widget li a {
  display: block;
  /* border-bottom: 1px solid rgba(102, 102, 102, 0.5); */
  position: relative;
  color: #afb0b2;
  padding: 4px 0 4px 14px;
  font-weight: 500;
  font-family: sans-serif;
  text-align: left;
  border-bottom: 1px solid #ffffff2e;
  border-radius: 0px;
}

    h1.text-white.header-text-banner-big {
     
        font-family: 'Orbitron';
    }

    h1.text-white.header-text-banner-big&gt; .text-warning {
        margin-left: 6px;
    }
@media (min-width: 600px) {
    h1.text-white.header-text-banner-big {
        line-height: 46px;
        font-size: 44px;
        font-weight: 500;
    }
}

.navbar-light .navbar-nav .nav-link {
  
    font-size: 16px;
    font-family: 'Rem';
    font-weight: 500;
    text-transform: uppercase;
   
}
.footer-bottom-share a {

    background: linear-gradient(45deg, #ffffff00, #0f0e0e);
  
}
h3.w-100.text-center.border-top.pt-2&gt;strong, strong.pb-3.mb-1.to-begin-time {
    color: #0b0f09 !important;
    width: fit-content;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    background: #fac013;
    display: flex;
    padding: 12px;
    box-shadow: 0px 0px 2px 2px #1c1c1c45;
    border-radius: 9px;
    height: 38px;
    align-content: center;
}
.investment-bar h3{
    color:gold!important;
}
</pre></body></html>