<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'fonts.css';

:root {
  --primary: #02B2EF;
  --h-primary: #029fd6;
}

/*@media(max-width: 640px){
  h3, .uk-h3 {
    font-size: 1.5rem;
  }
}*/

/* PROMO */
.s-promo .uk-card-primary {
  border-radius: 15px;
}
.s-promo.uk-section-primary {
  overflow: hidden;
  background-image: url(../images/cell.svg), linear-gradient(180deg, #101722 0%, #19394C 100%);
}

.s-promo&gt;.uk-section {
    background-position: calc(50% - 300px) 100%; 
}

.s-promo&gt;.uk-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    z-index: 1;
    pointer-events: none;
}
.s-promo,
.s-promo .uk-container,
.s-promo + .uk-section-default {
  position: relative;
  z-index: 1;
}

.tm-header, .tm-header-mobile {
  position: relative;
  z-index: 9;
}

#promo, #promo-bg  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#promo-bg {
    width: auto;
}

#grantt&gt;g:nth-child(n) {
  animation: promo 3s ease-in-out .1s infinite normal;
}

#grantt&gt;g:nth-child(2n) {
  animation: promo 3s ease-in-out .1s infinite normal;
  animation-delay: .5s;
}
#grantt&gt;g:nth-child(3n) {
  animation: promo 3s ease-in-out .1s infinite normal;
  animation-delay: 1s;
}

#BACKGROUND path {
    stroke-opacity: .075;
}
#BACKGROUND {
    display: none;
}

.uk-section-primary {
    background-image: url(../images/cell.svg);
}

@keyframes promo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}


@media(max-width:640px){
  #promo {
    max-width: none;
    width: auto;
    height: 100%;
    left: -140px;
    top: -140px;
    
    height: 360px;
    top: 0;
    left: 0;
  }
  .s-promo &gt;div {
    background-position: 0% 50%;
    padding-top: 0;
  }
}
/*  education */
.c-showmore-grid .el-meta {
  height: 2rem;
}

.c-showmore-grid .uk-accordion-title {
  text-align: center;
}

.c-showmore-grid .uk-accordion-title::before {
  display: none;
}

.c-showmore-grid .uk-accordion-content {
  margin-top: 0;
}

.c-showmore-grid .uk-accordion&gt;li.uk-open .uk-accordion-title {
  display: none;
}

.s-promo .uk-card-secondary {
    padding: 15px 30px;
}
.uk-button-primary {
    position: relative;
}
.s-promo .uk-card-secondary::before,
.uk-button-primary::before {
    content: "";
    width: 80px;
    height: 30px;
    border-radius: 10px;
    background: #3FC244;
    filter: blur(25px);
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 15px);
    z-index: -1;
    transition: all ease .3s;
}

.uk-button-primary::before {
    z-index: 0;
}
.uk-button-primary,
.uk-button-primary:hover {
    padding: 0;
    background: none;
    border: none;
}

.uk-button-primary&gt; span {
    padding: 10px 30px;
    background: #fff;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.uk-button-primary:hover::before {
    transform: scale(1.25);
}

.s-promo .uk-card-secondary .el-title {
    text-transform: uppercase;
}

@media (width &lt;= 640px) {
  .c-showmore-grid .el-item {
    text-align: center;
  }
  .s-promo .uk-card-secondary {
    padding: 15px 10px;
    }
}

@media(min-width: 960px){
  .s-education&gt;div {
    padding-bottom: 140px;
  }
}


/* FOOTER */
.s-footer .uk-tile {
  border-radius: 15px;
  box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.05);
}

.c-price-panel {
  background: var(--primary);
  padding: 20px 30px;
  border-radius: 15px;
}

.c-price-panel {
  display: inline-block;
  color: #fff;
}

.c-price-panel .uk-grid&gt;div:first-child {
  opacity: 0.75;
  text-decoration: line-through;
}

.uk-textarea {
  resize: none;
}

@media(width &lt;= 640px) {
  .s-footer .uk-tile {
    padding: 40px;
  }
  .c-bottom-grid&gt;div {
    justify-content: center;
  }
}


/*BITCOIN*/
.s-bitcoin.uk-section-primary {
    background-image: url(../images/cell.svg), linear-gradient(180deg, #101722 0%, #0C0C11 36%, #101114 100%);
    padding-bottom: 210px;
}

@media(max-width: 640px){
    .c-bar-graph {
        /*overflow-x: scroll;*/
    }
    .c-bar-graph img {
        max-width: 800px;
    }
    .c-bar-graph.uk-scrollspy-inview img {
        animation: bar-graph 10s linear forwards;
    }
}

@media(min-width: 640px){
    .c-bar-graph {
	    pointer-events: none;
    }

}

@keyframes bar-graph {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-800px + 100vw));
    }
}

/*Country codes*/
.uk-form-controls {
  position: relative;
}



.country-list {
  top: 0% !important;
  transform: translateY(40px) !important;
}











</pre></body></html>